1 2002-12-31 [alfons] 0.8.8claws28
4 * src/matcher_parser_parse.y
6 add "ignore_thread" and "~ignore_thread" condition so it's
7 possible to make the actions / scoring operate on the ignore
10 2002-12-31 [christoph] 0.8.8claws27
18 * src/prefs_customheader.c
19 * src/prefs_display_header.c
24 * src/common/prefs.[ch]
25 extend prefs file handling for reading and automatic handling
26 of blocks. When reading prefs_set_block_label will automatically
27 move on to the block. When writing it will copy all other blocks
31 Now loading plugin filenames from [Plugins] block in
34 2002-12-30 [christoph] 0.8.8claws26
36 * src/common/hooks.[ch]
37 return abort status to caller of hooks_invoke
40 invoke message filtering hook and stop
41 default handling when filter returns abort
43 * src/common/plugin.[ch]
44 * src/plugins/demo/demo.c
45 modify plugin loader, because resolving symbols for strings
46 does not work correctly
49 * ac/spamassassin.m4 ** NEW **
50 * src/plugins/spamassassin/.cvsignore ** NEW **
51 * src/plugins/spamassassin/Makefile.am ** NEW **
52 * src/plugins/spamassassin/README ** NEW **
53 * src/plugins/spamassassin/libspamc.[ch] ** NEW **
54 * src/plugins/spamassassin/spamassassin.c ** NEW **
55 * src/plugins/spamassassin/utils.[ch] ** NEW **
56 add spamassassin plugin, see src/plugins/spamassassin/README
59 2002-12-29 [alfons] 0.8.8claws25
62 when moving focus from a message view to the main
63 window, don't forget to select the summary node
64 of the displayed message. should fix "[ 659103 ]
65 focus-follows-mouse confuses sylpheed"
67 2002-12-29 [christoph] 0.8.8claws24
70 * src/stringtable.[ch] ** REMOVE **
71 * src/common/Makefile.am
72 * src/common/stringtable.[ch] ** NEW **
73 move stringtable files to common directory
75 2002-12-29 [christoph] 0.8.8claws23
78 * src/menu.[ch] ** REMOVE **
80 * src/gtk/menu.[ch] ** NEW **
81 move menu files to gtk directory
83 2002-12-29 [match] 0.8.8claws22
87 moved UI specific code out of LDAP code into addressbook
88 UI code. fixed memory leak.
90 2002-12-29 [christoph] 0.8.8claws21
93 only check for IGNORED parent message when message is
96 2002-12-29 [alfons] 0.8.8claws20
99 set gtksctree's anchor correct (immediate execute
100 changes the tree's layout, and anchor points at
101 the incorrect row). fixes "[ 657233 ] multiple msg
102 delete sometimes off by 1".
103 we probably have to look for more tree layout /
106 2002-12-29 [paul] 0.8.8claws19
109 fix bug [ 659054 ] incorrect sorting of 'From' column
110 when using 'display sender using address book'
111 thanks to Alfons and Luke Plant
113 2002-12-29 [christoph] 0.8.8claws18
117 check parent messages for IGNORE THREAD flag, when adding,
118 moving or copying messages to a folder
120 2002-12-27 [alfons] 0.8.8claws17
122 re-organize matcher part 5; more to come
125 hash keywords in matchparser_tab
127 2002-12-27 [alfons] 0.8.8claws16
129 re-organize matcher part 4; more to come
131 * src/matcher_parser.h
132 * src/matcher_parser_lex.l
133 * src/matcher_parser_parse.y
136 2002-12-27 [alfons] 0.8.8claws15
138 re-organize matcher part 3; more to come
143 2002-12-27 [alfons] 0.8.8claws14
145 re-organize matcher part 2; more to come but this should
146 work. cc me if there are any regressions.
149 add prototype for get_matchparser_tab_id()
150 * src/matcher_parser_lex.l
151 look up keywords using matchparser_tab_id();
153 2002-12-27 [alfons] 0.8.8claws12
155 re-organize matcher part 1
158 map yacc generated constants to sylpheed matcher constants
160 add function to find a matcher constant from a string
162 2002-12-27 [christoph] 0.8.8claws11
165 MENUITEM_ADD casts the 4th argument from integer to pointer
166 so it probably should not be a pointer, this means we
167 should use account id for it and not the account's pointer
169 2002-12-27 [paul] 0.8.8claws10
172 remove unneeded 'GtkWidget *vbox'
175 further sync with 0.8.8 - make sort
176 by recipient work as expected
181 2002-12-27 [paul] 0.8.8claws9
184 updated by Ivan F. Martinez
186 2002-12-27 [darko] 0.8.8claws8
189 added locked pattern to extended search
191 2002-12-27 [alfons] 0.8.8claws7
193 * src/prefs_matcher.[ch]
196 2002-12-26 [alfons] 0.8.8claws6
199 * src/matcher_parser_lex.l
200 * src/matcher_parser_parse.y
201 * src/prefs_matcher.c
202 allow color label as a condition in the matcher
204 2002-12-26 [oliver] 0.8.8claws5
207 enable Addressbook for Main and Messageview
208 * src/prefs_actions.c
209 enable actions in Messageview
211 2002-12-26 [christoph] 0.8.8claws4
213 * src/common/plugin.c
214 add a little debug output
216 * src/plugins/demo/Makefile.am
217 better use of automake
219 2002-12-26 [christoph] 0.8.8claws3
222 * src/common/Makefile.am
225 2002-12-26 [christoph] 0.8.8claws2
228 sort configure checks into common / gtk / plugins
234 * src/common/sylpheed.[ch]
235 added now sylpheed_done function for shutdown
236 * src/common/Makefile.am
237 * src/common/plugin.[ch] ** NEW **
238 plugin loader and unloader
239 * src/plugins/.cvsignore ** NEW **
240 * src/plugins/Makefile.am ** NEW **
242 * src/plugins/demo/.cvsignore ** NEW **
243 * src/plugins/demo/Makefile.am ** NEW **
244 * src/plugins/demo/demo.c ** NEW **
245 small demo plugin that installs a logtext hook and
246 outputs the log text to stdout
248 2002-12-26 [paul] 0.8.8claws1
251 updated by Ricardo Mones Lastra
253 2002-12-26 [paul] 0.8.8claws
255 * 0.8.8claws released
257 2002-12-26 [paul] 0.8.7claws12
260 updated by George Danchev
262 2002-12-26 [paul] 0.8.7claws11
265 remove unneeded 'src/prefs.c' entry
267 2002-12-26 [paul] 0.8.7claws10
271 sync with 0.8.8 release
276 partial sync with 0.8.8 release
279 2002-12-25 [alfons] 0.8.7claws9
282 * src/matcher_parser_lex.l
283 * src/matcher_parser_parse.y
284 * src/prefs_matcher.c
285 add locked flag to possible filtering / matcher
286 conditions (also a good example what should be
287 done to add a simple boolean condition)
289 2002-12-25 [christoph] 0.8.7claws8
299 * src/prefs.[ch] ** REMOVE **
300 * src/prefs_account.c
301 * src/prefs_actions.c
303 * src/prefs_customheader.c
304 * src/prefs_display_header.c
305 * src/prefs_filtering.c
306 * src/prefs_folder_item.c
307 * src/prefs_gtk.[ch] ** NEW **
308 * src/prefs_matcher.c
309 * src/prefs_scoring.c
310 * src/prefs_summary_column.c
312 * src/selective_download.c
314 * src/common/Makefile.am
315 * src/common/prefs.[ch] ** NEW **
316 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
318 2002-12-24 [alfons] 0.8.7claws7
321 summary_thread_build(): fix real cause of the crash mentioned in
322 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
323 this way we get meaningful ctree nodes
325 2002-12-24 [oliver] 0.8.7claws6
327 * src/mainwindow.[ch]
328 * src/messageview.[ch]
332 changes to use updated toolbar handling
334 2002-12-24 [oliver] 0.8.7claws5
337 generic toolbar handling
338 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
339 * src/prefs_toolbar.[ch]
342 2002-12-24 [oliver] 0.8.7claws4
344 * src/stock_pixmap.[ch]
345 move SYLPHEED_LOGO to end of list in order
346 to remove it from Custom Toolbar`s Icon View
348 2002-12-24 [alfons] 0.8.7claws3
351 summary_thread_build(): fix crash because of focus != selection
352 after threading. when deleting the selection, gtk tries but fails
353 to find the correct focusable element. we now force the selection
354 to be focused. this should solve the infamous bug reported by
355 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
356 a test case is available.
358 2002-12-24 [darko] 0.8.7claws2
361 don't crash when unmarking message with unread children
363 2002-12-23 [christoph] 0.8.7claws1
366 * src/common/Makefile.am
367 update Makefiles for moved intl.h, version.h and defs.h
369 rewrite imap_session_get to avoid duplicate code
371 2002-12-23 [paul] 0.8.7claws
373 * Santa-Claws released
377 squeeze in updated Hungarian and Russian translations.
378 Submitted by Gál Zoltán and Ruslan N. Balkin
380 2002-12-23 [paul] 0.8.6claws129
383 updated by Witold Wladyslaw Wojciech Wilk
385 2002-12-23 [paul] 0.8.6claws128
387 * src/quote_fmt_parse.y
388 fix typo and add licence header
390 2002-12-23 [paul] 0.8.6claws127
395 2002-12-23 [paul] 0.8.6claws126
398 updated translation, submitted by Alessandro Maestri
400 2002-12-23 [paul] 0.8.6claws125
402 * src/quote_fmt_parse.y
403 fix signature-stripping on replies bug. match
404 '-- \n' and not '-- '.
406 2002-12-22 [paul] 0.8.6claws124
411 updated translations. submitted by George Danchev,
412 Ricardo Mones Lastra, and Urke MMI respectively
414 2002-12-21 [paul] 0.8.6claws123
419 2002-12-21 [paul] 0.8.6claws122
422 fix bug [643638] where if a person is in one or more
423 addressbook groups editing that person's email
424 address results in removal from those groups.
425 Patch submitted by Luke Plant.
427 2002-12-20 [christoph] 0.8.6claws121
431 reimplement expand_search_string using GString to
432 prevent crashs caused by miscalculated string
433 lengths reported by Paul
435 2002-12-20 [christoph] 0.8.6claws120
438 don't use "changed" to check if op_count has to be changed as it
439 is also set when the message has unread children
440 (closes bug [ 653221 ] crash while deleting duplicates)
442 2002-12-20 [paul] 0.8.6claws119
444 * sync with 0.8.6cvs27
445 see ChangeLog 2002-12-20
447 2002-12-20 [paul] 0.8.6claws118
449 * sync with 0.8.6cvs26
450 see ChangeLog 2002-12-19 and 2002-12-20
452 2002-12-19 [alfons] 0.8.6claws117
455 fix incorrect parsing of email addresses, submitted by
456 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
457 name display if it contains @".
459 2002-12-18 [paul] 0.8.6claws116
461 * sync with 0.8.6cvs23
462 see ChangeLog 2002-12-18
464 2002-12-18 [paul] 0.8.6claws115
471 sync with 0.8.6cvs22.
472 see ChangeLog 2002-12-17 and 2002-12-18
474 2002-12-17 [christoph] 0.8.6claws114
477 o don't create a session if imap greeting fails
478 o don't close socket when authentication fails
479 this is done by imap_session_destroy
481 2002-12-17 [thorsten] 0.8.6claws113
485 tools/google_msgid.pl ** NEW FILE **
486 Added "search for message-id" script and doc
488 2002-12-17 [thorsten] 0.8.6claws112
491 Updated hungarian translation
492 (updated by Gal Zoltan)
494 2002-12-16 [christoph] 0.8.6claws111
497 remove stupid addressbook dump to debug output
499 fix memory leak found by Hiro
501 2002-12-14 [paul] 0.8.6claws110
504 fix menubar sensitivity on send
506 * src/prefs_filtering.c
507 * src/prefs_matcher.c
508 * src/prefs_scoring.c
511 * src/common/quoted-printable.h
514 2002-12-13 [christoph] 0.8.6claws109
517 * src/manage_window.[ch] ** REMOVE **
518 * src/gtk/Makefile.am
519 * src/gtk/manage_window.[ch] ** NEW **
520 move manage_window files to gtk directory
522 2002-12-13 [christoph] 0.8.6claws108
525 * src/gtkshruler.[ch] ** REMOVE **
526 * src/gtk/Makefile.am
527 * src/gtk/gtkshruler.[ch] ** NEW **
528 move gtkshruler files to gtk directory
530 2002-12-13 [christoph] 0.8.6claws107
534 * src/gtkstext.[ch] ** REMOVE **
537 * src/gtk/gtkstext.[ch] ** NEW **
538 * src/gtk/Makefile.am
539 o move stext functions to gtkstext.c to remove
540 dependency of gtkutils
541 o move gtkstext files to gtk directory
543 * src/gtk/Makefile.am
544 * src/gtk/sslcertwindow.[ch]
545 UI stuff can always depend on common code so
546 it's ok to add ../common to include path
548 2002-12-13 [colin] 0.8.6claws106
551 Disconnect sighandlers for mainwindow when
552 quicksearch has the focus
554 * src/mainwindow.[ch]
555 Make key_pressed callback public, to be able
558 2002-12-13 [christoph] 0.8.6claws105
561 create .mh_sequences file in new MH folders
562 (closes feature request [ 523162 ] MH folders should
565 2002-12-13 [colin] 0.8.6claws104
568 Better handling of quicksearch show/hide
569 (basically the button stays under the mouse
572 2002-12-13 [paul] 0.8.6claws103
574 * sync with 0.8.6cvs17
575 see ChangeLog 2002-12-13
577 2002-12-13 [paul] 0.8.6claws102
580 updated by Ricardo Mones Lastra
582 2002-12-11 [colin] 0.8.6claws101
585 remove statusbar stuff
587 set statusbar verbosity when moving folders
589 2002-12-11 [colin] 0.8.6claws100
590 * src/prefs_filtering.c
591 * src/prefs_matcher.c
592 * src/prefs_scoring.c
595 2002-12-11 [colin] 0.8.6claws99
597 * src/prefs_common.[ch]
598 Add summary_quicksearch_type
600 Save last used quicksearch type
602 2002-12-11 [jens] 0.8.6claws98
603 * src/prefs_filtering.c
604 * src/prefs_matcher.c
605 * src/prefs_scoring.c
606 added dialog for incomplete rules in scoring, filtering and
607 matcher to ask wheather really close
609 2002-12-11 [colin] 0.8.6claws97
612 Fix folder dnd statusbar logging
614 2002-12-10 [christoph] 0.8.6claws96
626 * src/common/log.[ch]
627 o handle verbose logging in statusbar directly in statusbar code
628 and common code does not need any knowledge about a statusbar
629 o remove direct calls to statusbar_(puts|pop)_all functions
631 2002-12-10 [jens] 0.8.6claws95
634 removed gettext from g_warnings
640 2002-12-10 [colin] 0.8.6claws94
643 finish crash dialog fix
645 2002-12-10 [colin] 0.8.6claws93
648 "Fix" "sylpheed already running" instead of
649 crash dialog appearing after a crash
651 2002-12-10 [colin] 0.8.6claws92
654 add src/gtk/sslcertwindow.c
656 2002-12-10 [paul] 0.8.6claws91
659 updated to reflect recent changes
660 submitted by Alessandro Maestri
662 2002-12-09 [christoph] 0.8.6claws90
665 * src/smtp.[ch] ** REMOVE **
666 * src/common/Makefile.am
667 * src/common/smtp.[ch] ** NEW **
668 move smtp files to common directory
670 2002-12-09 [christoph] 0.8.6claws89
673 * src/session.[ch] ** REMOVE **
674 * src/common/Makefile.am
675 * src/common/session.[ch] ** NEW **
676 move session files to common directory
678 2002-12-09 [paul] 0.8.6claws88
681 fix bug [649746] edit accounts: move account reverted
682 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
684 2002-12-09 [colin] 0.8.6claws87
686 * src/ssl_certificate.c
689 2002-12-09 [colin] 0.8.6claws86
692 Try to open the cert.pem database and
693 issue a warning if it isn't there
695 2002-12-09 [colin] 0.8.6claws85
697 * src/common/ssl_certificate.c
698 * src/gtk/sslcertwindow.c
701 2002-12-09 [colin] 0.8.6claws84
703 * src/ssl_certificate.[ch] ** REMOVED **
704 * src/common/ssl_certificate.[ch] ** NEW **
706 * src/common/Makefile.am
707 Moved ssl_certificate.[ch] to common
709 Put back needed include
710 * src/gtk/sslcertwindow.[ch]
711 Changed ssl_certificate.h include
713 2002-12-09 [colin] 0.8.6claws83
715 * src/gtk/sslcertwindow.[ch]
716 Implement hook for certificate acception
717 * src/ssl_certificate.[ch]
718 Implement hook for certificate acception
720 Reenable certificate acception check
722 Register sslcertwindow's hook
724 2002-12-08 [christoph] 0.8.6claws82
732 o add missing includes
735 * src/common/.cvsignore
736 * src/common/version.h ** REMOVE **
737 remove autogenerated file
739 2002-12-08 [paul] 0.8.6claws81
742 put back needed include
744 2002-12-08 [colin] 0.8.6claws80
746 * src/gtk/sslcertwindow.c
747 Cleaner popups when asking
748 * src/ssl_certificate.c
749 * src/prefs_common.[ch]
750 remove ssl certificate pref
751 put back needed include
753 put back needed include
755 2002-12-08 [christoph] 0.8.6claws79
761 only abort hook invokation if required data is missing not
762 if our own data pointer is NULL, update hookfunction for
765 2002-12-08 [paul] 0.8.6claws78
786 clean up: remove unneccesary includes
788 2002-12-08 [christoph] 0.8.6claws77
793 * src/common/hooks.[ch]
794 hook functions now have a gboolean return value, if a hook
795 returns TRUE it will stop executing of any more hooks in
796 the same hooklist for this invokation
798 2002-12-08 [colin] 0.8.6claws76
801 put back argv0 for CRASH_DIALOG
803 2002-12-08 [christoph] 0.8.6claws75
816 * src/prefs_account.[ch]
817 * src/prefs_common.[ch]
820 * src/ssl_certificate.[ch]
821 * src/ssl_manager.[ch]
822 * src/common/Makefile.am
824 * src/common/nntp.[ch]
825 * src/common/socket.[ch]
826 * src/common/ssl.[ch]
827 * src/gtk/sslcertwindow.[ch]
829 use new autoconf script to detect OpenSSL with extra parameters
830 to specify the location of libs and includes, also remove USE_SSL
833 * src/common/sylpheed.[ch]
834 * src/common/version.h.in
835 start seperation of common code initialization seperated from gui
838 The function that is called when a color lable changes
839 should not change the color lable again
841 2002-12-08 [colin] 0.8.6claws74
843 * src/gtk/sslcertwindow.c
846 2002-12-08 [colin] 0.8.6claws73
850 Register a hook for statusbar_puts_all
852 invoke statusbar_puts_all's hook
854 2002-12-08 [colin] 0.8.6claws72
856 * src/ssl_certificate.c
857 Put back a badly-removed include
859 2002-12-08 [colin] 0.8.6claws71
861 * src/gtk/sslcertwindow.[ch] ** NEW **
862 new certificate presentation
863 * src/gtk/Makefile.am
865 * src/ssl_certificate.[ch]
866 gtk cleanup, made utility functions public
868 use new cert presentation
870 2002-12-07 [christoph] 0.8.6claws70
873 * src/nntp.[ch] ** REMOVE **
874 * src/common/Makefile.am
875 * src/common/nntp.[ch] ** NEW **
876 move nntp files to common directory
878 2002-12-07 [christoph] 0.8.6claws69
882 implement msginfo update callback using sylpheed's new
883 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
885 2002-12-06 [christoph] 0.8.6claws68
888 This patch changes the 'Edit Group Details' dialog to
889 allow extended selections in either pane, so that
890 addresses can be added or removed from a group more
891 quickly and easily. (it actually is a net decrease in
892 file size, as some unnecessary functions have been
894 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
896 2002-12-06 [christoph] 0.8.6claws67
899 * src/template.[ch] ** REMOVE **
900 * src/common/Makefile.am
901 * src/common/template.[ch] ** NEW **
902 move template files to common directory
905 add missing log.h include
907 2002-12-06 [melvin] 0.8.6claws66
909 * src/prefs_actions.c
910 Added the trailing ">" syntax to insert command's output
911 without replacing old text (in contrast to trailing "|").
913 2002-12-05 [colin] 0.8.6claws65
916 Don't modify original search_string or it'll change
917 the next iterations in the for()
919 2002-12-05 [darko] 0.8.6claws64
922 proper check for filtering commands, found by Colin
924 2002-12-05 [darko] 0.8.6claws63
927 check proper string for NULL pointer, found by Colin
929 2002-12-05 [darko] 0.8.6claws62
931 * src/common/utils.[ch]
932 expand_search_string(): new function
933 converts Mutt-like patterns to Sylpheed's
936 use expand_search_string() to allow Mutt-like
937 patterns in extended search
939 document extended option in quick search
941 2002-12-05 [paul] 0.8.6claws61
943 * sync with 0.8.6cvs16
944 see ChangeLog 2002-12-05
949 2002-12-04 [christoph] 0.8.6claws60
952 put imap authentication code into a new function and
953 remove it from imap_session_new that will allow to
954 send other commands before authentication
956 2002-12-04 [christoph] 0.8.6claws59
959 use already existing method to prevent unneeded IMAP
960 folder selects. Set imap_select parameters to NULL
961 in some functions if the values are not required.
964 remove no longer required include
966 2002-12-04 [paul] 0.8.6claws58
969 updated by Ricardo Mones Lastra
972 po/hu.po ** NEW FILE **
973 initial Hungarian translation, submitted
974 by Gál Zoltán <galzoli@hu.inter.net>
976 2002-12-03 [christoph] 0.8.6claws57
979 * src/gtksctree.[ch] ** REMOVE **
980 * src/gtk/Makefile.am
981 * src/gtk/gtksctree.[ch] ** NEW **
982 move gtksctree files to gtk directory
984 2002-12-03 [christoph] 0.8.6claws56
987 * src/md5.[ch] ** REMOVE **
988 * srm/common/Makefile.am
989 * src/common/md5.[ch] ** NEW **
990 move md5 files to common directory
993 remove not required #include
995 2002-12-03 [sergey] 0.8.6claws55
999 gtkut_window_popup(): new function.
1001 main_window_popup(): use gtkut_window_popup() to raise
1002 window without changing its position.
1003 (see sylpheed-main ML message [sylpheed:17247])
1005 2002-12-03 [sergey] 0.8.6claws54
1008 send_message_local(): removed first-dot escaping
1009 (SMTP-only, not needed for sending through pipe)
1011 2002-12-03 [paul] 0.8.6claws53
1014 update to reflect recent changes (thanks
1015 to Ricardo Mones Lastra)
1017 * tools/filter_conv.pl
1018 fix problem with quoted strings. Patch submitted
1019 by Luke Plant <lukeplant@softhome.net>
1021 2002-12-03 [paul] 0.8.6claws52
1023 * sync with 0.8.6cvs15
1024 see ChangeLog 2002-12-03
1026 2002-12-02 [christoph] 0.8.6claws51
1028 * src/logwindow.[ch]
1029 * src/common/log.[ch]
1030 implement logging using a hook function
1034 define hooklist name in header file to avoid
1035 errors caused by wrong spelling of hooklist names
1040 2002-12-02 [christoph] 0.8.6claws50
1042 * src/common/Makefile.am
1043 add src/common/hooks.[ch]
1045 * src/common/hooks.[ch]
1046 implement a simple hook system using glib's hook functions
1050 use new hook system for folder item updates
1052 2002-12-02 [christoph] 0.8.6claws49
1054 * doc-src/ui_seperation.txt ** NEW **
1055 information for ui seperation
1058 remove files that were moved to common
1059 include common directory by default for the header files
1062 * src/common/socket.c
1063 * src/automaton.[ch]
1064 implement automaton using g_io_*-functions instead of
1065 gdk_input_add to make it ui independent
1075 remove common/ prefix because directory is now in
1083 * src/prefs_common.c
1094 * src/ssl_certificate.c
1095 add log.h header file for logging functions
1098 * src/common/utils.c
1101 o move debug_mode to common/utils.c
1102 o add functions to set and get debug_mode
1104 * src/defs.h ** REMOVE **
1105 * src/intl.h ** REMOVE **
1106 * src/socket.[ch] ** REMOVE **
1107 * src/ssl.[ch] ** REMOVE **
1108 * src/utils.[ch] ** REMOVE **
1109 replaced by new files in src/common/
1111 * src/common/Makefile.am
1112 add new files in src/common/
1114 * src/common/defs.h ** NEW **
1115 * src/common/intl.h ** NEW **
1116 * src/common/log.[ch] ** NEW **
1117 * src/common/socket.[ch] ** NEW **
1118 * src/common/ssl.[ch] ** NEW **
1119 * src/common/utils.[ch] ** NEW **
1120 replacement for files in src/
1122 2002-12-02 [colin] 0.8.6claws48
1125 Scroll folderview if necessary during dnd
1127 2002-12-02 [colin] 0.8.6claws47
1130 Add check to verify a move is within a single mailbox
1132 Add specific error string for this check
1134 2002-12-02 [colin] 0.8.6claws46
1137 Add a test to folder moving, remove a statusbar_print
1139 Add Move folder... context-menu item
1140 Factorize folder moving code
1141 Enable folder DND for mbox
1143 2002-12-01 [christoph] 0.8.6claws45
1146 remove conf.aspelltest if the version check fails
1148 2002-11-30 [christoph] 0.8.6claws44
1151 run libtoolize --force in autogen to create missing
1154 2002-11-30 [christoph] 0.8.6claws43
1160 * src/uuencode.[ch] ** REMOVED **
1161 * src/common/Makefile.am
1162 * src/common/uuencode.[ch] ** NEW **
1163 move uuen/decoder to common directory
1165 2002-11-30 [christoph] 0.8.6claws42
1168 * src/base64.[ch] ** REMOVED **
1177 * src/common/Makefile.am
1178 * src/common/base64.[ch] ** NEW **
1179 move base64 en/decoder to common directory
1181 2002-11-30 [christoph] 0.8.6claws41
1183 * src/common ** NEW **
1184 new directory for UI independent code
1186 new directory for GTK frontend
1187 * src/common/.cvsignore ** NEW **
1188 * src/gtk/.cvsignore ** NEW **
1190 * src/common/Makefile.am ** NEW **
1191 * src/gtk/Makefile.am ** NEW **
1192 automake files to build new seperated stuff
1194 the binary will currently still be build with the
1195 files in src, so we include the code from the
1196 subdirs for now after building the libs there
1198 2002-11-30 [paul] 0.8.6claws40
1201 fix bug [642731] 'Wrong selected account with drafted mail'
1203 2002-11-29 [oliver] 0.8.6claws39
1206 o update summaryview when switching between different
1209 o check if messageview holds already removed msg
1213 2002-11-29 [oliver] 0.8.6claws38
1216 remove not needed variables and includes
1217 make messageview stay opened and move to next when msgs are deleted
1219 2002-11-29 [oliver] 0.8.6claws37
1222 disable compose button (messageview toolbar) by default
1223 deleted msgs are moved to trash
1225 2002-11-29 [melvin] 0.8.6claws36
1228 Increased minimal gpgme version to 0.3.10 (Zombies out)
1229 and to detect signatures expirations (gpgme 0.3.6)
1232 Use non obsolescent function for Gpgme engine checking.
1235 Inform about expired signatures or signatures which key
1236 has expired. Expiration date is displayed.
1239 Inform about expired signatures or signatures which key
1242 2002-11-28 [paul] 0.8.6claws35
1245 re-instate 'Check for new messages' in Newsgroup
1246 folders right-click menu, after a suggestion from
1247 Tim Mann <timmann@users.sourceforge.net>
1250 after a crash check only local folders for new
1253 2002-11-28 [paul] 0.8.6claws34
1256 apply patch that fixes the checking of GTK with XIM
1257 support on different OSs, such as FreeBSD. Patch
1258 submitted by Topia <topia@users.sourceforge.net>
1260 2002-11-28 [paul] 0.8.6claws33
1265 more changes to the English
1267 2002-11-28 [paul] 0.8.6claws32
1269 * sync with 0.8.6cvs13
1270 see ChangeLog 2002-11-28 (no sync needed
1273 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws31
1275 * src/mainwindow.[ch]
1276 add patch by Ivan F. Martinez introducing messageview Toolbar
1277 some changes and committed by oliver
1279 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws30
1281 * src/messageview.[ch]
1282 add patch by Ivan F. Martinez introducing messageview Toolbar
1283 some changes and committed by oliver
1285 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws29
1288 add patch by Ivan F. Martinez introducing messageview Toolbar
1289 some changes and committed by oliver
1291 2002-11-28 [Ivan Francolin Martinez (ivanfm@sourceforge.net)] 0.8.6claws28
1294 add patch by Ivan F. Martinez introducing messageview Toolbar
1295 some changes and committed by oliver
1297 2002-11-28 [oliver] 0.8.6claws27
1299 * src/prefs_toolbar.[ch]
1300 getting ready for messageview toolbar
1301 free mem allocated by gettext
1302 change prefs_toolbar to prefs_toolbar_open
1304 2002-11-28 [thorsten] 0.8.6claws26
1306 * src/imageview.[ch]
1307 cleaned up conflicting declarations of
1308 imageview_show_image()
1310 2002-11-28 [paul] 0.8.6claws25
1312 * src/grouplistdialog.c
1314 src/prefs_summary_column.c
1315 a few more improvements to the English
1317 2002-11-28 [colin] 0.8.6claws24
1320 A few updates to command-line parameters
1322 2002-11-28 [colin] 0.8.6claws23
1324 * src/prefs_filtering.c
1325 Fix problems with prefs_filtering_delete_path:
1326 a) if the first rule is removed, original pointers
1327 weren't updated (leading to segfaults)
1328 b) it was always global_processing updated in case
1329 of removed path was parent of rule path
1331 2002-11-27 [paul] 0.8.6claws22
1337 src/prefs_customheader.c
1338 src/prefs_display_header.c
1339 src/prefs_filtering.c
1340 src/prefs_folder_item.c
1343 src/prefs_summary_column.c
1344 src/prefs_template.c
1346 improve the English in the GUI
1348 2002-11-27 [colin] 0.8.6claws21
1351 Fix processing renaming problems happening after
1354 2002-11-27 [colin] 0.8.6claws20
1357 recursive move now deletes src each subfolder after
1360 Use identifier instead of path during dnd (enables
1363 2002-11-27 [paul] 0.8.6claws19
1366 apply patch that does command-line processing
1367 BEFORE gtk_init, allowing claws to run from
1368 shell-scripts in non-X environment (e.g. crontab
1369 or ip-up, ip-down scripts). Patch submitted by
1370 Ruslan N. Balkin <baron@dartel.ru>
1373 updated by Alessandro Maestri
1375 2002-11-27 [paul] 0.8.6claws18
1377 * sync with 0.8.6cvs12
1379 Differences are that main uses a 'Receive dialog'
1380 frame on the Interface tab, whereas claws groups all
1381 the dialogs together in a 'Dialogs' frame.
1383 2002-11-27 [colin] 0.8.6claws17
1385 * src/prefs_matcher.c
1386 Fix Execute criteria's NOT flag
1389 2002-11-26 [christoph] 0.8.6claws16
1392 rewrite the ssl code a little bit, only use one
1393 SSL context, set default certificates' file/path
1395 2002-11-26 [thorsten] 0.8.6claws15
1398 default-reply-to didn't work for ml-reply
1400 2002-11-26 [melvin] 0.8.6claws14
1402 * src/prefs_actions.c
1403 Made pipe-actions ignore short headers in message view
1404 Made trailing-pipe-actions write in the message view with
1405 the same font as the original message
1407 2002-11-26 [paul] 0.8.6claws13
1410 this time commit the correct file
1412 2002-11-26 [paul] 0.8.6claws12
1414 * sync with 0.8.6cvs11
1415 src/quote_fmt_parse.y
1420 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1422 compose_reedit(): add check for 'X-Sylpheed-Account-Id:'
1425 see ChangeLog 2002-11-25 and 2002-11-26
1427 2002-11-26 [colin] 0.8.6claws11
1430 Fix collapsed folder not auto-expanding during
1431 mail dnd, if it was the source folder.
1433 2002-11-25 [colin] 0.8.6claws10
1435 * src/folderview.[ch]
1436 Variable renaming and cleaning (slist of nodes
1437 to be re-collapsed is stored in FolderView)
1439 2002-11-25 [paul] 0.8.6claws9
1441 * src/prefs_common.[ch]
1442 fix breakage caused by last commit
1444 2002-11-25 [paul] 0.8.6claws8
1446 * sync with 0.8.6cvs4
1447 see ChangeLog 2002-11-21
1449 2002-11-25 [paul] 0.8.6claws7
1451 * sync with 0.8.6cvs4
1452 see ChangeLog 2002-11-20
1454 2002-11-25 [paul] 0.8.6claws6
1456 * sync with 0.8.6cvs3
1457 see ChangeLog 2002-11-18
1459 2002-11-25 [colin] 0.8.6claws5
1462 Add gtkut_ctree_node_is_parent()
1464 Spring-loaded folders
1466 2002-11-25 [colin] 0.8.6claws4
1469 Add slist_concat_unique(), function to merge
1470 two GSList filtering dups
1472 * src/summaryview.[ch]
1475 Add detection/update/display of unread answers
1478 Add procmsg_find_children()
1479 Add procmsg_msg_has_marked_parent()
1481 2002-11-25 [colin] 0.8.6claws3
1483 * src/ssl_certificate.[ch]
1484 Allow checking a certificate without a DNS
1486 Allow to forget a cert (by deleting it)
1487 Make ssl_certificate_destroy_public
1488 * src/ssl_manager.[ch] ** NEW FILES **
1489 Gui to manage (display/remove) certificates
1490 * src/prefs_common.[ch]
1491 Add a pref to allow silent acceptation of
1492 trusted certificates or not (based on the
1493 "I want to know what's going on" principle)
1495 Add SSL manager in Tools menu
1497 Add the new files to the build
1499 Add ssl_manager.c to translations
1501 2002-11-25 [colin] 0.8.6claws2
1503 * src/summaryview.[ch]
1504 Add S_SEARCH_EXTENDED to the quick search, which
1505 allows to search using filtering syntax.
1507 2002-11-25 [colin] 0.8.6claws1
1510 Deletion of duplicates now prefer deleting
1511 the unread dup (fixes feature-request 638989).
1513 2002-11-24 [paul] 0.8.6claws
1519 updated by Ricardo Mones Lastra,
1520 Witold Wladyslaw Wojciech Wilk,
1521 Ruslan N. Balkin, and Urke MMI
1524 2002-11-24 [paul] 0.8.5claws182
1527 updated by George Danchev
1529 2002-11-23 [alfons] 0.8.5claws181
1532 tiny memory leak found by browsing Dimitar's
1535 2002-11-23 [paul] 0.8.5claws180
1538 updated by Alessandro Maestri
1540 2002-11-22 [christoph] 0.8.5claws179
1544 * src/prefs_filtering.c
1548 2002-11-22 [alfons] 0.8.5claws178
1551 summary_execute_delete_func(): if message is deleted, make
1552 sure to also remove its entry in the subject hash table.
1553 fixes a corner case bug.
1555 2002-11-22 [paul] 0.8.5claws177
1558 add 'autom4te.cache'
1560 * ltconfig ** REMOVED **
1563 2002-11-22 [paul] 0.8.5claws176
1566 textview_set_font(): fix for message display in
1567 UTF-8 locales (thanks to Sergey Vlasov).
1570 add new team members and contributors
1573 2002-11-21 [colin] 0.8.5claws175
1576 Add procmsg_remove_special_headers()
1578 Use procmsg_remove_special_headers() for
1581 2002-11-21 [colin] 0.8.5claws174
1584 Fix moving/copying from queue/draft folders
1587 2002-11-21 [christoph] 0.8.5claws173
1593 * src/matcher_parser_lex.[hl]
1595 * src/mbox_folder.[ch]
1596 * src/prefs_filtering.c
1598 * src/quote_fmt_lex.l
1600 fix all warnings except the warnings in lex and yacc files
1602 2002-11-20 [christoph] 0.8.5claws172
1605 fix MsgInfo retrieval for IMAP draft and queue folders
1606 (closes bug [ 619558 ] Draft saving on IMAP box issue)
1608 2002-11-19 [christoph] 0.8.5claws171
1611 fix segfault, when draft saving does not get
1612 the MsgInfo of the new message
1613 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
1615 2002-11-19 [christoph] 0.8.5claws170
1618 add parameter check for flag setting function
1619 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
1621 2002-11-18 [paul] 0.8.5claws169
1624 more sensitivity fixes to redirect mode:
1625 * disable toolbar draft button
1626 * allow only Address book in the Tools menu
1627 * disable editing of message by the spell
1630 2002-11-18 [paul] 0.8.5claws168
1633 fix sensitivity of menu items in compose_redirect():
1634 allow only the necessary items
1636 2002-11-18 [paul] 0.8.5claws167
1639 fix bug [ 603259 ] 'attachment got lost on bounce'
1641 2002-11-18 [paul] 0.8.5claws166
1644 updated by Ruslan N. Balkin <baron@dartel.ru>
1646 2002-11-18 [colin] 0.8.5claws165
1650 Remove old filtering stuff
1653 2002-11-17 [oliver] 0.8.5claws164
1656 remove not needed typedef
1658 2002-11-17 [oliver] 0.8.5claws163
1661 make toolbar's on click events translatable
1663 2002-11-15 [colin] 0.8.5claws162
1666 Revert too-soon integration of a feature
1668 2002-11-15 [christoph] 0.8.5claws161
1671 use main's implementation of imap_get_msginfo
1673 2002-11-15 [christoph] 0.8.5claws160
1683 replace claws' fetch_msginfo with main's get_msginfo
1684 (use main's implementation where possible)
1686 2002-11-15 [colin] 0.8.5claws159
1688 * src/ssl_certificate.c
1691 2002-11-16 [melvin] 0.8.5claws158
1694 Updated French translations.
1696 2002-11-16 [colin] 0.8.5claws157
1698 * src/ssl_certificate.c
1699 Check for missing parts in the certificates
1701 2002-11-15 [colin] 0.8.5claws156
1704 Preventive fix (missing check) found by
1710 sync with 0.8.6 release
1712 2002-11-15 [colin] 0.8.5claws155
1716 Fix error handling of folder_item_move_to()
1719 2002-11-15 [colin] 0.8.5claws154
1723 folder_item_move_to() sets an error message instead
1724 of having GUI stuff in folder.c
1726 2002-11-15 [colin] 0.8.5claws153
1729 Implemented a callback for MsgInfo updates,
1730 heavily copy/pasted from Christoph's folder
1732 * src/summaryview.[ch]
1733 Register summary_update_msg as callback
1735 2002-11-14 [colin] 0.8.5claws152
1738 Update the FolderItem after sending (fixes 617593)
1740 2002-11-14 [christoph] 0.8.5claws151
1743 fix wrong position of NULL pointer check found
1746 2002-11-14 [christoph] 0.8.5claws150
1749 fix segfault when deleting messages from IMAP folders
1750 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
1752 2002-11-14 [colin] 0.8.5claws149
1755 Forwarding was also ignoring the folder's default account.
1757 2002-11-14 [colin] 0.8.5claws148
1760 Fix sent folder not set to folder properties when
1763 2002-11-14 [thorsten] 0.8.5claws147
1766 inc_start(): Files were not moved from .processing to inbox,
1767 if no global processing rule existed
1769 2002-11-14 [colin] 0.8.5claws146
1771 * src/ssl_certificate
1774 2002-11-14 [paul] 0.8.5claws145
1777 updated by Alessandro Maestri
1779 2002-11-13 [alfons] 0.8.5claws144
1782 folder_item_close(): only mark messages unread
1783 when a folder has new messages
1785 2002-11-13 [keith] 0.8.5claws143
1788 Fix problem moving or copying between
1791 2002-11-13 [colin] 0.8.5claws142
1793 * src/matcher_parser_parse.y
1794 Fix rule problem when " don't match
1796 2002-11-13 [christoph] 0.8.5claws141
1800 moved cache saving to folder_item_close
1801 the folderview should not have to deal with
1804 2002-11-13 [christoph] 0.8.5claws140
1807 moved setting of important score to
1808 summary_set_prefs_from_folderitem
1810 2002-11-13 [colin] 0.8.5claws139
1812 * src/matcher_parser_parse.y
1813 Fix a segfault in the parser (happening when
1814 a good expression had been tested and a bad
1817 2002-11-13 [paul] 0.8.5claws138
1819 * sync with 0.8.5cvs24
1820 see ChangeLog 2002-11-13
1823 updated by Fabio Jr. Beneditto
1825 2002-11-13 [colin] 0.8.5claws137
1830 Revert last commit, problem
1832 2002-11-13 [colin] 0.8.5claws136
1835 Remove duplicated code
1837 Bumped CACHE_VERSION and MARK_VERSION
1839 Network endian for cache and mark files
1841 2002-11-12 [colin] 0.8.5claws135
1844 Fix the "socket error" dialog which disappeared
1846 2002-11-12 [colin] 0.8.5claws134
1849 Reverse last commit which had performance
1850 problems, but still reverse the list
1852 2002-11-12 [colin] 0.8.5claws133
1857 2002-11-12 [melvin] 0.8.5claws132
1860 Added a check for a NULL prefs_common.dictionary
1862 2002-11-12 [colin] 0.8.5claws131
1864 * src/ssl_certificate.[ch]
1867 2002-11-12 [colin] 0.8.5claws130
1869 * src/ssl_certificate.[ch]
1870 Take connection port into account for
1871 checking certificates (a single hostname
1872 could have multiple servers with multiple
1875 Pass the port to ssl_certificate_check
1877 2002-11-12 [paul] 0.8.5claws129
1880 fix a typo in last commit
1882 2002-11-12 [paul] 0.8.5claws128
1884 * sync with 0.8.5cvs23
1885 see ChangeLog entry 2002-11-12
1887 2002-11-11 [colin] 0.8.5claws127
1889 * src/ssl_certificate.c
1891 Don't popup, instead log error, if the
1892 corresponding pref is checked
1893 * src/ssl_certificate.h
1894 include <openssl/objects/h>
1896 2002-11-11 [colin] 0.8.5claws126
1898 * src/ssl_certificate.h
1901 2002-11-11 [colin] 0.8.5claws125
1903 * src/ssl_certificate.c
1906 2002-11-11 [colin] 0.8.5claws124
1910 * src/ssl_certificate.[ch]
1911 Cleaned a bit (better use of SSL API)
1912 (This will cause non-recognition of saved
1913 certificates of claws12[23]...)
1915 2002-11-11 [paul] 0.8.5claws123
1918 updated by Ricardo Mones Lastra
1920 2002-11-11 [colin] 0.8.5claws122
1925 2002-11-11 [colin] 0.8.5claws121
1927 * src/ssl_certificate.[ch] ** NEW FILES **
1929 Check SSL certificates presented to us
1931 Add ssl_certificate.[ch]
1933 Add ssl_certificate.c
1935 2002-11-11 [paul] 0.8.5claws120
1937 * sync with 0.8.5cvs22
1938 see ChangeLog 2002-11-11
1940 2002-11-11 [paul] 0.8.5claws119
1942 * sync with 0.8.5cvs21
1943 see ChangeLog 2002-11-11
1945 2002-11-10 [jens] 0.8.5claws118
1949 corrected some typing
1951 updated german translation
1953 cleaned up specfile and adjusted it for claws
1955 2002-11-10 [colin] 0.8.5claws117
1958 a STATUSBAR_PUSH/POP fix
1960 2002-11-10 [colin] 0.8.5claws116
1962 * src/prefs_folder_item.c
1963 Fix hanging after opening folder properties
1965 2002-11-10 [hoa] 0.8.5claws115
1967 * src/matcher_parser_lex.l
1968 * src/matcher_parser_parse.y
1969 config file for scoring and filtering is no more trashed
1970 when there is a syntax error in a filtering rule when
1971 editing it in a dialog.
1973 2002-11-09 [colin] 0.8.5claws114
1976 Added missing initialisation of folder->destroy()
1978 2002-11-09 [colin] 0.8.5claws113
1982 Fix the status bar messages
1984 2002-11-09 [colin] 0.8.5claws112
1987 Fix hangs after folder dnd, happening after
1990 2002-11-09 [christoph] 0.8.5claws111
1993 just changed order of calls (reverse order of
1996 lock inc when checking only one account, otherwise
1997 inc all could be executed at the same time
1999 2002-11-09 [christoph] 0.8.5claws110
2002 better unlock the mouse cursor before calling
2003 summary_show because it changes the cursor too
2005 2002-11-09 [christoph] 0.8.5claws109
2009 add functions to open and close a folder
2010 o opending will execute scanning for remote folders
2012 o closing will unset new flag for messages
2014 2002-11-09 [colin] 0.8.5claws108
2017 Add a call to prefs_matcher_write_config to
2018 avoid non-leaf folders filtering settings to be
2021 2002-11-09 [paul] 0.8.5claws107
2023 * src/prefs_account.c
2026 2002-11-09 [colin] 0.8.5claws106
2031 2002-11-09 [colin] 0.8.5claws105
2034 Fix prefs_filtering deletion for MH folders (same
2036 * src/prefs_filtering.c
2037 Fix prefs_filtering renaming and deletion for
2038 folder-based processing rules.
2040 2002-11-09 [christoph] 0.8.5claws104
2044 * src/folderview.[ch]
2050 * src/prefs_folder_item.c
2053 implement a callback system for folder item updates
2055 2002-11-09 [colin] 0.8.5claws103
2058 Fix prefs_filtering renaming for MH folders (we
2059 shouldn't rename by path as another folder could
2060 have the same hierarchy).
2062 2002-11-09 [colin] 0.8.5claws102
2065 Fix a leak found by Christoph, use better variable
2068 2002-11-09 [colin] 0.8.5claws101
2071 One more fix for processing rules
2073 2002-11-08 [colin] 0.8.5claws100
2076 Don't copy the compiled regexp (will be reevaluated)
2078 Lock folderview while moving
2080 Provide info on what's happening to the user
2082 2002-11-08 [colin] 0.8.5claws99
2085 Fix folder reordering after a move if parent is
2088 Add function to copy a ScoringProp
2089 * src/prefs_folder_item.c
2090 Copy scoring rules when copying a folder prefs
2092 2002-11-08 [colin] 0.8.5claws98
2095 Fixes in case of failure
2096 * src/filtering.[ch]
2097 Add function to duplicate a FilteringProp
2099 Add function to duplicate a MatcherProp
2100 * src/prefs_folder_item.c
2101 Save folder's processing rules when copying
2104 2002-11-08 [colin] 0.8.5claws97
2109 Change a printf to debug_print
2111 2002-11-08 [colin] 0.8.5claws96
2115 Fix segfaults, call me stupido
2118 2002-11-08 [colin] 0.8.5claws95
2121 Added forgotten prefs to save when moving folders
2123 2002-11-08 [colin] 0.8.5claws94
2126 Fixes to folder DND (prefs copy)
2128 Optimization for folder DND (don't rescan whole tree)
2129 Added folderview_create_folder_node() for this
2130 optimization, so de-duped a bit the code
2131 * src/prefs_folder_item.[ch]
2132 Added prefs_folder_item_copy_prefs()
2134 2002-11-08 [paul] 0.8.5claws93
2136 * src/prefs_account.c
2138 tools/kmail2sylpheed_v2.pl
2141 2002-11-08 [paul] 0.8.5claws92
2144 src/prefs_account.[ch]
2145 remove account options 'clearsign' and 'ascii_armored',
2146 replace with 'default_gnupg_mode' to prevent mixed-mode
2149 2002-11-08 [paul] 0.8.5claws91
2152 re-implement GnuPG 'on-the-fly' mode selection,
2155 2002-11-08 [colin] 0.8.5claws90
2158 src/prefs_folder_item.c
2159 Change "Property" to "Properties"
2161 2002-11-07 [colin] 0.8.5claws89
2165 Allow folder dropping to a root folder
2167 2002-11-07 [paul] 0.8.5claws88
2172 2002-11-07 [paul] 0.8.5claws87
2175 fix reply-to-list bug. closes bug report
2176 "[633382] reply-to-list broken in recent cvs"
2178 2002-11-07 [paul] 0.8.5claws86
2181 add a forgotten '#if USE_GPGME ... #endif'
2183 2002-11-07 [paul] 0.8.5claws85
2185 * sync with 0.8.5cvs20
2186 see ChangeLog 2002-11-07
2188 2002-11-07 [colin] 0.8.5claws84
2191 Change folder_item_move_to to return the newly
2194 Select the new folderitem after moving.
2196 2002-11-07 [colin] 0.8.5claws83
2198 * src/prefs_filtering.c
2199 Fix rule rewriting when moving a leaf folder to a
2202 2002-11-07 [colin] 0.8.5claws82
2204 * src/prefs_filtering.c
2207 2002-11-07 [colin] 0.8.5claws81
2210 Add folder_item_move_to() function to move a
2211 folderitem into another one (updates matcher etc)
2213 Add folder drag'n drop (context menu to come)
2214 [Should be dataloss free, but Please backup before
2217 2002-11-06 [colin] 0.8.5claws80
2220 mh_create_folder() returns NULL if can't create
2223 2002-11-06 [paul] 0.8.5claws79
2226 allow 'on-the-fly' changing of the type of encryption
2227 and/or signing used (mime/ascii) via the compose window
2229 2002-11-06 [paul] 0.8.5claws78
2231 * sync with 0.8.5cvs19
2232 see ChangeLog 2002-11-06 for src/account.c:
2233 account_get_special_folder()
2235 2002-11-05 [alfons] 0.8.5claws77
2238 very minor cleanups: nothing to see here, move on. :-)
2240 2002-11-05 [colin] 0.8.5claws76
2243 Changes choices if compose windows are opened to
2244 Discard, Draft, Don't quit
2246 2002-11-05 [thorsten] 0.8.5claws75
2249 reenabled default_reply_to folder option
2251 2002-11-05 [colin] 0.8.5claws74
2258 add clean_quit() for the SIGTERM handler
2260 2002-11-05 [paul] 0.8.5claws73
2263 updated by Ricardo Mones Lastra
2265 2002-11-05 [melvin] 0.8.5claws72
2268 Fixed log-clipping bug #616795.
2269 To stop logging in the log window use 0 length.
2270 * src/prefs_common.c
2271 Added a label to inform about the 0 log length behaviour.
2273 2002-11-05 [paul] 0.8.5claws71
2275 * sync with 0.8.5cvs17
2276 see ChangeLog 2002-11-05
2278 2002-11-04 [paul] 0.8.5claws70
2280 * sylpheed-128x128.png
2283 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2284 <nikai@users.sourceforge.net>
2287 updated by George Danchev
2289 2002-11-03 [thorsten] 0.8.5claws69
2294 add check if gpg is active
2296 2002-11-03 [thorsten] 0.8.5claws68
2299 removed GSList declaration causing trouble on MacOS-X
2300 (submitted by alfons, reported by xfesty)
2302 2002-11-01 [paul] 0.8.5claws67
2305 remove last remnants of main's filter code
2307 2002-11-01 [paul] 0.8.5claws66
2309 * tools/filter_conv.pl
2310 fix bug where user-defined headers were ignored
2312 2002-11-01 [paul] 0.8.5claws65
2315 make a debug_print() not translatable
2317 2002-10-31 [melvin] 0.8.5claws64
2320 Fixed --disable-aspell-test. Now --disable-aspell-test will
2321 not run any GNU/aspell test. The dictionary path will
2322 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2323 was given, in which case, it will be $prefix/lib/aspell/
2325 Fixed typo in commentary (Aspell code).
2327 2002-10-31 [paul] 0.8.5claws63
2330 remove src/filter.c and src/prefs_filter.c
2331 thanks to Ricardo for reminding me
2333 2002-10-31 [colin] 0.8.5claws62
2338 2002-10-31 [paul] 0.8.5claws61
2340 * src/prefs_filter.[ch] ** REMOVED **
2341 src/filter.[ch] ** REMOVED **
2350 src/prefs_filtering.c
2351 src/summaryview.[ch]
2352 remove main's 'filter' code
2355 update to reflect removal of main's filter
2357 2002-10-31 [paul] 0.8.5claws60
2360 remove check for global_processing in summary_filter_open().
2361 This fixes the bug where if the user uses the right-click
2362 'Create filter rule...' and doesn't have any filter rules
2363 already defined in claws' advanced filtering, the newly
2364 created filter rule goes to main's filtering which is
2365 inaccessible through the gui. Now the filter rule gets added
2366 to claws' filtering by default.
2368 2002-10-28 [melvin] 0.8.5claws59
2370 * src/prefs_actions.c
2371 Fixed bug #627322 where MIME parts were not always
2372 correctly passed to a %p action
2373 Display an error dialog when message filename is not found.
2375 2002-10-28 [melvin] 0.8.5claws58
2377 * src/prefs_common.c
2378 Readded a missing function declaration lost in 0.8.3claws34
2380 2002-10-28 [paul] 0.8.5claws57
2382 * sync with 0.8.5cvs15
2383 see ChangeLog 2002-10-28 and 2002-10-25
2385 Note: ChangeLog entry 2002-10-24 is not sync'ed.
2387 2002-10-27 [oliver] 0.8.5claws56
2390 plug leak in pop3_top_recv
2392 2002-10-26 [christoph] 0.8.5claws55
2395 set need_update folder flag when messages are added
2396 (closes bug [ 626922 ] folder not updated after receiving)
2398 2002-10-25 [melvin] 0.8.5claws54
2401 Fixed a memleak introduced in the scaling code.
2403 2002-10-24 [alfons] 0.8.5claws53
2406 make filtering's forward message action forward from the
2408 (closes bug [628089 ] Filter -> Forward from address problem
2411 2002-10-24 [christoph] 0.8.5claws52
2415 o use manual of current locale or english if current
2416 locale is not available (and english is available)
2417 o also link to sylpheed doc project manuals
2419 2002-10-23 [paul] 0.8.5claws51
2422 tools/kmail2sylpheed_v2.pl
2423 add new version of kmail addressbook importer script.
2424 works with newer versions of Kmail/KAddressBook which
2425 have new and rearranged data.
2427 2002-10-23 [martin] 0.8.5claws50
2433 added length parameter to get_abbrev_newsgroup_name()
2434 changed this function so that it abbreviates the newsgroup
2435 names only so long it is smaller than the length parameter
2436 (for better reading of some newsgroup names and space efficiency)
2438 2002-10-22 [colin] 0.8.5claws49
2441 Revert Alfons' last modification (after voting ;-))
2443 2002-10-21 [alfons] 0.8.5claws48
2446 folder view in folder selection dialog reflects state of
2447 folder view in main window
2449 2002-10-18 [alfons] 0.8.5claws47
2452 drop imported messages in folder selected by user,
2453 and not in the inbox
2454 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2456 2002-10-18 [alfons] 0.8.5claws46
2459 make automagic reply work correctly for email accounts
2460 (whether it's viable to do a full sync with Hiro's
2461 compose.c is still under discussion)
2463 2002-10-18 [melvin] 0.8.5claws45
2465 * src/prefs_actions.c
2466 Fixed bug #622275 where asynchroneous actions left
2468 Made (synchroneous) actions' input be displayed live.
2470 2002-10-18 [christoph] 0.8.5claws44
2473 don't add a newline in the textview in front of the
2474 first textpart if header display is disabled
2475 (closes bug [ 603385 ] disabled header display leaves blank
2478 2002-10-18 [christoph] 0.8.5claws43
2485 folder->get_num_list now returns an error code
2486 (closes bug [ 609424 ] News cache cleared on failure)
2488 2002-10-17 [colin] 0.8.5claws42
2491 Changed a printf by debug_print
2495 * tools/OOo2sylpheed.pl
2496 allow for spaces in the name of the
2497 file to be attached.
2499 2002-10-16 [colin] 0.8.5claws41
2502 Use a tristate to change online mode
2504 2002-10-16 [paul] 0.8.5claws40
2507 updated by Ricardo Mones Lastra
2509 2002-10-16 [colin] 0.8.5claws39
2513 Added --online and --offline command-line
2516 2002-10-15 [christoph] 0.8.5claws38
2519 set mimeinfo->name to NULL after g_free to
2520 avoid double freeing with g_free
2522 2002-10-14 [christoph] 0.8.5claws37
2527 remove calls to folder->change_flags that are now
2528 done by procmsg flag functions (seems it is not
2529 used by any foldertype anyway)
2531 init folder->change_flags with NULL
2533 2002-10-14 [christoph] 0.8.5claws36
2537 use virtual functions for folder item new and destroy
2540 2002-10-14 [melvin] 0.8.5claws35
2543 Added a test to not run the spell checker if no default
2544 dictionary is available. No dialog is displayed though.
2546 2002-10-14 [melvin] 0.8.5claws34
2549 Fixed bug in dictionary list context menu where
2550 "More..." pointed to an emtpy submenu if the
2551 number of dictionaries is a multiple of 15
2552 Removed unneeded code in suggestions list creation
2554 2002-10-14 [paul] 0.8.5claws33
2557 updated by George Danchev
2559 2002-10-13 [hoa] 0.8.5claws32
2562 src/matcher_parser_parser.y
2563 removed the escaped string from internal structure
2566 2002-10-12 [colin] 0.8.5claws31
2568 * src/gtksctree.[ch]
2570 Removed useless function gtksctree_reanchor
2572 2002-10-12 [alfons] 0.8.5claws30
2574 * sync with remaining main changes 2002-10-09 - 2002-10-11
2575 - drop changes to src/compose.c (requires claws specific changes)
2577 2002-10-12 [alfons] 0.8.5claws29
2579 * sync with main changes of 2002-10-08
2580 - drop changes to src/compose.c (requires claws specific changes)
2581 - drop changes to src/summaryview.c (requires changes to compose.c)
2583 2002-10-12 [alfons] 0.8.5claws28
2585 * sync with main changes of 2002-10-07
2587 2002-10-12 [alfons] 0.8.5claws27
2589 * sync with main changes of 2002-10-04
2590 - drop changes to src/compose.c (requires claws specific changes)
2591 - drop changes to src/prefs_folder_item.c (claws implementation
2592 seems to be working)
2594 2002-10-12 [colin] 0.8.5claws26
2597 Fix folder-flicker when space-reading, introduced
2600 2002-10-12 [colin] 0.8.5claws25
2603 Save account address when saving as draft.
2606 2002-10-12 [colin] 0.8.5claws24
2609 Fix the problem consisting of no message selected
2610 after the last message in a folder has been moved.
2612 2002-10-12 [paul] 0.8.5claws23
2615 src/prefs_template.c
2617 add Cc and Bcc to templates. Patch submitted by
2620 2002-10-12 [colin] 0.8.5claws22
2623 Fix a bug after "Check for new messages":
2624 If a folder was opened, it was still selected at
2625 the end of the check, but displayed empty.
2627 Remove unnecessary check
2632 be more verbose in the description of
2636 2002-10-11 [colin] 0.8.5claws21
2639 Make space work (better) when no mail is selected
2641 2002-10-11 [colin] 0.8.5claws20
2647 2002-10-11 [colin] 0.8.5claws19
2650 revert 0.8.5claws6 changes as i couldn't get to
2653 2002-10-11 [melvin] 0.8.5claws18
2656 Removed buggy and unused macro (should have been committed in
2659 2002-10-11 [melvin] 0.8.5claws17
2662 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
2664 2002-10-11 [thorsten] 0.8.5claws16
2667 remove rescan warning
2669 2002-10-11 [colin] 0.8.5claws15
2672 fix a segfault that happens if conv_unmime_header
2673 fails (should be better to find out why it fails)
2675 2002-10-11 [christoph] 0.8.5claws14
2678 update folderview stats after ignore/unignore thread
2680 2002-10-11 [hoa] 0.8.5claws13
2682 * src/quote_fmt_parse.y
2683 Fixed a yacc/bison syntax error
2685 Escaping of string is fixed.
2687 2002-10-11 [colin] 0.8.5claws12
2690 Resize images to fit
2692 2002-10-11 [paul] 0.8.5claws11
2695 updated by Ricardo Mones Lastra
2697 2002-10-10 [alfons] 0.8.5claws10
2700 allow dropping files by "moving" files from a file manager,
2701 not only by the more cumbersome "copying". the latter
2702 mostly implies holding down the Control button
2704 2002-10-10 [christoph] 0.8.5claws9
2707 update folders after thread building for ignored threads
2709 2002-10-10 [christoph] 0.8.5claws8
2713 * src/filtering.[ch]
2715 * src/folderview.[ch]
2720 * src/summaryview.[ch]
2721 o added new flag need_update to FolderItem
2722 o removed folder_table from various functions from tracking
2724 o set need_update flags in folder.c's move, copy and delete
2725 functions and procmsg's flags functions
2726 o added function folderview_update_items_when_required that
2727 updates all folders with need_update set
2728 o call folderview_update_items_when_required instead of
2729 folderview_update_item_foreach
2731 2002-10-09 [sergey] 0.8.5claws7
2734 Strip CRs whel loading the text into editor in reedit mode.
2736 2002-10-09 [colin] 0.8.5claws6
2739 Make Space work when no mail is selected
2741 2002-10-09 [colin] 0.8.5claws5
2743 * src/gtksctree.[ch]
2745 Add gtk_sctree_reanchor()
2747 Use gtk_sctree_reanchor() - better fix for
2750 2002-10-09 [colin] 0.8.5claws4
2753 Fix shift-click select after delete problem
2756 2002-10-08 [thorsten] 0.8.5claws3
2759 exclude current msg from -hide read messages-
2761 2002-10-08 [colin] 0.8.5claws2
2766 Differentiate socket errors from disk full
2769 2002-10-08 [christoph] 0.8.5claws1
2773 modifications for new config directory
2775 * config.guess ** REMOVED **
2776 * config.sub ** REMOVED **
2777 * install-sh ** REMOVED **
2778 * ltmain.sh ** REMOVED **
2779 * missing ** REMOVED **
2780 * mkinstalldirs ** REMOVED **
2781 these files are autogenerated by automake
2782 when you run autogen.sh
2784 * config/.cvsignore ** NEW FILE **
2785 * config/Makefile.am ** NEW FILE **
2786 ignore autogenerated files
2787 create a Makefile in this directory
2789 2002-10-08 [paul] 0.8.5claws
2791 * 0.8.5claws release
2796 fix quote reply format for newsgroups reply bug
2801 updated by me and Witold Wladyslaw Wojciech Wilk
2804 2002-10-07 [paul] 0.8.3claws53
2809 updated messages catalogs, submitted by
2810 Alessandro Maestri, Fabio Jr.Beneditto
2811 and Urke MMI, respectively.
2813 2002-10-07 [christoph] 0.8.3claws52
2818 fix new folder ghost message bug
2819 (closes bug [ 619722 ] wrong count for newly created folders)
2821 2002-10-07 [christoph] 0.8.3claws51
2824 fix news posting problem
2826 2002-10-07 [melvin] 0.8.3claws50
2829 Updated French translation
2831 2002-10-05 [christoph] 0.8.3claws49
2834 check if line_start_cache is set in gtk_stext_update_text
2835 (closes bug [ 618119 ] crash while doing search in folder)
2837 2002-10-05 [christoph] 0.8.3claws48
2843 implement cache cleanups for claws' folder system
2844 (closes bug [ 595916 ] imapcache not cleaned up)
2846 2002-10-05 [melvin] 0.8.3claws47
2848 * src/prefs_actions.c
2849 Made the help text more clear for the %p token
2851 2002-10-04 [paul] 0.8.3claws46
2854 see ChangeLog 2002-10-02 and 2002-10-03
2856 2002-10-04 [christoph] 0.8.3claws45
2859 fix segfault caused by pop before smtp
2860 call to inc_account_mail with NULL
2863 2002-10-04 [paul] 0.8.3claws44
2866 sync the LDAP detection from 0.8.5cvs1
2868 2002-10-02 [christoph] 0.8.3claws43
2871 fix small spelling error
2873 2002-10-02 [melvin] 0.8.3claws42
2876 Behave better and say "no" when test program cannot be run.
2878 2002-10-02 [paul] 0.8.3claws41
2880 * sync with 0.8.4cvs1
2881 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
2884 toggle the behavior of Reply menuitem between
2885 normal reply and reply-to-list
2887 2002-10-01 [sergey] 0.8.3claws40
2890 Convert newlines in the message text to the canonical form
2891 before base64 encoding (RFC2045 compliance, fixes some
2892 interoperability issues with Evolution 1.0.3)
2894 2002-09-29 [colin] 0.8.3claws39
2897 Fix an unwanted copy/paste
2899 2002-09-29 [colin] 0.8.3claws38
2902 Renamed "Custom toolbar" to "Customize toolbar"
2903 Renamed "Show all header" to "Show all headers"
2904 Renamed "Set diplay item" to "Set displayed items"
2905 * src/prefs_common.c
2906 Renamed "Show all header" to "Show all headers"
2907 * src/prefs_summary_column.c
2908 Renamed "diplay item" to "displayed items"
2910 2002-09-29 [colin] 0.8.3claws37
2912 * src/mainwindow.[ch]
2913 online/offline status pixmaps follow theme
2915 * src/summaryview.[ch]
2916 quicksearch pixmap follows theme changes
2918 2002-09-29 [thorsten] 0.8.3claws36
2921 src/prefs_folder_item.[ch]
2922 add default_reply_to folder option (closes patch 581044)
2924 2002-09-29 [christoph] 0.8.3claws35
2926 * acconfig.h ** REMOVED **
2930 * ac/gnupg-check-typedef.m4
2931 fix autoheader 2.50 warning
2933 2002-09-29 [christoph] 0.8.3claws34
2935 * major code cleanup (part 2)
2937 - unused variables removed
2938 - unused functions removed
2939 - uninitialized variables checked
2940 - missing return statements added
2941 - missing function return types added
2942 - added parentheses around assignment
2943 when suggested by gcc
2945 2002-09-29 [alfons] 0.8.3claws33
2948 log_window_clear(): only bracket gtk_text_forward_delete()
2949 with gtk_text_freeze() / gtk_text_thaw() (see if this
2950 works around GTK text bug)
2952 2002-09-29 [paul] 0.8.3claws32
2956 updated by George Danchev and Urke MMI
2959 2002-09-27 [christoph] 0.8.3claws31
2961 * doc-src/readme.txt
2962 * doc-src/rfc1806.txt ** REMOVED **
2963 * doc-src/rfc2183.txt ** NEW FILE **
2964 * doc-src/rfc2980.txt ** NEW FILE **
2967 2002-09-27 [melvin] 0.8.3claws30
2970 Fixed typo which could break linking
2972 2002-09-27 [melvin] 0.8.3claws29
2975 Improved GNU/aspell checking.
2978 2002-09-27 [paul] 0.8.3claws28
2980 * sync with 0.8.3cvs8
2981 see ChangeLog 2002-09-27
2983 2002-09-26 [colin] 0.8.3claws27
2987 Add "Reply to Mailing-list" to the toolbar
2989 2002-09-26 [christoph] 0.8.3claws26
2992 Fix wrong message counts in summaryview status
2994 2002-09-26 [paul] 0.8.3claws25
2996 * sync with 0.8.3cvs7
2997 see ChangeLog 2002-09-26
2999 2002-09-26 [paul] 0.8.3claws24
3001 * sync with 0.8.3cvs6
3002 see ChangeLog 2002-09-25
3004 2002-09-25 [christoph] 0.8.3claws23
3006 * src/prefs_common.c
3007 * src/prefs_folder_item.c
3008 * src/prefs_scoring.c
3009 Renamed "kill score" to "hide score" in GUI
3012 2002-09-25 [paul] 0.8.3claws22
3014 * sync with 0.8.3cvs5
3015 see ChangeLog 2002-09-24
3017 2002-09-24 [alfons] 0.8.3claws21
3019 patch by Satoshi Nagayasu: allows appending / saving multiple
3020 selected files (closes "[ 612279 ] save multiple mesg(s) in
3024 add Satoshi Nagayasu
3026 summary_save_as(): allow saving selected files to
3028 summary_set_menu_sensitive: enable "Save As..." when
3029 multiple files are selected
3031 append_file(): new function
3033 2002-09-24 [colin] 0.8.3claws20
3036 Fix segfault when mimeinfo doesn't have a
3039 2002-09-24 [colin] 0.8.3claws19
3041 * src/prefs_common.[ch]
3042 Add a preference to display send dialog or not
3044 Display send dialog according to preference
3046 2002-09-24 [colin] 0.8.3claws18
3049 Disable user actions when sending
3051 2002-09-24 [colin] 0.8.3claws17
3054 Do not display name or filename for attachments
3055 with an application/pgp-signature type
3056 (security flaw, see bug 537413)
3058 2002-09-23 [colin] 0.8.3claws16
3061 Initialize entry_email, entry_alias and
3062 entry_remarks to first email address of the list
3064 2002-09-23 [colin] 0.83claws15
3067 Drop pgp-signature when reediting a signed queued
3070 2002-09-23 [melvin] 0.8.3claws14
3073 Updated French translation
3075 2002-09-23 [melvin] 0.8.3claws13
3078 Made custom toolbar menu labels more consistent
3079 * src/prefs_toolbar.c
3080 Made custom toolbar window title more consistent
3082 2002-09-22 [colin] 0.8.3claws12
3085 Initialize session type to normal before getting
3086 mail (fixes strange Get behaviour)
3087 * src/prefs_account.h
3088 Move STYPE_POP_BEFORE_SMTP to last position to
3089 avoid other side-effects
3091 2002-09-22 [colin] 0.8.3claws11
3093 * src/prefs_account.c
3094 Fix pop_bfr_smtp_tm_entry sensivity when switching
3095 from pop3 to apop or vice-versa
3097 2002-09-22 [colin] 0.8.3claws10
3099 * src/prefs_account.[ch]
3100 Add an option for the POP before SMTP timeout
3102 Remember time of last POP connection
3104 Do POP before SMTP only if timeout reached
3106 2002-09-22 [oliver] 0.8.3claws9
3109 explain custom toolbar
3111 2002-09-22 [oliver] 0.8.3claws8
3113 * src/prefs_actions.[ch]
3114 custom toolbar for compose
3115 actions callback from compose toolbar
3117 remove include toolbar.h
3119 2002-09-22 [oliver] 0.8.3claws7
3121 * src/prefs_toolbar.[ch]
3122 custom toolbar for compose
3123 - generic prefs_toolbar handles both
3124 Mainwin's toolbar as well as Compose toolbar
3126 2002-09-22 [oliver] 0.8.3claws6
3129 custom toolbar for compose
3130 restructure toolbar.[ch]
3132 2002-09-22 [oliver] 0.8.3claws5
3135 custom toolbar for compose
3137 2002-09-22 [oliver] 0.8.3claws4
3139 * src/mainwindow.[ch]
3140 custom toolbar for compose
3141 move mainwin toolbar back to mainwindow
3143 2002-09-22 [alfons] 0.8.3claws3
3150 2002-09-22 [alfons] 0.8.3claws2
3153 procmsg_save_to_outbox(): don't unlink message file from queue;
3154 callers should do it using folder_item_remove_msg()
3156 2002-09-22 [colin] 0.8.3claws1
3159 Made mimeview_check_signature() public
3161 Made GPG signatures verifiable by clicking
3162 the [application/pgp-signature] in the Text
3165 2002-09-22 [paul] 0.8.3claws
3174 updated translations, submitted by George Danchev,
3175 me, Ricardo Mones Lastra, Alessandro Maestri,
3176 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto
3177 and Urke MMI, respectively.
3179 2002-09-22 [alfons] 0.8.2claws65
3183 no furry valgrinds have been used to plug these memleaks
3185 2002-09-20 [paul] 0.8.2claws64
3187 * sync with 0.8.3cvs4
3188 'Select thread' re-implemented
3189 see ChangeLog 2002-09-20
3191 2002-09-21 [alfons] 0.8.2claws63
3194 compose_send(): plug unnoticed memleak
3196 2002-09-20 [alfons] 0.8.2claws62
3199 replace_address_in_edit(): strict check for NULL address to
3200 fix "[ 607348 ] Segfault in address completion". My guess is
3201 that this happens with an empty address book, but it's good
3202 to have this check here anyway
3204 completion_window_button_press(): free string returned
3205 from the internal cache
3207 2002-09-20 [christoph] 0.8.2claws61
3210 added ENC_BINARY to EncodingType
3212 the string returned by procmime_get_encoding_str
3213 should not depend on the order of values in the
3214 EncodingType definition
3215 * doc-src/rfc1806.txt ** NEW FILE **
3216 Added rfc1806 about MIME Content-Disposition
3219 2002-09-19 [paul] 0.8.2claws60
3221 * sync with 0.8.2cvs3
3222 see ChangeLog 2002-09-19
3224 2002-09-19 [paul] 0.8.2claws59
3226 * src/prefs_folder_item.c
3227 revert to Darko's original alignment of colour
3229 add a colon to folder_color label
3232 add Colin's patch (with Hiro's modifications) to
3233 force BASE64 encoding for 8-bit text when signing
3234 (sync with 0.8.3cvs2)
3236 2002-09-18 [alfons] 0.8.2claws58
3241 (beautify a little bit)
3243 2002-09-18 [christoph] 0.8.2claws57
3246 fix handling of fgetc return value
3248 2002-09-17 [alfons] 0.8.2claws56
3251 summary_sort(): check non-NULL summaryview->folder_item when no
3252 folder is selected at all
3253 (closes "[ 610344 ] sort label make syl Crash")
3255 2002-09-17 [alfons] 0.8.2claws55
3258 beautify a little bit
3260 2002-09-17 [christoph] 0.8.2claws54
3263 initialize max values for cache and folder
3264 when cache or folder is empty
3266 2002-09-15 [colin] 0.8.2claws53
3269 Fix a leak (thanks Alfons!) and cleaned
3270 variables names for custom headers
3272 2002-09-15 [colin] 0.8.2claws52
3275 Fix custom headers recognition when
3276 prefs_common.trans_hdr is on
3278 2002-09-15 [colin] 0.8.2claws51
3281 Allow dynamically-added custom headers
3282 Yet not reparsed if reedited
3284 2002-09-15 [alfons] 0.8.2claws50
3286 * src/prefs_account.c
3289 2002-09-15 [colin] 0.8.2claws49
3291 * src/prefs_account.c
3292 fix pop_before_smtp sensitivity
3294 2002-09-15 [colin] 0.8.2claws48
3297 add inc_pop_before_smtp()
3298 allow MainWindow to be undefined in
3299 inc_account_mail() and inc_start()
3302 add STYPE_POP_BEFORE_SMTP session type
3303 * src/prefs_account.c
3304 activated pop before smtp option
3306 do pop before smtp if the relevant option
3309 2002-09-15 [paul] 0.8.2claws47
3312 see ChangeLog 2002-09-15
3314 2002-09-14 [paul] 0.8.2claws46
3317 updated Bulgarian translation, submitted by
3320 2002-09-13 [paul] 0.8.2claws45
3323 merge claws' select_account() with main's
3324 (new) compose_select_account(). [sync with
3325 0.8.2cvs15, see ChangeLog 2002-09-11]
3327 2002-09-12 [christoph] 0.8.2claws44
3330 allocate 1 elements of FolderItem not 0
3332 2002-09-12 [colin] 0.8.2claws43
3335 Fix bug #590825 (obey Follow-up: poster)
3337 2002-09-12 [colin] 0.8.2claws42
3340 Fix bug #557009 (wrong headers for messages
3341 forwarded as attachments)
3343 2002-09-11 [colin] 0.8.2claws41
3346 Put SCF: pseudo-header on top of message
3347 Set draft tmp_flag when saved as draft
3351 Skip after first \n\n for beginning of real message
3354 2002-09-11 [christoph] 0.8.2claws40
3357 use procmsg flag functions in filtering or processing
3358 will cause incorrect folder message counts
3360 2002-09-11 [colin] 0.8.2claws39
3363 Fix bug #550175 - wrong save folder when reediting
3366 2002-09-11 [paul] 0.8.2claws38
3368 * sync with 0.8.2cvs14
3369 see ChangeLog 2002-09-11
3371 2002-09-11 [colin] 0.8.2claws37
3374 Fix a typo (seeming to cause new/unread status to
3377 2002-09-10 [christoph] 0.8.2claws36
3380 compose_redirect should not use compose_generic_new
3381 because that does more stuff than expected including
3382 opening the external editor
3383 (closes bug "[ 526608 ] bounced messages appear blank
3386 2002-09-10 [christoph] 0.8.2claws35
3389 fix problem with too large message number range
3390 causing a crash in folder_item_scan
3392 2002-09-10 [paul] 0.8.2claws34
3394 * sync with 0.8.2cvs13
3395 see ChangeLog 2002-09-10
3397 2002-09-10 [christoph] 0.8.2claws33
3400 set MsgInfo TmpFlags for queue and draft folders
3401 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3403 2002-09-10 [paul] 0.8.2claws32
3406 po/bg.po ** NEW FILE **
3407 new Bulgarian translation submitted by
3408 George Danchev <danchev@spnet.net>
3412 tools/tb2sylpheed ** NEW FILE **
3413 add script that converts an addressbook exported
3414 from The Bat! into a Sylpheed addressbook. Submitted
3415 by Urke MMI <urke-kg@eunet.yu>
3417 2002-09-10 [paul] 0.8.2claws31
3419 * sync with 0.8.2cvs12
3420 see ChangeLog 2002-09-10
3422 2002-09-06 [paul] 0.8.2claws30
3424 * src/prefs_common.c
3425 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3429 tools/ldif-to-xml.py ** REMOVED **
3430 remove obsolete python script
3432 2002-09-06 [paul] 0.8.2claws29
3434 * sync with 0.8.2cvs10
3435 see ChangeLog 2002-09-06
3437 2002-09-04 [paul] 0.8.2claws28
3439 * sync with 0.8.2cvs9
3440 see ChangeLog 2002-08-04
3442 2002-09-04 [colin] 0.8.2claws27
3444 * src/prefs_common.[ch]
3445 Added signature color configuration
3447 Use user-specified signature color
3449 2002-09-03 [colin] 0.8.2claws26
3451 * src/prefs_common.[ch]
3452 Added autosave and autosave_length prefs
3454 Added compose_remove_draft()
3455 Auto-save drafts according to the prefs
3457 Added a crash-indicator file, allowing to check
3458 for new messages on startup if Sylpheed crashed
3459 (makes saved drafts "reappear")
3461 2002-09-03 [colin] 0.8.2claws25
3466 2002-09-03 [paul] 0.8.2claws24
3468 * sync with 0.8.2cvs8
3469 see ChangeLog 2002-09-02 and 2002-09-03
3471 2002-09-03 [darko] 0.8.2claws23
3474 use normal style when creating new folder to pick
3477 2002-09-02 [melvin] 0.8.2claws22
3480 removed some obsolete code
3482 2002-09-02 [melvin] 0.8.2claws21
3485 fixed test's equality sign (== to =)
3487 2002-09-02 [alfons] 0.8.2claws20
3491 revert change of 0.8.2claws16 and use the mh_folder_destroy
3492 as folder->destroy virtual as suggested by Hiro
3493 (the mh.c code seems to have been lost around mh.c.1.21)
3495 2002-09-02 [paul] 0.8.2claws19
3498 updated by Fabio Jr. Beneditto
3501 use 'http://claws.sylpheed.org' for homepage link.
3502 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
3504 2002-09-01 [alfons] 0.8.2claws18
3507 plug memleak related to one Martin Kluge found
3509 2002-08-31 [paul] 0.8.2claws17
3511 * sync with 0.8.2cvs6
3512 see ChangeLog 2002-08-30
3514 2002-08-31 [alfons] 0.8.2claws16
3517 folder_destroy(): remove mailbox from folderlist even if it has
3520 2002-08-31 [alfons] 0.8.2claws15
3525 (being pedantic I know)
3527 2002-08-31 [alfons] 0.8.2claws14
3530 check for NULL pointers returned from folder->fetch_msginfo virtual
3531 (should solve some reported crashes)
3533 2002-08-30 [alfons] 0.8.2claws13
3538 enable crash dialog on compilation time
3539 (--enable-crash-dialog configure option)
3541 2002-08-30 [alfons] 0.8.2claws12
3546 apply memory leak plug patch by Martin Kluge
3547 (closes patch "[ 602568 ] patch for 602441 little memory leak",
3548 bug "[ 599677 ] Very small memory leak in 0.81claws115",
3549 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
3551 2002-08-30 [darko] 0.8.2claws11
3554 copy Gtk style from normal style to match
3555 font size for coloured folders
3557 2002-08-29 [alfons] 0.8.2claws10
3560 Type=Internet <- Type=Application
3561 (reported by Michael Schwendt, see:
3562 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
3563 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
3565 2002-08-29 [paul] 0.8.2claws9
3567 * sync with 0.8.2cvs5
3568 see ChangeLog 2002-08-29
3570 2002-08-29 [colin] 0.8.2claws8
3573 Added a sanity check in summary_select_thread
3574 Should fix bug 601605
3576 2002-08-29 [colin] 0.8.2claws7
3579 Revert claws6 changes regarding bug #591676
3581 2002-08-28 [colin] 0.8.2claws6
3584 Ignore cache for queue folderitems
3587 2002-08-28 [melvin] 0.8.2claws5
3592 2002-08-28 [melvin] 0.8.2claws4
3595 Updated a bit the text concerning the spell checker
3597 2002-08-28 [melvin] 0.8.2claws3
3599 Merged the GNU_aspell_branch:
3600 Support of new GNU/aspell is now included and the old pspell
3601 is not supported anymore.
3605 Updated spell checker text to reflect the switch to GNU/aspell
3607 * ac/aspell.m4 *** NEW ***
3608 * src/gtkaspell.[ch] *** NEW ***
3609 * ac/pspell.m4 *** DELETED ***
3610 * src/gtkspell.[ch] *** DELETED ***
3613 Updated for GNU/aspell support
3616 Replaced gtkspell.c by gtkaspell.c
3624 * src/prefs_common.[ch]
3625 Updated for GNU/aspell support
3627 2002-08-28 [paul] 0.8.2claws2
3629 * sync with 0.8.2cvs4
3630 see ChangeLog 2002-08-27 and 2002-08-28
3632 2002-08-28 [colin] 0.8.2claws1
3634 * src/summary_search.c
3637 2002-08-28 [jens] 0.8.2claws
3640 Updated German translations
3642 2002-08-27 [melvin] 0.8.2claws
3645 Updated French translations
3647 2002-08-27 [paul] 0.8.2claws
3649 * sync with 0.8.2 main release
3657 updated message catalogs submitted by
3658 Ricardo Mones Lastra, Alessandro Maestri,
3659 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
3660 Beneditto and Urke MMI
3662 2002-08-27 [hoa] 0.8.1claws123
3664 * src/mainwindow.[ch]
3665 * src/summaryview.[ch]
3666 removed the "filter setting" menu option.
3667 add a "cancel a news message" menu option.
3669 2002-08-26 [martin] 0.8.1claws122
3672 changed string under 0.8.1claws79 changed by myself
3675 2002-08-26 [martin] 0.8.1claws121
3678 added kill command to debuggerrc to start crash dialog
3680 2002-08-26 [paul] 0.8.1claws120
3682 * sync with 0.8.1cvs31
3683 see ChangeLog 2002-08-26
3685 2002-08-25 [alfons] 0.8.1claws119
3688 fix bug that didn't send out correct headers to news server
3689 when sending news article and email from queue (bug reported
3690 and patch provided by Tim Mann; closes bug
3691 "[ 583196 ] 0.7.8claws can't post news")
3693 2002-08-25 [alfons] 0.8.1claws118
3695 * src/selective_download.c
3696 mark two strings as translatable
3697 (thanks to Urke MMI for pointing this out)
3699 2002-08-25 [alfons] 0.8.1claws117
3702 treat sent boxes as special and allow sorting them by addressee
3703 (closes "[ 589418 ] Sent folder sorting misbehavior"
3704 submitted by Steve Lamb)
3706 2002-08-24 [alfons] 0.8.1claws116
3709 fix memleak reported by Martin Kluge
3710 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
3712 2002-08-24 [oliver] 0.8.1claws115
3714 * src/prefs_toolbar.c
3715 o code cleanup as suggested by Alfons
3718 2002-08-24 [alfons] 0.8.1claws114
3721 o fix another memory leak reported by Martin Kluge
3722 (see "[ 599568 ] Small Memory Leak")
3723 o remove 'from' variable from 'summary_set_header()'; we can
3726 2002-08-24 [paul] 0.8.1claws113
3728 * sync with 0.8.1cvs30
3729 see ChangeLog 2002-08-23
3731 2002-08-24 [alfons] 0.8.1claws112
3734 remove unnecessary allocations for search bar fixing leaks
3735 reported by Martin Kluge
3736 (see "[ 599451 ] Further memory leaks?")
3738 2002-08-24 [alfons] 0.8.1claws111
3741 make get_socket_name() public for crash.c
3743 o make report bug button work (goes to claws'
3744 bug tracker at sf.net)
3745 o introduce function for doing important stuff just
3746 before claws goes down
3749 2002-08-24 [alfons] 0.8.1claws110
3752 move cursor to "To" entry when forwarding as attachment
3753 (reported and solved by Steve Lamb, closes bug report
3754 "[ 592880 ] Forward as attachment; cursor not in to")
3756 2002-08-24 [colin] 0.8.1claws109
3759 fix quick search visibility after GUI (de)separations.
3761 2002-08-23 [colin] 0.8.1claws108
3764 fix header pane visibility after folderview or
3765 messageview (de)separation
3767 2002-08-23 [paul] 0.8.1claws107
3769 * src/mainwindow.[ch]
3771 give full control of display or non-display
3772 of the Execute icon to Custom toolbar settings.
3773 add new sensitivity condition to maninwindow.h:
3779 more sync with 0.8.1cvs29
3781 2002-08-23 [melvin] 0.8.1claws106
3784 Readded support for custom widget in alertpanel lost in last
3787 2002-08-23 [paul] 0.8.1claws105
3789 * sync with 0.8.1cvs29
3790 see ChangeLog 2002-08-23
3792 2002-08-23 [colin] 0.8.1claws104
3795 Fix folder and search pixmaps exchanging positions
3796 after theme or toolbar changes. Thank to Oliver for
3799 2002-08-23 [colin] 0.8.1claws103
3802 src/messageview.[ch]
3805 Changed messageview_create() and noticeview_create()
3806 to avoid the last gdk_warning
3808 2002-08-22 [colin] 0.8.1claws102
3811 Fix my new `Creating pixmap from xpm' warning
3813 2002-08-22 [colin] 0.8.1claws101
3816 Fix some of the gdk warnings
3818 2002-08-22 [colin] 0.8.1claws100
3821 * src/stock_pixmap.c
3822 * src/stock_pixmap.h
3823 * src/pixmaps/quicksearch.xpm *ADDED*
3824 Add the quicksearch pixmap
3828 Make quicksearch bar visible/hidden via a button
3830 2002-08-22 [christoph] 0.8.1claws99
3833 fix folder update for newsgroups with message
3834 numbers below minimum number of articles to fetch
3835 (closes bug #598445)
3837 2002-08-22 [paul] 0.8.1claws98
3839 * sync with 0.8.1cvs28
3840 see ChangeLog 2002-08-22
3842 2002-08-21 [alfons] 0.8.1claws97
3845 use bt instead of bt full which seems to work
3846 better, and bt full doesn't give a great deal
3847 of information anyway
3849 2002-08-21 [colin] 0.8.1claws96
3852 fix summaryview_searchtype_changed prototype
3854 2002-08-21 [christoph] 0.8.1claws95
3857 o fix broken menu update for sorting type, we have to
3858 get this info from the summaryview now
3859 o removed setting of threaded state in menu callback
3860 * src/summaryview.[ch]
3861 more summaryview/folderitem seperation for
3864 removed not required --with-compiler-flags option
3866 2002-08-21 [oliver] 0.8.1claws94
3869 o rename toolbar.xml to toolbar_main.xml
3870 since toolbar_compose.xml might come up
3875 2002-08-21 [darko] 0.8.1claws93
3878 don't reset tmp flags for messages copied
3881 2002-08-21 [colin] 0.8.1claws92
3883 * src/prefs_filtering.c
3884 fix renaming rules on folder rename
3885 when folder is not a leaf folder
3887 2002-08-21 [paul] 0.8.1claws91
3889 * src/prefs_folder_item.c
3890 fix alignment of colour selector
3892 2002-08-21 [paul] 0.8.1claws90
3894 * sync with 0.8.1cvs27
3895 see ChangeLog 2002-08-21
3897 2002-08-21 [paul] 0.8.1claws89
3900 fix crash when changing field type in
3903 2002-08-21 [colin] 0.8.1claws88
3906 Made quick search case-insensitive
3908 2002-08-21 [paul] 0.8.1claws87
3910 * sync with 0.8.1cvs26
3911 see ChangeLog 2002-08-21
3913 2002-08-20 [christoph] 0.8.1claws86
3917 * src/summaryview.[ch]
3918 more summaryview/folderitem seperation for
3919 sort_key and sort_type
3921 added missing return statement
3923 2002-08-20 [colin] 0.8.1claws85
3925 * src/summaryview.[ch]
3926 Added a quick search box
3928 * src/prefs_common.[ch]
3929 Added a show/hide option for the quick search
3931 2002-08-20 [oliver] 0.8.1claws84
3934 remove toolbar_create_popups
3936 o remove toolbar_create_popups
3937 o fix toolbar_set_sensitive
3938 (Bug reports #596834 and #596832)
3939 * src/prefs_toolbar.c
3940 o add "Set default" button
3941 o align label and text + combo widgets
3943 2002-08-20 [hoa] 0.8.1claws83bis
3946 fixed a bug in imap_fetch_msginfo() in case there is no
3949 2002-08-20 [darko] 0.8.1claws83
3952 copy the color style of folder view so it
3953 works with GTK themes
3955 2002-08-20 [darko] 0.8.1claws82
3959 * src/prefs_folder_item.[hc]
3960 don't use UI stuff in folder.h
3962 2002-08-20 [darko] 0.8.1claws81
3965 * src/prefs_folder_item.h
3967 * src/prefs_folder_item.c
3968 ability to set folder color in folderview
3970 2002-08-19 [alfons] 0.8.1claws80
3973 fix one of the earlier memleaks reported by Martin Kluge
3975 2002-08-19 [alfons] 0.8.1claws79
3978 hide notice view when selecting seperate folder
3979 view (reported by Urke MMI)
3981 2002-08-19 [christoph] 0.8.1claws78
3984 * src/prefs_folder_item.h
3985 * src/summaryview.[ch]
3986 o add summary_set_prefs_from_folderitem to set
3987 summaryview prefs (first step to remove all
3988 references to the folderitem in summaryview)
3989 o moved compiled regex stuff from folderitem prefs
3992 2002-08-19 [paul] 0.8.1claws77
3995 add check for '.' to QUOTE_IF_REQUIRED
3997 2002-08-19 [paul] 0.8.1claws76
4000 sync with 0.8.1cvs25 (plug memory leak)
4002 * src/prefs_toolbar.c
4003 re-order prefs_toolbar_cancel()
4005 2002-08-18 [alfons] 0.8.1claws75
4009 plug other memleaks reported by Martin Kluge
4011 2002-08-18 [paul] 0.8.1claws74
4014 updated by Fabio Jr. Beneditto
4016 2002-08-18 [paul] 0.8.1claws73
4019 fix bug where tooltips were displayed untranslated
4021 * src/prefs_toolbar.c
4022 fix bug where clicking 'Cancel' creates an icon & text
4023 toolbar regardless of prefs
4026 2002-08-17 [oliver] 0.8.1claws72
4028 * src/prefs_toolbar.c
4029 update toolbar on CANCEL
4030 bug reported by Martin Kluge
4032 toolbar_destroy memleak fixed
4034 2002-08-17 [alfons] 0.8.1claws71
4037 plug another memleak reported by Martin Kluge
4039 2002-08-16 [alfons] 0.8.1claws70
4042 use execvp() correctly (suggested by wwp; thanks!)
4044 2002-08-16 [alfons] 0.8.1claws69
4047 plug memory leak reported by Kim Schultz & Martin Kluge
4049 2002-08-16 [paul] 0.8.1claws68
4052 updated by Ricardo Mones Lastra
4054 2002-08-16 [paul] 0.8.1claws67
4057 fix bug where 'Compose News' icon showed wrong
4060 2002-08-16 [paul] 0.8.1claws66
4062 * sync with 0.8.1cvs24
4063 see ChangeLog 2002-08-16
4066 updated by Alessandro Maestri
4068 2002-08-15 [paul] 0.8.1claws65
4073 2002-08-15 [paul] 0.8.1claws64
4076 don't translate debug info
4081 2002-08-15 [paul] 0.8.1claws63
4083 * src/prefs_toolbar.c
4084 fix bug where clicking 'OK' creates an icon & text
4085 toolbar regardless of prefs
4087 2002-08-14 [alfons] 0.8.1claws62
4090 add global var that has the full argv[0]
4092 o execvp the correct sylpheed by using argv0
4093 and setting the correct work dir
4096 2002-08-14 [oliver] 0.8.1claws61
4098 * enable/disable Toolbar Action Buttons
4102 * src/prefs_toolbar.c
4104 2002-08-14 [melvin] 0.8.1claws60
4107 Updated French translations
4109 2002-08-14 [melvin] 0.8.1claws59
4112 Made bug report not translatable
4114 Fixed exporthtml_build_filespec() return value
4116 Fixed incorrect include file
4118 * src/prefs_actions.c
4119 * src/prefs_toolbar.c
4120 Made debug info not translatable
4123 Added missing includes
4124 * src/prefs_common.c
4127 2002-08-14 [paul] 0.8.1claws58
4129 * faq/es/sylpheed-faq.html
4130 faq/es/sylpheed-faq-[1-3].html
4131 faq/es/sylpheed-faq-4.html **NEW FILE **
4134 2002-08-13 [christoph] 0.8.1claws57
4137 ignore thread fix that did not mark all
4138 child nodes of a ignored thread as
4139 ignored. Does not work perfectly yet,
4140 but it is better now
4142 2002-08-13 [alfons] 0.8.1claws56
4145 o implement 'save crash log'
4148 2002-08-13 [melvin] 0.8.1claws55
4151 removed unrequired "execinfo.h" header
4153 2002-08-12 [paul] 0.8.1claws54
4155 * faq/en/sylpheed-faq.html
4156 faq/en/sylpheed-faq-[1-3].html
4157 faq/en/sylpheed-faq-4.html **NEW FILE **
4160 2002-08-12 [alfons] 0.8.1claws53
4163 add crash.c to translatables
4165 bring in Leandro's crash dialog
4167 2002-08-11 [alfons] 0.8.1claws52
4170 clean up some warnings
4172 2002-08-11 [alfons] 0.8.1claws51
4176 * src/crash.[ch] ** NEW FILES **
4178 initial gdb crash handler
4180 2002-08-11 [paul] 0.8.1claws50
4182 * src/prefs_toolbar.c
4183 replace Up/Down arrow pixmaps with text to be
4184 consistent across icon themes
4186 2002-08-11 [paul] 0.8.1claws49
4188 * src/prefs_common.c
4190 rename 'Pixmap' -> 'Icon'
4193 rename 'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
4195 2002-08-10 [paul] 0.8.1claws48
4197 * src/prefs_toolbar.c
4200 2002-08-10 [paul] 0.8.1claws47
4203 don't write Processing progress to status bar
4204 patch submitted by Alexander Evseev
4206 * src/prefs_toolbar.c
4207 re-position and resize window
4208 make window assume correct size on first call
4210 2002-08-10 [paul] 0.8.1claws46
4217 follow UI text conventions
4219 2002-08-10 [alfons] 0.8.1claws45
4222 correct pixmap for delete action
4224 2002-08-10 [paul] 0.8.1claws44
4227 updated by Fabio Jr. Beneditto
4229 2002-08-10 [paul] 0.8.1claws43
4232 add custom toolbar files
4234 2002-08-10 [paul] 0.8.1claws42
4236 * sync with 0.8.1cvs22
4237 see ChangeLog 2002-08-09
4239 2002-08-09 [paul] 0.8.1claws41
4243 tools/outlook2sylpheed.pl ** NEW FILE **
4244 add script to convert exported Outlook
4245 contacts list to a Sylpheed addressbook.
4246 Submitted by Ricardo Mones Lastra.
4248 2002-08-09 [paul] 0.8.1claws40
4252 po/sr.po ** NEW FILE **
4253 add Serbian message catalog. Submitted by
4254 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>
4256 2002-08-09 [paul] 0.8.1claws39
4258 * sync with 0.8.1cvs21
4259 see ChangeLog 2002-08-08
4261 2002-08-08 [oliver] 0.8.1claws38
4264 move Custom Toolbar to Configuration menu
4266 2002-08-08 [oliver] 0.8.1claws37
4268 * src/prefs_toolbar.c
4269 fix substitute pixmap bug
4271 2002-08-08 [paul] 0.8.1claws36
4273 * sync with 0.8.1cvs19
4274 see ChangeLog 2002-08-08
4276 2002-08-07 [christoph] 0.8.1claws35
4279 fixed a memory leak in new canonicalize_file_replace
4281 2002-08-07 [christoph] 0.8.1claws34
4284 o canonicalize_file_replace should create the temporary
4285 file in the same directory as the original file.
4286 o added get_tmpfile_in_dir that creates a temorary file
4287 in a specified directory.
4289 2002-08-07 [melvin] 0.8.1claws33
4292 fixed bug where 'Article' button acted as 'Email' button.
4294 2002-08-07 [paul] 0.8.1claws32
4296 * sync with 0.8.1.cvs17
4297 see ChangeLog 2002-08-07
4299 2002-08-07 [colin] 0.8.1claws31
4302 fix mass-cancel problem
4304 2002-08-07 [thorsten] 0.8.1claws30
4306 * src/prefs_toolbar.c
4307 fix: crash on replace or add new button
4309 fix: close xmlfile after reading
4311 fix: unlink() file before rename()
4313 2002-08-06 [paul] 0.8.1claws29
4315 * sync with 0.8.cvs15
4316 see ChangeLog 2002-08-06
4318 2002-08-06 [oliver] 0.8.1claws28
4321 * src/prefs_toolbar.c
4322 fixed empty toolbar issue
4324 2002-08-06 [oliver] 0.8.1claws27
4326 * Custom Toolbar Final
4330 o toolbar stuff now lives in src/toolbar.[ch]
4331 o main_window_toolbar_* functions are renamed to
4332 toolbar_* reflecting their new source file
4333 * src/mainwindow.[ch]
4334 o remove toolbar stuff
4336 2002-08-06 [oliver] 0.8.1claws26
4339 * src/prefs_toolbar.[ch] **New File**
4340 * src/toolbar.[ch] **New File**
4341 o prefs_toolbar.[ch] custom toolbar frontend
4342 o toolbar.[ch] backend
4344 2002-08-06 [oliver] 0.8.1claws25
4346 * src/prefs_actions.[ch]
4347 o new exported function actions_execute
4349 2002-08-06 [paul] 0.8.1claws24
4351 * sync with 0.8.1cvs4
4352 see ChangeLog 2002-08-06
4354 2002-08-06 [paul] 0.8.1claws23
4356 * sync with 0.8.1cvs13
4357 see ChangeLog 2002-08-06
4359 2002-08-06 [paul] 0.8.1claws22
4361 * sync with 0.8.1cvs12
4362 see ChangeLog 2002-08-05 and 2002-08-06
4364 2002-08-06 [match] 0.8.1claws21
4367 improvements to cut/copy/paste address
4369 2002-08-05 [match] 0.8.1claws20
4376 fixes to improve cut/copy/paste
4378 2002-08-06 [melvin] 0.8.1claws19
4381 account_find_all_from_address(): new function that returns the
4382 list of all accounts that are matched in an address.
4383 * src/alertpanel.[ch]
4384 alertpanel() now accepts a custom widget
4385 alertpanel_with_widget(): new function that pops up a panel with
4386 a custom widget in it
4388 gtkut_account_menu_new(): new function that allows the selection
4389 of an account from a list of accounts.
4391 Extended Return Receipt notification to select the correct
4392 account and to make a security test on the Delivery-Notification
4393 address which should be the same as the Return-Path.
4395 2002-08-06 [thorsten] 0.8.1claws18
4398 attach_all: save unnamed as "noname.%d",
4399 dont free static dirname
4401 2002-08-05 [alfons] 0.8.1claws17
4404 detect XIM by trying to link rather than compile a XIM program
4406 2002-08-05 [oliver] 0.8.1claws16
4408 * src/stock_pixmap.[ch]
4409 o add UP_ARROW to available pixmaps (already in pixmap-directory)
4410 o new func to retrieve pixmaps
4412 2002-08-05 [paul] 0.8.1claws15
4414 * sync with 0.8.1cvs10
4415 see ChangeLog 2002-08-05
4417 2002-08-04 [alfons] 0.8.1claws14
4420 see if this plugs memleak
4422 2002-08-04 [melvin] 0.8.1claws13
4425 fixed bug that could crash Sylpheed when highlighting
4426 all misspelled words.
4428 2002-08-03 [melvin] 0.8.1claws12
4430 * src/prefs_actions.c
4431 removed unnecessary checks for NULL introduced in 0.8.1claws11.
4433 fixed bug where the Return Receipt was sent to