1 2003-01-22 [paul] 0.8.8claws124
4 updated by George Danchev
7 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10 2003-01-21 [paul] 0.8.8claws123
13 updated by George Danchev
19 don't translate 'Separator'
21 * src/plugins/spamassassin/Makefile.am
22 add aspell to CPPFLAGS
24 * src/plugins/spamassassin/spamassassin.c
25 src/plugins/spamassassin/spamassassin_gtk.c
26 set correct default for spamassassin_receive_spam
27 slightly re-word descriptions and some
30 2003-01-19 [alfons] 0.8.8claws122
33 mimeview_save_as(): we might as well show the file name for
34 the single case "Save As" too
36 2003-01-19 [alfons] 0.8.8claws121
39 change bug tracker URL to bugzilla URL
41 2003-01-19 [alfons] 0.8.8claws120
44 mimeview_save_all(): display name of file before overwriting;
45 continue saving all, even when one overwrite was cancelled
47 2003-01-19 [christoph] 0.8.8claws119
51 fix wrong usage of procmsg_find_children in summaryview
52 by using procmsg_update_unread_children instead of
53 summaryview_update_unread_children
55 2003-01-19 [christoph] 0.8.8claws118
58 fix infinite loop in procmsg_find_children
60 Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
62 2003-01-19 [paul] 0.8.8claws117
65 updated by Ivan Francolin Martinez
67 2003-01-18 [melvin] 0.8.8claws116
70 Removed syntax limitation of only one '&' at the end of command.
71 Now actions that contain '>/dev/null 2>&1' are possible.
73 2003-01-18 [melvin] 0.8.8claws115
76 Actions IO dialog: when the action ends
77 the "Close" button now has focus and [Escape] closes the
80 2003-01-18 [christoph] 0.8.8claws114
83 o add debug output when MsgInfos are really freed
84 o free GSLists in procmsg_find_children and
85 procmsg_update_unread_children
87 2003-01-18 [christoph] 0.8.8claws113
90 reorder Configuration menu
92 2003-01-18 [christoph] 0.8.8claws112
95 fix applying templates to forwarded messages
97 Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
99 2003-01-17 [christoph] 0.8.8claws111
102 destroy folder items, when a folder item is removed
104 2003-01-17 [christoph] 0.8.8claws110
107 fix wrong folder stats update when ignored message is
110 2003-01-17 [colin] 0.8.8claws109
114 Quicksearch bugfixes:
115 - hide help button at startup if not extended
116 - switch to extended when looking for replies
120 * sync with 0.8.9 release
122 2003-01-17 [paul] 0.8.8claws108
124 * sync with 0.8.8cvs11
125 see ChangeLog 2003-01-17
127 2003-01-16 [colin] 0.8.8claws107
130 Changed encryption test to re-ask passphrase
131 if an encrypted message hasn't been decrypted
134 2003-01-16 [christoph] 0.8.8claws106
137 * src/prefs_toolbar.c
138 * src/gtk/prefswindow.h
139 * src/plugins/spamassassin/spamassassin_gtk.c
140 remove page destroy function that is not used anymore
142 2003-01-16 [paul] 0.8.8claws105
144 * sync with 0.8.8cvs9
145 see ChangeLog 2002-01-16
147 2003-01-16 [colin] 0.8.8claws104
150 Fix bug with autosaved drafts for IMAP, when draft
151 folder is specified - fixes bugzilla bug #20
153 2003-01-15 [paul] 0.8.8claws103
157 store folder and message-id of message forwarding
158 in queue header and set forward flag after sending
160 2003-01-15 [paul] 0.8.8claws102
162 * sync with 0.8.8cvs8
163 see ChangeLog 2002-01-15
165 2003-01-15 [colin] 0.8.8claws101
168 Fix linking with GNU libiconv
170 2003-01-15 [darko] 0.8.8claws100
173 fix crash when importing pine address book
174 entry with an empty name (reported by DY
175 <dybulk at tri8.net>)
177 2003-01-14 [paul] 0.8.8claws99
179 * configure.in ** REMOVED **
180 configure.ac ** NEW FILE **
181 rename configure.in to configure.ac, as it is now
184 2003-01-14 [melvin] 0.8.8claws98
187 folderview_check_new(): More precise function description
189 2003-01-14 [melvin] 0.8.8claws97
192 folderview_check_new(): return the number of new messages
195 inc_account_mail(): Disable counting of new messages for IMAP
196 and NNTP until bug [19] and [14] are fixed.
198 2003-01-14 [paul] 0.8.8claws96
200 * sync with 0.8.8cvs6
201 see ChangeLog 2003-01-14
203 2003-01-13 [alfons] 0.8.8claws95
206 tune email address validation (c. 0.8.8claws89): if . is
207 just one char away from @, the address is invalid too
208 (correctly rejects addresses like foo@.com)
210 2003-01-13 [paul] 0.8.8claws94
214 fixes to the Message View toolbar and menu:
215 fix non-functioning Forward button
216 make Reply button consider default_reply_list
217 remove 'Follow-up...' menu entry
218 add 'Forward' and 'Redirect' menu entries
220 2003-01-13 [melvin] 0.8.8claws93
223 Fixed typo that could make new messages count incorrect.
225 2003-01-13 [melvin] 0.8.8claws92
227 * src/folderview.[ch]
228 folderview_check_new(): return the number of new messages.
230 Should fix bug [14] where new mail notification worked
231 incorrectly with IMAP accounts.
232 inc_spool_account(): return number of new msgs, or -1 on error
233 inc_all_spool(): return number of new msgs
235 2003-01-13 [melvin] 0.8.8claws91
237 * src/prefs_actions.c
240 2003-01-12 [thorsten] 0.8.8claws90
243 close file before rename
245 2003-01-12 [alfons] 0.8.8claws89
249 * src/common/utils.[ch]
250 g_stricase_hash(), g_stricase_equal(): functions for
251 case insensitive hash tables
253 use top level domain names to validate email address, based
254 on a patch by Christian Mertes (thanks!), but changed
255 implementation to use a hash table
257 2003-01-12 [paul] 0.8.8claws88
260 updated by George Danchev
262 2003-01-12 [alfons] 0.8.8claws87
265 delete / execute performance: use new style folder update
267 2003-01-12 [paul] 0.8.8claws86
269 * sync with 0.8.8cvs5
270 see ChangeLog 2003-01-13 (!)
272 2003-01-12 [alfons] 0.8.8claws85
275 * src/matcher_parser_parse.y
276 prepare change_score filtering action
278 give up const-correctness on functions that call non-const-correct functions;
279 several casts to gpointer in g_free();
282 2003-01-12 [christoph] 0.8.8claws84
287 * src/gtk/prefswindow.[ch]
288 * src/plugins/spamassassin/spamassassin_gtk.c
289 changed the call of the widget create function
290 for PrefsPages, because sometimes the widget
291 create function needs a widget that already has
292 been attached to a window (to create GDK pixmaps
293 for exmaple). So we simply pass the GtkWindow as
294 the second parameter now.
298 * src/prefs_toolbar.[ch]
299 rewrite Toolbar Preferences using the new
302 2003-01-11 [alfons] 0.8.8claws83
305 fix crash when adding sender to addressbook because status bar
306 isn't there (the status bar doesn't seem to be used though,
307 but I'll let Match decide what to do with it)
309 2003-01-11 [colin] 0.8.8claws82
313 Two useless changes reversed
315 2003-01-11 [colin] 0.8.8claws81
319 Add mainwindow_get_mainwindow()
322 Add alertpanel_error_log()
329 Network errors get a View Log button
331 2003-01-10 [alfons] 0.8.8claws80
333 * src/prefs_toolbar.c
335 use the translatable string for "Separator" as file name for
336 separator toolbar items (probably make this uppercase?)
338 2003-01-10 [alfons] 0.8.8claws79
340 * src/prefs_toolbar.c
341 put right A_SEPARATOR description string in "displayed
342 toolbar items list" so manually added separators are
343 saved correctly (bug #10, "Adding a separator to the main
344 toolbar fails, entry in xml file is wrong")
346 2003-01-10 [christoph] 0.8.8claws78
350 o use CAPABILITY to check if NAMESPACE is available
352 2003-01-10 [christoph] 0.8.8claws77
355 apply UIDPLUS IMAP extension support patch
357 Patch submitted by Simon 'corecode' Schubert
359 2003-01-10 [paul] 0.8.8claws76
362 a sync from main which fixes the news account folders'
365 2003-01-10 [christoph] 0.8.8claws75
368 don't accept 0 as a valid uid returned by copy and move
369 functions. 0 means the message was copied or moved but the
370 new uid could not be fetched. It is not an error condition
371 for the copy or move operation.
373 2003-01-10 [paul] 0.8.8claws74
375 * src/prefs_filtering.c
376 change English used in Alert when entry is not
379 * sync with 0.8.8cvs4
380 see ChangeLog 2003-01-10
382 2003-01-10 [darko] 0.8.8claws73
385 fix crash when importing address book entry
386 without a valid address
388 2003-01-09 [alfons] 0.8.8claws72
391 filtering performance: use new style folder update
393 2003-01-09 [christoph] 0.8.8claws71
397 fix wrong selecting of mime encoding type, when
398 opening property dialog of attachments in the
399 compose window. 7bit was always selected and that
400 destoryed files with 8bit data.
401 (closes bug #9 Sylpheed-claws destroys attachments when
404 2003-01-09 [paul] 0.8.8claws70
406 * sync with 0.8.8cvs3
407 see ChangeLog 2003-01-09
409 2003-01-08 [alfons] 0.8.8claws69
412 apply patch by Kim Schulz to fix build breakage
413 because of missing variable
415 2003-01-08 [paul] 0.8.8claws68
417 * sync with 0.8.8cvs2
418 see ChangeLog 2002-01-08
420 2003-01-08 [paul] 0.8.8claws67
423 updated by Alessandro Maestri
426 when using 'Add sender to addressbook' allow
427 name to be edited and remarks to be entered
428 Patch submitted by Luke Plant
430 2003-01-08 [darko] 0.8.8claws66
432 * README.claws, src/summaryview.c
433 fix description for marked messages
438 tools/launch_phoenix ** NEW FILE **
439 add script that enables using Phoenix as the default
441 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
443 * tools/OOo2sylpheed.pl
444 remove full path to sylpheed executable, just 'sylpheed'
448 add launch_phoenix informtion and re-arrange and compress
451 2003-01-07 [christoph] 0.8.8claws65
454 fix update for source folder when moving messages
457 use function to set to_folder for message infos and
458 automatically update the op_count for old and new
461 2003-01-07 [melvin] 0.8.8claws64
463 * src/prefs_actions.c
464 Fixed bug where an '%p' Action on a displayed image crashed
466 Code clean up (get rid of duplicated code and removed unnecessary
469 2003-01-07 [christoph] 0.8.8claws63
479 * src/prefs_folder_item.c
483 o remove all folder update triggering from the UI code. The folder
484 system should know much better when a folder needs an update.
485 o to prevent multiple updates in a row the folder updates can be
486 frozen for some time.
488 Note: - Please verify that no updates are missing
489 - Check where freeze/thaws should be added
491 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws62
493 * src/prefs_actions.c
494 don't translate empty strings
496 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws61
498 * src/prefs_actions.c
499 mark strings for gettext
500 * src/prefs_matcher.c
501 use new description window for Execute action and
502 match condition in Filtering
504 2003-01-06 [alfons] 0.8.8claws60
506 keep myself inspired to re-organize matcher part 8;
507 yes, more to come (I need to move out the descriptive
508 text for actions to matcher.c, or at least make it not
509 depend on the wicked ordering)
511 * src/prefs_matcher.c
512 add documentation so others may comprehend the
513 UI part of the conditions
515 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws59
517 * src/prefs_actions.c
518 use new description window for syntax help
519 * src/gtk/description_window.c
520 fix display of descriptions with column count != 2
522 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws58
525 * src/summaryview.[ch]
526 * src/gtk/Makefile.am
527 * src/gtk/description_window.[ch] ** NEW **
528 use a generic window to display syntax descriptions
529 currently used in quote_fmt and summaryview (new description
530 for extended quick search)
532 2003-01-06 [paul] 0.8.8claws57
534 * sync with 0.8.8cvs1
535 see ChangeLog 2003-01-06
537 2003-01-06 [christoph] 0.8.8claws56
541 * src/gtk/prefswindow.[ch]
542 * src/plugins/spamassassin/spamassassin_gtk.c
543 o remove page management from prefswindow, pages
544 will be an argument to prefswindow_open
545 o prefswindow_open gets a datapointer that is
546 passed to the widget_create function to allow
547 creation of prefswindow for specific items
549 2003-01-06 [colin] 0.8.8claws55
552 We don't want regexp in the reply-finder,
553 because MIDs can contain !,$,. and so on
555 2003-01-06 [jens] 0.8.8claws54
558 fixed a wrong free in jpilot_read_db_files
560 2003-01-06 [alfons] 0.8.8claws53
562 re-organize matcher part 8; more to come
565 matcherprop_to_string(): put g_free()s before the
566 switch-case break to fix memleaks
568 2003-01-06 [colin] 0.8.8claws52
571 cleanup & reply-finder now displays the first
574 2003-01-05 [alfons] 0.8.8claws51
576 re-organize matcher part 7; more to come
579 fixes for constant correctness;
582 2003-01-05 [alfons] 0.8.8claws50
584 re-organize matcher part 6; more to come
587 fixes for constant correctness;
590 fix for constant correctness
592 2003-01-05 [colin] 0.8.8claws49
595 Add account_get_reply_account function
597 Use account_get_reply_account function
599 Basic reply-finder - click on the replied
600 icon gets you to the outbox using quick-search
602 2003-01-05 [paul] 0.8.8claws48
605 small change to English
607 * src/prefs_filtering.c
608 prefs_filtering_action_select(): improve logic and uniformity
611 2003-01-05 [alfons] 0.8.8claws47
613 fine tune solution to focus problems (bug #7)
616 mainwindow_focus_in_event(): remove grab event check
618 summary_button_pressed(): move selection on right-click
619 too. we can't possibly move the selection back after
620 canceling a dialog, because gtk's incomplete focus
621 management. whether this is a good solution, only time
624 2003-01-05 [christoph] 0.8.8claws46
627 fix crash when no imap connection could be established
629 2003-01-05 [paul] 0.8.8claws45
634 fix bug 605957 'shortcuts in popup-menu'
635 make user-defined shortcuts work
636 show shortcuts that are already defined
638 Patch submitted by Luke Plant
640 2003-01-05 [alfons] 0.8.8claws44
643 focus_in_event handler should not select summary view row
644 when another window (menu, dialog) grabbed for events
645 (bug #7, "[0.8.8claws42] Message summary focus")
647 2003-01-04 [christoph] 0.8.8claws43
650 update save folder after adding the sent message
652 2003-01-02 [christoph] 0.8.8claws42
654 * src/common/plugin.c
655 fix unloading of all plugins and unload
656 plugins in reverse order
658 * src/gtk/pluginwindow.c
659 implement function of load and unload button
661 * src/gtk/prefswindow.c
662 * src/gtk/prefswindow.h
663 rename register function and add new unregister
666 * src/plugins/spamassassin/spamassassin_gtk.c
667 unregister prefs page and update for changes in
668 src/gtk/prefswindow.c
670 2003-01-02 [paul] 0.8.8claws41
673 updated by Ricardo Mones Lastra
678 fixes and improvements by Urke MMI
680 2003-01-02 [thorsten] 0.8.8claws40
683 fixed wrong return value
685 2003-01-02 [thorsten] 0.8.8claws39
688 fixed printing wrong variable
690 2003-01-02 [thorsten] 0.8.8claws38
693 fixed acessing members of freed pfile struct
695 2003-01-02 [thorsten] 0.8.8claws37
698 detect loops across several messages
699 as suggested by Christoph Hohmann
701 2003-01-01 [match] 0.8.8claws36
704 fixed another memory leak.
706 2003-01-01 [match] 0.8.8claws35
709 fixed memory leaks. applied Doxygen comments.
711 2003-01-01 [thorsten] 0.8.8claws34
714 inhibit endless loop if msg references itself
715 (closes Bug [ 660477 ] Infinite loop in parent flag search)
717 2003-01-01 [christoph] 0.8.8claws33
720 * src/gtk/Makefile.am
721 * src/gtk/pluginwindow.c ** NEW **
722 * src/gtk/pluginwindow.h ** NEW **
725 * src/plugins/demo/demo.c
726 * src/plugins/spamassassin/spamassassin.c
727 * src/plugins/spamassassin/spamassassin_gtk.c
728 write better plugin descriptions
730 2002-12-31 [christoph] 0.8.8claws32
732 * src/gtk/prefswindow.c
733 * src/plugins/spamassassin/spamassassin_gtk.c
734 some small improvements to GTK code
736 2002-12-31 [christoph] 0.8.8claws31
738 * src/plugins/spamassassin/spamassassin_gtk.c
739 enable folder select button
741 2002-12-31 [christoph] 0.8.8claws30
744 * src/gtk/Makefile.am
745 * src/gtk/prefswindow.c ** NEW **
746 * src/gtk/prefswindow.h ** NEW **
749 * src/common/plugin.c
750 don't try to load empty config lines
752 * src/plugins/spamassassin/Makefile.am
753 * src/plugins/spamassassin/spamassassin.c
754 * src/plugins/spamassassin/spamassassin.h ** NEW **
755 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
756 GTK config for SpamAssassin Plugin using
759 2002-12-31 [paul] 0.8.8claws29
762 remove obsolete entry 'src/menu.c'
764 2002-12-31 [alfons] 0.8.8claws28
767 * src/matcher_parser_parse.y
768 * src/prefs_matcher.c
769 add "ignore_thread" and "~ignore_thread" condition so it's
770 possible to make the actions / scoring operate on the ignore
773 2002-12-31 [christoph] 0.8.8claws27
779 * src/prefs_account.c
780 * src/prefs_actions.c
781 * src/prefs_customheader.c
782 * src/prefs_display_header.c
787 * src/common/prefs.[ch]
788 extend prefs file handling for reading and automatic handling
789 of blocks. When reading prefs_set_block_label will automatically
790 move on to the block. When writing it will copy all other blocks
793 * src/common/plugin.c
794 Now loading plugin filenames from [Plugins] block in
797 2002-12-30 [christoph] 0.8.8claws26
799 * src/common/hooks.[ch]
800 return abort status to caller of hooks_invoke
803 invoke message filtering hook and stop
804 default handling when filter returns abort
806 * src/common/plugin.[ch]
807 * src/plugins/demo/demo.c
808 modify plugin loader, because resolving symbols for strings
809 does not work correctly
812 * ac/spamassassin.m4 ** NEW **
813 * src/plugins/spamassassin/.cvsignore ** NEW **
814 * src/plugins/spamassassin/Makefile.am ** NEW **
815 * src/plugins/spamassassin/README ** NEW **
816 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
817 * src/plugins/spamassassin/spamassassin.c ** NEW **
818 * src/plugins/spamassassin/utils.[ch] ** NEW **
819 add spamassassin plugin, see src/plugins/spamassassin/README
822 2002-12-29 [alfons] 0.8.8claws25
825 when moving focus from a message view to the main
826 window, don't forget to select the summary node
827 of the displayed message. should fix "[ 659103 ]
828 focus-follows-mouse confuses sylpheed"
830 2002-12-29 [christoph] 0.8.8claws24
833 * src/stringtable.[ch] ** REMOVE **
834 * src/common/Makefile.am
835 * src/common/stringtable.[ch] ** NEW **
836 move stringtable files to common directory
838 2002-12-29 [christoph] 0.8.8claws23
841 * src/menu.[ch] ** REMOVE **
842 * src/gtk/Makefile.am
843 * src/gtk/menu.[ch] ** NEW **
844 move menu files to gtk directory
846 2002-12-29 [match] 0.8.8claws22
850 moved UI specific code out of LDAP code into addressbook
851 UI code. fixed memory leak.
853 2002-12-29 [christoph] 0.8.8claws21
856 only check for IGNORED parent message when message is
859 2002-12-29 [alfons] 0.8.8claws20
862 set gtksctree's anchor correct (immediate execute
863 changes the tree's layout, and anchor points at
864 the incorrect row). fixes "[ 657233 ] multiple msg
865 delete sometimes off by 1".
866 we probably have to look for more tree layout /
869 2002-12-29 [paul] 0.8.8claws19
872 fix bug [ 659054 ] incorrect sorting of 'From' column
873 when using 'display sender using address book'
874 thanks to Alfons and Luke Plant
876 2002-12-29 [christoph] 0.8.8claws18
880 check parent messages for IGNORE THREAD flag, when adding,
881 moving or copying messages to a folder
883 2002-12-27 [alfons] 0.8.8claws17
885 re-organize matcher part 5; more to come
888 hash keywords in matchparser_tab
890 2002-12-27 [alfons] 0.8.8claws16
892 re-organize matcher part 4; more to come
894 * src/matcher_parser.h
895 * src/matcher_parser_lex.l
896 * src/matcher_parser_parse.y
899 2002-12-27 [alfons] 0.8.8claws15
901 re-organize matcher part 3; more to come
906 2002-12-27 [alfons] 0.8.8claws14
908 re-organize matcher part 2; more to come but this should
909 work. cc me if there are any regressions.
912 add prototype for get_matchparser_tab_id()
913 * src/matcher_parser_lex.l
914 look up keywords using matchparser_tab_id();
916 2002-12-27 [alfons] 0.8.8claws12
918 re-organize matcher part 1
921 map yacc generated constants to sylpheed matcher constants
923 add function to find a matcher constant from a string
925 2002-12-27 [christoph] 0.8.8claws11
928 MENUITEM_ADD casts the 4th argument from integer to pointer
929 so it probably should not be a pointer, this means we
930 should use account id for it and not the account's pointer
932 2002-12-27 [paul] 0.8.8claws10
935 remove unneeded 'GtkWidget *vbox'
938 further sync with 0.8.8 - make sort
939 by recipient work as expected
944 2002-12-27 [paul] 0.8.8claws9
947 updated by Ivan F. Martinez
949 2002-12-27 [darko] 0.8.8claws8
952 added locked pattern to extended search
954 2002-12-27 [alfons] 0.8.8claws7
956 * src/prefs_matcher.[ch]
959 2002-12-26 [alfons] 0.8.8claws6
962 * src/matcher_parser_lex.l
963 * src/matcher_parser_parse.y
964 * src/prefs_matcher.c
965 allow color label as a condition in the matcher
967 2002-12-26 [oliver] 0.8.8claws5
970 enable Addressbook for Main and Messageview
971 * src/prefs_actions.c
972 enable actions in Messageview
974 2002-12-26 [christoph] 0.8.8claws4
976 * src/common/plugin.c
977 add a little debug output
979 * src/plugins/demo/Makefile.am
980 better use of automake
982 2002-12-26 [christoph] 0.8.8claws3
985 * src/common/Makefile.am
988 2002-12-26 [christoph] 0.8.8claws2
991 sort configure checks into common / gtk / plugins
997 * src/common/sylpheed.[ch]
998 added now sylpheed_done function for shutdown
999 * src/common/Makefile.am
1000 * src/common/plugin.[ch] ** NEW **
1001 plugin loader and unloader
1002 * src/plugins/.cvsignore ** NEW **
1003 * src/plugins/Makefile.am ** NEW **
1005 * src/plugins/demo/.cvsignore ** NEW **
1006 * src/plugins/demo/Makefile.am ** NEW **
1007 * src/plugins/demo/demo.c ** NEW **
1008 small demo plugin that installs a logtext hook and
1009 outputs the log text to stdout
1011 2002-12-26 [paul] 0.8.8claws1
1014 updated by Ricardo Mones Lastra
1016 2002-12-26 [paul] 0.8.8claws
1018 * 0.8.8claws released
1020 2002-12-26 [paul] 0.8.7claws12
1023 updated by George Danchev
1025 2002-12-26 [paul] 0.8.7claws11
1028 remove unneeded 'src/prefs.c' entry
1030 2002-12-26 [paul] 0.8.7claws10
1034 sync with 0.8.8 release
1039 partial sync with 0.8.8 release
1042 2002-12-25 [alfons] 0.8.7claws9
1045 * src/matcher_parser_lex.l
1046 * src/matcher_parser_parse.y
1047 * src/prefs_matcher.c
1048 add locked flag to possible filtering / matcher
1049 conditions (also a good example what should be
1050 done to add a simple boolean condition)
1052 2002-12-25 [christoph] 0.8.7claws8
1062 * src/prefs.[ch] ** REMOVE **
1063 * src/prefs_account.c
1064 * src/prefs_actions.c
1065 * src/prefs_common.c
1066 * src/prefs_customheader.c
1067 * src/prefs_display_header.c
1068 * src/prefs_filtering.c
1069 * src/prefs_folder_item.c
1070 * src/prefs_gtk.[ch] ** NEW **
1071 * src/prefs_matcher.c
1072 * src/prefs_scoring.c
1073 * src/prefs_summary_column.c
1075 * src/selective_download.c
1077 * src/common/Makefile.am
1078 * src/common/prefs.[ch] ** NEW **
1079 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
1081 2002-12-24 [alfons] 0.8.7claws7
1084 summary_thread_build(): fix real cause of the crash mentioned in
1085 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
1086 this way we get meaningful ctree nodes
1088 2002-12-24 [oliver] 0.8.7claws6
1090 * src/mainwindow.[ch]
1091 * src/messageview.[ch]
1095 changes to use updated toolbar handling
1097 2002-12-24 [oliver] 0.8.7claws5
1100 generic toolbar handling
1101 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
1102 * src/prefs_toolbar.[ch]
1105 2002-12-24 [oliver] 0.8.7claws4
1107 * src/stock_pixmap.[ch]
1108 move SYLPHEED_LOGO to end of list in order
1109 to remove it from Custom Toolbar`s Icon View
1111 2002-12-24 [alfons] 0.8.7claws3
1114 summary_thread_build(): fix crash because of focus != selection
1115 after threading. when deleting the selection, gtk tries but fails
1116 to find the correct focusable element. we now force the selection
1117 to be focused. this should solve the infamous bug reported by
1118 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
1119 a test case is available.
1121 2002-12-24 [darko] 0.8.7claws2
1124 don't crash when unmarking message with unread children
1126 2002-12-23 [christoph] 0.8.7claws1
1129 * src/common/Makefile.am
1130 update Makefiles for moved intl.h, version.h and defs.h
1132 rewrite imap_session_get to avoid duplicate code
1134 2002-12-23 [paul] 0.8.7claws
1136 * Santa-Claws released
1140 squeeze in updated Hungarian and Russian translations.
1141 Submitted by Gál Zoltán and Ruslan N. Balkin
1143 2002-12-23 [paul] 0.8.6claws129
1146 updated by Witold Wladyslaw Wojciech Wilk
1148 2002-12-23 [paul] 0.8.6claws128
1150 * src/quote_fmt_parse.y
1151 fix typo and add licence header
1153 2002-12-23 [paul] 0.8.6claws127
1158 2002-12-23 [paul] 0.8.6claws126
1161 updated translation, submitted by Alessandro Maestri
1163 2002-12-23 [paul] 0.8.6claws125
1165 * src/quote_fmt_parse.y
1166 fix signature-stripping on replies bug. match
1167 '-- \n' and not '-- '.
1169 2002-12-22 [paul] 0.8.6claws124
1174 updated translations. submitted by George Danchev,
1175 Ricardo Mones Lastra, and Urke MMI respectively
1177 2002-12-21 [paul] 0.8.6claws123
1182 2002-12-21 [paul] 0.8.6claws122
1185 fix bug [643638] where if a person is in one or more
1186 addressbook groups editing that person's email
1187 address results in removal from those groups.
1188 Patch submitted by Luke Plant.
1190 2002-12-20 [christoph] 0.8.6claws121
1192 * src/common/utils.c
1194 reimplement expand_search_string using GString to
1195 prevent crashs caused by miscalculated string
1196 lengths reported by Paul
1198 2002-12-20 [christoph] 0.8.6claws120
1201 don't use "changed" to check if op_count has to be changed as it
1202 is also set when the message has unread children
1203 (closes bug [ 653221 ] crash while deleting duplicates)
1205 2002-12-20 [paul] 0.8.6claws119
1207 * sync with 0.8.6cvs27
1208 see ChangeLog 2002-12-20
1210 2002-12-20 [paul] 0.8.6claws118
1212 * sync with 0.8.6cvs26
1213 see ChangeLog 2002-12-19 and 2002-12-20
1215 2002-12-19 [alfons] 0.8.6claws117
1218 fix incorrect parsing of email addresses, submitted by
1219 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
1220 name display if it contains @".
1222 2002-12-18 [paul] 0.8.6claws116
1224 * sync with 0.8.6cvs23
1225 see ChangeLog 2002-12-18
1227 2002-12-18 [paul] 0.8.6claws115
1234 sync with 0.8.6cvs22.
1235 see ChangeLog 2002-12-17 and 2002-12-18
1237 2002-12-17 [christoph] 0.8.6claws114
1240 o don't create a session if imap greeting fails
1241 o don't close socket when authentication fails
1242 this is done by imap_session_destroy
1244 2002-12-17 [thorsten] 0.8.6claws113
1248 tools/google_msgid.pl ** NEW FILE **
1249 Added "search for message-id" script and doc
1251 2002-12-17 [thorsten] 0.8.6claws112
1254 Updated hungarian translation
1255 (updated by Gal Zoltan)
1257 2002-12-16 [christoph] 0.8.6claws111
1260 remove stupid addressbook dump to debug output
1262 fix memory leak found by Hiro
1264 2002-12-14 [paul] 0.8.6claws110
1267 fix menubar sensitivity on send
1269 * src/prefs_filtering.c
1270 * src/prefs_matcher.c
1271 * src/prefs_scoring.c
1274 * src/common/quoted-printable.h
1277 2002-12-13 [christoph] 0.8.6claws109
1280 * src/manage_window.[ch] ** REMOVE **
1281 * src/gtk/Makefile.am
1282 * src/gtk/manage_window.[ch] ** NEW **
1283 move manage_window files to gtk directory
1285 2002-12-13 [christoph] 0.8.6claws108
1288 * src/gtkshruler.[ch] ** REMOVE **
1289 * src/gtk/Makefile.am
1290 * src/gtk/gtkshruler.[ch] ** NEW **
1291 move gtkshruler files to gtk directory
1293 2002-12-13 [christoph] 0.8.6claws107
1297 * src/gtkstext.[ch] ** REMOVE **
1300 * src/gtk/gtkstext.[ch] ** NEW **
1301 * src/gtk/Makefile.am
1302 o move stext functions to gtkstext.c to remove
1303 dependency of gtkutils
1304 o move gtkstext files to gtk directory
1306 * src/gtk/Makefile.am
1307 * src/gtk/sslcertwindow.[ch]
1308 UI stuff can always depend on common code so
1309 it's ok to add ../common to include path
1311 2002-12-13 [colin] 0.8.6claws106
1314 Disconnect sighandlers for mainwindow when
1315 quicksearch has the focus
1317 * src/mainwindow.[ch]
1318 Make key_pressed callback public, to be able
1321 2002-12-13 [christoph] 0.8.6claws105
1324 create .mh_sequences file in new MH folders
1325 (closes feature request [ 523162 ] MH folders should
1326 get a .mh_sequences)
1328 2002-12-13 [colin] 0.8.6claws104
1331 Better handling of quicksearch show/hide
1332 (basically the button stays under the mouse
1335 2002-12-13 [paul] 0.8.6claws103
1337 * sync with 0.8.6cvs17
1338 see ChangeLog 2002-12-13
1340 2002-12-13 [paul] 0.8.6claws102
1343 updated by Ricardo Mones Lastra
1345 2002-12-11 [colin] 0.8.6claws101
1348 remove statusbar stuff
1350 set statusbar verbosity when moving folders
1352 2002-12-11 [colin] 0.8.6claws100
1353 * src/prefs_filtering.c
1354 * src/prefs_matcher.c
1355 * src/prefs_scoring.c
1358 2002-12-11 [colin] 0.8.6claws99
1360 * src/prefs_common.[ch]
1361 Add summary_quicksearch_type
1363 Save last used quicksearch type
1365 2002-12-11 [jens] 0.8.6claws98
1366 * src/prefs_filtering.c
1367 * src/prefs_matcher.c
1368 * src/prefs_scoring.c
1369 added dialog for incomplete rules in scoring, filtering and
1370 matcher to ask wheather really close
1372 2002-12-11 [colin] 0.8.6claws97
1375 Fix folder dnd statusbar logging
1377 2002-12-10 [christoph] 0.8.6claws96
1387 * src/statusbar.[ch]
1388 * src/common/hooks.c
1389 * src/common/log.[ch]
1390 o handle verbose logging in statusbar directly in statusbar code
1391 and common code does not need any knowledge about a statusbar
1392 o remove direct calls to statusbar_(puts|pop)_all functions
1394 2002-12-10 [jens] 0.8.6claws95
1397 removed gettext from g_warnings
1403 2002-12-10 [colin] 0.8.6claws94
1406 finish crash dialog fix
1408 2002-12-10 [colin] 0.8.6claws93
1411 "Fix" "sylpheed already running" instead of
1412 crash dialog appearing after a crash
1414 2002-12-10 [colin] 0.8.6claws92
1417 add src/gtk/sslcertwindow.c
1419 2002-12-10 [paul] 0.8.6claws91
1422 updated to reflect recent changes
1423 submitted by Alessandro Maestri
1425 2002-12-09 [christoph] 0.8.6claws90
1428 * src/smtp.[ch] ** REMOVE **
1429 * src/common/Makefile.am
1430 * src/common/smtp.[ch] ** NEW **
1431 move smtp files to common directory
1433 2002-12-09 [christoph] 0.8.6claws89
1436 * src/session.[ch] ** REMOVE **
1437 * src/common/Makefile.am
1438 * src/common/session.[ch] ** NEW **
1439 move session files to common directory
1441 2002-12-09 [paul] 0.8.6claws88
1444 fix bug [649746] edit accounts: move account reverted
1445 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1447 2002-12-09 [colin] 0.8.6claws87
1449 * src/ssl_certificate.c
1452 2002-12-09 [colin] 0.8.6claws86
1455 Try to open the cert.pem database and
1456 issue a warning if it isn't there
1458 2002-12-09 [colin] 0.8.6claws85
1460 * src/common/ssl_certificate.c
1461 * src/gtk/sslcertwindow.c
1464 2002-12-09 [colin] 0.8.6claws84
1466 * src/ssl_certificate.[ch] ** REMOVED **
1467 * src/common/ssl_certificate.[ch] ** NEW **
1469 * src/common/Makefile.am
1470 Moved ssl_certificate.[ch] to common
1472 Put back needed include
1473 * src/gtk/sslcertwindow.[ch]
1474 Changed ssl_certificate.h include
1476 2002-12-09 [colin] 0.8.6claws83
1478 * src/gtk/sslcertwindow.[ch]
1479 Implement hook for certificate acception
1480 * src/ssl_certificate.[ch]
1481 Implement hook for certificate acception
1483 Reenable certificate acception check
1485 Register sslcertwindow's hook
1487 2002-12-08 [christoph] 0.8.6claws82
1494 * src/common/utils.c
1495 o add missing includes
1498 * src/common/.cvsignore
1499 * src/common/version.h ** REMOVE **
1500 remove autogenerated file
1502 2002-12-08 [paul] 0.8.6claws81
1505 put back needed include
1507 2002-12-08 [colin] 0.8.6claws80
1509 * src/gtk/sslcertwindow.c
1510 Cleaner popups when asking
1511 * src/ssl_certificate.c
1512 * src/prefs_common.[ch]
1513 remove ssl certificate pref
1514 put back needed include
1516 put back needed include
1518 2002-12-08 [christoph] 0.8.6claws79
1524 only abort hook invokation if required data is missing not
1525 if our own data pointer is NULL, update hookfunction for
1528 2002-12-08 [paul] 0.8.6claws78
1546 * src/sourcewindow.c
1549 clean up: remove unneccesary includes
1551 2002-12-08 [christoph] 0.8.6claws77
1556 * src/common/hooks.[ch]
1557 hook functions now have a gboolean return value, if a hook
1558 returns TRUE it will stop executing of any more hooks in
1559 the same hooklist for this invokation
1561 2002-12-08 [colin] 0.8.6claws76
1564 put back argv0 for CRASH_DIALOG
1566 2002-12-08 [christoph] 0.8.6claws75
1579 * src/prefs_account.[ch]
1580 * src/prefs_common.[ch]
1583 * src/ssl_certificate.[ch]
1584 * src/ssl_manager.[ch]
1585 * src/common/Makefile.am
1587 * src/common/nntp.[ch]
1588 * src/common/socket.[ch]
1589 * src/common/ssl.[ch]
1590 * src/gtk/sslcertwindow.[ch]
1592 use new autoconf script to detect OpenSSL with extra parameters
1593 to specify the location of libs and includes, also remove USE_SSL
1596 * src/common/sylpheed.[ch]
1597 * src/common/version.h.in
1598 start seperation of common code initialization seperated from gui
1601 The function that is called when a color lable changes
1602 should not change the color lable again
1604 2002-12-08 [colin] 0.8.6claws74
1606 * src/gtk/sslcertwindow.c
1609 2002-12-08 [colin] 0.8.6claws73
1613 Register a hook for statusbar_puts_all
1615 invoke statusbar_puts_all's hook
1617 2002-12-08 [colin] 0.8.6claws72
1619 * src/ssl_certificate.c
1620 Put back a badly-removed include
1622 2002-12-08 [colin] 0.8.6claws71
1624 * src/gtk/sslcertwindow.[ch] ** NEW **
1625 new certificate presentation
1626 * src/gtk/Makefile.am
1628 * src/ssl_certificate.[ch]
1629 gtk cleanup, made utility functions public
1631 use new cert presentation
1633 2002-12-07 [christoph] 0.8.6claws70
1636 * src/nntp.[ch] ** REMOVE **
1637 * src/common/Makefile.am
1638 * src/common/nntp.[ch] ** NEW **
1639 move nntp files to common directory
1641 2002-12-07 [christoph] 0.8.6claws69
1645 implement msginfo update callback using sylpheed's new
1646 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1648 2002-12-06 [christoph] 0.8.6claws68
1651 This patch changes the 'Edit Group Details' dialog to
1652 allow extended selections in either pane, so that
1653 addresses can be added or removed from a group more
1654 quickly and easily. (it actually is a net decrease in
1655 file size, as some unnecessary functions have been
1657 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1659 2002-12-06 [christoph] 0.8.6claws67
1662 * src/template.[ch] ** REMOVE **
1663 * src/common/Makefile.am
1664 * src/common/template.[ch] ** NEW **
1665 move template files to common directory
1668 add missing log.h include
1670 2002-12-06 [melvin] 0.8.6claws66
1672 * src/prefs_actions.c
1673 Added the trailing ">" syntax to insert command's output
1674 without replacing old text (in contrast to trailing "|").
1676 2002-12-05 [colin] 0.8.6claws65
1678 * src/common/utils.c
1679 Don't modify original search_string or it'll change
1680 the next iterations in the for()
1682 2002-12-05 [darko] 0.8.6claws64
1684 * src/common/utils.c
1685 proper check for filtering commands, found by Colin
1687 2002-12-05 [darko] 0.8.6claws63
1689 * src/common/utils.c
1690 check proper string for NULL pointer, found by Colin
1692 2002-12-05 [darko] 0.8.6claws62
1694 * src/common/utils.[ch]
1695 expand_search_string(): new function
1696 converts Mutt-like patterns to Sylpheed's
1699 use expand_search_string() to allow Mutt-like
1700 patterns in extended search
1702 document extended option in quick search
1704 2002-12-05 [paul] 0.8.6claws61
1706 * sync with 0.8.6cvs16
1707 see ChangeLog 2002-12-05
1712 2002-12-04 [christoph] 0.8.6claws60
1715 put imap authentication code into a new function and
1716 remove it from imap_session_new that will allow to
1717 send other commands before authentication
1719 2002-12-04 [christoph] 0.8.6claws59
1722 use already existing method to prevent unneeded IMAP
1723 folder selects. Set imap_select parameters to NULL
1724 in some functions if the values are not required.
1727 remove no longer required include
1729 2002-12-04 [paul] 0.8.6claws58
1732 updated by Ricardo Mones Lastra
1735 po/hu.po ** NEW FILE **
1736 initial Hungarian translation, submitted
1737 by Gál Zoltán <galzoli@hu.inter.net>
1739 2002-12-03 [christoph] 0.8.6claws57
1742 * src/gtksctree.[ch] ** REMOVE **
1743 * src/gtk/Makefile.am
1744 * src/gtk/gtksctree.[ch] ** NEW **
1745 move gtksctree files to gtk directory
1747 2002-12-03 [christoph] 0.8.6claws56
1750 * src/md5.[ch] ** REMOVE **
1751 * srm/common/Makefile.am
1752 * src/common/md5.[ch] ** NEW **
1753 move md5 files to common directory
1756 remove not required #include
1758 2002-12-03 [sergey] 0.8.6claws55
1762 gtkut_window_popup(): new function.
1764 main_window_popup(): use gtkut_window_popup() to raise
1765 window without changing its position.
1766 (see sylpheed-main ML message [sylpheed:17247])
1768 2002-12-03 [sergey] 0.8.6claws54
1771 send_message_local(): removed first-dot escaping
1772 (SMTP-only, not needed for sending through pipe)
1774 2002-12-03 [paul] 0.8.6claws53
1777 update to reflect recent changes (thanks
1778 to Ricardo Mones Lastra)
1780 * tools/filter_conv.pl
1781 fix problem with quoted strings. Patch submitted
1782 by Luke Plant <lukeplant@softhome.net>
1784 2002-12-03 [paul] 0.8.6claws52
1786 * sync with 0.8.6cvs15
1787 see ChangeLog 2002-12-03
1789 2002-12-02 [christoph] 0.8.6claws51
1791 * src/logwindow.[ch]
1792 * src/common/log.[ch]
1793 implement logging using a hook function
1797 define hooklist name in header file to avoid
1798 errors caused by wrong spelling of hooklist names
1803 2002-12-02 [christoph] 0.8.6claws50
1805 * src/common/Makefile.am
1806 add src/common/hooks.[ch]
1808 * src/common/hooks.[ch]
1809 implement a simple hook system using glib's hook functions
1813 use new hook system for folder item updates
1815 2002-12-02 [christoph] 0.8.6claws49
1817 * doc-src/ui_seperation.txt ** NEW **
1818 information for ui seperation
1821 remove files that were moved to common
1822 include common directory by default for the header files
1825 * src/common/socket.c
1826 * src/automaton.[ch]
1827 implement automaton using g_io_*-functions instead of
1828 gdk_input_add to make it ui independent
1838 remove common/ prefix because directory is now in
1846 * src/prefs_common.c
1857 * src/ssl_certificate.c
1858 add log.h header file for logging functions
1861 * src/common/utils.c
1864 o move debug_mode to common/utils.c
1865 o add functions to set and get debug_mode
1867 * src/defs.h ** REMOVE **
1868 * src/intl.h ** REMOVE **
1869 * src/socket.[ch] ** REMOVE **
1870 * src/ssl.[ch] ** REMOVE **
1871 * src/utils.[ch] ** REMOVE **
1872 replaced by new files in src/common/
1874 * src/common/Makefile.am
1875 add new files in src/common/
1877 * src/common/defs.h ** NEW **
1878 * src/common/intl.h ** NEW **
1879 * src/common/log.[ch] ** NEW **
1880 * src/common/socket.[ch] ** NEW **
1881 * src/common/ssl.[ch] ** NEW **
1882 * src/common/utils.[ch] ** NEW **
1883 replacement for files in src/
1885 2002-12-02 [colin] 0.8.6claws48
1888 Scroll folderview if necessary during dnd
1890 2002-12-02 [colin] 0.8.6claws47
1893 Add check to verify a move is within a single mailbox
1895 Add specific error string for this check
1897 2002-12-02 [colin] 0.8.6claws46
1900 Add a test to folder moving, remove a statusbar_print
1902 Add Move folder... context-menu item
1903 Factorize folder moving code
1904 Enable folder DND for mbox
1906 2002-12-01 [christoph] 0.8.6claws45
1909 remove conf.aspelltest if the version check fails
1911 2002-11-30 [christoph] 0.8.6claws44
1914 run libtoolize --force in autogen to create missing
1917 2002-11-30 [christoph] 0.8.6claws43
1923 * src/uuencode.[ch] ** REMOVED **
1924 * src/common/Makefile.am
1925 * src/common/uuencode.[ch] ** NEW **
1926 move uuen/decoder to common directory
1928 2002-11-30 [christoph] 0.8.6claws42
1931 * src/base64.[ch] ** REMOVED **
1940 * src/common/Makefile.am
1941 * src/common/base64.[ch] ** NEW **
1942 move base64 en/decoder to common directory
1944 2002-11-30 [christoph] 0.8.6claws41
1946 * src/common ** NEW **
1947 new directory for UI independent code
1949 new directory for GTK frontend
1950 * src/common/.cvsignore ** NEW **
1951 * src/gtk/.cvsignore ** NEW **
1953 * src/common/Makefile.am ** NEW **
1954 * src/gtk/Makefile.am ** NEW **
1955 automake files to build new seperated stuff
1957 the binary will currently still be build with the
1958 files in src, so we include the code from the
1959 subdirs for now after building the libs there
1961 2002-11-30 [paul] 0.8.6claws40
1964 fix bug [642731] 'Wrong selected account with drafted mail'
1966 2002-11-29 [oliver] 0.8.6claws39
1969 o update summaryview when switching between different
1972 o check if messageview holds already removed msg
1976 2002-11-29 [oliver] 0.8.6claws38
1979 remove not needed variables and includes
1980 make messageview stay opened and move to next when msgs are deleted
1982 2002-11-29 [oliver] 0.8.6claws37
1985 disable compose button (messageview toolbar) by default
1986 deleted msgs are moved to trash
1988 2002-11-29 [melvin] 0.8.6claws36
1991 Increased minimal gpgme version to 0.3.10 (Zombies out)
1992 and to detect signatures expirations (gpgme 0.3.6)
1995 Use non obsolescent function for Gpgme engine checking.
1998 Inform about expired signatures or signatures which key
1999 has expired. Expiration date is displayed.
2002 Inform about expired signatures or signatures which key
2005 2002-11-28 [paul] 0.8.6claws35
2008 re-instate 'Check for new messages' in Newsgroup
2009 folders right-click menu, after a suggestion from
2010 Tim Mann <timmann@users.sourceforge.net>
2013 after a crash check only local folders for new
2016 2002-11-28 [paul] 0.8.6claws34
2019 apply patch that fixes the checking of GTK with XIM
2020 support on different OSs, such as FreeBSD. Patch
2021 submitted by Topia <topia@users.sourceforge.net>
2023 2002-11-28 [paul] 0.8.6claws33
2028 more changes to the English
2030 2002-11-28 [paul] 0.8.6claws32
2032 * sync with 0.8.6cvs13
2033 see ChangeLog 2002-11-28 (no sync needed
2036 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
2038 * src/mainwindow.[ch]
2039 add patch by Ivan F. Martinez introducing messageview Toolbar
2040 some changes and committed by oliver
2042 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
2044 * src/messageview.[ch]
2045 add patch by Ivan F. Martinez introducing messageview Toolbar
2046 some changes and committed by oliver
2048 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
2051 add patch by Ivan F. Martinez introducing messageview Toolbar
2052 some changes and committed by oliver
2054 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
2057 add patch by Ivan F. Martinez introducing messageview Toolbar
2058 some changes and committed by oliver
2060 2002-11-28 [oliver] 0.8.6claws27
2062 * src/prefs_toolbar.[ch]
2063 getting ready for messageview toolbar
2064 free mem allocated by gettext
2065 change prefs_toolbar to prefs_toolbar_open
2067 2002-11-28 [thorsten] 0.8.6claws26
2069 * src/imageview.[ch]
2070 cleaned up conflicting declarations of
2071 imageview_show_image()
2073 2002-11-28 [paul] 0.8.6claws25
2075 * src/grouplistdialog.c
2077 src/prefs_summary_column.c
2078 a few more improvements to the English
2080 2002-11-28 [colin] 0.8.6claws24
2083 A few updates to command-line parameters
2085 2002-11-28 [colin] 0.8.6claws23
2087 * src/prefs_filtering.c
2088 Fix problems with prefs_filtering_delete_path:
2089 a) if the first rule is removed, original pointers
2090 weren't updated (leading to segfaults)
2091 b) it was always global_processing updated in case
2092 of removed path was parent of rule path
2094 2002-11-27 [paul] 0.8.6claws22
2100 src/prefs_customheader.c
2101 src/prefs_display_header.c
2102 src/prefs_filtering.c
2103 src/prefs_folder_item.c
2106 src/prefs_summary_column.c
2107 src/prefs_template.c
2109 improve the English in the GUI
2111 2002-11-27 [colin] 0.8.6claws21
2114 Fix processing renaming problems happening after
2117 2002-11-27 [colin] 0.8.6claws20
2120 recursive move now deletes src each subfolder after
2123 Use identifier instead of path during dnd (enables
2126 2002-11-27 [paul] 0.8.6claws19
2129 apply patch that does command-line processing
2130 BEFORE gtk_init, allowing claws to run from
2131 shell-scripts in non-X environment (e.g. crontab
2132 or ip-up, ip-down scripts). Patch submitted by
2133 Ruslan N. Balkin <baron@dartel.ru>
2136 updated by Alessandro Maestri
2138 2002-11-27 [paul] 0.8.6claws18
2140 * sync with 0.8.6cvs12
2142 Differences are that main uses a 'Receive dialog'
2143 frame on the Interface tab, whereas claws groups all
2144 the dialogs together in a 'Dialogs' frame.
2146 2002-11-27 [colin] 0.8.6claws17
2148 * src/prefs_matcher.c
2149 Fix Execute criteria's NOT flag
2152 2002-11-26 [christoph] 0.8.6claws16
2155 rewrite the ssl code a little bit, only use one
2156 SSL context, set default certificates' file/path
2158 2002-11-26 [thorsten] 0.8.6claws15
2161 default-reply-to didn't work for ml-reply
2163 2002-11-26 [melvin] 0.8.6claws14
2165 * src/prefs_actions.c
2166 Made pipe-actions ignore short headers in message view
2167 Made trailing-pipe-actions write in the message view with
2168 the same font as the original message
2170 2002-11-26 [paul] 0.8.6claws13
2173 this time commit the correct file
2175 2002-11-26 [paul] 0.8.6claws12
2177 * sync with 0.8.6cvs11
2178 src/quote_fmt_parse.y
2183 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2185 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
2188 see ChangeLog 2002-11-25 and 2002-11-26
2190 2002-11-26 [colin] 0.8.6claws11
2193 Fix collapsed folder not auto-expanding during
2194 mail dnd, if it was the source folder.
2196 2002-11-25 [colin] 0.8.6claws10
2198 * src/folderview.[ch]
2199 Variable renaming and cleaning (slist of nodes
2200 to be re-collapsed is stored in FolderView)
2202 2002-11-25 [paul] 0.8.6claws9
2204 * src/prefs_common.[ch]
2205 fix breakage caused by last commit
2207 2002-11-25 [paul] 0.8.6claws8
2209 * sync with 0.8.6cvs4
2210 see ChangeLog 2002-11-21
2212 2002-11-25 [paul] 0.8.6claws7
2214 * sync with 0.8.6cvs4
2215 see ChangeLog 2002-11-20
2217 2002-11-25 [paul] 0.8.6claws6
2219 * sync with 0.8.6cvs3
2220 see ChangeLog 2002-11-18
2222 2002-11-25 [colin] 0.8.6claws5
2225 Add gtkut_ctree_node_is_parent()
2227 Spring-loaded folders
2229 2002-11-25 [colin] 0.8.6claws4
2232 Add slist_concat_unique(), function to merge
2233 two GSList filtering dups
2235 * src/summaryview.[ch]
2238 Add detection/update/display of unread answers
2241 Add procmsg_find_children()
2242 Add procmsg_msg_has_marked_parent()
2244 2002-11-25 [colin] 0.8.6claws3
2246 * src/ssl_certificate.[ch]
2247 Allow checking a certificate without a DNS
2249 Allow to forget a cert (by deleting it)
2250 Make ssl_certificate_destroy_public
2251 * src/ssl_manager.[ch] ** NEW FILES **
2252 Gui to manage (display/remove) certificates
2253 * src/prefs_common.[ch]
2254 Add a pref to allow silent acceptation of
2255 trusted certificates or not (based on the
2256 "I want to know what's going on" principle)
2258 Add SSL manager in Tools menu
2260 Add the new files to the build
2262 Add ssl_manager.c to translations
2264 2002-11-25 [colin] 0.8.6claws2
2266 * src/summaryview.[ch]
2267 Add S_SEARCH_EXTENDED to the quick search, which
2268 allows to search using filtering syntax.
2270 2002-11-25 [colin] 0.8.6claws1
2273 Deletion of duplicates now prefer deleting
2274 the unread dup (fixes feature-request 638989).
2276 2002-11-24 [paul] 0.8.6claws
2282 updated by Ricardo Mones Lastra,
2283 Witold Wladyslaw Wojciech Wilk,
2284 Ruslan N. Balkin, and Urke MMI
2287 2002-11-24 [paul] 0.8.5claws182
2290 updated by George Danchev
2292 2002-11-23 [alfons] 0.8.5claws181
2295 tiny memory leak found by browsing Dimitar's
2298 2002-11-23 [paul] 0.8.5claws180
2301 updated by Alessandro Maestri
2303 2002-11-22 [christoph] 0.8.5claws179
2307 * src/prefs_filtering.c
2311 2002-11-22 [alfons] 0.8.5claws178
2314 summary_execute_delete_func(): if message is deleted, make
2315 sure to also remove its entry in the subject hash table.
2316 fixes a corner case bug.
2318 2002-11-22 [paul] 0.8.5claws177
2321 add 'autom4te.cache'
2323 * ltconfig ** REMOVED **
2326 2002-11-22 [paul] 0.8.5claws176
2329 textview_set_font(): fix for message display in
2330 UTF-8 locales (thanks to Sergey Vlasov).
2333 add new team members and contributors
2336 2002-11-21 [colin] 0.8.5claws175
2339 Add procmsg_remove_special_headers()
2341 Use procmsg_remove_special_headers() for
2344 2002-11-21 [colin] 0.8.5claws174
2347 Fix moving/copying from queue/draft folders
2350 2002-11-21 [christoph] 0.8.5claws173
2356 * src/matcher_parser_lex.[hl]
2358 * src/mbox_folder.[ch]
2359 * src/prefs_filtering.c
2361 * src/quote_fmt_lex.l
2363 fix all warnings except the warnings in lex and yacc files
2365 2002-11-20 [christoph] 0.8.5claws172
2368 fix MsgInfo retrieval for IMAP draft and queue folders
2369 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2371 2002-11-19 [christoph] 0.8.5claws171
2374 fix segfault, when draft saving does not get
2375 the MsgInfo of the new message
2376 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2378 2002-11-19 [christoph] 0.8.5claws170
2381 add parameter check for flag setting function
2382 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2384 2002-11-18 [paul] 0.8.5claws169
2387 more sensitivity fixes to redirect mode:
2388 * disable toolbar draft button
2389 * allow only Address book in the Tools menu
2390 * disable editing of message by the spell
2393 2002-11-18 [paul] 0.8.5claws168
2396 fix sensitivity of menu items in compose_redirect():
2397 allow only the necessary items
2399 2002-11-18 [paul] 0.8.5claws167
2402 fix bug [ 603259 ] 'attachment got lost on bounce'
2404 2002-11-18 [paul] 0.8.5claws166
2407 updated by Ruslan N. Balkin <baron@dartel.ru>
2409 2002-11-18 [colin] 0.8.5claws165
2413 Remove old filtering stuff
2416 2002-11-17 [oliver] 0.8.5claws164
2419 remove not needed typedef
2421 2002-11-17 [oliver] 0.8.5claws163
2424 make toolbar's on click events translatable
2426 2002-11-15 [colin] 0.8.5claws162
2429 Revert too-soon integration of a feature
2431 2002-11-15 [christoph] 0.8.5claws161
2434 use main's implementation of imap_get_msginfo
2436 2002-11-15 [christoph] 0.8.5claws160
2446 replace claws' fetch_msginfo with main's get_msginfo
2447 (use main's implementation where possible)
2449 2002-11-15 [colin] 0.8.5claws159
2451 * src/ssl_certificate.c
2454 2002-11-16 [melvin] 0.8.5claws158
2457 Updated French translations.
2459 2002-11-16 [colin] 0.8.5claws157
2461 * src/ssl_certificate.c
2462 Check for missing parts in the certificates
2464 2002-11-15 [colin] 0.8.5claws156
2467 Preventive fix (missing check) found by
2473 sync with 0.8.6 release
2475 2002-11-15 [colin] 0.8.5claws155
2479 Fix error handling of folder_item_move_to()
2482 2002-11-15 [colin] 0.8.5claws154
2486 folder_item_move_to() sets an error message instead
2487 of having GUI stuff in folder.c
2489 2002-11-15 [colin] 0.8.5claws153
2492 Implemented a callback for MsgInfo updates,
2493 heavily copy/pasted from Christoph's folder
2495 * src/summaryview.[ch]
2496 Register summary_update_msg as callback
2498 2002-11-14 [colin] 0.8.5claws152
2501 Update the FolderItem after sending (fixes 617593)
2503 2002-11-14 [christoph] 0.8.5claws151
2506 fix wrong position of NULL pointer check found
2509 2002-11-14 [christoph] 0.8.5claws150
2512 fix segfault when deleting messages from IMAP folders
2513 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2515 2002-11-14 [colin] 0.8.5claws149
2518 Forwarding was also ignoring the folder's default account.
2520 2002-11-14 [colin] 0.8.5claws148
2523 Fix sent folder not set to folder properties when
2526 2002-11-14 [thorsten] 0.8.5claws147
2529 inc_start(): Files were not moved from .processing to inbox,
2530 if no global processing rule existed
2532 2002-11-14 [colin] 0.8.5claws146
2534 * src/ssl_certificate
2537 2002-11-14 [paul] 0.8.5claws145
2540 updated by Alessandro Maestri
2542 2002-11-13 [alfons] 0.8.5claws144
2545 folder_item_close(): only mark messages unread
2546 when a folder has new messages
2548 2002-11-13 [keith] 0.8.5claws143
2551 Fix problem moving or copying between
2554 2002-11-13 [colin] 0.8.5claws142
2556 * src/matcher_parser_parse.y
2557 Fix rule problem when " don't match
2559 2002-11-13 [christoph] 0.8.5claws141
2563 moved cache saving to folder_item_close
2564 the folderview should not have to deal with
2567 2002-11-13 [christoph] 0.8.5claws140
2570 moved setting of important score to
2571 summary_set_prefs_from_folderitem
2573 2002-11-13 [colin] 0.8.5claws139
2575 * src/matcher_parser_parse.y
2576 Fix a segfault in the parser (happening when
2577 a good expression had been tested and a bad
2580 2002-11-13 [paul] 0.8.5claws138
2582 * sync with 0.8.5cvs24
2583 see ChangeLog 2002-11-13
2586 updated by Fabio Jr. Beneditto
2588 2002-11-13 [colin] 0.8.5claws137
2593 Revert last commit, problem
2595 2002-11-13 [colin] 0.8.5claws136
2598 Remove duplicated code
2600 Bumped CACHE_VERSION and MARK_VERSION
2602 Network endian for cache and mark files
2604 2002-11-12 [colin] 0.8.5claws135
2607 Fix the "socket error" dialog which disappeared
2609 2002-11-12 [colin] 0.8.5claws134
2612 Reverse last commit which had performance
2613 problems, but still reverse the list
2615 2002-11-12 [colin] 0.8.5claws133
2620 2002-11-12 [melvin] 0.8.5claws132
2623 Added a check for a NULL prefs_common.dictionary
2625 2002-11-12 [colin] 0.8.5claws131
2627 * src/ssl_certificate.[ch]
2630 2002-11-12 [colin] 0.8.5claws130
2632 * src/ssl_certificate.[ch]
2633 Take connection port into account for
2634 checking certificates (a single hostname
2635 could have multiple servers with multiple
2638 Pass the port to ssl_certificate_check
2640 2002-11-12 [paul] 0.8.5claws129
2643 fix a typo in last commit
2645 2002-11-12 [paul] 0.8.5claws128
2647 * sync with 0.8.5cvs23
2648 see ChangeLog entry 2002-11-12
2650 2002-11-11 [colin] 0.8.5claws127
2652 * src/ssl_certificate.c
2654 Don't popup, instead log error, if the
2655 corresponding pref is checked
2656 * src/ssl_certificate.h
2657 include <openssl/objects/h>
2659 2002-11-11 [colin] 0.8.5claws126
2661 * src/ssl_certificate.h
2664 2002-11-11 [colin] 0.8.5claws125
2666 * src/ssl_certificate.c
2669 2002-11-11 [colin] 0.8.5claws124
2673 * src/ssl_certificate.[ch]
2674 Cleaned a bit (better use of SSL API)
2675 (This will cause non-recognition of saved
2676 certificates of claws12[23]...)
2678 2002-11-11 [paul] 0.8.5claws123
2681 updated by Ricardo Mones Lastra
2683 2002-11-11 [colin] 0.8.5claws122
2688 2002-11-11 [colin] 0.8.5claws121
2690 * src/ssl_certificate.[ch] ** NEW FILES **
2692 Check SSL certificates presented to us
2694 Add ssl_certificate.[ch]
2696 Add ssl_certificate.c
2698 2002-11-11 [paul] 0.8.5claws120
2700 * sync with 0.8.5cvs22
2701 see ChangeLog 2002-11-11
2703 2002-11-11 [paul] 0.8.5claws119
2705 * sync with 0.8.5cvs21
2706 see ChangeLog 2002-11-11
2708 2002-11-10 [jens] 0.8.5claws118
2712 corrected some typing
2714 updated german translation
2716 cleaned up specfile and adjusted it for claws
2718 2002-11-10 [colin] 0.8.5claws117
2721 a STATUSBAR_PUSH/POP fix
2723 2002-11-10 [colin] 0.8.5claws116
2725 * src/prefs_folder_item.c
2726 Fix hanging after opening folder properties
2728 2002-11-10 [hoa] 0.8.5claws115
2730 * src/matcher_parser_lex.l
2731 * src/matcher_parser_parse.y
2732 config file for scoring and filtering is no more trashed
2733 when there is a syntax error in a filtering rule when
2734 editing it in a dialog.
2736 2002-11-09 [colin] 0.8.5claws114
2739 Added missing initialisation of folder->destroy()
2741 2002-11-09 [colin] 0.8.5claws113
2745 Fix the status bar messages
2747 2002-11-09 [colin] 0.8.5claws112
2750 Fix hangs after folder dnd, happening after
2753 2002-11-09 [christoph] 0.8.5claws111
2756 just changed order of calls (reverse order of
2759 lock inc when checking only one account, otherwise
2760 inc all could be executed at the same time
2762 2002-11-09 [christoph] 0.8.5claws110
2765 better unlock the mouse cursor before calling
2766 summary_show because it changes the cursor too
2768 2002-11-09 [christoph] 0.8.5claws109
2772 add functions to open and close a folder
2773 o opending will execute scanning for remote folders
2775 o closing will unset new flag for messages
2777 2002-11-09 [colin] 0.8.5claws108
2780 Add a call to prefs_matcher_write_config to
2781 avoid non-leaf folders filtering settings to be
2784 2002-11-09 [paul] 0.8.5claws107
2786 * src/prefs_account.c
2789 2002-11-09 [colin] 0.8.5claws106
2794 2002-11-09 [colin] 0.8.5claws105
2797 Fix prefs_filtering deletion for MH folders (same
2799 * src/prefs_filtering.c
2800 Fix prefs_filtering renaming and deletion for
2801 folder-based processing rules.
2803 2002-11-09 [christoph] 0.8.5claws104
2807 * src/folderview.[ch]
2813 * src/prefs_folder_item.c
2816 implement a callback system for folder item updates
2818 2002-11-09 [colin] 0.8.5claws103
2821 Fix prefs_filtering renaming for MH folders (we
2822 shouldn't rename by path as another folder could
2823 have the same hierarchy).
2825 2002-11-09 [colin] 0.8.5claws102
2828 Fix a leak found by Christoph, use better variable
2831 2002-11-09 [colin] 0.8.5claws101
2834 One more fix for processing rules
2836 2002-11-08 [colin] 0.8.5claws100
2839 Don't copy the compiled regexp (will be reevaluated)
2841 Lock folderview while moving
2843 Provide info on what's happening to the user
2845 2002-11-08 [colin] 0.8.5claws99
2848 Fix folder reordering after a move if parent is
2851 Add function to copy a ScoringProp
2852 * src/prefs_folder_item.c
2853 Copy scoring rules when copying a folder prefs
2855 2002-11-08 [colin] 0.8.5claws98
2858 Fixes in case of failure
2859 * src/filtering.[ch]
2860 Add function to duplicate a FilteringProp
2862 Add function to duplicate a MatcherProp
2863 * src/prefs_folder_item.c
2864 Save folder's processing rules when copying
2867 2002-11-08 [colin] 0.8.5claws97
2872 Change a printf to debug_print
2874 2002-11-08 [colin] 0.8.5claws96
2878 Fix segfaults, call me stupido
2881 2002-11-08 [colin] 0.8.5claws95
2884 Added forgotten prefs to save when moving folders
2886 2002-11-08 [colin] 0.8.5claws94
2889 Fixes to folder DND (prefs copy)
2891 Optimization for folder DND (don't rescan whole tree)
2892 Added folderview_create_folder_node() for this
2893 optimization, so de-duped a bit the code
2894 * src/prefs_folder_item.[ch]
2895 Added prefs_folder_item_copy_prefs()
2897 2002-11-08 [paul] 0.8.5claws93
2899 * src/prefs_account.c
2901 tools/kmail2sylpheed_v2.pl
2904 2002-11-08 [paul] 0.8.5claws92
2907 src/prefs_account.[ch]
2908 remove account options 'clearsign' and 'ascii_armored',
2909 replace with 'default_gnupg_mode' to prevent mixed-mode
2912 2002-11-08 [paul] 0.8.5claws91
2915 re-implement GnuPG 'on-the-fly' mode selection,
2918 2002-11-08 [colin] 0.8.5claws90
2921 src/prefs_folder_item.c
2922 Change "Property" to "Properties"
2924 2002-11-07 [colin] 0.8.5claws89
2928 Allow folder dropping to a root folder
2930 2002-11-07 [paul] 0.8.5claws88
2935 2002-11-07 [paul] 0.8.5claws87
2938 fix reply-to-list bug. closes bug report
2939 "[633382] reply-to-list broken in recent cvs"
2941 2002-11-07 [paul] 0.8.5claws86
2944 add a forgotten '#if USE_GPGME ... #endif'
2946 2002-11-07 [paul] 0.8.5claws85
2948 * sync with 0.8.5cvs20
2949 see ChangeLog 2002-11-07
2951 2002-11-07 [colin] 0.8.5claws84
2954 Change folder_item_move_to to return the newly
2957 Select the new folderitem after moving.
2959 2002-11-07 [colin] 0.8.5claws83
2961 * src/prefs_filtering.c
2962 Fix rule rewriting when moving a leaf folder to a
2965 2002-11-07 [colin] 0.8.5claws82
2967 * src/prefs_filtering.c
2970 2002-11-07 [colin] 0.8.5claws81
2973 Add folder_item_move_to() function to move a
2974 folderitem into another one (updates matcher etc)
2976 Add folder drag'n drop (context menu to come)
2977 [Should be dataloss free, but Please backup before
2980 2002-11-06 [colin] 0.8.5claws80
2983 mh_create_folder() returns NULL if can't create
2986 2002-11-06 [paul] 0.8.5claws79
2989 allow 'on-the-fly' changing of the type of encryption
2990 and/or signing used (mime/ascii) via the compose window
2992 2002-11-06 [paul] 0.8.5claws78
2994 * sync with 0.8.5cvs19
2995 see ChangeLog 2002-11-06 for src/account.c:
2996 account_get_special_folder()
2998 2002-11-05 [alfons] 0.8.5claws77
3001 very minor cleanups: nothing to see here, move on. :-)
3003 2002-11-05 [colin] 0.8.5claws76
3006 Changes choices if compose windows are opened to
3007 Discard, Draft, Don't quit
3009 2002-11-05 [thorsten] 0.8.5claws75
3012 reenabled default_reply_to folder option
3014 2002-11-05 [colin] 0.8.5claws74
3021 add clean_quit() for the SIGTERM handler
3023 2002-11-05 [paul] 0.8.5claws73
3026 updated by Ricardo Mones Lastra
3028 2002-11-05 [melvin] 0.8.5claws72
3031 Fixed log-clipping bug #616795.
3032 To stop logging in the log window use 0 length.
3033 * src/prefs_common.c
3034 Added a label to inform about the 0 log length behaviour.
3036 2002-11-05 [paul] 0.8.5claws71
3038 * sync with 0.8.5cvs17
3039 see ChangeLog 2002-11-05
3041 2002-11-04 [paul] 0.8.5claws70
3043 * sylpheed-128x128.png
3046 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
3047 <nikai@users.sourceforge.net>
3050 updated by George Danchev
3052 2002-11-03 [thorsten] 0.8.5claws69
3057 add check if gpg is active
3059 2002-11-03 [thorsten] 0.8.5claws68
3062 removed GSList declaration causing trouble on MacOS-X
3063 (submitted by alfons, reported by xfesty)
3065 2002-11-01 [paul] 0.8.5claws67
3068 remove last remnants of main's filter code
3070 2002-11-01 [paul] 0.8.5claws66
3072 * tools/filter_conv.pl
3073 fix bug where user-defined headers were ignored
3075 2002-11-01 [paul] 0.8.5claws65
3078 make a debug_print() not translatable
3080 2002-10-31 [melvin] 0.8.5claws64
3083 Fixed --disable-aspell-test. Now --disable-aspell-test will
3084 not run any GNU/aspell test. The dictionary path will
3085 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
3086 was given, in which case, it will be $prefix/lib/aspell/
3088 Fixed typo in commentary (Aspell code).
3090 2002-10-31 [paul] 0.8.5claws63
3093 remove src/filter.c and src/prefs_filter.c
3094 thanks to Ricardo for reminding me
3096 2002-10-31 [colin] 0.8.5claws62
3101 2002-10-31 [paul] 0.8.5claws61
3103 * src/prefs_filter.[ch] ** REMOVED **
3104 src/filter.[ch] ** REMOVED **
3113 src/prefs_filtering.c
3114 src/summaryview.[ch]
3115 remove main's 'filter' code
3118 update to reflect removal of main's filter
3120 2002-10-31 [paul] 0.8.5claws60
3123 remove check for global_processing in summary_filter_open().
3124 This fixes the bug where if the user uses the right-click
3125 'Create filter rule...' and doesn't have any filter rules
3126 already defined in claws' advanced filtering, the newly
3127 created filter rule goes to main's filtering which is
3128 inaccessible through the gui. Now the filter rule gets added
3129 to claws' filtering by default.
3131 2002-10-28 [melvin] 0.8.5claws59
3133 * src/prefs_actions.c
3134 Fixed bug #627322 where MIME parts were not always
3135 correctly passed to a %p action
3136 Display an error dialog when message filename is not found.
3138 2002-10-28 [melvin] 0.8.5claws58
3140 * src/prefs_common.c
3141 Readded a missing function declaration lost in 0.8.3claws34
3143 2002-10-28 [paul] 0.8.5claws57
3145 * sync with 0.8.5cvs15
3146 see ChangeLog 2002-10-28 and 2002-10-25
3148 Note: ChangeLog entry 2002-10-24 is not sync'ed.
3150 2002-10-27 [oliver] 0.8.5claws56
3153 plug leak in pop3_top_recv
3155 2002-10-26 [christoph] 0.8.5claws55
3158 set need_update folder flag when messages are added
3159 (closes bug [ 626922 ] folder not updated after receiving)
3161 2002-10-25 [melvin] 0.8.5claws54
3164 Fixed a memleak introduced in the scaling code.
3166 2002-10-24 [alfons] 0.8.5claws53
3169 make filtering's forward message action forward from the
3171 (closes bug [628089 ] Filter -> Forward from address problem
3174 2002-10-24 [christoph] 0.8.5claws52
3178 o use manual of current locale or english if current
3179 locale is not available (and english is available)
3180 o also link to sylpheed doc project manuals
3182 2002-10-23 [paul] 0.8.5claws51
3185 tools/kmail2sylpheed_v2.pl
3186 add new version of kmail addressbook importer script.
3187 works with newer versions of Kmail/KAddressBook which
3188 have new and rearranged data.
3190 2002-10-23 [martin] 0.8.5claws50
3196 added length parameter to get_abbrev_newsgroup_name()
3197 changed this function so that it abbreviates the newsgroup
3198 names only so long it is smaller than the length parameter
3199 (for better reading of some newsgroup names and space efficiency)
3201 2002-10-22 [colin] 0.8.5claws49
3204 Revert Alfons' last modification (after voting ;-))
3206 2002-10-21 [alfons] 0.8.5claws48
3209 folder view in folder selection dialog reflects state of
3210 folder view in main window
3212 2002-10-18 [alfons] 0.8.5claws47
3215 drop imported messages in folder selected by user,
3216 and not in the inbox
3217 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
3219 2002-10-18 [alfons] 0.8.5claws46
3222 make automagic reply work correctly for email accounts
3223 (whether it's viable to do a full sync with Hiro's
3224 compose.c is still under discussion)
3226 2002-10-18 [melvin] 0.8.5claws45
3228 * src/prefs_actions.c
3229 Fixed bug #622275 where asynchroneous actions left
3231 Made (synchroneous) actions' input be displayed live.
3233 2002-10-18 [christoph] 0.8.5claws44
3236 don't add a newline in the textview in front of the
3237 first textpart if header display is disabled
3238 (closes bug [ 603385 ] disabled header display leaves blank
3241 2002-10-18 [christoph] 0.8.5claws43
3248 folder->get_num_list now returns an error code
3249 (closes bug [ 609424 ] News cache cleared on failure)
3251 2002-10-17 [colin] 0.8.5claws42
3254 Changed a printf by debug_print
3258 * tools/OOo2sylpheed.pl
3259 allow for spaces in the name of the
3260 file to be attached.
3262 2002-10-16 [colin] 0.8.5claws41
3265 Use a tristate to change online mode
3267 2002-10-16 [paul] 0.8.5claws40
3270 updated by Ricardo Mones Lastra
3272 2002-10-16 [colin] 0.8.5claws39
3276 Added --online and --offline command-line
3279 2002-10-15 [christoph] 0.8.5claws38
3282 set mimeinfo->name to NULL after g_free to
3283 avoid double freeing with g_free
3285 2002-10-14 [christoph] 0.8.5claws37
3290 remove calls to folder->change_flags that are now
3291 done by procmsg flag functions (seems it is not
3292 used by any foldertype anyway)
3294 init folder->change_flags with NULL
3296 2002-10-14 [christoph] 0.8.5claws36
3300 use virtual functions for folder item new and destroy
3303 2002-10-14 [melvin] 0.8.5claws35
3306 Added a test to not run the spell checker if no default
3307 dictionary is available. No dialog is displayed though.
3309 2002-10-14 [melvin] 0.8.5claws34
3312 Fixed bug in dictionary list context menu where
3313 "More..." pointed to an emtpy submenu if the
3314 number of dictionaries is a multiple of 15
3315 Removed unneeded code in suggestions list creation
3317 2002-10-14 [paul] 0.8.5claws33
3320 updated by George Danchev
3322 2002-10-13 [hoa] 0.8.5claws32
3325 src/matcher_parser_parser.y
3326 removed the escaped string from internal structure
3329 2002-10-12 [colin] 0.8.5claws31
3331 * src/gtksctree.[ch]
3333 Removed useless function gtksctree_reanchor
3335 2002-10-12 [alfons] 0.8.5claws30
3337 * sync with remaining main changes 2002-10-09 - 2002-10-11
3338 - drop changes to src/compose.c (requires claws specific changes)
3340 2002-10-12 [alfons] 0.8.5claws29
3342 * sync with main changes of 2002-10-08
3343 - drop changes to src/compose.c (requires claws specific changes)
3344 - drop changes to src/summaryview.c (requires changes to compose.c)
3346 2002-10-12 [alfons] 0.8.5claws28
3348 * sync with main changes of 2002-10-07
3350 2002-10-12 [alfons] 0.8.5claws27
3352 * sync with main changes of 2002-10-04
3353 - drop changes to src/compose.c (requires claws specific changes)
3354 - drop changes to src/prefs_folder_item.c (claws implementation
3355 seems to be working)
3357 2002-10-12 [colin] 0.8.5claws26
3360 Fix folder-flicker when space-reading, introduced
3363 2002-10-12 [colin] 0.8.5claws25
3366 Save account address when saving as draft.
3369 2002-10-12 [colin] 0.8.5claws24
3372 Fix the problem consisting of no message selected
3373 after the last message in a folder has been moved.
3375 2002-10-12 [paul] 0.8.5claws23
3378 src/prefs_template.c
3380 add Cc and Bcc to templates. Patch submitted by
3383 2002-10-12 [colin] 0.8.5claws22
3386 Fix a bug after "Check for new messages":
3387 If a folder was opened, it was still selected at
3388 the end of the check, but displayed empty.
3390 Remove unnecessary check
3395 be more verbose in the description of
3399 2002-10-11 [colin] 0.8.5claws21
3402 Make space work (better) when no mail is selected
3404 2002-10-11 [colin] 0.8.5claws20
3410 2002-10-11 [colin] 0.8.5claws19
3413 revert 0.8.5claws6 changes as i couldn't get to
3416 2002-10-11 [melvin] 0.8.5claws18
3419 Removed buggy and unused macro (should have been committed in
3422 2002-10-11 [melvin] 0.8.5claws17
3425 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3427 2002-10-11 [thorsten] 0.8.5claws16
3430 remove rescan warning
3432 2002-10-11 [colin] 0.8.5claws15
3435 fix a segfault that happens if conv_unmime_header
3436 fails (should be better to find out why it fails)
3438 2002-10-11 [christoph] 0.8.5claws14
3441 update folderview stats after ignore/unignore thread
3443 2002-10-11 [hoa] 0.8.5claws13
3445 * src/quote_fmt_parse.y
3446 Fixed a yacc/bison syntax error
3448 Escaping of string is fixed.
3450 2002-10-11 [colin] 0.8.5claws12
3453 Resize images to fit
3455 2002-10-11 [paul] 0.8.5claws11
3458 updated by Ricardo Mones Lastra
3460 2002-10-10 [alfons] 0.8.5claws10
3463 allow dropping files by "moving" files from a file manager,
3464 not only by the more cumbersome "copying". the latter
3465 mostly implies holding down the Control button
3467 2002-10-10 [christoph] 0.8.5claws9
3470 update folders after thread building for ignored threads
3472 2002-10-10 [christoph] 0.8.5claws8
3476 * src/filtering.[ch]
3478 * src/folderview.[ch]
3483 * src/summaryview.[ch]
3484 o added new flag need_update to FolderItem
3485 o removed folder_table from various functions from tracking
3487 o set need_update flags in folder.c's move, copy and delete
3488 functions and procmsg's flags functions
3489 o added function folderview_update_items_when_required that
3490 updates all folders with need_update set
3491 o call folderview_update_items_when_required instead of
3492 folderview_update_item_foreach
3494 2002-10-09 [sergey] 0.8.5claws7
3497 Strip CRs whel loading the text into editor in reedit mode.
3499 2002-10-09 [colin] 0.8.5claws6
3502 Make Space work when no mail is selected
3504 2002-10-09 [colin] 0.8.5claws5
3506 * src/gtksctree.[ch]
3508 Add gtk_sctree_reanchor()
3510 Use gtk_sctree_reanchor() - better fix for
3513 2002-10-09 [colin] 0.8.5claws4
3516 Fix shift-click select after delete problem
3519 2002-10-08 [thorsten] 0.8.5claws3
3522 exclude current msg from -hide read messages-
3524 2002-10-08 [colin] 0.8.5claws2
3529 Differentiate socket errors from disk full
3532 2002-10-08 [christoph] 0.8.5claws1
3536 modifications for new config directory
3538 * config.guess ** REMOVED **
3539 * config.sub ** REMOVED **
3540 * install-sh ** REMOVED **
3541 * ltmain.sh ** REMOVED **
3542 * missing ** REMOVED **
3543 * mkinstalldirs ** REMOVED **
3544 these files are autogenerated by automake
3545 when you run autogen.sh
3547 * config/.cvsignore ** NEW FILE **
3548 * config/Makefile.am ** NEW FILE **
3549 ignore autogenerated files
3550 create a Makefile in this directory
3552 2002-10-08 [paul] 0.8.5claws
3554 * 0.8.5claws release
3559 fix quote reply format for newsgroups reply bug
3564 updated by me and Witold Wladyslaw Wojciech Wilk
3567 2002-10-07 [paul] 0.8.3claws53
3572 updated messages catalogs, submitted by
3573 Alessandro Maestri, Fabio Jr.Beneditto
3574 and Urke MMI, respectively.
3576 2002-10-07 [christoph] 0.8.3claws52
3581 fix new folder ghost message bug
3582 (closes bug [ 619722 ] wrong count for newly created folders)
3584 2002-10-07 [christoph] 0.8.3claws51
3587 fix news posting problem
3589 2002-10-07 [melvin] 0.8.3claws50
3592 Updated French translation
3594 2002-10-05 [christoph] 0.8.3claws49
3597 check if line_start_cache is set in gtk_stext_update_text
3598 (closes bug [ 618119 ] crash while doing search in folder)
3600 2002-10-05 [christoph] 0.8.3claws48
3606 implement cache cleanups for claws' folder system
3607 (closes bug [ 595916 ] imapcache not cleaned up)
3609 2002-10-05 [melvin] 0.8.3claws47
3611 * src/prefs_actions.c
3612 Made the help text more clear for the %p token
3614 2002-10-04 [paul] 0.8.3claws46
3617 see ChangeLog 2002-10-02 and 2002-10-03
3619 2002-10-04 [christoph] 0.8.3claws45
3622 fix segfault caused by pop before smtp
3623 call to inc_account_mail with NULL
3626 2002-10-04 [paul] 0.8.3claws44
3629 sync the LDAP detection from 0.8.5cvs1
3631 2002-10-02 [christoph] 0.8.3claws43
3634 fix small spelling error
3636 2002-10-02 [melvin] 0.8.3claws42
3639 Behave better and say "no" when test program cannot be run.
3641 2002-10-02 [paul] 0.8.3claws41
3643 * sync with 0.8.4cvs1
3644 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3647 toggle the behavior of Reply menuitem between
3648 normal reply and reply-to-list
3650 2002-10-01 [sergey] 0.8.3claws40
3653 Convert newlines in the message text to the canonical form
3654 before base64 encoding (RFC2045 compliance, fixes some
3655 interoperability issues with Evolution 1.0.3)
3657 2002-09-29 [colin] 0.8.3claws39
3660 Fix an unwanted copy/paste
3662 2002-09-29 [colin] 0.8.3claws38
3665 Renamed "Custom toolbar" to "Customize toolbar"
3666 Renamed "Show all header" to "Show all headers"
3667 Renamed "Set diplay item" to "Set displayed items"
3668 * src/prefs_common.c
3669 Renamed "Show all header" to "Show all headers"
3670 * src/prefs_summary_column.c
3671 Renamed "diplay item" to "displayed items"
3673 2002-09-29 [colin] 0.8.3claws37
3675 * src/mainwindow.[ch]
3676 online/offline status pixmaps follow theme
3678 * src/summaryview.[ch]
3679 quicksearch pixmap follows theme changes
3681 2002-09-29 [thorsten] 0.8.3claws36
3684 src/prefs_folder_item.[ch]
3685 add default_reply_to folder option (closes patch 581044)
3687 2002-09-29 [christoph] 0.8.3claws35
3689 * acconfig.h ** REMOVED **
3693 * ac/gnupg-check-typedef.m4
3694 fix autoheader 2.50 warning
3696 2002-09-29 [christoph] 0.8.3claws34
3698 * major code cleanup (part 2)
3700 - unused variables removed
3701 - unused functions removed
3702 - uninitialized variables checked
3703 - missing return statements added
3704 - missing function return types added
3705 - added parentheses around assignment
3706 when suggested by gcc
3708 2002-09-29 [alfons] 0.8.3claws33
3711 log_window_clear(): only bracket gtk_text_forward_delete()
3712 with gtk_text_freeze() / gtk_text_thaw() (see if this