1 2003-01-18 [melvin] 0.8.8claws115
4 Actions IO dialog: when the action ends
5 the "Close" button now has focus and [Escape] closes the
8 2003-01-18 [christoph] 0.8.8claws114
11 o add debug output when MsgInfos are really freed
12 o free GSLists in procmsg_find_children and
13 procmsg_update_unread_children
15 2003-01-18 [christoph] 0.8.8claws113
18 reorder Configuration menu
20 2003-01-18 [christoph] 0.8.8claws112
23 fix applying templates to forwarded messages
25 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
27 2003-01-17 [christoph] 0.8.8claws111
30 destroy folder items, when a folder item is removed
32 2003-01-17 [christoph] 0.8.8claws110
35 fix wrong folder stats update when ignored message is
38 2003-01-17 [colin] 0.8.8claws109
43 - hide help button at startup if not extended
44 - switch to extended when looking for replies
48 * sync with 0.8.9 release
50 2003-01-17 [paul] 0.8.8claws108
52 * sync with 0.8.8cvs11
53 see ChangeLog 2003-01-17
55 2003-01-16 [colin] 0.8.8claws107
58 Changed encryption test to re-ask passphrase
59 if an encrypted message hasn't been decrypted
62 2003-01-16 [christoph] 0.8.8claws106
66 * src/gtk/prefswindow.h
67 * src/plugins/spamassassin/spamassassin_gtk.c
68 remove page destroy function that is not used anymore
70 2003-01-16 [paul] 0.8.8claws105
73 see ChangeLog 2002-01-16
75 2003-01-16 [colin] 0.8.8claws104
78 Fix bug with autosaved drafts for IMAP, when draft
79 folder is specified - fixes bugzilla bug #20
81 2003-01-15 [paul] 0.8.8claws103
85 store folder and message-id of message forwarding
86 in queue header and set forward flag after sending
88 2003-01-15 [paul] 0.8.8claws102
91 see ChangeLog 2002-01-15
93 2003-01-15 [colin] 0.8.8claws101
96 Fix linking with GNU libiconv
98 2003-01-15 [darko] 0.8.8claws100
101 fix crash when importing pine address book
102 entry with an empty name (reported by DY
103 <dybulk at tri8.net>)
105 2003-01-14 [paul] 0.8.8claws99
107 * configure.in ** REMOVED **
108 configure.ac ** NEW FILE **
109 rename configure.in to configure.ac, as it is now
112 2003-01-14 [melvin] 0.8.8claws98
115 folderview_check_new(): More precise function description
117 2003-01-14 [melvin] 0.8.8claws97
120 folderview_check_new(): return the number of new messages
123 inc_account_mail(): Disable counting of new messages for IMAP
124 and NNTP until bug [19] and [14] are fixed.
126 2003-01-14 [paul] 0.8.8claws96
128 * sync with 0.8.8cvs6
129 see ChangeLog 2003-01-14
131 2003-01-13 [alfons] 0.8.8claws95
134 tune email address validation (c. 0.8.8claws89): if . is
135 just one char away from @, the address is invalid too
136 (correctly rejects addresses like foo@.com)
138 2003-01-13 [paul] 0.8.8claws94
142 fixes to the Message View toolbar and menu:
143 fix non-functioning Forward button
144 make Reply button consider default_reply_list
145 remove 'Follow-up...' menu entry
146 add 'Forward' and 'Redirect' menu entries
148 2003-01-13 [melvin] 0.8.8claws93
151 Fixed typo that could make new messages count incorrect.
153 2003-01-13 [melvin] 0.8.8claws92
155 * src/folderview.[ch]
156 folderview_check_new(): return the number of new messages.
158 Should fix bug [14] where new mail notification worked
159 incorrectly with IMAP accounts.
160 inc_spool_account(): return number of new msgs, or -1 on error
161 inc_all_spool(): return number of new msgs
163 2003-01-13 [melvin] 0.8.8claws91
165 * src/prefs_actions.c
168 2003-01-12 [thorsten] 0.8.8claws90
171 close file before rename
173 2003-01-12 [alfons] 0.8.8claws89
177 * src/common/utils.[ch]
178 g_stricase_hash(), g_stricase_equal(): functions for
179 case insensitive hash tables
181 use top level domain names to validate email address, based
182 on a patch by Christian Mertes (thanks!), but changed
183 implementation to use a hash table
185 2003-01-12 [paul] 0.8.8claws88
188 updated by George Danchev
190 2003-01-12 [alfons] 0.8.8claws87
193 delete / execute performance: use new style folder update
195 2003-01-12 [paul] 0.8.8claws86
197 * sync with 0.8.8cvs5
198 see ChangeLog 2003-01-13 (!)
200 2003-01-12 [alfons] 0.8.8claws85
203 * src/matcher_parser_parse.y
204 prepare change_score filtering action
206 give up const-correctness on functions that call non-const-correct functions;
207 several casts to gpointer in g_free();
210 2003-01-12 [christoph] 0.8.8claws84
215 * src/gtk/prefswindow.[ch]
216 * src/plugins/spamassassin/spamassassin_gtk.c
217 changed the call of the widget create function
218 for PrefsPages, because sometimes the widget
219 create function needs a widget that already has
220 been attached to a window (to create GDK pixmaps
221 for exmaple). So we simply pass the GtkWindow as
222 the second parameter now.
226 * src/prefs_toolbar.[ch]
227 rewrite Toolbar Preferences using the new
230 2003-01-11 [alfons] 0.8.8claws83
233 fix crash when adding sender to addressbook because status bar
234 isn't there (the status bar doesn't seem to be used though,
235 but I'll let Match decide what to do with it)
237 2003-01-11 [colin] 0.8.8claws82
241 Two useless changes reversed
243 2003-01-11 [colin] 0.8.8claws81
247 Add mainwindow_get_mainwindow()
250 Add alertpanel_error_log()
257 Network errors get a View Log button
259 2003-01-10 [alfons] 0.8.8claws80
261 * src/prefs_toolbar.c
263 use the translatable string for "Separator" as file name for
264 separator toolbar items (probably make this uppercase?)
266 2003-01-10 [alfons] 0.8.8claws79
268 * src/prefs_toolbar.c
269 put right A_SEPARATOR description string in "displayed
270 toolbar items list" so manually added separators are
271 saved correctly (bug #10, "Adding a separator to the main
272 toolbar fails, entry in xml file is wrong")
274 2003-01-10 [christoph] 0.8.8claws78
278 o use CAPABILITY to check if NAMESPACE is available
280 2003-01-10 [christoph] 0.8.8claws77
283 apply UIDPLUS IMAP extension support patch
285 Patch submitted by Simon 'corecode' Schubert
287 2003-01-10 [paul] 0.8.8claws76
290 a sync from main which fixes the news account folders'
293 2003-01-10 [christoph] 0.8.8claws75
296 don't accept 0 as a valid uid returned by copy and move
297 functions. 0 means the message was copied or moved but the
298 new uid could not be fetched. It is not an error condition
299 for the copy or move operation.
301 2003-01-10 [paul] 0.8.8claws74
303 * src/prefs_filtering.c
304 change English used in Alert when entry is not
307 * sync with 0.8.8cvs4
308 see ChangeLog 2003-01-10
310 2003-01-10 [darko] 0.8.8claws73
313 fix crash when importing address book entry
314 without a valid address
316 2003-01-09 [alfons] 0.8.8claws72
319 filtering performance: use new style folder update
321 2003-01-09 [christoph] 0.8.8claws71
325 fix wrong selecting of mime encoding type, when
326 opening property dialog of attachments in the
327 compose window. 7bit was always selected and that
328 destoryed files with 8bit data.
329 (closes bug #9 Sylpheed-claws destroys attachments when
332 2003-01-09 [paul] 0.8.8claws70
334 * sync with 0.8.8cvs3
335 see ChangeLog 2003-01-09
337 2003-01-08 [alfons] 0.8.8claws69
340 apply patch by Kim Schulz to fix build breakage
341 because of missing variable
343 2003-01-08 [paul] 0.8.8claws68
345 * sync with 0.8.8cvs2
346 see ChangeLog 2002-01-08
348 2003-01-08 [paul] 0.8.8claws67
351 updated by Alessandro Maestri
354 when using 'Add sender to addressbook' allow
355 name to be edited and remarks to be entered
356 Patch submitted by Luke Plant
358 2003-01-08 [darko] 0.8.8claws66
360 * README.claws, src/summaryview.c
361 fix description for marked messages
366 tools/launch_phoenix ** NEW FILE **
367 add script that enables using Phoenix as the default
369 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
371 * tools/OOo2sylpheed.pl
372 remove full path to sylpheed executable, just 'sylpheed'
376 add launch_phoenix informtion and re-arrange and compress
379 2003-01-07 [christoph] 0.8.8claws65
382 fix update for source folder when moving messages
385 use function to set to_folder for message infos and
386 automatically update the op_count for old and new
389 2003-01-07 [melvin] 0.8.8claws64
391 * src/prefs_actions.c
392 Fixed bug where an '%p' Action on a displayed image crashed
394 Code clean up (get rid of duplicated code and removed unnecessary
397 2003-01-07 [christoph] 0.8.8claws63
407 * src/prefs_folder_item.c
411 o remove all folder update triggering from the UI code. The folder
412 system should know much better when a folder needs an update.
413 o to prevent multiple updates in a row the folder updates can be
414 frozen for some time.
416 Note: - Please verify that no updates are missing
417 - Check where freeze/thaws should be added
419 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws62
421 * src/prefs_actions.c
422 don't translate empty strings
424 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws61
426 * src/prefs_actions.c
427 mark strings for gettext
428 * src/prefs_matcher.c
429 use new description window for Execute action and
430 match condition in Filtering
432 2003-01-06 [alfons] 0.8.8claws60
434 keep myself inspired to re-organize matcher part 8;
435 yes, more to come (I need to move out the descriptive
436 text for actions to matcher.c, or at least make it not
437 depend on the wicked ordering)
439 * src/prefs_matcher.c
440 add documentation so others may comprehend the
441 UI part of the conditions
443 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws59
445 * src/prefs_actions.c
446 use new description window for syntax help
447 * src/gtk/description_window.c
448 fix display of descriptions with column count != 2
450 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws58
453 * src/summaryview.[ch]
454 * src/gtk/Makefile.am
455 * src/gtk/description_window.[ch] ** NEW **
456 use a generic window to display syntax descriptions
457 currently used in quote_fmt and summaryview (new description
458 for extended quick search)
460 2003-01-06 [paul] 0.8.8claws57
462 * sync with 0.8.8cvs1
463 see ChangeLog 2003-01-06
465 2003-01-06 [christoph] 0.8.8claws56
469 * src/gtk/prefswindow.[ch]
470 * src/plugins/spamassassin/spamassassin_gtk.c
471 o remove page management from prefswindow, pages
472 will be an argument to prefswindow_open
473 o prefswindow_open gets a datapointer that is
474 passed to the widget_create function to allow
475 creation of prefswindow for specific items
477 2003-01-06 [colin] 0.8.8claws55
480 We don't want regexp in the reply-finder,
481 because MIDs can contain !,$,. and so on
483 2003-01-06 [jens] 0.8.8claws54
486 fixed a wrong free in jpilot_read_db_files
488 2003-01-06 [alfons] 0.8.8claws53
490 re-organize matcher part 8; more to come
493 matcherprop_to_string(): put g_free()s before the
494 switch-case break to fix memleaks
496 2003-01-06 [colin] 0.8.8claws52
499 cleanup & reply-finder now displays the first
502 2003-01-05 [alfons] 0.8.8claws51
504 re-organize matcher part 7; more to come
507 fixes for constant correctness;
510 2003-01-05 [alfons] 0.8.8claws50
512 re-organize matcher part 6; more to come
515 fixes for constant correctness;
518 fix for constant correctness
520 2003-01-05 [colin] 0.8.8claws49
523 Add account_get_reply_account function
525 Use account_get_reply_account function
527 Basic reply-finder - click on the replied
528 icon gets you to the outbox using quick-search
530 2003-01-05 [paul] 0.8.8claws48
533 small change to English
535 * src/prefs_filtering.c
536 prefs_filtering_action_select(): improve logic and uniformity
539 2003-01-05 [alfons] 0.8.8claws47
541 fine tune solution to focus problems (bug #7)
544 mainwindow_focus_in_event(): remove grab event check
546 summary_button_pressed(): move selection on right-click
547 too. we can't possibly move the selection back after
548 canceling a dialog, because gtk's incomplete focus
549 management. whether this is a good solution, only time
552 2003-01-05 [christoph] 0.8.8claws46
555 fix crash when no imap connection could be established
557 2003-01-05 [paul] 0.8.8claws45
562 fix bug 605957 'shortcuts in popup-menu'
563 make user-defined shortcuts work
564 show shortcuts that are already defined
566 Patch submitted by Luke Plant
568 2003-01-05 [alfons] 0.8.8claws44
571 focus_in_event handler should not select summary view row
572 when another window (menu, dialog) grabbed for events
573 (bug #7, "[0.8.8claws42] Message summary focus")
575 2003-01-04 [christoph] 0.8.8claws43
578 update save folder after adding the sent message
580 2003-01-02 [christoph] 0.8.8claws42
582 * src/common/plugin.c
583 fix unloading of all plugins and unload
584 plugins in reverse order
586 * src/gtk/pluginwindow.c
587 implement function of load and unload button
589 * src/gtk/prefswindow.c
590 * src/gtk/prefswindow.h
591 rename register function and add new unregister
594 * src/plugins/spamassassin/spamassassin_gtk.c
595 unregister prefs page and update for changes in
596 src/gtk/prefswindow.c
598 2003-01-02 [paul] 0.8.8claws41
601 updated by Ricardo Mones Lastra
606 fixes and improvements by Urke MMI
608 2003-01-02 [thorsten] 0.8.8claws40
611 fixed wrong return value
613 2003-01-02 [thorsten] 0.8.8claws39
616 fixed printing wrong variable
618 2003-01-02 [thorsten] 0.8.8claws38
621 fixed acessing members of freed pfile struct
623 2003-01-02 [thorsten] 0.8.8claws37
626 detect loops across several messages
627 as suggested by Christoph Hohmann
629 2003-01-01 [match] 0.8.8claws36
632 fixed another memory leak.
634 2003-01-01 [match] 0.8.8claws35
637 fixed memory leaks. applied Doxygen comments.
639 2003-01-01 [thorsten] 0.8.8claws34
642 inhibit endless loop if msg references itself
643 (closes Bug [ 660477 ] Infinite loop in parent flag search)
645 2003-01-01 [christoph] 0.8.8claws33
648 * src/gtk/Makefile.am
649 * src/gtk/pluginwindow.c ** NEW **
650 * src/gtk/pluginwindow.h ** NEW **
653 * src/plugins/demo/demo.c
654 * src/plugins/spamassassin/spamassassin.c
655 * src/plugins/spamassassin/spamassassin_gtk.c
656 write better plugin descriptions
658 2002-12-31 [christoph] 0.8.8claws32
660 * src/gtk/prefswindow.c
661 * src/plugins/spamassassin/spamassassin_gtk.c
662 some small improvements to GTK code
664 2002-12-31 [christoph] 0.8.8claws31
666 * src/plugins/spamassassin/spamassassin_gtk.c
667 enable folder select button
669 2002-12-31 [christoph] 0.8.8claws30
672 * src/gtk/Makefile.am
673 * src/gtk/prefswindow.c ** NEW **
674 * src/gtk/prefswindow.h ** NEW **
677 * src/common/plugin.c
678 don't try to load empty config lines
680 * src/plugins/spamassassin/Makefile.am
681 * src/plugins/spamassassin/spamassassin.c
682 * src/plugins/spamassassin/spamassassin.h ** NEW **
683 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
684 GTK config for SpamAssassin Plugin using
687 2002-12-31 [paul] 0.8.8claws29
690 remove obsolete entry 'src/menu.c'
692 2002-12-31 [alfons] 0.8.8claws28
695 * src/matcher_parser_parse.y
696 * src/prefs_matcher.c
697 add "ignore_thread" and "~ignore_thread" condition so it's
698 possible to make the actions / scoring operate on the ignore
701 2002-12-31 [christoph] 0.8.8claws27
707 * src/prefs_account.c
708 * src/prefs_actions.c
709 * src/prefs_customheader.c
710 * src/prefs_display_header.c
715 * src/common/prefs.[ch]
716 extend prefs file handling for reading and automatic handling
717 of blocks. When reading prefs_set_block_label will automatically
718 move on to the block. When writing it will copy all other blocks
721 * src/common/plugin.c
722 Now loading plugin filenames from [Plugins] block in
725 2002-12-30 [christoph] 0.8.8claws26
727 * src/common/hooks.[ch]
728 return abort status to caller of hooks_invoke
731 invoke message filtering hook and stop
732 default handling when filter returns abort
734 * src/common/plugin.[ch]
735 * src/plugins/demo/demo.c
736 modify plugin loader, because resolving symbols for strings
737 does not work correctly
740 * ac/spamassassin.m4 ** NEW **
741 * src/plugins/spamassassin/.cvsignore ** NEW **
742 * src/plugins/spamassassin/Makefile.am ** NEW **
743 * src/plugins/spamassassin/README ** NEW **
744 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
745 * src/plugins/spamassassin/spamassassin.c ** NEW **
746 * src/plugins/spamassassin/utils.[ch] ** NEW **
747 add spamassassin plugin, see src/plugins/spamassassin/README
750 2002-12-29 [alfons] 0.8.8claws25
753 when moving focus from a message view to the main
754 window, don't forget to select the summary node
755 of the displayed message. should fix "[ 659103 ]
756 focus-follows-mouse confuses sylpheed"
758 2002-12-29 [christoph] 0.8.8claws24
761 * src/stringtable.[ch] ** REMOVE **
762 * src/common/Makefile.am
763 * src/common/stringtable.[ch] ** NEW **
764 move stringtable files to common directory
766 2002-12-29 [christoph] 0.8.8claws23
769 * src/menu.[ch] ** REMOVE **
770 * src/gtk/Makefile.am
771 * src/gtk/menu.[ch] ** NEW **
772 move menu files to gtk directory
774 2002-12-29 [match] 0.8.8claws22
778 moved UI specific code out of LDAP code into addressbook
779 UI code. fixed memory leak.
781 2002-12-29 [christoph] 0.8.8claws21
784 only check for IGNORED parent message when message is
787 2002-12-29 [alfons] 0.8.8claws20
790 set gtksctree's anchor correct (immediate execute
791 changes the tree's layout, and anchor points at
792 the incorrect row). fixes "[ 657233 ] multiple msg
793 delete sometimes off by 1".
794 we probably have to look for more tree layout /
797 2002-12-29 [paul] 0.8.8claws19
800 fix bug [ 659054 ] incorrect sorting of 'From' column
801 when using 'display sender using address book'
802 thanks to Alfons and Luke Plant
804 2002-12-29 [christoph] 0.8.8claws18
808 check parent messages for IGNORE THREAD flag, when adding,
809 moving or copying messages to a folder
811 2002-12-27 [alfons] 0.8.8claws17
813 re-organize matcher part 5; more to come
816 hash keywords in matchparser_tab
818 2002-12-27 [alfons] 0.8.8claws16
820 re-organize matcher part 4; more to come
822 * src/matcher_parser.h
823 * src/matcher_parser_lex.l
824 * src/matcher_parser_parse.y
827 2002-12-27 [alfons] 0.8.8claws15
829 re-organize matcher part 3; more to come
834 2002-12-27 [alfons] 0.8.8claws14
836 re-organize matcher part 2; more to come but this should
837 work. cc me if there are any regressions.
840 add prototype for get_matchparser_tab_id()
841 * src/matcher_parser_lex.l
842 look up keywords using matchparser_tab_id();
844 2002-12-27 [alfons] 0.8.8claws12
846 re-organize matcher part 1
849 map yacc generated constants to sylpheed matcher constants
851 add function to find a matcher constant from a string
853 2002-12-27 [christoph] 0.8.8claws11
856 MENUITEM_ADD casts the 4th argument from integer to pointer
857 so it probably should not be a pointer, this means we
858 should use account id for it and not the account's pointer
860 2002-12-27 [paul] 0.8.8claws10
863 remove unneeded 'GtkWidget *vbox'
866 further sync with 0.8.8 - make sort
867 by recipient work as expected
872 2002-12-27 [paul] 0.8.8claws9
875 updated by Ivan F. Martinez
877 2002-12-27 [darko] 0.8.8claws8
880 added locked pattern to extended search
882 2002-12-27 [alfons] 0.8.8claws7
884 * src/prefs_matcher.[ch]
887 2002-12-26 [alfons] 0.8.8claws6
890 * src/matcher_parser_lex.l
891 * src/matcher_parser_parse.y
892 * src/prefs_matcher.c
893 allow color label as a condition in the matcher
895 2002-12-26 [oliver] 0.8.8claws5
898 enable Addressbook for Main and Messageview
899 * src/prefs_actions.c
900 enable actions in Messageview
902 2002-12-26 [christoph] 0.8.8claws4
904 * src/common/plugin.c
905 add a little debug output
907 * src/plugins/demo/Makefile.am
908 better use of automake
910 2002-12-26 [christoph] 0.8.8claws3
913 * src/common/Makefile.am
916 2002-12-26 [christoph] 0.8.8claws2
919 sort configure checks into common / gtk / plugins
925 * src/common/sylpheed.[ch]
926 added now sylpheed_done function for shutdown
927 * src/common/Makefile.am
928 * src/common/plugin.[ch] ** NEW **
929 plugin loader and unloader
930 * src/plugins/.cvsignore ** NEW **
931 * src/plugins/Makefile.am ** NEW **
933 * src/plugins/demo/.cvsignore ** NEW **
934 * src/plugins/demo/Makefile.am ** NEW **
935 * src/plugins/demo/demo.c ** NEW **
936 small demo plugin that installs a logtext hook and
937 outputs the log text to stdout
939 2002-12-26 [paul] 0.8.8claws1
942 updated by Ricardo Mones Lastra
944 2002-12-26 [paul] 0.8.8claws
946 * 0.8.8claws released
948 2002-12-26 [paul] 0.8.7claws12
951 updated by George Danchev
953 2002-12-26 [paul] 0.8.7claws11
956 remove unneeded 'src/prefs.c' entry
958 2002-12-26 [paul] 0.8.7claws10
962 sync with 0.8.8 release
967 partial sync with 0.8.8 release
970 2002-12-25 [alfons] 0.8.7claws9
973 * src/matcher_parser_lex.l
974 * src/matcher_parser_parse.y
975 * src/prefs_matcher.c
976 add locked flag to possible filtering / matcher
977 conditions (also a good example what should be
978 done to add a simple boolean condition)
980 2002-12-25 [christoph] 0.8.7claws8
990 * src/prefs.[ch] ** REMOVE **
991 * src/prefs_account.c
992 * src/prefs_actions.c
994 * src/prefs_customheader.c
995 * src/prefs_display_header.c
996 * src/prefs_filtering.c
997 * src/prefs_folder_item.c
998 * src/prefs_gtk.[ch] ** NEW **
999 * src/prefs_matcher.c
1000 * src/prefs_scoring.c
1001 * src/prefs_summary_column.c
1003 * src/selective_download.c
1005 * src/common/Makefile.am
1006 * src/common/prefs.[ch] ** NEW **
1007 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
1009 2002-12-24 [alfons] 0.8.7claws7
1012 summary_thread_build(): fix real cause of the crash mentioned in
1013 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
1014 this way we get meaningful ctree nodes
1016 2002-12-24 [oliver] 0.8.7claws6
1018 * src/mainwindow.[ch]
1019 * src/messageview.[ch]
1023 changes to use updated toolbar handling
1025 2002-12-24 [oliver] 0.8.7claws5
1028 generic toolbar handling
1029 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
1030 * src/prefs_toolbar.[ch]
1033 2002-12-24 [oliver] 0.8.7claws4
1035 * src/stock_pixmap.[ch]
1036 move SYLPHEED_LOGO to end of list in order
1037 to remove it from Custom Toolbar`s Icon View
1039 2002-12-24 [alfons] 0.8.7claws3
1042 summary_thread_build(): fix crash because of focus != selection
1043 after threading. when deleting the selection, gtk tries but fails
1044 to find the correct focusable element. we now force the selection
1045 to be focused. this should solve the infamous bug reported by
1046 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
1047 a test case is available.
1049 2002-12-24 [darko] 0.8.7claws2
1052 don't crash when unmarking message with unread children
1054 2002-12-23 [christoph] 0.8.7claws1
1057 * src/common/Makefile.am
1058 update Makefiles for moved intl.h, version.h and defs.h
1060 rewrite imap_session_get to avoid duplicate code
1062 2002-12-23 [paul] 0.8.7claws
1064 * Santa-Claws released
1068 squeeze in updated Hungarian and Russian translations.
1069 Submitted by Gál Zoltán and Ruslan N. Balkin
1071 2002-12-23 [paul] 0.8.6claws129
1074 updated by Witold Wladyslaw Wojciech Wilk
1076 2002-12-23 [paul] 0.8.6claws128
1078 * src/quote_fmt_parse.y
1079 fix typo and add licence header
1081 2002-12-23 [paul] 0.8.6claws127
1086 2002-12-23 [paul] 0.8.6claws126
1089 updated translation, submitted by Alessandro Maestri
1091 2002-12-23 [paul] 0.8.6claws125
1093 * src/quote_fmt_parse.y
1094 fix signature-stripping on replies bug. match
1095 '-- \n' and not '-- '.
1097 2002-12-22 [paul] 0.8.6claws124
1102 updated translations. submitted by George Danchev,
1103 Ricardo Mones Lastra, and Urke MMI respectively
1105 2002-12-21 [paul] 0.8.6claws123
1110 2002-12-21 [paul] 0.8.6claws122
1113 fix bug [643638] where if a person is in one or more
1114 addressbook groups editing that person's email
1115 address results in removal from those groups.
1116 Patch submitted by Luke Plant.
1118 2002-12-20 [christoph] 0.8.6claws121
1120 * src/common/utils.c
1122 reimplement expand_search_string using GString to
1123 prevent crashs caused by miscalculated string
1124 lengths reported by Paul
1126 2002-12-20 [christoph] 0.8.6claws120
1129 don't use "changed" to check if op_count has to be changed as it
1130 is also set when the message has unread children
1131 (closes bug [ 653221 ] crash while deleting duplicates)
1133 2002-12-20 [paul] 0.8.6claws119
1135 * sync with 0.8.6cvs27
1136 see ChangeLog 2002-12-20
1138 2002-12-20 [paul] 0.8.6claws118
1140 * sync with 0.8.6cvs26
1141 see ChangeLog 2002-12-19 and 2002-12-20
1143 2002-12-19 [alfons] 0.8.6claws117
1146 fix incorrect parsing of email addresses, submitted by
1147 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
1148 name display if it contains @".
1150 2002-12-18 [paul] 0.8.6claws116
1152 * sync with 0.8.6cvs23
1153 see ChangeLog 2002-12-18
1155 2002-12-18 [paul] 0.8.6claws115
1162 sync with 0.8.6cvs22.
1163 see ChangeLog 2002-12-17 and 2002-12-18
1165 2002-12-17 [christoph] 0.8.6claws114
1168 o don't create a session if imap greeting fails
1169 o don't close socket when authentication fails
1170 this is done by imap_session_destroy
1172 2002-12-17 [thorsten] 0.8.6claws113
1176 tools/google_msgid.pl ** NEW FILE **
1177 Added "search for message-id" script and doc
1179 2002-12-17 [thorsten] 0.8.6claws112
1182 Updated hungarian translation
1183 (updated by Gal Zoltan)
1185 2002-12-16 [christoph] 0.8.6claws111
1188 remove stupid addressbook dump to debug output
1190 fix memory leak found by Hiro
1192 2002-12-14 [paul] 0.8.6claws110
1195 fix menubar sensitivity on send
1197 * src/prefs_filtering.c
1198 * src/prefs_matcher.c
1199 * src/prefs_scoring.c
1202 * src/common/quoted-printable.h
1205 2002-12-13 [christoph] 0.8.6claws109
1208 * src/manage_window.[ch] ** REMOVE **
1209 * src/gtk/Makefile.am
1210 * src/gtk/manage_window.[ch] ** NEW **
1211 move manage_window files to gtk directory
1213 2002-12-13 [christoph] 0.8.6claws108
1216 * src/gtkshruler.[ch] ** REMOVE **
1217 * src/gtk/Makefile.am
1218 * src/gtk/gtkshruler.[ch] ** NEW **
1219 move gtkshruler files to gtk directory
1221 2002-12-13 [christoph] 0.8.6claws107
1225 * src/gtkstext.[ch] ** REMOVE **
1228 * src/gtk/gtkstext.[ch] ** NEW **
1229 * src/gtk/Makefile.am
1230 o move stext functions to gtkstext.c to remove
1231 dependency of gtkutils
1232 o move gtkstext files to gtk directory
1234 * src/gtk/Makefile.am
1235 * src/gtk/sslcertwindow.[ch]
1236 UI stuff can always depend on common code so
1237 it's ok to add ../common to include path
1239 2002-12-13 [colin] 0.8.6claws106
1242 Disconnect sighandlers for mainwindow when
1243 quicksearch has the focus
1245 * src/mainwindow.[ch]
1246 Make key_pressed callback public, to be able
1249 2002-12-13 [christoph] 0.8.6claws105
1252 create .mh_sequences file in new MH folders
1253 (closes feature request [ 523162 ] MH folders should
1254 get a .mh_sequences)
1256 2002-12-13 [colin] 0.8.6claws104
1259 Better handling of quicksearch show/hide
1260 (basically the button stays under the mouse
1263 2002-12-13 [paul] 0.8.6claws103
1265 * sync with 0.8.6cvs17
1266 see ChangeLog 2002-12-13
1268 2002-12-13 [paul] 0.8.6claws102
1271 updated by Ricardo Mones Lastra
1273 2002-12-11 [colin] 0.8.6claws101
1276 remove statusbar stuff
1278 set statusbar verbosity when moving folders
1280 2002-12-11 [colin] 0.8.6claws100
1281 * src/prefs_filtering.c
1282 * src/prefs_matcher.c
1283 * src/prefs_scoring.c
1286 2002-12-11 [colin] 0.8.6claws99
1288 * src/prefs_common.[ch]
1289 Add summary_quicksearch_type
1291 Save last used quicksearch type
1293 2002-12-11 [jens] 0.8.6claws98
1294 * src/prefs_filtering.c
1295 * src/prefs_matcher.c
1296 * src/prefs_scoring.c
1297 added dialog for incomplete rules in scoring, filtering and
1298 matcher to ask wheather really close
1300 2002-12-11 [colin] 0.8.6claws97
1303 Fix folder dnd statusbar logging
1305 2002-12-10 [christoph] 0.8.6claws96
1315 * src/statusbar.[ch]
1316 * src/common/hooks.c
1317 * src/common/log.[ch]
1318 o handle verbose logging in statusbar directly in statusbar code
1319 and common code does not need any knowledge about a statusbar
1320 o remove direct calls to statusbar_(puts|pop)_all functions
1322 2002-12-10 [jens] 0.8.6claws95
1325 removed gettext from g_warnings
1331 2002-12-10 [colin] 0.8.6claws94
1334 finish crash dialog fix
1336 2002-12-10 [colin] 0.8.6claws93
1339 "Fix" "sylpheed already running" instead of
1340 crash dialog appearing after a crash
1342 2002-12-10 [colin] 0.8.6claws92
1345 add src/gtk/sslcertwindow.c
1347 2002-12-10 [paul] 0.8.6claws91
1350 updated to reflect recent changes
1351 submitted by Alessandro Maestri
1353 2002-12-09 [christoph] 0.8.6claws90
1356 * src/smtp.[ch] ** REMOVE **
1357 * src/common/Makefile.am
1358 * src/common/smtp.[ch] ** NEW **
1359 move smtp files to common directory
1361 2002-12-09 [christoph] 0.8.6claws89
1364 * src/session.[ch] ** REMOVE **
1365 * src/common/Makefile.am
1366 * src/common/session.[ch] ** NEW **
1367 move session files to common directory
1369 2002-12-09 [paul] 0.8.6claws88
1372 fix bug [649746] edit accounts: move account reverted
1373 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1375 2002-12-09 [colin] 0.8.6claws87
1377 * src/ssl_certificate.c
1380 2002-12-09 [colin] 0.8.6claws86
1383 Try to open the cert.pem database and
1384 issue a warning if it isn't there
1386 2002-12-09 [colin] 0.8.6claws85
1388 * src/common/ssl_certificate.c
1389 * src/gtk/sslcertwindow.c
1392 2002-12-09 [colin] 0.8.6claws84
1394 * src/ssl_certificate.[ch] ** REMOVED **
1395 * src/common/ssl_certificate.[ch] ** NEW **
1397 * src/common/Makefile.am
1398 Moved ssl_certificate.[ch] to common
1400 Put back needed include
1401 * src/gtk/sslcertwindow.[ch]
1402 Changed ssl_certificate.h include
1404 2002-12-09 [colin] 0.8.6claws83
1406 * src/gtk/sslcertwindow.[ch]
1407 Implement hook for certificate acception
1408 * src/ssl_certificate.[ch]
1409 Implement hook for certificate acception
1411 Reenable certificate acception check
1413 Register sslcertwindow's hook
1415 2002-12-08 [christoph] 0.8.6claws82
1422 * src/common/utils.c
1423 o add missing includes
1426 * src/common/.cvsignore
1427 * src/common/version.h ** REMOVE **
1428 remove autogenerated file
1430 2002-12-08 [paul] 0.8.6claws81
1433 put back needed include
1435 2002-12-08 [colin] 0.8.6claws80
1437 * src/gtk/sslcertwindow.c
1438 Cleaner popups when asking
1439 * src/ssl_certificate.c
1440 * src/prefs_common.[ch]
1441 remove ssl certificate pref
1442 put back needed include
1444 put back needed include
1446 2002-12-08 [christoph] 0.8.6claws79
1452 only abort hook invokation if required data is missing not
1453 if our own data pointer is NULL, update hookfunction for
1456 2002-12-08 [paul] 0.8.6claws78
1474 * src/sourcewindow.c
1477 clean up: remove unneccesary includes
1479 2002-12-08 [christoph] 0.8.6claws77
1484 * src/common/hooks.[ch]
1485 hook functions now have a gboolean return value, if a hook
1486 returns TRUE it will stop executing of any more hooks in
1487 the same hooklist for this invokation
1489 2002-12-08 [colin] 0.8.6claws76
1492 put back argv0 for CRASH_DIALOG
1494 2002-12-08 [christoph] 0.8.6claws75
1507 * src/prefs_account.[ch]
1508 * src/prefs_common.[ch]
1511 * src/ssl_certificate.[ch]
1512 * src/ssl_manager.[ch]
1513 * src/common/Makefile.am
1515 * src/common/nntp.[ch]
1516 * src/common/socket.[ch]
1517 * src/common/ssl.[ch]
1518 * src/gtk/sslcertwindow.[ch]
1520 use new autoconf script to detect OpenSSL with extra parameters
1521 to specify the location of libs and includes, also remove USE_SSL
1524 * src/common/sylpheed.[ch]
1525 * src/common/version.h.in
1526 start seperation of common code initialization seperated from gui
1529 The function that is called when a color lable changes
1530 should not change the color lable again
1532 2002-12-08 [colin] 0.8.6claws74
1534 * src/gtk/sslcertwindow.c
1537 2002-12-08 [colin] 0.8.6claws73
1541 Register a hook for statusbar_puts_all
1543 invoke statusbar_puts_all's hook
1545 2002-12-08 [colin] 0.8.6claws72
1547 * src/ssl_certificate.c
1548 Put back a badly-removed include
1550 2002-12-08 [colin] 0.8.6claws71
1552 * src/gtk/sslcertwindow.[ch] ** NEW **
1553 new certificate presentation
1554 * src/gtk/Makefile.am
1556 * src/ssl_certificate.[ch]
1557 gtk cleanup, made utility functions public
1559 use new cert presentation
1561 2002-12-07 [christoph] 0.8.6claws70
1564 * src/nntp.[ch] ** REMOVE **
1565 * src/common/Makefile.am
1566 * src/common/nntp.[ch] ** NEW **
1567 move nntp files to common directory
1569 2002-12-07 [christoph] 0.8.6claws69
1573 implement msginfo update callback using sylpheed's new
1574 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1576 2002-12-06 [christoph] 0.8.6claws68
1579 This patch changes the 'Edit Group Details' dialog to
1580 allow extended selections in either pane, so that
1581 addresses can be added or removed from a group more
1582 quickly and easily. (it actually is a net decrease in
1583 file size, as some unnecessary functions have been
1585 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1587 2002-12-06 [christoph] 0.8.6claws67
1590 * src/template.[ch] ** REMOVE **
1591 * src/common/Makefile.am
1592 * src/common/template.[ch] ** NEW **
1593 move template files to common directory
1596 add missing log.h include
1598 2002-12-06 [melvin] 0.8.6claws66
1600 * src/prefs_actions.c
1601 Added the trailing ">" syntax to insert command's output
1602 without replacing old text (in contrast to trailing "|").
1604 2002-12-05 [colin] 0.8.6claws65
1606 * src/common/utils.c
1607 Don't modify original search_string or it'll change
1608 the next iterations in the for()
1610 2002-12-05 [darko] 0.8.6claws64
1612 * src/common/utils.c
1613 proper check for filtering commands, found by Colin
1615 2002-12-05 [darko] 0.8.6claws63
1617 * src/common/utils.c
1618 check proper string for NULL pointer, found by Colin
1620 2002-12-05 [darko] 0.8.6claws62
1622 * src/common/utils.[ch]
1623 expand_search_string(): new function
1624 converts Mutt-like patterns to Sylpheed's
1627 use expand_search_string() to allow Mutt-like
1628 patterns in extended search
1630 document extended option in quick search
1632 2002-12-05 [paul] 0.8.6claws61
1634 * sync with 0.8.6cvs16
1635 see ChangeLog 2002-12-05
1640 2002-12-04 [christoph] 0.8.6claws60
1643 put imap authentication code into a new function and
1644 remove it from imap_session_new that will allow to
1645 send other commands before authentication
1647 2002-12-04 [christoph] 0.8.6claws59
1650 use already existing method to prevent unneeded IMAP
1651 folder selects. Set imap_select parameters to NULL
1652 in some functions if the values are not required.
1655 remove no longer required include
1657 2002-12-04 [paul] 0.8.6claws58
1660 updated by Ricardo Mones Lastra
1663 po/hu.po ** NEW FILE **
1664 initial Hungarian translation, submitted
1665 by Gál Zoltán <galzoli@hu.inter.net>
1667 2002-12-03 [christoph] 0.8.6claws57
1670 * src/gtksctree.[ch] ** REMOVE **
1671 * src/gtk/Makefile.am
1672 * src/gtk/gtksctree.[ch] ** NEW **
1673 move gtksctree files to gtk directory
1675 2002-12-03 [christoph] 0.8.6claws56
1678 * src/md5.[ch] ** REMOVE **
1679 * srm/common/Makefile.am
1680 * src/common/md5.[ch] ** NEW **
1681 move md5 files to common directory
1684 remove not required #include
1686 2002-12-03 [sergey] 0.8.6claws55
1690 gtkut_window_popup(): new function.
1692 main_window_popup(): use gtkut_window_popup() to raise
1693 window without changing its position.
1694 (see sylpheed-main ML message [sylpheed:17247])
1696 2002-12-03 [sergey] 0.8.6claws54
1699 send_message_local(): removed first-dot escaping
1700 (SMTP-only, not needed for sending through pipe)
1702 2002-12-03 [paul] 0.8.6claws53
1705 update to reflect recent changes (thanks
1706 to Ricardo Mones Lastra)
1708 * tools/filter_conv.pl
1709 fix problem with quoted strings. Patch submitted
1710 by Luke Plant <lukeplant@softhome.net>
1712 2002-12-03 [paul] 0.8.6claws52
1714 * sync with 0.8.6cvs15
1715 see ChangeLog 2002-12-03
1717 2002-12-02 [christoph] 0.8.6claws51
1719 * src/logwindow.[ch]
1720 * src/common/log.[ch]
1721 implement logging using a hook function
1725 define hooklist name in header file to avoid
1726 errors caused by wrong spelling of hooklist names
1731 2002-12-02 [christoph] 0.8.6claws50
1733 * src/common/Makefile.am
1734 add src/common/hooks.[ch]
1736 * src/common/hooks.[ch]
1737 implement a simple hook system using glib's hook functions
1741 use new hook system for folder item updates
1743 2002-12-02 [christoph] 0.8.6claws49
1745 * doc-src/ui_seperation.txt ** NEW **
1746 information for ui seperation
1749 remove files that were moved to common
1750 include common directory by default for the header files
1753 * src/common/socket.c
1754 * src/automaton.[ch]
1755 implement automaton using g_io_*-functions instead of
1756 gdk_input_add to make it ui independent
1766 remove common/ prefix because directory is now in
1774 * src/prefs_common.c
1785 * src/ssl_certificate.c
1786 add log.h header file for logging functions
1789 * src/common/utils.c
1792 o move debug_mode to common/utils.c
1793 o add functions to set and get debug_mode
1795 * src/defs.h ** REMOVE **
1796 * src/intl.h ** REMOVE **
1797 * src/socket.[ch] ** REMOVE **
1798 * src/ssl.[ch] ** REMOVE **
1799 * src/utils.[ch] ** REMOVE **
1800 replaced by new files in src/common/
1802 * src/common/Makefile.am
1803 add new files in src/common/
1805 * src/common/defs.h ** NEW **
1806 * src/common/intl.h ** NEW **
1807 * src/common/log.[ch] ** NEW **
1808 * src/common/socket.[ch] ** NEW **
1809 * src/common/ssl.[ch] ** NEW **
1810 * src/common/utils.[ch] ** NEW **
1811 replacement for files in src/
1813 2002-12-02 [colin] 0.8.6claws48
1816 Scroll folderview if necessary during dnd
1818 2002-12-02 [colin] 0.8.6claws47
1821 Add check to verify a move is within a single mailbox
1823 Add specific error string for this check
1825 2002-12-02 [colin] 0.8.6claws46
1828 Add a test to folder moving, remove a statusbar_print
1830 Add Move folder... context-menu item
1831 Factorize folder moving code
1832 Enable folder DND for mbox
1834 2002-12-01 [christoph] 0.8.6claws45
1837 remove conf.aspelltest if the version check fails
1839 2002-11-30 [christoph] 0.8.6claws44
1842 run libtoolize --force in autogen to create missing
1845 2002-11-30 [christoph] 0.8.6claws43
1851 * src/uuencode.[ch] ** REMOVED **
1852 * src/common/Makefile.am
1853 * src/common/uuencode.[ch] ** NEW **
1854 move uuen/decoder to common directory
1856 2002-11-30 [christoph] 0.8.6claws42
1859 * src/base64.[ch] ** REMOVED **
1868 * src/common/Makefile.am
1869 * src/common/base64.[ch] ** NEW **
1870 move base64 en/decoder to common directory
1872 2002-11-30 [christoph] 0.8.6claws41
1874 * src/common ** NEW **
1875 new directory for UI independent code
1877 new directory for GTK frontend
1878 * src/common/.cvsignore ** NEW **
1879 * src/gtk/.cvsignore ** NEW **
1881 * src/common/Makefile.am ** NEW **
1882 * src/gtk/Makefile.am ** NEW **
1883 automake files to build new seperated stuff
1885 the binary will currently still be build with the
1886 files in src, so we include the code from the
1887 subdirs for now after building the libs there
1889 2002-11-30 [paul] 0.8.6claws40
1892 fix bug [642731] 'Wrong selected account with drafted mail'
1894 2002-11-29 [oliver] 0.8.6claws39
1897 o update summaryview when switching between different
1900 o check if messageview holds already removed msg
1904 2002-11-29 [oliver] 0.8.6claws38
1907 remove not needed variables and includes
1908 make messageview stay opened and move to next when msgs are deleted
1910 2002-11-29 [oliver] 0.8.6claws37
1913 disable compose button (messageview toolbar) by default
1914 deleted msgs are moved to trash
1916 2002-11-29 [melvin] 0.8.6claws36
1919 Increased minimal gpgme version to 0.3.10 (Zombies out)
1920 and to detect signatures expirations (gpgme 0.3.6)
1923 Use non obsolescent function for Gpgme engine checking.
1926 Inform about expired signatures or signatures which key
1927 has expired. Expiration date is displayed.
1930 Inform about expired signatures or signatures which key
1933 2002-11-28 [paul] 0.8.6claws35
1936 re-instate 'Check for new messages' in Newsgroup
1937 folders right-click menu, after a suggestion from
1938 Tim Mann <timmann@users.sourceforge.net>
1941 after a crash check only local folders for new
1944 2002-11-28 [paul] 0.8.6claws34
1947 apply patch that fixes the checking of GTK with XIM
1948 support on different OSs, such as FreeBSD. Patch
1949 submitted by Topia <topia@users.sourceforge.net>
1951 2002-11-28 [paul] 0.8.6claws33
1956 more changes to the English
1958 2002-11-28 [paul] 0.8.6claws32
1960 * sync with 0.8.6cvs13
1961 see ChangeLog 2002-11-28 (no sync needed
1964 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
1966 * src/mainwindow.[ch]
1967 add patch by Ivan F. Martinez introducing messageview Toolbar
1968 some changes and committed by oliver
1970 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
1972 * src/messageview.[ch]
1973 add patch by Ivan F. Martinez introducing messageview Toolbar
1974 some changes and committed by oliver
1976 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
1979 add patch by Ivan F. Martinez introducing messageview Toolbar
1980 some changes and committed by oliver
1982 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
1985 add patch by Ivan F. Martinez introducing messageview Toolbar
1986 some changes and committed by oliver
1988 2002-11-28 [oliver] 0.8.6claws27
1990 * src/prefs_toolbar.[ch]
1991 getting ready for messageview toolbar
1992 free mem allocated by gettext
1993 change prefs_toolbar to prefs_toolbar_open
1995 2002-11-28 [thorsten] 0.8.6claws26
1997 * src/imageview.[ch]
1998 cleaned up conflicting declarations of
1999 imageview_show_image()
2001 2002-11-28 [paul] 0.8.6claws25
2003 * src/grouplistdialog.c
2005 src/prefs_summary_column.c
2006 a few more improvements to the English
2008 2002-11-28 [colin] 0.8.6claws24
2011 A few updates to command-line parameters
2013 2002-11-28 [colin] 0.8.6claws23
2015 * src/prefs_filtering.c
2016 Fix problems with prefs_filtering_delete_path:
2017 a) if the first rule is removed, original pointers
2018 weren't updated (leading to segfaults)
2019 b) it was always global_processing updated in case
2020 of removed path was parent of rule path
2022 2002-11-27 [paul] 0.8.6claws22
2028 src/prefs_customheader.c
2029 src/prefs_display_header.c
2030 src/prefs_filtering.c
2031 src/prefs_folder_item.c
2034 src/prefs_summary_column.c
2035 src/prefs_template.c
2037 improve the English in the GUI
2039 2002-11-27 [colin] 0.8.6claws21
2042 Fix processing renaming problems happening after
2045 2002-11-27 [colin] 0.8.6claws20
2048 recursive move now deletes src each subfolder after
2051 Use identifier instead of path during dnd (enables
2054 2002-11-27 [paul] 0.8.6claws19
2057 apply patch that does command-line processing
2058 BEFORE gtk_init, allowing claws to run from
2059 shell-scripts in non-X environment (e.g. crontab
2060 or ip-up, ip-down scripts). Patch submitted by
2061 Ruslan N. Balkin <baron@dartel.ru>
2064 updated by Alessandro Maestri
2066 2002-11-27 [paul] 0.8.6claws18
2068 * sync with 0.8.6cvs12
2070 Differences are that main uses a 'Receive dialog'
2071 frame on the Interface tab, whereas claws groups all
2072 the dialogs together in a 'Dialogs' frame.
2074 2002-11-27 [colin] 0.8.6claws17
2076 * src/prefs_matcher.c
2077 Fix Execute criteria's NOT flag
2080 2002-11-26 [christoph] 0.8.6claws16
2083 rewrite the ssl code a little bit, only use one
2084 SSL context, set default certificates' file/path
2086 2002-11-26 [thorsten] 0.8.6claws15
2089 default-reply-to didn't work for ml-reply
2091 2002-11-26 [melvin] 0.8.6claws14
2093 * src/prefs_actions.c
2094 Made pipe-actions ignore short headers in message view
2095 Made trailing-pipe-actions write in the message view with
2096 the same font as the original message
2098 2002-11-26 [paul] 0.8.6claws13
2101 this time commit the correct file
2103 2002-11-26 [paul] 0.8.6claws12
2105 * sync with 0.8.6cvs11
2106 src/quote_fmt_parse.y
2111 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2113 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
2116 see ChangeLog 2002-11-25 and 2002-11-26
2118 2002-11-26 [colin] 0.8.6claws11
2121 Fix collapsed folder not auto-expanding during
2122 mail dnd, if it was the source folder.
2124 2002-11-25 [colin] 0.8.6claws10
2126 * src/folderview.[ch]
2127 Variable renaming and cleaning (slist of nodes
2128 to be re-collapsed is stored in FolderView)
2130 2002-11-25 [paul] 0.8.6claws9
2132 * src/prefs_common.[ch]
2133 fix breakage caused by last commit
2135 2002-11-25 [paul] 0.8.6claws8
2137 * sync with 0.8.6cvs4
2138 see ChangeLog 2002-11-21
2140 2002-11-25 [paul] 0.8.6claws7
2142 * sync with 0.8.6cvs4
2143 see ChangeLog 2002-11-20
2145 2002-11-25 [paul] 0.8.6claws6
2147 * sync with 0.8.6cvs3
2148 see ChangeLog 2002-11-18
2150 2002-11-25 [colin] 0.8.6claws5
2153 Add gtkut_ctree_node_is_parent()
2155 Spring-loaded folders
2157 2002-11-25 [colin] 0.8.6claws4
2160 Add slist_concat_unique(), function to merge
2161 two GSList filtering dups
2163 * src/summaryview.[ch]
2166 Add detection/update/display of unread answers
2169 Add procmsg_find_children()
2170 Add procmsg_msg_has_marked_parent()
2172 2002-11-25 [colin] 0.8.6claws3
2174 * src/ssl_certificate.[ch]
2175 Allow checking a certificate without a DNS
2177 Allow to forget a cert (by deleting it)
2178 Make ssl_certificate_destroy_public
2179 * src/ssl_manager.[ch] ** NEW FILES **
2180 Gui to manage (display/remove) certificates
2181 * src/prefs_common.[ch]
2182 Add a pref to allow silent acceptation of
2183 trusted certificates or not (based on the
2184 "I want to know what's going on" principle)
2186 Add SSL manager in Tools menu
2188 Add the new files to the build
2190 Add ssl_manager.c to translations
2192 2002-11-25 [colin] 0.8.6claws2
2194 * src/summaryview.[ch]
2195 Add S_SEARCH_EXTENDED to the quick search, which
2196 allows to search using filtering syntax.
2198 2002-11-25 [colin] 0.8.6claws1
2201 Deletion of duplicates now prefer deleting
2202 the unread dup (fixes feature-request 638989).
2204 2002-11-24 [paul] 0.8.6claws
2210 updated by Ricardo Mones Lastra,
2211 Witold Wladyslaw Wojciech Wilk,
2212 Ruslan N. Balkin, and Urke MMI
2215 2002-11-24 [paul] 0.8.5claws182
2218 updated by George Danchev
2220 2002-11-23 [alfons] 0.8.5claws181
2223 tiny memory leak found by browsing Dimitar's
2226 2002-11-23 [paul] 0.8.5claws180
2229 updated by Alessandro Maestri
2231 2002-11-22 [christoph] 0.8.5claws179
2235 * src/prefs_filtering.c
2239 2002-11-22 [alfons] 0.8.5claws178
2242 summary_execute_delete_func(): if message is deleted, make
2243 sure to also remove its entry in the subject hash table.
2244 fixes a corner case bug.
2246 2002-11-22 [paul] 0.8.5claws177
2249 add 'autom4te.cache'
2251 * ltconfig ** REMOVED **
2254 2002-11-22 [paul] 0.8.5claws176
2257 textview_set_font(): fix for message display in
2258 UTF-8 locales (thanks to Sergey Vlasov).
2261 add new team members and contributors
2264 2002-11-21 [colin] 0.8.5claws175
2267 Add procmsg_remove_special_headers()
2269 Use procmsg_remove_special_headers() for
2272 2002-11-21 [colin] 0.8.5claws174
2275 Fix moving/copying from queue/draft folders
2278 2002-11-21 [christoph] 0.8.5claws173
2284 * src/matcher_parser_lex.[hl]
2286 * src/mbox_folder.[ch]
2287 * src/prefs_filtering.c
2289 * src/quote_fmt_lex.l
2291 fix all warnings except the warnings in lex and yacc files
2293 2002-11-20 [christoph] 0.8.5claws172
2296 fix MsgInfo retrieval for IMAP draft and queue folders
2297 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2299 2002-11-19 [christoph] 0.8.5claws171
2302 fix segfault, when draft saving does not get
2303 the MsgInfo of the new message
2304 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2306 2002-11-19 [christoph] 0.8.5claws170
2309 add parameter check for flag setting function
2310 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2312 2002-11-18 [paul] 0.8.5claws169
2315 more sensitivity fixes to redirect mode:
2316 * disable toolbar draft button
2317 * allow only Address book in the Tools menu
2318 * disable editing of message by the spell
2321 2002-11-18 [paul] 0.8.5claws168
2324 fix sensitivity of menu items in compose_redirect():
2325 allow only the necessary items
2327 2002-11-18 [paul] 0.8.5claws167
2330 fix bug [ 603259 ] 'attachment got lost on bounce'
2332 2002-11-18 [paul] 0.8.5claws166
2335 updated by Ruslan N. Balkin <baron@dartel.ru>
2337 2002-11-18 [colin] 0.8.5claws165
2341 Remove old filtering stuff
2344 2002-11-17 [oliver] 0.8.5claws164
2347 remove not needed typedef
2349 2002-11-17 [oliver] 0.8.5claws163
2352 make toolbar's on click events translatable
2354 2002-11-15 [colin] 0.8.5claws162
2357 Revert too-soon integration of a feature
2359 2002-11-15 [christoph] 0.8.5claws161
2362 use main's implementation of imap_get_msginfo
2364 2002-11-15 [christoph] 0.8.5claws160
2374 replace claws' fetch_msginfo with main's get_msginfo
2375 (use main's implementation where possible)
2377 2002-11-15 [colin] 0.8.5claws159
2379 * src/ssl_certificate.c
2382 2002-11-16 [melvin] 0.8.5claws158
2385 Updated French translations.
2387 2002-11-16 [colin] 0.8.5claws157
2389 * src/ssl_certificate.c
2390 Check for missing parts in the certificates
2392 2002-11-15 [colin] 0.8.5claws156
2395 Preventive fix (missing check) found by
2401 sync with 0.8.6 release
2403 2002-11-15 [colin] 0.8.5claws155
2407 Fix error handling of folder_item_move_to()
2410 2002-11-15 [colin] 0.8.5claws154
2414 folder_item_move_to() sets an error message instead
2415 of having GUI stuff in folder.c
2417 2002-11-15 [colin] 0.8.5claws153
2420 Implemented a callback for MsgInfo updates,
2421 heavily copy/pasted from Christoph's folder
2423 * src/summaryview.[ch]
2424 Register summary_update_msg as callback
2426 2002-11-14 [colin] 0.8.5claws152
2429 Update the FolderItem after sending (fixes 617593)
2431 2002-11-14 [christoph] 0.8.5claws151
2434 fix wrong position of NULL pointer check found
2437 2002-11-14 [christoph] 0.8.5claws150
2440 fix segfault when deleting messages from IMAP folders
2441 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2443 2002-11-14 [colin] 0.8.5claws149
2446 Forwarding was also ignoring the folder's default account.
2448 2002-11-14 [colin] 0.8.5claws148
2451 Fix sent folder not set to folder properties when
2454 2002-11-14 [thorsten] 0.8.5claws147
2457 inc_start(): Files were not moved from .processing to inbox,
2458 if no global processing rule existed
2460 2002-11-14 [colin] 0.8.5claws146
2462 * src/ssl_certificate
2465 2002-11-14 [paul] 0.8.5claws145
2468 updated by Alessandro Maestri
2470 2002-11-13 [alfons] 0.8.5claws144
2473 folder_item_close(): only mark messages unread
2474 when a folder has new messages
2476 2002-11-13 [keith] 0.8.5claws143
2479 Fix problem moving or copying between
2482 2002-11-13 [colin] 0.8.5claws142
2484 * src/matcher_parser_parse.y
2485 Fix rule problem when " don't match
2487 2002-11-13 [christoph] 0.8.5claws141
2491 moved cache saving to folder_item_close
2492 the folderview should not have to deal with
2495 2002-11-13 [christoph] 0.8.5claws140
2498 moved setting of important score to
2499 summary_set_prefs_from_folderitem
2501 2002-11-13 [colin] 0.8.5claws139
2503 * src/matcher_parser_parse.y
2504 Fix a segfault in the parser (happening when
2505 a good expression had been tested and a bad
2508 2002-11-13 [paul] 0.8.5claws138
2510 * sync with 0.8.5cvs24
2511 see ChangeLog 2002-11-13
2514 updated by Fabio Jr. Beneditto
2516 2002-11-13 [colin] 0.8.5claws137
2521 Revert last commit, problem
2523 2002-11-13 [colin] 0.8.5claws136
2526 Remove duplicated code
2528 Bumped CACHE_VERSION and MARK_VERSION
2530 Network endian for cache and mark files
2532 2002-11-12 [colin] 0.8.5claws135
2535 Fix the "socket error" dialog which disappeared
2537 2002-11-12 [colin] 0.8.5claws134
2540 Reverse last commit which had performance
2541 problems, but still reverse the list
2543 2002-11-12 [colin] 0.8.5claws133
2548 2002-11-12 [melvin] 0.8.5claws132
2551 Added a check for a NULL prefs_common.dictionary
2553 2002-11-12 [colin] 0.8.5claws131
2555 * src/ssl_certificate.[ch]
2558 2002-11-12 [colin] 0.8.5claws130
2560 * src/ssl_certificate.[ch]
2561 Take connection port into account for
2562 checking certificates (a single hostname
2563 could have multiple servers with multiple
2566 Pass the port to ssl_certificate_check
2568 2002-11-12 [paul] 0.8.5claws129
2571 fix a typo in last commit
2573 2002-11-12 [paul] 0.8.5claws128
2575 * sync with 0.8.5cvs23
2576 see ChangeLog entry 2002-11-12
2578 2002-11-11 [colin] 0.8.5claws127
2580 * src/ssl_certificate.c
2582 Don't popup, instead log error, if the
2583 corresponding pref is checked
2584 * src/ssl_certificate.h
2585 include <openssl/objects/h>
2587 2002-11-11 [colin] 0.8.5claws126
2589 * src/ssl_certificate.h
2592 2002-11-11 [colin] 0.8.5claws125
2594 * src/ssl_certificate.c
2597 2002-11-11 [colin] 0.8.5claws124
2601 * src/ssl_certificate.[ch]
2602 Cleaned a bit (better use of SSL API)
2603 (This will cause non-recognition of saved
2604 certificates of claws12[23]...)
2606 2002-11-11 [paul] 0.8.5claws123
2609 updated by Ricardo Mones Lastra
2611 2002-11-11 [colin] 0.8.5claws122
2616 2002-11-11 [colin] 0.8.5claws121
2618 * src/ssl_certificate.[ch] ** NEW FILES **
2620 Check SSL certificates presented to us
2622 Add ssl_certificate.[ch]
2624 Add ssl_certificate.c
2626 2002-11-11 [paul] 0.8.5claws120
2628 * sync with 0.8.5cvs22
2629 see ChangeLog 2002-11-11
2631 2002-11-11 [paul] 0.8.5claws119
2633 * sync with 0.8.5cvs21
2634 see ChangeLog 2002-11-11
2636 2002-11-10 [jens] 0.8.5claws118
2640 corrected some typing
2642 updated german translation
2644 cleaned up specfile and adjusted it for claws
2646 2002-11-10 [colin] 0.8.5claws117
2649 a STATUSBAR_PUSH/POP fix
2651 2002-11-10 [colin] 0.8.5claws116
2653 * src/prefs_folder_item.c
2654 Fix hanging after opening folder properties
2656 2002-11-10 [hoa] 0.8.5claws115
2658 * src/matcher_parser_lex.l
2659 * src/matcher_parser_parse.y
2660 config file for scoring and filtering is no more trashed
2661 when there is a syntax error in a filtering rule when
2662 editing it in a dialog.
2664 2002-11-09 [colin] 0.8.5claws114
2667 Added missing initialisation of folder->destroy()
2669 2002-11-09 [colin] 0.8.5claws113
2673 Fix the status bar messages
2675 2002-11-09 [colin] 0.8.5claws112
2678 Fix hangs after folder dnd, happening after
2681 2002-11-09 [christoph] 0.8.5claws111
2684 just changed order of calls (reverse order of
2687 lock inc when checking only one account, otherwise
2688 inc all could be executed at the same time
2690 2002-11-09 [christoph] 0.8.5claws110
2693 better unlock the mouse cursor before calling
2694 summary_show because it changes the cursor too
2696 2002-11-09 [christoph] 0.8.5claws109
2700 add functions to open and close a folder
2701 o opending will execute scanning for remote folders
2703 o closing will unset new flag for messages
2705 2002-11-09 [colin] 0.8.5claws108
2708 Add a call to prefs_matcher_write_config to
2709 avoid non-leaf folders filtering settings to be
2712 2002-11-09 [paul] 0.8.5claws107
2714 * src/prefs_account.c
2717 2002-11-09 [colin] 0.8.5claws106
2722 2002-11-09 [colin] 0.8.5claws105
2725 Fix prefs_filtering deletion for MH folders (same
2727 * src/prefs_filtering.c
2728 Fix prefs_filtering renaming and deletion for
2729 folder-based processing rules.
2731 2002-11-09 [christoph] 0.8.5claws104
2735 * src/folderview.[ch]
2741 * src/prefs_folder_item.c
2744 implement a callback system for folder item updates
2746 2002-11-09 [colin] 0.8.5claws103
2749 Fix prefs_filtering renaming for MH folders (we
2750 shouldn't rename by path as another folder could
2751 have the same hierarchy).
2753 2002-11-09 [colin] 0.8.5claws102
2756 Fix a leak found by Christoph, use better variable
2759 2002-11-09 [colin] 0.8.5claws101
2762 One more fix for processing rules
2764 2002-11-08 [colin] 0.8.5claws100
2767 Don't copy the compiled regexp (will be reevaluated)
2769 Lock folderview while moving
2771 Provide info on what's happening to the user
2773 2002-11-08 [colin] 0.8.5claws99
2776 Fix folder reordering after a move if parent is
2779 Add function to copy a ScoringProp
2780 * src/prefs_folder_item.c
2781 Copy scoring rules when copying a folder prefs
2783 2002-11-08 [colin] 0.8.5claws98
2786 Fixes in case of failure
2787 * src/filtering.[ch]
2788 Add function to duplicate a FilteringProp
2790 Add function to duplicate a MatcherProp
2791 * src/prefs_folder_item.c
2792 Save folder's processing rules when copying
2795 2002-11-08 [colin] 0.8.5claws97
2800 Change a printf to debug_print
2802 2002-11-08 [colin] 0.8.5claws96
2806 Fix segfaults, call me stupido
2809 2002-11-08 [colin] 0.8.5claws95
2812 Added forgotten prefs to save when moving folders
2814 2002-11-08 [colin] 0.8.5claws94
2817 Fixes to folder DND (prefs copy)
2819 Optimization for folder DND (don't rescan whole tree)
2820 Added folderview_create_folder_node() for this
2821 optimization, so de-duped a bit the code
2822 * src/prefs_folder_item.[ch]
2823 Added prefs_folder_item_copy_prefs()
2825 2002-11-08 [paul] 0.8.5claws93
2827 * src/prefs_account.c
2829 tools/kmail2sylpheed_v2.pl
2832 2002-11-08 [paul] 0.8.5claws92
2835 src/prefs_account.[ch]
2836 remove account options 'clearsign' and 'ascii_armored',
2837 replace with 'default_gnupg_mode' to prevent mixed-mode
2840 2002-11-08 [paul] 0.8.5claws91
2843 re-implement GnuPG 'on-the-fly' mode selection,
2846 2002-11-08 [colin] 0.8.5claws90
2849 src/prefs_folder_item.c
2850 Change "Property" to "Properties"
2852 2002-11-07 [colin] 0.8.5claws89
2856 Allow folder dropping to a root folder
2858 2002-11-07 [paul] 0.8.5claws88
2863 2002-11-07 [paul] 0.8.5claws87
2866 fix reply-to-list bug. closes bug report
2867 "[633382] reply-to-list broken in recent cvs"
2869 2002-11-07 [paul] 0.8.5claws86
2872 add a forgotten '#if USE_GPGME ... #endif'
2874 2002-11-07 [paul] 0.8.5claws85
2876 * sync with 0.8.5cvs20
2877 see ChangeLog 2002-11-07
2879 2002-11-07 [colin] 0.8.5claws84
2882 Change folder_item_move_to to return the newly
2885 Select the new folderitem after moving.
2887 2002-11-07 [colin] 0.8.5claws83
2889 * src/prefs_filtering.c
2890 Fix rule rewriting when moving a leaf folder to a
2893 2002-11-07 [colin] 0.8.5claws82
2895 * src/prefs_filtering.c
2898 2002-11-07 [colin] 0.8.5claws81
2901 Add folder_item_move_to() function to move a
2902 folderitem into another one (updates matcher etc)
2904 Add folder drag'n drop (context menu to come)
2905 [Should be dataloss free, but Please backup before
2908 2002-11-06 [colin] 0.8.5claws80
2911 mh_create_folder() returns NULL if can't create
2914 2002-11-06 [paul] 0.8.5claws79
2917 allow 'on-the-fly' changing of the type of encryption
2918 and/or signing used (mime/ascii) via the compose window
2920 2002-11-06 [paul] 0.8.5claws78
2922 * sync with 0.8.5cvs19
2923 see ChangeLog 2002-11-06 for src/account.c:
2924 account_get_special_folder()
2926 2002-11-05 [alfons] 0.8.5claws77
2929 very minor cleanups: nothing to see here, move on. :-)
2931 2002-11-05 [colin] 0.8.5claws76
2934 Changes choices if compose windows are opened to
2935 Discard, Draft, Don't quit
2937 2002-11-05 [thorsten] 0.8.5claws75
2940 reenabled default_reply_to folder option
2942 2002-11-05 [colin] 0.8.5claws74
2949 add clean_quit() for the SIGTERM handler
2951 2002-11-05 [paul] 0.8.5claws73
2954 updated by Ricardo Mones Lastra
2956 2002-11-05 [melvin] 0.8.5claws72
2959 Fixed log-clipping bug #616795.
2960 To stop logging in the log window use 0 length.
2961 * src/prefs_common.c
2962 Added a label to inform about the 0 log length behaviour.
2964 2002-11-05 [paul] 0.8.5claws71
2966 * sync with 0.8.5cvs17
2967 see ChangeLog 2002-11-05
2969 2002-11-04 [paul] 0.8.5claws70
2971 * sylpheed-128x128.png
2974 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2975 <nikai@users.sourceforge.net>
2978 updated by George Danchev
2980 2002-11-03 [thorsten] 0.8.5claws69
2985 add check if gpg is active
2987 2002-11-03 [thorsten] 0.8.5claws68
2990 removed GSList declaration causing trouble on MacOS-X
2991 (submitted by alfons, reported by xfesty)
2993 2002-11-01 [paul] 0.8.5claws67
2996 remove last remnants of main's filter code
2998 2002-11-01 [paul] 0.8.5claws66
3000 * tools/filter_conv.pl
3001 fix bug where user-defined headers were ignored
3003 2002-11-01 [paul] 0.8.5claws65
3006 make a debug_print() not translatable
3008 2002-10-31 [melvin] 0.8.5claws64
3011 Fixed --disable-aspell-test. Now --disable-aspell-test will
3012 not run any GNU/aspell test. The dictionary path will
3013 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
3014 was given, in which case, it will be $prefix/lib/aspell/
3016 Fixed typo in commentary (Aspell code).
3018 2002-10-31 [paul] 0.8.5claws63
3021 remove src/filter.c and src/prefs_filter.c
3022 thanks to Ricardo for reminding me
3024 2002-10-31 [colin] 0.8.5claws62
3029 2002-10-31 [paul] 0.8.5claws61
3031 * src/prefs_filter.[ch] ** REMOVED **
3032 src/filter.[ch] ** REMOVED **
3041 src/prefs_filtering.c
3042 src/summaryview.[ch]
3043 remove main's 'filter' code
3046 update to reflect removal of main's filter
3048 2002-10-31 [paul] 0.8.5claws60
3051 remove check for global_processing in summary_filter_open().
3052 This fixes the bug where if the user uses the right-click
3053 'Create filter rule...' and doesn't have any filter rules
3054 already defined in claws' advanced filtering, the newly
3055 created filter rule goes to main's filtering which is
3056 inaccessible through the gui. Now the filter rule gets added
3057 to claws' filtering by default.
3059 2002-10-28 [melvin] 0.8.5claws59
3061 * src/prefs_actions.c
3062 Fixed bug #627322 where MIME parts were not always
3063 correctly passed to a %p action
3064 Display an error dialog when message filename is not found.
3066 2002-10-28 [melvin] 0.8.5claws58
3068 * src/prefs_common.c
3069 Readded a missing function declaration lost in 0.8.3claws34
3071 2002-10-28 [paul] 0.8.5claws57
3073 * sync with 0.8.5cvs15
3074 see ChangeLog 2002-10-28 and 2002-10-25
3076 Note: ChangeLog entry 2002-10-24 is not sync'ed.
3078 2002-10-27 [oliver] 0.8.5claws56
3081 plug leak in pop3_top_recv
3083 2002-10-26 [christoph] 0.8.5claws55
3086 set need_update folder flag when messages are added
3087 (closes bug [ 626922 ] folder not updated after receiving)
3089 2002-10-25 [melvin] 0.8.5claws54
3092 Fixed a memleak introduced in the scaling code.
3094 2002-10-24 [alfons] 0.8.5claws53
3097 make filtering's forward message action forward from the
3099 (closes bug [628089 ] Filter -> Forward from address problem
3102 2002-10-24 [christoph] 0.8.5claws52
3106 o use manual of current locale or english if current
3107 locale is not available (and english is available)
3108 o also link to sylpheed doc project manuals
3110 2002-10-23 [paul] 0.8.5claws51
3113 tools/kmail2sylpheed_v2.pl
3114 add new version of kmail addressbook importer script.
3115 works with newer versions of Kmail/KAddressBook which
3116 have new and rearranged data.
3118 2002-10-23 [martin] 0.8.5claws50
3124 added length parameter to get_abbrev_newsgroup_name()
3125 changed this function so that it abbreviates the newsgroup
3126 names only so long it is smaller than the length parameter
3127 (for better reading of some newsgroup names and space efficiency)
3129 2002-10-22 [colin] 0.8.5claws49
3132 Revert Alfons' last modification (after voting ;-))
3134 2002-10-21 [alfons] 0.8.5claws48
3137 folder view in folder selection dialog reflects state of
3138 folder view in main window
3140 2002-10-18 [alfons] 0.8.5claws47
3143 drop imported messages in folder selected by user,
3144 and not in the inbox
3145 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
3147 2002-10-18 [alfons] 0.8.5claws46
3150 make automagic reply work correctly for email accounts
3151 (whether it's viable to do a full sync with Hiro's
3152 compose.c is still under discussion)
3154 2002-10-18 [melvin] 0.8.5claws45
3156 * src/prefs_actions.c
3157 Fixed bug #622275 where asynchroneous actions left
3159 Made (synchroneous) actions' input be displayed live.
3161 2002-10-18 [christoph] 0.8.5claws44
3164 don't add a newline in the textview in front of the
3165 first textpart if header display is disabled
3166 (closes bug [ 603385 ] disabled header display leaves blank
3169 2002-10-18 [christoph] 0.8.5claws43
3176 folder->get_num_list now returns an error code
3177 (closes bug [ 609424 ] News cache cleared on failure)
3179 2002-10-17 [colin] 0.8.5claws42
3182 Changed a printf by debug_print
3186 * tools/OOo2sylpheed.pl
3187 allow for spaces in the name of the
3188 file to be attached.
3190 2002-10-16 [colin] 0.8.5claws41
3193 Use a tristate to change online mode
3195 2002-10-16 [paul] 0.8.5claws40
3198 updated by Ricardo Mones Lastra
3200 2002-10-16 [colin] 0.8.5claws39
3204 Added --online and --offline command-line
3207 2002-10-15 [christoph] 0.8.5claws38
3210 set mimeinfo->name to NULL after g_free to
3211 avoid double freeing with g_free
3213 2002-10-14 [christoph] 0.8.5claws37
3218 remove calls to folder->change_flags that are now
3219 done by procmsg flag functions (seems it is not
3220 used by any foldertype anyway)
3222 init folder->change_flags with NULL
3224 2002-10-14 [christoph] 0.8.5claws36
3228 use virtual functions for folder item new and destroy
3231 2002-10-14 [melvin] 0.8.5claws35
3234 Added a test to not run the spell checker if no default
3235 dictionary is available. No dialog is displayed though.
3237 2002-10-14 [melvin] 0.8.5claws34
3240 Fixed bug in dictionary list context menu where
3241 "More..." pointed to an emtpy submenu if the
3242 number of dictionaries is a multiple of 15
3243 Removed unneeded code in suggestions list creation
3245 2002-10-14 [paul] 0.8.5claws33
3248 updated by George Danchev
3250 2002-10-13 [hoa] 0.8.5claws32
3253 src/matcher_parser_parser.y
3254 removed the escaped string from internal structure
3257 2002-10-12 [colin] 0.8.5claws31
3259 * src/gtksctree.[ch]
3261 Removed useless function gtksctree_reanchor
3263 2002-10-12 [alfons] 0.8.5claws30
3265 * sync with remaining main changes 2002-10-09 - 2002-10-11
3266 - drop changes to src/compose.c (requires claws specific changes)
3268 2002-10-12 [alfons] 0.8.5claws29
3270 * sync with main changes of 2002-10-08
3271 - drop changes to src/compose.c (requires claws specific changes)
3272 - drop changes to src/summaryview.c (requires changes to compose.c)
3274 2002-10-12 [alfons] 0.8.5claws28
3276 * sync with main changes of 2002-10-07
3278 2002-10-12 [alfons] 0.8.5claws27
3280 * sync with main changes of 2002-10-04
3281 - drop changes to src/compose.c (requires claws specific changes)
3282 - drop changes to src/prefs_folder_item.c (claws implementation
3283 seems to be working)
3285 2002-10-12 [colin] 0.8.5claws26
3288 Fix folder-flicker when space-reading, introduced
3291 2002-10-12 [colin] 0.8.5claws25
3294 Save account address when saving as draft.
3297 2002-10-12 [colin] 0.8.5claws24
3300 Fix the problem consisting of no message selected
3301 after the last message in a folder has been moved.
3303 2002-10-12 [paul] 0.8.5claws23
3306 src/prefs_template.c
3308 add Cc and Bcc to templates. Patch submitted by
3311 2002-10-12 [colin] 0.8.5claws22
3314 Fix a bug after "Check for new messages":
3315 If a folder was opened, it was still selected at
3316 the end of the check, but displayed empty.
3318 Remove unnecessary check
3323 be more verbose in the description of
3327 2002-10-11 [colin] 0.8.5claws21
3330 Make space work (better) when no mail is selected
3332 2002-10-11 [colin] 0.8.5claws20
3338 2002-10-11 [colin] 0.8.5claws19
3341 revert 0.8.5claws6 changes as i couldn't get to
3344 2002-10-11 [melvin] 0.8.5claws18
3347 Removed buggy and unused macro (should have been committed in
3350 2002-10-11 [melvin] 0.8.5claws17
3353 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3355 2002-10-11 [thorsten] 0.8.5claws16
3358 remove rescan warning
3360 2002-10-11 [colin] 0.8.5claws15
3363 fix a segfault that happens if conv_unmime_header
3364 fails (should be better to find out why it fails)
3366 2002-10-11 [christoph] 0.8.5claws14
3369 update folderview stats after ignore/unignore thread
3371 2002-10-11 [hoa] 0.8.5claws13
3373 * src/quote_fmt_parse.y
3374 Fixed a yacc/bison syntax error
3376 Escaping of string is fixed.
3378 2002-10-11 [colin] 0.8.5claws12
3381 Resize images to fit
3383 2002-10-11 [paul] 0.8.5claws11
3386 updated by Ricardo Mones Lastra
3388 2002-10-10 [alfons] 0.8.5claws10
3391 allow dropping files by "moving" files from a file manager,
3392 not only by the more cumbersome "copying". the latter
3393 mostly implies holding down the Control button
3395 2002-10-10 [christoph] 0.8.5claws9
3398 update folders after thread building for ignored threads
3400 2002-10-10 [christoph] 0.8.5claws8
3404 * src/filtering.[ch]
3406 * src/folderview.[ch]
3411 * src/summaryview.[ch]
3412 o added new flag need_update to FolderItem
3413 o removed folder_table from various functions from tracking
3415 o set need_update flags in folder.c's move, copy and delete
3416 functions and procmsg's flags functions
3417 o added function folderview_update_items_when_required that
3418 updates all folders with need_update set
3419 o call folderview_update_items_when_required instead of
3420 folderview_update_item_foreach
3422 2002-10-09 [sergey] 0.8.5claws7
3425 Strip CRs whel loading the text into editor in reedit mode.
3427 2002-10-09 [colin] 0.8.5claws6
3430 Make Space work when no mail is selected
3432 2002-10-09 [colin] 0.8.5claws5
3434 * src/gtksctree.[ch]
3436 Add gtk_sctree_reanchor()
3438 Use gtk_sctree_reanchor() - better fix for
3441 2002-10-09 [colin] 0.8.5claws4
3444 Fix shift-click select after delete problem
3447 2002-10-08 [thorsten] 0.8.5claws3
3450 exclude current msg from -hide read messages-
3452 2002-10-08 [colin] 0.8.5claws2
3457 Differentiate socket errors from disk full
3460 2002-10-08 [christoph] 0.8.5claws1
3464 modifications for new config directory
3466 * config.guess ** REMOVED **
3467 * config.sub ** REMOVED **
3468 * install-sh ** REMOVED **
3469 * ltmain.sh ** REMOVED **
3470 * missing ** REMOVED **
3471 * mkinstalldirs ** REMOVED **
3472 these files are autogenerated by automake
3473 when you run autogen.sh
3475 * config/.cvsignore ** NEW FILE **
3476 * config/Makefile.am ** NEW FILE **
3477 ignore autogenerated files
3478 create a Makefile in this directory
3480 2002-10-08 [paul] 0.8.5claws
3482 * 0.8.5claws release
3487 fix quote reply format for newsgroups reply bug
3492 updated by me and Witold Wladyslaw Wojciech Wilk
3495 2002-10-07 [paul] 0.8.3claws53
3500 updated messages catalogs, submitted by
3501 Alessandro Maestri, Fabio Jr.Beneditto
3502 and Urke MMI, respectively.
3504 2002-10-07 [christoph] 0.8.3claws52
3509 fix new folder ghost message bug
3510 (closes bug [ 619722 ] wrong count for newly created folders)
3512 2002-10-07 [christoph] 0.8.3claws51
3515 fix news posting problem
3517 2002-10-07 [melvin] 0.8.3claws50
3520 Updated French translation
3522 2002-10-05 [christoph] 0.8.3claws49
3525 check if line_start_cache is set in gtk_stext_update_text
3526 (closes bug [ 618119 ] crash while doing search in folder)
3528 2002-10-05 [christoph] 0.8.3claws48
3534 implement cache cleanups for claws' folder system
3535 (closes bug [ 595916 ] imapcache not cleaned up)
3537 2002-10-05 [melvin] 0.8.3claws47
3539 * src/prefs_actions.c
3540 Made the help text more clear for the %p token
3542 2002-10-04 [paul] 0.8.3claws46
3545 see ChangeLog 2002-10-02 and 2002-10-03
3547 2002-10-04 [christoph] 0.8.3claws45
3550 fix segfault caused by pop before smtp
3551 call to inc_account_mail with NULL
3554 2002-10-04 [paul] 0.8.3claws44
3557 sync the LDAP detection from 0.8.5cvs1
3559 2002-10-02 [christoph] 0.8.3claws43
3562 fix small spelling error
3564 2002-10-02 [melvin] 0.8.3claws42
3567 Behave better and say "no" when test program cannot be run.
3569 2002-10-02 [paul] 0.8.3claws41
3571 * sync with 0.8.4cvs1
3572 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3575 toggle the behavior of Reply menuitem between
3576 normal reply and reply-to-list
3578 2002-10-01 [sergey] 0.8.3claws40
3581 Convert newlines in the message text to the canonical form
3582 before base64 encoding (RFC2045 compliance, fixes some
3583 interoperability issues with Evolution 1.0.3)
3585 2002-09-29 [colin] 0.8.3claws39
3588 Fix an unwanted copy/paste
3590 2002-09-29 [colin] 0.8.3claws38
3593 Renamed "Custom toolbar" to "Customize toolbar"
3594 Renamed "Show all header" to "Show all headers"
3595 Renamed "Set diplay item" to "Set displayed items"
3596 * src/prefs_common.c
3597 Renamed "Show all header" to "Show all headers"
3598 * src/prefs_summary_column.c
3599 Renamed "diplay item" to "displayed items"
3601 2002-09-29 [colin] 0.8.3claws37
3603 * src/mainwindow.[ch]
3604 online/offline status pixmaps follow theme
3606 * src/summaryview.[ch]
3607 quicksearch pixmap follows theme changes
3609 2002-09-29 [thorsten] 0.8.3claws36
3612 src/prefs_folder_item.[ch]
3613 add default_reply_to folder option (closes patch 581044)
3615 2002-09-29 [christoph] 0.8.3claws35
3617 * acconfig.h ** REMOVED **
3621 * ac/gnupg-check-typedef.m4
3622 fix autoheader 2.50 warning
3624 2002-09-29 [christoph] 0.8.3claws34
3626 * major code cleanup (part 2)
3628 - unused variables removed
3629 - unused functions removed
3630 - uninitialized variables checked
3631 - missing return statements added
3632 - missing function return types added
3633 - added parentheses around assignment
3634 when suggested by gcc
3636 2002-09-29 [alfons] 0.8.3claws33
3639 log_window_clear(): only bracket gtk_text_forward_delete()
3640 with gtk_text_freeze() / gtk_text_thaw() (see if this
3641 works around GTK text bug)
3643 2002-09-29 [paul] 0.8.3claws32
3647 updated by George Danchev and Urke MMI
3650 2002-09-27 [christoph] 0.8.3claws31
3652 * doc-src/readme.txt
3653 * doc-src/rfc1806.txt ** REMOVED **
3654 * doc-src/rfc2183.txt ** NEW FILE **
3655 * doc-src/rfc2980.txt ** NEW FILE **
3658 2002-09-27 [melvin] 0.8.3claws30
3661 Fixed typo which could break linking
3663 2002-09-27 [melvin] 0.8.3claws29
3666 Improved GNU/aspell checking.
3669 2002-09-27 [paul] 0.8.3claws28
3671 * sync with 0.8.3cvs8
3672 see ChangeLog 2002-09-27
3674 2002-09-26 [colin] 0.8.3claws27
3678 Add "Reply to Mailing-list" to the toolbar
3680 2002-09-26 [christoph] 0.8.3claws26
3683 Fix wrong message counts in summaryview status
3685 2002-09-26 [paul] 0.8.3claws25
3687 * sync with 0.8.3cvs7
3688 see ChangeLog 2002-09-26
3690 2002-09-26 [paul] 0.8.3claws24
3692 * sync with 0.8.3cvs6
3693 see ChangeLog 2002-09-25
3695 2002-09-25 [christoph] 0.8.3claws23
3697 * src/prefs_common.c
3698 * src/prefs_folder_item.c
3699 * src/prefs_scoring.c
3700 Renamed "kill score" to "hide score" in GUI
3703 2002-09-25 [paul] 0.8.3claws22
3705 * sync with 0.8.3cvs5
3706 see ChangeLog 2002-09-24
3708 2002-09-24 [alfons] 0.8.3claws21
3710 patch by Satoshi Nagayasu: allows appending / saving multiple
3711 selected files (closes "[ 612279 ] save multiple mesg(s) in
3715 add Satoshi Nagayasu
3717 summary_save_as(): allow saving selected files to
3719 summary_set_menu_sensitive: enable "Save As..." when
3720 multiple files are selected
3722 append_file(): new function
3724 2002-09-24 [colin] 0.8.3claws20
3727 Fix segfault when mimeinfo doesn't have a
3730 2002-09-24 [colin] 0.8.3claws19
3732 * src/prefs_common.[ch]
3733 Add a preference to display send dialog or not
3735 Display send dialog according to preference
3737 2002-09-24 [colin] 0.8.3claws18
3740 Disable user actions when sending
3742 2002-09-24 [colin] 0.8.3claws17
3745 Do not display name or filename for attachments
3746 with an application/pgp-signature type
3747 (security flaw, see bug 537413)
3749 2002-09-23 [colin] 0.8.3claws16
3752 Initialize entry_email, entry_alias and
3753 entry_remarks to first email address of the list
3755 2002-09-23 [colin] 0.83claws15
3758 Drop pgp-signature when reediting a signed queued
3761 2002-09-23 [melvin] 0.8.3claws14
3764 Updated French translation
3766 2002-09-23 [melvin] 0.8.3claws13
3769 Made custom toolbar menu labels more consistent
3770 * src/prefs_toolbar.c
3771 Made custom toolbar window title more consistent
3773 2002-09-22 [colin] 0.8.3claws12
3776 Initialize session type to normal before getting
3777 mail (fixes strange Get behaviour)
3778 * src/prefs_account.h
3779 Move STYPE_POP_BEFORE_SMTP to last position to
3780 avoid other side-effects
3782 2002-09-22 [colin] 0.8.3claws11
3784 * src/prefs_account.c
3785 Fix pop_bfr_smtp_tm_entry sensivity when switching
3786 from pop3 to apop or vice-versa
3788 2002-09-22 [colin] 0.8.3claws10
3790 * src/prefs_account.[ch]
3791 Add an option for the POP before SMTP timeout
3793 Remember time of last POP connection
3795 Do POP before SMTP only if timeout reached
3797 2002-09-22 [oliver] 0.8.3claws9
3800 explain custom toolbar
3802 2002-09-22 [oliver] 0.8.3claws8
3804 * src/prefs_actions.[ch]
3805 custom toolbar for compose
3806 actions callback from compose toolbar
3808 remove include toolbar.h
3810 2002-09-22 [oliver] 0.8.3claws7
3812 * src/prefs_toolbar.[ch]
3813 custom toolbar for compose
3814 - generic prefs_toolbar handles both
3815 Mainwin's toolbar as well as Compose toolbar
3817 2002-09-22 [oliver] 0.8.3claws6
3820 custom toolbar for compose
3821 restructure toolbar.[ch]
3823 2002-09-22 [oliver] 0.8.3claws5
3826 custom toolbar for compose
3828 2002-09-22 [oliver] 0.8.3claws4
3830 * src/mainwindow.[ch]
3831 custom toolbar for compose
3832 move mainwin toolbar back to mainwindow
3834 2002-09-22 [alfons] 0.8.3claws3
3841 2002-09-22 [alfons] 0.8.3claws2
3844 procmsg_save_to_outbox(): don't unlink message file from queue;
3845 callers should do it using folder_item_remove_msg()
3847 2002-09-22 [colin] 0.8.3claws1
3850 Made mimeview_check_signature() public
3852 Made GPG signatures verifiable by clicking
3853 the [application/pgp-signature] in the Text
3856 2002-09-22 [paul] 0.8.3claws
3865 updated translations, submitted by George Danchev,
3866 me, Ricardo Mones Lastra, Alessandro Maestri,
3867 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
3868 and Urke MMI, respectively.
3870 2002-09-22 [alfons] 0.8.2claws65
3874 no furry valgrinds have been used to plug these memleaks
3876 2002-09-20 [paul] 0.8.2claws64
3878 * sync with 0.8.3cvs4
3879 'Select thread' re-implemented
3880 see ChangeLog 2002-09-20
3882 2002-09-21 [alfons] 0.8.2claws63
3885 compose_send(): plug unnoticed memleak
3887 2002-09-20 [alfons] 0.8.2claws62
3890 replace_address_in_edit(): strict check for NULL address to
3891 fix "[ 607348 ] Segfault in address completion". My guess is
3892 that this happens with an empty address book, but it's good
3893 to have this check here anyway
3895 completion_window_button_press(): free string returned
3896 from the internal cache
3898 2002-09-20 [christoph] 0.8.2claws61
3901 added ENC_BINARY to EncodingType
3903 the string returned by procmime_get_encoding_str
3904 should not depend on the order of values in the
3905 EncodingType definition
3906 * doc-src/rfc1806.txt ** NEW FILE **
3907 Added rfc1806 about MIME Content-Disposition
3910 2002-09-19 [paul] 0.8.2claws60
3912 * sync with 0.8.2cvs3
3913 see ChangeLog 2002-09-19
3915 2002-09-19 [paul] 0.8.2claws59
3917 * src/prefs_folder_item.c
3918 revert to Darko's original alignment of colour
3920 add a colon to folder_color label
3923 add Colin's patch (with Hiro's modifications) to
3924 force BASE64 encoding for 8-bit text when signing
3925 (sync with 0.8.3cvs2)
3927 2002-09-18 [alfons] 0.8.2claws58
3932 (beautify a little bit)
3934 2002-09-18 [christoph] 0.8.2claws57
3937 fix handling of fgetc return value
3939 2002-09-17 [alfons] 0.8.2claws56
3942 summary_sort(): check non-NULL summaryview->folder_item when no
3943 folder is selected at all
3944 (closes "[ 610344 ] sort label make syl Crash")
3946 2002-09-17 [alfons] 0.8.2claws55
3949 beautify a little bit
3951 2002-09-17 [christoph] 0.8.2claws54
3954 initialize max values for cache and folder
3955 when cache or folder is empty
3957 2002-09-15 [colin] 0.8.2claws53
3960 Fix a leak (thanks Alfons!) and cleaned
3961 variables names for custom headers
3963 2002-09-15 [colin] 0.8.2claws52
3966 Fix custom headers recognition when
3967 prefs_common.trans_hdr is on
3969 2002-09-15 [colin] 0.8.2claws51
3972 Allow dynamically-added custom headers
3973 Yet not reparsed if reedited
3975 2002-09-15 [alfons] 0.8.2claws50
3977 * src/prefs_account.c
3980 2002-09-15 [colin] 0.8.2claws49
3982 * src/prefs_account.c
3983 fix pop_before_smtp sensitivity
3985 2002-09-15 [colin] 0.8.2claws48
3988 add inc_pop_before_smtp()
3989 allow MainWindow to be undefined in
3990 inc_account_mail() and inc_start()
3993 add STYPE_POP_BEFORE_SMTP session type
3994 * src/prefs_account.c
3995 activated pop before smtp option
3997 do pop before smtp if the relevant option
4000 2002-09-15 [paul] 0.8.2claws47
4003 see ChangeLog 2002-09-15
4005 2002-09-14 [paul] 0.8.2claws46
4008 updated Bulgarian translation, submitted by
4011 2002-09-13 [paul] 0.8.2claws45
4014 merge claws' select_account() with main's
4015 (new) compose_select_account(). [sync with
4016 0.8.2cvs15, see ChangeLog 2002-09-11]
4018 2002-09-12 [christoph] 0.8.2claws44
4021 allocate 1 elements of FolderItem not 0
4023 2002-09-12 [colin] 0.8.2claws43
4026 Fix bug #590825 (obey Follow-up: poster)
4028 2002-09-12 [colin] 0.8.2claws42
4031 Fix bug #557009 (wrong headers for messages
4032 forwarded as attachments)
4034 2002-09-11 [colin] 0.8.2claws41
4037 Put SCF: pseudo-header on top of message
4038 Set draft tmp_flag when saved as draft
4042 Skip after first \n\n for beginning of real message
4045 2002-09-11 [christoph] 0.8.2claws40
4048 use procmsg flag functions in filtering or processing
4049 will cause incorrect folder message counts
4051 2002-09-11 [colin] 0.8.2claws39
4054 Fix bug #550175 - wrong save folder when reediting
4057 2002-09-11 [paul] 0.8.2claws38
4059 * sync with 0.8.2cvs14
4060 see ChangeLog 2002-09-11
4062 2002-09-11 [colin] 0.8.2claws37
4065 Fix a typo (seeming to cause new/unread status to
4068 2002-09-10 [christoph] 0.8.2claws36
4071 compose_redirect should not use compose_generic_new
4072 because that does more stuff than expected including
4073 opening the external editor
4074 (closes bug "[ 526608 ] bounced messages appear blank
4077 2002-09-10 [christoph] 0.8.2claws35
4080 fix problem with too large message number range
4081 causing a crash in folder_item_scan
4083 2002-09-10 [paul] 0.8.2claws34
4085 * sync with 0.8.2cvs13
4086 see ChangeLog 2002-09-10
4088 2002-09-10 [christoph] 0.8.2claws33
4091 set MsgInfo TmpFlags for queue and draft folders
4092 (closes bug "[ 591676 ] Queue ignore MIME on restart")
4094 2002-09-10 [paul] 0.8.2claws32
4097 po/bg.po ** NEW FILE **
4098 new Bulgarian translation submitted by
4099 George Danchev <danchev@spnet.net>
4103 tools/tb2sylpheed ** NEW FILE **
4104 add script that converts an addressbook exported
4105 from The Bat! into a Sylpheed addressbook. Submitted
4106 by Urke MMI <urke-kg@eunet.yu>
4108 2002-09-10 [paul] 0.8.2claws31
4110 * sync with 0.8.2cvs12
4111 see ChangeLog 2002-09-10
4113 2002-09-06 [paul] 0.8.2claws30
4115 * src/prefs_common.c
4116 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
4120 tools/ldif-to-xml.py ** REMOVED **
4121 remove obsolete python script
4123 2002-09-06 [paul] 0.8.2claws29
4125 * sync with 0.8.2cvs10
4126 see ChangeLog 2002-09-06
4128 2002-09-04 [paul] 0.8.2claws28
4130 * sync with 0.8.2cvs9
4131 see ChangeLog 2002-08-04
4133 2002-09-04 [colin] 0.8.2claws27
4135 * src/prefs_common.[ch]
4136 Added signature color configuration
4138 Use user-specified signature color
4140 2002-09-03 [colin] 0.8.2claws26
4142 * src/prefs_common.[ch]
4143 Added autosave and autosave_length prefs
4145 Added compose_remove_draft()
4146 Auto-save drafts according to the prefs
4148 Added a crash-indicator file, allowing to check
4149 for new messages on startup if Sylpheed crashed
4150 (makes saved drafts "reappear")
4152 2002-09-03 [colin] 0.8.2claws25
4157 2002-09-03 [paul] 0.8.2claws24
4159 * sync with 0.8.2cvs8
4160 see ChangeLog 2002-09-02 and 2002-09-03
4162 2002-09-03 [darko] 0.8.2claws23
4165 use normal style when creating new folder to pick
4168 2002-09-02 [melvin] 0.8.2claws22
4171 removed some obsolete code
4173 2002-09-02 [melvin] 0.8.2claws21
4176 fixed test's equality sign (== to =)
4178 2002-09-02 [alfons] 0.8.2claws20
4182 revert change of 0.8.2claws16 and use the mh_folder_destroy
4183 as folder->destroy virtual as suggested by Hiro
4184 (the mh.c code seems to have been lost around mh.c.1.21)
4186 2002-09-02 [paul] 0.8.2claws19
4189 updated by Fabio Jr. Beneditto
4192 use 'http://claws.sylpheed.org' for homepage link.
4193 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
4195 2002-09-01 [alfons] 0.8.2claws18
4198 plug memleak related to one Martin Kluge found
4200 2002-08-31 [paul] 0.8.2claws17
4202 * sync with 0.8.2cvs6
4203 see ChangeLog 2002-08-30
4205 2002-08-31 [alfons] 0.8.2claws16
4208 folder_destroy(): remove mailbox from folderlist even if it has
4211 2002-08-31 [alfons] 0.8.2claws15
4216 (being pedantic I know)
4218 2002-08-31 [alfons] 0.8.2claws14
4221 check for NULL pointers returned from folder->fetch_msginfo virtual
4222 (should solve some reported crashes)
4224 2002-08-30 [alfons] 0.8.2claws13
4229 enable crash dialog on compilation time
4230 (--enable-crash-dialog configure option)
4232 2002-08-30 [alfons] 0.8.2claws12
4237 apply memory leak plug patch by Martin Kluge
4238 (closes patch "[ 602568 ] patch for 602441 little memory leak",
4239 bug "[ 599677 ] Very small memory leak in 0.81claws115",
4240 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
4242 2002-08-30 [darko] 0.8.2claws11
4245 copy Gtk style from normal style to match
4246 font size for coloured folders
4248 2002-08-29 [alfons] 0.8.2claws10
4251 Type=Internet <- Type=Application
4252 (reported by Michael Schwendt, see:
4253 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
4254 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
4256 2002-08-29 [paul] 0.8.2claws9
4258 * sync with 0.8.2cvs5
4259 see ChangeLog 2002-08-29
4261 2002-08-29 [colin] 0.8.2claws8
4264 Added a sanity check in summary_select_thread
4265 Should fix bug 601605
4267 2002-08-29 [colin] 0.8.2claws7
4270 Revert claws6 changes regarding bug #591676
4272 2002-08-28 [colin] 0.8.2claws6
4275 Ignore cache for queue folderitems
4278 2002-08-28 [melvin] 0.8.2claws5
4283 2002-08-28 [melvin] 0.8.2claws4
4286 Updated a bit the text concerning the spell checker
4288 2002-08-28 [melvin] 0.8.2claws3
4290 Merged the GNU_aspell_branch:
4291 Support of new GNU/aspell is now included and the old pspell
4292 is not supported anymore.
4296 Updated spell checker text to reflect the switch to GNU/aspell
4298 * ac/aspell.m4 *** NEW ***
4299 * src/gtkaspell.[ch] *** NEW ***
4300 * ac/pspell.m4 *** DELETED ***
4301 * src/gtkspell.[ch] *** DELETED ***
4304 Updated for GNU/aspell support
4307 Replaced gtkspell.c by gtkaspell.c
4315 * src/prefs_common.[ch]
4316 Updated for GNU/aspell support
4318 2002-08-28 [paul] 0.8.2claws2
4320 * sync with 0.8.2cvs4
4321 see ChangeLog 2002-08-27 and 2002-08-28
4323 2002-08-28 [colin] 0.8.2claws1
4325 * src/summary_search.c
4328 2002-08-28 [jens] 0.8.2claws
4331 Updated German translations
4333 2002-08-27 [melvin] 0.8.2claws
4336 Updated French translations
4338 2002-08-27 [paul] 0.8.2claws
4340 * sync with 0.8.2 main release
4348 updated message catalogs submitted by
4349 Ricardo Mones Lastra, Alessandro Maestri,
4350 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
4351 Beneditto and Urke MMI
4353 2002-08-27 [hoa] 0.8.1claws123
4355 * src/mainwindow.[ch]
4356 * src/summaryview.[ch]
4357 removed the "filter setting" menu option.
4358 add a "cancel a news message" menu option.
4360 2002-08-26 [martin] 0.8.1claws122
4363 changed string under 0.8.1claws79 changed by myself
4366 2002-08-26 [martin] 0.8.1claws121
4369 added kill command to debuggerrc to start crash dialog
4371 2002-08-26 [paul] 0.8.1claws120
4373 * sync with 0.8.1cvs31
4374 see ChangeLog 2002-08-26
4376 2002-08-25 [alfons] 0.8.1claws119
4379 fix bug that didn't send out correct headers to news server
4380 when sending news article and email from queue (bug reported
4381 and patch provided by Tim Mann; closes bug
4382 "[ 583196 ] 0.7.8claws can't post news")
4384 2002-08-25 [alfons] 0.8.1claws118
4386 * src/selective_download.c
4387 mark two strings as translatable
4388 (thanks to Urke MMI for pointing this out)
4390 2002-08-25 [alfons] 0.8.1claws117
4393 treat sent boxes as special and allow sorting them by addressee
4394 (closes "[ 589418 ] Sent folder sorting misbehavior"
4395 submitted by Steve Lamb)
4397 2002-08-24 [alfons] 0.8.1claws116
4400 fix memleak reported by Martin Kluge
4401 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
4403 2002-08-24 [oliver] 0.8.1claws115
4405 * src/prefs_toolbar.c
4406 o code cleanup as suggested by Alfons
4409 2002-08-24 [alfons] 0.8.1claws114
4412 o fix another memory leak reported by Martin Kluge
4413 (see "[ 599568 ] Small Memory Leak")