1 2002-12-31 [paul] 0.8.8claws29
4 remove obsolete entry 'src/menu.c'
6 2002-12-31 [alfons] 0.8.8claws28
9 * src/matcher_parser_parse.y
11 add "ignore_thread" and "~ignore_thread" condition so it's
12 possible to make the actions / scoring operate on the ignore
15 2002-12-31 [christoph] 0.8.8claws27
23 * src/prefs_customheader.c
24 * src/prefs_display_header.c
29 * src/common/prefs.[ch]
30 extend prefs file handling for reading and automatic handling
31 of blocks. When reading prefs_set_block_label will automatically
32 move on to the block. When writing it will copy all other blocks
36 Now loading plugin filenames from [Plugins] block in
39 2002-12-30 [christoph] 0.8.8claws26
41 * src/common/hooks.[ch]
42 return abort status to caller of hooks_invoke
45 invoke message filtering hook and stop
46 default handling when filter returns abort
48 * src/common/plugin.[ch]
49 * src/plugins/demo/demo.c
50 modify plugin loader, because resolving symbols for strings
51 does not work correctly
54 * ac/spamassassin.m4 ** NEW **
55 * src/plugins/spamassassin/.cvsignore ** NEW **
56 * src/plugins/spamassassin/Makefile.am ** NEW **
57 * src/plugins/spamassassin/README ** NEW **
58 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
59 * src/plugins/spamassassin/spamassassin.c ** NEW **
60 * src/plugins/spamassassin/utils.[ch] ** NEW **
61 add spamassassin plugin, see src/plugins/spamassassin/README
64 2002-12-29 [alfons] 0.8.8claws25
67 when moving focus from a message view to the main
68 window, don't forget to select the summary node
69 of the displayed message. should fix "[ 659103 ]
70 focus-follows-mouse confuses sylpheed"
72 2002-12-29 [christoph] 0.8.8claws24
75 * src/stringtable.[ch] ** REMOVE **
76 * src/common/Makefile.am
77 * src/common/stringtable.[ch] ** NEW **
78 move stringtable files to common directory
80 2002-12-29 [christoph] 0.8.8claws23
83 * src/menu.[ch] ** REMOVE **
85 * src/gtk/menu.[ch] ** NEW **
86 move menu files to gtk directory
88 2002-12-29 [match] 0.8.8claws22
92 moved UI specific code out of LDAP code into addressbook
93 UI code. fixed memory leak.
95 2002-12-29 [christoph] 0.8.8claws21
98 only check for IGNORED parent message when message is
101 2002-12-29 [alfons] 0.8.8claws20
104 set gtksctree's anchor correct (immediate execute
105 changes the tree's layout, and anchor points at
106 the incorrect row). fixes "[ 657233 ] multiple msg
107 delete sometimes off by 1".
108 we probably have to look for more tree layout /
111 2002-12-29 [paul] 0.8.8claws19
114 fix bug [ 659054 ] incorrect sorting of 'From' column
115 when using 'display sender using address book'
116 thanks to Alfons and Luke Plant
118 2002-12-29 [christoph] 0.8.8claws18
122 check parent messages for IGNORE THREAD flag, when adding,
123 moving or copying messages to a folder
125 2002-12-27 [alfons] 0.8.8claws17
127 re-organize matcher part 5; more to come
130 hash keywords in matchparser_tab
132 2002-12-27 [alfons] 0.8.8claws16
134 re-organize matcher part 4; more to come
136 * src/matcher_parser.h
137 * src/matcher_parser_lex.l
138 * src/matcher_parser_parse.y
141 2002-12-27 [alfons] 0.8.8claws15
143 re-organize matcher part 3; more to come
148 2002-12-27 [alfons] 0.8.8claws14
150 re-organize matcher part 2; more to come but this should
151 work. cc me if there are any regressions.
154 add prototype for get_matchparser_tab_id()
155 * src/matcher_parser_lex.l
156 look up keywords using matchparser_tab_id();
158 2002-12-27 [alfons] 0.8.8claws12
160 re-organize matcher part 1
163 map yacc generated constants to sylpheed matcher constants
165 add function to find a matcher constant from a string
167 2002-12-27 [christoph] 0.8.8claws11
170 MENUITEM_ADD casts the 4th argument from integer to pointer
171 so it probably should not be a pointer, this means we
172 should use account id for it and not the account's pointer
174 2002-12-27 [paul] 0.8.8claws10
177 remove unneeded 'GtkWidget *vbox'
180 further sync with 0.8.8 - make sort
181 by recipient work as expected
186 2002-12-27 [paul] 0.8.8claws9
189 updated by Ivan F. Martinez
191 2002-12-27 [darko] 0.8.8claws8
194 added locked pattern to extended search
196 2002-12-27 [alfons] 0.8.8claws7
198 * src/prefs_matcher.[ch]
201 2002-12-26 [alfons] 0.8.8claws6
204 * src/matcher_parser_lex.l
205 * src/matcher_parser_parse.y
206 * src/prefs_matcher.c
207 allow color label as a condition in the matcher
209 2002-12-26 [oliver] 0.8.8claws5
212 enable Addressbook for Main and Messageview
213 * src/prefs_actions.c
214 enable actions in Messageview
216 2002-12-26 [christoph] 0.8.8claws4
218 * src/common/plugin.c
219 add a little debug output
221 * src/plugins/demo/Makefile.am
222 better use of automake
224 2002-12-26 [christoph] 0.8.8claws3
227 * src/common/Makefile.am
230 2002-12-26 [christoph] 0.8.8claws2
233 sort configure checks into common / gtk / plugins
239 * src/common/sylpheed.[ch]
240 added now sylpheed_done function for shutdown
241 * src/common/Makefile.am
242 * src/common/plugin.[ch] ** NEW **
243 plugin loader and unloader
244 * src/plugins/.cvsignore ** NEW **
245 * src/plugins/Makefile.am ** NEW **
247 * src/plugins/demo/.cvsignore ** NEW **
248 * src/plugins/demo/Makefile.am ** NEW **
249 * src/plugins/demo/demo.c ** NEW **
250 small demo plugin that installs a logtext hook and
251 outputs the log text to stdout
253 2002-12-26 [paul] 0.8.8claws1
256 updated by Ricardo Mones Lastra
258 2002-12-26 [paul] 0.8.8claws
260 * 0.8.8claws released
262 2002-12-26 [paul] 0.8.7claws12
265 updated by George Danchev
267 2002-12-26 [paul] 0.8.7claws11
270 remove unneeded 'src/prefs.c' entry
272 2002-12-26 [paul] 0.8.7claws10
276 sync with 0.8.8 release
281 partial sync with 0.8.8 release
284 2002-12-25 [alfons] 0.8.7claws9
287 * src/matcher_parser_lex.l
288 * src/matcher_parser_parse.y
289 * src/prefs_matcher.c
290 add locked flag to possible filtering / matcher
291 conditions (also a good example what should be
292 done to add a simple boolean condition)
294 2002-12-25 [christoph] 0.8.7claws8
304 * src/prefs.[ch] ** REMOVE **
305 * src/prefs_account.c
306 * src/prefs_actions.c
308 * src/prefs_customheader.c
309 * src/prefs_display_header.c
310 * src/prefs_filtering.c
311 * src/prefs_folder_item.c
312 * src/prefs_gtk.[ch] ** NEW **
313 * src/prefs_matcher.c
314 * src/prefs_scoring.c
315 * src/prefs_summary_column.c
317 * src/selective_download.c
319 * src/common/Makefile.am
320 * src/common/prefs.[ch] ** NEW **
321 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
323 2002-12-24 [alfons] 0.8.7claws7
326 summary_thread_build(): fix real cause of the crash mentioned in
327 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
328 this way we get meaningful ctree nodes
330 2002-12-24 [oliver] 0.8.7claws6
332 * src/mainwindow.[ch]
333 * src/messageview.[ch]
337 changes to use updated toolbar handling
339 2002-12-24 [oliver] 0.8.7claws5
342 generic toolbar handling
343 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
344 * src/prefs_toolbar.[ch]
347 2002-12-24 [oliver] 0.8.7claws4
349 * src/stock_pixmap.[ch]
350 move SYLPHEED_LOGO to end of list in order
351 to remove it from Custom Toolbar`s Icon View
353 2002-12-24 [alfons] 0.8.7claws3
356 summary_thread_build(): fix crash because of focus != selection
357 after threading. when deleting the selection, gtk tries but fails
358 to find the correct focusable element. we now force the selection
359 to be focused. this should solve the infamous bug reported by
360 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
361 a test case is available.
363 2002-12-24 [darko] 0.8.7claws2
366 don't crash when unmarking message with unread children
368 2002-12-23 [christoph] 0.8.7claws1
371 * src/common/Makefile.am
372 update Makefiles for moved intl.h, version.h and defs.h
374 rewrite imap_session_get to avoid duplicate code
376 2002-12-23 [paul] 0.8.7claws
378 * Santa-Claws released
382 squeeze in updated Hungarian and Russian translations.
383 Submitted by Gál Zoltán and Ruslan N. Balkin
385 2002-12-23 [paul] 0.8.6claws129
388 updated by Witold Wladyslaw Wojciech Wilk
390 2002-12-23 [paul] 0.8.6claws128
392 * src/quote_fmt_parse.y
393 fix typo and add licence header
395 2002-12-23 [paul] 0.8.6claws127
400 2002-12-23 [paul] 0.8.6claws126
403 updated translation, submitted by Alessandro Maestri
405 2002-12-23 [paul] 0.8.6claws125
407 * src/quote_fmt_parse.y
408 fix signature-stripping on replies bug. match
409 '-- \n' and not '-- '.
411 2002-12-22 [paul] 0.8.6claws124
416 updated translations. submitted by George Danchev,
417 Ricardo Mones Lastra, and Urke MMI respectively
419 2002-12-21 [paul] 0.8.6claws123
424 2002-12-21 [paul] 0.8.6claws122
427 fix bug [643638] where if a person is in one or more
428 addressbook groups editing that person's email
429 address results in removal from those groups.
430 Patch submitted by Luke Plant.
432 2002-12-20 [christoph] 0.8.6claws121
436 reimplement expand_search_string using GString to
437 prevent crashs caused by miscalculated string
438 lengths reported by Paul
440 2002-12-20 [christoph] 0.8.6claws120
443 don't use "changed" to check if op_count has to be changed as it
444 is also set when the message has unread children
445 (closes bug [ 653221 ] crash while deleting duplicates)
447 2002-12-20 [paul] 0.8.6claws119
449 * sync with 0.8.6cvs27
450 see ChangeLog 2002-12-20
452 2002-12-20 [paul] 0.8.6claws118
454 * sync with 0.8.6cvs26
455 see ChangeLog 2002-12-19 and 2002-12-20
457 2002-12-19 [alfons] 0.8.6claws117
460 fix incorrect parsing of email addresses, submitted by
461 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
462 name display if it contains @".
464 2002-12-18 [paul] 0.8.6claws116
466 * sync with 0.8.6cvs23
467 see ChangeLog 2002-12-18
469 2002-12-18 [paul] 0.8.6claws115
476 sync with 0.8.6cvs22.
477 see ChangeLog 2002-12-17 and 2002-12-18
479 2002-12-17 [christoph] 0.8.6claws114
482 o don't create a session if imap greeting fails
483 o don't close socket when authentication fails
484 this is done by imap_session_destroy
486 2002-12-17 [thorsten] 0.8.6claws113
490 tools/google_msgid.pl ** NEW FILE **
491 Added "search for message-id" script and doc
493 2002-12-17 [thorsten] 0.8.6claws112
496 Updated hungarian translation
497 (updated by Gal Zoltan)
499 2002-12-16 [christoph] 0.8.6claws111
502 remove stupid addressbook dump to debug output
504 fix memory leak found by Hiro
506 2002-12-14 [paul] 0.8.6claws110
509 fix menubar sensitivity on send
511 * src/prefs_filtering.c
512 * src/prefs_matcher.c
513 * src/prefs_scoring.c
516 * src/common/quoted-printable.h
519 2002-12-13 [christoph] 0.8.6claws109
522 * src/manage_window.[ch] ** REMOVE **
523 * src/gtk/Makefile.am
524 * src/gtk/manage_window.[ch] ** NEW **
525 move manage_window files to gtk directory
527 2002-12-13 [christoph] 0.8.6claws108
530 * src/gtkshruler.[ch] ** REMOVE **
531 * src/gtk/Makefile.am
532 * src/gtk/gtkshruler.[ch] ** NEW **
533 move gtkshruler files to gtk directory
535 2002-12-13 [christoph] 0.8.6claws107
539 * src/gtkstext.[ch] ** REMOVE **
542 * src/gtk/gtkstext.[ch] ** NEW **
543 * src/gtk/Makefile.am
544 o move stext functions to gtkstext.c to remove
545 dependency of gtkutils
546 o move gtkstext files to gtk directory
548 * src/gtk/Makefile.am
549 * src/gtk/sslcertwindow.[ch]
550 UI stuff can always depend on common code so
551 it's ok to add ../common to include path
553 2002-12-13 [colin] 0.8.6claws106
556 Disconnect sighandlers for mainwindow when
557 quicksearch has the focus
559 * src/mainwindow.[ch]
560 Make key_pressed callback public, to be able
563 2002-12-13 [christoph] 0.8.6claws105
566 create .mh_sequences file in new MH folders
567 (closes feature request [ 523162 ] MH folders should
570 2002-12-13 [colin] 0.8.6claws104
573 Better handling of quicksearch show/hide
574 (basically the button stays under the mouse
577 2002-12-13 [paul] 0.8.6claws103
579 * sync with 0.8.6cvs17
580 see ChangeLog 2002-12-13
582 2002-12-13 [paul] 0.8.6claws102
585 updated by Ricardo Mones Lastra
587 2002-12-11 [colin] 0.8.6claws101
590 remove statusbar stuff
592 set statusbar verbosity when moving folders
594 2002-12-11 [colin] 0.8.6claws100
595 * src/prefs_filtering.c
596 * src/prefs_matcher.c
597 * src/prefs_scoring.c
600 2002-12-11 [colin] 0.8.6claws99
602 * src/prefs_common.[ch]
603 Add summary_quicksearch_type
605 Save last used quicksearch type
607 2002-12-11 [jens] 0.8.6claws98
608 * src/prefs_filtering.c
609 * src/prefs_matcher.c
610 * src/prefs_scoring.c
611 added dialog for incomplete rules in scoring, filtering and
612 matcher to ask wheather really close
614 2002-12-11 [colin] 0.8.6claws97
617 Fix folder dnd statusbar logging
619 2002-12-10 [christoph] 0.8.6claws96
631 * src/common/log.[ch]
632 o handle verbose logging in statusbar directly in statusbar code
633 and common code does not need any knowledge about a statusbar
634 o remove direct calls to statusbar_(puts|pop)_all functions
636 2002-12-10 [jens] 0.8.6claws95
639 removed gettext from g_warnings
645 2002-12-10 [colin] 0.8.6claws94
648 finish crash dialog fix
650 2002-12-10 [colin] 0.8.6claws93
653 "Fix" "sylpheed already running" instead of
654 crash dialog appearing after a crash
656 2002-12-10 [colin] 0.8.6claws92
659 add src/gtk/sslcertwindow.c
661 2002-12-10 [paul] 0.8.6claws91
664 updated to reflect recent changes
665 submitted by Alessandro Maestri
667 2002-12-09 [christoph] 0.8.6claws90
670 * src/smtp.[ch] ** REMOVE **
671 * src/common/Makefile.am
672 * src/common/smtp.[ch] ** NEW **
673 move smtp files to common directory
675 2002-12-09 [christoph] 0.8.6claws89
678 * src/session.[ch] ** REMOVE **
679 * src/common/Makefile.am
680 * src/common/session.[ch] ** NEW **
681 move session files to common directory
683 2002-12-09 [paul] 0.8.6claws88
686 fix bug [649746] edit accounts: move account reverted
687 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
689 2002-12-09 [colin] 0.8.6claws87
691 * src/ssl_certificate.c
694 2002-12-09 [colin] 0.8.6claws86
697 Try to open the cert.pem database and
698 issue a warning if it isn't there
700 2002-12-09 [colin] 0.8.6claws85
702 * src/common/ssl_certificate.c
703 * src/gtk/sslcertwindow.c
706 2002-12-09 [colin] 0.8.6claws84
708 * src/ssl_certificate.[ch] ** REMOVED **
709 * src/common/ssl_certificate.[ch] ** NEW **
711 * src/common/Makefile.am
712 Moved ssl_certificate.[ch] to common
714 Put back needed include
715 * src/gtk/sslcertwindow.[ch]
716 Changed ssl_certificate.h include
718 2002-12-09 [colin] 0.8.6claws83
720 * src/gtk/sslcertwindow.[ch]
721 Implement hook for certificate acception
722 * src/ssl_certificate.[ch]
723 Implement hook for certificate acception
725 Reenable certificate acception check
727 Register sslcertwindow's hook
729 2002-12-08 [christoph] 0.8.6claws82
737 o add missing includes
740 * src/common/.cvsignore
741 * src/common/version.h ** REMOVE **
742 remove autogenerated file
744 2002-12-08 [paul] 0.8.6claws81
747 put back needed include
749 2002-12-08 [colin] 0.8.6claws80
751 * src/gtk/sslcertwindow.c
752 Cleaner popups when asking
753 * src/ssl_certificate.c
754 * src/prefs_common.[ch]
755 remove ssl certificate pref
756 put back needed include
758 put back needed include
760 2002-12-08 [christoph] 0.8.6claws79
766 only abort hook invokation if required data is missing not
767 if our own data pointer is NULL, update hookfunction for
770 2002-12-08 [paul] 0.8.6claws78
791 clean up: remove unneccesary includes
793 2002-12-08 [christoph] 0.8.6claws77
798 * src/common/hooks.[ch]
799 hook functions now have a gboolean return value, if a hook
800 returns TRUE it will stop executing of any more hooks in
801 the same hooklist for this invokation
803 2002-12-08 [colin] 0.8.6claws76
806 put back argv0 for CRASH_DIALOG
808 2002-12-08 [christoph] 0.8.6claws75
821 * src/prefs_account.[ch]
822 * src/prefs_common.[ch]
825 * src/ssl_certificate.[ch]
826 * src/ssl_manager.[ch]
827 * src/common/Makefile.am
829 * src/common/nntp.[ch]
830 * src/common/socket.[ch]
831 * src/common/ssl.[ch]
832 * src/gtk/sslcertwindow.[ch]
834 use new autoconf script to detect OpenSSL with extra parameters
835 to specify the location of libs and includes, also remove USE_SSL
838 * src/common/sylpheed.[ch]
839 * src/common/version.h.in
840 start seperation of common code initialization seperated from gui
843 The function that is called when a color lable changes
844 should not change the color lable again
846 2002-12-08 [colin] 0.8.6claws74
848 * src/gtk/sslcertwindow.c
851 2002-12-08 [colin] 0.8.6claws73
855 Register a hook for statusbar_puts_all
857 invoke statusbar_puts_all's hook
859 2002-12-08 [colin] 0.8.6claws72
861 * src/ssl_certificate.c
862 Put back a badly-removed include
864 2002-12-08 [colin] 0.8.6claws71
866 * src/gtk/sslcertwindow.[ch] ** NEW **
867 new certificate presentation
868 * src/gtk/Makefile.am
870 * src/ssl_certificate.[ch]
871 gtk cleanup, made utility functions public
873 use new cert presentation
875 2002-12-07 [christoph] 0.8.6claws70
878 * src/nntp.[ch] ** REMOVE **
879 * src/common/Makefile.am
880 * src/common/nntp.[ch] ** NEW **
881 move nntp files to common directory
883 2002-12-07 [christoph] 0.8.6claws69
887 implement msginfo update callback using sylpheed's new
888 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
890 2002-12-06 [christoph] 0.8.6claws68
893 This patch changes the 'Edit Group Details' dialog to
894 allow extended selections in either pane, so that
895 addresses can be added or removed from a group more
896 quickly and easily. (it actually is a net decrease in
897 file size, as some unnecessary functions have been
899 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
901 2002-12-06 [christoph] 0.8.6claws67
904 * src/template.[ch] ** REMOVE **
905 * src/common/Makefile.am
906 * src/common/template.[ch] ** NEW **
907 move template files to common directory
910 add missing log.h include
912 2002-12-06 [melvin] 0.8.6claws66
914 * src/prefs_actions.c
915 Added the trailing ">" syntax to insert command's output
916 without replacing old text (in contrast to trailing "|").
918 2002-12-05 [colin] 0.8.6claws65
921 Don't modify original search_string or it'll change
922 the next iterations in the for()
924 2002-12-05 [darko] 0.8.6claws64
927 proper check for filtering commands, found by Colin
929 2002-12-05 [darko] 0.8.6claws63
932 check proper string for NULL pointer, found by Colin
934 2002-12-05 [darko] 0.8.6claws62
936 * src/common/utils.[ch]
937 expand_search_string(): new function
938 converts Mutt-like patterns to Sylpheed's
941 use expand_search_string() to allow Mutt-like
942 patterns in extended search
944 document extended option in quick search
946 2002-12-05 [paul] 0.8.6claws61
948 * sync with 0.8.6cvs16
949 see ChangeLog 2002-12-05
954 2002-12-04 [christoph] 0.8.6claws60
957 put imap authentication code into a new function and
958 remove it from imap_session_new that will allow to
959 send other commands before authentication
961 2002-12-04 [christoph] 0.8.6claws59
964 use already existing method to prevent unneeded IMAP
965 folder selects. Set imap_select parameters to NULL
966 in some functions if the values are not required.
969 remove no longer required include
971 2002-12-04 [paul] 0.8.6claws58
974 updated by Ricardo Mones Lastra
977 po/hu.po ** NEW FILE **
978 initial Hungarian translation, submitted
979 by Gál Zoltán <galzoli@hu.inter.net>
981 2002-12-03 [christoph] 0.8.6claws57
984 * src/gtksctree.[ch] ** REMOVE **
985 * src/gtk/Makefile.am
986 * src/gtk/gtksctree.[ch] ** NEW **
987 move gtksctree files to gtk directory
989 2002-12-03 [christoph] 0.8.6claws56
992 * src/md5.[ch] ** REMOVE **
993 * srm/common/Makefile.am
994 * src/common/md5.[ch] ** NEW **
995 move md5 files to common directory
998 remove not required #include
1000 2002-12-03 [sergey] 0.8.6claws55
1004 gtkut_window_popup(): new function.
1006 main_window_popup(): use gtkut_window_popup() to raise
1007 window without changing its position.
1008 (see sylpheed-main ML message [sylpheed:17247])
1010 2002-12-03 [sergey] 0.8.6claws54
1013 send_message_local(): removed first-dot escaping
1014 (SMTP-only, not needed for sending through pipe)
1016 2002-12-03 [paul] 0.8.6claws53
1019 update to reflect recent changes (thanks
1020 to Ricardo Mones Lastra)
1022 * tools/filter_conv.pl
1023 fix problem with quoted strings. Patch submitted
1024 by Luke Plant <lukeplant@softhome.net>
1026 2002-12-03 [paul] 0.8.6claws52
1028 * sync with 0.8.6cvs15
1029 see ChangeLog 2002-12-03
1031 2002-12-02 [christoph] 0.8.6claws51
1033 * src/logwindow.[ch]
1034 * src/common/log.[ch]
1035 implement logging using a hook function
1039 define hooklist name in header file to avoid
1040 errors caused by wrong spelling of hooklist names
1045 2002-12-02 [christoph] 0.8.6claws50
1047 * src/common/Makefile.am
1048 add src/common/hooks.[ch]
1050 * src/common/hooks.[ch]
1051 implement a simple hook system using glib's hook functions
1055 use new hook system for folder item updates
1057 2002-12-02 [christoph] 0.8.6claws49
1059 * doc-src/ui_seperation.txt ** NEW **
1060 information for ui seperation
1063 remove files that were moved to common
1064 include common directory by default for the header files
1067 * src/common/socket.c
1068 * src/automaton.[ch]
1069 implement automaton using g_io_*-functions instead of
1070 gdk_input_add to make it ui independent
1080 remove common/ prefix because directory is now in
1088 * src/prefs_common.c
1099 * src/ssl_certificate.c
1100 add log.h header file for logging functions
1103 * src/common/utils.c
1106 o move debug_mode to common/utils.c
1107 o add functions to set and get debug_mode
1109 * src/defs.h ** REMOVE **
1110 * src/intl.h ** REMOVE **
1111 * src/socket.[ch] ** REMOVE **
1112 * src/ssl.[ch] ** REMOVE **
1113 * src/utils.[ch] ** REMOVE **
1114 replaced by new files in src/common/
1116 * src/common/Makefile.am
1117 add new files in src/common/
1119 * src/common/defs.h ** NEW **
1120 * src/common/intl.h ** NEW **
1121 * src/common/log.[ch] ** NEW **
1122 * src/common/socket.[ch] ** NEW **
1123 * src/common/ssl.[ch] ** NEW **
1124 * src/common/utils.[ch] ** NEW **
1125 replacement for files in src/
1127 2002-12-02 [colin] 0.8.6claws48
1130 Scroll folderview if necessary during dnd
1132 2002-12-02 [colin] 0.8.6claws47
1135 Add check to verify a move is within a single mailbox
1137 Add specific error string for this check
1139 2002-12-02 [colin] 0.8.6claws46
1142 Add a test to folder moving, remove a statusbar_print
1144 Add Move folder... context-menu item
1145 Factorize folder moving code
1146 Enable folder DND for mbox
1148 2002-12-01 [christoph] 0.8.6claws45
1151 remove conf.aspelltest if the version check fails
1153 2002-11-30 [christoph] 0.8.6claws44
1156 run libtoolize --force in autogen to create missing
1159 2002-11-30 [christoph] 0.8.6claws43
1165 * src/uuencode.[ch] ** REMOVED **
1166 * src/common/Makefile.am
1167 * src/common/uuencode.[ch] ** NEW **
1168 move uuen/decoder to common directory
1170 2002-11-30 [christoph] 0.8.6claws42
1173 * src/base64.[ch] ** REMOVED **
1182 * src/common/Makefile.am
1183 * src/common/base64.[ch] ** NEW **
1184 move base64 en/decoder to common directory
1186 2002-11-30 [christoph] 0.8.6claws41
1188 * src/common ** NEW **
1189 new directory for UI independent code
1191 new directory for GTK frontend
1192 * src/common/.cvsignore ** NEW **
1193 * src/gtk/.cvsignore ** NEW **
1195 * src/common/Makefile.am ** NEW **
1196 * src/gtk/Makefile.am ** NEW **
1197 automake files to build new seperated stuff
1199 the binary will currently still be build with the
1200 files in src, so we include the code from the
1201 subdirs for now after building the libs there
1203 2002-11-30 [paul] 0.8.6claws40
1206 fix bug [642731] 'Wrong selected account with drafted mail'
1208 2002-11-29 [oliver] 0.8.6claws39
1211 o update summaryview when switching between different
1214 o check if messageview holds already removed msg
1218 2002-11-29 [oliver] 0.8.6claws38
1221 remove not needed variables and includes
1222 make messageview stay opened and move to next when msgs are deleted
1224 2002-11-29 [oliver] 0.8.6claws37
1227 disable compose button (messageview toolbar) by default
1228 deleted msgs are moved to trash
1230 2002-11-29 [melvin] 0.8.6claws36
1233 Increased minimal gpgme version to 0.3.10 (Zombies out)
1234 and to detect signatures expirations (gpgme 0.3.6)
1237 Use non obsolescent function for Gpgme engine checking.
1240 Inform about expired signatures or signatures which key
1241 has expired. Expiration date is displayed.
1244 Inform about expired signatures or signatures which key
1247 2002-11-28 [paul] 0.8.6claws35
1250 re-instate 'Check for new messages' in Newsgroup
1251 folders right-click menu, after a suggestion from
1252 Tim Mann <timmann@users.sourceforge.net>
1255 after a crash check only local folders for new
1258 2002-11-28 [paul] 0.8.6claws34
1261 apply patch that fixes the checking of GTK with XIM
1262 support on different OSs, such as FreeBSD. Patch
1263 submitted by Topia <topia@users.sourceforge.net>
1265 2002-11-28 [paul] 0.8.6claws33
1270 more changes to the English
1272 2002-11-28 [paul] 0.8.6claws32
1274 * sync with 0.8.6cvs13
1275 see ChangeLog 2002-11-28 (no sync needed
1278 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
1280 * src/mainwindow.[ch]
1281 add patch by Ivan F. Martinez introducing messageview Toolbar
1282 some changes and committed by oliver
1284 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
1286 * src/messageview.[ch]
1287 add patch by Ivan F. Martinez introducing messageview Toolbar
1288 some changes and committed by oliver
1290 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
1293 add patch by Ivan F. Martinez introducing messageview Toolbar
1294 some changes and committed by oliver
1296 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
1299 add patch by Ivan F. Martinez introducing messageview Toolbar
1300 some changes and committed by oliver
1302 2002-11-28 [oliver] 0.8.6claws27
1304 * src/prefs_toolbar.[ch]
1305 getting ready for messageview toolbar
1306 free mem allocated by gettext
1307 change prefs_toolbar to prefs_toolbar_open
1309 2002-11-28 [thorsten] 0.8.6claws26
1311 * src/imageview.[ch]
1312 cleaned up conflicting declarations of
1313 imageview_show_image()
1315 2002-11-28 [paul] 0.8.6claws25
1317 * src/grouplistdialog.c
1319 src/prefs_summary_column.c
1320 a few more improvements to the English
1322 2002-11-28 [colin] 0.8.6claws24
1325 A few updates to command-line parameters
1327 2002-11-28 [colin] 0.8.6claws23
1329 * src/prefs_filtering.c
1330 Fix problems with prefs_filtering_delete_path:
1331 a) if the first rule is removed, original pointers
1332 weren't updated (leading to segfaults)
1333 b) it was always global_processing updated in case
1334 of removed path was parent of rule path
1336 2002-11-27 [paul] 0.8.6claws22
1342 src/prefs_customheader.c
1343 src/prefs_display_header.c
1344 src/prefs_filtering.c
1345 src/prefs_folder_item.c
1348 src/prefs_summary_column.c
1349 src/prefs_template.c
1351 improve the English in the GUI
1353 2002-11-27 [colin] 0.8.6claws21
1356 Fix processing renaming problems happening after
1359 2002-11-27 [colin] 0.8.6claws20
1362 recursive move now deletes src each subfolder after
1365 Use identifier instead of path during dnd (enables
1368 2002-11-27 [paul] 0.8.6claws19
1371 apply patch that does command-line processing
1372 BEFORE gtk_init, allowing claws to run from
1373 shell-scripts in non-X environment (e.g. crontab
1374 or ip-up, ip-down scripts). Patch submitted by
1375 Ruslan N. Balkin <baron@dartel.ru>
1378 updated by Alessandro Maestri
1380 2002-11-27 [paul] 0.8.6claws18
1382 * sync with 0.8.6cvs12
1384 Differences are that main uses a 'Receive dialog'
1385 frame on the Interface tab, whereas claws groups all
1386 the dialogs together in a 'Dialogs' frame.
1388 2002-11-27 [colin] 0.8.6claws17
1390 * src/prefs_matcher.c
1391 Fix Execute criteria's NOT flag
1394 2002-11-26 [christoph] 0.8.6claws16
1397 rewrite the ssl code a little bit, only use one
1398 SSL context, set default certificates' file/path
1400 2002-11-26 [thorsten] 0.8.6claws15
1403 default-reply-to didn't work for ml-reply
1405 2002-11-26 [melvin] 0.8.6claws14
1407 * src/prefs_actions.c
1408 Made pipe-actions ignore short headers in message view
1409 Made trailing-pipe-actions write in the message view with
1410 the same font as the original message
1412 2002-11-26 [paul] 0.8.6claws13
1415 this time commit the correct file
1417 2002-11-26 [paul] 0.8.6claws12
1419 * sync with 0.8.6cvs11
1420 src/quote_fmt_parse.y
1425 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1427 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
1430 see ChangeLog 2002-11-25 and 2002-11-26
1432 2002-11-26 [colin] 0.8.6claws11
1435 Fix collapsed folder not auto-expanding during
1436 mail dnd, if it was the source folder.
1438 2002-11-25 [colin] 0.8.6claws10
1440 * src/folderview.[ch]
1441 Variable renaming and cleaning (slist of nodes
1442 to be re-collapsed is stored in FolderView)
1444 2002-11-25 [paul] 0.8.6claws9
1446 * src/prefs_common.[ch]
1447 fix breakage caused by last commit
1449 2002-11-25 [paul] 0.8.6claws8
1451 * sync with 0.8.6cvs4
1452 see ChangeLog 2002-11-21
1454 2002-11-25 [paul] 0.8.6claws7
1456 * sync with 0.8.6cvs4
1457 see ChangeLog 2002-11-20
1459 2002-11-25 [paul] 0.8.6claws6
1461 * sync with 0.8.6cvs3
1462 see ChangeLog 2002-11-18
1464 2002-11-25 [colin] 0.8.6claws5
1467 Add gtkut_ctree_node_is_parent()
1469 Spring-loaded folders
1471 2002-11-25 [colin] 0.8.6claws4
1474 Add slist_concat_unique(), function to merge
1475 two GSList filtering dups
1477 * src/summaryview.[ch]
1480 Add detection/update/display of unread answers
1483 Add procmsg_find_children()
1484 Add procmsg_msg_has_marked_parent()
1486 2002-11-25 [colin] 0.8.6claws3
1488 * src/ssl_certificate.[ch]
1489 Allow checking a certificate without a DNS
1491 Allow to forget a cert (by deleting it)
1492 Make ssl_certificate_destroy_public
1493 * src/ssl_manager.[ch] ** NEW FILES **
1494 Gui to manage (display/remove) certificates
1495 * src/prefs_common.[ch]
1496 Add a pref to allow silent acceptation of
1497 trusted certificates or not (based on the
1498 "I want to know what's going on" principle)
1500 Add SSL manager in Tools menu
1502 Add the new files to the build
1504 Add ssl_manager.c to translations
1506 2002-11-25 [colin] 0.8.6claws2
1508 * src/summaryview.[ch]
1509 Add S_SEARCH_EXTENDED to the quick search, which
1510 allows to search using filtering syntax.
1512 2002-11-25 [colin] 0.8.6claws1
1515 Deletion of duplicates now prefer deleting
1516 the unread dup (fixes feature-request 638989).
1518 2002-11-24 [paul] 0.8.6claws
1524 updated by Ricardo Mones Lastra,
1525 Witold Wladyslaw Wojciech Wilk,
1526 Ruslan N. Balkin, and Urke MMI
1529 2002-11-24 [paul] 0.8.5claws182
1532 updated by George Danchev
1534 2002-11-23 [alfons] 0.8.5claws181
1537 tiny memory leak found by browsing Dimitar's
1540 2002-11-23 [paul] 0.8.5claws180
1543 updated by Alessandro Maestri
1545 2002-11-22 [christoph] 0.8.5claws179
1549 * src/prefs_filtering.c
1553 2002-11-22 [alfons] 0.8.5claws178
1556 summary_execute_delete_func(): if message is deleted, make
1557 sure to also remove its entry in the subject hash table.
1558 fixes a corner case bug.
1560 2002-11-22 [paul] 0.8.5claws177
1563 add 'autom4te.cache'
1565 * ltconfig ** REMOVED **
1568 2002-11-22 [paul] 0.8.5claws176
1571 textview_set_font(): fix for message display in
1572 UTF-8 locales (thanks to Sergey Vlasov).
1575 add new team members and contributors
1578 2002-11-21 [colin] 0.8.5claws175
1581 Add procmsg_remove_special_headers()
1583 Use procmsg_remove_special_headers() for
1586 2002-11-21 [colin] 0.8.5claws174
1589 Fix moving/copying from queue/draft folders
1592 2002-11-21 [christoph] 0.8.5claws173
1598 * src/matcher_parser_lex.[hl]
1600 * src/mbox_folder.[ch]
1601 * src/prefs_filtering.c
1603 * src/quote_fmt_lex.l
1605 fix all warnings except the warnings in lex and yacc files
1607 2002-11-20 [christoph] 0.8.5claws172
1610 fix MsgInfo retrieval for IMAP draft and queue folders
1611 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1613 2002-11-19 [christoph] 0.8.5claws171
1616 fix segfault, when draft saving does not get
1617 the MsgInfo of the new message
1618 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1620 2002-11-19 [christoph] 0.8.5claws170
1623 add parameter check for flag setting function
1624 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1626 2002-11-18 [paul] 0.8.5claws169
1629 more sensitivity fixes to redirect mode:
1630 * disable toolbar draft button
1631 * allow only Address book in the Tools menu
1632 * disable editing of message by the spell
1635 2002-11-18 [paul] 0.8.5claws168
1638 fix sensitivity of menu items in compose_redirect():
1639 allow only the necessary items
1641 2002-11-18 [paul] 0.8.5claws167
1644 fix bug [ 603259 ] 'attachment got lost on bounce'
1646 2002-11-18 [paul] 0.8.5claws166
1649 updated by Ruslan N. Balkin <baron@dartel.ru>
1651 2002-11-18 [colin] 0.8.5claws165
1655 Remove old filtering stuff
1658 2002-11-17 [oliver] 0.8.5claws164
1661 remove not needed typedef
1663 2002-11-17 [oliver] 0.8.5claws163
1666 make toolbar's on click events translatable
1668 2002-11-15 [colin] 0.8.5claws162
1671 Revert too-soon integration of a feature
1673 2002-11-15 [christoph] 0.8.5claws161
1676 use main's implementation of imap_get_msginfo
1678 2002-11-15 [christoph] 0.8.5claws160
1688 replace claws' fetch_msginfo with main's get_msginfo
1689 (use main's implementation where possible)
1691 2002-11-15 [colin] 0.8.5claws159
1693 * src/ssl_certificate.c
1696 2002-11-16 [melvin] 0.8.5claws158
1699 Updated French translations.
1701 2002-11-16 [colin] 0.8.5claws157
1703 * src/ssl_certificate.c
1704 Check for missing parts in the certificates
1706 2002-11-15 [colin] 0.8.5claws156
1709 Preventive fix (missing check) found by
1715 sync with 0.8.6 release
1717 2002-11-15 [colin] 0.8.5claws155
1721 Fix error handling of folder_item_move_to()
1724 2002-11-15 [colin] 0.8.5claws154
1728 folder_item_move_to() sets an error message instead
1729 of having GUI stuff in folder.c
1731 2002-11-15 [colin] 0.8.5claws153
1734 Implemented a callback for MsgInfo updates,
1735 heavily copy/pasted from Christoph's folder
1737 * src/summaryview.[ch]
1738 Register summary_update_msg as callback
1740 2002-11-14 [colin] 0.8.5claws152
1743 Update the FolderItem after sending (fixes 617593)
1745 2002-11-14 [christoph] 0.8.5claws151
1748 fix wrong position of NULL pointer check found
1751 2002-11-14 [christoph] 0.8.5claws150
1754 fix segfault when deleting messages from IMAP folders
1755 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1757 2002-11-14 [colin] 0.8.5claws149
1760 Forwarding was also ignoring the folder's default account.
1762 2002-11-14 [colin] 0.8.5claws148
1765 Fix sent folder not set to folder properties when
1768 2002-11-14 [thorsten] 0.8.5claws147
1771 inc_start(): Files were not moved from .processing to inbox,
1772 if no global processing rule existed
1774 2002-11-14 [colin] 0.8.5claws146
1776 * src/ssl_certificate
1779 2002-11-14 [paul] 0.8.5claws145
1782 updated by Alessandro Maestri
1784 2002-11-13 [alfons] 0.8.5claws144
1787 folder_item_close(): only mark messages unread
1788 when a folder has new messages
1790 2002-11-13 [keith] 0.8.5claws143
1793 Fix problem moving or copying between
1796 2002-11-13 [colin] 0.8.5claws142
1798 * src/matcher_parser_parse.y
1799 Fix rule problem when " don't match
1801 2002-11-13 [christoph] 0.8.5claws141
1805 moved cache saving to folder_item_close
1806 the folderview should not have to deal with
1809 2002-11-13 [christoph] 0.8.5claws140
1812 moved setting of important score to
1813 summary_set_prefs_from_folderitem
1815 2002-11-13 [colin] 0.8.5claws139
1817 * src/matcher_parser_parse.y
1818 Fix a segfault in the parser (happening when
1819 a good expression had been tested and a bad
1822 2002-11-13 [paul] 0.8.5claws138
1824 * sync with 0.8.5cvs24
1825 see ChangeLog 2002-11-13
1828 updated by Fabio Jr. Beneditto
1830 2002-11-13 [colin] 0.8.5claws137
1835 Revert last commit, problem
1837 2002-11-13 [colin] 0.8.5claws136
1840 Remove duplicated code
1842 Bumped CACHE_VERSION and MARK_VERSION
1844 Network endian for cache and mark files
1846 2002-11-12 [colin] 0.8.5claws135
1849 Fix the "socket error" dialog which disappeared
1851 2002-11-12 [colin] 0.8.5claws134
1854 Reverse last commit which had performance
1855 problems, but still reverse the list
1857 2002-11-12 [colin] 0.8.5claws133
1862 2002-11-12 [melvin] 0.8.5claws132
1865 Added a check for a NULL prefs_common.dictionary
1867 2002-11-12 [colin] 0.8.5claws131
1869 * src/ssl_certificate.[ch]
1872 2002-11-12 [colin] 0.8.5claws130
1874 * src/ssl_certificate.[ch]
1875 Take connection port into account for
1876 checking certificates (a single hostname
1877 could have multiple servers with multiple
1880 Pass the port to ssl_certificate_check
1882 2002-11-12 [paul] 0.8.5claws129
1885 fix a typo in last commit
1887 2002-11-12 [paul] 0.8.5claws128
1889 * sync with 0.8.5cvs23
1890 see ChangeLog entry 2002-11-12
1892 2002-11-11 [colin] 0.8.5claws127
1894 * src/ssl_certificate.c
1896 Don't popup, instead log error, if the
1897 corresponding pref is checked
1898 * src/ssl_certificate.h
1899 include <openssl/objects/h>
1901 2002-11-11 [colin] 0.8.5claws126
1903 * src/ssl_certificate.h
1906 2002-11-11 [colin] 0.8.5claws125
1908 * src/ssl_certificate.c
1911 2002-11-11 [colin] 0.8.5claws124
1915 * src/ssl_certificate.[ch]
1916 Cleaned a bit (better use of SSL API)
1917 (This will cause non-recognition of saved
1918 certificates of claws12[23]...)
1920 2002-11-11 [paul] 0.8.5claws123
1923 updated by Ricardo Mones Lastra
1925 2002-11-11 [colin] 0.8.5claws122
1930 2002-11-11 [colin] 0.8.5claws121
1932 * src/ssl_certificate.[ch] ** NEW FILES **
1934 Check SSL certificates presented to us
1936 Add ssl_certificate.[ch]
1938 Add ssl_certificate.c
1940 2002-11-11 [paul] 0.8.5claws120
1942 * sync with 0.8.5cvs22
1943 see ChangeLog 2002-11-11
1945 2002-11-11 [paul] 0.8.5claws119
1947 * sync with 0.8.5cvs21
1948 see ChangeLog 2002-11-11
1950 2002-11-10 [jens] 0.8.5claws118
1954 corrected some typing
1956 updated german translation
1958 cleaned up specfile and adjusted it for claws
1960 2002-11-10 [colin] 0.8.5claws117
1963 a STATUSBAR_PUSH/POP fix
1965 2002-11-10 [colin] 0.8.5claws116
1967 * src/prefs_folder_item.c
1968 Fix hanging after opening folder properties
1970 2002-11-10 [hoa] 0.8.5claws115
1972 * src/matcher_parser_lex.l
1973 * src/matcher_parser_parse.y
1974 config file for scoring and filtering is no more trashed
1975 when there is a syntax error in a filtering rule when
1976 editing it in a dialog.
1978 2002-11-09 [colin] 0.8.5claws114
1981 Added missing initialisation of folder->destroy()
1983 2002-11-09 [colin] 0.8.5claws113
1987 Fix the status bar messages
1989 2002-11-09 [colin] 0.8.5claws112
1992 Fix hangs after folder dnd, happening after
1995 2002-11-09 [christoph] 0.8.5claws111
1998 just changed order of calls (reverse order of
2001 lock inc when checking only one account, otherwise
2002 inc all could be executed at the same time
2004 2002-11-09 [christoph] 0.8.5claws110
2007 better unlock the mouse cursor before calling
2008 summary_show because it changes the cursor too
2010 2002-11-09 [christoph] 0.8.5claws109
2014 add functions to open and close a folder
2015 o opending will execute scanning for remote folders
2017 o closing will unset new flag for messages
2019 2002-11-09 [colin] 0.8.5claws108
2022 Add a call to prefs_matcher_write_config to
2023 avoid non-leaf folders filtering settings to be
2026 2002-11-09 [paul] 0.8.5claws107
2028 * src/prefs_account.c
2031 2002-11-09 [colin] 0.8.5claws106
2036 2002-11-09 [colin] 0.8.5claws105
2039 Fix prefs_filtering deletion for MH folders (same
2041 * src/prefs_filtering.c
2042 Fix prefs_filtering renaming and deletion for
2043 folder-based processing rules.
2045 2002-11-09 [christoph] 0.8.5claws104
2049 * src/folderview.[ch]
2055 * src/prefs_folder_item.c
2058 implement a callback system for folder item updates
2060 2002-11-09 [colin] 0.8.5claws103
2063 Fix prefs_filtering renaming for MH folders (we
2064 shouldn't rename by path as another folder could
2065 have the same hierarchy).
2067 2002-11-09 [colin] 0.8.5claws102
2070 Fix a leak found by Christoph, use better variable
2073 2002-11-09 [colin] 0.8.5claws101
2076 One more fix for processing rules
2078 2002-11-08 [colin] 0.8.5claws100
2081 Don't copy the compiled regexp (will be reevaluated)
2083 Lock folderview while moving
2085 Provide info on what's happening to the user
2087 2002-11-08 [colin] 0.8.5claws99
2090 Fix folder reordering after a move if parent is
2093 Add function to copy a ScoringProp
2094 * src/prefs_folder_item.c
2095 Copy scoring rules when copying a folder prefs
2097 2002-11-08 [colin] 0.8.5claws98
2100 Fixes in case of failure
2101 * src/filtering.[ch]
2102 Add function to duplicate a FilteringProp
2104 Add function to duplicate a MatcherProp
2105 * src/prefs_folder_item.c
2106 Save folder's processing rules when copying
2109 2002-11-08 [colin] 0.8.5claws97
2114 Change a printf to debug_print
2116 2002-11-08 [colin] 0.8.5claws96
2120 Fix segfaults, call me stupido
2123 2002-11-08 [colin] 0.8.5claws95
2126 Added forgotten prefs to save when moving folders
2128 2002-11-08 [colin] 0.8.5claws94
2131 Fixes to folder DND (prefs copy)
2133 Optimization for folder DND (don't rescan whole tree)
2134 Added folderview_create_folder_node() for this
2135 optimization, so de-duped a bit the code
2136 * src/prefs_folder_item.[ch]
2137 Added prefs_folder_item_copy_prefs()
2139 2002-11-08 [paul] 0.8.5claws93
2141 * src/prefs_account.c
2143 tools/kmail2sylpheed_v2.pl
2146 2002-11-08 [paul] 0.8.5claws92
2149 src/prefs_account.[ch]
2150 remove account options 'clearsign' and 'ascii_armored',
2151 replace with 'default_gnupg_mode' to prevent mixed-mode
2154 2002-11-08 [paul] 0.8.5claws91
2157 re-implement GnuPG 'on-the-fly' mode selection,
2160 2002-11-08 [colin] 0.8.5claws90
2163 src/prefs_folder_item.c
2164 Change "Property" to "Properties"
2166 2002-11-07 [colin] 0.8.5claws89
2170 Allow folder dropping to a root folder
2172 2002-11-07 [paul] 0.8.5claws88
2177 2002-11-07 [paul] 0.8.5claws87
2180 fix reply-to-list bug. closes bug report
2181 "[633382] reply-to-list broken in recent cvs"
2183 2002-11-07 [paul] 0.8.5claws86
2186 add a forgotten '#if USE_GPGME ... #endif'
2188 2002-11-07 [paul] 0.8.5claws85
2190 * sync with 0.8.5cvs20
2191 see ChangeLog 2002-11-07
2193 2002-11-07 [colin] 0.8.5claws84
2196 Change folder_item_move_to to return the newly
2199 Select the new folderitem after moving.
2201 2002-11-07 [colin] 0.8.5claws83
2203 * src/prefs_filtering.c
2204 Fix rule rewriting when moving a leaf folder to a
2207 2002-11-07 [colin] 0.8.5claws82
2209 * src/prefs_filtering.c
2212 2002-11-07 [colin] 0.8.5claws81
2215 Add folder_item_move_to() function to move a
2216 folderitem into another one (updates matcher etc)
2218 Add folder drag'n drop (context menu to come)
2219 [Should be dataloss free, but Please backup before
2222 2002-11-06 [colin] 0.8.5claws80
2225 mh_create_folder() returns NULL if can't create
2228 2002-11-06 [paul] 0.8.5claws79
2231 allow 'on-the-fly' changing of the type of encryption
2232 and/or signing used (mime/ascii) via the compose window
2234 2002-11-06 [paul] 0.8.5claws78
2236 * sync with 0.8.5cvs19
2237 see ChangeLog 2002-11-06 for src/account.c:
2238 account_get_special_folder()
2240 2002-11-05 [alfons] 0.8.5claws77
2243 very minor cleanups: nothing to see here, move on. :-)
2245 2002-11-05 [colin] 0.8.5claws76
2248 Changes choices if compose windows are opened to
2249 Discard, Draft, Don't quit
2251 2002-11-05 [thorsten] 0.8.5claws75
2254 reenabled default_reply_to folder option
2256 2002-11-05 [colin] 0.8.5claws74
2263 add clean_quit() for the SIGTERM handler
2265 2002-11-05 [paul] 0.8.5claws73
2268 updated by Ricardo Mones Lastra
2270 2002-11-05 [melvin] 0.8.5claws72
2273 Fixed log-clipping bug #616795.
2274 To stop logging in the log window use 0 length.
2275 * src/prefs_common.c
2276 Added a label to inform about the 0 log length behaviour.
2278 2002-11-05 [paul] 0.8.5claws71
2280 * sync with 0.8.5cvs17
2281 see ChangeLog 2002-11-05
2283 2002-11-04 [paul] 0.8.5claws70
2285 * sylpheed-128x128.png
2288 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2289 <nikai@users.sourceforge.net>
2292 updated by George Danchev
2294 2002-11-03 [thorsten] 0.8.5claws69
2299 add check if gpg is active
2301 2002-11-03 [thorsten] 0.8.5claws68
2304 removed GSList declaration causing trouble on MacOS-X
2305 (submitted by alfons, reported by xfesty)
2307 2002-11-01 [paul] 0.8.5claws67
2310 remove last remnants of main's filter code
2312 2002-11-01 [paul] 0.8.5claws66
2314 * tools/filter_conv.pl
2315 fix bug where user-defined headers were ignored
2317 2002-11-01 [paul] 0.8.5claws65
2320 make a debug_print() not translatable
2322 2002-10-31 [melvin] 0.8.5claws64
2325 Fixed --disable-aspell-test. Now --disable-aspell-test will
2326 not run any GNU/aspell test. The dictionary path will
2327 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2328 was given, in which case, it will be $prefix/lib/aspell/
2330 Fixed typo in commentary (Aspell code).
2332 2002-10-31 [paul] 0.8.5claws63
2335 remove src/filter.c and src/prefs_filter.c
2336 thanks to Ricardo for reminding me
2338 2002-10-31 [colin] 0.8.5claws62
2343 2002-10-31 [paul] 0.8.5claws61
2345 * src/prefs_filter.[ch] ** REMOVED **
2346 src/filter.[ch] ** REMOVED **
2355 src/prefs_filtering.c
2356 src/summaryview.[ch]
2357 remove main's 'filter' code
2360 update to reflect removal of main's filter
2362 2002-10-31 [paul] 0.8.5claws60
2365 remove check for global_processing in summary_filter_open().
2366 This fixes the bug where if the user uses the right-click
2367 'Create filter rule...' and doesn't have any filter rules
2368 already defined in claws' advanced filtering, the newly
2369 created filter rule goes to main's filtering which is
2370 inaccessible through the gui. Now the filter rule gets added
2371 to claws' filtering by default.
2373 2002-10-28 [melvin] 0.8.5claws59
2375 * src/prefs_actions.c
2376 Fixed bug #627322 where MIME parts were not always
2377 correctly passed to a %p action
2378 Display an error dialog when message filename is not found.
2380 2002-10-28 [melvin] 0.8.5claws58
2382 * src/prefs_common.c
2383 Readded a missing function declaration lost in 0.8.3claws34
2385 2002-10-28 [paul] 0.8.5claws57
2387 * sync with 0.8.5cvs15
2388 see ChangeLog 2002-10-28 and 2002-10-25
2390 Note: ChangeLog entry 2002-10-24 is not sync'ed.
2392 2002-10-27 [oliver] 0.8.5claws56
2395 plug leak in pop3_top_recv
2397 2002-10-26 [christoph] 0.8.5claws55
2400 set need_update folder flag when messages are added
2401 (closes bug [ 626922 ] folder not updated after receiving)
2403 2002-10-25 [melvin] 0.8.5claws54
2406 Fixed a memleak introduced in the scaling code.
2408 2002-10-24 [alfons] 0.8.5claws53
2411 make filtering's forward message action forward from the
2413 (closes bug [628089 ] Filter -> Forward from address problem
2416 2002-10-24 [christoph] 0.8.5claws52
2420 o use manual of current locale or english if current
2421 locale is not available (and english is available)
2422 o also link to sylpheed doc project manuals
2424 2002-10-23 [paul] 0.8.5claws51
2427 tools/kmail2sylpheed_v2.pl
2428 add new version of kmail addressbook importer script.
2429 works with newer versions of Kmail/KAddressBook which
2430 have new and rearranged data.
2432 2002-10-23 [martin] 0.8.5claws50
2438 added length parameter to get_abbrev_newsgroup_name()
2439 changed this function so that it abbreviates the newsgroup
2440 names only so long it is smaller than the length parameter
2441 (for better reading of some newsgroup names and space efficiency)
2443 2002-10-22 [colin] 0.8.5claws49
2446 Revert Alfons' last modification (after voting ;-))
2448 2002-10-21 [alfons] 0.8.5claws48
2451 folder view in folder selection dialog reflects state of
2452 folder view in main window
2454 2002-10-18 [alfons] 0.8.5claws47
2457 drop imported messages in folder selected by user,
2458 and not in the inbox
2459 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2461 2002-10-18 [alfons] 0.8.5claws46
2464 make automagic reply work correctly for email accounts
2465 (whether it's viable to do a full sync with Hiro's
2466 compose.c is still under discussion)
2468 2002-10-18 [melvin] 0.8.5claws45
2470 * src/prefs_actions.c
2471 Fixed bug #622275 where asynchroneous actions left
2473 Made (synchroneous) actions' input be displayed live.
2475 2002-10-18 [christoph] 0.8.5claws44
2478 don't add a newline in the textview in front of the
2479 first textpart if header display is disabled
2480 (closes bug [ 603385 ] disabled header display leaves blank
2483 2002-10-18 [christoph] 0.8.5claws43
2490 folder->get_num_list now returns an error code
2491 (closes bug [ 609424 ] News cache cleared on failure)
2493 2002-10-17 [colin] 0.8.5claws42
2496 Changed a printf by debug_print
2500 * tools/OOo2sylpheed.pl
2501 allow for spaces in the name of the
2502 file to be attached.
2504 2002-10-16 [colin] 0.8.5claws41
2507 Use a tristate to change online mode
2509 2002-10-16 [paul] 0.8.5claws40
2512 updated by Ricardo Mones Lastra
2514 2002-10-16 [colin] 0.8.5claws39
2518 Added --online and --offline command-line
2521 2002-10-15 [christoph] 0.8.5claws38
2524 set mimeinfo->name to NULL after g_free to
2525 avoid double freeing with g_free
2527 2002-10-14 [christoph] 0.8.5claws37
2532 remove calls to folder->change_flags that are now
2533 done by procmsg flag functions (seems it is not
2534 used by any foldertype anyway)
2536 init folder->change_flags with NULL
2538 2002-10-14 [christoph] 0.8.5claws36
2542 use virtual functions for folder item new and destroy
2545 2002-10-14 [melvin] 0.8.5claws35
2548 Added a test to not run the spell checker if no default
2549 dictionary is available. No dialog is displayed though.
2551 2002-10-14 [melvin] 0.8.5claws34
2554 Fixed bug in dictionary list context menu where
2555 "More..." pointed to an emtpy submenu if the
2556 number of dictionaries is a multiple of 15
2557 Removed unneeded code in suggestions list creation
2559 2002-10-14 [paul] 0.8.5claws33
2562 updated by George Danchev
2564 2002-10-13 [hoa] 0.8.5claws32
2567 src/matcher_parser_parser.y
2568 removed the escaped string from internal structure
2571 2002-10-12 [colin] 0.8.5claws31
2573 * src/gtksctree.[ch]
2575 Removed useless function gtksctree_reanchor
2577 2002-10-12 [alfons] 0.8.5claws30
2579 * sync with remaining main changes 2002-10-09 - 2002-10-11
2580 - drop changes to src/compose.c (requires claws specific changes)
2582 2002-10-12 [alfons] 0.8.5claws29
2584 * sync with main changes of 2002-10-08
2585 - drop changes to src/compose.c (requires claws specific changes)
2586 - drop changes to src/summaryview.c (requires changes to compose.c)
2588 2002-10-12 [alfons] 0.8.5claws28
2590 * sync with main changes of 2002-10-07
2592 2002-10-12 [alfons] 0.8.5claws27
2594 * sync with main changes of 2002-10-04
2595 - drop changes to src/compose.c (requires claws specific changes)
2596 - drop changes to src/prefs_folder_item.c (claws implementation
2597 seems to be working)
2599 2002-10-12 [colin] 0.8.5claws26
2602 Fix folder-flicker when space-reading, introduced
2605 2002-10-12 [colin] 0.8.5claws25
2608 Save account address when saving as draft.
2611 2002-10-12 [colin] 0.8.5claws24
2614 Fix the problem consisting of no message selected
2615 after the last message in a folder has been moved.
2617 2002-10-12 [paul] 0.8.5claws23
2620 src/prefs_template.c
2622 add Cc and Bcc to templates. Patch submitted by
2625 2002-10-12 [colin] 0.8.5claws22
2628 Fix a bug after "Check for new messages":
2629 If a folder was opened, it was still selected at
2630 the end of the check, but displayed empty.
2632 Remove unnecessary check
2637 be more verbose in the description of
2641 2002-10-11 [colin] 0.8.5claws21
2644 Make space work (better) when no mail is selected
2646 2002-10-11 [colin] 0.8.5claws20
2652 2002-10-11 [colin] 0.8.5claws19
2655 revert 0.8.5claws6 changes as i couldn't get to
2658 2002-10-11 [melvin] 0.8.5claws18
2661 Removed buggy and unused macro (should have been committed in
2664 2002-10-11 [melvin] 0.8.5claws17
2667 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2669 2002-10-11 [thorsten] 0.8.5claws16
2672 remove rescan warning
2674 2002-10-11 [colin] 0.8.5claws15
2677 fix a segfault that happens if conv_unmime_header
2678 fails (should be better to find out why it fails)
2680 2002-10-11 [christoph] 0.8.5claws14
2683 update folderview stats after ignore/unignore thread
2685 2002-10-11 [hoa] 0.8.5claws13
2687 * src/quote_fmt_parse.y
2688 Fixed a yacc/bison syntax error
2690 Escaping of string is fixed.
2692 2002-10-11 [colin] 0.8.5claws12
2695 Resize images to fit
2697 2002-10-11 [paul] 0.8.5claws11
2700 updated by Ricardo Mones Lastra
2702 2002-10-10 [alfons] 0.8.5claws10
2705 allow dropping files by "moving" files from a file manager,
2706 not only by the more cumbersome "copying". the latter
2707 mostly implies holding down the Control button
2709 2002-10-10 [christoph] 0.8.5claws9
2712 update folders after thread building for ignored threads
2714 2002-10-10 [christoph] 0.8.5claws8
2718 * src/filtering.[ch]
2720 * src/folderview.[ch]
2725 * src/summaryview.[ch]
2726 o added new flag need_update to FolderItem
2727 o removed folder_table from various functions from tracking
2729 o set need_update flags in folder.c's move, copy and delete
2730 functions and procmsg's flags functions
2731 o added function folderview_update_items_when_required that
2732 updates all folders with need_update set
2733 o call folderview_update_items_when_required instead of
2734 folderview_update_item_foreach
2736 2002-10-09 [sergey] 0.8.5claws7
2739 Strip CRs whel loading the text into editor in reedit mode.
2741 2002-10-09 [colin] 0.8.5claws6
2744 Make Space work when no mail is selected
2746 2002-10-09 [colin] 0.8.5claws5
2748 * src/gtksctree.[ch]
2750 Add gtk_sctree_reanchor()
2752 Use gtk_sctree_reanchor() - better fix for
2755 2002-10-09 [colin] 0.8.5claws4
2758 Fix shift-click select after delete problem
2761 2002-10-08 [thorsten] 0.8.5claws3
2764 exclude current msg from -hide read messages-
2766 2002-10-08 [colin] 0.8.5claws2
2771 Differentiate socket errors from disk full
2774 2002-10-08 [christoph] 0.8.5claws1
2778 modifications for new config directory
2780 * config.guess ** REMOVED **
2781 * config.sub ** REMOVED **
2782 * install-sh ** REMOVED **
2783 * ltmain.sh ** REMOVED **
2784 * missing ** REMOVED **
2785 * mkinstalldirs ** REMOVED **
2786 these files are autogenerated by automake
2787 when you run autogen.sh
2789 * config/.cvsignore ** NEW FILE **
2790 * config/Makefile.am ** NEW FILE **
2791 ignore autogenerated files
2792 create a Makefile in this directory
2794 2002-10-08 [paul] 0.8.5claws
2796 * 0.8.5claws release
2801 fix quote reply format for newsgroups reply bug
2806 updated by me and Witold Wladyslaw Wojciech Wilk
2809 2002-10-07 [paul] 0.8.3claws53
2814 updated messages catalogs, submitted by
2815 Alessandro Maestri, Fabio Jr.Beneditto
2816 and Urke MMI, respectively.
2818 2002-10-07 [christoph] 0.8.3claws52
2823 fix new folder ghost message bug
2824 (closes bug [ 619722 ] wrong count for newly created folders)
2826 2002-10-07 [christoph] 0.8.3claws51
2829 fix news posting problem
2831 2002-10-07 [melvin] 0.8.3claws50
2834 Updated French translation
2836 2002-10-05 [christoph] 0.8.3claws49
2839 check if line_start_cache is set in gtk_stext_update_text
2840 (closes bug [ 618119 ] crash while doing search in folder)
2842 2002-10-05 [christoph] 0.8.3claws48
2848 implement cache cleanups for claws' folder system
2849 (closes bug [ 595916 ] imapcache not cleaned up)
2851 2002-10-05 [melvin] 0.8.3claws47
2853 * src/prefs_actions.c
2854 Made the help text more clear for the %p token
2856 2002-10-04 [paul] 0.8.3claws46
2859 see ChangeLog 2002-10-02 and 2002-10-03
2861 2002-10-04 [christoph] 0.8.3claws45
2864 fix segfault caused by pop before smtp
2865 call to inc_account_mail with NULL
2868 2002-10-04 [paul] 0.8.3claws44
2871 sync the LDAP detection from 0.8.5cvs1
2873 2002-10-02 [christoph] 0.8.3claws43
2876 fix small spelling error
2878 2002-10-02 [melvin] 0.8.3claws42
2881 Behave better and say "no" when test program cannot be run.
2883 2002-10-02 [paul] 0.8.3claws41
2885 * sync with 0.8.4cvs1
2886 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2889 toggle the behavior of Reply menuitem between
2890 normal reply and reply-to-list
2892 2002-10-01 [sergey] 0.8.3claws40
2895 Convert newlines in the message text to the canonical form
2896 before base64 encoding (RFC2045 compliance, fixes some
2897 interoperability issues with Evolution 1.0.3)
2899 2002-09-29 [colin] 0.8.3claws39
2902 Fix an unwanted copy/paste
2904 2002-09-29 [colin] 0.8.3claws38
2907 Renamed "Custom toolbar" to "Customize toolbar"
2908 Renamed "Show all header" to "Show all headers"
2909 Renamed "Set diplay item" to "Set displayed items"
2910 * src/prefs_common.c
2911 Renamed "Show all header" to "Show all headers"
2912 * src/prefs_summary_column.c
2913 Renamed "diplay item" to "displayed items"
2915 2002-09-29 [colin] 0.8.3claws37
2917 * src/mainwindow.[ch]
2918 online/offline status pixmaps follow theme
2920 * src/summaryview.[ch]
2921 quicksearch pixmap follows theme changes
2923 2002-09-29 [thorsten] 0.8.3claws36
2926 src/prefs_folder_item.[ch]
2927 add default_reply_to folder option (closes patch 581044)
2929 2002-09-29 [christoph] 0.8.3claws35
2931 * acconfig.h ** REMOVED **
2935 * ac/gnupg-check-typedef.m4
2936 fix autoheader 2.50 warning
2938 2002-09-29 [christoph] 0.8.3claws34
2940 * major code cleanup (part 2)
2942 - unused variables removed
2943 - unused functions removed
2944 - uninitialized variables checked
2945 - missing return statements added
2946 - missing function return types added
2947 - added parentheses around assignment
2948 when suggested by gcc
2950 2002-09-29 [alfons] 0.8.3claws33
2953 log_window_clear(): only bracket gtk_text_forward_delete()
2954 with gtk_text_freeze() / gtk_text_thaw() (see if this
2955 works around GTK text bug)
2957 2002-09-29 [paul] 0.8.3claws32
2961 updated by George Danchev and Urke MMI
2964 2002-09-27 [christoph] 0.8.3claws31
2966 * doc-src/readme.txt
2967 * doc-src/rfc1806.txt ** REMOVED **
2968 * doc-src/rfc2183.txt ** NEW FILE **
2969 * doc-src/rfc2980.txt ** NEW FILE **
2972 2002-09-27 [melvin] 0.8.3claws30
2975 Fixed typo which could break linking
2977 2002-09-27 [melvin] 0.8.3claws29
2980 Improved GNU/aspell checking.
2983 2002-09-27 [paul] 0.8.3claws28
2985 * sync with 0.8.3cvs8
2986 see ChangeLog 2002-09-27
2988 2002-09-26 [colin] 0.8.3claws27
2992 Add "Reply to Mailing-list" to the toolbar
2994 2002-09-26 [christoph] 0.8.3claws26
2997 Fix wrong message counts in summaryview status
2999 2002-09-26 [paul] 0.8.3claws25
3001 * sync with 0.8.3cvs7
3002 see ChangeLog 2002-09-26
3004 2002-09-26 [paul] 0.8.3claws24
3006 * sync with 0.8.3cvs6
3007 see ChangeLog 2002-09-25
3009 2002-09-25 [christoph] 0.8.3claws23
3011 * src/prefs_common.c
3012 * src/prefs_folder_item.c
3013 * src/prefs_scoring.c
3014 Renamed "kill score" to "hide score" in GUI
3017 2002-09-25 [paul] 0.8.3claws22
3019 * sync with 0.8.3cvs5
3020 see ChangeLog 2002-09-24
3022 2002-09-24 [alfons] 0.8.3claws21
3024 patch by Satoshi Nagayasu: allows appending / saving multiple
3025 selected files (closes "[ 612279 ] save multiple mesg(s) in
3029 add Satoshi Nagayasu
3031 summary_save_as(): allow saving selected files to
3033 summary_set_menu_sensitive: enable "Save As..." when
3034 multiple files are selected
3036 append_file(): new function
3038 2002-09-24 [colin] 0.8.3claws20
3041 Fix segfault when mimeinfo doesn't have a
3044 2002-09-24 [colin] 0.8.3claws19
3046 * src/prefs_common.[ch]
3047 Add a preference to display send dialog or not
3049 Display send dialog according to preference
3051 2002-09-24 [colin] 0.8.3claws18
3054 Disable user actions when sending
3056 2002-09-24 [colin] 0.8.3claws17
3059 Do not display name or filename for attachments
3060 with an application/pgp-signature type
3061 (security flaw, see bug 537413)
3063 2002-09-23 [colin] 0.8.3claws16
3066 Initialize entry_email, entry_alias and
3067 entry_remarks to first email address of the list
3069 2002-09-23 [colin] 0.83claws15
3072 Drop pgp-signature when reediting a signed queued
3075 2002-09-23 [melvin] 0.8.3claws14
3078 Updated French translation
3080 2002-09-23 [melvin] 0.8.3claws13
3083 Made custom toolbar menu labels more consistent
3084 * src/prefs_toolbar.c
3085 Made custom toolbar window title more consistent
3087 2002-09-22 [colin] 0.8.3claws12
3090 Initialize session type to normal before getting
3091 mail (fixes strange Get behaviour)
3092 * src/prefs_account.h
3093 Move STYPE_POP_BEFORE_SMTP to last position to
3094 avoid other side-effects
3096 2002-09-22 [colin] 0.8.3claws11
3098 * src/prefs_account.c
3099 Fix pop_bfr_smtp_tm_entry sensivity when switching
3100 from pop3 to apop or vice-versa
3102 2002-09-22 [colin] 0.8.3claws10
3104 * src/prefs_account.[ch]
3105 Add an option for the POP before SMTP timeout
3107 Remember time of last POP connection
3109 Do POP before SMTP only if timeout reached
3111 2002-09-22 [oliver] 0.8.3claws9
3114 explain custom toolbar
3116 2002-09-22 [oliver] 0.8.3claws8
3118 * src/prefs_actions.[ch]
3119 custom toolbar for compose
3120 actions callback from compose toolbar
3122 remove include toolbar.h
3124 2002-09-22 [oliver] 0.8.3claws7
3126 * src/prefs_toolbar.[ch]
3127 custom toolbar for compose
3128 - generic prefs_toolbar handles both
3129 Mainwin's toolbar as well as Compose toolbar
3131 2002-09-22 [oliver] 0.8.3claws6
3134 custom toolbar for compose
3135 restructure toolbar.[ch]
3137 2002-09-22 [oliver] 0.8.3claws5
3140 custom toolbar for compose
3142 2002-09-22 [oliver] 0.8.3claws4
3144 * src/mainwindow.[ch]
3145 custom toolbar for compose
3146 move mainwin toolbar back to mainwindow
3148 2002-09-22 [alfons] 0.8.3claws3
3155 2002-09-22 [alfons] 0.8.3claws2
3158 procmsg_save_to_outbox(): don't unlink message file from queue;
3159 callers should do it using folder_item_remove_msg()
3161 2002-09-22 [colin] 0.8.3claws1
3164 Made mimeview_check_signature() public
3166 Made GPG signatures verifiable by clicking
3167 the [application/pgp-signature] in the Text
3170 2002-09-22 [paul] 0.8.3claws
3179 updated translations, submitted by George Danchev,
3180 me, Ricardo Mones Lastra, Alessandro Maestri,
3181 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
3182 and Urke MMI, respectively.
3184 2002-09-22 [alfons] 0.8.2claws65
3188 no furry valgrinds have been used to plug these memleaks
3190 2002-09-20 [paul] 0.8.2claws64
3192 * sync with 0.8.3cvs4
3193 'Select thread' re-implemented
3194 see ChangeLog 2002-09-20
3196 2002-09-21 [alfons] 0.8.2claws63
3199 compose_send(): plug unnoticed memleak
3201 2002-09-20 [alfons] 0.8.2claws62
3204 replace_address_in_edit(): strict check for NULL address to
3205 fix "[ 607348 ] Segfault in address completion". My guess is
3206 that this happens with an empty address book, but it's good
3207 to have this check here anyway
3209 completion_window_button_press(): free string returned
3210 from the internal cache
3212 2002-09-20 [christoph] 0.8.2claws61
3215 added ENC_BINARY to EncodingType
3217 the string returned by procmime_get_encoding_str
3218 should not depend on the order of values in the
3219 EncodingType definition
3220 * doc-src/rfc1806.txt ** NEW FILE **
3221 Added rfc1806 about MIME Content-Disposition
3224 2002-09-19 [paul] 0.8.2claws60
3226 * sync with 0.8.2cvs3
3227 see ChangeLog 2002-09-19
3229 2002-09-19 [paul] 0.8.2claws59
3231 * src/prefs_folder_item.c
3232 revert to Darko's original alignment of colour
3234 add a colon to folder_color label
3237 add Colin's patch (with Hiro's modifications) to
3238 force BASE64 encoding for 8-bit text when signing
3239 (sync with 0.8.3cvs2)
3241 2002-09-18 [alfons] 0.8.2claws58
3246 (beautify a little bit)
3248 2002-09-18 [christoph] 0.8.2claws57
3251 fix handling of fgetc return value
3253 2002-09-17 [alfons] 0.8.2claws56
3256 summary_sort(): check non-NULL summaryview->folder_item when no
3257 folder is selected at all
3258 (closes "[ 610344 ] sort label make syl Crash")
3260 2002-09-17 [alfons] 0.8.2claws55
3263 beautify a little bit
3265 2002-09-17 [christoph] 0.8.2claws54
3268 initialize max values for cache and folder
3269 when cache or folder is empty
3271 2002-09-15 [colin] 0.8.2claws53
3274 Fix a leak (thanks Alfons!) and cleaned
3275 variables names for custom headers
3277 2002-09-15 [colin] 0.8.2claws52
3280 Fix custom headers recognition when
3281 prefs_common.trans_hdr is on
3283 2002-09-15 [colin] 0.8.2claws51
3286 Allow dynamically-added custom headers
3287 Yet not reparsed if reedited
3289 2002-09-15 [alfons] 0.8.2claws50
3291 * src/prefs_account.c
3294 2002-09-15 [colin] 0.8.2claws49
3296 * src/prefs_account.c
3297 fix pop_before_smtp sensitivity
3299 2002-09-15 [colin] 0.8.2claws48
3302 add inc_pop_before_smtp()
3303 allow MainWindow to be undefined in
3304 inc_account_mail() and inc_start()
3307 add STYPE_POP_BEFORE_SMTP session type
3308 * src/prefs_account.c
3309 activated pop before smtp option
3311 do pop before smtp if the relevant option
3314 2002-09-15 [paul] 0.8.2claws47
3317 see ChangeLog 2002-09-15
3319 2002-09-14 [paul] 0.8.2claws46
3322 updated Bulgarian translation, submitted by
3325 2002-09-13 [paul] 0.8.2claws45
3328 merge claws' select_account() with main's
3329 (new) compose_select_account(). [sync with
3330 0.8.2cvs15, see ChangeLog 2002-09-11]
3332 2002-09-12 [christoph] 0.8.2claws44
3335 allocate 1 elements of FolderItem not 0
3337 2002-09-12 [colin] 0.8.2claws43
3340 Fix bug #590825 (obey Follow-up: poster)
3342 2002-09-12 [colin] 0.8.2claws42
3345 Fix bug #557009 (wrong headers for messages
3346 forwarded as attachments)
3348 2002-09-11 [colin] 0.8.2claws41
3351 Put SCF: pseudo-header on top of message
3352 Set draft tmp_flag when saved as draft
3356 Skip after first \n\n for beginning of real message
3359 2002-09-11 [christoph] 0.8.2claws40
3362 use procmsg flag functions in filtering or processing
3363 will cause incorrect folder message counts
3365 2002-09-11 [colin] 0.8.2claws39
3368 Fix bug #550175 - wrong save folder when reediting
3371 2002-09-11 [paul] 0.8.2claws38
3373 * sync with 0.8.2cvs14
3374 see ChangeLog 2002-09-11
3376 2002-09-11 [colin] 0.8.2claws37
3379 Fix a typo (seeming to cause new/unread status to
3382 2002-09-10 [christoph] 0.8.2claws36
3385 compose_redirect should not use compose_generic_new
3386 because that does more stuff than expected including
3387 opening the external editor
3388 (closes bug "[ 526608 ] bounced messages appear blank
3391 2002-09-10 [christoph] 0.8.2claws35
3394 fix problem with too large message number range
3395 causing a crash in folder_item_scan
3397 2002-09-10 [paul] 0.8.2claws34
3399 * sync with 0.8.2cvs13
3400 see ChangeLog 2002-09-10
3402 2002-09-10 [christoph] 0.8.2claws33
3405 set MsgInfo TmpFlags for queue and draft folders
3406 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3408 2002-09-10 [paul] 0.8.2claws32
3411 po/bg.po ** NEW FILE **
3412 new Bulgarian translation submitted by
3413 George Danchev <danchev@spnet.net>
3417 tools/tb2sylpheed ** NEW FILE **
3418 add script that converts an addressbook exported
3419 from The Bat! into a Sylpheed addressbook. Submitted
3420 by Urke MMI <urke-kg@eunet.yu>
3422 2002-09-10 [paul] 0.8.2claws31
3424 * sync with 0.8.2cvs12
3425 see ChangeLog 2002-09-10
3427 2002-09-06 [paul] 0.8.2claws30
3429 * src/prefs_common.c
3430 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3434 tools/ldif-to-xml.py ** REMOVED **
3435 remove obsolete python script
3437 2002-09-06 [paul] 0.8.2claws29
3439 * sync with 0.8.2cvs10
3440 see ChangeLog 2002-09-06
3442 2002-09-04 [paul] 0.8.2claws28
3444 * sync with 0.8.2cvs9
3445 see ChangeLog 2002-08-04
3447 2002-09-04 [colin] 0.8.2claws27
3449 * src/prefs_common.[ch]
3450 Added signature color configuration
3452 Use user-specified signature color
3454 2002-09-03 [colin] 0.8.2claws26
3456 * src/prefs_common.[ch]
3457 Added autosave and autosave_length prefs
3459 Added compose_remove_draft()
3460 Auto-save drafts according to the prefs
3462 Added a crash-indicator file, allowing to check
3463 for new messages on startup if Sylpheed crashed
3464 (makes saved drafts "reappear")
3466 2002-09-03 [colin] 0.8.2claws25
3471 2002-09-03 [paul] 0.8.2claws24
3473 * sync with 0.8.2cvs8
3474 see ChangeLog 2002-09-02 and 2002-09-03
3476 2002-09-03 [darko] 0.8.2claws23
3479 use normal style when creating new folder to pick
3482 2002-09-02 [melvin] 0.8.2claws22
3485 removed some obsolete code
3487 2002-09-02 [melvin] 0.8.2claws21
3490 fixed test's equality sign (== to =)
3492 2002-09-02 [alfons] 0.8.2claws20
3496 revert change of 0.8.2claws16 and use the mh_folder_destroy
3497 as folder->destroy virtual as suggested by Hiro
3498 (the mh.c code seems to have been lost around mh.c.1.21)
3500 2002-09-02 [paul] 0.8.2claws19
3503 updated by Fabio Jr. Beneditto
3506 use 'http://claws.sylpheed.org' for homepage link.
3507 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3509 2002-09-01 [alfons] 0.8.2claws18
3512 plug memleak related to one Martin Kluge found
3514 2002-08-31 [paul] 0.8.2claws17
3516 * sync with 0.8.2cvs6
3517 see ChangeLog 2002-08-30
3519 2002-08-31 [alfons] 0.8.2claws16
3522 folder_destroy(): remove mailbox from folderlist even if it has
3525 2002-08-31 [alfons] 0.8.2claws15
3530 (being pedantic I know)
3532 2002-08-31 [alfons] 0.8.2claws14
3535 check for NULL pointers returned from folder->fetch_msginfo virtual
3536 (should solve some reported crashes)
3538 2002-08-30 [alfons] 0.8.2claws13
3543 enable crash dialog on compilation time
3544 (--enable-crash-dialog configure option)
3546 2002-08-30 [alfons] 0.8.2claws12
3551 apply memory leak plug patch by Martin Kluge
3552 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3553 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3554 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3556 2002-08-30 [darko] 0.8.2claws11
3559 copy Gtk style from normal style to match
3560 font size for coloured folders
3562 2002-08-29 [alfons] 0.8.2claws10
3565 Type=Internet <- Type=Application
3566 (reported by Michael Schwendt, see:
3567 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3568 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3570 2002-08-29 [paul] 0.8.2claws9
3572 * sync with 0.8.2cvs5
3573 see ChangeLog 2002-08-29
3575 2002-08-29 [colin] 0.8.2claws8
3578 Added a sanity check in summary_select_thread
3579 Should fix bug 601605
3581 2002-08-29 [colin] 0.8.2claws7
3584 Revert claws6 changes regarding bug #591676
3586 2002-08-28 [colin] 0.8.2claws6
3589 Ignore cache for queue folderitems
3592 2002-08-28 [melvin] 0.8.2claws5
3597 2002-08-28 [melvin] 0.8.2claws4
3600 Updated a bit the text concerning the spell checker
3602 2002-08-28 [melvin] 0.8.2claws3
3604 Merged the GNU_aspell_branch:
3605 Support of new GNU/aspell is now included and the old pspell
3606 is not supported anymore.
3610 Updated spell checker text to reflect the switch to GNU/aspell
3612 * ac/aspell.m4 *** NEW ***
3613 * src/gtkaspell.[ch] *** NEW ***
3614 * ac/pspell.m4 *** DELETED ***
3615 * src/gtkspell.[ch] *** DELETED ***
3618 Updated for GNU/aspell support
3621 Replaced gtkspell.c by gtkaspell.c
3629 * src/prefs_common.[ch]
3630 Updated for GNU/aspell support
3632 2002-08-28 [paul] 0.8.2claws2
3634 * sync with 0.8.2cvs4
3635 see ChangeLog 2002-08-27 and 2002-08-28
3637 2002-08-28 [colin] 0.8.2claws1
3639 * src/summary_search.c
3642 2002-08-28 [jens] 0.8.2claws
3645 Updated German translations
3647 2002-08-27 [melvin] 0.8.2claws
3650 Updated French translations
3652 2002-08-27 [paul] 0.8.2claws
3654 * sync with 0.8.2 main release
3662 updated message catalogs submitted by
3663 Ricardo Mones Lastra, Alessandro Maestri,
3664 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3665 Beneditto and Urke MMI
3667 2002-08-27 [hoa] 0.8.1claws123
3669 * src/mainwindow.[ch]
3670 * src/summaryview.[ch]
3671 removed the "filter setting" menu option.
3672 add a "cancel a news message" menu option.
3674 2002-08-26 [martin] 0.8.1claws122
3677 changed string under 0.8.1claws79 changed by myself
3680 2002-08-26 [martin] 0.8.1claws121
3683 added kill command to debuggerrc to start crash dialog
3685 2002-08-26 [paul] 0.8.1claws120
3687 * sync with 0.8.1cvs31
3688 see ChangeLog 2002-08-26
3690 2002-08-25 [alfons] 0.8.1claws119
3693 fix bug that didn't send out correct headers to news server
3694 when sending news article and email from queue (bug reported
3695 and patch provided by Tim Mann; closes bug
3696 "[ 583196 ] 0.7.8claws can't post news")
3698 2002-08-25 [alfons] 0.8.1claws118
3700 * src/selective_download.c
3701 mark two strings as translatable
3702 (thanks to Urke MMI for pointing this out)
3704 2002-08-25 [alfons] 0.8.1claws117
3707 treat sent boxes as special and allow sorting them by addressee
3708 (closes "[ 589418 ] Sent folder sorting misbehavior"
3709 submitted by Steve Lamb)
3711 2002-08-24 [alfons] 0.8.1claws116
3714 fix memleak reported by Martin Kluge
3715 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3717 2002-08-24 [oliver] 0.8.1claws115
3719 * src/prefs_toolbar.c
3720 o code cleanup as suggested by Alfons
3723 2002-08-24 [alfons] 0.8.1claws114
3726 o fix another memory leak reported by Martin Kluge
3727 (see "[ 599568 ] Small Memory Leak")