1 2003-09-11 [christoph] 0.9.5claws6
4 fix double deleting of newsgroup folders
6 (closes Bug 305 crash after deleting of a newsgroup)
8 2003-09-11 [paul] 0.9.5claws5
12 more sync'ing from 0.9.5cvs2
14 fixes bug 197 'Header lines encrypted by GPG'
16 2003-09-11 [christoph] 0.9.5claws4
21 fix sync with 0.9.5cvs2
23 2003-09-11 [paul] 0.9.5claws3
26 see ChangeLog 2003-09-11
28 2003-09-11 [paul] 0.9.5claws2
31 see ChangeLog 2003-09-05
33 2003-09-11 [paul] 0.9.5claws1
36 see ChangeLog 2003-09-10
38 2003-09-10 [paul] 0.9.5claws
42 2003-09-10 [paul] 0.9.4claws78
47 2003-09-10 [melvin] 0.9.4claws77
50 Updated French translations
52 2003-09-10 [paul] 0.9.4claws76
57 update Spanish, Slovak, and Serbian translations.
58 submitted by Ricardo Mones Lastra, Andrej Kacian,
62 add translation team section
64 2003-09-09 [christoph] 0.9.4claws75
67 free item->prefs in folder_item_destroy
69 2003-09-09 [alfons] 0.9.4claws74
72 o proper check for root node sorting
73 o remove unnecessary gtk_ctree_remove_node
75 (should fix bug #300, "crash while moving folder")
77 2003-09-08 [christoph] 0.9.4claws73
80 o fix double adding of IMAP FolderItems to GtkCTree
81 o fix crash then mbox folder is removed
83 2003-09-08 [christoph] 0.9.4claws72
88 fix new folder notification
93 2003-09-08 [christoph] 0.9.4claws71
96 replace '\n' and '\r' before removing trailing spaces
100 add information about new or removed items in folder tree change
101 notification and use this in folderview to add and remove only
102 the appected items and not refresh the whole tree
104 2003-09-07 [match] 0.9.4claws70
113 * src/addrquery.c ** NEW **
119 * src/pixmaps/address_search.xpm ** NEW **
120 re-introduce Lookup button for LDAP 'static' searches.
122 2003-09-07 [alfons] 0.9.4claws69
125 abandon setting usize for messageview because it gives layout problems
126 with the quick search bar and the headerview; fixes assorted UI glitches:
128 o bug #148, "Toggling of quick-search bar reduces index view area"
129 o bug #280, "Window resiizes for line length but does not revert"
131 2003-09-07 [christoph] 0.9.4claws68
134 o make sure we don't have any newlines in header values
135 o check custom headers for spaces and newlines and ignore
136 malformed header names
138 2003-09-06 [christoph] 0.9.4claws67
142 invoke notification hook for folder tree changes after append
145 (closes Bug 294 Crash while moving folder with many subdirectories)
147 2003-09-06 [christoph] 0.9.4claws66
150 destroy folder's MsgCache if FolderItem is removed to make sure
151 it is not saved when the FolderItem is destroyed
153 2003-09-06 [christoph] 0.9.4claws65
155 * src/plugins/clamav/clamav_plugin.c
158 2003-09-05 [christoph] 0.9.4claws64
161 * src/messageview.[ch]
164 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
165 by MessageView to clear it when the message is deleted. Should
166 work even if messages are deleted in MainWindow or by
169 2003-09-05 [alfons] 0.9.4claws63
172 deleting a message in a message view frees its msginfo, make
173 messageview_update_all() aware of that (should fix bug #293,
174 "deleting message caused crash")
176 2003-09-05 [melvin] 0.9.4claws62
179 Improve synchronous action exit code (fixes
180 a ~5 seconds delay after action exit on RedHat 9)
182 2003-09-04 [christoph] 0.9.4claws61
186 * src/common/utils.[ch]
187 add util function to create mime boundary and use it
188 in compose and gpg code
190 2003-09-04 [alfons] 0.9.4claws60
193 source folder item's GNode should already have been freed in
194 a previous call to src->folder->klass->remove_folder()
195 (should fix bug #287, "crash when moving folders")
197 2003-09-03 [thorsten] 0.9.4claws59
199 * src/plugins/spamassassin/spamassassin_gtk.c
202 2003-09-03 [christoph] 0.9.4claws58
204 * src/plugins/spamassassin/spamassassin.[ch]
205 * src/plugins/spamassassin/spamassassin_gtk.c
206 add timeout config option
208 2003-09-03 [paul] 0.9.4claws57
210 * po/sk.po ** NEW FILE **
211 add Slovak translation. Submitted by Andrej Kacian
214 2003-09-03 [paul] 0.9.4claws56
216 * src/plugins/clamav/clamav_plugin_gtk.c
217 gui tweaks: replace a label with a tooltip, modify the
218 text, use gtk_check_button_new(); instead of
219 gtk_check_button_new_with_label("");
221 2003-09-02 [alfons] 0.9.4claws55
224 remember last used dir when attaching multiple files (should fix
225 bug #290, "Attach File does not remember directory")
227 2003-09-01 [paul] 0.9.4claws54
230 updated by Ricardo Mones Lastra
232 2003-09-01 [alfons] 0.9.4claws53
234 * src/gtk/gtkaspell.[ch]
235 be pedantic and strict and use const gchar * instead of guchar *
237 2003-09-01 [alfons] 0.9.4claws52
241 re-enable Save As when multiple messages are selected
243 2003-09-01 [paul] 0.9.4claws51
248 2003-09-01 [paul] 0.9.4claws50
250 * sync with 0.9.4cvs13
251 see ChangeLog 2003-09-01
253 2003-09-01 [paul] 0.9.4claws49
256 trim uri before sending to the statusbar
257 fixes Bug 275 'Clicking on long URL wrapped onto two lines
258 in the message window causes main S-C window to enlarge
261 2003-09-01 [paul] 0.9.4claws48
263 * sync with 0.9.4cvs12
264 see ChangeLog 2003-09-01
266 2003-08-30 [christoph] 0.9.4claws47
269 * src/folder_item_prefs.[ch]
270 * src/prefs_folder_item.c
271 * src/gtk/gtkaspell.[ch]
272 commit per folder dictionary patch by
273 Paul Evans <nerd@freeuk.com>
275 2003-08-30 [christoph] 0.9.4claws46
277 * src/plugins/spamassassin/spamassassin_gtk.c
278 * src/plugins/spamassassin/spamassassin_gtk.glade
279 reduce GUI clutter by placing hints into tooltips
281 2003-08-30 [paul] 0.9.4claws45
284 add 'Content-Disposition: inline' to a text/plain
285 part when using PGP/MIME signing
287 2003-08-30 [paul] 0.9.4claws44
291 src/prefs_spelling.glade
292 reduce GUI clutter by placing hints into tooltips
294 2003-08-29 [christoph] 0.9.4claws43
297 fix bug found by Ivan Rayner <ivanr@sgi.com>
300 change unecessary warning into a debug message
302 * src/plugins/clamav/Makefile.am
303 Fix error "-I$(CLAMAV_LIBS)"
305 2003-08-29 [christoph] 0.9.4claws42
310 * src/common/Makefile.am
311 * src/common/passcrypt.c
312 commit fixes and patches for some of the IRIX problems found by
313 Ivan Rayner <ivanr@sgi.com>
315 2003-08-29 [paul] 0.9.4claws41
317 * src/prefs_filtering.c
318 add 'Top' and 'Bottom' buttons, based on changes in
319 src/prefs_filter.c in 0.9.4cvs11.
321 2003-08-27 [christoph] 0.9.4claws40
324 fix bug that the current summary settings were copied to the
325 wrong folder item, when the folder item prefs are opened.
326 Copying is not required because summary settings and
327 folder_item_prefs do not contain the same settings
329 2003-08-27 [thorsten] 0.9.4claws39
334 2003-08-26 [paul] 0.9.4claws38
336 * sync with 0.9.4cvs9
337 see ChangeLog 2003-08-26
339 2003-08-25 [paul] 0.9.4claws37
341 * sync with 0.9.4cvs8
342 see ChangeLog 2003-08-25
344 2003-08-24 [christoph] 0.9.4claws36
346 * src/prefs_filtering.c
347 shouldn't remove items from a GSList while iterating over the
348 list (makes cur invalid and cur->next not accessable)
350 (closes Bug 272 i deleted an folder and some seconds later sylpheed
353 2003-08-23 [christoph] 0.9.4claws35
356 news folders should be scanned when opened
358 2003-08-22 [christoph] 0.9.4claws34
360 * src/prefs_folder_item.c
361 use macro to assign strings that always frees the old string
363 * src/gtk/gtkaspell.[ch]
364 add gtkaspell_set_dictionary_menu_active_item() to set active
365 item in dictionary option menu
367 * src/prefs_spelling.c
368 use gtkaspell_set_dictionary_menu_active_item() to select
371 2003-08-21 [christoph] 0.9.4claws33
378 optimize folder system
381 fix division by zero when font has 0 width for ' '
383 2003-08-21 [paul] 0.9.4claws32
385 * sync with 0.9.4cvs7
386 see ChangeLog 2003-08-20
388 2003-08-19 [paul] 0.9.4claws31
391 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
392 SYLDOC_FAQ_HTML_INDEX.
394 use LC_MESSAGES instead of LC_ALL to find the current
397 fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
399 2003-08-19 [paul] 0.9.4claws30
402 updated by George Danchev
404 2003-08-18 [luke] 0.9.4claws29
406 * src/gtk/gtkvscrollbutton.[ch]
407 o removed gtk_vscrollbutton_reset() (reasons: reduce
408 dependencies; do it the GTK way; reduce code -14/+2 lines)
409 o removed horizontal separator between icons
411 2003-08-17 [christoph] 0.9.4claws28
414 no subject threading when the subject has no reply prefix
416 2003-08-16 [christoph] 0.9.4claws27
419 remember and restore window sizes and position when the main
420 window is hidden or shown
422 (closes Bug 274 Window size in 0.9.4claws18 not remembered when
423 minimised/reopened using trayicon)
425 2003-08-16 [paul] 0.9.4claws26
428 add #include "defs.h"
430 2003-08-16 [paul] 0.9.4claws25
432 * src/plugins/clamav/clamav_plugin.c
435 * src/plugins/dillo_viewer/dillo_prefs.c
436 cosmetic: change the labels' text, add tooltips, and
439 2003-08-15 [christoph] 0.9.4claws24
442 complete last change (forgot some changes)
444 2003-08-15 [christoph] 0.9.4claws23
447 o check number of messages and don't return a 0 message
448 when no messages are available
449 o don't parse xref header anymore
451 (closes Bug 203 I'm not getting any news)
453 2003-08-15 [paul] 0.9.4claws22
457 update and define claws bugzilla location
459 2003-08-15 [paul] 0.9.4claws21
462 update submitted by Ruslan N. Balkin
464 2003-08-14 [christoph] 0.9.4claws20
467 fix search for oldest node in subject threading
469 2003-08-14 [christoph] 0.9.4claws19
473 add possibility to check all nodes with the same subject for
474 subject threading, not only the oldest node. Should not break
475 threads anymore if the oldest node is thread_by_subject_max_age
476 days older then parent, because it can now find a child of
477 oldest node as new parent.
479 2003-08-11 [christoph] 0.9.4claws18
481 * src/plugins/spamassassin/spamassassin.c
482 run spam check in background process
484 2003-08-10 [alfons] 0.9.4claws17
487 make `Select All' sensitive too
489 2003-08-10 [christoph] 0.9.4claws16
492 add more checks in imap_close
494 2003-08-09 [alfons] 0.9.4claws15
496 * src/prefs_spelling.c
497 no spell checking UI if not requested
499 2003-08-09 [alfons] 0.9.4claws14
501 * src/gtk/prefswindow.c
504 2003-08-09 [christoph] 0.9.4claws13
506 * src/prefs_spelling.c
507 * src/gtk/prefswindow.[ch]
508 * src/plugins/clamav/clamav_plugin_gtk.c
509 * src/plugins/spamassassin/spamassassin_gtk.c
510 sort prefs pages by heighest weight in tree
512 2003-08-09 [paul] 0.9.4claws12
514 * sync with 0.9.4cvs6
515 see ChangeLog 2003-08-07
518 add Leandro and Luke to claws-branch section
520 2003-08-09 [christoph] 0.9.4claws11
522 * src/gtk/Makefile.am
523 * src/gtk/colorsel.[ch] ** NEW **
524 create a color selection dialog that can be used as a simple
525 function call with it's own gtk main loop like filesel.[ch]
530 * src/prefs_spelling.[ch] ** NEW **
531 * src/prefs_spelling.glade ** NEW **
532 * src/gtk/gtkutils.[ch]
533 move "Spell Checker" prefs to new prefs dialog
535 * src/prefs_folder_item.c
536 use new colorsel dialog
538 2003-08-08 [paul] 0.9.4claws10
541 clear the progress bar unconditionally
543 2003-08-08 [paul] 0.9.4claws9
545 * sync with 0.9.4cvs4
546 see ChangeLog 2003-07-31
548 2003-08-07 [christoph] 0.9.4claws8
551 fix bug in image viewer plugin part
554 don't execute close command if the folder item is not selected
556 2003-08-07 [hoa] 0.9.4claws7
559 * src/matcher_parser.h
560 * src/matcher_parser_parse.y
561 can define several actions for each filtering rule
562 can import old versions of filtering rules
564 * src/prefs_filtering.c
565 call to a new dialog box to define actions
567 * src/prefs_filtering_action.[ch]
568 dialog box to define actions for filtering rules
570 2003-08-06 [christoph] 0.9.4claws6
573 make sure source folder is selected when copying messages
575 2003-08-06 [christoph] 0.9.4claws5
577 * sync with 0.9.4cvs2
578 see ChangeLog 2003-07-29
580 2003-08-05 [paul] 0.9.4claws4
582 * sync with 0.9.4cvs3
583 see ChangeLog 2003-07-30
585 2003-08-04 [match] 0.9.4claws3
588 export of LDIF files.
590 2003-08-04 [match] 0.9.4claws2
593 support for export LDIF. documented.
594 * src/importldif.[ch]
595 * src/exportldif.[ch]
596 add tooltips. documented.
597 * src/exphtmldlg.[ch]
598 * src/common/xmlprops.[ch]
600 * src/exportldif.[ch] ** NEW **
601 * src/expldifdlg.[ch] ** NEW **
602 * src/addressbook.[ch]
604 export of LDIF files.
607 2003-08-04 [christoph] 0.9.4claws1
612 * sylpheed-claws.pc.in ** NEW **
614 * src/common/Makefile.am
615 * src/gtk/Makefile.am
616 install sylpheed header files in $(pkgincludedir) and create a
617 pkg-config file to allow building a plugin without the source
620 2003-08-04 [paul] 0.9.4claws
624 2003-08-04 [paul] 0.9.3claws97
627 update Spanish translation. Submitted by Ricardo
630 2003-08-03 [paul] 0.9.3claws96
634 update Croatian and Serbian translations. Submitted by
635 Dragan and Urke MMI respectively
637 2003-08-03 [alfons] 0.9.3claws95
640 mark flag has precedence over important flag - seems
641 to have been changed in sync of 0.9.3claws45. this fixes
642 a regression where messages that were scored as important
643 don't show their mark flags. (using the same column for
644 both importance as mark flags is the real problem
647 2003-08-03 [melvin] 0.9.3claws94
650 Updated French translations.
652 2003-08-03 [melvin] 0.9.3claws93
655 Fixed typo introduced after 0.9.3claws92
656 that prevented compilation
657 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
658 CPPFLAGS and YFLAGS to allow user setting these.
659 * src/common/Makefile.am
660 * src/gtk/Makefile.am
661 * src/plugins/clamav/Makefile.am
662 * src/plugins/demo/Makefile.am
663 * src/plugins/dillo_viewer/Makefile.am
664 * src/plugins/image_viewer/Makefile.am
665 * src/plugins/mathml_viewer/Makefile.am
666 * src/plugins/spamassassin/Makefile.am
667 * src/plugins/trayicon/Makefile.am
668 * src/plugins/trayicon/libeggtrayicon/Makefile.am
669 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
670 CPPFLAGS and YFLAGS to allow user setting these.
672 2003-08-02 [christoph] 0.9.3claws92
675 o rearrange plugin tests
676 o add test for clamav.h to ClamAV tests
678 2003-08-02 [luke] 0.9.3claws91
681 o fixed appearance of icon list when toggling back from the
683 o toggling of icons using the keyboard works correctly
684 o fixed all other keyboard shortcuts to work when icons are
688 o fixed bug 4 - focus lost when changing messageview view type
690 2003-08-02 [christoph] 0.9.3claws90
693 fix crash when pointer stored in hash table could get invalid
694 when a plugin is unloaded
696 2003-08-01 [christoph] 0.9.3claws89
699 o try to build all plugins (except spamassassin) by default
700 o don't build a plugin if a dependency check fails
705 2003-08-01 [match] 0.9.3claws88
708 allow single click field selection. document code.
710 2003-08-01 [christoph] 0.9.3claws87
712 * src/plugins/clamav/clamav_plugin.c
713 * src/plugins/clamav/clamav_plugin_gtk.c
714 * src/plugins/dillo_viewer/dillo_viewer.c
715 * src/plugins/image_viewer/plugin.c
716 * src/plugins/mathml_viewer/mathml_viewer.c
717 * src/plugins/spamassassin/spamassassin.c
718 * src/plugins/spamassassin/spamassassin_gtk.c
719 * src/plugins/trayicon/trayicon.c
720 add version check to all plugins
722 2003-08-01 [hoa] 0.9.3claws86
724 * src/prefs_filtering.c
725 fixed a cosmetic bug, during creation of dialog box,
726 wrong widgets were shown after creation.
728 2003-08-01 [luke] 0.9.3claws85
731 o fixed visibility of icons/mimeview after toggling separate
732 message/folder view (factored out some similar code too).
735 2003-07-31 [alfons] 0.9.3claws84
738 tweak icon box UI a bit more, now allowing right-clicks actions
739 getting the relevant mime data too; should fix #250, "Can't save
740 attachments sometimes".
742 2003-07-30 [alfons] 0.9.3claws83
745 don't do auto-save-draft inside key press handler, but rather
746 schedule it half of a second later; should fix #67, "autosave
747 make re-rediting message crazy"
749 2003-07-30 [christoph] 0.9.3claws82
751 * src/plugins/trayicon/trayicon.c
752 process pending events before unloading the plugin
754 (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
756 2003-07-30 [alfons] 0.9.3claws81
759 parameter 2 of g_hook_destroy() should really be a hook id
761 2003-07-30 [alfons] 0.9.3claws80
763 * src/common/plugin.c
764 fix a possibly harmful function signature mismatch
767 2003-07-30 [alfons] 0.9.3claws79
769 * src/common/hooks[.ch]
772 2003-07-30 [darko] 0.9.3claws78
775 make it compile again
777 2003-07-30 [luke] 0.9.3claws77
781 o added/moved signal handlers for SIGTERM (normal kill command)
782 and SIGINT (ctl-c) to be used even without
783 --enable-crash-dialog, fixing bug 166
786 o rewrote menu sensitivity code as per mainwindow.c, fixing
790 o changed sensitivity condition for 'Next new' and 'Next
791 unread', fixing bug 8
793 2003-07-29 [alfons] 0.9.3claws76
795 * src/common/utils.[ch]
798 save ack'ed RRR; fixes #205, "return receipt is not saved in
801 2003-07-29 [alfons] 0.9.3claws75
804 fix a memleak (claws-only)
806 2003-07-29 [alfons] 0.9.3claws74
809 * src/gtk/gtkvscrollbutton.[ch]
810 fix UI glitch where mime icon toolbox' scroll position is not
811 reset after switching to another message
814 2003-07-29 [paul] 0.9.3claws73
816 * src/prefs_folder_item.c
817 split the prefs into 2 separate pages
819 2003-07-29 [paul] 0.9.3claws72
822 prepend "\n\n" to a signature without a separator too
824 2003-07-29 [paul] 0.9.3claws71
827 fix bug where changing to an account without an auto-sig
828 from an initial account without an auto-sig would insert
829 2 blank lines at the cursor point
830 fix bug where changing to an account with an auto-sig
831 from an initial account without an auto-sig would insert
832 the sig at the cursor point
834 2003-07-29 [paul] 0.9.3claws70
837 use the colour from the folder pref unless the folder
840 2003-07-29 [alfons] 0.9.3claws69
845 rewrite return receipt request work a little bit (the former
846 implementation presumably depended too much on the UI setting
847 flags). (we're losing the old pending flag.)
849 2003-07-28 [christoph] 0.9.3claws68
855 fix copy to IMAP folder from other folder
857 2003-07-28 [christoph] 0.9.3claws67
860 fix sync of procmsg_get_message_file_list
862 2003-07-28 [christoph] 0.9.3claws66
864 * sync with 0.9.3cvs14
865 see ChangeLog 2003-07-18
866 * sync with 0.9.3cvs17
867 see ChangeLog 2003-07-23
869 (closes Bug 234 segmentation fault after sending out mail via
872 2003-07-28 [paul] 0.9.3claws65
875 update Spanish translation, submitted by Ricardo Mones
878 2003-07-28 [christoph] 0.9.3claws64
883 return new message numbers as a GRelation instead of a GSList
884 that has to be in the same order as the input list. A list
885 would make it hard for IMAP to optimize oepration by sorting
886 the input list. The returned list would have to be reordered
887 to match the same order that input list has.
889 * src/gtk/gtkaspell.c
890 fix missing return value, could cause a crash when garbage is
891 on the stack that is used as the expected return value
893 2003-07-28 [paul] 0.9.3claws63
895 * sync with 0.9.4cvs1
896 see ChangeLog 2003-07-28
898 2003-07-27 [alfons] 0.9.3claws62
901 tweak it more to make icon list act like a check button group
903 2003-07-27 [christoph] 0.9.3claws61
905 * sync with 0.9.3cvs20
906 see ChangeLog 2003-07-25
908 2003-07-27 [paul] 0.9.3claws60
911 re-commit changes from 0.9.3claws58 -
912 accidently removed in 0.9.3claws59
914 2003-07-27 [paul] 0.9.3claws59
917 a sync from 0.9.3cvs17
918 see ChangeLog 2003-07-23
920 2003-07-27 [alfons] 0.9.3claws58
923 add missing header members to MsgInfo; fixes the problem of
924 not displaying X-Faces, as noticed by Ricardo Mones
926 2003-07-26 [christoph] 0.9.3claws57
928 * sync with 0.9.3cvs18
929 see ChangeLog 2003-07-24
931 2003-07-26 [christoph] 0.9.3claws56
933 * sync with 0.9.3cvs17
934 see ChangeLog 2003-07-23
936 2003-07-26 [christoph] 0.9.3claws55
943 add support for copy function that copy multiple messages
944 (not implemented yet)
947 add missing return value
949 2003-07-26 [paul] 0.9.3claws54
951 * tools/multiwebsearch.pl
952 do whitespace substitution before passing the string
953 to the browser. fixes bug with browsers that don't
954 do whitespace conversion themselves.
956 2003-07-25 [christoph] 0.9.3claws53
961 rewrite adding of multiple messages to a folder for
964 2003-07-25 [luke] 0.9.3claws52
967 o icon toggles set correctly on leaving ctree mimeview
969 2003-07-25 [paul] 0.9.3claws51
971 * partial sync with 0.9.3cvs21 [src/main.c]
972 see ChangeLog 2003-07-25
974 2003-07-24 [paul] 0.9.3claws50
976 * tools/maildir2sylpheed.pl
979 2003-07-24 [paul] 0.9.3claws49
982 increase the gutter size of paned so that the panes
985 * src/plugins/demo/demo.c
986 squeeze in another typo fix
988 2003-07-24 [paul] 0.9.3claws48
990 * src/plugins/demo/demo.c
992 small changes to the English
994 * src/pixmaps/mime_application_octect_stream.xpm ** REMOVED **
995 src/pixmaps/mime_application_octet_stream.xpm ** NEW FILE **
998 rename the misspelled icon
1000 2003-07-23 [alfons] 0.9.3claws47
1003 make icon list look like a list of toggles
1005 2003-07-23 [luke] 0.9.3claws46
1007 * src/pixmaps/mimeview_gpg_expired.xpm
1008 * src/pixmaps/mimeview_gpg_failed.xpm
1009 * src/pixmaps/mimeview_gpg_passed.xpm
1010 * src/pixmaps/mimeview_text_html.xpm
1011 * src/pixmaps/mimeview_image.xpm
1012 o all icons the same size
1015 o mimeview ctree arranged vertically above the viewer
1016 o icons changed to buttons
1017 o can use keyboard to select an icon (Enter)
1018 o resize icon list to width of icons
1020 * src/gtk/gtkvscrollbutton.c
1021 o sensitivity of buttons reacts to position
1023 2003-07-23 [christoph] 0.9.3claws45
1025 * sync with 0.9.3cvs14 (incomplete)
1026 see ChangeLog 2003-07-17
1028 2003-07-23 [alfons] 0.9.3claws44
1032 sync with my local tree to restore some claws-only things
1034 2003-07-23 [paul] 0.9.3claws43
1036 * src/pixmaps/mime_gpg_expired.xpm ** NEW FILE **
1037 src/pixmaps/mime_gpg_unknown.xpm ** NEW FILE **
1042 src/stock_pixmap.[ch]
1043 indicate missing keys and expired sigs/keys
1046 2003-07-23 [paul] 0.9.3claws42
1049 Redirect fixes: enable automatic account selection and
1050 do not append signature to message on changing account
1053 2003-07-23 [paul] 0.9.3claws41
1055 * sync with 0.9.3cvs16
1056 see ChangeLog 2003-07-23
1058 2003-07-23 [alfons] 0.9.3claws40
1061 give progress dialog a main window, and give it the first
1062 one (presumably the only one). fixes bug #247, "segfault on
1065 2003-07-22 [alfons] 0.9.3claws39
1068 shift-space scrolls up
1070 2003-07-22 [paul] 0.9.3claws38
1072 * sync with 0.9.3cvs15
1073 see ChangeLog 2003-07-22
1075 2003-07-20 [alfons] 0.9.3claws37
1078 put menu inside #ifdef USE_ASPELL..#endif
1080 2003-07-20 [christoph] 0.9.3claws36
1083 fix wrong flags in MsgInfo returned by
1084 procmsg_msginfo_get_full_info()
1086 (closes Bug 221 Deleting messages from the Message View gives incorrect
1087 new/unread message counts in the folder view)
1089 * src/plugins/spamassassin/spamassassin_gtk.c
1090 add gettext macro for prefs page title
1092 2003-07-20 [paul] 0.9.3claws35
1095 redraw icon list on signature check
1097 2003-07-20 [christoph] 0.9.3claws34
1102 * src/folder_item_prefs.[ch] ** NEW **
1107 * src/prefs_scoring.c
1109 * src/prefs_folder_item.[ch]
1110 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1112 o use prefswindow for folder properties
1114 * src/gtk/prefswindow.[ch]
1115 change implementation to use an invisible notebook instead
1116 of unparenting widgets
1118 2003-07-20 [christoph] 0.9.3claws33
1124 * src/prefs_filtering.h
1125 * src/prefs_folder_item.[ch]
1129 clean up header mess
1130 (always use 1. typedefs, 2. #includes, 3. structures)
1132 * src/common/version.h.in
1133 add casts for constants
1135 * src/plugins/demo/demo.c
1138 * src/plugins/spamassassin/spamassassin.c
1139 remove unused variable
1141 2003-07-20 [alfons] 0.9.3claws32
1144 o make icon buttons respond on left click
1145 o minor cosmetic change
1147 2003-07-19 [luke] 0.9.3claws31
1150 * src/gtk/gtkvscrollbutton.c
1152 o improved mimeview behaviour when selecting a new message
1153 o plus code cleanups to remove compile warnings
1156 2003-07-19 [alfons] 0.9.3claws30
1160 * src/common/utils.[ch]
1161 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1163 2003-07-19 [alfons] 0.9.3claws29
1165 * src/prefs_folder_item.c
1166 reinit "legacy" tmp_prefs, so we don't free nor use invalid
1169 2003-07-19 [luke] 0.9.3claws28
1175 * src/stock_pixmap.[ch]
1176 * src/gtk/Makefile.am
1178 * src/gtk/gtkvscrollbutton.[ch] ** NEW **
1179 * src/pixmaps/mime_*.xpm ** NEW **
1180 o mimeview rearrangement with a new icon shortcut bar
1182 2003-07-19 [alfons] 0.9.3claws27
1185 o plug leaking nodes_to_recollapse
1186 o add folderview_recollapse_all_nodes() (not used yet)
1188 2003-07-19 [alfons] 0.9.3claws26
1191 * src/common/utils.c
1192 honour #240 "Better SUBJECT handling" by cleaning the prefix
1193 for both forwarding as replying
1195 2003-07-18 [christoph] 0.9.3claws25
1198 * src/common/sylpheed.[ch]
1199 * src/common/version.h.in
1200 add version in numeric form to allow easy comparison
1202 * src/plugins/demo/demo.c
1204 - sylpheed version > plugin version => never allowed, sylpheed
1205 could contain unknown API changes
1206 - sylpheed version < minimum version required => don't load,
1207 API required not available (if linking does not fail)
1209 2003-07-18 [alfons] 0.9.3claws24
1211 * src/common/plugin.[ch]
1214 2003-07-18 [christoph] 0.9.3claws23
1216 * src/common/hooks.c
1217 fix crash when hooks where unregisted
1219 * src/plugins/trayicon/trayicon.c
1220 unregister detroy signal before destroying the widget
1221 (still crashes when the plugin is unloaded)
1223 2003-07-18 [alfons] 0.9.3claws22
1226 delay expanding folder tree during drags until timeout triggered
1227 (needs perhaps some tweaking, so testing is welcome)
1229 2003-07-17 [alfons] 0.9.3claws21
1234 2003-07-17 [christoph] 0.9.3claws20
1236 * src/common/session.c
1237 fix opening of SSL connections
1239 * src/plugins/image_viewer/Makefile.am
1240 add OPENSSL_CFLAGS (we should find a better solution to remove
1241 this dependencies if they are not required)
1243 * src/plugins/spamassassin/spamassassin.c
1244 remove setlocale workaround (fixed in libspamc)
1246 (closes Bug Bug 184 Entering non-ascii character deletes previous char
1247 if spell checking enabled)
1249 2003-07-17 [alfons] 0.9.3claws19
1251 * src/common/hooks.[ch]
1252 * src/plugins/clamav/clamav_plugin.c
1253 * src/plugins/spamassassin/spamassassin.c
1254 * src/plugins/trayicon/trayicon.c
1257 2003-07-17 [alfons] 0.9.3claws18
1262 2003-07-17 [alfons] 0.9.3claws17
1267 2003-07-17 [paul] 0.9.3claws16
1272 add link to the Claws site's FAQ page, after the suggestion
1273 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1274 Move url strings to defs.h
1277 fix typo to prevent "unknown menu entry" warnings
1279 2003-07-17 [alfons] 0.9.3claws15
1281 * src/folderview.[ch]
1282 * src/summaryview.[ch]
1286 2003-07-17 [paul] 0.9.3claws14
1289 remove two instances of 'GTK_EVENTS_FLUSH' because
1290 they are unnecessary and probably cause a stack overflow
1292 2003-07-16 [christoph] 0.9.3claws13
1295 use an invisible GTK notebook to switch between viewers
1296 instead of reparenting widgets
1298 2003-07-16 [christoph] 0.9.3claws12
1301 move folder_item_update_freeze() to correct place in
1302 folder_item_scan_full()
1304 2003-07-16 [paul] 0.9.3claws11
1306 * sync with 0.9.3cvs12
1307 see ChangeLog 2003-07-14 and 2003-07-15
1309 2003-07-16 [christoph] 0.9.3claws10
1312 * src/prefs_account.[ch]
1313 sync IMAP CRAM-MD5 authentication with sylpheed-main
1315 2003-07-15 [alfons] 0.9.3claws9
1318 make --config-dir do something useful
1320 2003-07-15 [alfons] 0.9.3claws8
1323 o fix a bug where 'last' didn't really point to the last message
1324 in the top level list of children, but to the last threaded
1327 o clean up and make it easier to sync
1329 2003-07-15 [alfons] 0.9.3claws7
1332 make correct menu items sensitive
1334 2003-07-14 [alfons] 0.9.3claws6
1337 tune the threader so it will not subject-thread any message
1338 without a subject prefix (this will not thread correctly if
1339 a parent is delivered after their childs, but it looks
1342 2003-07-13 [christoph] 0.9.3claws5
1345 group "Add mailbox *..." menu items in submenu
1347 2003-07-13 [alfons] 0.9.3claws4
1350 correct summary_toggle_pressed() signature and make sure
1351 signal is not passed on
1353 2003-07-13 [alfons] 0.9.3claws3
1356 o for now don't pass on keys when they we're handled by
1357 ctree::key_press_event
1360 2003-07-13 [alfons] 0.9.3claws2
1363 add command line option "--config-dir" to get the current
1366 2003-07-12 [alfons] 0.9.3claws1
1369 * src/matcher_parser_parse.y
1370 * src/prefs_filtering.c
1372 add "Lock" filter action to lock messages;
1375 remove debug_print()
1376 * src/prefs_filtering.c
1377 re-organize matcher part 9:
1378 make action text entries easily extendible;
1379 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1380 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1385 update old information and add missing
1388 2003-07-12 [paul] 0.9.3claws
1390 * 0.9.3claws released
1392 2003-07-12 [paul] 0.9.0claws103
1397 2003-07-12 [melvin] 0.9.0claws102
1400 Fixed bug #215: Show MIME tab for single text/html messages.
1402 2003-07-12 [paul] 0.9.0claws101
1407 2003-07-12 [paul] 0.9.0claws100
1413 update Spanish, Croatian, Polish, Serbian translations.
1414 submitted by Ricardo Mones Lastra, Dragan, Witold
1415 Wladyslaw Wojciech Wilk, Urke MMI
1417 2003-07-12 [melvin] 0.9.0claws99
1420 Updated French translations.
1422 2003-07-12 [paul] 0.9.0claws98
1425 disable 'Lookup' button as it has no effect
1427 2003-07-11 [alfons] 0.9.0claws97
1430 summary_searchbar_pressed() should return TRUE to signal that
1431 event was handled. when returning void, the return value passed
1432 to GTK is actually random, but maybe FALSE, in which case the
1433 event is handled by parent
1435 2003-07-10 [paul] 0.9.0claws96
1437 * ac/missing/gettext.m4
1438 update to version 0.12
1440 2003-07-10 [paul] 0.9.0claws95
1442 * src/plugins/clamav/clamav_plugin.c
1443 fix bug where multipart/alternative messages
1444 would slip through without being scanned
1446 2003-07-10 [christoph] 0.9.0claws94
1449 correct check if folder supports removing when a message is
1450 moved. if not the message is only copied.
1452 (closes Bug 132 crash on startup in newsgroups folders)
1454 2003-07-09 [alfons] 0.9.0claws93
1458 --with-config-dir (default .sylpheed)
1460 2003-07-09 [christoph] 0.9.0claws92
1463 use PKG_CHECK_MODULES to check for gtkmathview
1464 (version 0.4.2 now required)
1466 2003-07-08 [melvin] 0.9.0claws91
1469 Implemented a progress bar that counts the number of completed
1470 tasks when the action runs more than one command.
1472 2003-07-08 [alfons] 0.9.0claws90
1475 if queued message has an invalid Message-Id, don't try to
1476 find message it refers to (fixes #209 "crash when processing
1479 2003-07-08 [paul] 0.9.0claws89
1481 * sync with 0.9.3cvs2
1482 see ChangeLog 2003-07-08
1484 2003-07-08 [match] 0.9.0claws88
1487 extend LDAP search for first/last name by parsing search term.
1489 2003-07-08 [alfons] 0.9.0claws87
1491 * src/send_message.c
1492 fix bug #208 "Status message stuck when sending on POP3 account"
1494 2003-07-07 [paul] 0.9.0claws86
1497 new Croatian translation, submitted by
1498 Dragan <drleskov@inet.hr>
1500 2003-07-07 [paul] 0.9.0claws85
1502 * sync with 0.9.3cvs1
1503 see ChangeLog 2003-07-07
1505 2003-07-05 [christoph] 0.9.0claws84
1510 * src/stock_pixmap.[ch]
1511 * src/pixmaps/messageview_text.xpm ** NEW **
1512 move mimeview tabs to the right side and use icons
1513 instead of text to save some space
1515 (patch by Luke Plant <lukeplant@softhome.net>)
1517 2003-07-05 [christoph] 0.9.0claws83
1520 add NULL pointer checks
1522 (patch by Luke Plant <lukeplant@softhome.net>)
1523 (closes Bug 204 0.9.0 quits on authentication error?!)
1525 2003-07-05 [alfons] 0.9.0claws82
1528 take the clue in bug #202 "./configure script -
1529 'if test' comparison failure" reported by John Kristoff.
1531 2003-07-04 [christoph] 0.9.0claws81
1533 * src/plugins/spamassassin/spamassassin.c
1534 set timeout for spam check
1536 2003-07-04 [christoph] 0.9.0claws80
1539 destroy all FolderItems when shutting down to
1540 allow folders to clean up
1542 2003-07-04 [melvin] 0.9.0claws79
1544 * src/gtk/gtkaspell.c
1545 Fixed bug #184 "Entering non-ascii character deletes
1546 previous char if spell checking enabled": this makes
1547 the spell checking in multibytes (e.g. UTF-8)locales work.
1548 (Patch by Luke Plant).
1550 2003-07-04 [christoph] 0.9.0claws78
1552 * sync with 0.9.2cvs1
1553 see ChangeLog 2003-06-10
1555 2003-07-04 [paul] 0.9.0claws77
1557 * sync with 0.9.3 release
1558 see ChangeLog 2003-07-04
1560 2003-07-03 [christoph] 0.9.0claws76
1567 move folder_item_get_path() stuff into a folder virtual function
1570 use folder_item_fetch_msg() to get message and do not contruct
1571 the filename from path and number
1573 2003-07-03 [paul] 0.9.0claws75
1575 * sync with 0.9.2cvs12
1576 see ChangeLog 2003-07-03
1578 2003-07-02 [paul] 0.9.0claws74
1581 fix text-selection for replying
1583 2003-07-02 [paul] 0.9.0claws73
1585 * sync with 0.9.2cvs11
1586 see ChangeLog 2003-07-02
1588 2003-07-02 [paul] 0.9.0claws72
1591 revert last commit because it breaks more
1594 2003-07-02 [paul] 0.9.0claws71
1597 fix thread by subject/sort by date
1599 2003-07-01 [paul] 0.9.0claws70
1601 * sync with 0.9.2cvs10
1602 see ChangeLog 2003-07-01
1604 2003-06-30 [paul] 0.9.0claws69
1606 * sync with 0.9.2cvs9
1607 see ChangeLog 2003-06-30
1609 2003-06-28 [match] 0.9.0claws68
1614 2003-06-27 [paul] 0.9.0claws67
1616 * sync with 0.9.2cvs7
1617 see ChangeLog 2003-06-27
1619 2003-06-26 [christoph] 0.9.0claws66
1622 freeze folder updates while a folder is scanned
1624 (closes Bug 185 New message counter)
1626 2003-06-26 [darko] 0.9.0claws65
1629 fix infinite loop when adding a new LDAP server
1631 2003-06-26 [paul] 0.9.0claws64
1633 * sync with 0.9.2cvs6
1634 see ChangeLog 2003-06-26
1636 2003-06-26 [paul] 0.9.0claws63
1638 * sync with 0.9.2cvs5
1639 see ChangeLog 2003-06-25 and 2003-06-26
1641 2003-06-25 [match] 0.9.0claws62
1644 Fixed tab/backtab for dropped-down completion list to
1645 move next/previous field. (close bug 147)
1647 2003-06-25 [christoph] 0.9.0claws61
1649 * src/addr_compl.[ch]
1650 * src/addrindex.[ch]
1658 2003-06-25 [leandro] 0.9.0claws60
1662 o gray out "Message/Remove references" menu item if not
1663 replying to a message
1665 2003-06-24 [leandro] 0.9.0claws59
1668 o removed "Message/Create new thread" menu item
1669 o added "Message/Remove references" menu item
1670 (it's off by default and will not check anymore
1671 if the subject changed)
1673 2003-06-23 [alfons] 0.9.0claws58
1676 try better grouping messages threaded by subject based on their age.
1677 still not perfect - because the message tree is not sorted by date.
1679 2003-06-23 [thorsten] 0.9.0claws57
1682 added mail_receive_hook to allow modifications
1683 directly after retrieval (e.g. adding headers).
1685 2003-06-23 [paul] 0.9.0claws56
1687 * src/sourcewindow.c
1688 enable the use of Ctrl+A to select all text in
1690 Patch submitted by Ivan Francolin Martinez
1691 <ivanfm@users.sourceforge.net>
1693 2003-06-22 [christoph] 0.9.0claws55
1696 o add notification hook for folder tree changes
1697 o invoke hooks after folder tree scanning
1699 * src/folderview.[ch]
1700 register hook for folder tree changes that
1703 (there are more places that should be updated, like add, remove
1706 (closes Bug 164 Crash on rebuild folder tree)
1707 (closes Bug 190 Crash on 'rebuilding folder tree')
1709 2003-06-21 [leandro] 0.9.0claws54
1712 create a new thread if subject changes
1713 (it's on by default, can be disabled in Message menu)
1715 2003-06-21 [alfons] 0.9.0claws53
1718 quiet little compiler
1720 2003-06-21 [christoph] 0.9.0claws52
1722 update gettext stuff to version 0.12
1724 2003-06-19 [alfons] 0.9.0claws51
1727 * src/common/plugin.c
1728 move defs.h before glib.h to prevent MIN/MAX redefs
1735 2003-06-19 [match] 0.9.0claws50
1737 * src/addressbook.[ch]
1738 * src/addrindex.[ch]
1739 * src/addr_compl.[ch]
1741 * src/editldap_basedn.[ch]
1744 re-implemented dynamic LDAP search. works without
1745 slowdown on display sender with addressbook
1750 2003-06-19 [paul] 0.9.0claws49
1753 fix Bug #136 'Nonprovided quotation marks crash claws'
1754 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1756 2003-06-19 [alfons] 0.9.0claws48
1758 * src/prefs_common.[ch]
1760 restrict threading by subject by checking thread for
1761 age (prefs_common.thread_by_subject_max_age)
1763 2003-06-18 [christoph] 0.9.0claws47
1766 fix memory leak in imap_cmd_fetch()
1768 2003-06-18 [christoph] 0.9.0claws46
1771 fix memory leak in prefs_set_default() when used multiple
1772 times or after prefs have been read
1774 2003-06-18 [christoph] 0.9.0claws45
1776 * src/common/plugin.c
1777 fix memory leak in plugin_unload()
1779 2003-06-18 [christoph] 0.9.0claws44
1782 fix memory leak in imap_cmd_ok()
1784 2003-06-18 [christoph] 0.9.0claws43
1787 stop messages that are downloaded from POP3 and added to
1788 an IMAP inbox from being filtered twice (first by POP3
1789 and again when IMAP folder is scaned to get the UID of
1790 the APPEND operation when no UIDPLUS is available)
1799 * tools/launch_phoenix ** REMOVED **
1800 tools/launch_firebird ** NEW **
1801 renamed and edited to reflect the browser's name change from
1802 'phoenix' to 'firebird'
1804 2003-06-18 [paul] 0.9.0claws42
1806 * sync with 0.9.2cvs2
1807 see ChangeLog 2003-06-16
1809 2003-06-17 [alfons] 0.9.0claws41
1812 prevent threading problems when a node is an ancestor (parent / great parent),
1813 which mostly happens with circular references (thanks to Phillipe Gramoullé
1814 for finding an sample set of messages)
1816 2003-06-16 [christoph] 0.9.0claws40
1819 don't popup main window on --receive or --receive-all
1821 * src/mainwindow.[ch]
1822 * src/plugins/trayicon/trayicon.c
1823 allow hiding of main window by clicking on the trayicon
1824 (doesn't work correctly in seperate window mode and may
1825 cause unexpected GTK problems I couldn't find yet)
1828 remove incorrect warning
1830 2003-06-15 [alfons] 0.9.0claws39
1832 * src/gtk/gtkstext.c
1833 don't output debug text;
1834 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1835 for pointing this out);
1837 2003-06-14 [alfons] 0.9.0claws38
1840 remove printf() and make one if..else comply with coding style
1842 2003-06-14 [alfons] 0.9.0claws37
1847 * src/messageview.[ch]
1849 apply patch #754162 "Quoting messages filtered by actions" submitted
1850 by Martin Wicke, which allows quoting message body changed by an
1853 2003-06-13 [alfons] 0.9.0claws36
1856 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1857 use case insensitive regexp (suggested by Ivan Martinez)
1859 2003-06-13 [christoph] 0.9.0claws35
1862 * src/plugins/trayicon/Makefile.am
1863 * src/plugins/trayicon/eggtrayicon.[ch] ** REMOVE **
1864 * src/plugins/trayicon/trayicon.c
1865 * src/plugins/trayicon/libeggtrayicon/.cvsignore ** NEW **
1866 * src/plugins/trayicon/libeggtrayicon/Makefile.am ** NEW **
1867 * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch] ** NEW **
1868 * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch] ** NEW **
1869 * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch] ** NEW **
1870 * src/plugins/trayicon/libeggtrayicon/xembed.h ** NEW **
1871 replace my own EggTrayIcon backport with the backport
1872 used by (l|x)mule and gabber.
1874 2003-06-13 [alfons] 0.9.0claws34
1877 * src/common/utils.c
1878 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1880 2003-06-13 [alfons] 0.9.0claws33
1883 clean up a little bit
1885 2003-06-12 [alfons] 0.9.0claws32
1888 const correctness fix
1890 * src/common/sylpheed.[ch]
1892 prevent redef MIN/MAX
1894 * src/common/utils.[ch]
1897 2003-06-12 [melvin] 0.9.0claws31
1900 Updated to take into accounts changes in GtkAspell.
1902 2003-06-12 [alfons] 0.9.0claws30
1906 * src/common/utils.[ch]
1907 handle reply subject prefixes better (initial
1908 suggestion by Robert Story adapted and enhanced
1911 2003-06-12 [melvin] 0.9.0claws29
1914 Use new gtkaspell_checkers_strerror() to get the speller's
1915 error message instead of accessing the (now private)
1920 Use #ifdef instead of #if for USE_ASPELL
1921 Use the new spell checkers init/quit functions
1923 * src/gtk/gtkaspell.c
1924 Use #ifdef instead of #if for USE_ASPELL
1925 Moved in the majority of GtkAspell structures that were
1926 exported before by gtkaspell.h
1928 * src/gtk/gktaspell.h
1929 Made gtkaspell.h contain only the necessary data to be
1930 publicized by moving many structures to gtkaspell.c.
1931 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1932 gtkaspell_checkers_new(): replaced by...
1933 gtkaspell_checkers_init(): new function for initialization
1934 gtkaspell_checkers_delete(): replaced by...
1935 gtkaspell_checkers_quit(): new function
1936 gtkaspell_checkers_strerror(): new function that returns
1937 the checker's last error message.
1939 2003-06-11 [melvin] 0.9.0claws28
1942 Updated to take into account gtkaspell.c migration to
1943 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1945 2003-06-10 [alfons] 0.9.0claws27
1947 * src/filtering.[ch]
1951 - try fixing bug #18 (any brave testers?)
1952 - add more robustness by refusing previously
1953 unchecked NULL pointers
1955 2003-06-10 [alfons] 0.9.0claws26
1958 fix bug #176 by don't checking MsgInfos with a NULL msgid
1960 2003-06-09 [alfons] 0.9.0claws25
1962 * src/prefs_common.c
1963 fix bug #163 "Icon switching doesnt work properly" by
1964 preventing early freeing of prefs_common.pixmap_theme_path.
1966 2003-06-09 [christoph] 0.9.0claws24
1968 * src/gtk/gtkaspell.c
1969 revert Thorsten's fix and add forgotten g_strdup for
1970 aspell path (it should not be possible to alter the path a
1971 GtkASpell uses from outside)
1973 2003-06-09 [thorsten] 0.9.0claws23
1975 * src/gtk/gtkaspell.c
1976 dont free prefs_common.aspell_path when closing compose
1978 2003-06-08 [colin] 0.9.0claws22
1980 * src/plugins/spamassassin/spamassassin.c
1983 2003-06-07 [christoph] 0.9.0claws21
1987 * src/gtkaspell.[ch] ** REMOVE **
1988 * src/gtk/Makefile.am
1989 * src/gtk/gtkaspell.[ch] ** NEW **
1990 o make gtkaspell independent from sylpheed's prefs
1991 o move gtkaspell.[ch] to gtk directory
1993 2003-06-07 [christoph] 0.9.0claws20
1998 * src/filesel.[ch] ** REMOVE **
2001 * src/common/sylpheed.[ch]
2002 * src/gtk/Makefile.am
2003 * src/gtk/filesel.[ch] ** NEW **
2004 * src/gtk/pluginwindow.c
2005 * src/gtk/sslcertwindow.c
2006 move filesel.[ch] to gtk directory
2008 2003-06-07 [alfons] 0.9.0claws19
2011 make (multi) file selection dialog work again (Claws-only)
2013 2003-06-07 [thorsten] 0.9.0claws18
2018 2003-06-07 [alfons] 0.9.0claws17
2022 detect apache mishap in which case don't include fnmatch.h
2023 if regex.h is already included
2025 2003-06-06 [christoph] 0.9.0claws16
2029 add check for fnmatch.h and include it when available
2032 fix wrong case sensitivity of Content-Types
2034 * src/gtk/Makefile.am
2035 need the same include paths in gtk directory as in
2036 common directory because .h files in common can
2037 include files from these directories, when included
2038 in gtk's .h or .c files
2040 2003-06-06 [alfons] 0.9.0claws15
2044 make it compile again because of regex.h / fnmatch.h
2045 include problems (related to recent mime stuff, can
2046 someone check this?)
2048 2003-06-06 [thorsten] 0.9.0claws14
2051 possible use of uninitialized pointer while dragging
2053 2003-06-06 [paul] 0.9.0claws13
2056 fix bug where the insert sig button would be effective
2057 only when auto_sig was set
2059 2003-06-06 [paul] 0.9.0claws12
2061 * sync with 0.9.2 release
2063 2003-06-02 [paul] 0.9.0claws11
2065 * sync with 0.9.1cvs1
2066 see ChangeLog 2003-06-02
2071 2003-06-01 [christoph] 0.9.0claws10
2074 don't use substring search to find accounts by email address
2076 (closes Bug 169 Overly loose matching of "From" address)
2078 2003-05-31 [christoph] 0.9.0claws9
2080 * doc-src/rfc2683.txt
2082 limit IMAP command length as recommended in RFC2683
2083 (message number lists will be split into multiple imap
2084 sets, the limit of 1000 octets is not a hard limit)
2086 (closes Bug 161 sylpheed-claws exits with segfault when logging
2087 in to certain imap-servers)
2089 2003-05-29 [alfons] 0.9.0claws8
2092 add print button (calling summary_print());
2093 fine tune setting tooltip text;
2094 (if someone needs other buttons, please take these
2095 commits as a guide, instead of bothering us - also
2098 2003-05-29 [darko] 0.9.0claws7
2101 fix crash when word wrapping kicks in due to
2102 changed text by spell checker
2104 2003-05-29 [paul] 0.9.0claws6
2107 fix bug where changing account would insert
2108 sig even if auto_sig was FALSE
2113 sync with 0.9.1 release
2115 2003-05-28 [christoph] 0.9.0claws5
2118 fix truncation of too long commands
2120 (closes Bug 167 IMAP hangs trying to get envelope
2121 information in imap_get_uncached_messages)
2123 2003-05-27 [paul] 0.9.0claws4
2126 tools/maildir2sylpheed.pl ** NEW FILE **
2127 add kmail to sylpheed mailbox conversion script
2129 2003-05-27 [paul] 0.9.0claws3
2131 * sync with 0.9.0cvs10
2132 see ChangeLog 2003-05-26
2134 2003-05-26 [paul] 0.9.0claws2
2136 * sync with 0.9.0cvs9
2137 see ChangeLog 2003-05-26
2139 2003-05-24 [paul] 0.9.0claws1
2141 * sync with 0.9.0cvs8
2142 see ChangeLog 2003-05-23
2144 2003-05-24 [paul] 0.9.0claws
2146 * version 0.9.0claws released
2148 2003-05-24 [paul] 0.8.11claws177
2150 * src/plugins/dillo-viewer/Makefile.am
2151 src/plugins/traycon/Makefile.am
2161 update Bulgarian, British English, Spanish, Italian,
2162 Brazilian Portuguese, Russian, and Serbian translations,
2163 submitted by George Danchev, [me], Ricardo Mones Lastra,
2164 André Filipe de Assunção e Brito, Alessandro Maestri,
2165 Ruslan N. Balkin, and Urke MMI
2167 2003-05-23 [melvin] 0.8.11claws176
2170 Updated French translations
2172 2003-05-22 [paul] 0.8.11claws175
2183 src/editldap_basedn.c
2187 revert to get ldap into it previous working state
2190 new Taiwanese translation,
2191 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2193 2003-05-22 [christoph] 0.8.11claws174
2195 * src/plugins/spamassassin/libspamc.[ch]
2196 sync libspamc with SpamAssaain release 2.55
2198 2003-05-22 [paul] 0.8.11claws173
2200 * sync with 0.9.0cvs7
2201 see ChangeLog 2003-05-22
2204 revert change in 0.8.11claws172: follow
2205 Hiroyuki's decision and that's the end of it.
2207 2003-05-21 [paul] 0.8.11claws172
2210 fix discrepency between open_unread_on_enter
2213 2003-05-21 [paul] 0.8.11claws171
2215 * sync with 0.9.0cvs6
2216 see ChangeLog 2003-05-21
2218 2003-05-21 [paul] 0.8.11claws170
2220 * sync with 0.9.0cvs5
2221 see ChangeLog 2003-05-21
2223 2003-05-20 [paul] 0.8.11claws169
2225 * sync with 0.9.0cvs4
2226 see ChangeLog 2003-05-20
2227 fixes bug #152, 'encoding of IMAP folders names'
2229 2003-05-20 [paul] 0.8.11claws168
2231 * sync with 0.9.0cvs3
2232 see ChangeLog 2003-05-20
2234 * src/tools/convert_mbox.pl
2235 minor change in the comments, submitted by Fred Marton
2237 2003-05-19 [paul] 0.8.11claws167
2239 * src/plugins/clamav/Makefile.am
2241 link clamav_lib to the plugin and not to the main program
2243 2003-05-19 [christoph]
2246 add -export-dynamic for linking
2248 2003-05-19 [paul] 0.8.11claws166
2250 * sync with 0.9.0cvs1
2251 see ChangeLog 2003-05-19
2253 2003-05-19 [paul] 0.8.11claws165
2256 fix 'pop before smtp' timeout
2258 2003-05-18 [alfons] 0.8.11claws164
2260 * src/prefs_matcher.c
2261 put "execute" action command line ("expression") in edit box
2263 2003-05-18 [christoph] 0.8.11claws163
2266 * src/plugins/dillo_viewer/dillo_viewer.c
2267 * src/plugins/image_viewer/viewer.c
2268 * src/plugins/mathml_viewer/mathml_viewer.c
2269 let a viewer have a list of Content-Types
2271 2003-05-18 [paul] 0.8.11claws162
2273 * src/prefs_filtering.c
2274 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2275 and REDIRECT actions
2277 2003-05-17 [christoph]
2280 o remove dynamic signatures that was syned with main
2281 o add infos about no longer "build in" image viewer
2282 o update bugtracker URL
2284 2003-05-17 [christoph] 0.8.11claws161
2289 don't use imap_scan_folder anymore. Instead call folder_item_scan
2290 for every folder after rebuilding the folder tree.
2292 (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2295 2003-05-17 [christoph] 0.8.11claws160
2298 don't use STATUS command on current folder to check for
2299 content changes. imap_cmd_ok() now tracks changes to
2300 folder and number of existing messages.
2302 2003-05-17 [paul] 0.8.11claws159
2304 * src/plugins/clamav/clamav_plugin.c
2305 remove unnecessary debug_print
2307 2003-05-16 [thorsten] 0.8.11claws158
2309 * src/plugins/demo.c
2310 included missing intl.h
2312 2003-05-16 [paul] 0.8.11claws157
2315 remove non-existant entries
2317 * src/plugins/clamav/clamav_plugin.c
2318 src/plugins/clamav/clamav_plugin_gtk.c
2319 src/plugins/dillo_viewer/dillo_prefs.c
2320 src/plugins/dillo_viewer/dillo_viewer.c
2323 2003-05-16 [christoph] 0.8.11claws156
2326 include plugin .c files for translation until I
2327 find a better solution to have plugins have their
2329 * src/plugins/demo/demo.c
2330 * src/plugins/image_viewer/plugin.c
2331 * src/plugins/mathml_viewer/mathml_viewer.c
2332 * src/plugins/spamassassin/spamassassin.c
2333 * src/plugins/spamassassin/spamassassin_gtk.c
2334 * src/plugins/trayicon/trayicon.c
2335 add gettext macros for plugin name and description
2341 2003-05-16 [paul] 0.8.11claws155
2343 * sync with lastest 0.9.0pre1
2344 see ChangeLog 2003-05-16
2346 2003-05-15 [paul] 0.8.11claws154
2348 * sync with latest 0.9.0pre1
2349 see ChangeLog 2003-05-14 and 2003-05-15
2351 2003-05-14 [christoph] 0.8.11claws153
2353 * src/plugins/image_viewer/viewer.c
2354 * src/plugins/image_viewer/viewer.glade ** NEW **
2355 * src/plugins/image_viewer/viewerprefs.c
2356 make it possible to disable the autoload function in the
2359 2003-05-14 [christoph] 0.8.11claws152
2362 fix folder update after adding a message
2364 2003-05-13 [alfons] 0.8.11claws151
2366 * src/common/session.c
2369 * src/addrcache.[ch]
2370 * src/filtering.[ch]
2372 * src/gtkaspell.[ch]
2374 * src/mbox_folder.[ch]
2379 * src/passphrase.[ch]
2380 * src/prefs_common.[ch]
2381 * src/prefs_gtk.[ch]
2384 be pedantic; (in prototypes () implies (int))
2386 2003-05-13 [alfons] 0.8.11claws150
2388 * src/prefs_toolbar.[ch]
2389 * src/summaryview.[ch]
2391 change misleading text in toolbar prefs;
2392 add toolbar action for ignore thread (toggles ignore thread flag);
2393 clean up a little bit;
2397 * tools/convert_mbox.pl
2398 bug fixed by Fred Marton
2402 * sync with 0.9.0pre1
2404 2003-05-09 [paul] 0.8.11claws149
2406 * sync with 0.8.11cvs43
2407 see ChangeLog 2003-05-09
2409 2003-05-08 [christoph] 0.8.11claws148
2412 o use CAPABILIY as first command and check for PREAUTH
2413 information in the response to it
2414 o rewrite all imap_cmd_* functions to use an IMAPSession
2415 instead of a SockInfo as parameter
2416 o do STARTTLS after fetching and checking the server
2419 2003-05-08 [paul] 0.8.11claws147
2423 tools/convert_mbox.pl ** NEW FILE **
2424 add mbox conversion script. Submitted by
2425 Fred Marton <Fred.Marton@uni-bayreuth.de>
2427 2003-05-07 [christoph]
2430 * src/gtk/pluginwindow.glade
2431 * src/plugins/image_viewer/viewerprefs.glade
2432 * src/plugins/spamassassin/spamassassin_gtk.glade
2433 add glade files for user interfaces and a description how
2434 to use glade to create the sylpheed code
2436 2003-05-07 [paul] 0.8.11claws146
2438 * sync with 0.8.11cvs41
2439 see ChangeLog 2003-05-07
2441 2003-05-06 [christoph] 0.8.11claws145
2444 * src/plugins/image_viewer/viewer.c
2445 fix usage of imlib in imageviewer plugin
2447 * src/gtk/prefswindow.c
2448 handle window close event correctly
2450 2003-05-06 [paul] 0.8.11claws144
2453 fix typo introduced in sync
2455 2003-05-06 [paul] 0.8.11claws143
2457 * sync with 0.8.11cvs39
2458 see ChangeLog 2003-05-06
2460 2003-05-06 [paul] 0.8.11claws142
2464 updated Czech translation, submitted by
2465 Radek Vybiral <Radek.Vybiral@vsb.cz>
2467 * src/plugins/clamav/clamav_plugin_gtk.c
2470 2003-05-03 [alfons] 0.8.11claws141
2473 make paste as quotation work even when the call to
2474 text_inserted() was deferred (fixes bug #140 "Paste
2475 as quotation does not work when using "external"
2478 2003-05-03 [thorsten] 0.8.11claws140
2483 removed C++ comments
2485 function with non-int retval/param used before
2486 implementation/declaration
2488 2003-05-02 [paul] 0.8.11claws139
2490 * src/addr_compl.[ch]
2491 src/addressbook.[ch]
2494 revert match's changes to (finally) remove the bug where
2495 opening a folder causes massive slowdown when using the
2496 'Display sender using address book' option
2498 2003-05-01 [melvin] 0.8.11claws138
2500 * src/plugins/dillo_viewer/dillo_prefs.[ch]
2501 * src/plugins/dillo_viewer/dillo_viewer.c
2502 Fixed bug where "Cancel" button from prefs issued
2504 Comply a little more to coding style
2506 2003-05-01 [paul] 0.8.11claws137
2508 * sync with 0.8.11cvs38
2509 see ChangeLog 2003-05-01
2511 2003-05-01 [paul] 0.8.11claws136
2514 updated by George Danchev
2516 2003-04-30 [christoph] 0.8.11claws135
2518 * src/plugins/dillo_viewer/dillo_prefs.c
2519 * src/plugins/image_viewer/viewerprefs.c
2520 * src/plugins/spamassassin/spamassassin_gtk.c
2521 remove gtk_widget_ref() calls for widgets in
2524 2003-04-30 [paul] 0.8.11claws134
2527 ok, this time a better fix for the bug where opening folder
2528 has massive slowdown when using the 'Display sender using
2529 address book' option
2531 2003-04-30 [paul] 0.8.11claws133
2534 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2536 2003-04-30 [melvin] 0.8.11claws132
2538 New: Dillo plugin preferences (patch by Dimitar Haralanov)
2540 * src/plugins/dillo_viewer/dillo_prefs.[ch] *** NEW ***
2541 Preferences for the dillo plugin
2542 * src/plugins/dillo_viewer/dillo_viewer.c
2543 Support for preferences
2544 * src/plugins/dillo_viewer/Makefile.am
2545 Added dillo_prefs.[ch]
2547 2003-04-30 [alfons] 0.8.11claws131
2549 * src/common/plugin.[ch]
2550 see? this ANSI C'fication immediately gives us type
2553 2003-04-30 [alfons] 0.8.11claws130
2555 * src/common/plugin.[ch]
2556 * src/plugins/clamav/clamav_plugin.[ch]
2557 * src/plugins/clamav/clamav_plugin_gtk.c
2558 * src/plugins/demo/demo.c
2559 * src/plugins/dillo_viewer/dillo_viewer.c
2560 * src/plugins/image_viewer/plugin.c
2561 * src/plugins/image_viewer/viewer.[ch]
2562 * src/plugins/image_viewer/viewerprefs.[ch]
2563 * src/plugins/mathml_viewer/mathml_viewer.c
2564 * src/plugins/spamassassin/spamassassin.[ch]
2565 * src/plugins/spamassassin/spamassassin_gtk.c
2566 * src/plugins/trayicon/trayicon.c
2569 2003-04-30 [alfons] 0.8.11claws129
2571 * src/common/utils.c
2572 make is_ascii_str() fail gracefully when NULL pointer
2575 2003-04-30 [paul] 0.8.11claws128
2578 fix bug where opening folder has massive slowdown when
2579 using the 'Display sender using address book' option
2581 2003-04-30 [paul] 0.8.11claws127
2583 * src/plugins/clamav/clamav_plugin.c
2584 src/plugins/clamav/clamav_plugin_gtk.c
2585 src/plugins/demo/demo.c
2586 src/plugins/dillo_viewer/dillo_viewer.c
2587 src/plugins/image_viewer/plugin.c
2588 src/plugins/mathml_viewer/mathml_viewer.c
2589 src/plugins/spamassassin/spamassassin.c
2590 src/plugins/spamassassin/spamassassin_gtk.c
2591 src/plugins/trayicon/trayicon.c
2592 get rid of eye-hurting function signatures
2594 2003-04-30 [paul] 0.8.11claws126
2596 * src/plugins/trayicon/trayicon.c
2602 2003-04-30 [paul] 0.8.11claws125
2605 arrange the plugins in reverse alphabetical order
2607 * src/plugins/clamav/clamav_plugin.[ch]
2608 src/plugins/clamav/clamav_plugin_gtk.c
2610 resize max_size window
2611 re-arrange the order of some gui elements
2612 improve descriptions
2614 * src/plugins/image_viewer/plugin.c
2615 src/plugins/mathml_viewer/mathml_viewer.c
2618 * src/plugins/spamassassin/spamassassin_gtk.c
2619 resize max_size window
2620 re-arrange the order of some gui elements
2626 2003-04-30 [alfons] 0.8.11claws124
2629 fix a leak found while browsing Martin Kluge's
2630 valgrind log (Claws only)
2632 2003-04-29 [darko] 0.8.11claws123
2634 * src/gtk/gtkstext.h
2635 include wchar.h if it is available, fixes compilation
2638 2003-04-29 [melvin] 0.8.11claws122
2640 * src/prefs_actions.c
2641 Improved help text of Actions' syntax
2643 2003-04-28 [paul] 0.8.11claws121
2646 a better fix for the crash when performing an action
2649 2003-04-28 [paul] 0.8.11claws120
2652 fix crash when performing an action on a
2655 2003-04-28 [paul] 0.8.11claws119
2657 * sync with 0.8.11cvs36
2658 see ChangeLog 2003-04-28
2660 2003-04-27 [paul] 0.8.11claws118
2662 * more sync with 0.8.11cvs35
2663 see ChangeLog 2003-04-25
2665 2003-04-26 [christoph] 0.8.11claws117
2668 fix remove virtual check
2670 2003-04-26 [paul] 0.8.11claws116
2673 fix return-receipt, make it work again
2675 2003-04-26 [paul] 0.8.11claws115
2678 restore double-clicking of the [application/pgp-signature
2679 (Select "Check signature" to check)] line in the message view,
2680 broken in recent sync
2682 2003-04-26 [christoph] 0.8.11claws114
2685 check if remove virtual really exists before
2686 calling the function
2688 2003-04-25 [match] 0.8.11claws113
2692 * src/ldapquery.[ch]
2695 * src/ldapserver.[ch]
2696 fix memleak. fix segfault.
2697 plug a Claws memleak
2699 2003-04-25 [alfons] 0.8.11claws112
2702 plug a Claws memleak
2704 2003-04-25 [alfons] 0.8.11claws111
2706 * src/common/session.c
2709 2003-04-25 [paul] 0.8.11claws110
2711 * sync with 0.8.11cvs35
2712 see ChangeLog 2003-04-24 and 2003-04-25
2714 * src/gtk/pluginwindow.c
2715 correct another strange float value
2717 2003-04-24 [christoph] 0.8.11claws109
2720 freeze folder item updates when unsetting new flags
2722 * src/gtk/pluginwindow.c
2723 correct strange float value
2725 2003-04-23 [paul] 0.8.11claws108
2727 * sync with 0.8.11cvs33
2728 see ChangeLog 2003-04-23
2730 2003-04-22 [paul] 0.8.11claws107
2735 src/pgptext.[ch] ** REMOVED **
2736 remove pgptext.[ch] as its not used any more
2738 2003-04-22 [paul] 0.8.11claws106
2740 * sync with 0.8.11cvs31
2741 see ChangeLog 2003-04-21 and 2003-04-22
2743 2003-04-21 [alfons] 0.8.11claws105
2746 No access to GTK structures if we're a spawned child
2747 (and clean up code a little bit...) Should fix #126.
2749 2003-04-21 [melvin] 0.8.11claws104
2751 * src/plugins/dillo_viewer/README
2752 Improved slightly the text.
2754 2003-04-21 [melvin] 0.8.11claws103
2756 * src/plugins/dillo_viewer/README *** NEW ***
2757 Added a README file for the Dillo plugin
2762 tools/outlook2sylpheed.pl
2763 updated and improved by Ricardo Mones Lastra
2765 2003-04-18 [oliver] 0.8.11claws102
2768 * src/prefs_account.h
2769 remove Pop3SessionType (used by selective download)
2770 * src/prefs_toolbar.c
2771 enable set Default Toolbar button
2773 2003-04-18 [paul] 0.8.11claws101
2775 * sync with 0.8.11cvs29
2776 see ChangeLog 2003-04-18
2778 2003-04-17 [paul] 0.8.11claws100
2780 * src/prefs_common.[ch]
2782 remove 'Open next message on deletion' option,
2783 as the same effect can now be achieved via the
2784 'Always open messages in summary when selected'
2787 2003-04-17 [paul] 0.8.11claws99
2789 * sync with 0.8.11cvs28
2790 see ChangeLog 2003-04-17
2792 2003-04-17 [christoph] 0.8.11claws98
2794 * ac/spamassassin.m4
2795 * src/plugins/spamassassin/libspamc.[ch]
2796 * src/plugins/spamassassin/utils.[ch]
2797 sync libspamc with SpamAssassin project
2799 2003-04-17 [christoph] 0.8.11claws97
2801 * src/common/socket.h
2802 * src/gtk/sslcertwindow.h
2803 rename old USE_SSL to USE_OPENSSL
2805 2003-04-17 [paul] 0.8.11claws96
2807 * src/prefs_common.h
2808 use gulong for P_COLOR so that it compiles/runs on
2809 64-bit systems. Patch submitted by James Noyes
2810 <jnoyes-claws@retrogeeks.com>
2815 2003-04-17 [paul] 0.8.11claws95
2817 * sync with 0.8.11cvs27
2818 see ChangeLog 2003-04-16
2820 2003-04-15 [paul] 0.8.11claws94
2822 * src/prefs_common.[ch]
2823 rearrange to stop the window getting too long:
2824 move Receive dialog stuff to Receive tab
2825 move Send dialog to Send tab
2826 remove Dialogs frame
2827 rename 'Open messages in summary with cursor keys' to
2828 'Always open messages in summary when selected', as its
2831 2003-04-15 [paul] 0.8.11claws93
2833 * src/prefs_common.[ch]
2835 add new option '/Interface/Open next message on deletion'
2837 2003-04-15 [paul] 0.8.11claws92
2839 * src/summaryview.[ch]
2840 add /Mark/Lock and /Mark/Unlock to the pop-up
2841 menu. Patch submitted by Ivan Francolin Martinez
2842 <ivanfm@users.sourceforge.net>
2844 2003-04-15 [paul] 0.8.11claws91
2846 * sync with 0.8.11cvs24
2847 see ChangeLog 2003-04-15
2849 2003-04-14 [jens] 0.8.11claws90
2851 * updated German translation and some corrections from
2852 Roland Bless <bless@tm.uka.de>
2854 2003-04-14 [paul] 0.8.11claws89
2856 * sync with 0.8.11cvs22
2857 see ChangeLog 2003-04-14
2859 2003-04-13 [paul] 0.8.11claws88
2861 * src/plugins/clamav/clamav_plugin.c
2865 2003-04-12 [paul] 0.8.11claws87
2867 * src/plugins/clamav/clamav_plugin.c
2868 activate enable/disable archive scanning option
2870 * src/plugins/clamav/.cvsignore ** NEW FILE **
2872 2003-04-12 [paul] 0.8.11claws86
2874 * src/plugins/Makefile.am
2875 src/plugins/clamav/Makefile.am ** NEW FILE **
2876 src/plugins/clamav/README ** NEW FILE **
2877 src/plugins/clamav/clamav_plugin.[ch] ** NEW FILES **
2878 src/plugins/clamav/clamav_plugin_gtk.c ** NEW FILE **
2879 add Clam AntiVirus plugin
2881 2003-04-12 [paul] 0.8.11claws85
2883 * sync with 0.8.11cvs21
2884 see ChangeLog 2003-04-11
2886 2003-04-11 [paul] 0.8.11claws84
2889 update Spanish translation. Submitted by Ricardo
2892 2003-04-10 [christoph] 0.8.11claws83
2895 fix typo that did not move unfiltered mails to destination
2898 (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2899 when filtering from spool)
2901 2003-04-10 [christoph] 0.8.11claws82
2904 use BODY.PEEK instead of BODY in in message fetch operation
2905 to make sure the IMAP server does not set the \Seen flag for
2906 messages. Sylpheed does that later itself, when the message
2907 is opened in sylpheed
2909 (closes Bug 111 Claws destroys unread marks)
2911 2003-04-09 [oliver] 0.8.11claws81
2914 fix crash in folder_destroy
2916 remove selective download
2918 2003-04-09 [christoph] 0.8.11claws80
2921 fix crash in imap_get_msginfo() when then fetched message
2924 (closes Bug 110 Crash during mail composition)
2926 2003-04-08 [christoph] 0.8.11claws79
2929 * src/prefs_account.c
2930 Filter new messages that are found in an INBOX folder
2931 when 'Filter messages on receiving' is enabled in the
2932 Folder's AccountPrefs. This allows to use Sylpheed's
2933 filtering engine for IMAP folders where messages are
2934 added to the INBOX by a MTA
2936 2003-04-08 [paul] 0.8.11claws78
2939 clean up after last commit
2941 2003-04-08 [paul] 0.8.11claws77
2943 * sync with 0.8.11cvs20
2944 see ChangeLog 2003-04-07 and 2003-04-08
2946 2003-04-07 [christoph] 0.8.11claws76
2948 * src/filtering.[ch]
2952 add procmsg_msginfo_filter() to execute filtering actions
2954 2003-04-06 [christoph] 0.8.11claws75
2957 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2959 2003-04-06 [christoph] 0.8.11claws74
2961 * src/common/utils.[ch]
2962 add g_int_compare() function for slist sorting
2965 fetch all MsgInfos with one command in imap_get_msginfos()
2966 using an imap set with a list of ranges
2969 use new g_int_compare() function
2971 2003-04-06 [thorsten] 0.8.11claws73
2974 corrected implementation of mh_folder_destroy()
2976 2003-04-05 [christoph] 0.8.11claws72
2993 * src/gtk/gtkutils.c
2994 o rename structure field names class and new to klass and
2995 new_msgs, to allow including files in C++
2996 o add 'extern "C"' block to some header files
2997 o add MsgInfoList and MsgNumberList as alias for GSList for
2998 developers to know what type of list is expected
3000 * src/plugins/image_viewer/plugin.c
3001 * src/plugins/image_viewer/viewer.[ch]
3002 * src/plugins/image_viewer/viewerprefs.[ch]
3003 rename function names to prevent conflicts
3005 2003-04-05 [paul] 0.8.11claws71
3007 * sync with 0.8.11cvs18
3008 see ChangeLog 2003-04-03 and 2003-04-04
3010 2003-04-02 [christoph] 0.8.11claws70
3014 * src/mbox_folder.[ch]
3017 o Make all virtual folder functions private
3018 o remove unused folder code
3020 * src/common/socket.[ch]
3024 2003-03-30 [alfons] 0.8.11claws69
3026 * src/send_message.c
3027 remove two debug traces and see if people still report
3030 2003-03-30 [alfons] 0.8.11claws68
3032 * src/send_message.c
3033 * src/commons/session.c
3034 add more debug traces
3036 2003-03-30 [christoph] 0.8.11claws67
3039 change processing folder name from .processing to processing
3042 disable SSL certificate check because it causes Xlib error
3043 when the child process want's to open an GTK window
3045 2003-03-30 [christoph] 0.8.11claws66
3048 don't use default folder for processing folder item because
3049 it can be a non local folder
3051 (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3053 2003-03-30 [alfons] 0.8.11claws65
3055 * src/send_message.c
3056 try fixing crashes when sending messages: my gcc 2.95.4 seems
3057 to generate bad code for 'send_send_data_progressive': When
3058 called from 'send_send_data_finished', the 'data' pointer is
3059 cleared just before the assignment to the dialog pointer
3061 2003-03-29 [christoph] 0.8.11claws64
3063 * src/common/prefs.h
3064 * src/plugins/image_viewer/Makefile.am
3065 * src/plugins/image_viewer/plugin.c
3066 * src/plugins/image_viewer/viewer.[ch]
3067 * src/plugins/image_viewer/viewerprefs.[ch] ** NEW **
3068 add PrefsPage for ImageViewer
3070 2003-03-28 [thorsten] 0.8.11claws63
3072 * src/common/session.c
3075 2003-03-28 [paul] 0.8.11claws62
3077 * sync with 0.8.11cvs16
3078 see ChangeLog 2003-03-28
3080 2003-03-28 [paul] 0.8.11claws61
3082 * sync with 0.8.11cvs15
3083 see ChangeLog 2003-03-28
3085 2003-03-27 [christoph] 0.8.11claws60
3089 * src/common/socket.[ch]
3090 set socket state to DISCONNECTED when any operation
3091 fails to allow reconnecting in IMAP code without
3092 checking the return code of all calls to the command
3097 remove some more stuff that depends on specific
3100 2003-03-27 [paul] 0.8.11claws59
3102 * sync with 0.8.11cvs14
3103 see ChangeLog 2003-03-27
3105 * src/selective_download.[ch] ** REMOVED **
3108 2003-03-27 [christoph] 0.8.11claws58
3111 fix handling of tmp_flags in flag copy function
3113 2003-03-27 [paul] 0.8.11claws57
3115 * sync with 0.8.11cvs13
3116 see ChangeLog 2003-03-27
3118 2003-03-27 [oliver] 0.8.11claws56
3121 remove sel_download_cb
3123 2003-03-27 [oliver] 0.8.11claws55
3128 2003-03-26 [oliver] 0.8.11claws54
3133 remove selective donwload readme
3135 2003-03-26 [oliver] 0.8.11claws53
3137 * src/matcher_parser_parse.y
3139 * src/prefs_account.[ch]
3140 * src/prefs_filtering.c
3141 remove selective donwload
3143 2003-03-26 [oliver] 0.8.11claws52
3148 remove selective donwload
3150 2003-03-26 [oliver] 0.8.11claws51
3153 * src/selective_download.[ch] ** REMOVE **
3155 2003-03-26 [christoph] 0.8.11claws50
3158 fix NEWS that got broken by a sync with sylpheed-main
3160 2003-03-26 [christoph] 0.8.11claws49
3163 fix mime type guessing when no mime type is found for a file
3165 2003-03-25 [christoph] 0.8.11claws48
3169 remove mime type guessing from mime parser and use
3170 name based mime types in viewer lookup for mime type
3171 application/octet-stream
3173 2003-03-25 [christoph] 0.8.11claws47
3175 * doc-src/readme.txt
3176 * doc-src/rfc2554.txt
3177 add RFC about SMTP AUTH
3179 * src/send_message.c
3180 * src/common/smtp.[ch]
3181 add extra error code for authentication errors and
3182 clear temporary password when this error occurs
3184 (closes Bug 84 authentication failure while sending should
3185 prompt for password again)
3187 2003-03-25 [christoph] 0.8.11claws46
3191 * src/imageview.[ch] ** REMOVE **
3192 * src/messageview.[ch]
3194 * src/prefs_common.[ch]
3196 * src/plugins/Makefile.am
3197 * src/plugins/image_viewer/.cvsignore ** NEW **
3198 * src/plugins/image_viewer/Makefile.am ** NEW **
3199 * src/plugins/image_viewer/plugin.c ** NEW **
3200 * src/plugins/image_viewer/viewer.[ch] ** NEW **
3201 move image viewer into a plugin (building is enabled by default)
3202 [ToDo: Prefs for resize and autoview]
3204 2003-03-25 [paul] 0.8.11claws45
3206 * sync with 0.8.11cvs12
3207 see ChangeLog 2003-03-26
3209 2003-03-25 [paul] 0.8.11claws44
3211 * sync with 0.8.11cvs11
3212 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3214 Note: Selective Download is broken.
3216 2003-03-22 [christoph] 0.8.11claws43
3219 code cleanup for flags copying
3221 2003-03-22 [christoph] 0.8.11claws42
3223 * src/plugins/trayicon/trayicon.c
3224 fix setting the transparent area when the window size
3225 is forced by the system tray
3227 2003-03-22 [christoph] 0.8.11claws41
3229 * src/plugins/trayicon/gnome-mail.xpm ** REMOVE **
3230 * src/plugins/trayicon/gnome-nomail.xpm ** REMOVE **
3231 * src/plugins/trayicon/newmail.xpm ** NEW **
3232 * src/plugins/trayicon/nomail.xpm ** NEW **
3233 * src/plugins/trayicon/trayicon.c
3234 * src/plugins/trayicon/unreadmail.xpm ** NEW **
3235 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3236 o add icon for unread mails
3237 o set transparency for window
3239 2003-03-22 [christoph] 0.8.11claws40
3242 init news session to prevent crash when session is closed
3244 2003-03-22 [christoph] 0.8.11claws39
3247 * src/common/session.[ch]
3248 Init session data to make sure we don't have invalid pointers
3249 for read_ch and write_ch when new multi process sessions are
3253 * src/common/plugin.c
3254 * src/common/sylpheed.c
3255 * src/plugins/demo/demo.c
3256 * src/plugins/dillo_viewer/dillo_viewer.c
3257 * src/plugins/mathml_viewer/mathml_viewer.c
3258 * src/plugins/spamassassin/spamassassin.c
3259 * src/plugins/spamassassin/spamassassin_gtk.c
3260 add plugin types to allow loading plugins at different times
3261 (and maybe for different frontends), because it's not good to
3262 load GTK-Plugins gefore gtk_init was called
3265 * src/plugins/Makefile.am
3266 * src/plugins/trayicon/.cvsignore ** NEW **
3267 * src/plugins/trayicon/Makefile.am ** NEW **
3268 * src/plugins/trayicon/eggtrayicon.c ** NEW **
3269 * src/plugins/trayicon/eggtrayicon.h ** NEW **
3270 * src/plugins/trayicon/gnome-mail.xpm ** NEW **
3271 * src/plugins/trayicon/gnome-nomail.xpm ** NEW **
3272 * src/plugins/trayicon/trayicon.c ** NEW **
3273 New Trayicon plugin that shows an icon in a systray that uses
3274 XEMBED protocol like Gnome's systray. Icon shows if there
3275 are new mails and a tooltip shows information about new,
3276 unread and total messages.
3278 2003-03-22 [paul] 0.8.11claws38
3281 fix ESMTP AUTH CRAM-MD5
3282 [sync with main (still version 0.8.11cvs6), see
3283 ChangeLog 2003-03-22]
3285 2003-03-21 [colin] 0.8.11claws37
3287 * src/send_message.c
3288 Fix USE_SSL => USE_OPENSSL
3290 2003-03-21 [colin] 0.8.11claws36
3293 Fix counts in drag and dropped subfolders
3295 2003-03-21 [colin] 0.8.11claws35
3299 speed up a bit folder dnd
3301 2003-03-20 [alfons] 0.8.11claws34
3306 don't send locked queue messages
3307 (feature request "[ 705245 ] Locking message in outbox
3308 should prevent sending")
3310 2003-03-20 [christoph] 0.8.11claws33
3313 remove NEW and UNREAD flag in special folders when scanning
3316 fix ESMTP AUTH CRAM-MD5
3318 2003-03-20 [paul] 0.8.11claws32
3320 * src/prefs_account.c
3321 Re-write 'Tunnel command to open connection' as
3322 'Use command to communicate with server', and disable
3323 it for all except IMAP accounts
3325 2003-03-20 [paul] 0.8.11claws31
3327 * sync with 0.8.11cvs6
3328 see ChangeLog 2003-03-20
3330 2003-03-19 [match] 0.8.11claws30
3333 include documentation. minor refactoring.
3334 * src/addr_compl.[ch]
3335 * src/addrindex.[ch]
3336 * src/addresbook.[ch]
3338 re-enable address lookup (was disabled in
3341 2003-03-19 [christoph] 0.8.11claws29
3344 add temp flag handling, will make moving and copying
3345 messages possible again
3348 correct calulation of folder stats
3350 2003-03-18 [match] 0.8.11claws28
3353 remove case sensitive comparison (closes bug 80).
3355 2003-03-18 [christoph] 0.8.11claws27
3358 fix imap using a tunnel command
3362 2003-03-18 [christoph] 0.8.11claws26
3367 rewrite flag handling for folders
3369 2003-03-18 [christoph] 0.8.11claws25
3374 unset NEW and UNREAD flags when message is ignored, to make
3375 sure messages don't show up as unread on other IMAP clients,
3376 because the IGNORE_THREAD flag can not be syncronized through
3379 2003-03-17 [christoph] 0.8.11claws24
3382 don't use recursion to fetch uids when the number of messages
3383 does not match. Moved code into subfunction that is used
3384 again when needed, to prevent an endless loop.
3386 2003-03-17 [thorsten] 0.8.11claws23
3388 * src/imageview.[ch]
3389 export imageview_get_resized_size() (for plugins)
3390 * src/prefs_common.[ch]
3391 added prefs_common_get() (for plugins)
3393 2003-03-17 [christoph] 0.8.11claws22
3396 o remove UID guessing from copy code
3397 o support UIDPLUS extension for APPEND command
3399 2003-03-17 [paul] 0.8.11claws21
3402 remove 'Compiled-plugins' section.
3404 * src/plugins/dillo_viewer/dillo_viewer.c
3405 slight change to description text
3407 2003-03-16 [match] 0.8.11claws20
3408 * src/ldapserver.[ch] ** NEW **
3409 * src/ldapctrl.[ch] ** NEW **
3410 * src/ldapquery.[ch] ** NEW **
3411 * src/ldaputil.[ch] ** NEW **
3412 * src/addrcindex.[ch] ** NEW **
3413 * src/addrquery.h ** NEW **
3415 * src/addrcache.[ch]
3416 * src/addrindex.[ch]
3417 * src/addr_compl.[ch]
3418 * src/addressbook.[ch]
3423 * src/editldap_basedn.c
3427 included dynamic LDAP queries. improved address
3430 2003-03-16 [paul] 0.8.11claws19
3432 * tools/multiwebsearch.pl
3435 2003-03-16 [christoph] 0.8.11claws18
3438 * src/plugins/dillo_viewer/dillo_viewer.c
3439 * src/plugins/mathml_viewer/mathml_viewer.c
3440 make unregistering of MimeViewerFactorys possible
3442 2003-03-16 [alfons] 0.8.11claws17
3447 2003-03-16 [melvin] 0.8.11claws16
3449 * src/plugins/dillo_viewer.c
3450 Fixed bug where it was not possible to view more than
3451 one text/html attachment per message (bug discovered
3452 by Christoph Hohmann).
3454 2003-03-15 [melvin] 0.8.11claws15
3456 * src/prefs_actions.c
3457 Fixed compilation warnings.
3459 2003-03-15 [melvin] 0.8.11claws14
3461 * src/plugins/Makefile.am
3462 * src/plugins/dillo_viewer/.cvsignore ** NEW **
3463 * src/plugins/dillo_viewer/Makefile.am ** NEW **
3464 * src/plugins/dillo_viewer/dillo_viewer.c ** NEW **
3465 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3466 newer (http://dillo.auriga.wearlab.de/).
3468 2003-03-15 [christoph] 0.8.11claws13
3471 don't query imap folder for attributes because we already
3472 for them from imap_status
3475 add support for plugable MimeViewers (unloading Viewers
3478 * src/plugins/Makefile.am
3479 * src/plugins/mathml_viewer/.cvsignore ** NEW **
3480 * src/plugins/mathml_viewer/Makefile.am ** NEW **
3481 * src/plugins/mathml_viewer/mathml_viewer.c ** NEW **
3482 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3483 widget from http://helm.cs.unibo.it/mml-widget/
3485 2003-03-14 [christoph] 0.8.11claws12
3488 o error return code's should better be negative
3489 o replace printf with debug_print
3492 improve IMAP folder scan by checking UID-NEXT
3495 remove check that are unnecessary in my opinion
3497 2003-03-13 [christoph] 0.8.11claws11
3506 * src/prefs_scoring.c
3508 use a common function to get a displayable name
3511 2003-03-13 [paul] 0.8.11claws10
3515 tools/multiwebsearch.conf ** NEW FILE **
3516 tools/multiwebsearch.pl ** NEW FILE **
3517 add multiwebsearch Actions script
3519 2003-03-13 [colin] 0.8.11claws9
3522 Remove leading emtpy lines from quoted text
3525 2003-03-13 [melvin] 0.8.11claws8
3527 * src/prefs_actions.c
3530 Added Cancel and OK buttons
3533 2003-03-13 [christoph] 0.8.11claws7
3543 replace more folder type stuff with folder class stuff
3545 2003-03-13 [melvin] 0.8.11claws6
3547 * src/prefs_actions.c
3549 %u: user provided argument
3550 %h: user provided argument (hidden on input)
3551 %s: current text selection in the message view
3553 2003-03-13 [paul] 0.8.11claws5
3555 * sync with 0.8.11cvs5
3556 see ChangeLog 2003-03-11, 2003-03-12
3558 2003-03-12 [christoph] 0.8.11claws4
3561 use folder class idstr when writing folderlist.xml
3566 replace folder type checks with folder class checks
3568 2003-03-12 [christoph] 0.8.11claws3
3573 * src/mbox_folder.[ch]
3576 o create a list of known folder classes in the folder system
3577 o use folder class id strings for folder item identifiers
3579 2003-03-12 [christoph] 0.8.11claws2
3582 fix imap uid validity check
3584 2003-03-12 [christoph] 0.8.11claws1
3595 * src/prefs_scoring.c
3599 initial restructuring of folder system, seperating
3600 folders and folder classes
3602 2003-03-12 [paul] 0.8.11claws
3606 2003-03-12 [christoph]
3608 * src/gtk/prefswindow.c
3609 fix translation of "Page Index"
3611 2003-03-12 [paul] 0.8.10claws110
3613 a sync from 0.8.11cvs4 before the release
3615 * src/common/utils.c
3616 subject_compare_for_sort(): allow null strings (fixes
3619 2003-03-11 [paul] 0.8.10claws109
3622 update Spanish translation, submitted by
3623 Ricardo Mones Lastra
3625 2003-03-11 [melvin] 0.8.10claws108
3628 Updated French translations
3630 2003-03-11 [paul] 0.8.10claws107
3632 * manual/en/Makefile.am
3634 update English manual, add a new page
3635 updated by Francois Barriere <fbarriere@atmel.fr>
3640 update Bulgarian, Italian, and Serbian translations
3641 submitted by George Danchev, Alessandro Maestri, and
3644 2003-03-10 [paul] 0.8.10claws106
3647 src/gtk/prefswindow.c
3648 make some strings translatable
3650 2003-03-10 [darko] 0.8.10claws105
3653 code cleanup to make Hiro happy
3655 2003-03-10 [paul] 0.8.10claws104
3657 * sync with 0.8.11cvs2
3658 see ChangeLog 2003-03-10
3660 2003-03-09 [melvin] 0.8.10claws103
3663 textview_set_font(): fix for message display in
3664 UTF-8 locales (thanks to Sergey Vlasov).
3665 (was unintentionnaly reverted in 0.8.6claws6)
3667 2003-03-08 [darko] 0.8.10claws102
3670 fix infinite loop in wrapping as reported
3672 obsoletes patch #696482
3674 2003-03-08 [christoph] 0.8.10claws101
3677 add workaround for IMAP servers that do not
3678 support the "UID SEARCH UID" command
3680 2003-03-07 [christoph] 0.8.10claws100
3682 * src/plugins/spamassassin/spamassassin.[ch]
3683 * src/plugins/spamassassin/spamassassin_gtk.c
3686 2003-03-07 [paul] 0.8.10claws99
3689 updated Spanish translation, submitted by
3690 Ricardo Mones Lastra
3692 2003-03-07 [christoph] 0.8.10claws98
3695 fix in 0.8.10claws94 was wrong
3696 local delivery does not require escaping, remove escaping
3697 code to make signatures of mails with "." lines valid
3699 NOTE: requires that sendmail is executed with "-i" option,
3700 what is the default now, but has to be changed in all
3703 2003-03-07 [paul] 0.8.10claws97
3705 * sync with 0.8.11 release
3706 see ChangeLog 2003-03-07
3708 2003-03-06 [paul] 0.8.10claws96
3711 revert commit 0.8.10claws92
3713 2003-03-06 [paul] 0.8.10claws95
3716 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3719 fix bug 74, 'Crash opening editor window with pseudo-color
3722 Patches submitted by Kevin Vigor <kevin@vigor.nu>
3724 2003-03-06 [christoph] 0.8.10claws94
3727 fix rfc2821 (4.5.2) violation in SMTP data sending,
3728 all lines starting with a period get an extra period
3730 (found by Simon 'corecode' Schubert)
3732 2003-03-06 [paul] 0.8.10claws93
3735 if configured font can't be loaded fall back to gtk
3736 default. (with thanks to Christoph)
3738 closes long-standing bug 15 'Crashes on startup'
3740 2003-03-06 [paul] 0.8.10claws92
3743 freeze text before autosave and thaw afterwards
3744 fixes bug 67 'autosave make re-rediting message crazy'