1 2003-01-14 [paul] 0.8.8claws99
3 * configure.in ** REMOVED **
4 configure.ac ** NEW FILE **
5 rename configure.in to configure.ac, as it is now
8 2003-01-14 [melvin] 0.8.8claws98
11 folderview_check_new(): More precise function description
13 2003-01-14 [melvin] 0.8.8claws97
16 folderview_check_new(): return the number of new messages
19 inc_account_mail(): Disable counting of new messages for IMAP
20 and NNTP until bug [19] and [14] are fixed.
22 2003-01-14 [paul] 0.8.8claws96
25 see ChangeLog 2003-01-14
27 2003-01-13 [alfons] 0.8.8claws95
30 tune email address validation (c. 0.8.8claws89): if . is
31 just one char away from @, the address is invalid too
32 (correctly rejects addresses like foo@.com)
34 2003-01-13 [paul] 0.8.8claws94
38 fixes to the Message View toolbar and menu:
39 fix non-functioning Forward button
40 make Reply button consider default_reply_list
41 remove 'Follow-up...' menu entry
42 add 'Forward' and 'Redirect' menu entries
44 2003-01-13 [melvin] 0.8.8claws93
47 Fixed typo that could make new messages count incorrect.
49 2003-01-13 [melvin] 0.8.8claws92
52 folderview_check_new(): return the number of new messages.
54 Should fix bug [14] where new mail notification worked
55 incorrectly with IMAP accounts.
56 inc_spool_account(): return number of new msgs, or -1 on error
57 inc_all_spool(): return number of new msgs
59 2003-01-13 [melvin] 0.8.8claws91
64 2003-01-12 [thorsten] 0.8.8claws90
67 close file before rename
69 2003-01-12 [alfons] 0.8.8claws89
73 * src/common/utils.[ch]
74 g_stricase_hash(), g_stricase_equal(): functions for
75 case insensitive hash tables
77 use top level domain names to validate email address, based
78 on a patch by Christian Mertes (thanks!), but changed
79 implementation to use a hash table
81 2003-01-12 [paul] 0.8.8claws88
84 updated by George Danchev
86 2003-01-12 [alfons] 0.8.8claws87
89 delete / execute performance: use new style folder update
91 2003-01-12 [paul] 0.8.8claws86
94 see ChangeLog 2003-01-13 (!)
96 2003-01-12 [alfons] 0.8.8claws85
99 * src/matcher_parser_parse.y
100 prepare change_score filtering action
102 give up const-correctness on functions that call non-const-correct functions;
103 several casts to gpointer in g_free();
106 2003-01-12 [christoph] 0.8.8claws84
111 * src/gtk/prefswindow.[ch]
112 * src/plugins/spamassassin/spamassassin_gtk.c
113 changed the call of the widget create function
114 for PrefsPages, because sometimes the widget
115 create function needs a widget that already has
116 been attached to a window (to create GDK pixmaps
117 for exmaple). So we simply pass the GtkWindow as
118 the second parameter now.
122 * src/prefs_toolbar.[ch]
123 rewrite Toolbar Preferences using the new
126 2003-01-11 [alfons] 0.8.8claws83
129 fix crash when adding sender to addressbook because status bar
130 isn't there (the status bar doesn't seem to be used though,
131 but I'll let Match decide what to do with it)
133 2003-01-11 [colin] 0.8.8claws82
137 Two useless changes reversed
139 2003-01-11 [colin] 0.8.8claws81
143 Add mainwindow_get_mainwindow()
146 Add alertpanel_error_log()
153 Network errors get a View Log button
155 2003-01-10 [alfons] 0.8.8claws80
157 * src/prefs_toolbar.c
159 use the translatable string for "Separator" as file name for
160 separator toolbar items (probably make this uppercase?)
162 2003-01-10 [alfons] 0.8.8claws79
164 * src/prefs_toolbar.c
165 put right A_SEPARATOR description string in "displayed
166 toolbar items list" so manually added separators are
167 saved correctly (bug #10, "Adding a separator to the main
168 toolbar fails, entry in xml file is wrong")
170 2003-01-10 [christoph] 0.8.8claws78
174 o use CAPABILITY to check if NAMESPACE is available
176 2003-01-10 [christoph] 0.8.8claws77
179 apply UIDPLUS IMAP extension support patch
181 Patch submitted by Simon 'corecode' Schubert
183 2003-01-10 [paul] 0.8.8claws76
186 a sync from main which fixes the news account folders'
189 2003-01-10 [christoph] 0.8.8claws75
192 don't accept 0 as a valid uid returned by copy and move
193 functions. 0 means the message was copied or moved but the
194 new uid could not be fetched. It is not an error condition
195 for the copy or move operation.
197 2003-01-10 [paul] 0.8.8claws74
199 * src/prefs_filtering.c
200 change English used in Alert when entry is not
203 * sync with 0.8.8cvs4
204 see ChangeLog 2003-01-10
206 2003-01-10 [darko] 0.8.8claws73
209 fix crash when importing address book entry
210 without a valid address
212 2003-01-09 [alfons] 0.8.8claws72
215 filtering performance: use new style folder update
217 2003-01-09 [christoph] 0.8.8claws71
221 fix wrong selecting of mime encoding type, when
222 opening property dialog of attachments in the
223 compose window. 7bit was always selected and that
224 destoryed files with 8bit data.
225 (closes bug #9 Sylpheed-claws destroys attachments when
228 2003-01-09 [paul] 0.8.8claws70
230 * sync with 0.8.8cvs3
231 see ChangeLog 2003-01-09
233 2003-01-08 [alfons] 0.8.8claws69
236 apply patch by Kim Schulz to fix build breakage
237 because of missing variable
239 2003-01-08 [paul] 0.8.8claws68
241 * sync with 0.8.8cvs2
242 see ChangeLog 2002-01-08
244 2003-01-08 [paul] 0.8.8claws67
247 updated by Alessandro Maestri
250 when using 'Add sender to addressbook' allow
251 name to be edited and remarks to be entered
252 Patch submitted by Luke Plant
254 2003-01-08 [darko] 0.8.8claws66
256 * README.claws, src/summaryview.c
257 fix description for marked messages
262 tools/launch_phoenix ** NEW FILE **
263 add script that enables using Phoenix as the default
265 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
267 * tools/OOo2sylpheed.pl
268 remove full path to sylpheed executable, just 'sylpheed'
272 add launch_phoenix informtion and re-arrange and compress
275 2003-01-07 [christoph] 0.8.8claws65
278 fix update for source folder when moving messages
281 use function to set to_folder for message infos and
282 automatically update the op_count for old and new
285 2003-01-07 [melvin] 0.8.8claws64
287 * src/prefs_actions.c
288 Fixed bug where an '%p' Action on a displayed image crashed
290 Code clean up (get rid of duplicated code and removed unnecessary
293 2003-01-07 [christoph] 0.8.8claws63
303 * src/prefs_folder_item.c
307 o remove all folder update triggering from the UI code. The folder
308 system should know much better when a folder needs an update.
309 o to prevent multiple updates in a row the folder updates can be
310 frozen for some time.
312 Note: - Please verify that no updates are missing
313 - Check where freeze/thaws should be added
315 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws62
317 * src/prefs_actions.c
318 don't translate empty strings
320 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws61
322 * src/prefs_actions.c
323 mark strings for gettext
324 * src/prefs_matcher.c
325 use new description window for Execute action and
326 match condition in Filtering
328 2003-01-06 [alfons] 0.8.8claws60
330 keep myself inspired to re-organize matcher part 8;
331 yes, more to come (I need to move out the descriptive
332 text for actions to matcher.c, or at least make it not
333 depend on the wicked ordering)
335 * src/prefs_matcher.c
336 add documentation so others may comprehend the
337 UI part of the conditions
339 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws59
341 * src/prefs_actions.c
342 use new description window for syntax help
343 * src/gtk/description_window.c
344 fix display of descriptions with column count != 2
346 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.8claws58
349 * src/summaryview.[ch]
350 * src/gtk/Makefile.am
351 * src/gtk/description_window.[ch] ** NEW **
352 use a generic window to display syntax descriptions
353 currently used in quote_fmt and summaryview (new description
354 for extended quick search)
356 2003-01-06 [paul] 0.8.8claws57
358 * sync with 0.8.8cvs1
359 see ChangeLog 2003-01-06
361 2003-01-06 [christoph] 0.8.8claws56
365 * src/gtk/prefswindow.[ch]
366 * src/plugins/spamassassin/spamassassin_gtk.c
367 o remove page management from prefswindow, pages
368 will be an argument to prefswindow_open
369 o prefswindow_open gets a datapointer that is
370 passed to the widget_create function to allow
371 creation of prefswindow for specific items
373 2003-01-06 [colin] 0.8.8claws55
376 We don't want regexp in the reply-finder,
377 because MIDs can contain !,$,. and so on
379 2003-01-06 [jens] 0.8.8claws54
382 fixed a wrong free in jpilot_read_db_files
384 2003-01-06 [alfons] 0.8.8claws53
386 re-organize matcher part 8; more to come
389 matcherprop_to_string(): put g_free()s before the
390 switch-case break to fix memleaks
392 2003-01-06 [colin] 0.8.8claws52
395 cleanup & reply-finder now displays the first
398 2003-01-05 [alfons] 0.8.8claws51
400 re-organize matcher part 7; more to come
403 fixes for constant correctness;
406 2003-01-05 [alfons] 0.8.8claws50
408 re-organize matcher part 6; more to come
411 fixes for constant correctness;
414 fix for constant correctness
416 2003-01-05 [colin] 0.8.8claws49
419 Add account_get_reply_account function
421 Use account_get_reply_account function
423 Basic reply-finder - click on the replied
424 icon gets you to the outbox using quick-search
426 2003-01-05 [paul] 0.8.8claws48
429 small change to English
431 * src/prefs_filtering.c
432 prefs_filtering_action_select(): improve logic and uniformity
435 2003-01-05 [alfons] 0.8.8claws47
437 fine tune solution to focus problems (bug #7)
440 mainwindow_focus_in_event(): remove grab event check
442 summary_button_pressed(): move selection on right-click
443 too. we can't possibly move the selection back after
444 canceling a dialog, because gtk's incomplete focus
445 management. whether this is a good solution, only time
448 2003-01-05 [christoph] 0.8.8claws46
451 fix crash when no imap connection could be established
453 2003-01-05 [paul] 0.8.8claws45
458 fix bug 605957 'shortcuts in popup-menu'
459 make user-defined shortcuts work
460 show shortcuts that are already defined
462 Patch submitted by Luke Plant
464 2003-01-05 [alfons] 0.8.8claws44
467 focus_in_event handler should not select summary view row
468 when another window (menu, dialog) grabbed for events
469 (bug #7, "[0.8.8claws42] Message summary focus")
471 2003-01-04 [christoph] 0.8.8claws43
474 update save folder after adding the sent message
476 2003-01-02 [christoph] 0.8.8claws42
478 * src/common/plugin.c
479 fix unloading of all plugins and unload
480 plugins in reverse order
482 * src/gtk/pluginwindow.c
483 implement function of load and unload button
485 * src/gtk/prefswindow.c
486 * src/gtk/prefswindow.h
487 rename register function and add new unregister
490 * src/plugins/spamassassin/spamassassin_gtk.c
491 unregister prefs page and update for changes in
492 src/gtk/prefswindow.c
494 2003-01-02 [paul] 0.8.8claws41
497 updated by Ricardo Mones Lastra
502 fixes and improvements by Urke MMI
504 2003-01-02 [thorsten] 0.8.8claws40
507 fixed wrong return value
509 2003-01-02 [thorsten] 0.8.8claws39
512 fixed printing wrong variable
514 2003-01-02 [thorsten] 0.8.8claws38
517 fixed acessing members of freed pfile struct
519 2003-01-02 [thorsten] 0.8.8claws37
522 detect loops across several messages
523 as suggested by Christoph Hohmann
525 2003-01-01 [match] 0.8.8claws36
528 fixed another memory leak.
530 2003-01-01 [match] 0.8.8claws35
533 fixed memory leaks. applied Doxygen comments.
535 2003-01-01 [thorsten] 0.8.8claws34
538 inhibit endless loop if msg references itself
539 (closes Bug [ 660477 ] Infinite loop in parent flag search)
541 2003-01-01 [christoph] 0.8.8claws33
544 * src/gtk/Makefile.am
545 * src/gtk/pluginwindow.c ** NEW **
546 * src/gtk/pluginwindow.h ** NEW **
549 * src/plugins/demo/demo.c
550 * src/plugins/spamassassin/spamassassin.c
551 * src/plugins/spamassassin/spamassassin_gtk.c
552 write better plugin descriptions
554 2002-12-31 [christoph] 0.8.8claws32
556 * src/gtk/prefswindow.c
557 * src/plugins/spamassassin/spamassassin_gtk.c
558 some small improvements to GTK code
560 2002-12-31 [christoph] 0.8.8claws31
562 * src/plugins/spamassassin/spamassassin_gtk.c
563 enable folder select button
565 2002-12-31 [christoph] 0.8.8claws30
568 * src/gtk/Makefile.am
569 * src/gtk/prefswindow.c ** NEW **
570 * src/gtk/prefswindow.h ** NEW **
573 * src/common/plugin.c
574 don't try to load empty config lines
576 * src/plugins/spamassassin/Makefile.am
577 * src/plugins/spamassassin/spamassassin.c
578 * src/plugins/spamassassin/spamassassin.h ** NEW **
579 * src/plugins/spamassassin/spamassassin_gtk.c ** NEW **
580 GTK config for SpamAssassin Plugin using
583 2002-12-31 [paul] 0.8.8claws29
586 remove obsolete entry 'src/menu.c'
588 2002-12-31 [alfons] 0.8.8claws28
591 * src/matcher_parser_parse.y
592 * src/prefs_matcher.c
593 add "ignore_thread" and "~ignore_thread" condition so it's
594 possible to make the actions / scoring operate on the ignore
597 2002-12-31 [christoph] 0.8.8claws27
603 * src/prefs_account.c
604 * src/prefs_actions.c
605 * src/prefs_customheader.c
606 * src/prefs_display_header.c
611 * src/common/prefs.[ch]
612 extend prefs file handling for reading and automatic handling
613 of blocks. When reading prefs_set_block_label will automatically
614 move on to the block. When writing it will copy all other blocks
617 * src/common/plugin.c
618 Now loading plugin filenames from [Plugins] block in
621 2002-12-30 [christoph] 0.8.8claws26
623 * src/common/hooks.[ch]
624 return abort status to caller of hooks_invoke
627 invoke message filtering hook and stop
628 default handling when filter returns abort
630 * src/common/plugin.[ch]
631 * src/plugins/demo/demo.c
632 modify plugin loader, because resolving symbols for strings
633 does not work correctly
636 * ac/spamassassin.m4 ** NEW **
637 * src/plugins/spamassassin/.cvsignore ** NEW **
638 * src/plugins/spamassassin/Makefile.am ** NEW **
639 * src/plugins/spamassassin/README ** NEW **
640 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
641 * src/plugins/spamassassin/spamassassin.c ** NEW **
642 * src/plugins/spamassassin/utils.[ch] ** NEW **
643 add spamassassin plugin, see src/plugins/spamassassin/README
646 2002-12-29 [alfons] 0.8.8claws25
649 when moving focus from a message view to the main
650 window, don't forget to select the summary node
651 of the displayed message. should fix "[ 659103 ]
652 focus-follows-mouse confuses sylpheed"
654 2002-12-29 [christoph] 0.8.8claws24
657 * src/stringtable.[ch] ** REMOVE **
658 * src/common/Makefile.am
659 * src/common/stringtable.[ch] ** NEW **
660 move stringtable files to common directory
662 2002-12-29 [christoph] 0.8.8claws23
665 * src/menu.[ch] ** REMOVE **
666 * src/gtk/Makefile.am
667 * src/gtk/menu.[ch] ** NEW **
668 move menu files to gtk directory
670 2002-12-29 [match] 0.8.8claws22
674 moved UI specific code out of LDAP code into addressbook
675 UI code. fixed memory leak.
677 2002-12-29 [christoph] 0.8.8claws21
680 only check for IGNORED parent message when message is
683 2002-12-29 [alfons] 0.8.8claws20
686 set gtksctree's anchor correct (immediate execute
687 changes the tree's layout, and anchor points at
688 the incorrect row). fixes "[ 657233 ] multiple msg
689 delete sometimes off by 1".
690 we probably have to look for more tree layout /
693 2002-12-29 [paul] 0.8.8claws19
696 fix bug [ 659054 ] incorrect sorting of 'From' column
697 when using 'display sender using address book'
698 thanks to Alfons and Luke Plant
700 2002-12-29 [christoph] 0.8.8claws18
704 check parent messages for IGNORE THREAD flag, when adding,
705 moving or copying messages to a folder
707 2002-12-27 [alfons] 0.8.8claws17
709 re-organize matcher part 5; more to come
712 hash keywords in matchparser_tab
714 2002-12-27 [alfons] 0.8.8claws16
716 re-organize matcher part 4; more to come
718 * src/matcher_parser.h
719 * src/matcher_parser_lex.l
720 * src/matcher_parser_parse.y
723 2002-12-27 [alfons] 0.8.8claws15
725 re-organize matcher part 3; more to come
730 2002-12-27 [alfons] 0.8.8claws14
732 re-organize matcher part 2; more to come but this should
733 work. cc me if there are any regressions.
736 add prototype for get_matchparser_tab_id()
737 * src/matcher_parser_lex.l
738 look up keywords using matchparser_tab_id();
740 2002-12-27 [alfons] 0.8.8claws12
742 re-organize matcher part 1
745 map yacc generated constants to sylpheed matcher constants
747 add function to find a matcher constant from a string
749 2002-12-27 [christoph] 0.8.8claws11
752 MENUITEM_ADD casts the 4th argument from integer to pointer
753 so it probably should not be a pointer, this means we
754 should use account id for it and not the account's pointer
756 2002-12-27 [paul] 0.8.8claws10
759 remove unneeded 'GtkWidget *vbox'
762 further sync with 0.8.8 - make sort
763 by recipient work as expected
768 2002-12-27 [paul] 0.8.8claws9
771 updated by Ivan F. Martinez
773 2002-12-27 [darko] 0.8.8claws8
776 added locked pattern to extended search
778 2002-12-27 [alfons] 0.8.8claws7
780 * src/prefs_matcher.[ch]
783 2002-12-26 [alfons] 0.8.8claws6
786 * src/matcher_parser_lex.l
787 * src/matcher_parser_parse.y
788 * src/prefs_matcher.c
789 allow color label as a condition in the matcher
791 2002-12-26 [oliver] 0.8.8claws5
794 enable Addressbook for Main and Messageview
795 * src/prefs_actions.c
796 enable actions in Messageview
798 2002-12-26 [christoph] 0.8.8claws4
800 * src/common/plugin.c
801 add a little debug output
803 * src/plugins/demo/Makefile.am
804 better use of automake
806 2002-12-26 [christoph] 0.8.8claws3
809 * src/common/Makefile.am
812 2002-12-26 [christoph] 0.8.8claws2
815 sort configure checks into common / gtk / plugins
821 * src/common/sylpheed.[ch]
822 added now sylpheed_done function for shutdown
823 * src/common/Makefile.am
824 * src/common/plugin.[ch] ** NEW **
825 plugin loader and unloader
826 * src/plugins/.cvsignore ** NEW **
827 * src/plugins/Makefile.am ** NEW **
829 * src/plugins/demo/.cvsignore ** NEW **
830 * src/plugins/demo/Makefile.am ** NEW **
831 * src/plugins/demo/demo.c ** NEW **
832 small demo plugin that installs a logtext hook and
833 outputs the log text to stdout
835 2002-12-26 [paul] 0.8.8claws1
838 updated by Ricardo Mones Lastra
840 2002-12-26 [paul] 0.8.8claws
842 * 0.8.8claws released
844 2002-12-26 [paul] 0.8.7claws12
847 updated by George Danchev
849 2002-12-26 [paul] 0.8.7claws11
852 remove unneeded 'src/prefs.c' entry
854 2002-12-26 [paul] 0.8.7claws10
858 sync with 0.8.8 release
863 partial sync with 0.8.8 release
866 2002-12-25 [alfons] 0.8.7claws9
869 * src/matcher_parser_lex.l
870 * src/matcher_parser_parse.y
871 * src/prefs_matcher.c
872 add locked flag to possible filtering / matcher
873 conditions (also a good example what should be
874 done to add a simple boolean condition)
876 2002-12-25 [christoph] 0.8.7claws8
886 * src/prefs.[ch] ** REMOVE **
887 * src/prefs_account.c
888 * src/prefs_actions.c
890 * src/prefs_customheader.c
891 * src/prefs_display_header.c
892 * src/prefs_filtering.c
893 * src/prefs_folder_item.c
894 * src/prefs_gtk.[ch] ** NEW **
895 * src/prefs_matcher.c
896 * src/prefs_scoring.c
897 * src/prefs_summary_column.c
899 * src/selective_download.c
901 * src/common/Makefile.am
902 * src/common/prefs.[ch] ** NEW **
903 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
905 2002-12-24 [alfons] 0.8.7claws7
908 summary_thread_build(): fix real cause of the crash mentioned in
909 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
910 this way we get meaningful ctree nodes
912 2002-12-24 [oliver] 0.8.7claws6
914 * src/mainwindow.[ch]
915 * src/messageview.[ch]
919 changes to use updated toolbar handling
921 2002-12-24 [oliver] 0.8.7claws5
924 generic toolbar handling
925 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
926 * src/prefs_toolbar.[ch]
929 2002-12-24 [oliver] 0.8.7claws4
931 * src/stock_pixmap.[ch]
932 move SYLPHEED_LOGO to end of list in order
933 to remove it from Custom Toolbar`s Icon View
935 2002-12-24 [alfons] 0.8.7claws3
938 summary_thread_build(): fix crash because of focus != selection
939 after threading. when deleting the selection, gtk tries but fails
940 to find the correct focusable element. we now force the selection
941 to be focused. this should solve the infamous bug reported by
942 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
943 a test case is available.
945 2002-12-24 [darko] 0.8.7claws2
948 don't crash when unmarking message with unread children
950 2002-12-23 [christoph] 0.8.7claws1
953 * src/common/Makefile.am
954 update Makefiles for moved intl.h, version.h and defs.h
956 rewrite imap_session_get to avoid duplicate code
958 2002-12-23 [paul] 0.8.7claws
960 * Santa-Claws released
964 squeeze in updated Hungarian and Russian translations.
965 Submitted by Gál Zoltán and Ruslan N. Balkin
967 2002-12-23 [paul] 0.8.6claws129
970 updated by Witold Wladyslaw Wojciech Wilk
972 2002-12-23 [paul] 0.8.6claws128
974 * src/quote_fmt_parse.y
975 fix typo and add licence header
977 2002-12-23 [paul] 0.8.6claws127
982 2002-12-23 [paul] 0.8.6claws126
985 updated translation, submitted by Alessandro Maestri
987 2002-12-23 [paul] 0.8.6claws125
989 * src/quote_fmt_parse.y
990 fix signature-stripping on replies bug. match
991 '-- \n' and not '-- '.
993 2002-12-22 [paul] 0.8.6claws124
998 updated translations. submitted by George Danchev,
999 Ricardo Mones Lastra, and Urke MMI respectively
1001 2002-12-21 [paul] 0.8.6claws123
1006 2002-12-21 [paul] 0.8.6claws122
1009 fix bug [643638] where if a person is in one or more
1010 addressbook groups editing that person's email
1011 address results in removal from those groups.
1012 Patch submitted by Luke Plant.
1014 2002-12-20 [christoph] 0.8.6claws121
1016 * src/common/utils.c
1018 reimplement expand_search_string using GString to
1019 prevent crashs caused by miscalculated string
1020 lengths reported by Paul
1022 2002-12-20 [christoph] 0.8.6claws120
1025 don't use "changed" to check if op_count has to be changed as it
1026 is also set when the message has unread children
1027 (closes bug [ 653221 ] crash while deleting duplicates)
1029 2002-12-20 [paul] 0.8.6claws119
1031 * sync with 0.8.6cvs27
1032 see ChangeLog 2002-12-20
1034 2002-12-20 [paul] 0.8.6claws118
1036 * sync with 0.8.6cvs26
1037 see ChangeLog 2002-12-19 and 2002-12-20
1039 2002-12-19 [alfons] 0.8.6claws117
1042 fix incorrect parsing of email addresses, submitted by
1043 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
1044 name display if it contains @".
1046 2002-12-18 [paul] 0.8.6claws116
1048 * sync with 0.8.6cvs23
1049 see ChangeLog 2002-12-18
1051 2002-12-18 [paul] 0.8.6claws115
1058 sync with 0.8.6cvs22.
1059 see ChangeLog 2002-12-17 and 2002-12-18
1061 2002-12-17 [christoph] 0.8.6claws114
1064 o don't create a session if imap greeting fails
1065 o don't close socket when authentication fails
1066 this is done by imap_session_destroy
1068 2002-12-17 [thorsten] 0.8.6claws113
1072 tools/google_msgid.pl ** NEW FILE **
1073 Added "search for message-id" script and doc
1075 2002-12-17 [thorsten] 0.8.6claws112
1078 Updated hungarian translation
1079 (updated by Gal Zoltan)
1081 2002-12-16 [christoph] 0.8.6claws111
1084 remove stupid addressbook dump to debug output
1086 fix memory leak found by Hiro
1088 2002-12-14 [paul] 0.8.6claws110
1091 fix menubar sensitivity on send
1093 * src/prefs_filtering.c
1094 * src/prefs_matcher.c
1095 * src/prefs_scoring.c
1098 * src/common/quoted-printable.h
1101 2002-12-13 [christoph] 0.8.6claws109
1104 * src/manage_window.[ch] ** REMOVE **
1105 * src/gtk/Makefile.am
1106 * src/gtk/manage_window.[ch] ** NEW **
1107 move manage_window files to gtk directory
1109 2002-12-13 [christoph] 0.8.6claws108
1112 * src/gtkshruler.[ch] ** REMOVE **
1113 * src/gtk/Makefile.am
1114 * src/gtk/gtkshruler.[ch] ** NEW **
1115 move gtkshruler files to gtk directory
1117 2002-12-13 [christoph] 0.8.6claws107
1121 * src/gtkstext.[ch] ** REMOVE **
1124 * src/gtk/gtkstext.[ch] ** NEW **
1125 * src/gtk/Makefile.am
1126 o move stext functions to gtkstext.c to remove
1127 dependency of gtkutils
1128 o move gtkstext files to gtk directory
1130 * src/gtk/Makefile.am
1131 * src/gtk/sslcertwindow.[ch]
1132 UI stuff can always depend on common code so
1133 it's ok to add ../common to include path
1135 2002-12-13 [colin] 0.8.6claws106
1138 Disconnect sighandlers for mainwindow when
1139 quicksearch has the focus
1141 * src/mainwindow.[ch]
1142 Make key_pressed callback public, to be able
1145 2002-12-13 [christoph] 0.8.6claws105
1148 create .mh_sequences file in new MH folders
1149 (closes feature request [ 523162 ] MH folders should
1150 get a .mh_sequences)
1152 2002-12-13 [colin] 0.8.6claws104
1155 Better handling of quicksearch show/hide
1156 (basically the button stays under the mouse
1159 2002-12-13 [paul] 0.8.6claws103
1161 * sync with 0.8.6cvs17
1162 see ChangeLog 2002-12-13
1164 2002-12-13 [paul] 0.8.6claws102
1167 updated by Ricardo Mones Lastra
1169 2002-12-11 [colin] 0.8.6claws101
1172 remove statusbar stuff
1174 set statusbar verbosity when moving folders
1176 2002-12-11 [colin] 0.8.6claws100
1177 * src/prefs_filtering.c
1178 * src/prefs_matcher.c
1179 * src/prefs_scoring.c
1182 2002-12-11 [colin] 0.8.6claws99
1184 * src/prefs_common.[ch]
1185 Add summary_quicksearch_type
1187 Save last used quicksearch type
1189 2002-12-11 [jens] 0.8.6claws98
1190 * src/prefs_filtering.c
1191 * src/prefs_matcher.c
1192 * src/prefs_scoring.c
1193 added dialog for incomplete rules in scoring, filtering and
1194 matcher to ask wheather really close
1196 2002-12-11 [colin] 0.8.6claws97
1199 Fix folder dnd statusbar logging
1201 2002-12-10 [christoph] 0.8.6claws96
1211 * src/statusbar.[ch]
1212 * src/common/hooks.c
1213 * src/common/log.[ch]
1214 o handle verbose logging in statusbar directly in statusbar code
1215 and common code does not need any knowledge about a statusbar
1216 o remove direct calls to statusbar_(puts|pop)_all functions
1218 2002-12-10 [jens] 0.8.6claws95
1221 removed gettext from g_warnings
1227 2002-12-10 [colin] 0.8.6claws94
1230 finish crash dialog fix
1232 2002-12-10 [colin] 0.8.6claws93
1235 "Fix" "sylpheed already running" instead of
1236 crash dialog appearing after a crash
1238 2002-12-10 [colin] 0.8.6claws92
1241 add src/gtk/sslcertwindow.c
1243 2002-12-10 [paul] 0.8.6claws91
1246 updated to reflect recent changes
1247 submitted by Alessandro Maestri
1249 2002-12-09 [christoph] 0.8.6claws90
1252 * src/smtp.[ch] ** REMOVE **
1253 * src/common/Makefile.am
1254 * src/common/smtp.[ch] ** NEW **
1255 move smtp files to common directory
1257 2002-12-09 [christoph] 0.8.6claws89
1260 * src/session.[ch] ** REMOVE **
1261 * src/common/Makefile.am
1262 * src/common/session.[ch] ** NEW **
1263 move session files to common directory
1265 2002-12-09 [paul] 0.8.6claws88
1268 fix bug [649746] edit accounts: move account reverted
1269 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1271 2002-12-09 [colin] 0.8.6claws87
1273 * src/ssl_certificate.c
1276 2002-12-09 [colin] 0.8.6claws86
1279 Try to open the cert.pem database and
1280 issue a warning if it isn't there
1282 2002-12-09 [colin] 0.8.6claws85
1284 * src/common/ssl_certificate.c
1285 * src/gtk/sslcertwindow.c
1288 2002-12-09 [colin] 0.8.6claws84
1290 * src/ssl_certificate.[ch] ** REMOVED **
1291 * src/common/ssl_certificate.[ch] ** NEW **
1293 * src/common/Makefile.am
1294 Moved ssl_certificate.[ch] to common
1296 Put back needed include
1297 * src/gtk/sslcertwindow.[ch]
1298 Changed ssl_certificate.h include
1300 2002-12-09 [colin] 0.8.6claws83
1302 * src/gtk/sslcertwindow.[ch]
1303 Implement hook for certificate acception
1304 * src/ssl_certificate.[ch]
1305 Implement hook for certificate acception
1307 Reenable certificate acception check
1309 Register sslcertwindow's hook
1311 2002-12-08 [christoph] 0.8.6claws82
1318 * src/common/utils.c
1319 o add missing includes
1322 * src/common/.cvsignore
1323 * src/common/version.h ** REMOVE **
1324 remove autogenerated file
1326 2002-12-08 [paul] 0.8.6claws81
1329 put back needed include
1331 2002-12-08 [colin] 0.8.6claws80
1333 * src/gtk/sslcertwindow.c
1334 Cleaner popups when asking
1335 * src/ssl_certificate.c
1336 * src/prefs_common.[ch]
1337 remove ssl certificate pref
1338 put back needed include
1340 put back needed include
1342 2002-12-08 [christoph] 0.8.6claws79
1348 only abort hook invokation if required data is missing not
1349 if our own data pointer is NULL, update hookfunction for
1352 2002-12-08 [paul] 0.8.6claws78
1370 * src/sourcewindow.c
1373 clean up: remove unneccesary includes
1375 2002-12-08 [christoph] 0.8.6claws77
1380 * src/common/hooks.[ch]
1381 hook functions now have a gboolean return value, if a hook
1382 returns TRUE it will stop executing of any more hooks in
1383 the same hooklist for this invokation
1385 2002-12-08 [colin] 0.8.6claws76
1388 put back argv0 for CRASH_DIALOG
1390 2002-12-08 [christoph] 0.8.6claws75
1403 * src/prefs_account.[ch]
1404 * src/prefs_common.[ch]
1407 * src/ssl_certificate.[ch]
1408 * src/ssl_manager.[ch]
1409 * src/common/Makefile.am
1411 * src/common/nntp.[ch]
1412 * src/common/socket.[ch]
1413 * src/common/ssl.[ch]
1414 * src/gtk/sslcertwindow.[ch]
1416 use new autoconf script to detect OpenSSL with extra parameters
1417 to specify the location of libs and includes, also remove USE_SSL
1420 * src/common/sylpheed.[ch]
1421 * src/common/version.h.in
1422 start seperation of common code initialization seperated from gui
1425 The function that is called when a color lable changes
1426 should not change the color lable again
1428 2002-12-08 [colin] 0.8.6claws74
1430 * src/gtk/sslcertwindow.c
1433 2002-12-08 [colin] 0.8.6claws73
1437 Register a hook for statusbar_puts_all
1439 invoke statusbar_puts_all's hook
1441 2002-12-08 [colin] 0.8.6claws72
1443 * src/ssl_certificate.c
1444 Put back a badly-removed include
1446 2002-12-08 [colin] 0.8.6claws71
1448 * src/gtk/sslcertwindow.[ch] ** NEW **
1449 new certificate presentation
1450 * src/gtk/Makefile.am
1452 * src/ssl_certificate.[ch]
1453 gtk cleanup, made utility functions public
1455 use new cert presentation
1457 2002-12-07 [christoph] 0.8.6claws70
1460 * src/nntp.[ch] ** REMOVE **
1461 * src/common/Makefile.am
1462 * src/common/nntp.[ch] ** NEW **
1463 move nntp files to common directory
1465 2002-12-07 [christoph] 0.8.6claws69
1469 implement msginfo update callback using sylpheed's new
1470 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1472 2002-12-06 [christoph] 0.8.6claws68
1475 This patch changes the 'Edit Group Details' dialog to
1476 allow extended selections in either pane, so that
1477 addresses can be added or removed from a group more
1478 quickly and easily. (it actually is a net decrease in
1479 file size, as some unnecessary functions have been
1481 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1483 2002-12-06 [christoph] 0.8.6claws67
1486 * src/template.[ch] ** REMOVE **
1487 * src/common/Makefile.am
1488 * src/common/template.[ch] ** NEW **
1489 move template files to common directory
1492 add missing log.h include
1494 2002-12-06 [melvin] 0.8.6claws66
1496 * src/prefs_actions.c
1497 Added the trailing ">" syntax to insert command's output
1498 without replacing old text (in contrast to trailing "|").
1500 2002-12-05 [colin] 0.8.6claws65
1502 * src/common/utils.c
1503 Don't modify original search_string or it'll change
1504 the next iterations in the for()
1506 2002-12-05 [darko] 0.8.6claws64
1508 * src/common/utils.c
1509 proper check for filtering commands, found by Colin
1511 2002-12-05 [darko] 0.8.6claws63
1513 * src/common/utils.c
1514 check proper string for NULL pointer, found by Colin
1516 2002-12-05 [darko] 0.8.6claws62
1518 * src/common/utils.[ch]
1519 expand_search_string(): new function
1520 converts Mutt-like patterns to Sylpheed's
1523 use expand_search_string() to allow Mutt-like
1524 patterns in extended search
1526 document extended option in quick search
1528 2002-12-05 [paul] 0.8.6claws61
1530 * sync with 0.8.6cvs16
1531 see ChangeLog 2002-12-05
1536 2002-12-04 [christoph] 0.8.6claws60
1539 put imap authentication code into a new function and
1540 remove it from imap_session_new that will allow to
1541 send other commands before authentication
1543 2002-12-04 [christoph] 0.8.6claws59
1546 use already existing method to prevent unneeded IMAP
1547 folder selects. Set imap_select parameters to NULL
1548 in some functions if the values are not required.
1551 remove no longer required include
1553 2002-12-04 [paul] 0.8.6claws58
1556 updated by Ricardo Mones Lastra
1559 po/hu.po ** NEW FILE **
1560 initial Hungarian translation, submitted
1561 by Gál Zoltán <galzoli@hu.inter.net>
1563 2002-12-03 [christoph] 0.8.6claws57
1566 * src/gtksctree.[ch] ** REMOVE **
1567 * src/gtk/Makefile.am
1568 * src/gtk/gtksctree.[ch] ** NEW **
1569 move gtksctree files to gtk directory
1571 2002-12-03 [christoph] 0.8.6claws56
1574 * src/md5.[ch] ** REMOVE **
1575 * srm/common/Makefile.am
1576 * src/common/md5.[ch] ** NEW **
1577 move md5 files to common directory
1580 remove not required #include
1582 2002-12-03 [sergey] 0.8.6claws55
1586 gtkut_window_popup(): new function.
1588 main_window_popup(): use gtkut_window_popup() to raise
1589 window without changing its position.
1590 (see sylpheed-main ML message [sylpheed:17247])
1592 2002-12-03 [sergey] 0.8.6claws54
1595 send_message_local(): removed first-dot escaping
1596 (SMTP-only, not needed for sending through pipe)
1598 2002-12-03 [paul] 0.8.6claws53
1601 update to reflect recent changes (thanks
1602 to Ricardo Mones Lastra)
1604 * tools/filter_conv.pl
1605 fix problem with quoted strings. Patch submitted
1606 by Luke Plant <lukeplant@softhome.net>
1608 2002-12-03 [paul] 0.8.6claws52
1610 * sync with 0.8.6cvs15
1611 see ChangeLog 2002-12-03
1613 2002-12-02 [christoph] 0.8.6claws51
1615 * src/logwindow.[ch]
1616 * src/common/log.[ch]
1617 implement logging using a hook function
1621 define hooklist name in header file to avoid
1622 errors caused by wrong spelling of hooklist names
1627 2002-12-02 [christoph] 0.8.6claws50
1629 * src/common/Makefile.am
1630 add src/common/hooks.[ch]
1632 * src/common/hooks.[ch]
1633 implement a simple hook system using glib's hook functions
1637 use new hook system for folder item updates
1639 2002-12-02 [christoph] 0.8.6claws49
1641 * doc-src/ui_seperation.txt ** NEW **
1642 information for ui seperation
1645 remove files that were moved to common
1646 include common directory by default for the header files
1649 * src/common/socket.c
1650 * src/automaton.[ch]
1651 implement automaton using g_io_*-functions instead of
1652 gdk_input_add to make it ui independent
1662 remove common/ prefix because directory is now in
1670 * src/prefs_common.c
1681 * src/ssl_certificate.c
1682 add log.h header file for logging functions
1685 * src/common/utils.c
1688 o move debug_mode to common/utils.c
1689 o add functions to set and get debug_mode
1691 * src/defs.h ** REMOVE **
1692 * src/intl.h ** REMOVE **
1693 * src/socket.[ch] ** REMOVE **
1694 * src/ssl.[ch] ** REMOVE **
1695 * src/utils.[ch] ** REMOVE **
1696 replaced by new files in src/common/
1698 * src/common/Makefile.am
1699 add new files in src/common/
1701 * src/common/defs.h ** NEW **
1702 * src/common/intl.h ** NEW **
1703 * src/common/log.[ch] ** NEW **
1704 * src/common/socket.[ch] ** NEW **
1705 * src/common/ssl.[ch] ** NEW **
1706 * src/common/utils.[ch] ** NEW **
1707 replacement for files in src/
1709 2002-12-02 [colin] 0.8.6claws48
1712 Scroll folderview if necessary during dnd
1714 2002-12-02 [colin] 0.8.6claws47
1717 Add check to verify a move is within a single mailbox
1719 Add specific error string for this check
1721 2002-12-02 [colin] 0.8.6claws46
1724 Add a test to folder moving, remove a statusbar_print
1726 Add Move folder... context-menu item
1727 Factorize folder moving code
1728 Enable folder DND for mbox
1730 2002-12-01 [christoph] 0.8.6claws45
1733 remove conf.aspelltest if the version check fails
1735 2002-11-30 [christoph] 0.8.6claws44
1738 run libtoolize --force in autogen to create missing
1741 2002-11-30 [christoph] 0.8.6claws43
1747 * src/uuencode.[ch] ** REMOVED **
1748 * src/common/Makefile.am
1749 * src/common/uuencode.[ch] ** NEW **
1750 move uuen/decoder to common directory
1752 2002-11-30 [christoph] 0.8.6claws42
1755 * src/base64.[ch] ** REMOVED **
1764 * src/common/Makefile.am
1765 * src/common/base64.[ch] ** NEW **
1766 move base64 en/decoder to common directory
1768 2002-11-30 [christoph] 0.8.6claws41
1770 * src/common ** NEW **
1771 new directory for UI independent code
1773 new directory for GTK frontend
1774 * src/common/.cvsignore ** NEW **
1775 * src/gtk/.cvsignore ** NEW **
1777 * src/common/Makefile.am ** NEW **
1778 * src/gtk/Makefile.am ** NEW **
1779 automake files to build new seperated stuff
1781 the binary will currently still be build with the
1782 files in src, so we include the code from the
1783 subdirs for now after building the libs there
1785 2002-11-30 [paul] 0.8.6claws40
1788 fix bug [642731] 'Wrong selected account with drafted mail'
1790 2002-11-29 [oliver] 0.8.6claws39
1793 o update summaryview when switching between different
1796 o check if messageview holds already removed msg
1800 2002-11-29 [oliver] 0.8.6claws38
1803 remove not needed variables and includes
1804 make messageview stay opened and move to next when msgs are deleted
1806 2002-11-29 [oliver] 0.8.6claws37
1809 disable compose button (messageview toolbar) by default
1810 deleted msgs are moved to trash
1812 2002-11-29 [melvin] 0.8.6claws36
1815 Increased minimal gpgme version to 0.3.10 (Zombies out)
1816 and to detect signatures expirations (gpgme 0.3.6)
1819 Use non obsolescent function for Gpgme engine checking.
1822 Inform about expired signatures or signatures which key
1823 has expired. Expiration date is displayed.
1826 Inform about expired signatures or signatures which key
1829 2002-11-28 [paul] 0.8.6claws35
1832 re-instate 'Check for new messages' in Newsgroup
1833 folders right-click menu, after a suggestion from
1834 Tim Mann <timmann@users.sourceforge.net>
1837 after a crash check only local folders for new
1840 2002-11-28 [paul] 0.8.6claws34
1843 apply patch that fixes the checking of GTK with XIM
1844 support on different OSs, such as FreeBSD. Patch
1845 submitted by Topia <topia@users.sourceforge.net>
1847 2002-11-28 [paul] 0.8.6claws33
1852 more changes to the English
1854 2002-11-28 [paul] 0.8.6claws32
1856 * sync with 0.8.6cvs13
1857 see ChangeLog 2002-11-28 (no sync needed
1860 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws31
1862 * src/mainwindow.[ch]
1863 add patch by Ivan F. Martinez introducing messageview Toolbar
1864 some changes and committed by oliver
1866 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws30
1868 * src/messageview.[ch]
1869 add patch by Ivan F. Martinez introducing messageview Toolbar
1870 some changes and committed by oliver
1872 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws29
1875 add patch by Ivan F. Martinez introducing messageview Toolbar
1876 some changes and committed by oliver
1878 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)] 0.8.6claws28
1881 add patch by Ivan F. Martinez introducing messageview Toolbar
1882 some changes and committed by oliver
1884 2002-11-28 [oliver] 0.8.6claws27
1886 * src/prefs_toolbar.[ch]
1887 getting ready for messageview toolbar
1888 free mem allocated by gettext
1889 change prefs_toolbar to prefs_toolbar_open
1891 2002-11-28 [thorsten] 0.8.6claws26
1893 * src/imageview.[ch]
1894 cleaned up conflicting declarations of
1895 imageview_show_image()
1897 2002-11-28 [paul] 0.8.6claws25
1899 * src/grouplistdialog.c
1901 src/prefs_summary_column.c
1902 a few more improvements to the English
1904 2002-11-28 [colin] 0.8.6claws24
1907 A few updates to command-line parameters
1909 2002-11-28 [colin] 0.8.6claws23
1911 * src/prefs_filtering.c
1912 Fix problems with prefs_filtering_delete_path:
1913 a) if the first rule is removed, original pointers
1914 weren't updated (leading to segfaults)
1915 b) it was always global_processing updated in case
1916 of removed path was parent of rule path
1918 2002-11-27 [paul] 0.8.6claws22
1924 src/prefs_customheader.c
1925 src/prefs_display_header.c
1926 src/prefs_filtering.c
1927 src/prefs_folder_item.c
1930 src/prefs_summary_column.c
1931 src/prefs_template.c
1933 improve the English in the GUI
1935 2002-11-27 [colin] 0.8.6claws21
1938 Fix processing renaming problems happening after
1941 2002-11-27 [colin] 0.8.6claws20
1944 recursive move now deletes src each subfolder after
1947 Use identifier instead of path during dnd (enables
1950 2002-11-27 [paul] 0.8.6claws19
1953 apply patch that does command-line processing
1954 BEFORE gtk_init, allowing claws to run from
1955 shell-scripts in non-X environment (e.g. crontab
1956 or ip-up, ip-down scripts). Patch submitted by
1957 Ruslan N. Balkin <baron@dartel.ru>
1960 updated by Alessandro Maestri
1962 2002-11-27 [paul] 0.8.6claws18
1964 * sync with 0.8.6cvs12
1966 Differences are that main uses a 'Receive dialog'
1967 frame on the Interface tab, whereas claws groups all
1968 the dialogs together in a 'Dialogs' frame.
1970 2002-11-27 [colin] 0.8.6claws17
1972 * src/prefs_matcher.c
1973 Fix Execute criteria's NOT flag
1976 2002-11-26 [christoph] 0.8.6claws16
1979 rewrite the ssl code a little bit, only use one
1980 SSL context, set default certificates' file/path
1982 2002-11-26 [thorsten] 0.8.6claws15
1985 default-reply-to didn't work for ml-reply
1987 2002-11-26 [melvin] 0.8.6claws14
1989 * src/prefs_actions.c
1990 Made pipe-actions ignore short headers in message view
1991 Made trailing-pipe-actions write in the message view with
1992 the same font as the original message
1994 2002-11-26 [paul] 0.8.6claws13
1997 this time commit the correct file
1999 2002-11-26 [paul] 0.8.6claws12
2001 * sync with 0.8.6cvs11
2002 src/quote_fmt_parse.y
2007 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
2009 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
2012 see ChangeLog 2002-11-25 and 2002-11-26
2014 2002-11-26 [colin] 0.8.6claws11
2017 Fix collapsed folder not auto-expanding during
2018 mail dnd, if it was the source folder.
2020 2002-11-25 [colin] 0.8.6claws10
2022 * src/folderview.[ch]
2023 Variable renaming and cleaning (slist of nodes
2024 to be re-collapsed is stored in FolderView)
2026 2002-11-25 [paul] 0.8.6claws9
2028 * src/prefs_common.[ch]
2029 fix breakage caused by last commit
2031 2002-11-25 [paul] 0.8.6claws8
2033 * sync with 0.8.6cvs4
2034 see ChangeLog 2002-11-21
2036 2002-11-25 [paul] 0.8.6claws7
2038 * sync with 0.8.6cvs4
2039 see ChangeLog 2002-11-20
2041 2002-11-25 [paul] 0.8.6claws6
2043 * sync with 0.8.6cvs3
2044 see ChangeLog 2002-11-18
2046 2002-11-25 [colin] 0.8.6claws5
2049 Add gtkut_ctree_node_is_parent()
2051 Spring-loaded folders
2053 2002-11-25 [colin] 0.8.6claws4
2056 Add slist_concat_unique(), function to merge
2057 two GSList filtering dups
2059 * src/summaryview.[ch]
2062 Add detection/update/display of unread answers
2065 Add procmsg_find_children()
2066 Add procmsg_msg_has_marked_parent()
2068 2002-11-25 [colin] 0.8.6claws3
2070 * src/ssl_certificate.[ch]
2071 Allow checking a certificate without a DNS
2073 Allow to forget a cert (by deleting it)
2074 Make ssl_certificate_destroy_public
2075 * src/ssl_manager.[ch] ** NEW FILES **
2076 Gui to manage (display/remove) certificates
2077 * src/prefs_common.[ch]
2078 Add a pref to allow silent acceptation of
2079 trusted certificates or not (based on the
2080 "I want to know what's going on" principle)
2082 Add SSL manager in Tools menu
2084 Add the new files to the build
2086 Add ssl_manager.c to translations
2088 2002-11-25 [colin] 0.8.6claws2
2090 * src/summaryview.[ch]
2091 Add S_SEARCH_EXTENDED to the quick search, which
2092 allows to search using filtering syntax.
2094 2002-11-25 [colin] 0.8.6claws1
2097 Deletion of duplicates now prefer deleting
2098 the unread dup (fixes feature-request 638989).
2100 2002-11-24 [paul] 0.8.6claws
2106 updated by Ricardo Mones Lastra,
2107 Witold Wladyslaw Wojciech Wilk,
2108 Ruslan N. Balkin, and Urke MMI
2111 2002-11-24 [paul] 0.8.5claws182
2114 updated by George Danchev
2116 2002-11-23 [alfons] 0.8.5claws181
2119 tiny memory leak found by browsing Dimitar's
2122 2002-11-23 [paul] 0.8.5claws180
2125 updated by Alessandro Maestri
2127 2002-11-22 [christoph] 0.8.5claws179
2131 * src/prefs_filtering.c
2135 2002-11-22 [alfons] 0.8.5claws178
2138 summary_execute_delete_func(): if message is deleted, make
2139 sure to also remove its entry in the subject hash table.
2140 fixes a corner case bug.
2142 2002-11-22 [paul] 0.8.5claws177
2145 add 'autom4te.cache'
2147 * ltconfig ** REMOVED **
2150 2002-11-22 [paul] 0.8.5claws176
2153 textview_set_font(): fix for message display in
2154 UTF-8 locales (thanks to Sergey Vlasov).
2157 add new team members and contributors
2160 2002-11-21 [colin] 0.8.5claws175
2163 Add procmsg_remove_special_headers()
2165 Use procmsg_remove_special_headers() for
2168 2002-11-21 [colin] 0.8.5claws174
2171 Fix moving/copying from queue/draft folders
2174 2002-11-21 [christoph] 0.8.5claws173
2180 * src/matcher_parser_lex.[hl]
2182 * src/mbox_folder.[ch]
2183 * src/prefs_filtering.c
2185 * src/quote_fmt_lex.l
2187 fix all warnings except the warnings in lex and yacc files
2189 2002-11-20 [christoph] 0.8.5claws172
2192 fix MsgInfo retrieval for IMAP draft and queue folders
2193 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2195 2002-11-19 [christoph] 0.8.5claws171
2198 fix segfault, when draft saving does not get
2199 the MsgInfo of the new message
2200 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2202 2002-11-19 [christoph] 0.8.5claws170
2205 add parameter check for flag setting function
2206 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2208 2002-11-18 [paul] 0.8.5claws169
2211 more sensitivity fixes to redirect mode:
2212 * disable toolbar draft button
2213 * allow only Address book in the Tools menu
2214 * disable editing of message by the spell
2217 2002-11-18 [paul] 0.8.5claws168
2220 fix sensitivity of menu items in compose_redirect():
2221 allow only the necessary items
2223 2002-11-18 [paul] 0.8.5claws167
2226 fix bug [ 603259 ] 'attachment got lost on bounce'
2228 2002-11-18 [paul] 0.8.5claws166
2231 updated by Ruslan N. Balkin <baron@dartel.ru>
2233 2002-11-18 [colin] 0.8.5claws165
2237 Remove old filtering stuff
2240 2002-11-17 [oliver] 0.8.5claws164
2243 remove not needed typedef
2245 2002-11-17 [oliver] 0.8.5claws163
2248 make toolbar's on click events translatable
2250 2002-11-15 [colin] 0.8.5claws162
2253 Revert too-soon integration of a feature
2255 2002-11-15 [christoph] 0.8.5claws161
2258 use main's implementation of imap_get_msginfo
2260 2002-11-15 [christoph] 0.8.5claws160
2270 replace claws' fetch_msginfo with main's get_msginfo
2271 (use main's implementation where possible)
2273 2002-11-15 [colin] 0.8.5claws159
2275 * src/ssl_certificate.c
2278 2002-11-16 [melvin] 0.8.5claws158
2281 Updated French translations.
2283 2002-11-16 [colin] 0.8.5claws157
2285 * src/ssl_certificate.c
2286 Check for missing parts in the certificates
2288 2002-11-15 [colin] 0.8.5claws156
2291 Preventive fix (missing check) found by
2297 sync with 0.8.6 release
2299 2002-11-15 [colin] 0.8.5claws155
2303 Fix error handling of folder_item_move_to()
2306 2002-11-15 [colin] 0.8.5claws154
2310 folder_item_move_to() sets an error message instead
2311 of having GUI stuff in folder.c
2313 2002-11-15 [colin] 0.8.5claws153
2316 Implemented a callback for MsgInfo updates,
2317 heavily copy/pasted from Christoph's folder
2319 * src/summaryview.[ch]
2320 Register summary_update_msg as callback
2322 2002-11-14 [colin] 0.8.5claws152
2325 Update the FolderItem after sending (fixes 617593)
2327 2002-11-14 [christoph] 0.8.5claws151
2330 fix wrong position of NULL pointer check found
2333 2002-11-14 [christoph] 0.8.5claws150
2336 fix segfault when deleting messages from IMAP folders
2337 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2339 2002-11-14 [colin] 0.8.5claws149
2342 Forwarding was also ignoring the folder's default account.
2344 2002-11-14 [colin] 0.8.5claws148
2347 Fix sent folder not set to folder properties when
2350 2002-11-14 [thorsten] 0.8.5claws147
2353 inc_start(): Files were not moved from .processing to inbox,
2354 if no global processing rule existed
2356 2002-11-14 [colin] 0.8.5claws146
2358 * src/ssl_certificate
2361 2002-11-14 [paul] 0.8.5claws145
2364 updated by Alessandro Maestri
2366 2002-11-13 [alfons] 0.8.5claws144
2369 folder_item_close(): only mark messages unread
2370 when a folder has new messages
2372 2002-11-13 [keith] 0.8.5claws143
2375 Fix problem moving or copying between
2378 2002-11-13 [colin] 0.8.5claws142
2380 * src/matcher_parser_parse.y
2381 Fix rule problem when " don't match
2383 2002-11-13 [christoph] 0.8.5claws141
2387 moved cache saving to folder_item_close
2388 the folderview should not have to deal with
2391 2002-11-13 [christoph] 0.8.5claws140
2394 moved setting of important score to
2395 summary_set_prefs_from_folderitem
2397 2002-11-13 [colin] 0.8.5claws139
2399 * src/matcher_parser_parse.y
2400 Fix a segfault in the parser (happening when
2401 a good expression had been tested and a bad
2404 2002-11-13 [paul] 0.8.5claws138
2406 * sync with 0.8.5cvs24
2407 see ChangeLog 2002-11-13
2410 updated by Fabio Jr. Beneditto
2412 2002-11-13 [colin] 0.8.5claws137
2417 Revert last commit, problem
2419 2002-11-13 [colin] 0.8.5claws136
2422 Remove duplicated code
2424 Bumped CACHE_VERSION and MARK_VERSION
2426 Network endian for cache and mark files
2428 2002-11-12 [colin] 0.8.5claws135
2431 Fix the "socket error" dialog which disappeared
2433 2002-11-12 [colin] 0.8.5claws134
2436 Reverse last commit which had performance
2437 problems, but still reverse the list
2439 2002-11-12 [colin] 0.8.5claws133
2444 2002-11-12 [melvin] 0.8.5claws132
2447 Added a check for a NULL prefs_common.dictionary
2449 2002-11-12 [colin] 0.8.5claws131
2451 * src/ssl_certificate.[ch]
2454 2002-11-12 [colin] 0.8.5claws130
2456 * src/ssl_certificate.[ch]
2457 Take connection port into account for
2458 checking certificates (a single hostname
2459 could have multiple servers with multiple
2462 Pass the port to ssl_certificate_check
2464 2002-11-12 [paul] 0.8.5claws129
2467 fix a typo in last commit
2469 2002-11-12 [paul] 0.8.5claws128
2471 * sync with 0.8.5cvs23
2472 see ChangeLog entry 2002-11-12
2474 2002-11-11 [colin] 0.8.5claws127
2476 * src/ssl_certificate.c
2478 Don't popup, instead log error, if the
2479 corresponding pref is checked
2480 * src/ssl_certificate.h
2481 include <openssl/objects/h>
2483 2002-11-11 [colin] 0.8.5claws126
2485 * src/ssl_certificate.h
2488 2002-11-11 [colin] 0.8.5claws125
2490 * src/ssl_certificate.c
2493 2002-11-11 [colin] 0.8.5claws124
2497 * src/ssl_certificate.[ch]
2498 Cleaned a bit (better use of SSL API)
2499 (This will cause non-recognition of saved
2500 certificates of claws12[23]...)
2502 2002-11-11 [paul] 0.8.5claws123
2505 updated by Ricardo Mones Lastra
2507 2002-11-11 [colin] 0.8.5claws122
2512 2002-11-11 [colin] 0.8.5claws121
2514 * src/ssl_certificate.[ch] ** NEW FILES **
2516 Check SSL certificates presented to us
2518 Add ssl_certificate.[ch]
2520 Add ssl_certificate.c
2522 2002-11-11 [paul] 0.8.5claws120
2524 * sync with 0.8.5cvs22
2525 see ChangeLog 2002-11-11
2527 2002-11-11 [paul] 0.8.5claws119
2529 * sync with 0.8.5cvs21
2530 see ChangeLog 2002-11-11
2532 2002-11-10 [jens] 0.8.5claws118
2536 corrected some typing
2538 updated german translation
2540 cleaned up specfile and adjusted it for claws
2542 2002-11-10 [colin] 0.8.5claws117
2545 a STATUSBAR_PUSH/POP fix
2547 2002-11-10 [colin] 0.8.5claws116
2549 * src/prefs_folder_item.c
2550 Fix hanging after opening folder properties
2552 2002-11-10 [hoa] 0.8.5claws115
2554 * src/matcher_parser_lex.l
2555 * src/matcher_parser_parse.y
2556 config file for scoring and filtering is no more trashed
2557 when there is a syntax error in a filtering rule when
2558 editing it in a dialog.
2560 2002-11-09 [colin] 0.8.5claws114
2563 Added missing initialisation of folder->destroy()
2565 2002-11-09 [colin] 0.8.5claws113
2569 Fix the status bar messages
2571 2002-11-09 [colin] 0.8.5claws112
2574 Fix hangs after folder dnd, happening after
2577 2002-11-09 [christoph] 0.8.5claws111
2580 just changed order of calls (reverse order of
2583 lock inc when checking only one account, otherwise
2584 inc all could be executed at the same time
2586 2002-11-09 [christoph] 0.8.5claws110
2589 better unlock the mouse cursor before calling
2590 summary_show because it changes the cursor too
2592 2002-11-09 [christoph] 0.8.5claws109
2596 add functions to open and close a folder
2597 o opending will execute scanning for remote folders
2599 o closing will unset new flag for messages
2601 2002-11-09 [colin] 0.8.5claws108
2604 Add a call to prefs_matcher_write_config to
2605 avoid non-leaf folders filtering settings to be
2608 2002-11-09 [paul] 0.8.5claws107
2610 * src/prefs_account.c
2613 2002-11-09 [colin] 0.8.5claws106
2618 2002-11-09 [colin] 0.8.5claws105
2621 Fix prefs_filtering deletion for MH folders (same
2623 * src/prefs_filtering.c
2624 Fix prefs_filtering renaming and deletion for
2625 folder-based processing rules.
2627 2002-11-09 [christoph] 0.8.5claws104
2631 * src/folderview.[ch]
2637 * src/prefs_folder_item.c
2640 implement a callback system for folder item updates
2642 2002-11-09 [colin] 0.8.5claws103
2645 Fix prefs_filtering renaming for MH folders (we
2646 shouldn't rename by path as another folder could
2647 have the same hierarchy).
2649 2002-11-09 [colin] 0.8.5claws102
2652 Fix a leak found by Christoph, use better variable
2655 2002-11-09 [colin] 0.8.5claws101
2658 One more fix for processing rules
2660 2002-11-08 [colin] 0.8.5claws100
2663 Don't copy the compiled regexp (will be reevaluated)
2665 Lock folderview while moving
2667 Provide info on what's happening to the user
2669 2002-11-08 [colin] 0.8.5claws99
2672 Fix folder reordering after a move if parent is
2675 Add function to copy a ScoringProp
2676 * src/prefs_folder_item.c
2677 Copy scoring rules when copying a folder prefs
2679 2002-11-08 [colin] 0.8.5claws98
2682 Fixes in case of failure
2683 * src/filtering.[ch]
2684 Add function to duplicate a FilteringProp
2686 Add function to duplicate a MatcherProp
2687 * src/prefs_folder_item.c
2688 Save folder's processing rules when copying
2691 2002-11-08 [colin] 0.8.5claws97
2696 Change a printf to debug_print
2698 2002-11-08 [colin] 0.8.5claws96
2702 Fix segfaults, call me stupido
2705 2002-11-08 [colin] 0.8.5claws95
2708 Added forgotten prefs to save when moving folders
2710 2002-11-08 [colin] 0.8.5claws94
2713 Fixes to folder DND (prefs copy)
2715 Optimization for folder DND (don't rescan whole tree)
2716 Added folderview_create_folder_node() for this
2717 optimization, so de-duped a bit the code
2718 * src/prefs_folder_item.[ch]
2719 Added prefs_folder_item_copy_prefs()
2721 2002-11-08 [paul] 0.8.5claws93
2723 * src/prefs_account.c
2725 tools/kmail2sylpheed_v2.pl
2728 2002-11-08 [paul] 0.8.5claws92
2731 src/prefs_account.[ch]
2732 remove account options 'clearsign' and 'ascii_armored',
2733 replace with 'default_gnupg_mode' to prevent mixed-mode
2736 2002-11-08 [paul] 0.8.5claws91
2739 re-implement GnuPG 'on-the-fly' mode selection,
2742 2002-11-08 [colin] 0.8.5claws90
2745 src/prefs_folder_item.c
2746 Change "Property" to "Properties"
2748 2002-11-07 [colin] 0.8.5claws89
2752 Allow folder dropping to a root folder
2754 2002-11-07 [paul] 0.8.5claws88
2759 2002-11-07 [paul] 0.8.5claws87
2762 fix reply-to-list bug. closes bug report
2763 "[633382] reply-to-list broken in recent cvs"
2765 2002-11-07 [paul] 0.8.5claws86
2768 add a forgotten '#if USE_GPGME ... #endif'
2770 2002-11-07 [paul] 0.8.5claws85
2772 * sync with 0.8.5cvs20
2773 see ChangeLog 2002-11-07
2775 2002-11-07 [colin] 0.8.5claws84
2778 Change folder_item_move_to to return the newly
2781 Select the new folderitem after moving.
2783 2002-11-07 [colin] 0.8.5claws83
2785 * src/prefs_filtering.c
2786 Fix rule rewriting when moving a leaf folder to a
2789 2002-11-07 [colin] 0.8.5claws82
2791 * src/prefs_filtering.c
2794 2002-11-07 [colin] 0.8.5claws81
2797 Add folder_item_move_to() function to move a
2798 folderitem into another one (updates matcher etc)
2800 Add folder drag'n drop (context menu to come)
2801 [Should be dataloss free, but Please backup before
2804 2002-11-06 [colin] 0.8.5claws80
2807 mh_create_folder() returns NULL if can't create
2810 2002-11-06 [paul] 0.8.5claws79
2813 allow 'on-the-fly' changing of the type of encryption
2814 and/or signing used (mime/ascii) via the compose window
2816 2002-11-06 [paul] 0.8.5claws78
2818 * sync with 0.8.5cvs19
2819 see ChangeLog 2002-11-06 for src/account.c:
2820 account_get_special_folder()
2822 2002-11-05 [alfons] 0.8.5claws77
2825 very minor cleanups: nothing to see here, move on. :-)
2827 2002-11-05 [colin] 0.8.5claws76
2830 Changes choices if compose windows are opened to
2831 Discard, Draft, Don't quit
2833 2002-11-05 [thorsten] 0.8.5claws75
2836 reenabled default_reply_to folder option
2838 2002-11-05 [colin] 0.8.5claws74
2845 add clean_quit() for the SIGTERM handler
2847 2002-11-05 [paul] 0.8.5claws73
2850 updated by Ricardo Mones Lastra
2852 2002-11-05 [melvin] 0.8.5claws72
2855 Fixed log-clipping bug #616795.
2856 To stop logging in the log window use 0 length.
2857 * src/prefs_common.c
2858 Added a label to inform about the 0 log length behaviour.
2860 2002-11-05 [paul] 0.8.5claws71
2862 * sync with 0.8.5cvs17
2863 see ChangeLog 2002-11-05
2865 2002-11-04 [paul] 0.8.5claws70
2867 * sylpheed-128x128.png
2870 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2871 <nikai@users.sourceforge.net>
2874 updated by George Danchev
2876 2002-11-03 [thorsten] 0.8.5claws69
2881 add check if gpg is active
2883 2002-11-03 [thorsten] 0.8.5claws68
2886 removed GSList declaration causing trouble on MacOS-X
2887 (submitted by alfons, reported by xfesty)
2889 2002-11-01 [paul] 0.8.5claws67
2892 remove last remnants of main's filter code
2894 2002-11-01 [paul] 0.8.5claws66
2896 * tools/filter_conv.pl
2897 fix bug where user-defined headers were ignored
2899 2002-11-01 [paul] 0.8.5claws65
2902 make a debug_print() not translatable
2904 2002-10-31 [melvin] 0.8.5claws64
2907 Fixed --disable-aspell-test. Now --disable-aspell-test will
2908 not run any GNU/aspell test. The dictionary path will
2909 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2910 was given, in which case, it will be $prefix/lib/aspell/
2912 Fixed typo in commentary (Aspell code).
2914 2002-10-31 [paul] 0.8.5claws63
2917 remove src/filter.c and src/prefs_filter.c
2918 thanks to Ricardo for reminding me
2920 2002-10-31 [colin] 0.8.5claws62
2925 2002-10-31 [paul] 0.8.5claws61
2927 * src/prefs_filter.[ch] ** REMOVED **
2928 src/filter.[ch] ** REMOVED **
2937 src/prefs_filtering.c
2938 src/summaryview.[ch]
2939 remove main's 'filter' code
2942 update to reflect removal of main's filter
2944 2002-10-31 [paul] 0.8.5claws60
2947 remove check for global_processing in summary_filter_open().
2948 This fixes the bug where if the user uses the right-click
2949 'Create filter rule...' and doesn't have any filter rules
2950 already defined in claws' advanced filtering, the newly
2951 created filter rule goes to main's filtering which is
2952 inaccessible through the gui. Now the filter rule gets added
2953 to claws' filtering by default.
2955 2002-10-28 [melvin] 0.8.5claws59
2957 * src/prefs_actions.c
2958 Fixed bug #627322 where MIME parts were not always
2959 correctly passed to a %p action
2960 Display an error dialog when message filename is not found.
2962 2002-10-28 [melvin] 0.8.5claws58
2964 * src/prefs_common.c
2965 Readded a missing function declaration lost in 0.8.3claws34
2967 2002-10-28 [paul] 0.8.5claws57
2969 * sync with 0.8.5cvs15
2970 see ChangeLog 2002-10-28 and 2002-10-25
2972 Note: ChangeLog entry 2002-10-24 is not sync'ed.
2974 2002-10-27 [oliver] 0.8.5claws56
2977 plug leak in pop3_top_recv
2979 2002-10-26 [christoph] 0.8.5claws55
2982 set need_update folder flag when messages are added
2983 (closes bug [ 626922 ] folder not updated after receiving)
2985 2002-10-25 [melvin] 0.8.5claws54
2988 Fixed a memleak introduced in the scaling code.
2990 2002-10-24 [alfons] 0.8.5claws53
2993 make filtering's forward message action forward from the
2995 (closes bug [628089 ] Filter -> Forward from address problem
2998 2002-10-24 [christoph] 0.8.5claws52
3002 o use manual of current locale or english if current
3003 locale is not available (and english is available)
3004 o also link to sylpheed doc project manuals
3006 2002-10-23 [paul] 0.8.5claws51
3009 tools/kmail2sylpheed_v2.pl
3010 add new version of kmail addressbook importer script.
3011 works with newer versions of Kmail/KAddressBook which
3012 have new and rearranged data.
3014 2002-10-23 [martin] 0.8.5claws50
3020 added length parameter to get_abbrev_newsgroup_name()
3021 changed this function so that it abbreviates the newsgroup
3022 names only so long it is smaller than the length parameter
3023 (for better reading of some newsgroup names and space efficiency)
3025 2002-10-22 [colin] 0.8.5claws49
3028 Revert Alfons' last modification (after voting ;-))
3030 2002-10-21 [alfons] 0.8.5claws48
3033 folder view in folder selection dialog reflects state of
3034 folder view in main window
3036 2002-10-18 [alfons] 0.8.5claws47
3039 drop imported messages in folder selected by user,
3040 and not in the inbox
3041 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
3043 2002-10-18 [alfons] 0.8.5claws46
3046 make automagic reply work correctly for email accounts
3047 (whether it's viable to do a full sync with Hiro's
3048 compose.c is still under discussion)
3050 2002-10-18 [melvin] 0.8.5claws45
3052 * src/prefs_actions.c
3053 Fixed bug #622275 where asynchroneous actions left
3055 Made (synchroneous) actions' input be displayed live.
3057 2002-10-18 [christoph] 0.8.5claws44
3060 don't add a newline in the textview in front of the
3061 first textpart if header display is disabled
3062 (closes bug [ 603385 ] disabled header display leaves blank
3065 2002-10-18 [christoph] 0.8.5claws43
3072 folder->get_num_list now returns an error code
3073 (closes bug [ 609424 ] News cache cleared on failure)
3075 2002-10-17 [colin] 0.8.5claws42
3078 Changed a printf by debug_print
3082 * tools/OOo2sylpheed.pl
3083 allow for spaces in the name of the
3084 file to be attached.
3086 2002-10-16 [colin] 0.8.5claws41
3089 Use a tristate to change online mode
3091 2002-10-16 [paul] 0.8.5claws40
3094 updated by Ricardo Mones Lastra
3096 2002-10-16 [colin] 0.8.5claws39
3100 Added --online and --offline command-line
3103 2002-10-15 [christoph] 0.8.5claws38
3106 set mimeinfo->name to NULL after g_free to
3107 avoid double freeing with g_free
3109 2002-10-14 [christoph] 0.8.5claws37
3114 remove calls to folder->change_flags that are now
3115 done by procmsg flag functions (seems it is not
3116 used by any foldertype anyway)
3118 init folder->change_flags with NULL
3120 2002-10-14 [christoph] 0.8.5claws36
3124 use virtual functions for folder item new and destroy
3127 2002-10-14 [melvin] 0.8.5claws35
3130 Added a test to not run the spell checker if no default
3131 dictionary is available. No dialog is displayed though.
3133 2002-10-14 [melvin] 0.8.5claws34
3136 Fixed bug in dictionary list context menu where
3137 "More..." pointed to an emtpy submenu if the
3138 number of dictionaries is a multiple of 15
3139 Removed unneeded code in suggestions list creation
3141 2002-10-14 [paul] 0.8.5claws33
3144 updated by George Danchev
3146 2002-10-13 [hoa] 0.8.5claws32
3149 src/matcher_parser_parser.y
3150 removed the escaped string from internal structure
3153 2002-10-12 [colin] 0.8.5claws31
3155 * src/gtksctree.[ch]
3157 Removed useless function gtksctree_reanchor
3159 2002-10-12 [alfons] 0.8.5claws30
3161 * sync with remaining main changes 2002-10-09 - 2002-10-11
3162 - drop changes to src/compose.c (requires claws specific changes)
3164 2002-10-12 [alfons] 0.8.5claws29
3166 * sync with main changes of 2002-10-08
3167 - drop changes to src/compose.c (requires claws specific changes)
3168 - drop changes to src/summaryview.c (requires changes to compose.c)
3170 2002-10-12 [alfons] 0.8.5claws28
3172 * sync with main changes of 2002-10-07
3174 2002-10-12 [alfons] 0.8.5claws27
3176 * sync with main changes of 2002-10-04
3177 - drop changes to src/compose.c (requires claws specific changes)
3178 - drop changes to src/prefs_folder_item.c (claws implementation
3179 seems to be working)
3181 2002-10-12 [colin] 0.8.5claws26
3184 Fix folder-flicker when space-reading, introduced
3187 2002-10-12 [colin] 0.8.5claws25
3190 Save account address when saving as draft.
3193 2002-10-12 [colin] 0.8.5claws24
3196 Fix the problem consisting of no message selected
3197 after the last message in a folder has been moved.
3199 2002-10-12 [paul] 0.8.5claws23
3202 src/prefs_template.c
3204 add Cc and Bcc to templates. Patch submitted by
3207 2002-10-12 [colin] 0.8.5claws22
3210 Fix a bug after "Check for new messages":
3211 If a folder was opened, it was still selected at
3212 the end of the check, but displayed empty.
3214 Remove unnecessary check
3219 be more verbose in the description of
3223 2002-10-11 [colin] 0.8.5claws21
3226 Make space work (better) when no mail is selected
3228 2002-10-11 [colin] 0.8.5claws20
3234 2002-10-11 [colin] 0.8.5claws19
3237 revert 0.8.5claws6 changes as i couldn't get to
3240 2002-10-11 [melvin] 0.8.5claws18
3243 Removed buggy and unused macro (should have been committed in
3246 2002-10-11 [melvin] 0.8.5claws17
3249 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3251 2002-10-11 [thorsten] 0.8.5claws16
3254 remove rescan warning
3256 2002-10-11 [colin] 0.8.5claws15
3259 fix a segfault that happens if conv_unmime_header
3260 fails (should be better to find out why it fails)
3262 2002-10-11 [christoph] 0.8.5claws14
3265 update folderview stats after ignore/unignore thread
3267 2002-10-11 [hoa] 0.8.5claws13
3269 * src/quote_fmt_parse.y
3270 Fixed a yacc/bison syntax error
3272 Escaping of string is fixed.
3274 2002-10-11 [colin] 0.8.5claws12
3277 Resize images to fit
3279 2002-10-11 [paul] 0.8.5claws11
3282 updated by Ricardo Mones Lastra
3284 2002-10-10 [alfons] 0.8.5claws10
3287 allow dropping files by "moving" files from a file manager,
3288 not only by the more cumbersome "copying". the latter
3289 mostly implies holding down the Control button
3291 2002-10-10 [christoph] 0.8.5claws9
3294 update folders after thread building for ignored threads
3296 2002-10-10 [christoph] 0.8.5claws8
3300 * src/filtering.[ch]
3302 * src/folderview.[ch]
3307 * src/summaryview.[ch]
3308 o added new flag need_update to FolderItem
3309 o removed folder_table from various functions from tracking
3311 o set need_update flags in folder.c's move, copy and delete
3312 functions and procmsg's flags functions
3313 o added function folderview_update_items_when_required that
3314 updates all folders with need_update set
3315 o call folderview_update_items_when_required instead of
3316 folderview_update_item_foreach
3318 2002-10-09 [sergey] 0.8.5claws7
3321 Strip CRs whel loading the text into editor in reedit mode.
3323 2002-10-09 [colin] 0.8.5claws6
3326 Make Space work when no mail is selected
3328 2002-10-09 [colin] 0.8.5claws5
3330 * src/gtksctree.[ch]
3332 Add gtk_sctree_reanchor()
3334 Use gtk_sctree_reanchor() - better fix for
3337 2002-10-09 [colin] 0.8.5claws4
3340 Fix shift-click select after delete problem
3343 2002-10-08 [thorsten] 0.8.5claws3
3346 exclude current msg from -hide read messages-
3348 2002-10-08 [colin] 0.8.5claws2
3353 Differentiate socket errors from disk full
3356 2002-10-08 [christoph] 0.8.5claws1
3360 modifications for new config directory
3362 * config.guess ** REMOVED **
3363 * config.sub ** REMOVED **
3364 * install-sh ** REMOVED **
3365 * ltmain.sh ** REMOVED **
3366 * missing ** REMOVED **
3367 * mkinstalldirs ** REMOVED **
3368 these files are autogenerated by automake
3369 when you run autogen.sh
3371 * config/.cvsignore ** NEW FILE **
3372 * config/Makefile.am ** NEW FILE **
3373 ignore autogenerated files
3374 create a Makefile in this directory
3376 2002-10-08 [paul] 0.8.5claws
3378 * 0.8.5claws release
3383 fix quote reply format for newsgroups reply bug
3388 updated by me and Witold Wladyslaw Wojciech Wilk
3391 2002-10-07 [paul] 0.8.3claws53
3396 updated messages catalogs, submitted by
3397 Alessandro Maestri, Fabio Jr.Beneditto
3398 and Urke MMI, respectively.
3400 2002-10-07 [christoph] 0.8.3claws52
3405 fix new folder ghost message bug
3406 (closes bug [ 619722 ] wrong count for newly created folders)
3408 2002-10-07 [christoph] 0.8.3claws51
3411 fix news posting problem
3413 2002-10-07 [melvin] 0.8.3claws50
3416 Updated French translation
3418 2002-10-05 [christoph] 0.8.3claws49
3421 check if line_start_cache is set in gtk_stext_update_text
3422 (closes bug [ 618119 ] crash while doing search in folder)
3424 2002-10-05 [christoph] 0.8.3claws48
3430 implement cache cleanups for claws' folder system
3431 (closes bug [ 595916 ] imapcache not cleaned up)
3433 2002-10-05 [melvin] 0.8.3claws47
3435 * src/prefs_actions.c
3436 Made the help text more clear for the %p token
3438 2002-10-04 [paul] 0.8.3claws46
3441 see ChangeLog 2002-10-02 and 2002-10-03
3443 2002-10-04 [christoph] 0.8.3claws45
3446 fix segfault caused by pop before smtp
3447 call to inc_account_mail with NULL
3450 2002-10-04 [paul] 0.8.3claws44
3453 sync the LDAP detection from 0.8.5cvs1
3455 2002-10-02 [christoph] 0.8.3claws43
3458 fix small spelling error
3460 2002-10-02 [melvin] 0.8.3claws42
3463 Behave better and say "no" when test program cannot be run.
3465 2002-10-02 [paul] 0.8.3claws41
3467 * sync with 0.8.4cvs1
3468 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3471 toggle the behavior of Reply menuitem between
3472 normal reply and reply-to-list
3474 2002-10-01 [sergey] 0.8.3claws40
3477 Convert newlines in the message text to the canonical form
3478 before base64 encoding (RFC2045 compliance, fixes some
3479 interoperability issues with Evolution 1.0.3)
3481 2002-09-29 [colin] 0.8.3claws39
3484 Fix an unwanted copy/paste
3486 2002-09-29 [colin] 0.8.3claws38
3489 Renamed "Custom toolbar" to "Customize toolbar"
3490 Renamed "Show all header" to "Show all headers"
3491 Renamed "Set diplay item" to "Set displayed items"
3492 * src/prefs_common.c
3493 Renamed "Show all header" to "Show all headers"
3494 * src/prefs_summary_column.c
3495 Renamed "diplay item" to "displayed items"
3497 2002-09-29 [colin] 0.8.3claws37
3499 * src/mainwindow.[ch]
3500 online/offline status pixmaps follow theme
3502 * src/summaryview.[ch]
3503 quicksearch pixmap follows theme changes
3505 2002-09-29 [thorsten] 0.8.3claws36
3508 src/prefs_folder_item.[ch]
3509 add default_reply_to folder option (closes patch 581044)
3511 2002-09-29 [christoph] 0.8.3claws35
3513 * acconfig.h ** REMOVED **
3517 * ac/gnupg-check-typedef.m4
3518 fix autoheader 2.50 warning
3520 2002-09-29 [christoph] 0.8.3claws34
3522 * major code cleanup (part 2)
3524 - unused variables removed
3525 - unused functions removed
3526 - uninitialized variables checked
3527 - missing return statements added
3528 - missing function return types added
3529 - added parentheses around assignment
3530 when suggested by gcc
3532 2002-09-29 [alfons] 0.8.3claws33
3535 log_window_clear(): only bracket gtk_text_forward_delete()
3536 with gtk_text_freeze() / gtk_text_thaw() (see if this
3537 works around GTK text bug)
3539 2002-09-29 [paul] 0.8.3claws32
3543 updated by George Danchev and Urke MMI
3546 2002-09-27 [christoph] 0.8.3claws31
3548 * doc-src/readme.txt
3549 * doc-src/rfc1806.txt ** REMOVED **
3550 * doc-src/rfc2183.txt ** NEW FILE **
3551 * doc-src/rfc2980.txt ** NEW FILE **
3554 2002-09-27 [melvin] 0.8.3claws30
3557 Fixed typo which could break linking
3559 2002-09-27 [melvin] 0.8.3claws29
3562 Improved GNU/aspell checking.
3565 2002-09-27 [paul] 0.8.3claws28
3567 * sync with 0.8.3cvs8
3568 see ChangeLog 2002-09-27
3570 2002-09-26 [colin] 0.8.3claws27
3574 Add "Reply to Mailing-list" to the toolbar
3576 2002-09-26 [christoph] 0.8.3claws26
3579 Fix wrong message counts in summaryview status
3581 2002-09-26 [paul] 0.8.3claws25
3583 * sync with 0.8.3cvs7
3584 see ChangeLog 2002-09-26
3586 2002-09-26 [paul] 0.8.3claws24
3588 * sync with 0.8.3cvs6
3589 see ChangeLog 2002-09-25
3591 2002-09-25 [christoph] 0.8.3claws23
3593 * src/prefs_common.c
3594 * src/prefs_folder_item.c
3595 * src/prefs_scoring.c
3596 Renamed "kill score" to "hide score" in GUI
3599 2002-09-25 [paul] 0.8.3claws22
3601 * sync with 0.8.3cvs5
3602 see ChangeLog 2002-09-24
3604 2002-09-24 [alfons] 0.8.3claws21
3606 patch by Satoshi Nagayasu: allows appending / saving multiple
3607 selected files (closes "[ 612279 ] save multiple mesg(s) in
3611 add Satoshi Nagayasu
3613 summary_save_as(): allow saving selected files to
3615 summary_set_menu_sensitive: enable "Save As..." when
3616 multiple files are selected
3618 append_file(): new function
3620 2002-09-24 [colin] 0.8.3claws20
3623 Fix segfault when mimeinfo doesn't have a
3626 2002-09-24 [colin] 0.8.3claws19
3628 * src/prefs_common.[ch]
3629 Add a preference to display send dialog or not
3631 Display send dialog according to preference
3633 2002-09-24 [colin] 0.8.3claws18
3636 Disable user actions when sending
3638 2002-09-24 [colin] 0.8.3claws17
3641 Do not display name or filename for attachments
3642 with an application/pgp-signature type
3643 (security flaw, see bug 537413)
3645 2002-09-23 [colin] 0.8.3claws16
3648 Initialize entry_email, entry_alias and
3649 entry_remarks to first email address of the list
3651 2002-09-23 [colin] 0.83claws15
3654 Drop pgp-signature when reediting a signed queued
3657 2002-09-23 [melvin] 0.8.3claws14
3660 Updated French translation
3662 2002-09-23 [melvin] 0.8.3claws13
3665 Made custom toolbar menu labels more consistent
3666 * src/prefs_toolbar.c
3667 Made custom toolbar window title more consistent
3669 2002-09-22 [colin] 0.8.3claws12
3672 Initialize session type to normal before getting
3673 mail (fixes strange Get behaviour)
3674 * src/prefs_account.h
3675 Move STYPE_POP_BEFORE_SMTP to last position to
3676 avoid other side-effects
3678 2002-09-22 [colin] 0.8.3claws11
3680 * src/prefs_account.c
3681 Fix pop_bfr_smtp_tm_entry sensivity when switching
3682 from pop3 to apop or vice-versa
3684 2002-09-22 [colin] 0.8.3claws10
3686 * src/prefs_account.[ch]
3687 Add an option for the POP before SMTP timeout
3689 Remember time of last POP connection
3691 Do POP before SMTP only if timeout reached
3693 2002-09-22 [oliver] 0.8.3claws9
3696 explain custom toolbar
3698 2002-09-22 [oliver] 0.8.3claws8
3700 * src/prefs_actions.[ch]
3701 custom toolbar for compose
3702 actions callback from compose toolbar
3704 remove include toolbar.h
3706 2002-09-22 [oliver] 0.8.3claws7
3708 * src/prefs_toolbar.[ch]
3709 custom toolbar for compose
3710 - generic prefs_toolbar handles both
3711 Mainwin's toolbar as well as Compose toolbar
3713 2002-09-22 [oliver] 0.8.3claws6