1 2003-01-18 [melvin] 0.8.8claws116
4 Removed syntax limitation of only one '&' at the end of command.
5 Now actions that contain '>/dev/null 2>&1' are possible.
7 2003-01-18 [melvin] 0.8.8claws115
10 Actions IO dialog: when the action ends
11 the "Close" button now has focus and [Escape] closes the
14 2003-01-18 [christoph] 0.8.8claws114
17 o add debug output when MsgInfos are really freed
18 o free GSLists in procmsg_find_children and
19 procmsg_update_unread_children
21 2003-01-18 [christoph] 0.8.8claws113
24 reorder Configuration menu
26 2003-01-18 [christoph] 0.8.8claws112
29 fix applying templates to forwarded messages
31 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
33 2003-01-17 [christoph] 0.8.8claws111
36 destroy folder items, when a folder item is removed
38 2003-01-17 [christoph] 0.8.8claws110
41 fix wrong folder stats update when ignored message is
44 2003-01-17 [colin] 0.8.8claws109
49 - hide help button at startup if not extended
50 - switch to extended when looking for replies
54 * sync with 0.8.9 release
56 2003-01-17 [paul] 0.8.8claws108
58 * sync with 0.8.8cvs11
59 see ChangeLog 2003-01-17
61 2003-01-16 [colin] 0.8.8claws107
64 Changed encryption test to re-ask passphrase
65 if an encrypted message hasn't been decrypted
68 2003-01-16 [christoph] 0.8.8claws106
72 * src/gtk/prefswindow.h
73 * src/plugins/spamassassin/spamassassin_gtk.c
74 remove page destroy function that is not used anymore
76 2003-01-16 [paul] 0.8.8claws105
79 see ChangeLog 2002-01-16
81 2003-01-16 [colin] 0.8.8claws104
84 Fix bug with autosaved drafts for IMAP, when draft
85 folder is specified - fixes bugzilla bug #20
87 2003-01-15 [paul] 0.8.8claws103
91 store folder and message-id of message forwarding
92 in queue header and set forward flag after sending
94 2003-01-15 [paul] 0.8.8claws102
97 see ChangeLog 2002-01-15
99 2003-01-15 [colin] 0.8.8claws101
102 Fix linking with GNU libiconv
104 2003-01-15 [darko] 0.8.8claws100
107 fix crash when importing pine address book
108 entry with an empty name (reported by DY
109 <dybulk at tri8.net>)
111 2003-01-14 [paul] 0.8.8claws99
113 * configure.in ** REMOVED **
114 configure.ac ** NEW FILE **
115 rename configure.in to configure.ac, as it is now
118 2003-01-14 [melvin] 0.8.8claws98
121 folderview_check_new(): More precise function description
123 2003-01-14 [melvin] 0.8.8claws97
126 folderview_check_new(): return the number of new messages
129 inc_account_mail(): Disable counting of new messages for IMAP
130 and NNTP until bug [19] and [14] are fixed.
132 2003-01-14 [paul] 0.8.8claws96
134 * sync with 0.8.8cvs6
135 see ChangeLog 2003-01-14
137 2003-01-13 [alfons] 0.8.8claws95
140 tune email address validation (c. 0.8.8claws89): if . is
141 just one char away from @, the address is invalid too
142 (correctly rejects addresses like foo@.com)
144 2003-01-13 [paul] 0.8.8claws94
148 fixes to the Message View toolbar and menu:
149 fix non-functioning Forward button
150 make Reply button consider default_reply_list
151 remove 'Follow-up...' menu entry
152 add 'Forward' and 'Redirect' menu entries
154 2003-01-13 [melvin] 0.8.8claws93
157 Fixed typo that could make new messages count incorrect.
159 2003-01-13 [melvin] 0.8.8claws92
161 * src/folderview.[ch]
162 folderview_check_new(): return the number of new messages.
164 Should fix bug [14] where new mail notification worked
165 incorrectly with IMAP accounts.
166 inc_spool_account(): return number of new msgs, or -1 on error
167 inc_all_spool(): return number of new msgs
169 2003-01-13 [melvin] 0.8.8claws91
171 * src/prefs_actions.c
174 2003-01-12 [thorsten] 0.8.8claws90
177 close file before rename
179 2003-01-12 [alfons] 0.8.8claws89
183 * src/common/utils.[ch]
184 g_stricase_hash(), g_stricase_equal(): functions for
185 case insensitive hash tables
187 use top level domain names to validate email address, based
188 on a patch by Christian Mertes (thanks!), but changed
189 implementation to use a hash table
191 2003-01-12 [paul] 0.8.8claws88
194 updated by George Danchev
196 2003-01-12 [alfons] 0.8.8claws87
199 delete / execute performance: use new style folder update
201 2003-01-12 [paul] 0.8.8claws86
203 * sync with 0.8.8cvs5
204 see ChangeLog 2003-01-13 (!)
206 2003-01-12 [alfons] 0.8.8claws85
209 * src/matcher_parser_parse.y
210 prepare change_score filtering action
212 give up const-correctness on functions that call non-const-correct functions;
213 several casts to gpointer in g_free();
216 2003-01-12 [christoph] 0.8.8claws84
221 * src/gtk/prefswindow.[ch]
222 * src/plugins/spamassassin/spamassassin_gtk.c
223 changed the call of the widget create function
224 for PrefsPages, because sometimes the widget
225 create function needs a widget that already has
226 been attached to a window (to create GDK pixmaps
227 for exmaple). So we simply pass the GtkWindow as
228 the second parameter now.
232 * src/prefs_toolbar.[ch]
233 rewrite Toolbar Preferences using the new
236 2003-01-11 [alfons] 0.8.8claws83
239 fix crash when adding sender to addressbook because status bar
240 isn't there (the status bar doesn't seem to be used though,
241 but I'll let Match decide what to do with it)
243 2003-01-11 [colin] 0.8.8claws82
247 Two useless changes reversed
249 2003-01-11 [colin] 0.8.8claws81
253 Add mainwindow_get_mainwindow()
256 Add alertpanel_error_log()
263 Network errors get a View Log button
265 2003-01-10 [alfons] 0.8.8claws80
267 * src/prefs_toolbar.c
269 use the translatable string for "Separator" as file name for
270 separator toolbar items (probably make this uppercase?)
272 2003-01-10 [alfons] 0.8.8claws79
274 * src/prefs_toolbar.c
275 put right A_SEPARATOR description string in "displayed
276 toolbar items list" so manually added separators are
277 saved correctly (bug #10, "Adding a separator to the main
278 toolbar fails, entry in xml file is wrong")
280 2003-01-10 [christoph] 0.8.8claws78
284 o use CAPABILITY to check if NAMESPACE is available
286 2003-01-10 [christoph] 0.8.8claws77
289 apply UIDPLUS IMAP extension support patch
291 Patch submitted by Simon 'corecode' Schubert
293 2003-01-10 [paul] 0.8.8claws76
296 a sync from main which fixes the news account folders'
299 2003-01-10 [christoph] 0.8.8claws75
302 don't accept 0 as a valid uid returned by copy and move
303 functions. 0 means the message was copied or moved but the
304 new uid could not be fetched. It is not an error condition
305 for the copy or move operation.
307 2003-01-10 [paul] 0.8.8claws74
309 * src/prefs_filtering.c
310 change English used in Alert when entry is not
313 * sync with 0.8.8cvs4
314 see ChangeLog 2003-01-10
316 2003-01-10 [darko] 0.8.8claws73
319 fix crash when importing address book entry
320 without a valid address
322 2003-01-09 [alfons] 0.8.8claws72
325 filtering performance: use new style folder update
327 2003-01-09 [christoph] 0.8.8claws71
331 fix wrong selecting of mime encoding type, when
332 opening property dialog of attachments in the
333 compose window. 7bit was always selected and that
334 destoryed files with 8bit data.
335 (closes bug #9 Sylpheed-claws destroys attachments when
338 2003-01-09 [paul] 0.8.8claws70
340 * sync with 0.8.8cvs3
341 see ChangeLog 2003-01-09
343 2003-01-08 [alfons] 0.8.8claws69
346 apply patch by Kim Schulz to fix build breakage
347 because of missing variable
349 2003-01-08 [paul] 0.8.8claws68
351 * sync with 0.8.8cvs2
352 see ChangeLog 2002-01-08
354 2003-01-08 [paul] 0.8.8claws67
357 updated by Alessandro Maestri
360 when using 'Add sender to addressbook' allow
361 name to be edited and remarks to be entered
362 Patch submitted by Luke Plant
364 2003-01-08 [darko] 0.8.8claws66
366 * README.claws, src/summaryview.c
367 fix description for marked messages
372 tools/launch_phoenix ** NEW FILE **
373 add script that enables using Phoenix as the default
375 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
377 * tools/OOo2sylpheed.pl
378 remove full path to sylpheed executable, just 'sylpheed'
382 add launch_phoenix informtion and re-arrange and compress
385 2003-01-07 [christoph] 0.8.8claws65
388 fix update for source folder when moving messages
391 use function to set to_folder for message infos and
392 automatically update the op_count for old and new
395 2003-01-07 [melvin] 0.8.8claws64
397 * src/prefs_actions.c
398 Fixed bug where an '%p' Action on a displayed image crashed
400 Code clean up (get rid of duplicated code and removed unnecessary
403 2003-01-07 [christoph] 0.8.8claws63
413 * src/prefs_folder_item.c
417 o remove all folder update triggering from the UI code. The folder
418 system should know much better when a folder needs an update.
419 o to prevent multiple updates in a row the folder updates can be
420 frozen for some time.
422 Note: - Please verify that no updates are missing
423 - Check where freeze/thaws should be added
425 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws62
427 * src/prefs_actions.c
428 don't translate empty strings
430 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws61
432 * src/prefs_actions.c
433 mark strings for gettext
434 * src/prefs_matcher.c
435 use new description window for Execute action and
436 match condition in Filtering
438 2003-01-06 [alfons] 0.8.8claws60
440 keep myself inspired to re-organize matcher part 8;
441 yes, more to come (I need to move out the descriptive
442 text for actions to matcher.c, or at least make it not
443 depend on the wicked ordering)
445 * src/prefs_matcher.c
446 add documentation so others may comprehend the
447 UI part of the conditions
449 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws59
451 * src/prefs_actions.c
452 use new description window for syntax help
453 * src/gtk/description_window.c
454 fix display of descriptions with column count != 2
456 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws58
459 * src/summaryview.[ch]
460 * src/gtk/Makefile.am
461 * src/gtk/description_window.[ch] ** NEW **
462 use a generic window to display syntax descriptions
463 currently used in quote_fmt and summaryview (new description
464 for extended quick search)
466 2003-01-06 [paul] 0.8.8claws57
468 * sync with 0.8.8cvs1
469 see ChangeLog 2003-01-06
471 2003-01-06 [christoph] 0.8.8claws56
475 * src/gtk/prefswindow.[ch]
476 * src/plugins/spamassassin/spamassassin_gtk.c
477 o remove page management from prefswindow, pages
478 will be an argument to prefswindow_open
479 o prefswindow_open gets a datapointer that is
480 passed to the widget_create function to allow
481 creation of prefswindow for specific items
483 2003-01-06 [colin] 0.8.8claws55
486 We don't want regexp in the reply-finder,
487 because MIDs can contain !,$,. and so on
489 2003-01-06 [jens] 0.8.8claws54
492 fixed a wrong free in jpilot_read_db_files
494 2003-01-06 [alfons] 0.8.8claws53
496 re-organize matcher part 8; more to come
499 matcherprop_to_string(): put g_free()s before the
500 switch-case break to fix memleaks
502 2003-01-06 [colin] 0.8.8claws52
505 cleanup & reply-finder now displays the first
508 2003-01-05 [alfons] 0.8.8claws51
510 re-organize matcher part 7; more to come
513 fixes for constant correctness;
516 2003-01-05 [alfons] 0.8.8claws50
518 re-organize matcher part 6; more to come
521 fixes for constant correctness;
524 fix for constant correctness
526 2003-01-05 [colin] 0.8.8claws49
529 Add account_get_reply_account function
531 Use account_get_reply_account function
533 Basic reply-finder - click on the replied
534 icon gets you to the outbox using quick-search
536 2003-01-05 [paul] 0.8.8claws48
539 small change to English
541 * src/prefs_filtering.c
542 prefs_filtering_action_select(): improve logic and uniformity
545 2003-01-05 [alfons] 0.8.8claws47
547 fine tune solution to focus problems (bug #7)
550 mainwindow_focus_in_event(): remove grab event check
552 summary_button_pressed(): move selection on right-click
553 too. we can't possibly move the selection back after
554 canceling a dialog, because gtk's incomplete focus
555 management. whether this is a good solution, only time
558 2003-01-05 [christoph] 0.8.8claws46
561 fix crash when no imap connection could be established
563 2003-01-05 [paul] 0.8.8claws45
568 fix bug 605957 'shortcuts in popup-menu'
569 make user-defined shortcuts work
570 show shortcuts that are already defined
572 Patch submitted by Luke Plant
574 2003-01-05 [alfons] 0.8.8claws44
577 focus_in_event handler should not select summary view row
578 when another window (menu, dialog) grabbed for events
579 (bug #7, "[0.8.8claws42] Message summary focus")
581 2003-01-04 [christoph] 0.8.8claws43
584 update save folder after adding the sent message
586 2003-01-02 [christoph] 0.8.8claws42
588 * src/common/plugin.c
589 fix unloading of all plugins and unload
590 plugins in reverse order
592 * src/gtk/pluginwindow.c
593 implement function of load and unload button
595 * src/gtk/prefswindow.c
596 * src/gtk/prefswindow.h
597 rename register function and add new unregister
600 * src/plugins/spamassassin/spamassassin_gtk.c
601 unregister prefs page and update for changes in
602 src/gtk/prefswindow.c
604 2003-01-02 [paul] 0.8.8claws41
607 updated by Ricardo Mones Lastra
612 fixes and improvements by Urke MMI
614 2003-01-02 [thorsten] 0.8.8claws40
617 fixed wrong return value
619 2003-01-02 [thorsten] 0.8.8claws39
622 fixed printing wrong variable
624 2003-01-02 [thorsten] 0.8.8claws38
627 fixed acessing members of freed pfile struct
629 2003-01-02 [thorsten] 0.8.8claws37
632 detect loops across several messages
633 as suggested by Christoph Hohmann
635 2003-01-01 [match] 0.8.8claws36
638 fixed another memory leak.
640 2003-01-01 [match] 0.8.8claws35
643 fixed memory leaks. applied Doxygen comments.
645 2003-01-01 [thorsten] 0.8.8claws34
648 inhibit endless loop if msg references itself
649 (closes Bug [ 660477 ] Infinite loop in parent flag search)
651 2003-01-01 [christoph] 0.8.8claws33
654 * src/gtk/Makefile.am
655 * src/gtk/pluginwindow.c ** NEW **
656 * src/gtk/pluginwindow.h ** NEW **
659 * src/plugins/demo/demo.c
660 * src/plugins/spamassassin/spamassassin.c
661 * src/plugins/spamassassin/spamassassin_gtk.c
662 write better plugin descriptions
664 2002-12-31 [christoph] 0.8.8claws32
666 * src/gtk/prefswindow.c
667 * src/plugins/spamassassin/spamassassin_gtk.c
668 some small improvements to GTK code
670 2002-12-31 [christoph] 0.8.8claws31
672 * src/plugins/spamassassin/spamassassin_gtk.c
673 enable folder select button
675 2002-12-31 [christoph] 0.8.8claws30
678 * src/gtk/Makefile.am
679 * src/gtk/prefswindow.c ** NEW **
680 * src/gtk/prefswindow.h ** NEW **
683 * src/common/plugin.c
684 don't try to load empty config lines
686 * src/plugins/spamassassin/Makefile.am
687 * src/plugins/spamassassin/spamassassin.c
688 * src/plugins/spamassassin/spamassassin.h ** NEW **
689 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
690 GTK config for SpamAssassin Plugin using
693 2002-12-31 [paul] 0.8.8claws29
696 remove obsolete entry 'src/menu.c'
698 2002-12-31 [alfons] 0.8.8claws28
701 * src/matcher_parser_parse.y
702 * src/prefs_matcher.c
703 add "ignore_thread" and "~ignore_thread" condition so it's
704 possible to make the actions / scoring operate on the ignore
707 2002-12-31 [christoph] 0.8.8claws27
713 * src/prefs_account.c
714 * src/prefs_actions.c
715 * src/prefs_customheader.c
716 * src/prefs_display_header.c
721 * src/common/prefs.[ch]
722 extend prefs file handling for reading and automatic handling
723 of blocks. When reading prefs_set_block_label will automatically
724 move on to the block. When writing it will copy all other blocks
727 * src/common/plugin.c
728 Now loading plugin filenames from [Plugins] block in
731 2002-12-30 [christoph] 0.8.8claws26
733 * src/common/hooks.[ch]
734 return abort status to caller of hooks_invoke
737 invoke message filtering hook and stop
738 default handling when filter returns abort
740 * src/common/plugin.[ch]
741 * src/plugins/demo/demo.c
742 modify plugin loader, because resolving symbols for strings
743 does not work correctly
746 * ac/spamassassin.m4 ** NEW **
747 * src/plugins/spamassassin/.cvsignore ** NEW **
748 * src/plugins/spamassassin/Makefile.am ** NEW **
749 * src/plugins/spamassassin/README ** NEW **
750 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
751 * src/plugins/spamassassin/spamassassin.c ** NEW **
752 * src/plugins/spamassassin/utils.[ch] ** NEW **
753 add spamassassin plugin, see src/plugins/spamassassin/README
756 2002-12-29 [alfons] 0.8.8claws25
759 when moving focus from a message view to the main
760 window, don't forget to select the summary node
761 of the displayed message. should fix "[ 659103 ]
762 focus-follows-mouse confuses sylpheed"
764 2002-12-29 [christoph] 0.8.8claws24
767 * src/stringtable.[ch] ** REMOVE **
768 * src/common/Makefile.am
769 * src/common/stringtable.[ch] ** NEW **
770 move stringtable files to common directory
772 2002-12-29 [christoph] 0.8.8claws23
775 * src/menu.[ch] ** REMOVE **
776 * src/gtk/Makefile.am
777 * src/gtk/menu.[ch] ** NEW **
778 move menu files to gtk directory
780 2002-12-29 [match] 0.8.8claws22
784 moved UI specific code out of LDAP code into addressbook
785 UI code. fixed memory leak.
787 2002-12-29 [christoph] 0.8.8claws21
790 only check for IGNORED parent message when message is
793 2002-12-29 [alfons] 0.8.8claws20
796 set gtksctree's anchor correct (immediate execute
797 changes the tree's layout, and anchor points at
798 the incorrect row). fixes "[ 657233 ] multiple msg
799 delete sometimes off by 1".
800 we probably have to look for more tree layout /
803 2002-12-29 [paul] 0.8.8claws19
806 fix bug [ 659054 ] incorrect sorting of 'From' column
807 when using 'display sender using address book'
808 thanks to Alfons and Luke Plant
810 2002-12-29 [christoph] 0.8.8claws18
814 check parent messages for IGNORE THREAD flag, when adding,
815 moving or copying messages to a folder
817 2002-12-27 [alfons] 0.8.8claws17
819 re-organize matcher part 5; more to come
822 hash keywords in matchparser_tab
824 2002-12-27 [alfons] 0.8.8claws16
826 re-organize matcher part 4; more to come
828 * src/matcher_parser.h
829 * src/matcher_parser_lex.l
830 * src/matcher_parser_parse.y
833 2002-12-27 [alfons] 0.8.8claws15
835 re-organize matcher part 3; more to come
840 2002-12-27 [alfons] 0.8.8claws14
842 re-organize matcher part 2; more to come but this should
843 work. cc me if there are any regressions.
846 add prototype for get_matchparser_tab_id()
847 * src/matcher_parser_lex.l
848 look up keywords using matchparser_tab_id();
850 2002-12-27 [alfons] 0.8.8claws12
852 re-organize matcher part 1
855 map yacc generated constants to sylpheed matcher constants
857 add function to find a matcher constant from a string
859 2002-12-27 [christoph] 0.8.8claws11
862 MENUITEM_ADD casts the 4th argument from integer to pointer
863 so it probably should not be a pointer, this means we
864 should use account id for it and not the account's pointer
866 2002-12-27 [paul] 0.8.8claws10
869 remove unneeded 'GtkWidget *vbox'
872 further sync with 0.8.8 - make sort
873 by recipient work as expected
878 2002-12-27 [paul] 0.8.8claws9
881 updated by Ivan F. Martinez
883 2002-12-27 [darko] 0.8.8claws8
886 added locked pattern to extended search
888 2002-12-27 [alfons] 0.8.8claws7
890 * src/prefs_matcher.[ch]
893 2002-12-26 [alfons] 0.8.8claws6
896 * src/matcher_parser_lex.l
897 * src/matcher_parser_parse.y
898 * src/prefs_matcher.c
899 allow color label as a condition in the matcher
901 2002-12-26 [oliver] 0.8.8claws5
904 enable Addressbook for Main and Messageview
905 * src/prefs_actions.c
906 enable actions in Messageview
908 2002-12-26 [christoph] 0.8.8claws4
910 * src/common/plugin.c
911 add a little debug output
913 * src/plugins/demo/Makefile.am
914 better use of automake
916 2002-12-26 [christoph] 0.8.8claws3
919 * src/common/Makefile.am
922 2002-12-26 [christoph] 0.8.8claws2
925 sort configure checks into common / gtk / plugins
931 * src/common/sylpheed.[ch]
932 added now sylpheed_done function for shutdown
933 * src/common/Makefile.am
934 * src/common/plugin.[ch] ** NEW **
935 plugin loader and unloader
936 * src/plugins/.cvsignore ** NEW **
937 * src/plugins/Makefile.am ** NEW **
939 * src/plugins/demo/.cvsignore ** NEW **
940 * src/plugins/demo/Makefile.am ** NEW **
941 * src/plugins/demo/demo.c ** NEW **
942 small demo plugin that installs a logtext hook and
943 outputs the log text to stdout
945 2002-12-26 [paul] 0.8.8claws1
948 updated by Ricardo Mones Lastra
950 2002-12-26 [paul] 0.8.8claws
952 * 0.8.8claws released
954 2002-12-26 [paul] 0.8.7claws12
957 updated by George Danchev
959 2002-12-26 [paul] 0.8.7claws11
962 remove unneeded 'src/prefs.c' entry
964 2002-12-26 [paul] 0.8.7claws10
968 sync with 0.8.8 release
973 partial sync with 0.8.8 release
976 2002-12-25 [alfons] 0.8.7claws9
979 * src/matcher_parser_lex.l
980 * src/matcher_parser_parse.y
981 * src/prefs_matcher.c
982 add locked flag to possible filtering / matcher
983 conditions (also a good example what should be
984 done to add a simple boolean condition)
986 2002-12-25 [christoph] 0.8.7claws8
996 * src/prefs.[ch] ** REMOVE **
997 * src/prefs_account.c
998 * src/prefs_actions.c
1000 * src/prefs_customheader.c
1001 * src/prefs_display_header.c
1002 * src/prefs_filtering.c
1003 * src/prefs_folder_item.c
1004 * src/prefs_gtk.[ch] ** NEW **
1005 * src/prefs_matcher.c
1006 * src/prefs_scoring.c
1007 * src/prefs_summary_column.c
1009 * src/selective_download.c
1011 * src/common/Makefile.am
1012 * src/common/prefs.[ch] ** NEW **
1013 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
1015 2002-12-24 [alfons] 0.8.7claws7
1018 summary_thread_build(): fix real cause of the crash mentioned in
1019 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
1020 this way we get meaningful ctree nodes
1022 2002-12-24 [oliver] 0.8.7claws6
1024 * src/mainwindow.[ch]
1025 * src/messageview.[ch]
1029 changes to use updated toolbar handling
1031 2002-12-24 [oliver] 0.8.7claws5
1034 generic toolbar handling
1035 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
1036 * src/prefs_toolbar.[ch]
1039 2002-12-24 [oliver] 0.8.7claws4
1041 * src/stock_pixmap.[ch]
1042 move SYLPHEED_LOGO to end of list in order
1043 to remove it from Custom Toolbar`s Icon View
1045 2002-12-24 [alfons] 0.8.7claws3
1048 summary_thread_build(): fix crash because of focus != selection
1049 after threading. when deleting the selection, gtk tries but fails
1050 to find the correct focusable element. we now force the selection
1051 to be focused. this should solve the infamous bug reported by
1052 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
1053 a test case is available.
1055 2002-12-24 [darko] 0.8.7claws2
1058 don't crash when unmarking message with unread children
1060 2002-12-23 [christoph] 0.8.7claws1
1063 * src/common/Makefile.am
1064 update Makefiles for moved intl.h, version.h and defs.h
1066 rewrite imap_session_get to avoid duplicate code
1068 2002-12-23 [paul] 0.8.7claws
1070 * Santa-Claws released
1074 squeeze in updated Hungarian and Russian translations.
1075 Submitted by Gál Zoltán and Ruslan N. Balkin
1077 2002-12-23 [paul] 0.8.6claws129
1080 updated by Witold Wladyslaw Wojciech Wilk
1082 2002-12-23 [paul] 0.8.6claws128
1084 * src/quote_fmt_parse.y
1085 fix typo and add licence header
1087 2002-12-23 [paul] 0.8.6claws127
1092 2002-12-23 [paul] 0.8.6claws126
1095 updated translation, submitted by Alessandro Maestri
1097 2002-12-23 [paul] 0.8.6claws125
1099 * src/quote_fmt_parse.y
1100 fix signature-stripping on replies bug. match
1101 '-- \n' and not '-- '.
1103 2002-12-22 [paul] 0.8.6claws124
1108 updated translations. submitted by George Danchev,
1109 Ricardo Mones Lastra, and Urke MMI respectively
1111 2002-12-21 [paul] 0.8.6claws123
1116 2002-12-21 [paul] 0.8.6claws122
1119 fix bug [643638] where if a person is in one or more
1120 addressbook groups editing that person's email
1121 address results in removal from those groups.
1122 Patch submitted by Luke Plant.
1124 2002-12-20 [christoph] 0.8.6claws121
1126 * src/common/utils.c
1128 reimplement expand_search_string using GString to
1129 prevent crashs caused by miscalculated string
1130 lengths reported by Paul
1132 2002-12-20 [christoph] 0.8.6claws120
1135 don't use "changed" to check if op_count has to be changed as it
1136 is also set when the message has unread children
1137 (closes bug [ 653221 ] crash while deleting duplicates)
1139 2002-12-20 [paul] 0.8.6claws119
1141 * sync with 0.8.6cvs27
1142 see ChangeLog 2002-12-20
1144 2002-12-20 [paul] 0.8.6claws118
1146 * sync with 0.8.6cvs26
1147 see ChangeLog 2002-12-19 and 2002-12-20
1149 2002-12-19 [alfons] 0.8.6claws117
1152 fix incorrect parsing of email addresses, submitted by
1153 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
1154 name display if it contains @".
1156 2002-12-18 [paul] 0.8.6claws116
1158 * sync with 0.8.6cvs23
1159 see ChangeLog 2002-12-18
1161 2002-12-18 [paul] 0.8.6claws115
1168 sync with 0.8.6cvs22.
1169 see ChangeLog 2002-12-17 and 2002-12-18
1171 2002-12-17 [christoph] 0.8.6claws114
1174 o don't create a session if imap greeting fails
1175 o don't close socket when authentication fails
1176 this is done by imap_session_destroy
1178 2002-12-17 [thorsten] 0.8.6claws113
1182 tools/google_msgid.pl ** NEW FILE **
1183 Added "search for message-id" script and doc
1185 2002-12-17 [thorsten] 0.8.6claws112
1188 Updated hungarian translation
1189 (updated by Gal Zoltan)
1191 2002-12-16 [christoph] 0.8.6claws111
1194 remove stupid addressbook dump to debug output
1196 fix memory leak found by Hiro
1198 2002-12-14 [paul] 0.8.6claws110
1201 fix menubar sensitivity on send
1203 * src/prefs_filtering.c
1204 * src/prefs_matcher.c
1205 * src/prefs_scoring.c
1208 * src/common/quoted-printable.h
1211 2002-12-13 [christoph] 0.8.6claws109
1214 * src/manage_window.[ch] ** REMOVE **
1215 * src/gtk/Makefile.am
1216 * src/gtk/manage_window.[ch] ** NEW **
1217 move manage_window files to gtk directory
1219 2002-12-13 [christoph] 0.8.6claws108
1222 * src/gtkshruler.[ch] ** REMOVE **
1223 * src/gtk/Makefile.am
1224 * src/gtk/gtkshruler.[ch] ** NEW **
1225 move gtkshruler files to gtk directory
1227 2002-12-13 [christoph] 0.8.6claws107
1231 * src/gtkstext.[ch] ** REMOVE **
1234 * src/gtk/gtkstext.[ch] ** NEW **
1235 * src/gtk/Makefile.am
1236 o move stext functions to gtkstext.c to remove
1237 dependency of gtkutils
1238 o move gtkstext files to gtk directory
1240 * src/gtk/Makefile.am
1241 * src/gtk/sslcertwindow.[ch]
1242 UI stuff can always depend on common code so
1243 it's ok to add ../common to include path
1245 2002-12-13 [colin] 0.8.6claws106
1248 Disconnect sighandlers for mainwindow when
1249 quicksearch has the focus
1251 * src/mainwindow.[ch]
1252 Make key_pressed callback public, to be able
1255 2002-12-13 [christoph] 0.8.6claws105
1258 create .mh_sequences file in new MH folders
1259 (closes feature request [ 523162 ] MH folders should
1260 get a .mh_sequences)
1262 2002-12-13 [colin] 0.8.6claws104
1265 Better handling of quicksearch show/hide
1266 (basically the button stays under the mouse
1269 2002-12-13 [paul] 0.8.6claws103
1271 * sync with 0.8.6cvs17
1272 see ChangeLog 2002-12-13
1274 2002-12-13 [paul] 0.8.6claws102
1277 updated by Ricardo Mones Lastra
1279 2002-12-11 [colin] 0.8.6claws101
1282 remove statusbar stuff
1284 set statusbar verbosity when moving folders
1286 2002-12-11 [colin] 0.8.6claws100
1287 * src/prefs_filtering.c
1288 * src/prefs_matcher.c
1289 * src/prefs_scoring.c
1292 2002-12-11 [colin] 0.8.6claws99
1294 * src/prefs_common.[ch]
1295 Add summary_quicksearch_type
1297 Save last used quicksearch type
1299 2002-12-11 [jens] 0.8.6claws98
1300 * src/prefs_filtering.c
1301 * src/prefs_matcher.c
1302 * src/prefs_scoring.c
1303 added dialog for incomplete rules in scoring, filtering and
1304 matcher to ask wheather really close
1306 2002-12-11 [colin] 0.8.6claws97
1309 Fix folder dnd statusbar logging
1311 2002-12-10 [christoph] 0.8.6claws96
1321 * src/statusbar.[ch]
1322 * src/common/hooks.c
1323 * src/common/log.[ch]
1324 o handle verbose logging in statusbar directly in statusbar code
1325 and common code does not need any knowledge about a statusbar
1326 o remove direct calls to statusbar_(puts|pop)_all functions
1328 2002-12-10 [jens] 0.8.6claws95
1331 removed gettext from g_warnings
1337 2002-12-10 [colin] 0.8.6claws94
1340 finish crash dialog fix
1342 2002-12-10 [colin] 0.8.6claws93
1345 "Fix" "sylpheed already running" instead of
1346 crash dialog appearing after a crash
1348 2002-12-10 [colin] 0.8.6claws92
1351 add src/gtk/sslcertwindow.c
1353 2002-12-10 [paul] 0.8.6claws91
1356 updated to reflect recent changes
1357 submitted by Alessandro Maestri
1359 2002-12-09 [christoph] 0.8.6claws90
1362 * src/smtp.[ch] ** REMOVE **
1363 * src/common/Makefile.am
1364 * src/common/smtp.[ch] ** NEW **
1365 move smtp files to common directory
1367 2002-12-09 [christoph] 0.8.6claws89
1370 * src/session.[ch] ** REMOVE **
1371 * src/common/Makefile.am
1372 * src/common/session.[ch] ** NEW **
1373 move session files to common directory
1375 2002-12-09 [paul] 0.8.6claws88
1378 fix bug [649746] edit accounts: move account reverted
1379 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1381 2002-12-09 [colin] 0.8.6claws87
1383 * src/ssl_certificate.c
1386 2002-12-09 [colin] 0.8.6claws86
1389 Try to open the cert.pem database and
1390 issue a warning if it isn't there
1392 2002-12-09 [colin] 0.8.6claws85
1394 * src/common/ssl_certificate.c
1395 * src/gtk/sslcertwindow.c
1398 2002-12-09 [colin] 0.8.6claws84
1400 * src/ssl_certificate.[ch] ** REMOVED **
1401 * src/common/ssl_certificate.[ch] ** NEW **
1403 * src/common/Makefile.am
1404 Moved ssl_certificate.[ch] to common
1406 Put back needed include
1407 * src/gtk/sslcertwindow.[ch]
1408 Changed ssl_certificate.h include
1410 2002-12-09 [colin] 0.8.6claws83
1412 * src/gtk/sslcertwindow.[ch]
1413 Implement hook for certificate acception
1414 * src/ssl_certificate.[ch]
1415 Implement hook for certificate acception
1417 Reenable certificate acception check
1419 Register sslcertwindow's hook
1421 2002-12-08 [christoph] 0.8.6claws82
1428 * src/common/utils.c
1429 o add missing includes
1432 * src/common/.cvsignore
1433 * src/common/version.h ** REMOVE **
1434 remove autogenerated file
1436 2002-12-08 [paul] 0.8.6claws81
1439 put back needed include
1441 2002-12-08 [colin] 0.8.6claws80
1443 * src/gtk/sslcertwindow.c
1444 Cleaner popups when asking
1445 * src/ssl_certificate.c
1446 * src/prefs_common.[ch]
1447 remove ssl certificate pref
1448 put back needed include
1450 put back needed include
1452 2002-12-08 [christoph] 0.8.6claws79
1458 only abort hook invokation if required data is missing not
1459 if our own data pointer is NULL, update hookfunction for
1462 2002-12-08 [paul] 0.8.6claws78
1480 * src/sourcewindow.c
1483 clean up: remove unneccesary includes
1485 2002-12-08 [christoph] 0.8.6claws77
1490 * src/common/hooks.[ch]
1491 hook functions now have a gboolean return value, if a hook
1492 returns TRUE it will stop executing of any more hooks in
1493 the same hooklist for this invokation
1495 2002-12-08 [colin] 0.8.6claws76
1498 put back argv0 for CRASH_DIALOG
1500 2002-12-08 [christoph] 0.8.6claws75
1513 * src/prefs_account.[ch]
1514 * src/prefs_common.[ch]
1517 * src/ssl_certificate.[ch]
1518 * src/ssl_manager.[ch]
1519 * src/common/Makefile.am
1521 * src/common/nntp.[ch]
1522 * src/common/socket.[ch]
1523 * src/common/ssl.[ch]
1524 * src/gtk/sslcertwindow.[ch]
1526 use new autoconf script to detect OpenSSL with extra parameters
1527 to specify the location of libs and includes, also remove USE_SSL
1530 * src/common/sylpheed.[ch]
1531 * src/common/version.h.in
1532 start seperation of common code initialization seperated from gui
1535 The function that is called when a color lable changes
1536 should not change the color lable again
1538 2002-12-08 [colin] 0.8.6claws74
1540 * src/gtk/sslcertwindow.c
1543 2002-12-08 [colin] 0.8.6claws73
1547 Register a hook for statusbar_puts_all
1549 invoke statusbar_puts_all's hook
1551 2002-12-08 [colin] 0.8.6claws72
1553 * src/ssl_certificate.c
1554 Put back a badly-removed include
1556 2002-12-08 [colin] 0.8.6claws71
1558 * src/gtk/sslcertwindow.[ch] ** NEW **
1559 new certificate presentation
1560 * src/gtk/Makefile.am
1562 * src/ssl_certificate.[ch]
1563 gtk cleanup, made utility functions public
1565 use new cert presentation
1567 2002-12-07 [christoph] 0.8.6claws70
1570 * src/nntp.[ch] ** REMOVE **
1571 * src/common/Makefile.am
1572 * src/common/nntp.[ch] ** NEW **
1573 move nntp files to common directory
1575 2002-12-07 [christoph] 0.8.6claws69
1579 implement msginfo update callback using sylpheed's new
1580 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1582 2002-12-06 [christoph] 0.8.6claws68
1585 This patch changes the 'Edit Group Details' dialog to
1586 allow extended selections in either pane, so that
1587 addresses can be added or removed from a group more
1588 quickly and easily. (it actually is a net decrease in
1589 file size, as some unnecessary functions have been
1591 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1593 2002-12-06 [christoph] 0.8.6claws67
1596 * src/template.[ch] ** REMOVE **
1597 * src/common/Makefile.am
1598 * src/common/template.[ch] ** NEW **
1599 move template files to common directory
1602 add missing log.h include
1604 2002-12-06 [melvin] 0.8.6claws66
1606 * src/prefs_actions.c
1607 Added the trailing ">" syntax to insert command's output
1608 without replacing old text (in contrast to trailing "|").
1610 2002-12-05 [colin] 0.8.6claws65
1612 * src/common/utils.c
1613 Don't modify original search_string or it'll change
1614 the next iterations in the for()
1616 2002-12-05 [darko] 0.8.6claws64
1618 * src/common/utils.c
1619 proper check for filtering commands, found by Colin
1621 2002-12-05 [darko] 0.8.6claws63
1623 * src/common/utils.c
1624 check proper string for NULL pointer, found by Colin
1626 2002-12-05 [darko] 0.8.6claws62
1628 * src/common/utils.[ch]
1629 expand_search_string(): new function
1630 converts Mutt-like patterns to Sylpheed's
1633 use expand_search_string() to allow Mutt-like
1634 patterns in extended search
1636 document extended option in quick search
1638 2002-12-05 [paul] 0.8.6claws61
1640 * sync with 0.8.6cvs16
1641 see ChangeLog 2002-12-05
1646 2002-12-04 [christoph] 0.8.6claws60
1649 put imap authentication code into a new function and
1650 remove it from imap_session_new that will allow to
1651 send other commands before authentication
1653 2002-12-04 [christoph] 0.8.6claws59
1656 use already existing method to prevent unneeded IMAP
1657 folder selects. Set imap_select parameters to NULL
1658 in some functions if the values are not required.
1661 remove no longer required include
1663 2002-12-04 [paul] 0.8.6claws58
1666 updated by Ricardo Mones Lastra
1669 po/hu.po ** NEW FILE **
1670 initial Hungarian translation, submitted
1671 by Gál Zoltán <galzoli@hu.inter.net>
1673 2002-12-03 [christoph] 0.8.6claws57
1676 * src/gtksctree.[ch] ** REMOVE **
1677 * src/gtk/Makefile.am
1678 * src/gtk/gtksctree.[ch] ** NEW **
1679 move gtksctree files to gtk directory
1681 2002-12-03 [christoph] 0.8.6claws56
1684 * src/md5.[ch] ** REMOVE **
1685 * srm/common/Makefile.am
1686 * src/common/md5.[ch] ** NEW **
1687 move md5 files to common directory
1690 remove not required #include
1692 2002-12-03 [sergey] 0.8.6claws55
1696 gtkut_window_popup(): new function.
1698 main_window_popup(): use gtkut_window_popup() to raise
1699 window without changing its position.
1700 (see sylpheed-main ML message [sylpheed:17247])
1702 2002-12-03 [sergey] 0.8.6claws54
1705 send_message_local(): removed first-dot escaping
1706 (SMTP-only, not needed for sending through pipe)
1708 2002-12-03 [paul] 0.8.6claws53
1711 update to reflect recent changes (thanks
1712 to Ricardo Mones Lastra)
1714 * tools/filter_conv.pl
1715 fix problem with quoted strings. Patch submitted
1716 by Luke Plant <lukeplant@softhome.net>
1718 2002-12-03 [paul] 0.8.6claws52
1720 * sync with 0.8.6cvs15
1721 see ChangeLog 2002-12-03
1723 2002-12-02 [christoph] 0.8.6claws51
1725 * src/logwindow.[ch]
1726 * src/common/log.[ch]
1727 implement logging using a hook function
1731 define hooklist name in header file to avoid
1732 errors caused by wrong spelling of hooklist names
1737 2002-12-02 [christoph] 0.8.6claws50
1739 * src/common/Makefile.am
1740 add src/common/hooks.[ch]
1742 * src/common/hooks.[ch]
1743 implement a simple hook system using glib's hook functions
1747 use new hook system for folder item updates
1749 2002-12-02 [christoph] 0.8.6claws49
1751 * doc-src/ui_seperation.txt ** NEW **
1752 information for ui seperation
1755 remove files that were moved to common
1756 include common directory by default for the header files
1759 * src/common/socket.c
1760 * src/automaton.[ch]
1761 implement automaton using g_io_*-functions instead of
1762 gdk_input_add to make it ui independent
1772 remove common/ prefix because directory is now in
1780 * src/prefs_common.c
1791 * src/ssl_certificate.c
1792 add log.h header file for logging functions
1795 * src/common/utils.c
1798 o move debug_mode to common/utils.c
1799 o add functions to set and get debug_mode
1801 * src/defs.h ** REMOVE **
1802 * src/intl.h ** REMOVE **
1803 * src/socket.[ch] ** REMOVE **
1804 * src/ssl.[ch] ** REMOVE **
1805 * src/utils.[ch] ** REMOVE **
1806 replaced by new files in src/common/
1808 * src/common/Makefile.am
1809 add new files in src/common/
1811 * src/common/defs.h ** NEW **
1812 * src/common/intl.h ** NEW **
1813 * src/common/log.[ch] ** NEW **
1814 * src/common/socket.[ch] ** NEW **
1815 * src/common/ssl.[ch] ** NEW **
1816 * src/common/utils.[ch] ** NEW **
1817 replacement for files in src/
1819 2002-12-02 [colin] 0.8.6claws48
1822 Scroll folderview if necessary during dnd
1824 2002-12-02 [colin] 0.8.6claws47
1827 Add check to verify a move is within a single mailbox
1829 Add specific error string for this check
1831 2002-12-02 [colin] 0.8.6claws46
1834 Add a test to folder moving, remove a statusbar_print
1836 Add Move folder... context-menu item
1837 Factorize folder moving code
1838 Enable folder DND for mbox
1840 2002-12-01 [christoph] 0.8.6claws45
1843 remove conf.aspelltest if the version check fails
1845 2002-11-30 [christoph] 0.8.6claws44
1848 run libtoolize --force in autogen to create missing
1851 2002-11-30 [christoph] 0.8.6claws43
1857 * src/uuencode.[ch] ** REMOVED **
1858 * src/common/Makefile.am
1859 * src/common/uuencode.[ch] ** NEW **
1860 move uuen/decoder to common directory
1862 2002-11-30 [christoph] 0.8.6claws42
1865 * src/base64.[ch] ** REMOVED **
1874 * src/common/Makefile.am
1875 * src/common/base64.[ch] ** NEW **
1876 move base64 en/decoder to common directory
1878 2002-11-30 [christoph] 0.8.6claws41
1880 * src/common ** NEW **
1881 new directory for UI independent code
1883 new directory for GTK frontend
1884 * src/common/.cvsignore ** NEW **
1885 * src/gtk/.cvsignore ** NEW **
1887 * src/common/Makefile.am ** NEW **
1888 * src/gtk/Makefile.am ** NEW **
1889 automake files to build new seperated stuff
1891 the binary will currently still be build with the
1892 files in src, so we include the code from the
1893 subdirs for now after building the libs there
1895 2002-11-30 [paul] 0.8.6claws40
1898 fix bug [642731] 'Wrong selected account with drafted mail'
1900 2002-11-29 [oliver] 0.8.6claws39
1903 o update summaryview when switching between different
1906 o check if messageview holds already removed msg
1910 2002-11-29 [oliver] 0.8.6claws38
1913 remove not needed variables and includes
1914 make messageview stay opened and move to next when msgs are deleted
1916 2002-11-29 [oliver] 0.8.6claws37
1919 disable compose button (messageview toolbar) by default
1920 deleted msgs are moved to trash
1922 2002-11-29 [melvin] 0.8.6claws36
1925 Increased minimal gpgme version to 0.3.10 (Zombies out)
1926 and to detect signatures expirations (gpgme 0.3.6)
1929 Use non obsolescent function for Gpgme engine checking.
1932 Inform about expired signatures or signatures which key
1933 has expired. Expiration date is displayed.
1936 Inform about expired signatures or signatures which key
1939 2002-11-28 [paul] 0.8.6claws35
1942 re-instate 'Check for new messages' in Newsgroup
1943 folders right-click menu, after a suggestion from
1944 Tim Mann <timmann@users.sourceforge.net>
1947 after a crash check only local folders for new
1950 2002-11-28 [paul] 0.8.6claws34
1953 apply patch that fixes the checking of GTK with XIM
1954 support on different OSs, such as FreeBSD. Patch
1955 submitted by Topia <topia@users.sourceforge.net>
1957 2002-11-28 [paul] 0.8.6claws33
1962 more changes to the English
1964 2002-11-28 [paul] 0.8.6claws32
1966 * sync with 0.8.6cvs13
1967 see ChangeLog 2002-11-28 (no sync needed
1970 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
1972 * src/mainwindow.[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.6claws30
1978 * src/messageview.[ch]
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.6claws29
1985 add patch by Ivan F. Martinez introducing messageview Toolbar
1986 some changes and committed by oliver
1988 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
1991 add patch by Ivan F. Martinez introducing messageview Toolbar
1992 some changes and committed by oliver
1994 2002-11-28 [oliver] 0.8.6claws27
1996 * src/prefs_toolbar.[ch]
1997 getting ready for messageview toolbar
1998 free mem allocated by gettext
1999 change prefs_toolbar to prefs_toolbar_open
2001 2002-11-28 [thorsten] 0.8.6claws26
2003 * src/imageview.[ch]
2004 cleaned up conflicting declarations of
2005 imageview_show_image()
2007 2002-11-28 [paul] 0.8.6claws25
2009 * src/grouplistdialog.c
2011 src/prefs_summary_column.c
2012 a few more improvements to the English
2014 2002-11-28 [colin] 0.8.6claws24
2017 A few updates to command-line parameters
2019 2002-11-28 [colin] 0.8.6claws23
2021 * src/prefs_filtering.c
2022 Fix problems with prefs_filtering_delete_path:
2023 a) if the first rule is removed, original pointers
2024 weren't updated (leading to segfaults)
2025 b) it was always global_processing updated in case
2026 of removed path was parent of rule path
2028 2002-11-27 [paul] 0.8.6claws22
2034 src/prefs_customheader.c
2035 src/prefs_display_header.c
2036 src/prefs_filtering.c
2037 src/prefs_folder_item.c
2040 src/prefs_summary_column.c
2041 src/prefs_template.c
2043 improve the English in the GUI
2045 2002-11-27 [colin] 0.8.6claws21
2048 Fix processing renaming problems happening after
2051 2002-11-27 [colin] 0.8.6claws20
2054 recursive move now deletes src each subfolder after
2057 Use identifier instead of path during dnd (enables
2060 2002-11-27 [paul] 0.8.6claws19
2063 apply patch that does command-line processing
2064 BEFORE gtk_init, allowing claws to run from
2065 shell-scripts in non-X environment (e.g. crontab
2066 or ip-up, ip-down scripts). Patch submitted by
2067 Ruslan N. Balkin <baron@dartel.ru>
2070 updated by Alessandro Maestri
2072 2002-11-27 [paul] 0.8.6claws18
2074 * sync with 0.8.6cvs12
2076 Differences are that main uses a 'Receive dialog'
2077 frame on the Interface tab, whereas claws groups all
2078 the dialogs together in a 'Dialogs' frame.
2080 2002-11-27 [colin] 0.8.6claws17
2082 * src/prefs_matcher.c
2083 Fix Execute criteria's NOT flag
2086 2002-11-26 [christoph] 0.8.6claws16
2089 rewrite the ssl code a little bit, only use one
2090 SSL context, set default certificates' file/path
2092 2002-11-26 [thorsten] 0.8.6claws15
2095 default-reply-to didn't work for ml-reply
2097 2002-11-26 [melvin] 0.8.6claws14
2099 * src/prefs_actions.c
2100 Made pipe-actions ignore short headers in message view
2101 Made trailing-pipe-actions write in the message view with
2102 the same font as the original message
2104 2002-11-26 [paul] 0.8.6claws13
2107 this time commit the correct file
2109 2002-11-26 [paul] 0.8.6claws12
2111 * sync with 0.8.6cvs11
2112 src/quote_fmt_parse.y
2117 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2119 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
2122 see ChangeLog 2002-11-25 and 2002-11-26
2124 2002-11-26 [colin] 0.8.6claws11
2127 Fix collapsed folder not auto-expanding during
2128 mail dnd, if it was the source folder.
2130 2002-11-25 [colin] 0.8.6claws10
2132 * src/folderview.[ch]
2133 Variable renaming and cleaning (slist of nodes
2134 to be re-collapsed is stored in FolderView)
2136 2002-11-25 [paul] 0.8.6claws9
2138 * src/prefs_common.[ch]
2139 fix breakage caused by last commit
2141 2002-11-25 [paul] 0.8.6claws8
2143 * sync with 0.8.6cvs4
2144 see ChangeLog 2002-11-21
2146 2002-11-25 [paul] 0.8.6claws7
2148 * sync with 0.8.6cvs4
2149 see ChangeLog 2002-11-20
2151 2002-11-25 [paul] 0.8.6claws6
2153 * sync with 0.8.6cvs3
2154 see ChangeLog 2002-11-18
2156 2002-11-25 [colin] 0.8.6claws5
2159 Add gtkut_ctree_node_is_parent()
2161 Spring-loaded folders
2163 2002-11-25 [colin] 0.8.6claws4
2166 Add slist_concat_unique(), function to merge
2167 two GSList filtering dups
2169 * src/summaryview.[ch]
2172 Add detection/update/display of unread answers
2175 Add procmsg_find_children()
2176 Add procmsg_msg_has_marked_parent()
2178 2002-11-25 [colin] 0.8.6claws3
2180 * src/ssl_certificate.[ch]
2181 Allow checking a certificate without a DNS
2183 Allow to forget a cert (by deleting it)
2184 Make ssl_certificate_destroy_public
2185 * src/ssl_manager.[ch] ** NEW FILES **
2186 Gui to manage (display/remove) certificates
2187 * src/prefs_common.[ch]
2188 Add a pref to allow silent acceptation of
2189 trusted certificates or not (based on the
2190 "I want to know what's going on" principle)
2192 Add SSL manager in Tools menu
2194 Add the new files to the build
2196 Add ssl_manager.c to translations
2198 2002-11-25 [colin] 0.8.6claws2
2200 * src/summaryview.[ch]
2201 Add S_SEARCH_EXTENDED to the quick search, which
2202 allows to search using filtering syntax.
2204 2002-11-25 [colin] 0.8.6claws1
2207 Deletion of duplicates now prefer deleting
2208 the unread dup (fixes feature-request 638989).
2210 2002-11-24 [paul] 0.8.6claws
2216 updated by Ricardo Mones Lastra,
2217 Witold Wladyslaw Wojciech Wilk,
2218 Ruslan N. Balkin, and Urke MMI
2221 2002-11-24 [paul] 0.8.5claws182
2224 updated by George Danchev
2226 2002-11-23 [alfons] 0.8.5claws181
2229 tiny memory leak found by browsing Dimitar's
2232 2002-11-23 [paul] 0.8.5claws180
2235 updated by Alessandro Maestri
2237 2002-11-22 [christoph] 0.8.5claws179
2241 * src/prefs_filtering.c
2245 2002-11-22 [alfons] 0.8.5claws178
2248 summary_execute_delete_func(): if message is deleted, make
2249 sure to also remove its entry in the subject hash table.
2250 fixes a corner case bug.
2252 2002-11-22 [paul] 0.8.5claws177
2255 add 'autom4te.cache'
2257 * ltconfig ** REMOVED **
2260 2002-11-22 [paul] 0.8.5claws176
2263 textview_set_font(): fix for message display in
2264 UTF-8 locales (thanks to Sergey Vlasov).
2267 add new team members and contributors
2270 2002-11-21 [colin] 0.8.5claws175
2273 Add procmsg_remove_special_headers()
2275 Use procmsg_remove_special_headers() for
2278 2002-11-21 [colin] 0.8.5claws174
2281 Fix moving/copying from queue/draft folders
2284 2002-11-21 [christoph] 0.8.5claws173
2290 * src/matcher_parser_lex.[hl]
2292 * src/mbox_folder.[ch]
2293 * src/prefs_filtering.c
2295 * src/quote_fmt_lex.l
2297 fix all warnings except the warnings in lex and yacc files
2299 2002-11-20 [christoph] 0.8.5claws172
2302 fix MsgInfo retrieval for IMAP draft and queue folders
2303 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2305 2002-11-19 [christoph] 0.8.5claws171
2308 fix segfault, when draft saving does not get
2309 the MsgInfo of the new message
2310 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2312 2002-11-19 [christoph] 0.8.5claws170
2315 add parameter check for flag setting function
2316 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2318 2002-11-18 [paul] 0.8.5claws169
2321 more sensitivity fixes to redirect mode:
2322 * disable toolbar draft button
2323 * allow only Address book in the Tools menu
2324 * disable editing of message by the spell
2327 2002-11-18 [paul] 0.8.5claws168
2330 fix sensitivity of menu items in compose_redirect():
2331 allow only the necessary items
2333 2002-11-18 [paul] 0.8.5claws167
2336 fix bug [ 603259 ] 'attachment got lost on bounce'
2338 2002-11-18 [paul] 0.8.5claws166
2341 updated by Ruslan N. Balkin <baron@dartel.ru>
2343 2002-11-18 [colin] 0.8.5claws165
2347 Remove old filtering stuff
2350 2002-11-17 [oliver] 0.8.5claws164
2353 remove not needed typedef
2355 2002-11-17 [oliver] 0.8.5claws163
2358 make toolbar's on click events translatable
2360 2002-11-15 [colin] 0.8.5claws162
2363 Revert too-soon integration of a feature
2365 2002-11-15 [christoph] 0.8.5claws161
2368 use main's implementation of imap_get_msginfo
2370 2002-11-15 [christoph] 0.8.5claws160
2380 replace claws' fetch_msginfo with main's get_msginfo
2381 (use main's implementation where possible)
2383 2002-11-15 [colin] 0.8.5claws159
2385 * src/ssl_certificate.c
2388 2002-11-16 [melvin] 0.8.5claws158
2391 Updated French translations.
2393 2002-11-16 [colin] 0.8.5claws157
2395 * src/ssl_certificate.c
2396 Check for missing parts in the certificates
2398 2002-11-15 [colin] 0.8.5claws156
2401 Preventive fix (missing check) found by
2407 sync with 0.8.6 release
2409 2002-11-15 [colin] 0.8.5claws155
2413 Fix error handling of folder_item_move_to()
2416 2002-11-15 [colin] 0.8.5claws154
2420 folder_item_move_to() sets an error message instead
2421 of having GUI stuff in folder.c
2423 2002-11-15 [colin] 0.8.5claws153
2426 Implemented a callback for MsgInfo updates,
2427 heavily copy/pasted from Christoph's folder
2429 * src/summaryview.[ch]
2430 Register summary_update_msg as callback
2432 2002-11-14 [colin] 0.8.5claws152
2435 Update the FolderItem after sending (fixes 617593)
2437 2002-11-14 [christoph] 0.8.5claws151
2440 fix wrong position of NULL pointer check found
2443 2002-11-14 [christoph] 0.8.5claws150
2446 fix segfault when deleting messages from IMAP folders
2447 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2449 2002-11-14 [colin] 0.8.5claws149
2452 Forwarding was also ignoring the folder's default account.
2454 2002-11-14 [colin] 0.8.5claws148
2457 Fix sent folder not set to folder properties when
2460 2002-11-14 [thorsten] 0.8.5claws147
2463 inc_start(): Files were not moved from .processing to inbox,
2464 if no global processing rule existed
2466 2002-11-14 [colin] 0.8.5claws146
2468 * src/ssl_certificate
2471 2002-11-14 [paul] 0.8.5claws145
2474 updated by Alessandro Maestri
2476 2002-11-13 [alfons] 0.8.5claws144
2479 folder_item_close(): only mark messages unread
2480 when a folder has new messages
2482 2002-11-13 [keith] 0.8.5claws143
2485 Fix problem moving or copying between
2488 2002-11-13 [colin] 0.8.5claws142
2490 * src/matcher_parser_parse.y
2491 Fix rule problem when " don't match
2493 2002-11-13 [christoph] 0.8.5claws141
2497 moved cache saving to folder_item_close
2498 the folderview should not have to deal with
2501 2002-11-13 [christoph] 0.8.5claws140
2504 moved setting of important score to
2505 summary_set_prefs_from_folderitem
2507 2002-11-13 [colin] 0.8.5claws139
2509 * src/matcher_parser_parse.y
2510 Fix a segfault in the parser (happening when
2511 a good expression had been tested and a bad
2514 2002-11-13 [paul] 0.8.5claws138
2516 * sync with 0.8.5cvs24
2517 see ChangeLog 2002-11-13
2520 updated by Fabio Jr. Beneditto
2522 2002-11-13 [colin] 0.8.5claws137
2527 Revert last commit, problem
2529 2002-11-13 [colin] 0.8.5claws136
2532 Remove duplicated code
2534 Bumped CACHE_VERSION and MARK_VERSION
2536 Network endian for cache and mark files
2538 2002-11-12 [colin] 0.8.5claws135
2541 Fix the "socket error" dialog which disappeared
2543 2002-11-12 [colin] 0.8.5claws134
2546 Reverse last commit which had performance
2547 problems, but still reverse the list
2549 2002-11-12 [colin] 0.8.5claws133
2554 2002-11-12 [melvin] 0.8.5claws132
2557 Added a check for a NULL prefs_common.dictionary
2559 2002-11-12 [colin] 0.8.5claws131
2561 * src/ssl_certificate.[ch]
2564 2002-11-12 [colin] 0.8.5claws130
2566 * src/ssl_certificate.[ch]
2567 Take connection port into account for
2568 checking certificates (a single hostname
2569 could have multiple servers with multiple
2572 Pass the port to ssl_certificate_check
2574 2002-11-12 [paul] 0.8.5claws129
2577 fix a typo in last commit
2579 2002-11-12 [paul] 0.8.5claws128
2581 * sync with 0.8.5cvs23
2582 see ChangeLog entry 2002-11-12
2584 2002-11-11 [colin] 0.8.5claws127
2586 * src/ssl_certificate.c
2588 Don't popup, instead log error, if the
2589 corresponding pref is checked
2590 * src/ssl_certificate.h
2591 include <openssl/objects/h>
2593 2002-11-11 [colin] 0.8.5claws126
2595 * src/ssl_certificate.h
2598 2002-11-11 [colin] 0.8.5claws125
2600 * src/ssl_certificate.c
2603 2002-11-11 [colin] 0.8.5claws124
2607 * src/ssl_certificate.[ch]
2608 Cleaned a bit (better use of SSL API)
2609 (This will cause non-recognition of saved
2610 certificates of claws12[23]...)
2612 2002-11-11 [paul] 0.8.5claws123
2615 updated by Ricardo Mones Lastra
2617 2002-11-11 [colin] 0.8.5claws122
2622 2002-11-11 [colin] 0.8.5claws121
2624 * src/ssl_certificate.[ch] ** NEW FILES **
2626 Check SSL certificates presented to us
2628 Add ssl_certificate.[ch]
2630 Add ssl_certificate.c
2632 2002-11-11 [paul] 0.8.5claws120
2634 * sync with 0.8.5cvs22
2635 see ChangeLog 2002-11-11
2637 2002-11-11 [paul] 0.8.5claws119
2639 * sync with 0.8.5cvs21
2640 see ChangeLog 2002-11-11
2642 2002-11-10 [jens] 0.8.5claws118
2646 corrected some typing
2648 updated german translation
2650 cleaned up specfile and adjusted it for claws
2652 2002-11-10 [colin] 0.8.5claws117
2655 a STATUSBAR_PUSH/POP fix
2657 2002-11-10 [colin] 0.8.5claws116
2659 * src/prefs_folder_item.c
2660 Fix hanging after opening folder properties
2662 2002-11-10 [hoa] 0.8.5claws115
2664 * src/matcher_parser_lex.l
2665 * src/matcher_parser_parse.y
2666 config file for scoring and filtering is no more trashed
2667 when there is a syntax error in a filtering rule when
2668 editing it in a dialog.
2670 2002-11-09 [colin] 0.8.5claws114
2673 Added missing initialisation of folder->destroy()
2675 2002-11-09 [colin] 0.8.5claws113
2679 Fix the status bar messages
2681 2002-11-09 [colin] 0.8.5claws112
2684 Fix hangs after folder dnd, happening after
2687 2002-11-09 [christoph] 0.8.5claws111
2690 just changed order of calls (reverse order of
2693 lock inc when checking only one account, otherwise
2694 inc all could be executed at the same time
2696 2002-11-09 [christoph] 0.8.5claws110
2699 better unlock the mouse cursor before calling
2700 summary_show because it changes the cursor too
2702 2002-11-09 [christoph] 0.8.5claws109
2706 add functions to open and close a folder
2707 o opending will execute scanning for remote folders
2709 o closing will unset new flag for messages
2711 2002-11-09 [colin] 0.8.5claws108
2714 Add a call to prefs_matcher_write_config to
2715 avoid non-leaf folders filtering settings to be
2718 2002-11-09 [paul] 0.8.5claws107
2720 * src/prefs_account.c
2723 2002-11-09 [colin] 0.8.5claws106
2728 2002-11-09 [colin] 0.8.5claws105
2731 Fix prefs_filtering deletion for MH folders (same
2733 * src/prefs_filtering.c
2734 Fix prefs_filtering renaming and deletion for
2735 folder-based processing rules.
2737 2002-11-09 [christoph] 0.8.5claws104
2741 * src/folderview.[ch]
2747 * src/prefs_folder_item.c
2750 implement a callback system for folder item updates
2752 2002-11-09 [colin] 0.8.5claws103
2755 Fix prefs_filtering renaming for MH folders (we
2756 shouldn't rename by path as another folder could
2757 have the same hierarchy).
2759 2002-11-09 [colin] 0.8.5claws102
2762 Fix a leak found by Christoph, use better variable
2765 2002-11-09 [colin] 0.8.5claws101
2768 One more fix for processing rules
2770 2002-11-08 [colin] 0.8.5claws100
2773 Don't copy the compiled regexp (will be reevaluated)
2775 Lock folderview while moving
2777 Provide info on what's happening to the user
2779 2002-11-08 [colin] 0.8.5claws99
2782 Fix folder reordering after a move if parent is
2785 Add function to copy a ScoringProp
2786 * src/prefs_folder_item.c
2787 Copy scoring rules when copying a folder prefs
2789 2002-11-08 [colin] 0.8.5claws98
2792 Fixes in case of failure
2793 * src/filtering.[ch]
2794 Add function to duplicate a FilteringProp
2796 Add function to duplicate a MatcherProp
2797 * src/prefs_folder_item.c
2798 Save folder's processing rules when copying
2801 2002-11-08 [colin] 0.8.5claws97
2806 Change a printf to debug_print
2808 2002-11-08 [colin] 0.8.5claws96
2812 Fix segfaults, call me stupido
2815 2002-11-08 [colin] 0.8.5claws95
2818 Added forgotten prefs to save when moving folders
2820 2002-11-08 [colin] 0.8.5claws94
2823 Fixes to folder DND (prefs copy)
2825 Optimization for folder DND (don't rescan whole tree)
2826 Added folderview_create_folder_node() for this
2827 optimization, so de-duped a bit the code
2828 * src/prefs_folder_item.[ch]
2829 Added prefs_folder_item_copy_prefs()
2831 2002-11-08 [paul] 0.8.5claws93
2833 * src/prefs_account.c
2835 tools/kmail2sylpheed_v2.pl
2838 2002-11-08 [paul] 0.8.5claws92
2841 src/prefs_account.[ch]
2842 remove account options 'clearsign' and 'ascii_armored',
2843 replace with 'default_gnupg_mode' to prevent mixed-mode
2846 2002-11-08 [paul] 0.8.5claws91
2849 re-implement GnuPG 'on-the-fly' mode selection,
2852 2002-11-08 [colin] 0.8.5claws90
2855 src/prefs_folder_item.c
2856 Change "Property" to "Properties"
2858 2002-11-07 [colin] 0.8.5claws89
2862 Allow folder dropping to a root folder
2864 2002-11-07 [paul] 0.8.5claws88
2869 2002-11-07 [paul] 0.8.5claws87
2872 fix reply-to-list bug. closes bug report
2873 "[633382] reply-to-list broken in recent cvs"
2875 2002-11-07 [paul] 0.8.5claws86
2878 add a forgotten '#if USE_GPGME ... #endif'
2880 2002-11-07 [paul] 0.8.5claws85
2882 * sync with 0.8.5cvs20
2883 see ChangeLog 2002-11-07
2885 2002-11-07 [colin] 0.8.5claws84
2888 Change folder_item_move_to to return the newly
2891 Select the new folderitem after moving.
2893 2002-11-07 [colin] 0.8.5claws83
2895 * src/prefs_filtering.c
2896 Fix rule rewriting when moving a leaf folder to a
2899 2002-11-07 [colin] 0.8.5claws82
2901 * src/prefs_filtering.c
2904 2002-11-07 [colin] 0.8.5claws81
2907 Add folder_item_move_to() function to move a
2908 folderitem into another one (updates matcher etc)
2910 Add folder drag'n drop (context menu to come)
2911 [Should be dataloss free, but Please backup before
2914 2002-11-06 [colin] 0.8.5claws80
2917 mh_create_folder() returns NULL if can't create
2920 2002-11-06 [paul] 0.8.5claws79
2923 allow 'on-the-fly' changing of the type of encryption
2924 and/or signing used (mime/ascii) via the compose window
2926 2002-11-06 [paul] 0.8.5claws78
2928 * sync with 0.8.5cvs19
2929 see ChangeLog 2002-11-06 for src/account.c:
2930 account_get_special_folder()
2932 2002-11-05 [alfons] 0.8.5claws77
2935 very minor cleanups: nothing to see here, move on. :-)
2937 2002-11-05 [colin] 0.8.5claws76
2940 Changes choices if compose windows are opened to
2941 Discard, Draft, Don't quit
2943 2002-11-05 [thorsten] 0.8.5claws75
2946 reenabled default_reply_to folder option
2948 2002-11-05 [colin] 0.8.5claws74
2955 add clean_quit() for the SIGTERM handler
2957 2002-11-05 [paul] 0.8.5claws73
2960 updated by Ricardo Mones Lastra
2962 2002-11-05 [melvin] 0.8.5claws72
2965 Fixed log-clipping bug #616795.
2966 To stop logging in the log window use 0 length.
2967 * src/prefs_common.c
2968 Added a label to inform about the 0 log length behaviour.
2970 2002-11-05 [paul] 0.8.5claws71
2972 * sync with 0.8.5cvs17
2973 see ChangeLog 2002-11-05
2975 2002-11-04 [paul] 0.8.5claws70
2977 * sylpheed-128x128.png
2980 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2981 <nikai@users.sourceforge.net>
2984 updated by George Danchev
2986 2002-11-03 [thorsten] 0.8.5claws69
2991 add check if gpg is active
2993 2002-11-03 [thorsten] 0.8.5claws68
2996 removed GSList declaration causing trouble on MacOS-X
2997 (submitted by alfons, reported by xfesty)
2999 2002-11-01 [paul] 0.8.5claws67
3002 remove last remnants of main's filter code
3004 2002-11-01 [paul] 0.8.5claws66
3006 * tools/filter_conv.pl
3007 fix bug where user-defined headers were ignored
3009 2002-11-01 [paul] 0.8.5claws65
3012 make a debug_print() not translatable
3014 2002-10-31 [melvin] 0.8.5claws64
3017 Fixed --disable-aspell-test. Now --disable-aspell-test will
3018 not run any GNU/aspell test. The dictionary path will
3019 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
3020 was given, in which case, it will be $prefix/lib/aspell/
3022 Fixed typo in commentary (Aspell code).
3024 2002-10-31 [paul] 0.8.5claws63
3027 remove src/filter.c and src/prefs_filter.c
3028 thanks to Ricardo for reminding me
3030 2002-10-31 [colin] 0.8.5claws62
3035 2002-10-31 [paul] 0.8.5claws61
3037 * src/prefs_filter.[ch] ** REMOVED **
3038 src/filter.[ch] ** REMOVED **
3047 src/prefs_filtering.c
3048 src/summaryview.[ch]
3049 remove main's 'filter' code
3052 update to reflect removal of main's filter
3054 2002-10-31 [paul] 0.8.5claws60
3057 remove check for global_processing in summary_filter_open().
3058 This fixes the bug where if the user uses the right-click
3059 'Create filter rule...' and doesn't have any filter rules
3060 already defined in claws' advanced filtering, the newly
3061 created filter rule goes to main's filtering which is
3062 inaccessible through the gui. Now the filter rule gets added
3063 to claws' filtering by default.
3065 2002-10-28 [melvin] 0.8.5claws59
3067 * src/prefs_actions.c
3068 Fixed bug #627322 where MIME parts were not always
3069 correctly passed to a %p action
3070 Display an error dialog when message filename is not found.
3072 2002-10-28 [melvin] 0.8.5claws58
3074 * src/prefs_common.c
3075 Readded a missing function declaration lost in 0.8.3claws34
3077 2002-10-28 [paul] 0.8.5claws57
3079 * sync with 0.8.5cvs15
3080 see ChangeLog 2002-10-28 and 2002-10-25
3082 Note: ChangeLog entry 2002-10-24 is not sync'ed.
3084 2002-10-27 [oliver] 0.8.5claws56
3087 plug leak in pop3_top_recv
3089 2002-10-26 [christoph] 0.8.5claws55
3092 set need_update folder flag when messages are added
3093 (closes bug [ 626922 ] folder not updated after receiving)
3095 2002-10-25 [melvin] 0.8.5claws54
3098 Fixed a memleak introduced in the scaling code.
3100 2002-10-24 [alfons] 0.8.5claws53
3103 make filtering's forward message action forward from the
3105 (closes bug [628089 ] Filter -> Forward from address problem
3108 2002-10-24 [christoph] 0.8.5claws52
3112 o use manual of current locale or english if current
3113 locale is not available (and english is available)
3114 o also link to sylpheed doc project manuals
3116 2002-10-23 [paul] 0.8.5claws51
3119 tools/kmail2sylpheed_v2.pl
3120 add new version of kmail addressbook importer script.
3121 works with newer versions of Kmail/KAddressBook which
3122 have new and rearranged data.
3124 2002-10-23 [martin] 0.8.5claws50
3130 added length parameter to get_abbrev_newsgroup_name()
3131 changed this function so that it abbreviates the newsgroup
3132 names only so long it is smaller than the length parameter
3133 (for better reading of some newsgroup names and space efficiency)
3135 2002-10-22 [colin] 0.8.5claws49
3138 Revert Alfons' last modification (after voting ;-))
3140 2002-10-21 [alfons] 0.8.5claws48
3143 folder view in folder selection dialog reflects state of
3144 folder view in main window
3146 2002-10-18 [alfons] 0.8.5claws47
3149 drop imported messages in folder selected by user,
3150 and not in the inbox
3151 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
3153 2002-10-18 [alfons] 0.8.5claws46
3156 make automagic reply work correctly for email accounts
3157 (whether it's viable to do a full sync with Hiro's
3158 compose.c is still under discussion)
3160 2002-10-18 [melvin] 0.8.5claws45
3162 * src/prefs_actions.c
3163 Fixed bug #622275 where asynchroneous actions left
3165 Made (synchroneous) actions' input be displayed live.
3167 2002-10-18 [christoph] 0.8.5claws44
3170 don't add a newline in the textview in front of the
3171 first textpart if header display is disabled
3172 (closes bug [ 603385 ] disabled header display leaves blank
3175 2002-10-18 [christoph] 0.8.5claws43
3182 folder->get_num_list now returns an error code
3183 (closes bug [ 609424 ] News cache cleared on failure)
3185 2002-10-17 [colin] 0.8.5claws42
3188 Changed a printf by debug_print
3192 * tools/OOo2sylpheed.pl
3193 allow for spaces in the name of the
3194 file to be attached.
3196 2002-10-16 [colin] 0.8.5claws41
3199 Use a tristate to change online mode
3201 2002-10-16 [paul] 0.8.5claws40
3204 updated by Ricardo Mones Lastra
3206 2002-10-16 [colin] 0.8.5claws39
3210 Added --online and --offline command-line
3213 2002-10-15 [christoph] 0.8.5claws38
3216 set mimeinfo->name to NULL after g_free to
3217 avoid double freeing with g_free
3219 2002-10-14 [christoph] 0.8.5claws37
3224 remove calls to folder->change_flags that are now
3225 done by procmsg flag functions (seems it is not
3226 used by any foldertype anyway)
3228 init folder->change_flags with NULL
3230 2002-10-14 [christoph] 0.8.5claws36
3234 use virtual functions for folder item new and destroy
3237 2002-10-14 [melvin] 0.8.5claws35
3240 Added a test to not run the spell checker if no default
3241 dictionary is available. No dialog is displayed though.
3243 2002-10-14 [melvin] 0.8.5claws34
3246 Fixed bug in dictionary list context menu where
3247 "More..." pointed to an emtpy submenu if the
3248 number of dictionaries is a multiple of 15
3249 Removed unneeded code in suggestions list creation
3251 2002-10-14 [paul] 0.8.5claws33
3254 updated by George Danchev
3256 2002-10-13 [hoa] 0.8.5claws32
3259 src/matcher_parser_parser.y
3260 removed the escaped string from internal structure
3263 2002-10-12 [colin] 0.8.5claws31
3265 * src/gtksctree.[ch]
3267 Removed useless function gtksctree_reanchor
3269 2002-10-12 [alfons] 0.8.5claws30
3271 * sync with remaining main changes 2002-10-09 - 2002-10-11
3272 - drop changes to src/compose.c (requires claws specific changes)
3274 2002-10-12 [alfons] 0.8.5claws29
3276 * sync with main changes of 2002-10-08
3277 - drop changes to src/compose.c (requires claws specific changes)
3278 - drop changes to src/summaryview.c (requires changes to compose.c)
3280 2002-10-12 [alfons] 0.8.5claws28
3282 * sync with main changes of 2002-10-07
3284 2002-10-12 [alfons] 0.8.5claws27
3286 * sync with main changes of 2002-10-04
3287 - drop changes to src/compose.c (requires claws specific changes)
3288 - drop changes to src/prefs_folder_item.c (claws implementation
3289 seems to be working)
3291 2002-10-12 [colin] 0.8.5claws26
3294 Fix folder-flicker when space-reading, introduced
3297 2002-10-12 [colin] 0.8.5claws25
3300 Save account address when saving as draft.
3303 2002-10-12 [colin] 0.8.5claws24
3306 Fix the problem consisting of no message selected
3307 after the last message in a folder has been moved.
3309 2002-10-12 [paul] 0.8.5claws23
3312 src/prefs_template.c
3314 add Cc and Bcc to templates. Patch submitted by
3317 2002-10-12 [colin] 0.8.5claws22
3320 Fix a bug after "Check for new messages":
3321 If a folder was opened, it was still selected at
3322 the end of the check, but displayed empty.
3324 Remove unnecessary check
3329 be more verbose in the description of
3333 2002-10-11 [colin] 0.8.5claws21
3336 Make space work (better) when no mail is selected
3338 2002-10-11 [colin] 0.8.5claws20
3344 2002-10-11 [colin] 0.8.5claws19
3347 revert 0.8.5claws6 changes as i couldn't get to
3350 2002-10-11 [melvin] 0.8.5claws18
3353 Removed buggy and unused macro (should have been committed in
3356 2002-10-11 [melvin] 0.8.5claws17
3359 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3361 2002-10-11 [thorsten] 0.8.5claws16
3364 remove rescan warning
3366 2002-10-11 [colin] 0.8.5claws15
3369 fix a segfault that happens if conv_unmime_header
3370 fails (should be better to find out why it fails)
3372 2002-10-11 [christoph] 0.8.5claws14
3375 update folderview stats after ignore/unignore thread
3377 2002-10-11 [hoa] 0.8.5claws13
3379 * src/quote_fmt_parse.y
3380 Fixed a yacc/bison syntax error
3382 Escaping of string is fixed.
3384 2002-10-11 [colin] 0.8.5claws12
3387 Resize images to fit
3389 2002-10-11 [paul] 0.8.5claws11
3392 updated by Ricardo Mones Lastra
3394 2002-10-10 [alfons] 0.8.5claws10
3397 allow dropping files by "moving" files from a file manager,
3398 not only by the more cumbersome "copying". the latter
3399 mostly implies holding down the Control button
3401 2002-10-10 [christoph] 0.8.5claws9
3404 update folders after thread building for ignored threads
3406 2002-10-10 [christoph] 0.8.5claws8
3410 * src/filtering.[ch]
3412 * src/folderview.[ch]
3417 * src/summaryview.[ch]
3418 o added new flag need_update to FolderItem
3419 o removed folder_table from various functions from tracking
3421 o set need_update flags in folder.c's move, copy and delete
3422 functions and procmsg's flags functions
3423 o added function folderview_update_items_when_required that
3424 updates all folders with need_update set
3425 o call folderview_update_items_when_required instead of
3426 folderview_update_item_foreach
3428 2002-10-09 [sergey] 0.8.5claws7
3431 Strip CRs whel loading the text into editor in reedit mode.
3433 2002-10-09 [colin] 0.8.5claws6
3436 Make Space work when no mail is selected
3438 2002-10-09 [colin] 0.8.5claws5
3440 * src/gtksctree.[ch]
3442 Add gtk_sctree_reanchor()
3444 Use gtk_sctree_reanchor() - better fix for
3447 2002-10-09 [colin] 0.8.5claws4
3450 Fix shift-click select after delete problem
3453 2002-10-08 [thorsten] 0.8.5claws3
3456 exclude current msg from -hide read messages-
3458 2002-10-08 [colin] 0.8.5claws2
3463 Differentiate socket errors from disk full
3466 2002-10-08 [christoph] 0.8.5claws1
3470 modifications for new config directory
3472 * config.guess ** REMOVED **
3473 * config.sub ** REMOVED **
3474 * install-sh ** REMOVED **
3475 * ltmain.sh ** REMOVED **
3476 * missing ** REMOVED **
3477 * mkinstalldirs ** REMOVED **
3478 these files are autogenerated by automake
3479 when you run autogen.sh
3481 * config/.cvsignore ** NEW FILE **
3482 * config/Makefile.am ** NEW FILE **
3483 ignore autogenerated files
3484 create a Makefile in this directory
3486 2002-10-08 [paul] 0.8.5claws
3488 * 0.8.5claws release
3493 fix quote reply format for newsgroups reply bug
3498 updated by me and Witold Wladyslaw Wojciech Wilk
3501 2002-10-07 [paul] 0.8.3claws53
3506 updated messages catalogs, submitted by
3507 Alessandro Maestri, Fabio Jr.Beneditto
3508 and Urke MMI, respectively.
3510 2002-10-07 [christoph] 0.8.3claws52
3515 fix new folder ghost message bug
3516 (closes bug [ 619722 ] wrong count for newly created folders)
3518 2002-10-07 [christoph] 0.8.3claws51
3521 fix news posting problem
3523 2002-10-07 [melvin] 0.8.3claws50
3526 Updated French translation
3528 2002-10-05 [christoph] 0.8.3claws49
3531 check if line_start_cache is set in gtk_stext_update_text
3532 (closes bug [ 618119 ] crash while doing search in folder)
3534 2002-10-05 [christoph] 0.8.3claws48
3540 implement cache cleanups for claws' folder system
3541 (closes bug [ 595916 ] imapcache not cleaned up)
3543 2002-10-05 [melvin] 0.8.3claws47
3545 * src/prefs_actions.c
3546 Made the help text more clear for the %p token
3548 2002-10-04 [paul] 0.8.3claws46
3551 see ChangeLog 2002-10-02 and 2002-10-03
3553 2002-10-04 [christoph] 0.8.3claws45
3556 fix segfault caused by pop before smtp
3557 call to inc_account_mail with NULL
3560 2002-10-04 [paul] 0.8.3claws44
3563 sync the LDAP detection from 0.8.5cvs1
3565 2002-10-02 [christoph] 0.8.3claws43
3568 fix small spelling error
3570 2002-10-02 [melvin] 0.8.3claws42
3573 Behave better and say "no" when test program cannot be run.
3575 2002-10-02 [paul] 0.8.3claws41
3577 * sync with 0.8.4cvs1
3578 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3581 toggle the behavior of Reply menuitem between
3582 normal reply and reply-to-list
3584 2002-10-01 [sergey] 0.8.3claws40
3587 Convert newlines in the message text to the canonical form
3588 before base64 encoding (RFC2045 compliance, fixes some
3589 interoperability issues with Evolution 1.0.3)
3591 2002-09-29 [colin] 0.8.3claws39
3594 Fix an unwanted copy/paste
3596 2002-09-29 [colin] 0.8.3claws38
3599 Renamed "Custom toolbar" to "Customize toolbar"
3600 Renamed "Show all header" to "Show all headers"
3601 Renamed "Set diplay item" to "Set displayed items"
3602 * src/prefs_common.c
3603 Renamed "Show all header" to "Show all headers"
3604 * src/prefs_summary_column.c
3605 Renamed "diplay item" to "displayed items"
3607 2002-09-29 [colin] 0.8.3claws37
3609 * src/mainwindow.[ch]
3610 online/offline status pixmaps follow theme
3612 * src/summaryview.[ch]
3613 quicksearch pixmap follows theme changes
3615 2002-09-29 [thorsten] 0.8.3claws36
3618 src/prefs_folder_item.[ch]
3619 add default_reply_to folder option (closes patch 581044)
3621 2002-09-29 [christoph] 0.8.3claws35
3623 * acconfig.h ** REMOVED **
3627 * ac/gnupg-check-typedef.m4
3628 fix autoheader 2.50 warning
3630 2002-09-29 [christoph] 0.8.3claws34
3632 * major code cleanup (part 2)
3634 - unused variables removed
3635 - unused functions removed
3636 - uninitialized variables checked
3637 - missing return statements added
3638 - missing function return types added
3639 - added parentheses around assignment
3640 when suggested by gcc
3642 2002-09-29 [alfons] 0.8.3claws33
3645 log_window_clear(): only bracket gtk_text_forward_delete()
3646 with gtk_text_freeze() / gtk_text_thaw() (see if this
3647 works around GTK text bug)
3649 2002-09-29 [paul] 0.8.3claws32
3653 updated by George Danchev and Urke MMI
3656 2002-09-27 [christoph] 0.8.3claws31
3658 * doc-src/readme.txt
3659 * doc-src/rfc1806.txt ** REMOVED **
3660 * doc-src/rfc2183.txt ** NEW FILE **
3661 * doc-src/rfc2980.txt ** NEW FILE **
3664 2002-09-27 [melvin] 0.8.3claws30
3667 Fixed typo which could break linking
3669 2002-09-27 [melvin] 0.8.3claws29
3672 Improved GNU/aspell checking.
3675 2002-09-27 [paul] 0.8.3claws28
3677 * sync with 0.8.3cvs8
3678 see ChangeLog 2002-09-27
3680 2002-09-26 [colin] 0.8.3claws27
3684 Add "Reply to Mailing-list" to the toolbar
3686 2002-09-26 [christoph] 0.8.3claws26
3689 Fix wrong message counts in summaryview status
3691 2002-09-26 [paul] 0.8.3claws25
3693 * sync with 0.8.3cvs7
3694 see ChangeLog 2002-09-26
3696 2002-09-26 [paul] 0.8.3claws24
3698 * sync with 0.8.3cvs6
3699 see ChangeLog 2002-09-25
3701 2002-09-25 [christoph] 0.8.3claws23
3703 * src/prefs_common.c
3704 * src/prefs_folder_item.c
3705 * src/prefs_scoring.c
3706 Renamed "kill score" to "hide score" in GUI
3709 2002-09-25 [paul] 0.8.3claws22
3711 * sync with 0.8.3cvs5
3712 see ChangeLog 2002-09-24
3714 2002-09-24 [alfons] 0.8.3claws21
3716 patch by Satoshi Nagayasu: allows appending / saving multiple