* src/summaryview.c
[claws.git] / ChangeLog.claws
1 2002-01-12 [alfons]     0.8.8claws87
2
3         * src/summaryview.c
4                 delete / execute performance: use new style folder update
5
6 2002-01-12 [paul]       0.8.8claws86
7
8         * sync with 0.8.8cvs5
9                 see ChangeLog 2002-01-13 (!)
10
11 2002-01-12 [alfons]     0.8.8claws85
12
13         * src/filtering.c
14         * src/matcher_parser_parse.y
15                 prepare change_score filtering action
16         * src/matcher.[ch]
17                 give up const-correctness on functions that call non-const-correct functions;
18                 several casts to gpointer in g_free();
19                 add change_score;
20                 
21 2003-01-12 [christoph]  0.8.8claws84
22
23         * src/compose.c
24                 fix 2 warnings
25
26         * src/gtk/prefswindow.[ch]
27         * src/plugins/spamassassin/spamassassin_gtk.c
28                 changed the call of the widget create function
29                 for PrefsPages, because sometimes the widget
30                 create function needs a widget that already has
31                 been attached to a window (to create GDK pixmaps
32                 for exmaple). So we simply pass the GtkWindow as
33                 the second parameter now.
34
35         * src/main.c
36         * src/mainwindow.c
37         * src/prefs_toolbar.[ch]
38                 rewrite Toolbar Preferences using the new
39                 prefs window
40
41 2003-01-11 [alfons]     0.8.8claws83
42
43         * src/addressadd.c
44                 fix crash when adding sender to addressbook because status bar
45                 isn't there (the status bar doesn't seem to be used though,
46                 but I'll let Match decide what to do with it)
47
48 2003-01-11 [colin]      0.8.8claws82
49
50         * src/main.c
51           src/toolbar.c
52                 Two useless changes reversed
53
54 2003-01-11 [colin]      0.8.8claws81
55
56         * src/mainwindow.c
57           src/mainwindow.h
58                 Add mainwindow_get_mainwindow()
59         * src/alertpanel.c
60           src/alertpanel.h
61                 Add alertpanel_error_log() 
62         * src/compose.c
63           src/inc.c
64           src/messageview.c
65           src/toolbar.c
66           src/main.c
67           src/procmsg.c
68                 Network errors get a View Log button
69
70 2003-01-10 [alfons]     0.8.8claws80
71
72         * src/prefs_toolbar.c
73         * src/toolbar.c
74                 use the translatable string for "Separator" as file name for
75                 separator toolbar items (probably make this uppercase?)
76         
77 2003-01-10 [alfons]     0.8.8claws79
78
79         * src/prefs_toolbar.c
80                 put right A_SEPARATOR description string in "displayed
81                 toolbar items list" so manually added separators are
82                 saved correctly (bug #10, "Adding a separator to the main 
83                 toolbar fails, entry in xml file is wrong")
84
85 2003-01-10 [christoph]  0.8.8claws78
86
87         * src/imap.c
88                 o fix warnings
89                 o use CAPABILITY to check if NAMESPACE is available
90
91 2003-01-10 [christoph]  0.8.8claws77
92
93         * src/imap.[ch]
94                 apply UIDPLUS IMAP extension support patch
95
96         Patch submitted by Simon 'corecode' Schubert
97
98 2003-01-10 [paul]       0.8.8claws76
99
100         * src/folderview.c
101                 a sync from main which fixes the news account folders'
102                 Properties bug
103
104 2003-01-10 [christoph]  0.8.8claws75
105
106         * src/folder.c
107                 don't accept 0 as a valid uid returned by copy and move
108                 functions. 0 means the message was copied or moved but the
109                 new uid could not be fetched. It is not an error condition
110                 for the copy or move operation.
111
112 2003-01-10 [paul]       0.8.8claws74
113
114         * src/prefs_filtering.c
115                 change English used in Alert when entry is not
116                 saved.
117                 
118         * sync with 0.8.8cvs4
119                 see ChangeLog 2003-01-10
120
121 2003-01-10 [darko]      0.8.8claws73
122
123         * src/pine.c
124                 fix crash when importing address book entry
125                 without a valid address
126
127 2003-01-09 [alfons]     0.8.8claws72
128
129         * src/inc.c
130                 filtering performance: use new style folder update
131
132 2003-01-09 [christoph]  0.8.8claws71
133
134         * src/compose.c
135         * src/gtk/menu.[ch]
136                 fix wrong selecting of mime encoding type, when
137                 opening property dialog of attachments in the
138                 compose window. 7bit was always selected and that
139                 destoryed files with 8bit data.
140                 (closes bug #9 Sylpheed-claws destroys attachments when
141                  changing MIME-types)
142
143 2003-01-09 [paul]       0.8.8claws70
144
145         * sync with 0.8.8cvs3
146                 see ChangeLog 2003-01-09
147
148 2003-01-08 [alfons]     0.8.8claws69
149         
150         * src/addressadd.c
151                 apply patch by Kim Schulz to fix build breakage
152                 because of missing variable
153
154 2003-01-08 [paul]       0.8.8claws68
155
156         * sync with 0.8.8cvs2
157                 see ChangeLog 2002-01-08
158
159 2003-01-08 [paul]       0.8.8claws67
160
161         * po/it.po
162                 updated by Alessandro Maestri
163                 
164         * src/addressadd.c
165                 when using 'Add sender to addressbook' allow
166                 name to be edited and remarks to be entered
167                 Patch submitted by Luke Plant
168
169 2003-01-08 [darko]      0.8.8claws66
170
171         * README.claws, src/summaryview.c
172                 fix description for marked messages
173
174 2003-01-08 [paul]
175
176         * tools/Makefile.am
177           tools/launch_phoenix  ** NEW FILE **
178                 add script that enables using Phoenix as the default
179                 web browser. 
180                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
181                 
182         * tools/OOo2sylpheed.pl
183                 remove full path to sylpheed executable, just 'sylpheed'
184                 will do
185                 
186         * tools/README
187                 add launch_phoenix informtion and re-arrange and compress
188                 the data a little
189
190 2003-01-07 [christoph]  0.8.8claws65
191
192         * src/folder.c
193                 fix update for source folder when moving messages
194         * src/procmsg.[ch]
195         * src/summaryview.c
196                 use function to set to_folder for message infos and
197                 automatically update the op_count for old and new
198                 folder
199
200 2003-01-07 [melvin]     0.8.8claws64
201
202         * src/prefs_actions.c
203                 Fixed bug where an '%p' Action on a displayed image crashed 
204                         Sylpheed
205                 Code clean up (get rid of duplicated code and removed unnecessary 
206                                 structure member)
207
208 2003-01-07 [christoph]  0.8.8claws63
209
210         * src/compose.c
211         * src/folder.[ch]
212         * src/folderview.c
213         * src/import.c
214         * src/inc.c
215         * src/main.c
216         * src/mainwindow.c
217         * src/messageview.c
218         * src/prefs_folder_item.c
219         * src/procmsg.c
220         * src/summaryview.c
221         * src/toolbar.c
222                 o remove all folder update triggering from the UI code. The folder
223                   system should know much better when a folder needs an update.
224                 o to prevent multiple updates in a row the folder updates can be
225                   frozen for some time.
226
227                 Note: - Please verify that no updates are missing
228                       - Check where freeze/thaws should be added
229
230 2003-01-07 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws62
231
232         * src/prefs_actions.c
233                 don't translate empty strings
234
235 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws61
236
237         * src/prefs_actions.c
238                 mark strings for gettext
239         * src/prefs_matcher.c
240                 use new description window for Execute action and
241                 match condition in Filtering
242
243 2003-01-06 [alfons]     0.8.8claws60
244
245         keep myself inspired to re-organize matcher part 8; 
246         yes, more to come (I need to move out the descriptive
247         text for actions to matcher.c, or at least make it not
248         depend on the wicked ordering)
249
250         * src/prefs_matcher.c
251                 add documentation so others may comprehend the
252                 UI part of the conditions
253                 
254 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws59
255
256         * src/prefs_actions.c
257                 use new description window for syntax help
258         * src/gtk/description_window.c
259                 fix display of descriptions with column count != 2
260
261 2003-01-06 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.8claws58
262
263         * src/quote_fmt.c
264         * src/summaryview.[ch]
265         * src/gtk/Makefile.am
266         * src/gtk/description_window.[ch]       ** NEW **
267                 use a generic window to display syntax descriptions
268                 currently used in quote_fmt and summaryview (new description
269                 for extended quick search)
270
271 2003-01-06 [paul]       0.8.8claws57
272
273         * sync with 0.8.8cvs1
274                 see ChangeLog 2003-01-06
275
276 2003-01-06 [christoph]  0.8.8claws56
277
278         * src/mainwindow.c
279         * src/prefs_gtk.[ch]
280         * src/gtk/prefswindow.[ch]
281         * src/plugins/spamassassin/spamassassin_gtk.c
282                 o remove page management from prefswindow, pages
283                   will be an argument to prefswindow_open
284                 o prefswindow_open gets a datapointer that is
285                   passed to the widget_create function to allow
286                   creation of prefswindow for specific items
287
288 2003-01-06 [colin]      0.8.8claws55
289         
290         * src/summaryview.c
291                 We don't want regexp in the reply-finder, 
292                 because MIDs can contain !,$,. and so on
293
294 2003-01-06 [jens]       0.8.8claws54
295
296         * src/jpilot.c
297                 fixed a wrong free in jpilot_read_db_files
298
299 2003-01-06 [alfons]     0.8.8claws53
300
301         re-organize matcher part 8; more to come
302        
303         * src/matcher.c
304                 matcherprop_to_string(): put g_free()s before the
305                 switch-case break to fix memleaks                
306
307 2003-01-06 [colin]      0.8.8claws52
308
309         * src/summaryview.c
310                 cleanup & reply-finder now displays the first 
311                 matching message
312
313 2003-01-05 [alfons]     0.8.8claws51
314
315         re-organize matcher part 7; more to come
316
317         * src/matcher.[ch]
318                 fixes for constant correctness;
319                 more documentation;
320
321 2003-01-05 [alfons]     0.8.8claws50
322
323         re-organize matcher part 6; more to come
324         
325         * src/matcher.[ch]
326                 fixes for constant correctness;
327                 more documentation;
328         * src/filtering.c
329                 fix for constant correctness
330
331 2003-01-05 [colin]      0.8.8claws49
332
333         * src/account.[ch]
334                 Add account_get_reply_account function
335         * src/compose.c
336                 Use account_get_reply_account function 
337         * src/summaryview.c
338                 Basic reply-finder - click on the replied
339                 icon gets you to the outbox using quick-search
340
341 2003-01-05 [paul]       0.8.8claws48
342
343         * src/prefs_common.c
344                 small change to English
345                 
346         * src/prefs_filtering.c
347                 prefs_filtering_action_select(): improve logic and uniformity
348                 of gui
349
350 2003-01-05 [alfons]     0.8.8claws47
351
352         fine tune solution to focus problems (bug #7)
353
354         * src/mainwindow.c
355                 mainwindow_focus_in_event(): remove grab event check
356         * src/summaryview.c
357                 summary_button_pressed(): move selection on right-click
358                 too. we can't possibly move the selection back after
359                 canceling a dialog, because gtk's incomplete focus 
360                 management. whether this is a good solution, only time
361                 will tell.
362
363 2003-01-05 [christoph]  0.8.8claws46
364
365         * src/imap.c
366                 fix crash when no imap connection could be established
367
368 2003-01-05 [paul]       0.8.8claws45
369
370         * src/mainwindow.c
371           src/sumamryview.c
372           src/gtk/menu.[ch]
373                 fix bug 605957 'shortcuts in popup-menu'
374                 make user-defined shortcuts work
375                 show shortcuts that are already defined
376                 in the main menu
377                 Patch submitted by Luke Plant
378
379 2003-01-05 [alfons]     0.8.8claws44
380
381         * src/mainwindow.c
382                 focus_in_event handler should not select summary view row 
383                 when another window (menu, dialog) grabbed for events 
384                 (bug #7, "[0.8.8claws42] Message summary focus") 
385
386 2003-01-04 [christoph]  0.8.8claws43
387
388         * src/procmsg.c
389                 update save folder after adding the sent message
390
391 2003-01-02 [christoph]  0.8.8claws42
392
393         * src/common/plugin.c
394                 fix unloading of all plugins and unload
395                 plugins in reverse order
396                 
397         * src/gtk/pluginwindow.c
398                 implement function of load and unload button
399
400         * src/gtk/prefswindow.c
401         * src/gtk/prefswindow.h
402                 rename register function and add new unregister
403                 function
404
405         * src/plugins/spamassassin/spamassassin_gtk.c
406                 unregister prefs page and update for changes in
407                 src/gtk/prefswindow.c
408
409 2003-01-02 [paul]       0.8.8claws41
410
411         * po/es.po
412                 updated by Ricardo Mones Lastra
413
414 2003-01-02 [paul]
415
416         * tools/tb2sylpheed
417                 fixes and improvements by Urke MMI
418
419 2003-01-02 [thorsten]   0.8.8claws40
420
421         * src/procmsg.c
422                 fixed wrong return value
423
424 2003-01-02 [thorsten]   0.8.8claws39
425
426         * src/prefs.c
427                 fixed printing wrong variable
428
429 2003-01-02 [thorsten]   0.8.8claws38
430
431         * src/prefs.c
432                 fixed acessing members of freed pfile struct
433
434 2003-01-02 [thorsten]   0.8.8claws37
435
436         * src/procmsg.c
437                 detect loops across several messages
438                 as suggested by Christoph Hohmann
439
440 2003-01-01 [match]      0.8.8claws36
441
442         * src/addrindex.c
443                 fixed another memory leak.
444
445 2003-01-01 [match]      0.8.8claws35
446
447         * src/jpilot.[ch]
448                 fixed memory leaks. applied Doxygen comments.
449
450 2003-01-01 [thorsten]   0.8.8claws34
451
452         * src/procmsg.c
453                 inhibit endless loop if msg references itself
454                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
455
456 2003-01-01 [christoph]  0.8.8claws33
457
458         * src/mainwindow.c
459         * src/gtk/Makefile.am
460         * src/gtk/pluginwindow.c                ** NEW **
461         * src/gtk/pluginwindow.h                ** NEW **
462                 add plugin window
463
464         * src/plugins/demo/demo.c
465         * src/plugins/spamassassin/spamassassin.c
466         * src/plugins/spamassassin/spamassassin_gtk.c
467                 write better plugin descriptions
468
469 2002-12-31 [christoph]  0.8.8claws32
470
471         * src/gtk/prefswindow.c
472         * src/plugins/spamassassin/spamassassin_gtk.c
473                 some small improvements to GTK code
474
475 2002-12-31 [christoph]  0.8.8claws31
476
477         * src/plugins/spamassassin/spamassassin_gtk.c
478                 enable folder select button
479
480 2002-12-31 [christoph]  0.8.8claws30
481
482         * src/mainwindow.c
483         * src/gtk/Makefile.am
484         * src/gtk/prefswindow.c                         ** NEW **
485         * src/gtk/prefswindow.h                         ** NEW **
486                 add new prefs window
487
488         * src/common/plugin.c
489                 don't try to load empty config lines
490         
491         * src/plugins/spamassassin/Makefile.am
492         * src/plugins/spamassassin/spamassassin.c
493         * src/plugins/spamassassin/spamassassin.h       ** NEW **
494         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
495                 GTK config for SpamAssassin Plugin using
496                 the new prefs window
497
498 2002-12-31 [paul]       0.8.8claws29
499
500         * po/POTFILES.in
501                 remove obsolete entry 'src/menu.c'
502
503 2002-12-31 [alfons]     0.8.8claws28
504
505         * src/matcher.[ch]
506         * src/matcher_parser_parse.y
507         * src/prefs_matcher.c
508                 add "ignore_thread" and "~ignore_thread" condition so it's
509                 possible to make the actions / scoring operate on the ignore
510                 thread flag
511
512 2002-12-31 [christoph]  0.8.8claws27
513
514         * src/addrbook.c
515         * src/addrindex.c
516         * src/folder.c
517         * src/matcher.c
518         * src/prefs_account.c
519         * src/prefs_actions.c
520         * src/prefs_customheader.c
521         * src/prefs_display_header.c
522         * src/prefs_gtk.c
523         * src/procmime.c
524         * src/toolbar.c
525         * src/xmlprops.c
526         * src/common/prefs.[ch]
527                 extend prefs file handling for reading and automatic handling
528                 of blocks. When reading prefs_set_block_label will automatically
529                 move on to the block. When writing it will copy all other blocks
530                 automatically
531
532         * src/common/plugin.c
533                 Now loading plugin filenames from [Plugins] block in
534                 sylpheed rc file
535
536 2002-12-30 [christoph]  0.8.8claws26
537
538         * src/common/hooks.[ch]
539                 return abort status to caller of hooks_invoke
540                 
541         * src/inc.[ch]
542                 invoke message filtering hook and stop
543                 default handling when filter returns abort
544
545         * src/common/plugin.[ch]
546         * src/plugins/demo/demo.c
547                 modify plugin loader, because resolving symbols for strings
548                 does not work correctly
549         
550         * configure.in
551         * ac/spamassassin.m4                            ** NEW **
552         * src/plugins/spamassassin/.cvsignore           ** NEW **
553         * src/plugins/spamassassin/Makefile.am          ** NEW **
554         * src/plugins/spamassassin/README               ** NEW **
555         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
556         * src/plugins/spamassassin/spamassassin.c       ** NEW **
557         * src/plugins/spamassassin/utils.[ch]           ** NEW **
558                 add spamassassin plugin, see src/plugins/spamassassin/README
559                 for details
560
561 2002-12-29 [alfons]     0.8.8claws25
562
563         * src/mainwindow.c
564                 when moving focus from a message view to the main 
565                 window, don't forget to select the summary node
566                 of the displayed message. should fix "[ 659103 ] 
567                 focus-follows-mouse confuses sylpheed"
568
569 2002-12-29 [christoph]  0.8.8claws24
570
571         * src/Makefile.am
572         * src/stringtable.[ch]          ** REMOVE **
573         * src/common/Makefile.am
574         * src/common/stringtable.[ch]   ** NEW **
575                 move stringtable files to common directory
576
577 2002-12-29 [christoph]  0.8.8claws23
578
579         * src/Makefile.am
580         * src/menu.[ch]                 ** REMOVE **
581         * src/gtk/Makefile.am
582         * src/gtk/menu.[ch]             ** NEW **
583                 move menu files to gtk directory
584
585 2002-12-29 [match]      0.8.8claws22
586
587         * src/addressbook.c
588         * src/syldap.c
589                 moved UI specific code out of LDAP code into addressbook
590                 UI code. fixed memory leak.
591
592 2002-12-29 [christoph]  0.8.8claws21
593
594         * src/folder.c
595                 only check for IGNORED parent message when message is
596                 not IGNORED itself
597
598 2002-12-29 [alfons]     0.8.8claws20
599
600         * src/summaryview.c
601                 set gtksctree's anchor correct (immediate execute
602                 changes the tree's layout, and anchor points at 
603                 the incorrect row). fixes "[ 657233 ] multiple msg 
604                 delete sometimes off by 1".
605                 we probably have to look for more tree layout /
606                 anchor glitches.
607
608 2002-12-29 [paul]       0.8.8claws19
609
610         * src/summaryview.c
611                 fix bug [ 659054 ] incorrect sorting of 'From' column
612                 when using 'display sender using address book'
613                 thanks to Alfons and Luke Plant
614
615 2002-12-29 [christoph]  0.8.8claws18
616
617         * src/folder.c
618         * src/procmsg.[ch]
619                 check parent messages for IGNORE THREAD flag, when adding,
620                 moving or copying messages to a folder
621
622 2002-12-27 [alfons]     0.8.8claws17
623
624         re-organize matcher part 5; more to come
625
626         * src/matcher.c
627                 hash keywords in matchparser_tab 
628
629 2002-12-27 [alfons]     0.8.8claws16
630
631         re-organize matcher part 4; more to come
632
633         * src/matcher_parser.h
634         * src/matcher_parser_lex.l
635         * src/matcher_parser_parse.y
636                 cleanup
637
638 2002-12-27 [alfons]     0.8.8claws15
639
640         re-organize matcher part 3; more to come
641
642         * src/matcher.[ch]
643                 cleanup
644
645 2002-12-27 [alfons]     0.8.8claws14
646
647         re-organize matcher part 2; more to come but this should
648         work. cc me if there are any regressions.
649
650         * src/matcher.h
651                 add prototype for get_matchparser_tab_id()
652         * src/matcher_parser_lex.l
653                 look up keywords using matchparser_tab_id();
654
655 2002-12-27 [alfons]     0.8.8claws12
656
657         re-organize matcher part 1
658
659         * src/matcher.h
660                 map yacc generated constants to sylpheed matcher constants
661         * src/matcher.c
662                 add function to find a matcher constant from a string
663
664 2002-12-27 [christoph]  0.8.8claws11
665
666         * src/compose.c
667                 MENUITEM_ADD casts the 4th argument from integer to pointer
668                 so it probably should not be a pointer, this means we
669                 should use account id for it and not the account's pointer
670
671 2002-12-27 [paul]       0.8.8claws10
672
673         * src/mainwindow.c
674                 remove unneeded 'GtkWidget *vbox'
675                 
676         * src/summaryview.c
677                 further sync with 0.8.8 - make sort
678                 by recipient work as expected
679                 
680         * NEWS
681                 sync with 0.8.8
682
683 2002-12-27 [paul]       0.8.8claws9
684
685         * po/pt_BR.po
686                 updated by Ivan F. Martinez
687                 
688 2002-12-27 [darko]      0.8.8claws8
689
690         * src/common/utils.c
691                 added locked pattern to extended search
692
693 2002-12-27 [alfons]     0.8.8claws7
694
695         * src/prefs_matcher.[ch]
696                 clean up
697
698 2002-12-26 [alfons]     0.8.8claws6
699
700         * src/matcher.[ch]
701         * src/matcher_parser_lex.l
702         * src/matcher_parser_parse.y
703         * src/prefs_matcher.c
704                 allow color label as a condition in the matcher
705
706 2002-12-26 [oliver]     0.8.8claws5
707         
708         * src/toolbar.c 
709                 enable Addressbook for Main and Messageview
710         * src/prefs_actions.c
711                 enable actions in Messageview
712
713 2002-12-26 [christoph]  0.8.8claws4
714
715         * src/common/plugin.c
716                 add a little debug output
717         * configure.in
718         * src/plugins/demo/Makefile.am
719                 better use of automake
720
721 2002-12-26 [christoph]  0.8.8claws3
722
723         * src/Makefile.am
724         * src/common/Makefile.am
725                 fix "make distdir"
726
727 2002-12-26 [christoph]  0.8.8claws2
728
729         * configure.in
730                 sort configure checks into common / gtk / plugins
731         * po/POTFILES.in
732                 add src/prefs_gtk.c
733         * src/Makefile.am
734                 add plugins SUBDIR
735         * src/main.c
736         * src/common/sylpheed.[ch]
737                 added now sylpheed_done function for shutdown
738         * src/common/Makefile.am
739         * src/common/plugin.[ch]                ** NEW **
740                 plugin loader and unloader
741         * src/plugins/.cvsignore                ** NEW **
742         * src/plugins/Makefile.am               ** NEW **
743                 build plugins
744         * src/plugins/demo/.cvsignore           ** NEW **
745         * src/plugins/demo/Makefile.am          ** NEW **
746         * src/plugins/demo/demo.c               ** NEW **
747                 small demo plugin that installs a logtext hook and
748                 outputs the log text to stdout
749
750 2002-12-26 [paul]       0.8.8claws1
751
752         * po/es.po
753                 updated by Ricardo Mones Lastra
754
755 2002-12-26 [paul]       0.8.8claws
756
757         * 0.8.8claws released
758
759 2002-12-26 [paul]       0.8.7claws12
760
761         * po/bg.po
762                 updated by George Danchev
763
764 2002-12-26 [paul]       0.8.7claws11
765
766         * po/POTFILES.in
767                 remove unneeded 'src/prefs.c' entry 
768
769 2002-12-26 [paul]       0.8.7claws10
770
771         * src/codeconv.c
772           src/mainwindow.c
773                 sync with 0.8.8 release
774         
775         * src/folder.[ch]
776           src/mh.c
777           src/summaryview.c
778                 partial sync with 0.8.8 release
779         
780
781 2002-12-25 [alfons]     0.8.7claws9
782
783         * src/matcher.[ch]
784         * src/matcher_parser_lex.l
785         * src/matcher_parser_parse.y
786         * src/prefs_matcher.c
787                 add locked flag to possible filtering / matcher 
788                 conditions (also a good example what should be
789                 done to add a simple boolean condition)
790
791 2002-12-25 [christoph]  0.8.7claws8
792
793         * src/Makefile.am
794         * src/account.[ch]
795         * src/addrbook.c
796         * src/addressbook.c
797         * src/addrindex.c
798         * src/filtering.c
799         * src/folder.c
800         * src/matcher.c
801         * src/prefs.[ch]                ** REMOVE **
802         * src/prefs_account.c
803         * src/prefs_actions.c
804         * src/prefs_common.c
805         * src/prefs_customheader.c
806         * src/prefs_display_header.c
807         * src/prefs_filtering.c
808         * src/prefs_folder_item.c
809         * src/prefs_gtk.[ch]            ** NEW **
810         * src/prefs_matcher.c
811         * src/prefs_scoring.c
812         * src/prefs_summary_column.c
813         * src/procmime.c
814         * src/selective_download.c
815         * src/toolbar.c
816         * src/common/Makefile.am
817         * src/common/prefs.[ch]         ** NEW **
818                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
819
820 2002-12-24 [alfons]     0.8.7claws7
821
822         * src/summaryview.c
823                 summary_thread_build(): fix real cause of the crash mentioned in
824                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
825                 this way we get meaningful ctree nodes 
826
827 2002-12-24 [oliver]     0.8.7claws6
828
829         * src/mainwindow.[ch]
830         * src/messageview.[ch]
831         * src/compose.[ch]
832         * src/inc.c
833         * src/summaryview.c
834                 changes to use updated toolbar handling
835                 
836 2002-12-24 [oliver]     0.8.7claws5
837
838         * src/toolbar.[ch]
839                 generic toolbar handling
840                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
841         * src/prefs_toolbar.[ch]
842                 adjust to handling
843         
844 2002-12-24 [oliver]     0.8.7claws4
845         
846         * src/stock_pixmap.[ch]
847                 move SYLPHEED_LOGO to end of list in order 
848                 to remove it from Custom Toolbar`s Icon View
849
850 2002-12-24 [alfons]     0.8.7claws3
851
852         * src/summaryview.c
853                 summary_thread_build(): fix crash because of focus != selection 
854                 after threading. when deleting the selection, gtk tries but fails 
855                 to find the correct focusable element. we now force the selection
856                 to be focused. this should solve the infamous bug reported by 
857                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
858                 a test case is available. 
859
860 2002-12-24 [darko]      0.8.7claws2
861
862         * src/summaryview.c
863                 don't crash when unmarking message with unread children
864
865 2002-12-23 [christoph]  0.8.7claws1
866
867         * src/Makefile.am
868         * src/common/Makefile.am
869                 update Makefiles for moved intl.h, version.h and defs.h
870         * src/imap.c
871                 rewrite imap_session_get to avoid duplicate code
872
873 2002-12-23 [paul]       0.8.7claws
874
875         * Santa-Claws released
876         
877         * po/hu.po
878           po/ru.po
879                 squeeze in updated Hungarian and Russian translations.
880                 Submitted by  Gál Zoltán and Ruslan N. Balkin
881
882 2002-12-23 [paul]       0.8.6claws129
883
884         * po/pl.po
885                 updated by Witold Wladyslaw Wojciech Wilk
886
887 2002-12-23 [paul]       0.8.6claws128
888
889         * src/quote_fmt_parse.y
890                 fix typo and add licence header
891
892 2002-12-23 [paul]       0.8.6claws127
893
894         * po/en_GB.po
895                 updated
896
897 2002-12-23 [paul]       0.8.6claws126
898
899         * po/it.po
900                 updated translation, submitted by Alessandro Maestri
901                 
902 2002-12-23 [paul]       0.8.6claws125
903
904         * src/quote_fmt_parse.y
905                 fix signature-stripping on replies bug. match
906                 '-- \n' and not '-- '.
907
908 2002-12-22 [paul]       0.8.6claws124
909
910         * po/bg.po
911           po/es.po
912           po/sr.po
913                 updated translations. submitted by George Danchev,
914                 Ricardo Mones Lastra, and Urke MMI respectively
915
916 2002-12-21 [paul]       0.8.6claws123
917
918         * src/addrbook.c
919                 fix coding style
920
921 2002-12-21 [paul]       0.8.6claws122
922
923         * src/addrbook.c
924                 fix bug [643638] where if a person is in one or more
925                 addressbook groups editing that person's email 
926                 address results in removal from those groups.
927                 Patch submitted by Luke Plant.
928
929 2002-12-20 [christoph]  0.8.6claws121
930
931         * src/common/utils.c
932         * src/summaryview.c
933                 reimplement expand_search_string using GString to
934                 prevent crashs caused by miscalculated string
935                 lengths reported by Paul
936
937 2002-12-20 [christoph]  0.8.6claws120
938
939         * src/summaryview.c
940                 don't use "changed" to check if op_count has to be changed as it
941                 is also set when the message has unread children
942                 (closes bug [ 653221 ] crash while deleting duplicates)
943
944 2002-12-20 [paul]       0.8.6claws119
945
946         * sync with 0.8.6cvs27
947                 see ChangeLog 2002-12-20
948
949 2002-12-20 [paul]       0.8.6claws118
950
951         * sync with 0.8.6cvs26
952                 see ChangeLog 2002-12-19 and 2002-12-20
953
954 2002-12-19 [alfons]     0.8.6claws117
955
956         * src/textview.c
957                 fix incorrect parsing of email addresses, submitted by 
958                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
959                 name display if it contains @".
960
961 2002-12-18 [paul]       0.8.6claws116
962
963         * sync with 0.8.6cvs23
964                 see ChangeLog 2002-12-18
965
966 2002-12-18 [paul]       0.8.6claws115
967
968         * src/Makefile.am
969         * src/account.c
970         * src/codeconv.c
971         * src/gtkutils.[ch]
972         * src/imap.c
973                 sync with 0.8.6cvs22.
974                 see ChangeLog 2002-12-17 and 2002-12-18
975
976 2002-12-17 [christoph]  0.8.6claws114
977
978         * src/imap.c
979                 o don't create a session if imap greeting fails
980                 o don't close socket when authentication fails
981                   this is done by imap_session_destroy
982
983 2002-12-17 [thorsten]   0.8.6claws113
984
985         * tools/Makefile.am
986           tools/README
987           tools/google_msgid.pl ** NEW FILE **
988                 Added "search for message-id" script and doc
989
990 2002-12-17 [thorsten]   0.8.6claws112
991
992         * po/hu.po
993                 Updated hungarian translation
994                 (updated by Gal Zoltan)
995
996 2002-12-16 [christoph]  0.8.6claws111
997
998         * src/addr_compl.c
999                 remove stupid addressbook dump to debug output
1000         * src/mh.c
1001                 fix memory leak found by Hiro
1002
1003 2002-12-14 [paul]       0.8.6claws110
1004
1005         * src/compose.c
1006                 fix menubar sensitivity on send
1007                 
1008         * src/prefs_filtering.c
1009         * src/prefs_matcher.c
1010         * src/prefs_scoring.c
1011                 Fix english ;)
1012                 
1013         * src/common/quoted-printable.h
1014                 sync: fix typo
1015         
1016 2002-12-13 [christoph]  0.8.6claws109
1017
1018         * src/Makefile.am
1019         * src/manage_window.[ch]        ** REMOVE **
1020         * src/gtk/Makefile.am
1021         * src/gtk/manage_window.[ch]    ** NEW **
1022                 move manage_window files to gtk directory
1023
1024 2002-12-13 [christoph]  0.8.6claws108
1025
1026         * src/Makefile.am
1027         * src/gtkshruler.[ch]           ** REMOVE **
1028         * src/gtk/Makefile.am
1029         * src/gtk/gtkshruler.[ch]       ** NEW **
1030                 move gtkshruler files to gtk directory
1031
1032 2002-12-13 [christoph]  0.8.6claws107
1033
1034         * src/Makefile.am
1035         * src/compose.c
1036         * src/gtkstext.[ch]             ** REMOVE **
1037         * src/gtkutils.[ch]
1038         * src/textview.c
1039         * src/gtk/gtkstext.[ch]         ** NEW **
1040         * src/gtk/Makefile.am
1041                 o move stext functions to gtkstext.c to remove
1042                   dependency of gtkutils
1043                 o move gtkstext files to gtk directory
1044
1045         * src/gtk/Makefile.am
1046         * src/gtk/sslcertwindow.[ch]
1047                 UI stuff can always depend on common code so
1048                 it's ok to add ../common to include path
1049
1050 2002-12-13 [colin]      0.8.6claws106
1051
1052         * src/summaryview.c
1053                 Disconnect sighandlers for mainwindow when
1054                 quicksearch has the focus
1055                 Fix bug #653231
1056         * src/mainwindow.[ch]
1057                 Make key_pressed callback public, to be able
1058                 to disconnect it
1059
1060 2002-12-13 [christoph]  0.8.6claws105
1061
1062         * src/mh.c
1063                 create .mh_sequences file in new MH folders
1064                 (closes feature request [ 523162 ] MH folders should
1065                  get a .mh_sequences)
1066
1067 2002-12-13 [colin]      0.8.6claws104
1068
1069         * src/summaryview.c
1070                 Better handling of quicksearch show/hide
1071                 (basically the button stays under the mouse 
1072                  when toggled)
1073
1074 2002-12-13 [paul]       0.8.6claws103
1075
1076         * sync with 0.8.6cvs17
1077                 see ChangeLog 2002-12-13
1078
1079 2002-12-13 [paul]       0.8.6claws102
1080
1081         * po/es.po
1082                 updated by Ricardo Mones Lastra
1083
1084 2002-12-11 [colin]       0.8.6claws101
1085
1086         * src/folder.c
1087                 remove statusbar stuff
1088           src/folderview.c
1089                 set statusbar verbosity when moving folders
1090
1091 2002-12-11 [colin]       0.8.6claws100
1092         * src/prefs_filtering.c
1093         * src/prefs_matcher.c
1094         * src/prefs_scoring.c
1095                 Fix english ;)
1096
1097 2002-12-11 [colin]       0.8.6claws99
1098
1099         * src/prefs_common.[ch]
1100                 Add summary_quicksearch_type
1101         * src/summaryview.c
1102                 Save last used quicksearch type
1103
1104 2002-12-11 [jens]       0.8.6claws98
1105         * src/prefs_filtering.c
1106         * src/prefs_matcher.c
1107         * src/prefs_scoring.c
1108                 added dialog for incomplete rules in scoring, filtering and
1109                 matcher to ask wheather really close
1110
1111 2002-12-11 [colin]      0.8.6claws97
1112
1113         * src/folder.c
1114                 Fix folder dnd statusbar logging
1115
1116 2002-12-10 [christoph]  0.8.6claws96
1117
1118         * src/compose.c
1119         * src/folder.c
1120         * src/imap.c
1121         * src/inc.c
1122         * src/main.c
1123         * src/mainwindow.c
1124         * src/news.c
1125         * src/send.c
1126         * src/statusbar.[ch]
1127         * src/common/hooks.c
1128         * src/common/log.[ch]
1129                 o handle verbose logging in statusbar directly in statusbar code
1130                   and common code does not need any knowledge about a statusbar
1131                 o remove direct calls to statusbar_(puts|pop)_all functions
1132
1133 2002-12-10 [jens]       0.8.6claws95
1134
1135         * src/*.c
1136                 removed gettext from g_warnings
1137         * po/POTFILES.in
1138                 cleaned and updated
1139         * po/de.po
1140                 updated
1141
1142 2002-12-10 [colin]      0.8.6claws94
1143
1144         * src/main.c
1145                 finish crash dialog fix
1146
1147 2002-12-10 [colin]      0.8.6claws93
1148
1149         * src/main.c
1150                 "Fix" "sylpheed already running" instead of
1151                 crash dialog appearing after a crash
1152
1153 2002-12-10 [colin]      0.8.6claws92
1154
1155         * po/POTFILES.in
1156                 add src/gtk/sslcertwindow.c
1157
1158 2002-12-10 [paul]       0.8.6claws91
1159
1160         * po/POTFILES.in
1161                 updated to reflect recent changes
1162                 submitted by Alessandro Maestri
1163
1164 2002-12-09 [christoph]  0.8.6claws90
1165
1166         * src/Makefile.am
1167         * src/smtp.[ch]                 ** REMOVE **
1168         * src/common/Makefile.am
1169         * src/common/smtp.[ch]          ** NEW **
1170                 move smtp files to common directory
1171
1172 2002-12-09 [christoph]  0.8.6claws89
1173
1174         * src/Makefile.am
1175         * src/session.[ch]              ** REMOVE **
1176         * src/common/Makefile.am
1177         * src/common/session.[ch]       ** NEW **
1178                 move session files to common directory
1179
1180 2002-12-09 [paul]       0.8.6claws88
1181
1182         * src/account.c
1183                 fix bug [649746] edit accounts: move account reverted
1184                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
1185
1186 2002-12-09 [colin]      0.8.6claws87
1187
1188         * src/ssl_certificate.c
1189                 cleanup
1190
1191 2002-12-09 [colin]      0.8.6claws86
1192
1193         * src/ssl.c
1194                 Try to open the cert.pem database and 
1195                 issue a warning if it isn't there
1196
1197 2002-12-09 [colin]      0.8.6claws85
1198
1199         * src/common/ssl_certificate.c
1200         * src/gtk/sslcertwindow.c
1201                 Warning fixes
1202
1203 2002-12-09 [colin]      0.8.6claws84
1204
1205         * src/ssl_certificate.[ch] ** REMOVED **
1206         * src/common/ssl_certificate.[ch] ** NEW **
1207         * src/Makefile.am
1208         * src/common/Makefile.am
1209                 Moved ssl_certificate.[ch] to common
1210         * src/common/ssl.c 
1211                 Put back needed include
1212         * src/gtk/sslcertwindow.[ch]
1213                 Changed ssl_certificate.h include
1214         
1215 2002-12-09 [colin]      0.8.6claws83
1216
1217         * src/gtk/sslcertwindow.[ch]
1218                 Implement hook for certificate acception
1219         * src/ssl_certificate.[ch]
1220                 Implement hook for certificate acception
1221         * src/common/ssl.c
1222                 Reenable certificate acception check
1223         * src/mainwindow.c
1224                 Register sslcertwindow's hook
1225         
1226 2002-12-08 [christoph]  0.8.6claws82
1227
1228         * src/about.c
1229         * src/addr_compl.c
1230         * src/codeconv.c
1231         * src/manual.c
1232         * src/undo.c
1233         * src/common/utils.c
1234                 o add missing includes
1235                 o fix warnings
1236         * src/.cvsignore
1237         * src/common/.cvsignore
1238         * src/common/version.h          ** REMOVE **
1239                 remove autogenerated file
1240
1241 2002-12-08 [paul]       0.8.6claws81
1242
1243         * src/stringtable.c
1244                 put back needed include
1245
1246 2002-12-08 [colin]      0.8.6claws80
1247         
1248         * src/gtk/sslcertwindow.c
1249                 Cleaner popups when asking
1250         * src/ssl_certificate.c
1251         * src/prefs_common.[ch]
1252                 remove ssl certificate pref
1253                 put back needed include
1254         * src/undo.c
1255                 put back needed include
1256
1257 2002-12-08 [christoph]  0.8.6claws79
1258
1259         * src/folderview.c
1260         * src/logwindow.c
1261         * src/statusbar.c
1262         * src/summaryview.c
1263                 only abort hook invokation if required data is missing not
1264                 if our own data pointer is NULL, update hookfunction for
1265                 log window
1266
1267 2002-12-08 [paul]       0.8.6claws78
1268
1269         * src/about.c
1270         * src/addrcache.c
1271         * src/addrclip.c
1272         * src/addr_compl.c
1273         * src/addrselect.c
1274         * src/codeconv.c
1275         * src/colorlabel.c
1276         * src/enriched.c
1277         * src/esmtp.c
1278         * src/exporthtml.c
1279         * src/headerview.c
1280         * src/imageview.c
1281         * src/manual.c
1282         * src/noticeview.c
1283         * src/pgptext.c
1284         * src/scoring.c
1285         * src/sourcewindow.c
1286         * src/stringtable.c
1287         * src/undo.c
1288                 clean up: remove unneccesary includes
1289
1290 2002-12-08 [christoph]  0.8.6claws77
1291
1292         * src/folderview.c
1293         * src/statusbar.c
1294         * src/summaryview.c
1295         * src/common/hooks.[ch]
1296                 hook functions now have a gboolean return value, if a hook
1297                 returns TRUE it will stop executing of any more hooks in
1298                 the same hooklist for this invokation
1299
1300 2002-12-08 [colin]      0.8.6claws76
1301         
1302         * src/main.c
1303                 put back argv0 for CRASH_DIALOG
1304
1305 2002-12-08 [christoph]  0.8.6claws75
1306
1307         * src/Makefile.am
1308         * src/about.c
1309         * src/account.c
1310         * src/crash.c
1311         * src/esmtp.h
1312         * src/imap.[ch]
1313         * src/inc.c
1314         * src/main.c
1315         * src/mainwindow.c
1316         * src/news.c
1317         * src/pop.[ch]
1318         * src/prefs_account.[ch]
1319         * src/prefs_common.[ch]
1320         * src/send.[ch]
1321         * src/smtp.[ch]
1322         * src/ssl_certificate.[ch]
1323         * src/ssl_manager.[ch]
1324         * src/common/Makefile.am
1325         * src/common/log.c
1326         * src/common/nntp.[ch]
1327         * src/common/socket.[ch]
1328         * src/common/ssl.[ch]
1329         * src/gtk/sslcertwindow.[ch]
1330         * ac/openssl.m4
1331                 use new autoconf script to detect OpenSSL with extra parameters
1332                 to specify the location of libs and includes, also remove USE_SSL
1333                 to USE_OPENSSL
1334
1335         * src/common/sylpheed.[ch]
1336         * src/common/version.h.in
1337                 start seperation of common code initialization seperated from gui
1338
1339         * src/summaryview.c
1340                 The function that is called when a color lable changes
1341                 should not change the color lable again
1342
1343 2002-12-08 [colin]      0.8.6claws74
1344
1345         * src/gtk/sslcertwindow.c
1346                 warning fixes
1347
1348 2002-12-08 [colin]      0.8.6claws73
1349
1350         * src/statusbar.c
1351           src/common/log.h
1352                 Register a hook for statusbar_puts_all
1353         * src/common/log.c
1354                 invoke statusbar_puts_all's hook
1355         
1356 2002-12-08 [colin]      0.8.6claws72
1357
1358         * src/ssl_certificate.c
1359                 Put back a badly-removed include
1360
1361 2002-12-08 [colin]      0.8.6claws71
1362
1363         * src/gtk/sslcertwindow.[ch]    ** NEW **
1364                 new certificate presentation
1365         * src/gtk/Makefile.am
1366                 add new files
1367         * src/ssl_certificate.[ch]
1368                 gtk cleanup, made utility functions public
1369         * src/ssl_manager.c
1370                 use new cert presentation
1371
1372 2002-12-07 [christoph]  0.8.6claws70
1373
1374         * src/Makefile.am
1375         * src/nntp.[ch]                 ** REMOVE **
1376         * src/common/Makefile.am
1377         * src/common/nntp.[ch]          ** NEW **
1378                 move nntp files to common directory
1379
1380 2002-12-07 [christoph]  0.8.6claws69
1381
1382         * src/procmsg.[ch]
1383         * src/summaryview.c
1384                 implement msginfo update callback using sylpheed's new
1385                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
1386
1387 2002-12-06 [christoph]  0.8.6claws68
1388
1389         * src/editgroup.c
1390                 This patch changes the 'Edit Group Details' dialog to
1391                 allow extended selections in either pane, so that
1392                 addresses can be added or removed from a group more
1393                 quickly and easily. (it actually is a net decrease in
1394                 file size, as some unnecessary functions have been
1395                 removed). 
1396                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
1397
1398 2002-12-06 [christoph]  0.8.6claws67
1399
1400         * src/Makefile.am
1401         * src/template.[ch]             ** REMOVE **
1402         * src/common/Makefile.am
1403         * src/common/template.[ch]      ** NEW **
1404                 move template files to common directory
1405
1406         * src/nntp.c
1407                 add missing log.h include
1408
1409 2002-12-06 [melvin]     0.8.6claws66
1410
1411         * src/prefs_actions.c
1412                 Added the trailing ">" syntax to insert command's output
1413                 without replacing old text (in contrast to trailing "|").
1414
1415 2002-12-05 [colin]      0.8.6claws65
1416         
1417         * src/common/utils.c
1418                 Don't modify original search_string or it'll change
1419                 the next iterations in the for()
1420
1421 2002-12-05 [darko]      0.8.6claws64
1422
1423         * src/common/utils.c
1424                 proper check for filtering commands, found by Colin
1425
1426 2002-12-05 [darko]      0.8.6claws63
1427
1428         * src/common/utils.c
1429                 check proper string for NULL pointer, found by Colin
1430
1431 2002-12-05 [darko]      0.8.6claws62
1432
1433         * src/common/utils.[ch]
1434                 expand_search_string(): new function
1435                 converts Mutt-like patterns to Sylpheed's
1436                 filtering engine
1437         * src/summaryview.c
1438                 use expand_search_string() to allow Mutt-like
1439                 patterns in extended search
1440         * README.claws
1441                 document extended option in quick search
1442
1443 2002-12-05 [paul]       0.8.6claws61
1444
1445         * sync with 0.8.6cvs16
1446                 see ChangeLog 2002-12-05
1447                 
1448         * po/POTFILES.in
1449                 clean up
1450
1451 2002-12-04 [christoph]  0.8.6claws60
1452
1453         * src/imap.[ch]
1454                 put imap authentication code into a new function and
1455                 remove it from imap_session_new that will allow to
1456                 send other commands before authentication
1457
1458 2002-12-04 [christoph]  0.8.6claws59
1459
1460         * src/imap.[ch]
1461                 use already existing method to prevent unneeded IMAP
1462                 folder selects. Set imap_select parameters to NULL
1463                 in some functions if the values are not required.
1464
1465         * src/xml.h
1466                 remove no longer required include
1467
1468 2002-12-04 [paul]       0.8.6claws58
1469
1470         * po/es.po
1471                 updated by Ricardo Mones Lastra
1472                 
1473         * configure.in
1474           po/hu.po      ** NEW FILE **
1475                 initial Hungarian translation, submitted
1476                 by Gál Zoltán <galzoli@hu.inter.net>
1477
1478 2002-12-03 [christoph]  0.8.6claws57
1479
1480         * src/Makefile.am
1481         * src/gtksctree.[ch]            ** REMOVE **
1482         * src/gtk/Makefile.am
1483         * src/gtk/gtksctree.[ch]        ** NEW **
1484                 move gtksctree files to gtk directory
1485
1486 2002-12-03 [christoph]  0.8.6claws56
1487
1488         * src/Makefile.am
1489         * src/md5.[ch]                  ** REMOVE **
1490         * srm/common/Makefile.am
1491         * src/common/md5.[ch]           ** NEW **
1492                 move md5 files to common directory
1493
1494         * src/gtkstext.c
1495                 remove not required #include
1496
1497 2002-12-03 [sergey]     0.8.6claws55
1498
1499         * src/gtkutils.c
1500         * src/gtkutils.h
1501                 gtkut_window_popup(): new function.
1502         * src/mainwindow.c
1503                 main_window_popup(): use gtkut_window_popup() to raise
1504                 window without changing its position.
1505                 (see sylpheed-main ML message [sylpheed:17247])
1506
1507 2002-12-03 [sergey]     0.8.6claws54
1508
1509         * src/send.c
1510                 send_message_local(): removed first-dot escaping
1511                 (SMTP-only, not needed for sending through pipe)
1512
1513 2002-12-03 [paul]       0.8.6claws53
1514
1515         * po/POTFILES.in
1516                 update to reflect recent changes (thanks
1517                 to Ricardo Mones Lastra)
1518                 
1519         * tools/filter_conv.pl
1520                  fix problem with quoted strings. Patch submitted
1521                  by Luke Plant <lukeplant@softhome.net>
1522
1523 2002-12-03 [paul]       0.8.6claws52
1524
1525         * sync with 0.8.6cvs15
1526                 see ChangeLog 2002-12-03
1527
1528 2002-12-02 [christoph]  0.8.6claws51
1529
1530         * src/logwindow.[ch]
1531         * src/common/log.[ch]
1532                 implement logging using a hook function
1533
1534         * src/folderview.c
1535         * src/folder.[ch]
1536                 define hooklist name in header file to avoid
1537                 errors caused by wrong spelling of hooklist names
1538
1539         * src/toolbar.c
1540                 fix warnings
1541
1542 2002-12-02 [christoph]  0.8.6claws50
1543
1544         * src/common/Makefile.am
1545                 add src/common/hooks.[ch]
1546
1547         * src/common/hooks.[ch]
1548                 implement a simple hook system using glib's hook functions
1549
1550         * src/folder.[ch]
1551         * src/folderview.c
1552                 use new hook system for folder item updates
1553
1554 2002-12-02 [christoph]  0.8.6claws49
1555
1556         * doc-src/ui_seperation.txt     ** NEW **
1557                 information for ui seperation
1558
1559         * src/Makefile.am
1560                 remove files that were moved to common
1561                 include common directory by default for the header files
1562
1563         * src/inc.c
1564         * src/common/socket.c
1565         * src/automaton.[ch]
1566                 implement automaton using g_io_*-functions instead of
1567                 gdk_input_add to make it ui independent
1568
1569         * src/codeconv.c
1570         * src/compose.c
1571         * src/ldif.c
1572         * src/pgptext.c
1573         * src/procmime.c
1574         * src/rfc2015.c
1575         * src/smtp.c
1576         * src/unmime.c
1577                 remove common/ prefix because directory is now in
1578                 include path
1579
1580         * src/compose.c
1581         * src/folder.c
1582         * src/folderview.c
1583         * src/mainwindow.c
1584         * src/messageview.c
1585         * src/prefs_common.c
1586         * src/procmsg.c
1587         * src/rfc2015.c
1588                 fix warnings
1589
1590         * src/imap.c
1591         * src/inc.c
1592         * src/news.c
1593         * src/pop.c
1594         * src/send.c
1595         * src/smtp.c
1596         * src/ssl_certificate.c
1597                 add log.h header file for logging functions
1598
1599         * src/main.c
1600         * src/common/utils.c
1601         * src/summaryview.c
1602         * src/xml.c
1603                 o move debug_mode to common/utils.c
1604                 o add functions to set and get debug_mode
1605
1606         * src/defs.h                    ** REMOVE **
1607         * src/intl.h                    ** REMOVE **
1608         * src/socket.[ch]               ** REMOVE **
1609         * src/ssl.[ch]                  ** REMOVE **
1610         * src/utils.[ch]                ** REMOVE **
1611                 replaced by new files in src/common/
1612         
1613         * src/common/Makefile.am
1614                 add new files in src/common/
1615
1616         * src/common/defs.h             ** NEW **
1617         * src/common/intl.h             ** NEW **
1618         * src/common/log.[ch]           ** NEW **
1619         * src/common/socket.[ch]        ** NEW **
1620         * src/common/ssl.[ch]           ** NEW **
1621         * src/common/utils.[ch]         ** NEW **
1622                 replacement for files in src/
1623
1624 2002-12-02 [colin]      0.8.6claws48
1625
1626         * src/folderview.c
1627                 Scroll folderview if necessary during dnd
1628
1629 2002-12-02 [colin]      0.8.6claws47
1630
1631         * src/folder.[ch]
1632                 Add check to verify a move is within a single mailbox
1633         * src/folderview.c
1634                 Add specific error string for this check
1635
1636 2002-12-02 [colin]      0.8.6claws46
1637
1638         * src/folder.c
1639                 Add a test to folder moving, remove a statusbar_print
1640         * src/folderview.c
1641                 Add Move folder... context-menu item
1642                 Factorize folder moving code
1643                 Enable folder DND for mbox
1644
1645 2002-12-01 [christoph]  0.8.6claws45
1646
1647         * ac/aspell.m4
1648                 remove conf.aspelltest if the version check fails
1649
1650 2002-11-30 [christoph]  0.8.6claws44
1651
1652         * autogen.sh
1653                 run libtoolize --force in autogen to create missing
1654                 libtool scripts
1655
1656 2002-11-30 [christoph]  0.8.6claws43
1657
1658         * src/Makefile.am
1659         * src/pgptext.c
1660         * src/procmime.c
1661         * src/rfc2015.c
1662         * src/uuencode.[ch]             ** REMOVED **
1663         * src/common/Makefile.am
1664         * src/common/uuencode.[ch]      ** NEW **
1665                 move uuen/decoder to common directory
1666
1667 2002-11-30 [christoph]  0.8.6claws42
1668
1669         * src/Makefile.am
1670         * src/base64.[ch]               ** REMOVED **
1671         * src/codeconv.c
1672         * src/compose.c
1673         * src/ldif.c
1674         * src/pgptext.c
1675         * src/procmime.c
1676         * src/rfc2015.c
1677         * src/smtp.c
1678         * src/unmime.c
1679         * src/common/Makefile.am
1680         * src/common/base64.[ch]        ** NEW **
1681                 move base64 en/decoder to common directory
1682
1683 2002-11-30 [christoph]  0.8.6claws41
1684
1685         * src/common                    ** NEW **
1686                 new directory for UI independent code
1687         * src/gtk                       ** NEW **
1688                 new directory for GTK frontend
1689         * src/common/.cvsignore         ** NEW **
1690         * src/gtk/.cvsignore            ** NEW **
1691                 ignore build files
1692         * src/common/Makefile.am        ** NEW **
1693         * src/gtk/Makefile.am           ** NEW **
1694                 automake files to build new seperated stuff
1695         * src/Makefile.am
1696                 the binary will currently still be build with the
1697                 files in src, so we include the code from the
1698                 subdirs for now after building the libs there
1699
1700 2002-11-30 [paul]       0.8.6claws40
1701
1702         * src/compose.c
1703                 fix bug [642731] 'Wrong selected account with drafted mail'
1704
1705 2002-11-29 [oliver]     0.8.6claws39
1706         
1707         * src/messageview.c
1708                 o update summaryview when switching between different
1709                   messageviews          
1710         * src/toolbar.c  
1711                 o check if messageview holds already removed msg
1712                   from summaryview
1713                 
1714
1715 2002-11-29 [oliver]     0.8.6claws38
1716
1717         * src/toolbar.c 
1718                 remove not needed variables and includes
1719                 make messageview stay opened and move to next when msgs are deleted 
1720
1721 2002-11-29 [oliver]     0.8.6claws37
1722         
1723         * src/toolbar.c 
1724                 disable compose button (messageview toolbar) by default
1725                 deleted msgs are moved to trash
1726         
1727 2002-11-29 [melvin]     0.8.6claws36
1728
1729         * configure.in
1730                 Increased minimal gpgme version to 0.3.10 (Zombies out)
1731                 and to detect signatures expirations (gpgme 0.3.6)
1732
1733         * src/main.c
1734                 Use non obsolescent function for Gpgme engine checking.
1735
1736         * src/rfc2015.c
1737                 Inform about expired signatures or signatures which key
1738                 has expired. Expiration date is displayed.
1739
1740         * src/sigstatus.c
1741                 Inform about expired signatures or signatures which key
1742                 has expired.
1743
1744 2002-11-28 [paul]       0.8.6claws35
1745
1746         * src/folderview.c
1747                 re-instate 'Check for new messages' in Newsgroup
1748                 folders right-click menu, after a suggestion from
1749                 Tim Mann <timmann@users.sourceforge.net>
1750
1751         * src/main.c
1752                 after a crash check only local folders for new
1753                 messages
1754
1755 2002-11-28 [paul]       0.8.6claws34
1756
1757         * configure.in
1758                 apply patch that fixes the checking of GTK with XIM 
1759                 support on different OSs, such as FreeBSD. Patch 
1760                 submitted by Topia <topia@users.sourceforge.net>
1761                 
1762 2002-11-28 [paul]       0.8.6claws33
1763
1764         * src/mainwindow.c
1765           src/prefs_common.c
1766           src/prefs_toolbar.c
1767                 more changes to the English
1768
1769 2002-11-28 [paul]       0.8.6claws32
1770
1771         * sync with 0.8.6cvs13
1772                 see ChangeLog 2002-11-28 (no sync needed
1773                 for src/compose.c)
1774
1775 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
1776         
1777         * src/mainwindow.[ch]
1778                 add patch by Ivan F. Martinez introducing messageview Toolbar
1779                 some changes and committed by oliver    
1780
1781 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
1782
1783         * src/messageview.[ch]
1784                 add patch by Ivan F. Martinez introducing messageview Toolbar
1785                 some changes and committed by oliver    
1786
1787 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
1788
1789         * src/compose.[ch]
1790                 add patch by Ivan F. Martinez introducing messageview Toolbar
1791                 some changes and committed by oliver    
1792
1793 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
1794         
1795         * src/toolbar.[ch]
1796                 add patch by Ivan F. Martinez introducing messageview Toolbar
1797                 some changes and committed by oliver
1798
1799 2002-11-28 [oliver]     0.8.6claws27
1800         
1801         * src/prefs_toolbar.[ch]
1802                 getting ready for messageview toolbar
1803                 free mem allocated by gettext
1804                 change prefs_toolbar to prefs_toolbar_open
1805  
1806 2002-11-28 [thorsten]   0.8.6claws26
1807
1808         * src/imageview.[ch]
1809                 cleaned up conflicting declarations of
1810                 imageview_show_image()
1811
1812 2002-11-28 [paul]       0.8.6claws25
1813
1814         * src/grouplistdialog.c
1815           src/prefs_common.c
1816           src/prefs_summary_column.c
1817                 a few more improvements to the English
1818
1819 2002-11-28 [colin]      0.8.6claws24
1820
1821         * man/sylpheed.1
1822                 A few updates to command-line parameters
1823
1824 2002-11-28 [colin]      0.8.6claws23
1825
1826         * src/prefs_filtering.c
1827                 Fix problems with prefs_filtering_delete_path:
1828                 a) if the first rule is removed, original pointers
1829                    weren't updated (leading to segfaults)
1830                 b) it was always global_processing updated in case
1831                    of removed path was parent of rule path
1832
1833 2002-11-27 [paul]       0.8.6claws22
1834
1835         * src/mainwindow.c
1836           src/prefs_account.c
1837           src/prefs_actions.c
1838           src/prefs_common.c
1839           src/prefs_customheader.c
1840           src/prefs_display_header.c
1841           src/prefs_filtering.c
1842           src/prefs_folder_item.c
1843           src/prefs_matcher.c
1844           src/prefs_scoring.c
1845           src/prefs_summary_column.c
1846           src/prefs_template.c
1847           src/prefs_toolbar.c
1848                  improve the English in the GUI
1849
1850 2002-11-27 [colin]      0.8.6claws21
1851
1852         * src/folder.c
1853                 Fix processing renaming problems happening after
1854                 last commit
1855
1856 2002-11-27 [colin]      0.8.6claws20
1857
1858         * src/folder.c
1859                 recursive move now deletes src each subfolder after 
1860                 having moved it
1861         * src/folderview.c
1862                 Use identifier instead of path during dnd (enables
1863                 IMAP folder dnd)
1864
1865 2002-11-27 [paul]       0.8.6claws19
1866
1867         * src/main.c
1868                 apply patch that does command-line processing 
1869                 BEFORE gtk_init, allowing claws to run from 
1870                 shell-scripts in non-X environment (e.g. crontab 
1871                 or ip-up, ip-down scripts). Patch submitted by
1872                 Ruslan N. Balkin <baron@dartel.ru>
1873                 
1874         * po/it.po
1875                 updated by Alessandro Maestri
1876
1877 2002-11-27 [paul]       0.8.6claws18
1878
1879         * sync with 0.8.6cvs12
1880           src/prefs_common.c
1881                 Differences are that main uses a 'Receive dialog'
1882                 frame on the Interface tab, whereas claws groups all 
1883                 the dialogs together in a 'Dialogs' frame.
1884
1885 2002-11-27 [colin]      0.8.6claws17
1886
1887         * src/prefs_matcher.c
1888                 Fix Execute criteria's NOT flag
1889
1890
1891 2002-11-26 [christoph]  0.8.6claws16
1892
1893         * src/ssl.c
1894                 rewrite the ssl code a little bit, only use one
1895                 SSL context, set default certificates' file/path
1896
1897 2002-11-26 [thorsten]   0.8.6claws15
1898
1899         * src/compose.c
1900                 default-reply-to didn't work for ml-reply
1901
1902 2002-11-26 [melvin]     0.8.6claws14
1903
1904         * src/prefs_actions.c
1905                 Made pipe-actions ignore short headers in message view
1906                 Made trailing-pipe-actions write in the message view with
1907                 the same font as the original message
1908
1909 2002-11-26 [paul]       0.8.6claws13
1910
1911         * src/compose.c
1912                 this time commit the correct file
1913
1914 2002-11-26 [paul]       0.8.6claws12
1915
1916         * sync with 0.8.6cvs11
1917           src/quote_fmt_parse.y  
1918                 no sync needed
1919           src/account.[ch]       
1920                 not sync'ed
1921           src/compose.c
1922                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
1923                 on draft mode.
1924                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
1925                 header
1926                 
1927         see ChangeLog 2002-11-25 and 2002-11-26
1928
1929 2002-11-26 [colin]      0.8.6claws11
1930
1931         * src/folderview.c
1932                 Fix collapsed folder not auto-expanding during
1933                 mail dnd, if it was the source folder.
1934
1935 2002-11-25 [colin]      0.8.6claws10
1936
1937         * src/folderview.[ch]
1938                 Variable renaming and cleaning (slist of nodes 
1939                 to be re-collapsed is stored in FolderView)
1940
1941 2002-11-25 [paul]       0.8.6claws9
1942
1943         * src/prefs_common.[ch]
1944                 fix breakage caused by last commit
1945
1946 2002-11-25 [paul]       0.8.6claws8
1947
1948         * sync with 0.8.6cvs4
1949                 see ChangeLog 2002-11-21
1950
1951 2002-11-25 [paul]       0.8.6claws7
1952
1953         * sync with 0.8.6cvs4
1954                 see ChangeLog 2002-11-20
1955
1956 2002-11-25 [paul]       0.8.6claws6
1957
1958         * sync with 0.8.6cvs3
1959                 see ChangeLog 2002-11-18
1960
1961 2002-11-25 [colin]      0.8.6claws5
1962
1963         * src/gtkutils.[ch]
1964                 Add gtkut_ctree_node_is_parent()
1965         * src/folderview.c
1966                 Spring-loaded folders
1967
1968 2002-11-25 [colin]      0.8.6claws4
1969
1970         * src/utils.[ch]
1971                 Add slist_concat_unique(), function to merge
1972                 two GSList filtering dups
1973         * src/folder.[ch]
1974         * src/summaryview.[ch]
1975         * src/folderview.c
1976         * src/main.c
1977                 Add detection/update/display of unread answers
1978                 to marked mails
1979         * src/procmsg.[ch]
1980                 Add procmsg_find_children()
1981                 Add procmsg_msg_has_marked_parent()
1982
1983 2002-11-25 [colin]      0.8.6claws3
1984
1985         * src/ssl_certificate.[ch]
1986                 Allow checking a certificate without a DNS
1987                 lookup
1988                 Allow to forget a cert (by deleting it)
1989                 Make ssl_certificate_destroy_public
1990         * src/ssl_manager.[ch] ** NEW FILES **
1991                 Gui to manage (display/remove) certificates
1992         * src/prefs_common.[ch]
1993                 Add a pref to allow silent acceptation of
1994                 trusted certificates or not (based on the
1995                 "I want to know what's going on" principle)
1996         * src/mainwindow.c
1997                 Add SSL manager in Tools menu
1998         * src/Makefile.am
1999                 Add the new files to the build
2000         * po/POTFILES.in
2001                 Add ssl_manager.c to translations
2002
2003 2002-11-25 [colin]      0.8.6claws2
2004
2005         * src/summaryview.[ch]
2006                 Add S_SEARCH_EXTENDED to the quick search, which 
2007                 allows to search using filtering syntax.
2008
2009 2002-11-25 [colin]      0.8.6claws1
2010
2011         * src/summaryview.c
2012                 Deletion of duplicates now prefer deleting
2013                 the unread dup (fixes feature-request 638989).
2014
2015 2002-11-24 [paul]       0.8.6claws
2016
2017         * po/es.po
2018           po/pl.po
2019           po/ru.po
2020           po/sr.po
2021                 updated by Ricardo Mones Lastra,
2022                 Witold Wladyslaw Wojciech Wilk,
2023                 Ruslan N. Balkin, and  Urke MMI 
2024                 respectively
2025
2026 2002-11-24 [paul]       0.8.5claws182
2027
2028         * po/bg.po
2029                 updated by George Danchev
2030
2031 2002-11-23 [alfons]     0.8.5claws181
2032
2033         * src/imap.c
2034                 tiny memory leak found by browsing Dimitar's 
2035                 valgrind report
2036
2037 2002-11-23 [paul]       0.8.5claws180
2038
2039         * po/it.po
2040                 updated by Alessandro Maestri
2041
2042 2002-11-22 [christoph]  0.8.5claws179
2043
2044         * src/compose.c
2045         * src/inc.c
2046         * src/prefs_filtering.c
2047         * src/summaryview.c
2048                 more warning fixes
2049
2050 2002-11-22 [alfons]     0.8.5claws178
2051
2052         * src/summaryview.c
2053                 summary_execute_delete_func(): if message is deleted, make 
2054                 sure to also remove its entry in the subject hash table. 
2055                 fixes a corner case bug.
2056
2057 2002-11-22 [paul]       0.8.5claws177
2058
2059         * .cvsignore
2060                 add 'autom4te.cache'
2061                 
2062         * ltconfig      ** REMOVED **
2063                 not needed
2064
2065 2002-11-22 [paul]       0.8.5claws176
2066
2067         * src/textview.c
2068                 textview_set_font(): fix for message display in
2069                 UTF-8 locales (thanks to Sergey Vlasov).
2070                 
2071         * AUTHORS
2072                 add new team members and contributors
2073
2074
2075 2002-11-21 [colin]      0.8.5claws175
2076
2077         * src/procmsg.[ch]
2078                 Add procmsg_remove_special_headers()
2079         * src/mh.c
2080                 Use procmsg_remove_special_headers() for 
2081                 previous fix
2082
2083 2002-11-21 [colin]      0.8.5claws174
2084
2085         * src/mh.c
2086                 Fix moving/copying from queue/draft folders
2087                 for MH folders
2088
2089 2002-11-21 [christoph]  0.8.5claws173
2090
2091         * src/crash.c
2092         * src/filtering.c
2093         * src/logwindow.c
2094         * src/main.c
2095         * src/matcher_parser_lex.[hl]
2096         * src/mbox.c
2097         * src/mbox_folder.[ch]
2098         * src/prefs_filtering.c
2099         * src/procheader.c
2100         * src/quote_fmt_lex.l
2101         * src/ssl.c
2102                 fix all warnings except the warnings in lex and yacc files
2103
2104 2002-11-20 [christoph]  0.8.5claws172
2105
2106         * src/imap.c
2107                 fix MsgInfo retrieval for IMAP draft and queue folders
2108                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
2109
2110 2002-11-19 [christoph]  0.8.5claws171
2111
2112         * src/compose.c
2113                 fix segfault, when draft saving does not get
2114                 the MsgInfo of the new message
2115                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
2116
2117 2002-11-19 [christoph]  0.8.5claws170
2118
2119         * src/procmsg.c
2120                 add parameter check for flag setting function
2121                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
2122
2123 2002-11-18 [paul]       0.8.5claws169
2124
2125         * src/compose.c
2126                 more sensitivity fixes to redirect mode:
2127                 * disable toolbar draft button
2128                 * allow only Address book in the Tools menu
2129                 * disable editing of message by the spell
2130                   checker
2131
2132 2002-11-18 [paul]       0.8.5claws168
2133
2134         * src/compose.c
2135                 fix sensitivity of menu items in compose_redirect():
2136                 allow only the necessary items 
2137
2138 2002-11-18 [paul]       0.8.5claws167
2139
2140         * src/compose.c
2141                 fix bug [ 603259 ] 'attachment got lost on bounce'
2142
2143 2002-11-18 [paul]       0.8.5claws166
2144
2145         * po/ru.po
2146                 updated by Ruslan N. Balkin <baron@dartel.ru>
2147
2148 2002-11-18 [colin]      0.8.5claws165
2149
2150         * src/main.c
2151           src/defs.h
2152                 Remove old filtering stuff
2153
2154
2155 2002-11-17 [oliver]     0.8.5claws164
2156
2157         * src/toolbar.h
2158                 remove not needed typedef 
2159
2160 2002-11-17 [oliver]     0.8.5claws163
2161
2162         * src/toolbar.c
2163                 make toolbar's on click events translatable
2164
2165 2002-11-15 [colin]      0.8.5claws162
2166
2167         * src/summaryview.c
2168                 Revert too-soon integration of a feature
2169
2170 2002-11-15 [christoph]  0.8.5claws161
2171
2172         * src/imap.c
2173                 use main's implementation of imap_get_msginfo
2174
2175 2002-11-15 [christoph]  0.8.5claws160
2176
2177         * src/compose.c
2178         * src/folder.[ch]
2179         * src/imap.c
2180         * src/mbox_folder.c
2181         * src/mh.c
2182         * src/news.c
2183         * src/procmsg.c
2184         * src/summaryview.c
2185                 replace claws' fetch_msginfo with main's get_msginfo
2186                 (use main's implementation where possible)
2187
2188 2002-11-15 [colin]      0.8.5claws159
2189
2190         * src/ssl_certificate.c
2191                 Missed a check
2192
2193 2002-11-16 [melvin]     0.8.5claws158
2194
2195         * po/fr.po
2196                 Updated French translations.
2197
2198 2002-11-16 [colin]      0.8.5claws157
2199
2200         * src/ssl_certificate.c
2201                 Check for missing parts in the certificates
2202
2203 2002-11-15 [colin]      0.8.5claws156
2204
2205         * src/folderview.c
2206                 Preventive fix (missing check) found by
2207                 Alfons
2208
2209 2002-11-15 [paul]
2210
2211         * NEWS
2212                 sync with 0.8.6 release
2213
2214 2002-11-15 [colin]      0.8.5claws155
2215
2216         * src/folder.[ch]
2217           src/folderview.c
2218                 Fix error handling of folder_item_move_to()
2219                 (thanks to Alfons!)
2220
2221 2002-11-15 [colin]      0.8.5claws154
2222
2223         * src/folder.[ch]
2224           src/folderview.c
2225                 folder_item_move_to() sets an error message instead
2226                 of having GUI stuff in folder.c
2227
2228 2002-11-15 [colin]      0.8.5claws153
2229
2230         * src/procmsg.[ch]
2231                 Implemented a callback for MsgInfo updates, 
2232                 heavily copy/pasted from Christoph's folder 
2233                 callback system
2234         * src/summaryview.[ch]
2235                 Register summary_update_msg as callback
2236
2237 2002-11-14 [colin]      0.8.5claws152
2238         
2239         * src/procmsg.c
2240                 Update the FolderItem after sending (fixes 617593)
2241
2242 2002-11-14 [christoph]  0.8.5claws151
2243
2244         * src/folder.c
2245                 fix wrong position of NULL pointer check found
2246                 by Sergey
2247
2248 2002-11-14 [christoph]  0.8.5claws150
2249
2250         * src/folder.c
2251                 fix segfault when deleting messages from IMAP folders
2252                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
2253
2254 2002-11-14 [colin]      0.8.5claws149
2255
2256         * src/compose.c
2257                 Forwarding was also ignoring the folder's default account.
2258
2259 2002-11-14 [colin]      0.8.5claws148
2260
2261         * src/compose.c
2262                 Fix sent folder not set to folder properties when 
2263                 forwarding.
2264
2265 2002-11-14 [thorsten]   0.8.5claws147
2266
2267         * src/inc.c
2268                 inc_start(): Files were not moved from .processing to inbox,
2269                 if no global processing rule existed
2270
2271 2002-11-14 [colin]      0.8.5claws146
2272
2273         * src/ssl_certificate
2274                 Fix file operations
2275
2276 2002-11-14 [paul]       0.8.5claws145
2277
2278         * po/it.po
2279                 updated by Alessandro Maestri
2280
2281 2002-11-13 [alfons]     0.8.5claws144
2282
2283         * src/folder.c
2284                 folder_item_close(): only mark messages unread
2285                 when a folder has new messages 
2286
2287 2002-11-13 [keith]      0.8.5claws143
2288
2289         * src/imap.c
2290                 Fix problem moving or copying between
2291                 IMAP folders
2292
2293 2002-11-13 [colin]      0.8.5claws142
2294
2295         * src/matcher_parser_parse.y
2296                 Fix rule problem when " don't match
2297
2298 2002-11-13 [christoph]  0.8.5claws141
2299
2300         * src/folder.c
2301         * src/folderview.c
2302                 moved cache saving to folder_item_close
2303                 the folderview should not have to deal with
2304                 this things
2305
2306 2002-11-13 [christoph]  0.8.5claws140
2307
2308         * src/summaryview.c
2309                 moved setting of important score to
2310                 summary_set_prefs_from_folderitem
2311
2312 2002-11-13 [colin]      0.8.5claws139
2313
2314         * src/matcher_parser_parse.y
2315                 Fix a segfault in the parser (happening when
2316                 a good expression had been tested and a bad 
2317                 one arrives)
2318
2319 2002-11-13 [paul]       0.8.5claws138
2320
2321         * sync with 0.8.5cvs24
2322                 see ChangeLog 2002-11-13
2323                 
2324         * po/pt_BR.po
2325                 updated by Fabio Jr. Beneditto
2326
2327 2002-11-13 [colin]      0.8.5claws137
2328         
2329         * src/msgcache.c
2330           src/defs.h
2331           src/procmsg.[ch]
2332                 Revert last commit, problem
2333
2334 2002-11-13 [colin]      0.8.5claws136
2335
2336         * src/msgcache.c
2337                 Remove duplicated code
2338         * src/defs.h
2339                 Bumped CACHE_VERSION and MARK_VERSION
2340         * src/procmsg.[ch]
2341                 Network endian for cache and mark files
2342
2343 2002-11-12 [colin]      0.8.5claws135
2344
2345         * src/inc.c
2346                 Fix the "socket error" dialog which disappeared
2347
2348 2002-11-12 [colin]      0.8.5claws134
2349
2350         * src/msgcache.c
2351                 Reverse last commit which had performance 
2352                 problems, but still reverse the list
2353
2354 2002-11-12 [colin]      0.8.5claws133
2355
2356         * src/msgcache.c
2357                 Reverse list order
2358
2359 2002-11-12 [melvin]     0.8.5claws132
2360
2361         * src/compose.c
2362                 Added a check for a NULL prefs_common.dictionary
2363
2364 2002-11-12 [colin]      0.8.5claws131
2365
2366         * src/ssl_certificate.[ch]
2367                 Use FQDN hostname
2368
2369 2002-11-12 [colin]      0.8.5claws130
2370
2371         * src/ssl_certificate.[ch]
2372                 Take connection port into account for 
2373                 checking certificates (a single hostname
2374                 could have multiple servers with multiple
2375                 certificates)
2376         * src/ssl.c
2377                 Pass the port to ssl_certificate_check
2378
2379 2002-11-12 [paul]       0.8.5claws129
2380
2381         * src/folder.c
2382                 fix a typo in last commit
2383
2384 2002-11-12 [paul]       0.8.5claws128
2385
2386         * sync with 0.8.5cvs23
2387                 see ChangeLog entry 2002-11-12
2388
2389 2002-11-11 [colin]      0.8.5claws127
2390
2391         * src/ssl_certificate.c
2392                 Cleaner messages
2393                 Don't popup, instead log error, if the 
2394                 corresponding pref is checked
2395         * src/ssl_certificate.h
2396                 include <openssl/objects/h>
2397
2398 2002-11-11 [colin]      0.8.5claws126
2399
2400         * src/ssl_certificate.h
2401                 _Really_ clean it
2402
2403 2002-11-11 [colin]      0.8.5claws125
2404         
2405         * src/ssl_certificate.c
2406                 Fixed leak
2407
2408 2002-11-11 [colin]      0.8.5claws124
2409
2410         * src/ssl.c
2411                 Cleaned a bit
2412         * src/ssl_certificate.[ch]
2413                 Cleaned a bit (better use of SSL API)
2414                 (This will cause non-recognition of saved 
2415                  certificates of claws12[23]...)
2416
2417 2002-11-11 [paul]       0.8.5claws123
2418         
2419         * po/es.po
2420                 updated by Ricardo Mones Lastra
2421
2422 2002-11-11 [colin]      0.8.5claws122
2423
2424         * src/ssl.c
2425                 Fix a typo
2426
2427 2002-11-11 [colin]      0.8.5claws121
2428
2429         * src/ssl_certificate.[ch] ** NEW FILES **
2430         * src/ssl.[ch]
2431                 Check SSL certificates presented to us
2432         * src/Makefile.am
2433                 Add ssl_certificate.[ch]
2434         * po/POTFILES.in
2435                 Add ssl_certificate.c
2436
2437 2002-11-11 [paul]       0.8.5claws120
2438
2439         * sync with 0.8.5cvs22
2440                 see ChangeLog 2002-11-11
2441
2442 2002-11-11 [paul]       0.8.5claws119
2443
2444         * sync with 0.8.5cvs21
2445                 see ChangeLog 2002-11-11
2446
2447 2002-11-10 [jens]       0.8.5claws118
2448
2449         * src/folder.c
2450         * src/folderview.c
2451                 corrected some typing
2452         * po/de.po
2453                 updated german translation
2454         * sylpheed.spec.in
2455                 cleaned up specfile and adjusted it for claws
2456
2457 2002-11-10 [colin]      0.8.5claws117
2458
2459         * src/summaryview.c
2460                 a STATUSBAR_PUSH/POP fix
2461
2462 2002-11-10 [colin]      0.8.5claws116
2463
2464         * src/prefs_folder_item.c
2465                 Fix hanging after opening folder properties
2466
2467 2002-11-10 [hoa]        0.8.5claws115
2468
2469         * src/matcher_parser_lex.l
2470         * src/matcher_parser_parse.y
2471                 config file for scoring and filtering is no more trashed
2472                 when there is a syntax error in a filtering rule when
2473                 editing it in a dialog.
2474
2475 2002-11-09 [colin]      0.8.5claws114
2476
2477         * src/mbox_folder.c
2478                 Added missing initialisation of folder->destroy()
2479
2480 2002-11-09 [colin]      0.8.5claws113
2481
2482         * src/folder.c
2483           src/folderview.c
2484                 Fix the status bar messages
2485
2486 2002-11-09 [colin]      0.8.5claws112
2487
2488         * src/folderview.c
2489                 Fix hangs after folder dnd, happening after 
2490                 claws109.
2491
2492 2002-11-09 [christoph]  0.8.5claws111
2493
2494         * src/folderview.c
2495                 just changed order of calls (reverse order of
2496                 associated calls)
2497         * src/inc.c
2498                 lock inc when checking only one account, otherwise
2499                 inc all could be executed at the same time
2500
2501 2002-11-09 [christoph]  0.8.5claws110
2502
2503         * src/folderview.c
2504                 better unlock the mouse cursor before calling
2505                 summary_show because it changes the cursor too
2506
2507 2002-11-09 [christoph]  0.8.5claws109
2508
2509         * src/folder.[ch]
2510         * src/folderview.c
2511                 add functions to open and close a folder
2512                 o opending will execute scanning for remote folders
2513                   and processing
2514                 o closing will unset new flag for messages
2515
2516 2002-11-09 [colin]      0.8.5claws108
2517
2518         * src/folder.c
2519                 Add a call to prefs_matcher_write_config to 
2520                 avoid non-leaf folders filtering settings to be
2521                 lost
2522
2523 2002-11-09 [paul]       0.8.5claws107
2524
2525         * src/prefs_account.c
2526                 re-word a label
2527
2528 2002-11-09 [colin]      0.8.5claws106
2529
2530         * src/folderview.c
2531                 Minor esthetic fix
2532
2533 2002-11-09 [colin]      0.8.5claws105
2534
2535         * src/folderview.c
2536                 Fix prefs_filtering deletion for MH folders (same
2537                 reason as below)
2538         * src/prefs_filtering.c
2539                 Fix prefs_filtering renaming and deletion for 
2540                 folder-based processing rules.  
2541
2542 2002-11-09 [christoph]  0.8.5claws104
2543
2544         * src/compose.c
2545         * src/folder.[ch]
2546         * src/folderview.[ch]
2547         * src/import.c
2548         * src/inc.c
2549         * src/main.c
2550         * src/mainwindow.c
2551         * src/messageview.c
2552         * src/prefs_folder_item.c
2553         * src/procmsg.c
2554         * src/summaryview.c
2555                 implement a callback system for folder item updates
2556
2557 2002-11-09 [colin]      0.8.5claws103
2558
2559         * src/folderview.c
2560                 Fix prefs_filtering renaming for MH folders (we
2561                 shouldn't rename by path as another folder could
2562                 have the same hierarchy).
2563
2564 2002-11-09 [colin]      0.8.5claws102
2565
2566         * src/folder.c
2567                 Fix a leak found by Christoph, use better variable
2568                 names
2569
2570 2002-11-09 [colin]      0.8.5claws101
2571
2572         * src/folder.c
2573                 One more fix for processing rules
2574
2575 2002-11-08 [colin]      0.8.5claws100
2576         
2577         * src/matcher.c
2578                 Don't copy the compiled regexp (will be reevaluated)
2579         * src/folderview.c
2580                 Lock folderview while moving
2581         * src/folder.c
2582                 Provide info on what's happening to the user
2583
2584 2002-11-08 [colin]      0.8.5claws99
2585
2586         * src/folderview.c
2587                 Fix folder reordering after a move if parent is 
2588                 root
2589         * src/scoring.[ch]
2590                 Add function to copy a ScoringProp
2591         * src/prefs_folder_item.c
2592                 Copy scoring rules when copying a folder prefs
2593
2594 2002-11-08 [colin]      0.8.5claws98
2595
2596         * src/folderview.c
2597                 Fixes in case of failure
2598         * src/filtering.[ch]    
2599                 Add function to duplicate a FilteringProp
2600         * src/matcher.[ch]
2601                 Add function to duplicate a MatcherProp
2602         * src/prefs_folder_item.c
2603                 Save folder's processing rules when copying 
2604                 its prefs
2605
2606 2002-11-08 [colin]      0.8.5claws97
2607         
2608         * src/folderview.c
2609                 Sort after move
2610         * src/folder.c 
2611                 Change a printf to debug_print
2612
2613 2002-11-08 [colin]      0.8.5claws96
2614
2615         * src/folder.c
2616           src/folderview.c
2617                 Fix segfaults, call me stupido
2618         
2619
2620 2002-11-08 [colin]      0.8.5claws95
2621
2622         *src/folder.c
2623                 Added forgotten prefs to save when moving folders
2624
2625 2002-11-08 [colin]      0.8.5claws94
2626
2627         * src/folder.c
2628                 Fixes to folder DND (prefs copy)
2629         * src/folderview.c
2630                 Optimization for folder DND (don't rescan whole tree)
2631                 Added folderview_create_folder_node() for this 
2632                 optimization, so de-duped a bit the code
2633         * src/prefs_folder_item.[ch]
2634                 Added prefs_folder_item_copy_prefs()    
2635           
2636 2002-11-08 [paul]       0.8.5claws93
2637
2638         * src/prefs_account.c
2639           tools/README
2640           tools/kmail2sylpheed_v2.pl
2641                 correct some typos
2642
2643 2002-11-08 [paul]       0.8.5claws92
2644
2645         * src/compose.c
2646           src/prefs_account.[ch]
2647                 remove account options 'clearsign' and 'ascii_armored',
2648                 replace with 'default_gnupg_mode' to prevent mixed-mode
2649                 Privacy settings
2650
2651 2002-11-08 [paul]       0.8.5claws91
2652
2653         * src/compose.[ch]
2654                 re-implement GnuPG 'on-the-fly' mode selection,
2655                 disallow mixed-mode
2656
2657 2002-11-08 [colin]      0.8.5claws90
2658
2659         * src/folderview.c
2660           src/prefs_folder_item.c
2661                 Change "Property" to "Properties"
2662
2663 2002-11-07 [colin]      0.8.5claws89
2664
2665         * src/folderview.c
2666           src/folder.c
2667                 Allow folder dropping to a root folder
2668
2669 2002-11-07 [paul]       0.8.5claws88
2670
2671         * src/compose.c
2672                 revert last commit
2673
2674 2002-11-07 [paul]       0.8.5claws87
2675
2676         * src/compose.c
2677                 fix reply-to-list bug. closes bug report
2678                 "[633382] reply-to-list broken in recent cvs"
2679
2680 2002-11-07 [paul]       0.8.5claws86
2681
2682         * src/compose.c
2683                 add a forgotten '#if USE_GPGME ... #endif'
2684
2685 2002-11-07 [paul]       0.8.5claws85
2686
2687         * sync with 0.8.5cvs20
2688                 see ChangeLog 2002-11-07
2689
2690 2002-11-07 [colin]      0.8.5claws84
2691
2692         * src/folder.[ch]
2693                 Change folder_item_move_to to return the newly 
2694                 created folderitem.
2695         * src/folderview.c
2696                 Select the new folderitem after moving.
2697
2698 2002-11-07 [colin]      0.8.5claws83
2699
2700         * src/prefs_filtering.c
2701                 Fix rule rewriting when moving a leaf folder to a 
2702                 shorter path
2703
2704 2002-11-07 [colin]      0.8.5claws82
2705
2706         * src/prefs_filtering.c
2707                 fix a leak
2708
2709 2002-11-07 [colin]      0.8.5claws81
2710
2711         * src/folder.[ch]
2712                 Add folder_item_move_to() function to move a 
2713                 folderitem into another one (updates matcher etc)
2714         * src/folderview.c
2715                 Add folder drag'n drop (context menu to come)
2716                 [Should be dataloss free, but Please backup before 
2717                  trying !]
2718
2719 2002-11-06 [colin]      0.8.5claws80
2720
2721         * src/mh.c
2722                 mh_create_folder() returns NULL if can't create
2723                 directory hierarchy
2724
2725 2002-11-06 [paul]       0.8.5claws79
2726
2727         * src/compose.[ch]
2728                 allow 'on-the-fly' changing of the type of encryption 
2729                 and/or signing used (mime/ascii) via the compose window
2730
2731 2002-11-06 [paul]       0.8.5claws78
2732
2733         * sync with 0.8.5cvs19
2734                 see ChangeLog 2002-11-06 for src/account.c: 
2735                 account_get_special_folder()
2736                 
2737 2002-11-05 [alfons]     0.8.5claws77
2738
2739         * src/crash.c
2740                 very minor cleanups: nothing to see here, move on. :-)
2741
2742 2002-11-05 [colin]      0.8.5claws76
2743
2744         * src/main.c
2745                 Changes choices if compose windows are opened to
2746                 Discard, Draft, Don't quit
2747
2748 2002-11-05 [thorsten]   0.8.5claws75
2749
2750         * src/compose.c
2751                 reenabled default_reply_to folder option
2752
2753 2002-11-05 [colin]      0.8.5claws74
2754
2755         * src/compose.[ch] 
2756                 add compose_draft()
2757         * src/crash.c
2758                 add SIGTERM handler
2759         * src/main.[ch]
2760                 add clean_quit() for the SIGTERM handler
2761
2762 2002-11-05 [paul]       0.8.5claws73
2763         
2764         * po/es.po
2765                 updated by Ricardo Mones Lastra
2766
2767 2002-11-05 [melvin]     0.8.5claws72
2768
2769         * src/logwindow.c
2770                 Fixed log-clipping bug #616795.
2771                 To stop logging in the log window use 0 length.
2772         * src/prefs_common.c
2773                 Added a label to inform about the 0 log length behaviour.
2774
2775 2002-11-05 [paul]       0.8.5claws71
2776
2777         * sync with 0.8.5cvs17
2778                 see ChangeLog 2002-11-05
2779
2780 2002-11-04 [paul]       0.8.5claws70
2781
2782         * sylpheed-128x128.png
2783           sylpheed-64x64.png
2784           sylpheed.png
2785                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
2786                 <nikai@users.sourceforge.net>
2787                 
2788         * po/bg.po
2789                 updated by George Danchev
2790
2791 2002-11-03 [thorsten]   0.8.5claws69
2792
2793         * src/main.c
2794           src/mimeview.c
2795           src/rfc2015.h
2796                 add check if gpg is active
2797
2798 2002-11-03 [thorsten]   0.8.5claws68
2799
2800         * src/toolbar.h
2801                 removed GSList declaration causing trouble on MacOS-X
2802                 (submitted by alfons, reported by xfesty)
2803
2804 2002-11-01 [paul]       0.8.5claws67
2805
2806         * src/mainwindow.c
2807                 remove last remnants of main's filter code
2808
2809 2002-11-01 [paul]       0.8.5claws66
2810
2811         * tools/filter_conv.pl
2812                 fix bug where user-defined headers were ignored
2813
2814 2002-11-01 [paul]       0.8.5claws65
2815
2816         * src/logwindow.c
2817                 make a debug_print() not translatable
2818
2819 2002-10-31 [melvin]     0.8.5claws64
2820
2821         * ac/aspell.m4
2822                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
2823                 not run any GNU/aspell test.  The dictionary path will
2824                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
2825                 was given, in which case, it will be $prefix/lib/aspell/
2826         * configure.in
2827                 Fixed typo in commentary (Aspell code).
2828
2829 2002-10-31 [paul]       0.8.5claws63
2830
2831         * po/POTFILES.in
2832                 remove src/filter.c and src/prefs_filter.c
2833                 thanks to Ricardo for reminding me
2834
2835 2002-10-31 [colin]      0.8.5claws62
2836
2837         * src/mbox_folder.c
2838                 Plug some leaks
2839
2840 2002-10-31 [paul]       0.8.5claws61
2841
2842         * src/prefs_filter.[ch] ** REMOVED **
2843           src/filter.[ch]       ** REMOVED **
2844           
2845         * src/Makefile.am
2846           src/folderview.c
2847           src/inc.c
2848           src/main.c
2849           src/mainwindow.c
2850           src/mbox.c
2851           src/prefs_common.c
2852           src/prefs_filtering.c
2853           src/summaryview.[ch]
2854                 remove main's 'filter' code
2855                 
2856         README.claws
2857                 update to reflect removal of main's filter
2858
2859 2002-10-31 [paul]       0.8.5claws60
2860
2861         * src/summaryview.c
2862                 remove check for global_processing in summary_filter_open(). 
2863                 This fixes the bug where if the user uses the right-click 
2864                 'Create filter rule...' and doesn't have any filter rules 
2865                 already defined in claws' advanced filtering, the newly 
2866                 created filter rule goes to main's filtering which is 
2867                 inaccessible through the gui. Now the filter rule gets added
2868                 to claws' filtering by default.
2869
2870 2002-10-28 [melvin]     0.8.5claws59
2871
2872         * src/prefs_actions.c
2873                 Fixed bug #627322 where MIME parts were not always
2874                 correctly passed to a %p action
2875                 Display an error dialog when message filename is not found.
2876
2877 2002-10-28 [melvin]     0.8.5claws58
2878
2879         * src/prefs_common.c
2880                 Readded a missing function declaration lost in 0.8.3claws34
2881
2882 2002-10-28 [paul]       0.8.5claws57
2883
2884         * sync with 0.8.5cvs15
2885                 see ChangeLog 2002-10-28 and 2002-10-25
2886                 
2887         Note: ChangeLog entry 2002-10-24 is not sync'ed.
2888
2889 2002-10-27 [oliver]     0.8.5claws56
2890
2891         * src/pop.c
2892                 plug leak in pop3_top_recv
2893
2894 2002-10-26 [christoph]  0.8.5claws55
2895
2896         * src/folder.c
2897                 set need_update folder flag when messages are added
2898                 (closes bug [ 626922 ] folder not updated after receiving)
2899
2900 2002-10-25 [melvin]     0.8.5claws54
2901
2902         * src/imageview.c
2903                 Fixed a memleak introduced in the scaling code.
2904
2905 2002-10-24 [alfons]     0.8.5claws53
2906
2907         * src/filtering.c
2908                 make filtering's forward message action forward from the 
2909                 correct account
2910                 (closes bug [628089 ] Filter -> Forward from address problem
2911                 reported by Oktay)
2912
2913 2002-10-24 [christoph]  0.8.5claws52
2914
2915         * src/mainwindow.c
2916         * src/manual.[ch]
2917                 o use manual of current locale or english if current
2918                   locale is not available (and english is available)
2919                 o also link to sylpheed doc project manuals
2920
2921 2002-10-23 [paul]       0.8.5claws51
2922
2923         * tools/README
2924           tools/kmail2sylpheed_v2.pl
2925                 add new version of kmail addressbook importer script.
2926                 works with newer versions of Kmail/KAddressBook which
2927                 have new and rearranged data.
2928
2929 2002-10-23 [martin]     0.8.5claws50
2930
2931         * src/folderview.c
2932         * src/summaryview.c
2933         * src/utils.h
2934         * src/utils.c
2935                 added length parameter to get_abbrev_newsgroup_name()
2936                 changed this function so that it abbreviates the newsgroup
2937                 names only so long it is smaller than the length parameter
2938                 (for better reading of some newsgroup names and space efficiency)
2939
2940 2002-10-22 [colin]      0.8.5claws49
2941
2942         *src/foldersel.c
2943                 Revert Alfons' last modification (after voting ;-))
2944
2945 2002-10-21 [alfons]     0.8.5claws48
2946
2947         * src/foldersel.c
2948                 folder view in folder selection dialog reflects state of
2949                 folder view in main window
2950
2951 2002-10-18 [alfons]     0.8.5claws47
2952
2953         * src/mbox.c
2954                 drop imported messages in folder selected by user,
2955                 and not in the inbox
2956                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
2957
2958 2002-10-18 [alfons]     0.8.5claws46
2959
2960         * src/compose.c
2961                 make automagic reply work correctly for email accounts 
2962                 (whether it's viable to do a full sync with Hiro's 
2963                 compose.c is still under discussion)
2964
2965 2002-10-18 [melvin]     0.8.5claws45
2966
2967         * src/prefs_actions.c
2968                 Fixed bug #622275 where asynchroneous actions left 
2969                 zombies processes
2970                 Made (synchroneous) actions' input be displayed live.
2971
2972 2002-10-18 [christoph]  0.8.5claws44
2973
2974         * src/textview.c
2975                 don't add a newline in the textview in front of the
2976                 first textpart if header display is disabled
2977                 (closes bug [ 603385 ] disabled header display leaves blank
2978                  lin)
2979
2980 2002-10-18 [christoph]  0.8.5claws43
2981
2982         * src/folder.[ch]
2983         * src/imap.c
2984         * src/mbox_folder.c
2985         * src/mh.c
2986         * src/news.c
2987                 folder->get_num_list now returns an error code
2988                 (closes bug [ 609424 ] News cache cleared on failure)
2989                 
2990 2002-10-17 [colin]      0.8.5claws42
2991         
2992         * src/news.c
2993                 Changed a printf by debug_print
2994
2995 2002-10-16 [paul]       
2996
2997         * tools/OOo2sylpheed.pl
2998                 allow for spaces in the name of the
2999                 file to be attached.
3000
3001 2002-10-16 [colin]      0.8.5claws41
3002
3003         * src/main.c
3004                 Use a tristate to change online mode
3005
3006 2002-10-16 [paul]       0.8.5claws40
3007
3008         * po/es.po
3009                 updated by Ricardo Mones Lastra
3010
3011 2002-10-16 [colin]      0.8.5claws39
3012
3013         * src/main.c
3014           src/mainwindow.[ch]
3015                 Added --online and --offline command-line
3016                 switches
3017
3018 2002-10-15 [christoph]  0.8.5claws38
3019
3020         * src/procmime.c
3021                 set mimeinfo->name to NULL after g_free to
3022                 avoid double freeing with g_free
3023
3024 2002-10-14 [christoph]  0.8.5claws37
3025
3026         * src/compose.c
3027         * src/filtering.c
3028         * src/summaryview.c
3029                 remove calls to folder->change_flags that are now
3030                 done by procmsg flag functions (seems it is not
3031                 used by any foldertype anyway)
3032         * src/folder.c
3033                 init folder->change_flags with NULL
3034
3035 2002-10-14 [christoph]  0.8.5claws36
3036
3037         * src/folder.[ch]
3038         * src/imap.[ch]
3039                 use virtual functions for folder item new and destroy
3040                 functions
3041
3042 2002-10-14 [melvin]     0.8.5claws35
3043
3044         * src/compose.c
3045                 Added a test to not run the spell checker if no default
3046                 dictionary is available. No dialog is displayed though.
3047
3048 2002-10-14 [melvin]     0.8.5claws34
3049
3050         * src/gtkaspell.c
3051                 Fixed bug in dictionary list context menu where
3052                 "More..." pointed to an emtpy submenu if the
3053                 number of dictionaries is a multiple of 15
3054                 Removed unneeded code in suggestions list creation
3055
3056 2002-10-14 [paul]       0.8.5claws33
3057
3058         * po/bg.po
3059                 updated by George Danchev
3060
3061 2002-10-13 [hoa]        0.8.5claws32
3062
3063         * src/matcher.[ch]
3064           src/matcher_parser_parser.y
3065                 removed the escaped string from internal structure
3066                 of matcher.
3067
3068 2002-10-12 [colin]      0.8.5claws31
3069
3070         * src/gtksctree.[ch]
3071           src/summaryview.c
3072                 Removed useless function gtksctree_reanchor
3073
3074 2002-10-12 [alfons]     0.8.5claws30
3075         
3076         * sync with remaining main changes 2002-10-09 - 2002-10-11
3077         - drop changes to src/compose.c (requires claws specific changes)
3078         
3079 2002-10-12 [alfons]     0.8.5claws29
3080         
3081         * sync with main changes of 2002-10-08
3082         - drop changes to src/compose.c (requires claws specific changes)
3083         - drop changes to src/summaryview.c (requires changes to compose.c)     
3084
3085 2002-10-12 [alfons]     0.8.5claws28
3086         
3087         * sync with main changes of 2002-10-07
3088
3089 2002-10-12 [alfons]     0.8.5claws27
3090
3091         * sync with main changes of 2002-10-04
3092         - drop changes to src/compose.c (requires claws specific changes)
3093         - drop changes to src/prefs_folder_item.c (claws implementation
3094           seems to be working)
3095
3096 2002-10-12 [colin]      0.8.5claws26
3097
3098         * src/mainwindow.c
3099                 Fix folder-flicker when space-reading, introduced 
3100                 in claws22.
3101
3102 2002-10-12 [colin]      0.8.5claws25
3103
3104         * src/compose.c
3105                 Save account address when saving as draft.
3106                 (closes bug 621838)
3107
3108 2002-10-12 [colin]      0.8.5claws24
3109
3110         * src/summaryview.c
3111                 Fix the problem consisting of no message selected
3112                 after the last message in a folder has been moved.
3113
3114 2002-10-12 [paul]       0.8.5claws23
3115
3116         * src/compose.c
3117           src/prefs_template.c
3118           src/template.[ch]
3119                 add Cc and Bcc to templates. Patch submitted by
3120                 John L. Males.
3121
3122 2002-10-12 [colin]      0.8.5claws22
3123
3124         * src/folderview.c
3125                 Fix a bug after "Check for new messages":
3126                 If a folder was opened, it was still selected at
3127                 the end of the check, but displayed empty.
3128         * src/mainwindow.c
3129                 Remove unnecessary check
3130
3131 2002-10-12 [paul]
3132
3133         * tools/README
3134                 be more verbose in the description of
3135                 OOo2sylpheed.pl
3136                 
3137
3138 2002-10-11 [colin]      0.8.5claws21
3139
3140         * src/mainwindow.c
3141                 Make space work (better) when no mail is selected
3142
3143 2002-10-11 [colin]      0.8.5claws20
3144
3145         * src/inc.c
3146           src/news.c
3147                 fix warnings
3148
3149 2002-10-11 [colin]      0.8.5claws19
3150
3151         * src/mainwindow.c
3152                 revert 0.8.5claws6 changes as i couldn't get to
3153                 anything satisfying
3154
3155 2002-10-11 [melvin]     0.8.5claws18
3156
3157         * src/compose.c
3158                 Removed buggy and unused macro (should have been committed in
3159                 0.8.5claws17)
3160
3161 2002-10-11 [melvin]     0.8.5claws17
3162
3163         * src/compose.c
3164                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
3165
3166 2002-10-11 [thorsten]   0.8.5claws16 
3167
3168         * src/folderview.c
3169                 remove rescan warning
3170
3171 2002-10-11 [colin]      0.8.5claws15 
3172
3173         * src/procheader.c
3174                 fix a segfault that happens if conv_unmime_header
3175                 fails (should be better to find out why it fails)
3176
3177 2002-10-11 [christoph]  0.8.5claws14
3178
3179         * src/summaryview.c
3180                 update folderview stats after ignore/unignore thread
3181
3182 2002-10-11 [hoa]        0.8.5claws13
3183
3184         * src/quote_fmt_parse.y
3185                 Fixed a yacc/bison syntax error
3186         * src/matcher.c
3187                 Escaping of string is fixed.
3188
3189 2002-10-11 [colin]      0.8.5claws12
3190
3191         * src/imageview.c
3192                 Resize images to fit
3193
3194 2002-10-11 [paul]       0.8.5claws11
3195
3196         * po/es.po
3197                 updated by Ricardo Mones Lastra
3198
3199 2002-10-10 [alfons]     0.8.5claws10
3200
3201         * src/compose.c
3202                 allow dropping files by "moving" files from a file manager,
3203                 not only by the more cumbersome "copying". the latter 
3204                 mostly implies holding down the Control button
3205
3206 2002-10-10 [christoph]  0.8.5claws9
3207
3208         * src/summaryview.c
3209                 update folders after thread building for ignored threads
3210
3211 2002-10-10 [christoph]  0.8.5claws8
3212
3213         * config/.cvsignore
3214                 added Makefile
3215         * src/filtering.[ch]
3216         * src/folder.[ch]
3217         * src/folderview.[ch]
3218         * src/import.c
3219         * src/inc.[ch]
3220         * src/mbox.[ch]
3221         * src/procmsg.c
3222         * src/summaryview.[ch]
3223                 o added new flag need_update to FolderItem
3224                 o removed folder_table from various functions from tracking
3225                   folder updates
3226                 o set need_update flags in folder.c's move, copy and delete
3227                   functions and procmsg's flags functions
3228                 o added function folderview_update_items_when_required that
3229                   updates all folders with need_update set
3230                 o call folderview_update_items_when_required instead of
3231                   folderview_update_item_foreach
3232
3233 2002-10-09 [sergey]     0.8.5claws7
3234
3235         * src/compose.c
3236                 Strip CRs whel loading the text into editor in reedit mode.
3237
3238 2002-10-09 [colin]      0.8.5claws6
3239
3240         * src/mainwindow.c
3241                 Make Space work when no mail is selected
3242
3243 2002-10-09 [colin]      0.8.5claws5
3244
3245         * src/gtksctree.[ch]
3246                 Fix range_select
3247                 Add gtk_sctree_reanchor() 
3248         * src/summaryview.c
3249                 Use gtk_sctree_reanchor() - better fix for 
3250                 bug 60413
3251
3252 2002-10-09 [colin]      0.8.5claws4
3253
3254         * src/summaryview.c
3255                 Fix shift-click select after delete problem
3256                 (closes bug 60413)
3257
3258 2002-10-08 [thorsten]   0.8.5claws3
3259
3260         * src/summaryview.c
3261                 exclude current msg from -hide read messages-
3262
3263 2002-10-08 [colin]      0.8.5claws2
3264
3265         * src/inc.[ch]
3266           src/pop.c
3267           src/recv.c
3268                 Differentiate socket errors from disk full
3269                 errors
3270
3271 2002-10-08 [christoph]  0.8.5claws1
3272
3273         * Makefile.am
3274         * configure.in
3275                 modifications for new config directory
3276
3277         * config.guess  ** REMOVED **
3278         * config.sub    ** REMOVED **
3279         * install-sh    ** REMOVED **
3280         * ltmain.sh     ** REMOVED **
3281         * missing       ** REMOVED **
3282         * mkinstalldirs ** REMOVED **
3283                 these files are autogenerated by automake
3284                 when you run autogen.sh
3285
3286         * config/.cvsignore     ** NEW FILE **
3287         * config/Makefile.am    ** NEW FILE **
3288                 ignore autogenerated files
3289                 create a Makefile in this directory
3290
3291 2002-10-08 [paul]       0.8.5claws
3292
3293         * 0.8.5claws release
3294         
3295         * src/compose.c
3296           src/procheader.c
3297           src/procmsg.c
3298                 fix quote reply format for newsgroups reply bug
3299                 (thanks to Hoa)
3300                 
3301         * po/en_GB.po
3302           po/pl.po
3303                 updated by me and Witold Wladyslaw Wojciech Wilk
3304                 repectively
3305
3306 2002-10-07 [paul]       0.8.3claws53
3307
3308         * po/it.po
3309           po/pt_BR.po
3310           po/sr.po
3311                 updated messages catalogs, submitted by
3312                 Alessandro Maestri, Fabio Jr.Beneditto 
3313                 and Urke MMI, respectively.
3314
3315 2002-10-07 [christoph]  0.8.3claws52
3316
3317         * src/folder.[ch]
3318         * src/folderview.c
3319         * src/mainwindow.c
3320                 fix new folder ghost message bug
3321                 (closes bug [ 619722 ] wrong count for newly created folders)
3322
3323 2002-10-07 [christoph]  0.8.3claws51
3324
3325         * src/compose.c
3326                 fix news posting problem
3327
3328 2002-10-07 [melvin]     0.8.3claws50
3329
3330         * po/fr.po
3331                 Updated French translation
3332
3333 2002-10-05 [christoph]  0.8.3claws49
3334
3335         * src/gtkstext.c
3336                 check if line_start_cache is set in gtk_stext_update_text
3337                 (closes bug [ 618119 ] crash while doing search in folder)
3338
3339 2002-10-05 [christoph]  0.8.3claws48
3340
3341         * src/imap.c
3342         * src/news.c
3343         * src/utils.c
3344         * src/utils.h
3345                 implement cache cleanups for claws' folder system
3346                 (closes bug [ 595916 ] imapcache not cleaned up)
3347
3348 2002-10-05 [melvin]     0.8.3claws47
3349
3350         * src/prefs_actions.c
3351                 Made the help text more clear for the %p token
3352
3353 2002-10-04 [paul]       0.8.3claws46
3354
3355         * sync with 0.8.5
3356                 see ChangeLog 2002-10-02 and 2002-10-03
3357
3358 2002-10-04 [christoph]  0.8.3claws45
3359
3360         * src/inc.c
3361                 fix segfault caused by pop before smtp
3362                 call to inc_account_mail with NULL
3363                 pointer for mainwin
3364
3365 2002-10-04 [paul]       0.8.3claws44
3366
3367         * configure.in
3368                 sync the LDAP detection from 0.8.5cvs1
3369
3370 2002-10-02 [christoph]  0.8.3claws43
3371
3372         * po/de.po
3373                 fix small spelling error
3374
3375 2002-10-02 [melvin]     0.8.3claws42
3376
3377         * ac/aspell.m4
3378                 Behave better and say "no" when test program cannot be run.
3379
3380 2002-10-02 [paul]       0.8.3claws41
3381
3382         * sync with 0.8.4cvs1
3383                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
3384                 
3385         * src/summaryview.c
3386                 toggle the behavior of Reply menuitem between
3387                 normal reply and reply-to-list
3388
3389 2002-10-01 [sergey]     0.8.3claws40
3390
3391         * src/compose.c
3392                 Convert newlines in the message text to the canonical form
3393                 before base64 encoding (RFC2045 compliance, fixes some
3394                 interoperability issues with Evolution 1.0.3)
3395
3396 2002-09-29 [colin]      0.8.3claws39
3397
3398         * src/summaryview.c
3399                 Fix an unwanted copy/paste
3400
3401 2002-09-29 [colin]      0.8.3claws38
3402
3403         * src/mainwindow.c
3404                 Renamed "Custom toolbar" to "Customize toolbar"
3405                 Renamed "Show all header" to "Show all headers"
3406                 Renamed "Set diplay item" to "Set displayed items"
3407         * src/prefs_common.c
3408                 Renamed "Show all header" to "Show all headers"
3409         * src/prefs_summary_column.c
3410                 Renamed "diplay item" to "displayed items"
3411
3412 2002-09-29 [colin]      0.8.3claws37
3413
3414         * src/mainwindow.[ch]
3415                 online/offline status pixmaps follow theme
3416                 changes
3417         * src/summaryview.[ch]
3418                 quicksearch pixmap follows theme changes
3419
3420 2002-09-29 [thorsten]   0.8.3claws36
3421
3422         * src/compose.c
3423           src/prefs_folder_item.[ch]
3424                 add default_reply_to folder option (closes patch 581044)
3425
3426 2002-09-29 [christoph]  0.8.3claws35
3427
3428         * acconfig.h    ** REMOVED **
3429         * configure.in
3430         * ac/aspell.m4
3431         * ac/check-type.m4
3432         * ac/gnupg-check-typedef.m4
3433                 fix autoheader 2.50 warning
3434
3435 2002-09-29 [christoph]  0.8.3claws34
3436
3437         * major code cleanup (part 2)
3438         
3439                 - unused variables removed
3440                 - unused functions removed
3441                 - uninitialized variables checked
3442                 - missing return statements added
3443                 - missing function return types added
3444                 - added parentheses around assignment
3445                   when suggested by gcc
3446
3447 2002-09-29 [alfons]     0.8.3claws33
3448
3449         * src/logwindow.c
3450                 log_window_clear(): only bracket gtk_text_forward_delete() 
3451                 with gtk_text_freeze() / gtk_text_thaw() (see if this
3452                 works around GTK text bug)
3453
3454 2002-09-29 [paul]       0.8.3claws32
3455
3456         * po/bg.po
3457           po/sr.po
3458                 updated by George Danchev and Urke MMI
3459                 respectively
3460
3461 2002-09-27 [christoph]  0.8.3claws31
3462
3463         * doc-src/readme.txt
3464         * doc-src/rfc1806.txt   ** REMOVED **
3465         * doc-src/rfc2183.txt   ** NEW FILE **
3466         * doc-src/rfc2980.txt   ** NEW FILE **
3467                 update rfcs
3468
3469 2002-09-27 [melvin]     0.8.3claws30
3470
3471         * ac/aspell.m4
3472                 Fixed typo which could break linking
3473
3474 2002-09-27 [melvin]     0.8.3claws29
3475
3476         * ac/aspell.m4
3477                 Improved GNU/aspell checking. 
3478                 Fixed bug #614490
3479
3480 2002-09-27 [paul]       0.8.3claws28
3481
3482         * sync with 0.8.3cvs8
3483                 see ChangeLog 2002-09-27
3484
3485 2002-09-26 [colin]      0.8.3claws27
3486
3487         * src/toolbar.[ch]
3488           src/mainwindow.[ch]
3489                 Add "Reply to Mailing-list" to the toolbar
3490
3491 2002-09-26 [christoph]  0.8.3claws26
3492
3493         * src/summaryview.c
3494                 Fix wrong message counts in summaryview status
3495
3496 2002-09-26 [paul]       0.8.3claws25
3497
3498         * sync with 0.8.3cvs7
3499                 see ChangeLog 2002-09-26
3500
3501 2002-09-26 [paul]       0.8.3claws24
3502
3503         * sync with 0.8.3cvs6
3504                 see ChangeLog 2002-09-25
3505
3506 2002-09-25 [christoph]  0.8.3claws23
3507
3508         * src/prefs_common.c
3509         * src/prefs_folder_item.c
3510         * src/prefs_scoring.c
3511                 Renamed "kill score" to "hide score" in GUI
3512                 and prefs files
3513
3514 2002-09-25 [paul]       0.8.3claws22
3515
3516         * sync with 0.8.3cvs5
3517                 see ChangeLog 2002-09-24
3518
3519 2002-09-24 [alfons]     0.8.3claws21
3520
3521         patch by Satoshi Nagayasu: allows appending / saving multiple 
3522         selected files (closes "[ 612279 ] save multiple mesg(s) in 
3523         'Save as ...'")
3524
3525         * AUTHORS
3526                 add Satoshi Nagayasu
3527         * src/summaryview.c
3528                 summary_save_as(): allow saving selected files to
3529                 one file
3530                 summary_set_menu_sensitive: enable "Save As..." when
3531                 multiple files are selected
3532         * src/utils.[ch]
3533                 append_file(): new function
3534
3535 2002-09-24 [colin]      0.8.3claws20
3536
3537         * src/procmime.c
3538                 Fix segfault when mimeinfo doesn't have a 
3539                 content_type. 
3540
3541 2002-09-24 [colin]      0.8.3claws19
3542
3543         * src/prefs_common.[ch]
3544                 Add a preference to display send dialog or not
3545         * src/send.c
3546                 Display send dialog according to preference
3547
3548 2002-09-24 [colin]      0.8.3claws18
3549
3550         * src/compose.[ch]
3551                 Disable user actions when sending
3552
3553 2002-09-24 [colin]      0.8.3claws17
3554
3555         * src/procmime.c
3556                 Do not display name or filename for attachments
3557                 with an application/pgp-signature type
3558                 (security flaw, see bug 537413)
3559
3560 2002-09-23 [colin]      0.8.3claws16
3561
3562         * src/editaddress.c
3563                 Initialize entry_email, entry_alias and 
3564                 entry_remarks to first email address of the list
3565
3566 2002-09-23 [colin]      0.83claws15
3567
3568         * src/compose.c
3569                 Drop pgp-signature when reediting a signed queued
3570                 message
3571
3572 2002-09-23 [melvin]     0.8.3claws14
3573
3574         * po/fr.po
3575                 Updated French translation
3576
3577 2002-09-23 [melvin]     0.8.3claws13
3578
3579         * src/mainwindow.c
3580                 Made custom toolbar menu labels more consistent
3581         * src/prefs_toolbar.c
3582                 Made custom toolbar window title more consistent
3583
3584 2002-09-22 [colin]      0.8.3claws12
3585
3586         * src/inc.c
3587                 Initialize session type to normal before getting 
3588                 mail (fixes strange Get behaviour)
3589         * src/prefs_account.h
3590                 Move STYPE_POP_BEFORE_SMTP to last position to 
3591                 avoid other side-effects
3592
3593 2002-09-22 [colin]      0.8.3claws11
3594
3595         * src/prefs_account.c
3596                 Fix pop_bfr_smtp_tm_entry sensivity when switching
3597                 from pop3 to apop or vice-versa
3598
3599 2002-09-22 [colin]      0.8.3claws10
3600         
3601         * src/prefs_account.[ch]
3602                 Add an option for the POP before SMTP timeout
3603         * src/inc.c
3604                 Remember time of last POP connection
3605         * src/send.c
3606                 Do POP before SMTP only if timeout reached
3607
3608 2002-09-22 [oliver]     0.8.3claws9
3609         
3610         * README.claws
3611                 explain custom toolbar
3612
3613 2002-09-22 [oliver]     0.8.3claws8
3614
3615         * src/prefs_actions.[ch]
3616         custom toolbar for compose      
3617                 actions callback from compose toolbar
3618         * src/folderview.c
3619                 remove include toolbar.h
3620
3621 2002-09-22 [oliver]     0.8.3claws7
3622         
3623         * src/prefs_toolbar.[ch]
3624                 custom toolbar for compose
3625                 - generic prefs_toolbar handles both
3626                   Mainwin's toolbar as well as Compose toolbar          
3627
3628 2002-09-22 [oliver]     0.8.3claws6
3629         
3630         * src/toolbar.[ch]
3631                 custom toolbar for compose
3632                 restructure toolbar.[ch]
3633
3634 2002-09-22 [oliver]     0.8.3claws5
3635
3636         * src/compose.[ch]
3637                 custom toolbar for compose
3638
3639 2002-09-22 [oliver]     0.8.3claws4
3640         
3641         * src/mainwindow.[ch]
3642                 custom toolbar for compose 
3643                 move mainwin toolbar back to mainwindow
3644
3645 2002-09-22 [alfons]     0.8.3claws3
3646
3647         * src/procmsg.c
3648                 :%sno/if(/if (/gc
3649                 :%sno/for(/for (/gc
3650                 (beautify)
3651
3652 2002-09-22 [alfons]     0.8.3claws2
3653         
3654         * src/procmsg.c
3655                 procmsg_save_to_outbox(): don't unlink message file from queue;
3656                 callers should do it using folder_item_remove_msg()
3657
3658 2002-09-22 [colin]      0.8.3claws1
3659
3660         * src/mimeview.[ch]
3661                 Made mimeview_check_signature() public
3662         * src/textview.c
3663                 Made GPG signatures verifiable by clicking
3664                 the [application/pgp-signature] in the Text
3665                 view
3666
3667 2002-09-22 [paul]       0.8.3claws
3668
3669         * po/bg.po
3670           po/en_GB.po
3671           po/es.po
3672           po/it.po
3673           po/pl.po
3674           po/pt_BR.po
3675           po/sr.po
3676                 updated translations, submitted by George Danchev,
3677                 me, Ricardo Mones Lastra, Alessandro Maestri,
3678                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
3679                 and Urke MMI, respectively.     
3680
3681 2002-09-22 [alfons]     0.8.2claws65
3682
3683         * src/procmsg.c
3684         * src/pgptext.c
3685                 no furry valgrinds have been used to plug these memleaks
3686
3687 2002-09-20 [paul]       0.8.2claws64
3688
3689         * sync with 0.8.3cvs4
3690                 'Select thread' re-implemented 
3691                 see ChangeLog 2002-09-20
3692
3693 2002-09-21 [alfons]     0.8.2claws63
3694
3695         * src/compose.c
3696                 compose_send(): plug unnoticed memleak
3697
3698 2002-09-20 [alfons]     0.8.2claws62
3699
3700         * src/addr_compl.c
3701                 replace_address_in_edit(): strict check for NULL address to
3702                 fix "[ 607348 ] Segfault in address completion". My guess is
3703                 that this happens with an empty address book, but it's good
3704                 to have this check here anyway
3705                 
3706                 completion_window_button_press(): free string returned 
3707                 from the internal cache
3708
3709 2002-09-20 [christoph]  0.8.2claws61
3710
3711         * src/procmime.h
3712                 added ENC_BINARY to EncodingType
3713         * src/procmime.c
3714                 the string returned by procmime_get_encoding_str
3715                 should not depend on the order of values in the
3716                 EncodingType definition
3717         * doc-src/rfc1806.txt   ** NEW FILE **
3718                 Added rfc1806 about MIME Content-Disposition
3719                 Extension
3720
3721 2002-09-19 [paul]       0.8.2claws60
3722
3723         * sync with 0.8.2cvs3
3724                 see ChangeLog 2002-09-19
3725
3726 2002-09-19 [paul]       0.8.2claws59
3727
3728         * src/prefs_folder_item.c
3729                 revert to Darko's original alignment of colour
3730                 selector button
3731                 add a colon to folder_color label
3732                 
3733         * src/compose.c
3734                 add Colin's patch (with Hiro's modifications) to 
3735                 force BASE64 encoding for 8-bit text when signing
3736                 (sync with 0.8.3cvs2)
3737
3738 2002-09-18 [alfons]     0.8.2claws58
3739
3740         * src/compose.c
3741                 :%sno/if(/if (/gc
3742                 :%sno/for(/for (/gc
3743                 (beautify a little bit)
3744
3745 2002-09-18 [christoph]  0.8.2claws57
3746
3747         * src/pine.c
3748                 fix handling of fgetc return value
3749
3750 2002-09-17 [alfons]     0.8.2claws56
3751         
3752         * src/summaryview.c
3753                 summary_sort(): check non-NULL summaryview->folder_item when no 
3754                 folder is selected at all
3755                 (closes "[ 610344 ] sort label make syl Crash")
3756
3757 2002-09-17 [alfons]     0.8.2claws55
3758         
3759         * src/compose.c
3760                 beautify a little bit
3761
3762 2002-09-17 [christoph]  0.8.2claws54
3763
3764         * src/folder.c
3765                 initialize max values for cache and folder
3766                 when cache or folder is empty
3767
3768 2002-09-15 [colin]      0.8.2claws53
3769
3770         * src/compose.c
3771                 Fix a leak (thanks Alfons!) and cleaned
3772                 variables names for custom headers
3773
3774 2002-09-15 [colin]      0.8.2claws52
3775
3776         * src/compose.c
3777                 Fix custom headers recognition when
3778                 prefs_common.trans_hdr is on
3779
3780 2002-09-15 [colin]      0.8.2claws51
3781
3782         * src/compose.c
3783                 Allow dynamically-added custom headers
3784                 Yet not reparsed if reedited
3785
3786 2002-09-15 [alfons]     0.8.2claws50
3787
3788         * src/prefs_account.c
3789                 fix warnings
3790
3791 2002-09-15 [colin]      0.8.2claws49
3792         
3793         * src/prefs_account.c
3794                 fix pop_before_smtp sensitivity
3795
3796 2002-09-15 [colin]      0.8.2claws48
3797
3798         * src/inc.[ch]
3799                 add inc_pop_before_smtp()
3800                 allow MainWindow to be undefined in 
3801                 inc_account_mail() and inc_start()
3802         * src/pop.c
3803           src/prefs_account.h
3804                 add STYPE_POP_BEFORE_SMTP session type
3805         * src/prefs_account.c
3806                 activated pop before smtp option
3807         * src/send.c
3808                 do pop before smtp if the relevant option 
3809                 is set
3810
3811 2002-09-15 [paul]       0.8.2claws47
3812
3813         * sync with 0.8.3
3814                 see ChangeLog 2002-09-15
3815
3816 2002-09-14 [paul]       0.8.2claws46
3817
3818         * po/bg.po
3819                 updated Bulgarian translation, submitted by
3820                 George Danchev
3821
3822 2002-09-13 [paul]       0.8.2claws45
3823
3824         * src/compose.c
3825                 merge claws' select_account() with main's
3826                 (new) compose_select_account(). [sync with
3827                 0.8.2cvs15, see ChangeLog 2002-09-11]
3828
3829 2002-09-12 [christoph]  0.8.2claws44
3830
3831         * src/filter.c
3832                 allocate 1 elements of FolderItem not 0
3833
3834 2002-09-12 [colin]      0.8.2claws43
3835
3836         * src/compose.c
3837                 Fix bug #590825 (obey Follow-up: poster)
3838
3839 2002-09-12 [colin]      0.8.2claws42
3840
3841         * src/procmime.c
3842                 Fix bug #557009 (wrong headers for messages 
3843                 forwarded as attachments)
3844
3845 2002-09-11 [colin]      0.8.2claws41
3846         
3847         * src/compose.c
3848                 Put SCF: pseudo-header on top of message
3849                 Set draft tmp_flag when saved as draft
3850
3851         * src/procmsg.c
3852           src/procheader.c
3853                 Skip after first \n\n for beginning of real message
3854                 for drafts too
3855
3856 2002-09-11 [christoph]  0.8.2claws40
3857
3858         * src/filtering.c
3859                 use procmsg flag functions in filtering or processing
3860                 will cause incorrect folder message counts
3861
3862 2002-09-11 [colin]      0.8.2claws39
3863
3864         * src/compose.c
3865                 Fix bug #550175 - wrong save folder when reediting
3866                 drafts
3867
3868 2002-09-11 [paul]       0.8.2claws38
3869
3870         * sync with 0.8.2cvs14
3871                 see ChangeLog 2002-09-11
3872
3873 2002-09-11 [colin]      0.8.2claws37
3874
3875         * src/folder.c
3876                 Fix a typo (seeming to cause new/unread status to
3877                 be lost)
3878
3879 2002-09-10 [christoph]  0.8.2claws36
3880
3881         * src/compose.c
3882                 compose_redirect should not use compose_generic_new
3883                 because that does more stuff than expected including
3884                 opening the external editor
3885                 (closes bug "[ 526608 ] bounced messages appear blank
3886                  in editor")
3887
3888 2002-09-10 [christoph]  0.8.2claws35
3889
3890         * src/folder.c
3891                 fix problem with too large message number range
3892                 causing a crash in folder_item_scan
3893
3894 2002-09-10 [paul]       0.8.2claws34
3895
3896         * sync with 0.8.2cvs13
3897                 see ChangeLog 2002-09-10
3898
3899 2002-09-10 [christoph]  0.8.2claws33
3900
3901         * src/msgcache.c
3902                 set MsgInfo TmpFlags for queue and draft folders
3903                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
3904
3905 2002-09-10 [paul]       0.8.2claws32
3906
3907         * AUTHORS
3908           po/bg.po      ** NEW FILE **
3909                 new Bulgarian translation submitted by
3910                 George Danchev <danchev@spnet.net>
3911                 
3912         * tools/Makefile.am
3913           tools/README
3914           tools/tb2sylpheed     ** NEW FILE **
3915                 add script that converts an addressbook exported
3916                 from The Bat! into a Sylpheed addressbook. Submitted
3917                 by Urke MMI <urke-kg@eunet.yu>
3918
3919 2002-09-10 [paul]       0.8.2claws31
3920
3921         * sync with 0.8.2cvs12
3922                 see ChangeLog 2002-09-10
3923
3924 2002-09-06 [paul]       0.8.2claws30
3925
3926         * src/prefs_common.c
3927                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
3928                 
3929         * tools/Makefile.am
3930           tools/README
3931           tools/ldif-to-xml.py  ** REMOVED **
3932                 remove obsolete python script
3933
3934 2002-09-06 [paul]       0.8.2claws29
3935
3936         * sync with 0.8.2cvs10
3937                 see ChangeLog 2002-09-06
3938
3939 2002-09-04 [paul]       0.8.2claws28
3940
3941         * sync with 0.8.2cvs9
3942                 see ChangeLog 2002-08-04
3943
3944 2002-09-04 [colin]      0.8.2claws27 
3945
3946         * src/prefs_common.[ch]
3947                 Added signature color configuration
3948         * src/textview.c
3949                 Use user-specified signature color
3950
3951 2002-09-03 [colin]      0.8.2claws26
3952
3953         * src/prefs_common.[ch]
3954                 Added autosave and autosave_length prefs
3955         * src/compose.c
3956                 Added compose_remove_draft()
3957                 Auto-save drafts according to the prefs
3958         * src/main.c
3959                 Added a crash-indicator file, allowing to check
3960                 for new messages on startup if Sylpheed crashed
3961                 (makes saved drafts "reappear")
3962
3963 2002-09-03 [colin]      0.8.2claws25
3964
3965         * src/textview.[ch]
3966                 Grey the signature
3967
3968 2002-09-03 [paul]       0.8.2claws24
3969
3970         * sync with 0.8.2cvs8
3971                 see ChangeLog 2002-09-02 and 2002-09-03
3972
3973 2002-09-03 [darko]      0.8.2claws23
3974
3975         * src/folderview.c
3976                 use normal style when creating new folder to pick
3977                 proper font size 
3978
3979 2002-09-02 [melvin]     0.8.2claws22
3980
3981         * src/gtkaspell.m4
3982                 removed some obsolete code
3983
3984 2002-09-02 [melvin]     0.8.2claws21
3985
3986         * ac/aspell.m4
3987                 fixed test's equality sign (== to =)
3988
3989 2002-09-02 [alfons]     0.8.2claws20
3990
3991         * src/folder.c
3992         * src/mh.c
3993                 revert change of 0.8.2claws16 and use the mh_folder_destroy
3994                 as folder->destroy virtual as suggested by Hiro
3995                 (the mh.c code seems to have been lost around mh.c.1.21)
3996
3997 2002-09-02 [paul]       0.8.2claws19
3998
3999         * po/pt_BR.po
4000                 updated by Fabio Jr. Beneditto
4001                 
4002         * src/defs.h
4003                 use 'http://claws.sylpheed.org' for homepage link. 
4004                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
4005
4006 2002-09-01 [alfons]     0.8.2claws18
4007
4008         * src/mh.c
4009                 plug memleak related to one Martin Kluge found
4010
4011 2002-08-31 [paul]       0.8.2claws17
4012
4013         * sync with 0.8.2cvs6
4014                 see ChangeLog 2002-08-30
4015
4016 2002-08-31 [alfons]     0.8.2claws16
4017
4018         * src/folder.c
4019                 folder_destroy(): remove mailbox from folderlist even if it has
4020                 no destroy virtual
4021
4022 2002-08-31 [alfons]     0.8.2claws15
4023
4024         * src/folder.c
4025                 :%sno/if(/if (/gc
4026                 :%sno/for(/for (/gc
4027                 (being pedantic I know)
4028
4029 2002-08-31 [alfons]     0.8.2claws14
4030
4031         * src/folder.c
4032                 check for NULL pointers returned from folder->fetch_msginfo virtual
4033                 (should solve some reported crashes)
4034
4035 2002-08-30 [alfons]     0.8.2claws13
4036
4037         * acconfig.h
4038         * configure.in
4039         * src/crash.c
4040                 enable crash dialog on compilation time
4041                 (--enable-crash-dialog configure option)
4042
4043 2002-08-30 [alfons]     0.8.2claws12
4044
4045         * AUTHORS
4046                 add Martin Kluge
4047         * src/mh.c
4048                 apply memory leak plug patch by Martin Kluge
4049                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
4050                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
4051                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
4052
4053 2002-08-30 [darko]      0.8.2claws11
4054
4055         * src/folderview.c
4056                 copy Gtk style from normal style to match
4057                 font size for coloured folders
4058
4059 2002-08-29 [alfons]     0.8.2claws10
4060
4061         * sylpheed.desktop
4062                 Type=Internet <- Type=Application
4063                 (reported by Michael Schwendt, see:
4064                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
4065                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
4066
4067 2002-08-29 [paul]       0.8.2claws9
4068
4069         * sync with 0.8.2cvs5
4070                 see ChangeLog 2002-08-29
4071
4072 2002-08-29 [colin]      0.8.2claws8
4073
4074         * src/summaryview.c
4075                 Added a sanity check in summary_select_thread
4076                 Should fix bug 601605
4077
4078 2002-08-29 [colin]      0.8.2claws7
4079
4080         * src/main.c
4081                 Revert claws6 changes regarding bug #591676
4082
4083 2002-08-28 [colin]      0.8.2claws6
4084         
4085         * src/main.c
4086                 Ignore cache for queue folderitems
4087                 Fix bug #591676
4088
4089 2002-08-28 [melvin]     0.8.2claws5
4090
4091         * README.claws
4092                 Fixed typos.
4093
4094 2002-08-28 [melvin]     0.8.2claws4
4095
4096         * README.claws
4097                 Updated a bit the text concerning the spell checker
4098
4099 2002-08-28 [melvin]     0.8.2claws3
4100
4101         Merged the GNU_aspell_branch:
4102                 Support of new GNU/aspell is now included and the old pspell
4103                 is not supported anymore.
4104                 See README.claws
4105
4106         * README.claws
4107                 Updated spell checker text to reflect the switch to GNU/aspell
4108
4109         * ac/aspell.m4          *** NEW ***
4110         * src/gtkaspell.[ch]    *** NEW *** 
4111         * ac/pspell.m4          *** DELETED *** 
4112         * src/gtkspell.[ch]     *** DELETED ***
4113
4114         * ac/Makefile.am
4115                 Updated for GNU/aspell support
4116
4117         * po/POTFILES.in
4118                 Replaced gtkspell.c by gtkaspell.c
4119
4120         * acconfig.h
4121         * src/Makefile.am
4122         * src/about.c
4123         * src/compose.[ch]
4124         * src/crash.c
4125         * src/main.c
4126         * src/prefs_common.[ch]
4127                 Updated for GNU/aspell support
4128
4129 2002-08-28 [paul]       0.8.2claws2
4130
4131         * sync with 0.8.2cvs4
4132                 see ChangeLog 2002-08-27 and 2002-08-28
4133
4134 2002-08-28 [colin]      0.8.2claws1
4135
4136         * src/summary_search.c
4137                 Added "AND search"
4138
4139 2002-08-28 [jens]       0.8.2claws
4140
4141         *po/de.po
4142                 Updated German translations
4143
4144 2002-08-27 [melvin]     0.8.2claws
4145
4146         * po/fr.po
4147                 Updated French translations
4148
4149 2002-08-27 [paul]       0.8.2claws
4150
4151         * sync with 0.8.2 main release
4152
4153         * po/en_GB.po
4154           po/es.po
4155           po/it.po
4156           po/pl.po
4157           po/pt_BR.po
4158           po/sr.po
4159                 updated message catalogs submitted by
4160                 Ricardo Mones Lastra, Alessandro Maestri,
4161                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
4162                 Beneditto and Urke MMI  
4163
4164 2002-08-27 [hoa]        0.8.1claws123
4165
4166         * src/mainwindow.[ch]
4167         * src/summaryview.[ch]
4168                 removed the "filter setting" menu option.
4169                 add a "cancel a news message" menu option.
4170
4171 2002-08-26 [martin]     0.8.1claws122
4172
4173         * ChangeLog.claws
4174                 changed string under 0.8.1claws79 changed by myself
4175                 i'm sorry alfons :(
4176
4177 2002-08-26 [martin]     0.8.1claws121
4178
4179         * src/crash.c
4180                 added kill command to debuggerrc to start crash dialog
4181
4182 2002-08-26 [paul]       0.8.1claws120
4183
4184         * sync with 0.8.1cvs31
4185                 see ChangeLog 2002-08-26
4186
4187 2002-08-25 [alfons]     0.8.1claws119
4188
4189         * src/procmsg.c
4190                 fix bug that didn't send out correct headers to news server
4191                 when sending news article and email from queue (bug reported
4192                 and patch provided by Tim Mann; closes bug 
4193                 "[ 583196 ] 0.7.8claws can't post news")
4194
4195 2002-08-25 [alfons]     0.8.1claws118
4196
4197         * src/selective_download.c
4198                 mark two strings as translatable
4199                 (thanks to Urke MMI for pointing this out)
4200
4201 2002-08-25 [alfons]     0.8.1claws117
4202
4203         * src/summaryview.c
4204                 treat sent boxes as special and allow sorting them by addressee
4205                 (closes "[ 589418 ] Sent folder sorting misbehavior"
4206                 submitted by Steve Lamb)
4207
4208 2002-08-24 [alfons]     0.8.1claws116
4209
4210         * src/matcher.c
4211                 fix memleak reported by Martin Kluge
4212                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
4213
4214 2002-08-24 [oliver]     0.8.1claws115
4215
4216         * src/prefs_toolbar.c
4217                 o code cleanup as suggested by Alfons
4218                 o memleak fix
4219
4220 2002-08-24 [alfons]     0.8.1claws114
4221
4222         * src/summaryview.c
4223                 o fix another memory leak reported by Martin Kluge
4224                   (see "[ 599568 ] Small Memory Leak")
4225                 o remove 'from' variable from 'summary_set_header()'; we can
4226                   do with just 'to' 
4227
4228 2002-08-24 [paul]       0.8.1claws113
4229
4230         * sync with 0.8.1cvs30
4231                 see ChangeLog 2002-08-23
4232
4233 2002-08-24 [alfons]     0.8.1claws112
4234
4235         * src/summaryview.c
4236                 remove unnecessary allocations for search bar fixing leaks
4237                 reported by Martin Kluge
4238                 (see "[ 599451 ] Further memory leaks?")
4239
4240 2002-08-24 [alfons]     0.8.1claws111
4241
4242         * src/main.c
4243                 make get_socket_name() public for crash.c
4244         * src/crash.c
4245                 o make report bug button work (goes to claws' 
4246                   bug tracker at sf.net)
4247                 o introduce function for doing important stuff just
4248                   before claws goes down
4249                 o clean up code 
4250
4251 2002-08-24 [alfons]     0.8.1claws110
4252
4253         * src/compose.c
4254                 move cursor to "To" entry when forwarding as attachment
4255                 (reported and solved by Steve Lamb, closes bug report
4256                 "[ 592880 ] Forward as attachment; cursor not in to")
4257
4258 2002-08-24 [colin]      0.8.1claws109
4259
4260         * src/mainwindow.c
4261                 fix quick search visibility after GUI (de)separations.
4262
4263 2002-08-23 [colin]      0.8.1claws108
4264
4265         * src/mainwindow.c
4266                 fix header pane visibility after folderview or
4267                 messageview (de)separation
4268
4269 2002-08-23 [paul]       0.8.1claws107
4270
4271         * src/mainwindow.[ch]
4272           src/toolbar.c
4273                 give full control of display or non-display 
4274                 of the Execute icon to Custom toolbar settings.
4275                 add new sensitivity condition to maninwindow.h: 
4276                 M_DELAY_EXEC
4277
4278         * ChangeLog
4279           ChangeLog.jp
4280           NEWS
4281                 more sync with 0.8.1cvs29
4282
4283 2002-08-23 [melvin]     0.8.1claws106
4284
4285         * src/alertpanel.c
4286                 Readded support for custom widget in alertpanel lost in last
4287                 sync.
4288
4289 2002-08-23 [paul]       0.8.1claws105
4290
4291         * sync with 0.8.1cvs29
4292                 see ChangeLog 2002-08-23
4293
4294 2002-08-23 [colin]      0.8.1claws104
4295
4296         * src/summaryview.c
4297                 Fix folder and search pixmaps exchanging positions
4298                 after theme or toolbar changes. Thank to Oliver for 
4299                 reporting this.
4300
4301 2002-08-23 [colin]      0.8.1claws103
4302
4303         * src/mainwindow.c
4304           src/messageview.[ch]
4305           src/noticeview.[ch]
4306           src/summaryview.c
4307                 Changed messageview_create() and noticeview_create()
4308                 to avoid the last gdk_warning
4309
4310 2002-08-22 [colin]      0.8.1claws102
4311
4312         * src/summaryview.c
4313                 Fix my new `Creating pixmap from xpm' warning
4314
4315 2002-08-22 [colin]      0.8.1claws101
4316
4317         * src/mainwindow.c
4318                 Fix some of the gdk warnings
4319
4320 2002-08-22 [colin]      0.8.1claws100
4321
4322         * src/Makefile.am
4323         * src/stock_pixmap.c
4324         * src/stock_pixmap.h
4325         * src/pixmaps/quicksearch.xpm *ADDED*
4326                 Add the quicksearch pixmap
4327         * src/mainwindow.c
4328         * src/summaryview.c
4329         * src/summaryview.h
4330                 Make quicksearch bar visible/hidden via a button
4331
4332 2002-08-22 [christoph]  0.8.1claws99
4333
4334         * src/folder.c
4335                 fix folder update for newsgroups with message
4336                 numbers below minimum number of articles to fetch
4337                 (closes bug #598445)
4338
4339 2002-08-22 [paul]       0.8.1claws98
4340
4341         * sync with 0.8.1cvs28
4342                 see ChangeLog 2002-08-22
4343
4344 2002-08-21 [alfons]     0.8.1claws97
4345
4346         * src/crash.c
4347                 use bt instead of bt full which seems to work 
4348                 better, and bt full doesn't give a great deal 
4349                 of information anyway
4350
4351 2002-08-21 [colin]      0.8.1claws96
4352
4353         * src/summaryview.c
4354                 fix summaryview_searchtype_changed prototype
4355
4356 2002-08-21 [christoph]  0.8.1claws95
4357
4358         * src/mainwindow.c
4359                 o fix broken menu update for sorting type, we have to
4360                   get this info from the summaryview now
4361                 o removed setting of threaded state in menu callback
4362         * src/summaryview.[ch]
4363                 more summaryview/folderitem seperation for
4364                 threading option
4365         * configure.in
4366                 removed not required --with-compiler-flags option
4367
4368 2002-08-21 [oliver]     0.8.1claws94
4369         
4370         * src/toolbar.h 
4371                 o rename toolbar.xml to toolbar_main.xml
4372                   since toolbar_compose.xml might come up 
4373                   any time soon
4374         * README.claws
4375                 add custom toolbar              
4376
4377 2002-08-21 [darko]      0.8.1claws93
4378
4379         * src/procmsg.c
4380                 don't reset tmp flags for messages copied
4381                 to sent folder
4382
4383 2002-08-21 [colin]      0.8.1claws92
4384         
4385         * src/prefs_filtering.c
4386                 fix renaming rules on folder rename 
4387                 when folder is not a leaf folder
4388
4389 2002-08-21 [paul]       0.8.1claws91
4390
4391         * src/prefs_folder_item.c
4392                 fix alignment of colour selector
4393
4394 2002-08-21 [paul]       0.8.1claws90
4395
4396         * sync with 0.8.1cvs27
4397                 see ChangeLog 2002-08-21
4398
4399 2002-08-21 [paul]       0.8.1claws89
4400
4401         * src/summaryview.c
4402                 fix crash when changing field type in
4403                 Quick search bar
4404
4405 2002-08-21 [colin]      0.8.1claws88
4406
4407         * src/summaryview.c
4408                 Made quick search case-insensitive
4409
4410 2002-08-21 [paul]       0.8.1claws87
4411
4412         * sync with 0.8.1cvs26
4413                 see ChangeLog 2002-08-21
4414
4415 2002-08-20 [christoph]  0.8.1claws86
4416
4417         * src/folderview.c
4418         * src/main.c
4419         * src/summaryview.[ch]
4420                 more summaryview/folderitem seperation for
4421                 sort_key and sort_type
4422         * src/procmsg.c
4423                 added missing return statement
4424
4425 2002-08-20 [colin]      0.8.1claws85
4426
4427         * src/summaryview.[ch]
4428                 Added a quick search box
4429         * src/mainwindow.c
4430         * src/prefs_common.[ch]
4431                 Added a show/hide option for the quick search
4432
4433 2002-08-20 [oliver]     0.8.1claws84
4434         
4435         * src/mainwindow.c
4436                 remove toolbar_create_popups
4437         * src/toolbar.[ch]
4438                 o remove toolbar_create_popups
4439                 o fix toolbar_set_sensitive 
4440                   (Bug reports #596834 and #596832)     
4441         * src/prefs_toolbar.c
4442                 o add "Set default" button
4443                 o align label and text + combo widgets
4444
4445 2002-08-20 [hoa]        0.8.1claws83bis
4446
4447         * src/imap.c
4448                 fixed a bug in imap_fetch_msginfo() in case there is no
4449                 current folder.
4450
4451 2002-08-20 [darko]      0.8.1claws83
4452
4453         * src/folderview.c
4454                 copy the color style of folder view so it
4455                 works with GTK themes
4456
4457 2002-08-20 [darko]      0.8.1claws82
4458
4459         * src/folder.h
4460         * src/folderview.c
4461         * src/prefs_folder_item.[hc]
4462                 don't use UI stuff in folder.h
4463
4464 2002-08-20 [darko]      0.8.1claws81
4465
4466         * src/folder.h
4467         * src/prefs_folder_item.h
4468         * src/folderview.c
4469         * src/prefs_folder_item.c
4470                 ability to set folder color in folderview
4471
4472 2002-08-19 [alfons]     0.8.1claws80
4473
4474         * src/summaryview.c
4475                 fix one of the earlier memleaks reported by Martin Kluge
4476
4477 2002-08-19 [alfons]     0.8.1claws79
4478
4479         * src/mainwindow.c
4480                 hide notice view when selecting seperate folder
4481                 view (reported by Urke MMI)
4482
4483 2002-08-19 [christoph]  0.8.1claws78
4484
4485         * src/folderview.c
4486         * src/prefs_folder_item.h
4487         * src/summaryview.[ch]
4488                 o add summary_set_prefs_from_folderitem to set
4489                   summaryview prefs (first step to remove all
4490                   references to the folderitem in summaryview)
4491                 o moved compiled regex stuff from folderitem prefs
4492                   to summaryview code
4493
4494 2002-08-19 [paul]       0.8.1claws77
4495
4496         * src/compose.c
4497                 add check for '.' to QUOTE_IF_REQUIRED
4498
4499 2002-08-19 [paul]       0.8.1claws76
4500
4501         * src/inc.c
4502                 sync with 0.8.1cvs25 (plug memory leak)
4503
4504         * src/prefs_toolbar.c
4505                 re-order prefs_toolbar_cancel()
4506
4507 2002-08-18 [alfons]     0.8.1claws75
4508
4509         * src/inc.c
4510         * src/matcher.c
4511                 plug other memleaks reported by Martin Kluge
4512
4513 2002-08-18 [paul]       0.8.1claws74
4514
4515         * po/pt_BR.po
4516                 updated by Fabio Jr. Beneditto
4517
4518 2002-08-18 [paul]       0.8.1claws73
4519
4520         * src/toolbar.[ch]
4521                 fix bug where tooltips were displayed untranslated              
4522
4523         * src/prefs_toolbar.c
4524                 fix bug where clicking 'Cancel' creates an icon & text
4525                 toolbar regardless of prefs
4526         
4527
4528 2002-08-17 [oliver]     0.8.1claws72
4529
4530         * src/prefs_toolbar.c
4531                 update toolbar on CANCEL
4532                 bug reported by Martin Kluge
4533         * src/toolbar.c
4534                 toolbar_destroy memleak fixed           
4535
4536 2002-08-17 [alfons]     0.8.1claws71
4537
4538         * src/toolbar.c
4539                 plug another memleak reported by Martin Kluge
4540
4541 2002-08-16 [alfons]     0.8.1claws70
4542
4543         * src/crash.c
4544                 use execvp() correctly (suggested by wwp; thanks!)
4545
4546 2002-08-16 [alfons]     0.8.1claws69
4547
4548         * src/gtksctree.c
4549                 plug memory leak reported by Kim Schultz & Martin Kluge
4550
4551 2002-08-16 [paul]       0.8.1claws68
4552
4553         * po/es.po
4554                 updated by Ricardo Mones Lastra
4555
4556 2002-08-16 [paul]       0.8.1claws67
4557
4558         * src/toolbar.h
4559                 fix bug where 'Compose News' icon showed wrong
4560                 tooltip
4561
4562 2002-08-16 [paul]       0.8.1claws66
4563
4564         * sync with 0.8.1cvs24
4565                 see ChangeLog 2002-08-16
4566
4567         * po/it.po
4568                 updated by Alessandro Maestri
4569
4570 2002-08-15 [paul]       0.8.1claws65
4571
4572         * po/sr.po
4573                 updated by Urke MMI
4574
4575 2002-08-15 [paul]       0.8.1claws64
4576
4577         * src/*.c
4578                 don't translate debug info
4579
4580         * src/matcher.[ch]
4581                 add copyright info
4582
4583 2002-08-15 [paul]       0.8.1claws63
4584
4585         * src/prefs_toolbar.c
4586                 fix bug where clicking 'OK' creates an icon & text
4587                 toolbar regardless of prefs
4588
4589 2002-08-14 [alfons]     0.8.1claws62
4590
4591         * src/main.c
4592                 add global var that has the full argv[0]
4593         * src/crash.c
4594                 o execvp the correct sylpheed by using argv0
4595                   and setting the correct work dir
4596                 o other tweaks  
4597
4598 2002-08-14 [oliver]     0.8.1claws61
4599         
4600         * enable/disable Toolbar Action Buttons 
4601         * code cleanups
4602         * src/mainwindow.c
4603         * src/toolbar.[ch]      
4604         * src/prefs_toolbar.c   
4605
4606 2002-08-14 [melvin]     0.8.1claws60
4607
4608         * po/fr.po
4609                 Updated French translations
4610
4611 2002-08-14 [melvin]     0.8.1claws59
4612
4613         * src/crash.c
4614                 Made bug report not translatable
4615         * src/exporthtml.c
4616                 Fixed exporthtml_build_filespec() return value
4617         * src/foldersel.c
4618                 Fixed incorrect include file
4619         * src/gtkspell.c
4620         * src/prefs_actions.c
4621         * src/prefs_toolbar.c
4622                 Made debug info not translatable
4623         * src/mutt.c
4624         * src/quote_fmt.c
4625                 Added missing includes
4626         * src/prefs_common.c
4627                 Fixed typo
4628
4629 2002-08-14 [paul]       0.8.1claws58
4630
4631         * faq/es/sylpheed-faq.html
4632           faq/es/sylpheed-faq-[1-3].html
4633           faq/es/sylpheed-faq-4.html     **NEW FILE **
4634                 update Spanish FAQ
4635
4636 2002-08-13 [christoph]  0.8.1claws57
4637
4638         * src/procmsg.c
4639                 ignore thread fix that did not mark all
4640                 child nodes of a ignored thread as
4641                 ignored. Does not work perfectly yet,
4642                 but it is better now
4643
4644 2002-08-13 [alfons]     0.8.1claws56
4645
4646         * src/crash.c
4647                 o implement 'save crash log'
4648                 o some tweaks
4649
4650 2002-08-13 [melvin]     0.8.1claws55
4651
4652         * src/main.c
4653                 removed unrequired "execinfo.h" header
4654
4655 2002-08-12 [paul]       0.8.1claws54
4656
4657         * faq/en/sylpheed-faq.html
4658           faq/en/sylpheed-faq-[1-3].html
4659           faq/en/sylpheed-faq-4.html     **NEW FILE **
4660                 update English FAQ
4661
4662 2002-08-12 [alfons]     0.8.1claws53
4663
4664         * po/POTFILES.in
4665                 add crash.c to translatables
4666         * src/crash.c
4667                 bring in Leandro's crash dialog
4668
4669 2002-08-11 [alfons]     0.8.1claws52
4670
4671         * src/crash.c
4672                 clean up some warnings
4673
4674 2002-08-11 [alfons]     0.8.1claws51
4675
4676         * acconfig.h
4677         * configure.in
4678         * src/crash.[ch]        ** NEW FILES **
4679         * src/main.c            
4680                 initial gdb crash handler
4681
4682 2002-08-11 [paul]       0.8.1claws50
4683
4684         * src/prefs_toolbar.c
4685                 replace Up/Down arrow pixmaps with text to be
4686                 consistent across icon themes
4687
4688 2002-08-11 [paul]       0.8.1claws49
4689
4690         * src/prefs_common.c
4691           src/prefs_toolbar.c
4692                 rename 'Pixmap' -> 'Icon'
4693
4694         * src/toolbar.[ch]
4695                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
4696
4697 2002-08-10 [paul]       0.8.1claws48
4698
4699         * src/prefs_toolbar.c
4700                 re-work the UI
4701
4702 2002-08-10 [paul]       0.8.1claws47
4703
4704         * src/main.c
4705                 don't write Processing progress to status bar
4706                 patch submitted by Alexander Evseev
4707
4708         * src/prefs_toolbar.c
4709                 re-position and resize window
4710                 make window assume correct size on first call
4711
4712 2002-08-10 [paul]       0.8.1claws46
4713
4714         * src/mainwindow.c
4715           src/prefs_toolbar.c
4716           src/toolbar.c
4717           src/toolbar.h
4718                 obey coding style
4719                 follow UI text conventions
4720
4721 2002-08-10 [alfons]     0.8.1claws45
4722
4723         * src/toolbar.c
4724                 correct pixmap for delete action
4725
4726 2002-08-10 [paul]       0.8.1claws44
4727
4728         * po/pt_BR.po
4729                 updated by Fabio Jr. Beneditto
4730
4731 2002-08-10 [paul]       0.8.1claws43
4732
4733         * po/POTFILES.in
4734                 add custom toolbar files
4735
4736 2002-08-10 [paul]       0.8.1claws42
4737
4738         * sync with 0.8.1cvs22
4739                 see ChangeLog 2002-08-09
4740
4741 2002-08-09 [paul]       0.8.1claws41
4742
4743         * tools/Makefile.am
4744           tools/README
4745           tools/outlook2sylpheed.pl     ** NEW FILE **
4746                 add script to convert exported Outlook
4747                 contacts list to a Sylpheed addressbook.
4748                 Submitted by Ricardo Mones Lastra.
4749
4750 2002-08-09 [paul]       0.8.1claws40
4751
4752         * AUTHORS
4753           configure.in
4754           po/sr.po      ** NEW FILE **
4755                 add Serbian message catalog. Submitted by
4756                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
4757
4758 2002-08-09 [paul]       0.8.1claws39
4759
4760         * sync with 0.8.1cvs21
4761                 see ChangeLog 2002-08-08
4762
4763 2002-08-08 [oliver]     0.8.1claws38
4764
4765         * src/mainwindow.c
4766                 move Custom Toolbar to Configuration menu
4767
4768 2002-08-08 [oliver]     0.8.1claws37
4769
4770         * src/prefs_toolbar.c
4771                 fix substitute pixmap bug
4772
4773 2002-08-08 [paul]       0.8.1claws36
4774
4775         * sync with 0.8.1cvs19
4776                 see ChangeLog 2002-08-08
4777
4778 2002-08-07 [christoph]  0.8.1claws35
4779
4780         * src/utils.c
4781                 fixed a memory leak in new canonicalize_file_replace
4782
4783 2002-08-07 [christoph]  0.8.1claws34
4784
4785         * src/utils.[ch]
4786                 o canonicalize_file_replace should create the temporary
4787                   file in the same directory as the original file.
4788                 o added get_tmpfile_in_dir that creates a temorary file
4789                   in a specified directory.
4790
4791 2002-08-07 [melvin]     0.8.1claws33
4792
4793         * src/toolbar.c
4794                 fixed bug where 'Article' button acted as 'Email' button.
4795
4796 2002-08-07 [paul]       0.8.1claws32
4797
4798         * sync with 0.8.1.cvs17
4799                 see ChangeLog 2002-08-07
4800
4801 2002-08-07 [colin]      0.8.1claws31
4802         
4803         * src/news.c
4804                 fix mass-cancel problem
4805
4806 2002-08-07 [thorsten]   0.8.1claws30
4807
4808         * src/prefs_toolbar.c
4809                 fix: crash on replace or add new button
4810         * src/toolbar.c
4811                 fix: close xmlfile after reading
4812         * src/utils.c
4813                 fix: unlink() file before rename()
4814
4815 2002-08-06 [paul]       0.8.1claws29
4816
4817         * sync with 0.8.cvs15
4818                 see ChangeLog 2002-08-06
4819
4820 2002-08-06 [oliver]     0.8.1claws28
4821
4822         * src/toolbar.c
4823         * src/prefs_toolbar.c
4824                 fixed empty toolbar issue
4825
4826 2002-08-06 [oliver]     0.8.1claws27
4827
4828         * Custom Toolbar Final 
4829         * src/folderview.c
4830         * src/inc.c
4831         * src/summaryview.c
4832                 o toolbar stuff now lives in src/toolbar.[ch]
4833                 o main_window_toolbar_* functions are renamed to
4834                   toolbar_* reflecting their new source file
4835         * src/mainwindow.[ch]
4836                 o remove toolbar stuff  
4837
4838 2002-08-06 [oliver]     0.8.1claws26
4839         
4840         * src/Makefile.am
4841         * src/prefs_toolbar.[ch]        **New File**
4842         * src/toolbar.[ch]              **New File**
4843                 o prefs_toolbar.[ch] custom toolbar frontend
4844                 o toolbar.[ch]       backend 
4845
4846 2002-08-06 [oliver]     0.8.1claws25
4847
4848         * src/prefs_actions.[ch]
4849                 o new exported function actions_execute
4850
4851 2002-08-06 [paul]       0.8.1claws24
4852
4853         * sync with 0.8.1cvs4
4854                 see ChangeLog 2002-08-06
4855
4856 2002-08-06 [paul]       0.8.1claws23
4857
4858         * sync with 0.8.1cvs13
4859                 see ChangeLog 2002-08-06
4860
4861 2002-08-06 [paul]       0.8.1claws22
4862
4863         * sync with 0.8.1cvs12
4864                 see ChangeLog 2002-08-05 and 2002-08-06
4865
4866 2002-08-06 [match]      0.8.1claws21
4867
4868         * src/addrclip.c
4869                 improvements to cut/copy/paste address
4870
4871 2002-08-05 [match]      0.8.1claws20
4872
4873         * src/addritem.[ch]
4874         * src/addrcache.c
4875         * src/addrbook.c
4876         * src/editaddress.c
4877         * src/addressbook.c
4878                 fixes to improve cut/copy/paste
4879
4880 2002-08-06 [melvin]     0.8.1claws19
4881
4882         * src/account.[ch]
4883                 account_find_all_from_address(): new function that returns the
4884                 list of all accounts that are matched in an address.
4885         * src/alertpanel.[ch]
4886                 alertpanel() now accepts a custom widget
4887                 alertpanel_with_widget(): new function that pops up a panel with
4888                 a custom widget in it 
4889         * src/gtkutils.[ch]
4890                 gtkut_account_menu_new(): new function that allows the selection
4891                 of an account from a list of accounts.
4892         * src/messageview.c
4893                 Extended Return Receipt notification to select the correct 
4894                 account and to make a security test on the Delivery-Notification
4895                 address which should be the same as the Return-Path.
4896
4897 2002-08-06 [thorsten]   0.8.1claws18
4898
4899         * src/mimeview.c
4900                 attach_all: save unnamed as "noname.%d",
4901                 dont free static dirname
4902
4903 2002-08-05 [alfons]     0.8.1claws17
4904
4905         * configure.in
4906                 detect XIM by trying to link rather than compile a XIM program
4907
4908 2002-08-05 [oliver]     0.8.1claws16
4909                 
4910         * src/stock_pixmap.[ch]
4911                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
4912                 o new func to retrieve pixmaps
4913
4914 2002-08-05 [paul]       0.8.1claws15
4915
4916         * sync with 0.8.1cvs10
4917                 see ChangeLog 2002-08-05
4918
4919 2002-08-04 [alfons]     0.8.1claws14
4920
4921         * src/textview.c
4922                 see if this plugs memleak
4923
4924 2002-08-04 [melvin]     0.8.1claws13
4925
4926         * src/gtkspell.c
4927                 fixed bug that could crash Sylpheed when highlighting
4928                 all misspelled words.
4929
4930 2002-08-03 [melvin]     0.8.1claws12
4931
4932         * src/prefs_actions.c
4933                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
4934         * src/messageview.c
4935                 fixed bug where the Return Receipt was sent to
4936                 Delivery-Notification-To address even if it was not present
4937
4938 2002-08-02 [alfons]     0.8.1claws11
4939
4940         * src/prefs_actions.c
4941                 o more check for NULLs
4942                 o put create_io_dialog() in right conditional block
4943
4944 2002-08-02 [paul]       0.8.1claws10
4945
4946         * po/es.po
4947                 updated by Ricardo Mones Lastra
4948
4949 2002-08-01 [christoph]  0.8.1claws9
4950
4951         * src/folder.c
4952                 don't free the cache of the opened
4953                 folder in the summaryview
4954         * src/summaryview.c
4955                 don't unset flags, if it is not required
4956
4957 2002-08-01 [paul]       0.8.1claws8
4958
4959         * sync with 0.8.1cvs8
4960                 see ChangeLog entry 2002-08-01
4961
4962 2002-08-01 [paul]       0.8.1claws7
4963
4964         * sync with 0.8.1cvs7
4965                 see ChangeLog 2002-07-31 and 2002-08-01
4966
4967 2002-07-31 [christoph]  0.8.1claws6
4968
4969         * src/mainwindow.c
4970                 forgot to update menu sensitivity
4971                 function for new menu entry
4972
4973 2002-07-31 [alfons]     0.8.1claws5
4974
4975         * src/main.c
4976                 check folder item and its path for NULL on
4977                 initial processing
4978
4979 2002-07-31 [christoph]  0.8.1claws4
4980
4981         * src/folder.c
4982                 check if folder_item_get_msginfo in
4983                 folder_item_remove_msg returned NULL
4984         * src/imap.c
4985                 better clear the uid cache in the
4986                 uid validity check function and delete
4987                 cached messages
4988
4989 2002-07-31 [paul]       0.8.1claws3
4990
4991         * man/sylpheed.1
4992                 add the '--attach' option and a few other
4993                 minor changes
4994
4995 2002-07-31 [paul]       0.8.1claws2
4996
4997         * sync with 0.8.1cvs5
4998                 see ChangeLog 2002-07-31
4999
5000 2002-07-31 [christoph]  0.8.1claws1
5001
5002         * src/folderview.[ch]
5003         * src/mainwindow.c
5004                 replace "Rescan all folders..." with
5005                 "Check all folders for new messages..."
5006
5007 2002-07-30 [paul]       0.8.1claws
5008
5009         * version 0.8.1claws released
5010
5011 2002-07-30 [paul]       0.8.0claws29
5012
5013         * tools/OOo2sylpheed.pl ** NEW FILE **
5014           tools/README
5015                 add script to enable sending documents as
5016                 attachments from OpenOffice.org
5017
5018 2002-07-30 [melvin]     0.8.0claws28
5019
5020         * src/prefs_actions.c
5021                 Made the actions' input/output dialog display
5022                 without delay.
5023
5024 2002-07-30 [christoph]  0.8.0claws27
5025
5026         * src/procmsg.c
5027                 check if folder_item_get_msginfo in
5028                 procmsg_save_to_outbox returned NULL
5029
5030 2002-07-30 [paul]       0.8.0claws26
5031
5032         * sync with 0.8.1cvs4
5033                 see ChangeLog 2002-07-29
5034
5035 2002-07-29 [thorsten]   0.8.0claws25
5036
5037         * README.claws
5038                 added selective download, delete on server
5039
5040 2002-07-29 [paul]       0.8.0claws24
5041
5042         * sync with 0.8.1cvs3
5043                 see ChangeLog 2002-07-29
5044
5045 2002-07-27 [christoph]  0.8.0claws23
5046
5047         * src/folder.c
5048                 add extra check if fetching the msginfo
5049                 returned NULL
5050
5051 2002-07-27 [paul]       0.8.0claws22
5052
5053         * sync with 0.8.1cvs2
5054                 see ChangeLog 2002-07-26
5055
5056 2002-07-27 [christoph]  0.8.0claws21
5057
5058         * src/imap.c
5059                 add another check if a valid msginfo
5060                 was returned
5061
5062 2002-07-26 [hoa]        0.8.0claws20
5063
5064         * src/folder.c
5065                 Fixed a condition in folder_item_destroy()
5066
5067         * src/imap.c
5068                 Fixed an error in IMAP protocol
5069
5070 2002-07-26 [alfons]     0.8.0claws19
5071
5072         * src/folder.c
5073                 ofcourse compare with identifier, not the path
5074
5075 2002-07-26 [alfons]     0.8.0claws18
5076
5077         * src/folder.c
5078                 use folder item identifier for saving / restoring
5079                 preferences because folder->path might not be unique
5080
5081 2002-07-26 [melvin]     0.8.0claws17
5082
5083         * src/logwindow.c
5084                 Fixed a crash introduced in 0.8.0claws5 when log is 
5085                 cut under 80 characters.
5086
5087 2002-07-26 [paul]       0.8.0claws16
5088
5089         * sync with 0.8.1cvs1
5090                 see ChangeLog 2002-07-26
5091
5092 2002-07-26 [christoph]  0.8.0claws15
5093
5094         * src/imap.[ch]
5095                 imap folder now remembers the last selected
5096                 folder and imap_fetch_msginfo skips selecting
5097                 the folder if it is already selected
5098
5099 2002-07-26 [christoph]  0.8.0claws14
5100
5101         * src/folder.c
5102         * src/folderview.c
5103         * src/imap.c
5104                 fix imap folder rescanning
5105
5106 2002-07-25 [christoph]  0.8.0claws13
5107
5108         * src/filter.c
5109         * src/folder.[ch]
5110         * src/folderview.c
5111         * src/imap.[ch]
5112         * src/mainwindow.c
5113         * src/mbox_folder.c
5114         * src/mh.c
5115         * src/news.c
5116                 implement imap uid cache and uid validity check
5117
5118 2002-07-25 [alfons]     0.8.0claws12
5119
5120         * src/summaryview.c
5121                 fix a brown paper bag bug, and also add some more
5122                 checks
5123
5124 2002-07-25 [christoph]  0.8.0claws11
5125
5126         * src/folder.c
5127                 don't mix copy, fetch_msginfo and remove
5128                 operations in folder item copy and move
5129                 operations
5130
5131 2002-07-25 [christoph]  0.8.0claws10
5132
5133         * src/folderview.c
5134         * src/mainwindow.c
5135         * src/prefs_folder_item.c
5136         * src/summaryview.[ch]
5137                 remove no longer required parameter update_cache from
5138                 summary_show
5139
5140 2002-07-25 [paul]       0.8.0claws9
5141
5142         * sync with 0.8.1
5143         
5144         * AUTHORS
5145                 a few corrections
5146
5147 2002-07-24 [alfons]     0.8.0claws8
5148
5149         * src/summaryview.c
5150                 sort correctly when using simplified subject line
5151                 (closes feature request "[ 585141 ] applying regexp to subject 
5152                 before sort" submitted by Alexandra Walford)
5153
5154 2002-07-24 [paul]       0.8.0claws7
5155
5156         * sync with 0.8.0cvs3
5157                 see ChangeLog 2002-07-24
5158
5159 2002-07-23 [christoph]  0.8.0claws6
5160
5161         * src/folder.c
5162         * src/folder.h
5163         * src/summaryview.c
5164         * src/summaryview.h
5165         * src/main.c
5166                 o separate processing and summaryview
5167                 o removed summary_write_cache from summaryview
5168                 o removed summaryview->killed_messages, because we don't have
5169                   to keep a list of killed messages anymore. New cache will
5170                   keep the hidden messages in cache anyway
5171         * src/folderview.c
5172         * src/inc.c
5173         * src/selective_download.c
5174                 o removed unnecessary summary_write_cache calls
5175         * src/procmsg.c
5176                 o don't set ignore thread flag in procmsg_get_thread_tree
5177                   if it is already set
5178         * src/mainwindow.c
5179         * src/statusbar.h
5180                 o moved STATUSBAR_PUSH/POP to statusbar.h because
5181                   they are used in different files
5182
5183 2002-07-23 [melvin]     0.8.0claws5
5184
5185         * src/addressbook.c
5186         * src/addrgather.c
5187         * src/editaddress.c
5188         * src/editgroup.c
5189         * src/editldap_basedn.c
5190         * src/importldif.c
5191         * src/prefs_common.c
5192                 Fixed few memory leak (gtk_editable_get_chars returns
5193                 an allocated string)
5194         * src/logwindow.c
5195                 Fixed few memory leak (gtk_editable_get_chars returns
5196                 an allocated string) and modified a little the log cutting
5197                 loop.
5198         * src/compose.c
5199                 Replaced a call to an obsolete function gtk_entry_get_text()
5200                 by gtk_editable_get_chars()
5201         * src/send.c
5202                 Removed a debug printf
5203
5204 2002-07-23 [christoph]  0.8.0claws4
5205
5206         * src/filesel.c
5207                 fix another g_dirname memory leak
5208
5209 2002-07-23 [christoph]  0.8.0claws3
5210
5211         * src/mh.c
5212                 fixed a memory leak in mh_fetch_msginfo
5213                 fixed crash when message header could not be
5214                 parsed
5215
5216 2002-07-23 [paul]       0.8.0claws2
5217
5218         * sync with 0.8.0cvs2
5219                 see ChangeLog 2002-07-23
5220
5221 2002-07-23 [paul]       0.8.0claws1
5222
5223         * sync with 0.8.0cvs1
5224                 see ChangeLog 2002-07-23
5225
5226 2002-07-23 [paul]       0.8.0claws
5227
5228         * release of 0.8.0claws
5229
5230 2002-07-23 [paul]       0.7.8claws99
5231
5232         * po/ru.po
5233                 new Russian translation, submitted by
5234                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
5235
5236 2002-07-22 [jens]       0.7.8claws98
5237
5238         * po/de.po
5239                 Updated German translations.
5240
5241 2002-07-22 [paul]       0.7.8claws97
5242
5243         * po/es.po
5244           po/it.po
5245           po/nl.po
5246           po/pt_BR.po
5247                 updated translations by Ricardo Mones Lastra,
5248                 Alessandro Maestri, Wilbert Berendsen and 
5249                 Fabio Jr. Beneditto respectively
5250
5251 2002-07-22 [christoph]  0.7.8claws96
5252
5253         * src/mimeview.c
5254                 fix memory leak caused by wrong g_dirname usage
5255
5256 2002-07-22 [christoph]  0.7.8claws95
5257
5258         * src/summaryview.c
5259                 update new and unread message counts for summaryview
5260                 summaryview does not get it from the folder anymore
5261                 and has to update the values itself
5262
5263 2002-07-22 [melvin]     0.7.8claws94
5264
5265         * po/fr.po
5266                 Updated French translations.
5267
5268 2002-07-22 [christoph]  0.7.8claws93
5269
5270         * src/matcher.c
5271                 set prop->preg pointer to NULL or following check
5272                 will not fail and regexec will be called with
5273                 invalid pointer
5274
5275 2002-07-21 [alfons]     0.7.8claws92
5276         
5277         * src/prefs_common.[ch]
5278                 remove option "Send return receipt on request"
5279
5280 2002-07-21 [thorsten]   0.7.8claws91
5281
5282         * src/mimeview.c
5283                 fixed memleaks, coding style as pointed out by alfons
5284
5285 2002-07-21 [alfons]     0.7.8claws90
5286
5287         * src/messageview.c
5288         * src/noticeview.[ch]
5289                 o fix bug notice view being displayed when going to empty folder 
5290                   (noticed by Christoph)
5291                 o allow RRR to be sent when restarting sylpheed, or changing folder 
5292                   (noticed by Thorsten)
5293
5294 2002-07-21 [thorsten]   0.7.8claws89
5295
5296         * src/mimeview.c
5297                 Included save_all patch from Xaview FACQ
5298                 added support for pathnames
5299
5300 2002-07-21 [alfons]     0.7.8claws88
5301
5302         * po/POTFILES.in
5303         * src/Makefile.am
5304         * src/mainwindow.c
5305         * src/messageview.[ch]
5306         * src/noticeview.c      ** NEW FILE **
5307         * src/noticeview.h      ** NEW FILE **
5308                 make return receipts work again
5309                 (UI idea by Leandro Pereira)
5310
5311 2002-07-21 [paul]       0.7.8claws87
5312
5313         * src/summaryview.c
5314                 fix sensitivity of 'Select thread'
5315
5316 2002-07-21 [paul]       0.7.8claws86
5317
5318         * src/prefs_common.c
5319                 add browser command line for Galeon
5320
5321 2002-07-21 [paul]       0.7.8claws85
5322
5323         * Makefile.am
5324                 fix 'EXTRA_DIST': remove README.README, add TODO
5325                 and TODO.claws
5326
5327 2002-07-21 [alfons]     0.7.8claws84
5328
5329         * src/gtkstext.c
5330                 make enter clear selection
5331                 (closes "[ 579888 ] Editor selection/entry error"
5332                 reported by Steve Lamb)
5333
5334 2002-07-21 [alfons]     0.7.8claws83
5335         
5336         * src/summaryview.c
5337                 sort message list when selecting unthread messages
5338                 (closes "[ 501593 ] switching threaded view doesn't sort"
5339                 reported by Simon Schubert)
5340
5341 2002-07-20 [alfons]     0.7.8claws82
5342         
5343         * src/matcher.c
5344                 const-correctness
5345
5346 2002-07-20 [thorsten]   0.7.8claws81
5347
5348         * src/matcher.c
5349                 Fixed expansion of empty fields in matchactions
5350
5351 2002-07-19 [melvin]     0.7.8claws80
5352
5353         * src/gtkspell.c
5354                 Removed a duplicate menu entry (fast mode) introduced during
5355                 the new cache merge
5356                 Added a menu separator between 'Use alternate' and 'Fast mode'
5357
5358 2002-07-19 [paul]       0.7.8claws79
5359
5360         * tools/Makefile.am
5361           tools/README
5362                 correct typos
5363
5364 2002-07-19 [thorsten]   0.7.8claws78
5365
5366         * tools/calypso_convert.pl      ** NEW FILE **
5367           tools/README
5368           tools/Makefile.am
5369                 script to import mbox files exported
5370                 by calypso
5371                 o generates folder structure
5372                 o includes attachments
5373
5374 2002-07-19 [melvin]     0.7.8claws77
5375
5376         * src/selective_download.[ch]
5377                 Fixed bug where closing the dialog with the window manager's
5378                 close button will not unlock the summary
5379                 Corrected some function declarations that missed a return value
5380                 Made the source code comply better with coding style.
5381         * src/prefs_common.c
5382                 Added new browser command line for Mozilla.
5383
5384 2002-07-18 [paul]       0.7.8claws76
5385
5386         * src/mainwindow.c
5387           src/selective_download.[ch]
5388                 reflect theme changes, fix Gdk Warning when creating 
5389                 pixmap from NULL window, and minor clean up.
5390                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
5391
5392         * po/en_GB.po
5393                 updated
5394
5395 2002-07-17 [paul]       0.7.8claws75
5396
5397         * INSTALL[.jp]
5398                 sync with 0.8.0
5399         
5400         * po/en_GB.po
5401                 updated
5402
5403 2002-07-16 [paul]       0.7.8claws74
5404
5405         * tools/filter_conv.pl
5406           tools/README
5407                 replace conversion script with reimplemented version, 
5408                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
5409
5410 2002-07-16 [colin]      0.7.8claws73
5411
5412         * src/summaryview.c
5413                 remove forgotten debug messages - sorry ;-)
5414
5415 2002-07-16 [colin]      0.7.8claws72
5416
5417         * src/mimeview.c
5418           src/summaryview.c
5419           src/textview.c
5420           src/textview.h
5421                 add the ability to select part of a text mime-part 
5422                 to reply.
5423
5424 2002-07-15 [christoph]  0.7.8claws71
5425
5426         * src/folder.c
5427                 fix folder message count for folders without
5428                 msg_is_changed (includes news folders)
5429
5430 2002-07-15 [martin]     0.7.8claws70
5431
5432         * src/summaryview.c
5433                 option "display recipient on 'From'..." now works
5434                 without the need of enabling the option
5435                 "display  sender  using  address  book".
5436
5437 2002-07-15 [christoph]  0.7.8claws69
5438
5439         * src/summaryview.c
5440                 removed setting folder status from summaryview.
5441                 folder.c should update all message counts correctly.
5442
5443 2002-07-15 [paul]       0.7.8claws68
5444
5445         * po/pt_BR.po
5446                 updated by Fabio Junior Beneditto
5447
5448 2002-07-15 [darko]      0.7.8claws67
5449
5450         * src/mh.c
5451                 Fixed target folder colorization, don't decrease op
5452                 number twice
5453
5454 2002-07-14 [paul]       0.7.8claws66
5455
5456         * sync with main 0.8.0
5457                 see ChangeLog 2002-07-14
5458
5459 2002-07-13 [melvin]     0.7.8claws65
5460         
5461         * src/addrbook.c
5462         * src/addressbook.c
5463         * src/addrindex.c
5464                 Replaced sprintf by g_snprintf to prevent possible buffer
5465                 overflow.
5466         * src/news.c
5467                 Corrected a log message output format.
5468                 Added a missing "done" debug output.
5469         * src/compose.c
5470                 Added keyboard accelerator for Priority menu items
5471                 Added missing \n in debug output
5472         * src/logwindow.c
5473         * src/gtkspell.c
5474         * src/rfc2015.c
5475                 Added missing \n in debug output
5476
5477 2002-07-13 [paul]       0.7.8claws64
5478
5479         * man/sylpheed.1
5480                 change Sergey's email address to the sf address
5481
5482         * src/textview.c
5483                 increase show_url_timeout (more useful for long
5484                 urls)
5485
5486 2002-07-12 [sergey]     0.7.8claws63
5487
5488         * src/rfc2015.c
5489                 applied (with some modifications) patch to set the
5490                 micalg parameter for signatures
5491                 (2001-08-28 Werner Koch <wk@gnupg.org>)
5492
5493 2002-07-12 [sergey]     0.7.8claws62
5494
5495         * man/Makefile.am
5496         * configure.in
5497                 fixed man page installation
5498
5499 2002-07-12 [paul]       0.7.8claws61
5500
5501         * sync with 0.7.8cvs26
5502                 see ChangeLog 2002-07-11 and 2002-07-12
5503
5504 2002-07-11 [christoph]  0.7.8claws60
5505
5506         * src/compose.c
5507         * src/procmsg.c
5508                 first use the message number to find the message
5509                 to mark with a reply flag but check the
5510                 message-id if we got the correct message, if not
5511                 try to find it by message-id.
5512                 use new string seperator that is not allowed
5513                 in message-ids.
5514
5515 2002-07-11 [paul]       0.7.8claws59
5516
5517         * sync with 0.7.8cvs23
5518                 see ChangeLog 2002-07-10
5519
5520 2002-07-10 [christoph]  0.7.8claws58
5521
5522         * src/folder.[ch]
5523         * src/msgcache.[ch]
5524                 Added message-id table to the cache in memory
5525                 and functions to msgcache.c and folder.c to
5526                 fetch MsgInfos by message id
5527         * src/compose.c
5528         * src/procmsg.c
5529                 store folder and message-id of message replying
5530                 to in queue header and set reply flag after sending
5531                 (Closes bug #469498)
5532
5533 2002-07-10 [paul]       0.7.8claws57
5534
5535         * AUTHORS
5536           man/sylpheed.1.gz
5537                 add Martin to the list of authors
5538
5539 2002-07-09 [martin]     0.7.8claws56
5540         * src/gtksctree.c
5541                 Added gtk_ctree_last_visible(), tree_update_level(),
5542                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
5543                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5544                 from gtk+ to gtksctree.c for the new sorting code
5545                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
5546                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
5547         * src/gtksctree.h
5548                 Added declaration for gtk_sctree_sort_recursive() and
5549                 gtk_sctree_sort_node
5550         * src/addressbook.c
5551         * src/foldersel.c
5552         * src/folderview.c
5553         * src/summaryview.c
5554                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
5555                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
5556
5557 2002-07-08 [paul]       0.7.8claws55
5558
5559         * more sync with 0.7.8cvs21
5560                 see ChangeLog 2002-07-08
5561
5562 2002-07-08 [paul]       0.7.8claws54
5563
5564         * sync with 0.7.8cvs21
5565                 see ChangeLog 2002-07-08
5566
5567 2002-07-07 [alfons]     0.7.8claws53
5568
5569         * src/Makefile.am
5570         * src/stock_pixmap.[ch]
5571         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
5572         * src/pixmaps/notice_error.xpm  ** NEW FILE **
5573         * src/pixmaps/notice_note.xpm   ** NEW FILE **
5574                 add new pixmaps for upcoming notice pane
5575
5576 2002-07-06 [melvin]     0.7.8claws52
5577
5578         * src/gtkspell.[ch]
5579                 Made them a bit closer to Sylpheed's coding style.
5580                 Removed old code.
5581                 Removed possible memory leaks when some errors occurs.
5582
5583 2002-07-06 [melvin]     0.7.8claws51
5584
5585         * po/Makefile.in.in
5586                 Removed --no-location in xgettext command line to help
5587                 translators that use Emacs' po-mode
5588         * src/quote_fmt.c
5589                 Removed unnecessary comments that messed up sylpheed.pot
5590
5591 2002-07-06 [paul]       0.7.8claws50
5592
5593         * sync with 0.7.8cvs19
5594                 see ChangeLog 2002-07-05
5595
5596 2002-07-06 [christoph]  0.7.8claws49
5597
5598         * src/folder.c
5599         * src/mainwindow.c
5600                 fix folder_item_remove_all_msg and folderview
5601                 status for trash folders after emptying trash
5602
5603 2002-07-05 [paul]       0.7.8claws48
5604
5605         * sync with 0.7.8cvs16
5606                 see ChangeLog 2002-07-04 and 2002-07-05
5607
5608 2002-07-04 [paul]       0.7.8claws47
5609
5610         * sync with 0.7.8cvs14
5611                 see  ChangeLog 2002-07-04
5612
5613 2002-07-03 [alfons]     0.7.8claws46
5614
5615         * src/folder.c
5616                 dupe folder item's path because it's being reallocated
5617                 by new folder scanning code
5618
5619 2002-07-03 [christoph]  0.7.8claws45
5620
5621         * src/imap.c
5622                 better IMAP uid fetching using 'FETCH 1:* (UID)'
5623         * src/msgcache.c
5624                 add missing return in msgcache_write
5625
5626 2002-07-02 [thorsten]   0.7.8claws44
5627
5628         * src/jpilot.c
5629         * src/msgcache.c
5630         * src/rfc2015.c
5631                 use binary mode for file access
5632
5633 2002-07-02 [christoph]  0.7.8claws43
5634
5635         * major code cleanup (part 1)
5636         
5637                 - unused variables removed
5638                 - unused functions removed
5639                 - uninitialized variables checked
5640                 - missing return statements added
5641                 - missing function return types added
5642                 - added parentheses around assignment and
5643                   && in || when suggested by gcc
5644               
5645         * src/mh.c
5646         * src/folder.c
5647                 replaced direct calls to folder->scan_tree
5648                 with folder_scan_tree and restore folder
5649                 prefs in this function. The folder should
5650                 not have to deal with them.
5651                 ( Should now work for all folder types )
5652
5653 2002-07-02 [paul]       0.7.8claws42
5654
5655         * sync with 0.7.8cvs13
5656                 see ChangeLog 2002-07-01 and 2002-07-02
5657
5658 2002-07-01 [christoph]  0.7.8claws41
5659
5660         * src/summaryview.c
5661                 fix "goto next/prev unread message" with
5662                 ignored threads
5663
5664 2002-07-01 [paul]       0.7.8claws40
5665
5666         * po/es.po
5667                 updated by Ricardo Mones Lastra
5668
5669 2002-06-30 [match]      0.7.8claws39
5670
5671         * src/jpilot.c
5672                 applied variation of leonerd's patch (566661) to
5673                 allow multiple email addresses per JPilot entry.
5674                 addresses may be separated by space, comma, pipe,
5675                 semi-colon, new-line.
5676
5677 2002-06-30 [alfons]     0.7.8claws38
5678
5679         * src/procmsg.c
5680                 simple fix for putting older nodes before
5681                 newer nodes when threading by subject
5682
5683 2002-06-30 [christoph]  0.7.8claws37
5684
5685         * src/folder.c
5686         * src/folderview.c
5687         * src/mh.c
5688         * src/news.c
5689         * src/procmsg.c
5690                 fix broken folder tree rescaning
5691                 and don't use procmsg_get_mark_sum
5692                 anymore
5693
5694 2002-06-30 [christoph]  0.7.8claws36
5695
5696         * merge new cache branch
5697         * src/imap.c
5698                 fix new cache imap copy bug
5699         * src/folder.c
5700                 improved folder_item_scan
5701                 it should now always set the correct
5702                 new, unread and total message counts
5703
5704 2002-06-29 [paul]       0.7.8claws35
5705
5706         * configure.in
5707                 correct syntax error
5708
5709 2002-06-29 [paul]       0.7.8claws34
5710
5711         * configure.in
5712           Makefile.am
5713           man/Makefile.am       ** NEW FILE **
5714           man/sylpheed.1.gz     ** NEW FILE **
5715                 add Sylpheed man page
5716
5717 2002-06-29 [paul]       0.7.8claws33
5718
5719         * po/pt_BR.po
5720                 updated by Fabio Junior Beneditto
5721
5722 2002-06-28 [jens]       0.7.8claws32
5723
5724         * po/de.po
5725                 translation updated
5726
5727         * src/selective_download.c
5728                 removed gettext for space " "
5729
5730         * src/imap.c
5731                 removed wrong space
5732
5733 2002-06-28 [paul]       0.7.8claws31
5734
5735         * sync with 0.7.8cvs11
5736                 see ChangeLog 2002-06-28
5737
5738 2002-06-28 [paul]       0.7.8claws30
5739
5740         * sync with 0.7.8cvs10
5741                 see ChangeLog 2002-06-27 and 2002-06-28
5742
5743 2002-06-26 [paul]       0.7.8claws29
5744
5745         * src/addrgather.c
5746           src/selective_download.c
5747                 don't gettextise empty strings.
5748                 reserved by gettext. gettext("") returns 
5749                 the header entry with meta information, 
5750                 not the empty string
5751
5752         * po/en_GB.po
5753                 updated
5754
5755 2002-06-26 [paul]       0.7.8claws28
5756
5757         * sync with 0.7.8cvs7
5758                 see ChangeLog 2002-06-25
5759
5760         * src/prefs_common.c
5761                 ...and in the process, tweak the gui a little
5762
5763 2002-06-25 [alfons]     0.7.8claws27
5764         
5765         * configure.in
5766         * src/Makefile.am
5767                 fine tune ldap library detection
5768
5769 2002-06-25 [alfons]     0.7.8claws26
5770
5771         * src/compose.c
5772                 don't allow return receipts when composing a news article
5773
5774 2002-06-25 [paul]       0.7.8claws25
5775
5776         * Makefile.am
5777                 add '$(AMTAR)' to 'release' section to allow for
5778                 new and older autotools
5779
5780 2002-06-25 [paul]       0.7.8claws24
5781
5782         * src/summaryview.c
5783                 fix "No more unread messages" persistant pop-up
5784                 window bug
5785
5786 2002-06-25 [paul]       0.7.8claws23
5787
5788         * po/it.po
5789                 updated by Alessandro Maestri
5790
5791 2002-06-25 [paul]       0.7.8claws22
5792
5793         * sync with 0.7.8cvs6
5794                 see ChangeLog 2002-06-25
5795
5796 2002-06-24 [paul]       0.7.8claws21
5797
5798         * tools/update-po
5799                 add GPL copyright information
5800
5801 2002-06-24 [paul]       0.7.8claws20
5802
5803         * tools/Makefile.am
5804           tools/README
5805           tools/update-po       ** NEW FILE **
5806                 add script that eases the creation of *.po files
5807                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
5808
5809 2002-06-23 [alfons]     0.7.8claws19
5810
5811         * src/messageview.c
5812                 make notification_convert_header obey const correctness
5813                 (next step will be fixing the broken return receipt)
5814
5815 2002-06-23 [paul]       0.7.8claws18
5816
5817         * src/messageview.c
5818                 fix bug introduced in last commit:
5819                 removed too much code in last commit - put back what's
5820                 needed
5821
5822 2002-06-23 [paul]       0.7.8claws17
5823
5824         * src/messageview.[ch]
5825                 remove code committed in error from locally patched
5826                 source
5827
5828 2002-06-23 [colin]      0.7.8claws16
5829
5830         * src/compose.[ch]
5831                 add compose_entry_select(), used to select the default_to
5832                 email address - hopefully avoiding people sending mails to
5833                 wrong recipients.
5834
5835 2002-06-22 [alfons]     0.7.8claws15
5836
5837         * AUTHORS
5838                 add Bram Metsch & Stanislav Karchebny
5839         * src/smtp.[ch]
5840         * src/prefs_account.[ch]
5841         * src/send.c
5842                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
5843                   options.  (see <http://sourceforge.net/tracker/index.php
5844                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
5845
5846                 - merge Stanislav's fix to make SMTP AUTH work with qmail
5847                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
5848
5849 2002-06-22 [paul]       0.7.8claws14
5850
5851         * sync with 0.7.8cvs5
5852                 see ChangeLog 2002-06-19 and 2002-06-20
5853
5854 2002-06-22 [alfons]     0.7.8claws13
5855
5856         * src/selective_download.c
5857                 fix a stupid mistake I made
5858
5859 2002-06-22 [alfons]     0.7.8claws12
5860
5861         * src/selective_download.[ch]
5862                 fix another unnoticed leak; cleanup code
5863
5864 2002-06-21 [alfons]
5865
5866         * tools/Makefile.am
5867                 gpg-sign <-- gpg-sign-syl
5868
5869 2002-06-21 [alfons]     0.7.8claws11
5870
5871         * src/selective_download.c
5872         * src/selective_download.h
5873                 fix assorted mix of allocation errors (should solve
5874                 problem reported by Philippe Gramoullé, see:
5875                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
5876
5877 2002-06-20 [melvin]     0.7.8claws10
5878
5879         * tools/gpg-sign *REMOVED*
5880           tools/gpg-sign-syl *ADDED*
5881                 Replaced the gpg clearsigning script with the version using
5882                 xterm instead of ssh-askpass and changed its name.
5883
5884         * README.claws
5885                 Updated actions example to reflect the renaming of the
5886                 gpg clearsigning script.
5887
5888 2002-06-19 [paul]       0.7.8claws9
5889
5890         * sync with 0.7.8claws9
5891                 see ChangeLog 2002-06-18 and 2002-06-19
5892
5893 2002-06-19 [paul]       0.7.8claws8
5894
5895         * sync with 0.7.8cvs1
5896                 see ChangeLog 2002-06-18
5897
5898 2002-06-18 [alfons]     0.7.8claws7
5899
5900         * src/mainwindow.h
5901                 add omitted prototype
5902
5903 2002-06-17 [paul]       0.7.8claws6
5904
5905         * src/mainwindow.c
5906                 fix hiding of exec_btn
5907
5908 2002-06-17 [paul]       0.7.8claws5
5909
5910         * src/pop.c
5911                 remove unneeded code: should_delete() 
5912                 and Pop3State::uidl_todelete_list
5913
5914 2002-06-17 [paul]       0.7.8claws4
5915
5916         * sync with 0.7.8
5917                 see ChangeLog 2002-06-11 and 2002-06-13
5918
5919 2002-06-16 [alfons]     0.7.8claws3
5920         
5921         * src/folder.c
5922                 make sure lock sort mode (claws specific) is
5923                 also persists after a tree rescan
5924
5925 2002-06-16 [alfons]     0.7.8claws2
5926
5927         * src/prefs_folder_item.c
5928         * src/folder.[ch]
5929                 fix persistence of folder sort mode (broken
5930                 by adapting Hiro's new folder persistence code)
5931
5932 2002-06-16 [alfons]     0.7.8claws1
5933
5934         * AUTHORS
5935         * src/logwindow.c
5936         * src/prefscommon.[ch]
5937                 control size of log text in log window; 
5938                 closes patch #569155 submitted by Mitko Haralanov.
5939
5940 2002-06-15 [paul]       0.7.8claws
5941
5942         * release of 0.7.8claws
5943
5944 2002-06-15 [paul]       0.7.7claws
5945
5946         * po/pt_BR.po
5947                 updated by Fabio Junior Beneditto
5948
5949 2002-06-14 [paul]       0.7.6claws49
5950
5951         * po/es.po
5952                 updated by Ricardo Mones Lastra
5953
5954 2002-06-14 [paul]       0.7.6claws48
5955
5956         * po/nl.po
5957                 updated translation by Wilbert Berendsen
5958
5959 2002-06-14 [melvin]     0.7.6claws47
5960
5961         * po/fr.po
5962                 Updated French translation
5963
5964 2002-06-13 [paul]       0.7.6claws46
5965
5966         * src/filesel.c
5967                 allow filename to be typed in, rather than just
5968                 selected by the mouse. Patch by Gustavo Noronha Silva.
5969
5970 2002-06-13 [alfons]     0.7.6claws45
5971
5972         * src/mainwindow.[ch]
5973                 more cleanups (removing unnecessary menu items Expand 
5974                 summary / message view)
5975
5976 2002-06-13 [melvin]     0.7.6claws44
5977
5978         * po/POTFILES.in
5979                 Added src/string_match.c
5980         * src/string_match.c
5981                 Fixed possible buffer overflow.
5982                 Corrected typo.
5983                 Added missing config.h header.
5984         * src/prefs_common.c
5985           src/prefs_matcher.c
5986           src/prefs_scoring.c
5987                 Made some strings translatable (missing _(..)).
5988
5989 2002-06-13 [melvin]     0.7.6claws43
5990
5991         * README.claws
5992                 Corrected action example (verifying clearsigned mail).
5993         * src/prefs_account.c
5994                 Corrected typo.
5995         * src/prefs_common.c
5996                 Removed incorrect line that generated a Gtk-CRITICAL msg.
5997
5998 2002-06-12 [alfons]     0.7.6claws42
5999
6000         * src/summaryview.c
6001                 add init of score column lost in 0.7.6claws42
6002
6003 2002-06-12 [paul]       0.7.6claws41
6004
6005         * src/prefs_account.c
6006                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
6007                 behavior of the radio buttons, (from 0.7.7cvs2)
6008
6009 2002-06-11 [alfons]     0.7.6claws40
6010
6011         * src/messageview.[ch]
6012         * src/summaryview.[ch]
6013         * src/summary_search.c
6014         * src/mainwindow.c
6015                 perform a sync to bring in Hiro's separate view implementation 
6016
6017                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
6018
6019 2002-06-11 [paul]       0.7.6claws39
6020         
6021         * src/prefs_account.c
6022                 correct a typo on the Receive tab
6023
6024 2002-06-10 [match]      0.7.6claws38
6025
6026         * src/addressbook.c
6027                 Included address completion patch from Gustavo Noronha.
6028
6029 2002-06-10 [paul]       0.7.6claws37
6030
6031         * src/inc.[ch]
6032           src/pop.c
6033           src/prefs_account.[ch]
6034           src/selective_download.[ch]
6035                 apply PATCH #561712
6036                  NEW:
6037                 - check if POP Account
6038                 - Receive Button renamed to Preview
6039                 - Preview Button Popup: preview new/all messages
6040                 - Download Button
6041                 - Account Preferences-->Receive tab checkbutton if you
6042                   want to remove Mail after Download
6043                 -: default YES
6044                 - Account Preferences-->Receive tab checkbutton use
6045                   filtering rules on preview
6046                   (think of delete_on_server)
6047                 -: default YES
6048                 - Account selectable from SD dialog
6049                 - checkbutton to show already downloaded messages if
6050                   all messages are previewed
6051                 - new clist column showing Date
6052                 - ESC KEY close
6053                 FIXES:
6054                 - play ball with UIDL
6055                 - fault tolerant (?) 
6056                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
6057
6058 2002-06-10 [melvin]     0.7.6claws36
6059
6060         * README.claws
6061                 Added a hint to ac/README in cvs instructions.
6062
6063         * src/prefs_actions.c
6064                 Made it possible to use a more elaborate command line
6065                 for asynchronous actions, too.
6066
6067 2002-06-10 [melvin]     0.7.6claws35
6068         
6069         * src/prefs_actions.c
6070                 Make it possible to use a more elaborate command line
6071                 (e.g. |foo|bar|cat>there;echo Done|)
6072                 Corrected error message when calling %f, %F and %p commands
6073                 from the compose window.
6074
6075 2002-06-09 [colin]      0.7.6claws34
6076
6077         * src/summaryview.c
6078                 Automatically find unread messages in current folder
6079                 before annoying the user.
6080
6081 2002-06-08 [alfons]     0.7.6claws33
6082
6083         * po/it.po
6084                 remove bad formatting string in it.po translation
6085                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
6086
6087 2002-06-08 [paul]       0.7.6claws32
6088
6089         * sync with 0.7.6cvs25
6090                 see ChangeLog 2002-06-07
6091
6092 2002-06-05 [paul]       0.7.6claws31
6093
6094         * src/mainwindow.c
6095                 add 'Sort by locked' and 'Sort by score'
6096
6097 2002-06-05 [paul]       0.7.6claws30
6098
6099         * sync with 0.7.6cvs24
6100                 see ChangeLog 2002-06-04
6101
6102 2002-06-04 [paul]       0.7.6claws29
6103
6104         * po/pt_BR.po
6105                 updated by Fabio Junior Beneditto
6106
6107 2002-06-03 [thorsten]   0.7.6claws28
6108
6109         * src/matcher.c
6110                 fclose() matcherrc after reading
6111
6112 2002-06-03 [paul]       0.7.6claws27
6113
6114         * sync with 0.7.6cvs21
6115                 see ChangeLog 2002-05-31
6116
6117 2002-05-31 [paul]       0.7.6claws26
6118
6119         * sync with 0.7.6cvs20
6120                 see ChangeLog 2002-05-29 and 2002-05-30
6121
6122 2002-05-31 [paul]       0.7.6claws25
6123
6124         * src/imap.c
6125                 hopefully fix last buggy sync
6126
6127         * README.claws
6128                 correct typo in 'Actions' examples
6129
6130 2002-05-29 [paul]       0.7.6claws24
6131
6132         * sync with 0.7.6cvs18
6133                 see ChangeLog 2002-05-28 and 2002-05-29
6134
6135         * src/news.c
6136           src/nntp.[ch]
6137                 sync with above 
6138
6139 2002-05-28 [paul]       0.7.6claws23
6140
6141         * sync with 0.7.6cvs16
6142                 see ChangeLog 2002-05-28
6143
6144 2002-05-27 [thorsten]   0.7.6claws22 
6145
6146         * faq/it/sylpheed-faq-1.html
6147           faq/it/sylpheed-faq-2.html
6148           faq/it/sylpheed-faq-3.html
6149           faq/it/sylpheed-faq.html
6150                 corrected DOS lineendings
6151         * faq/de/sylpheed-faq-1.html
6152           faq/de/sylpheed-faq-2.html
6153           faq/en/sylpheed-faq-1.html
6154           faq/en/sylpheed-faq-2.html
6155           faq/en/sylpheed-faq-3.html
6156           faq/es/sylpheed-faq-1.html
6157           faq/es/sylpheed-faq-2.html
6158           faq/es/sylpheed-faq-3.html
6159           faq/fr/sylpheed-faq-1.html
6160           faq/it/sylpheed-faq-1.html
6161           faq/it/sylpheed-faq-2.html
6162           faq/it/sylpheed-faq-3.html
6163           faq/it/sylpheed-faq.html
6164                 changed ">" to &quot;
6165
6166 2002-05-27 [paul]       0.7.6claws21
6167         
6168         * sync with 0.7.6cvs15
6169                 see ChangeLog 2002-05-27
6170
6171 2002-05-27 [paul]       0.7.6claws20
6172
6173         * src/prefs_account.c
6174                 correct a typo
6175
6176 2002-05-26 [paul]       0.7.6claws19
6177
6178         * tools/README
6179                 correct a typo
6180
6181 2002-05-25 [paul]       0.7.6claws18
6182
6183         * tools/README
6184                 add description of kmail2sylpheed.pl
6185
6186 2002-05-25 [paul]       0.7.6claws17
6187
6188         * tools/kmail2sylpheed.pl       ** NEW FILE **
6189                 perl script that converts an exported Kmail address
6190                 book, converts it to sylpheed addressbook file,
6191                 writes the file to .sylpheed, and updates
6192                 addrbook--index.xml 
6193
6194 2002-05-25 [paul]       0.7.6claws16
6195
6196         * sync with 0.7.6cvs14
6197                 see ChangeLog 2002-05-23
6198
6199 2002-05-24 [paul]       0.7.6claws15
6200
6201         * README.claws
6202                 make a correction and add some more info
6203
6204 2002-05-24 [paul]       0.7.6claws14
6205
6206         * src/compose.c
6207                 fix memory leak in 
6208                 compose_redirect_write_headers_from_headerlist()
6209                 add Subject and Resent-Message-ID to
6210                 compose_redirect_write_headers()
6211                 Received, Subject, and X-UIDL are filtered out in 
6212                 compose_redirect_write_to_file()
6213
6214 2002-05-23 [paul]       0.7.6claws13
6215
6216         * src/compose.[ch]
6217           src/filtering.c
6218           src/mainwindow.c
6219           src/matcher.[ch]
6220           src/matcher_parser_lex.l
6221           src/matcher_parser_parse.y
6222           src/prefs_common.[ch]
6223           src/prefs_filtering.c
6224           src/summaryview.c
6225                 rename 'Bounce' to 'Redirect'
6226
6227 2002-05-23 [paul]       0.7.6claws12
6228
6229         * more sync with 0.7.6cvs13
6230           src/compose.c
6231                 see ChangeLog 2002-05-22
6232
6233 2002-05-22 [paul]       0.7.6claws11
6234
6235         * sync with 0.7.6cvs13
6236           src/codeconv.c
6237                 see ChangeLog 2002-05-20
6238           src/prefs_common.c
6239                 see ChangeLog 2002-05-22
6240
6241 2002-05-21 [melvin]     0.7.6claws10
6242
6243         * src/folderview.c
6244                 Added missing filtering and scoring headers
6245                 Fixed bad function call that showed garbage 
6246                 in Folder->Processing
6247
6248 2002-05-21 [paul]       0.7.6claws9
6249
6250         * tools/Makefile.am
6251                 make all tools executable, (patch by Alfons).
6252
6253 2002-05-20 [alfons]     0.7.6claws8
6254
6255         * src/procheader.c
6256                 don't forget to call mktime() so we have a valid week 
6257                 and year day
6258                 (Bug report by Roger Sondermann <mail@jumaros.de>)
6259
6260 2002-05-20 [paul]       0.7.6claws7
6261
6262         * src/html.c
6263                 fix broken parsing of urls
6264         * src/textview.c
6265                 fix displaying of urls
6266
6267                 both fixes from the patch [547855] by Eugene 
6268                 Brevdo (zonem)
6269
6270 2002-05-19 [alfons]     0.7.6claws6
6271
6272         * configure.in
6273                 make sylpheed configure correctly with the latest
6274                 and greatest of automake / autoconf / gettext
6275
6276 2002-05-19 [alfons]     0.7.6claws5
6277
6278         * src/procheader.c
6279         * src/procheader.h
6280                 add function for returning ime zone offset
6281         * src/quote_fmt.c
6282         * src/quote_fmt_parse.y
6283                 better quotation formatting - does not convert
6284                 to local time, but uses the original date string.
6285                 
6286                 Note: %z inserts the timezone offset (should 
6287                 work also on platforms where strftime does not
6288                 support %z).
6289
6290 2002-05-18 [christoph]  0.7.6claws4
6291
6292         * src/summaryview.c
6293                 fix indentation of some code
6294         * tools/Makefile.am
6295                 fix spaces after \
6296         * src/Makefile.am
6297                 add missing \
6298                 correct path for ignorethread.xpm
6299                 incorrect filename for sylpheed_logo.xpm
6300                 add missing include matcher_parser_parse.h
6301
6302 2002-05-18 [paul]       0.7.6claws3
6303
6304         * sync with 0.7.6cvs8
6305                 see ChangeLog 2002-05-16 and 2002-05-17
6306
6307 2002-05-18 [melvin]     0.7.6claws2
6308
6309         * README.claws
6310                 Corrected an action's definition and fixed some misspellings.
6311
6312 2002-05-18 [paul]       0.7.6claws1
6313
6314         * tools/Makefile.am
6315           tools/gpg-sign        ** new file **
6316           tools/uudec           ** new file **
6317                 add Melvin's Actions scripts
6318
6319         * README.claws
6320                 add Melvin's descriptions for Actions
6321
6322 2002-05-18 [paul]       0.7.6claws
6323
6324         * Version 0.7.6claws released
6325
6326 2002-05-17 [paul]       0.7.5claws32
6327
6328         * po/es.po
6329                 updated by Ricardo Mones Lastra
6330
6331 2002-05-17 [paul]       0.7.5claws31
6332
6333         * src/compose.c
6334                 fix Account prefs default folder for sent/draft/deleted
6335                 messages bug
6336
6337         * po/it.po
6338           po/nl.po
6339                 updated translation by Alessandro Maestri and
6340                 Wilbert Berendsen
6341
6342 2002-05-17 [melvin]     0.7.5claws30
6343
6344         * src/prefs_actions.c
6345                 Fixed bug where using %F not at the end of the command 
6346                 resulted in an additional empty argument being created.
6347                 Thanks to Darko Koruga for reporting the bug.
6348
6349 2002-05-17 [melvin]     0.7.5claws29
6350
6351         * po/fr.po
6352                 Updated French translations.
6353
6354 2002-05-15 [paul]       0.7.5claws28
6355         
6356         * po/es.po
6357                 updated by Ricardo Mones Lastra
6358
6359 2002-05-15 [paul]       0.7.5claws27
6360
6361         * sync with 0.7.6cvs4
6362                 see ChangeLog 2002-05-14 and 2002-05-15
6363
6364 2002-05-14 [paul]       0.7.5claws26
6365
6366         * sync with 0.7.6cvs1
6367                 see ChangeLog 2002-05-13
6368
6369 2002-05-13 [thorsten]   0.7.5claws25
6370
6371         * src/messageview.c
6372                 fix select_all and copy in multipart messages
6373         * src/mainwindow.c
6374                 fix select_all and copy in multipart messages
6375
6376 2002-05-12 [paul]       0.7.5claws24
6377
6378         * src/summaryview.c
6379                 reverse last commit, bug already fixed in 0.7.5claws3
6380
6381 2002-05-12 [netztorte]  0.7.5claws23
6382
6383         * src/summaryview.c
6384                 dont parse empty addressbook (checked in before claws20)
6385
6386 2002-05-12 [melvin]     0.7.5claws22
6387
6388         * src/procmsg.[ch]
6389                 Removed unneeded priority code introduced by the previous 
6390                 commit.
6391
6392 2002-05-12 [melvin]     0.7.5claws21
6393
6394         * src/compose.[ch]
6395                 Added possibility to set message's priority.
6396         * src/procmsg.[ch]
6397                 Added possibility to set message's priority.
6398                 Added missing headers
6399
6400 2002-05-12 [melvin]     0.7.5claws20
6401
6402         * src/prefs_actions.c
6403                 Removed implicitely added quotes around the name
6404                 of the temporary files of mime parts.
6405
6406 2002-05-12 [paul]       0.7.5claws19
6407
6408         * sync with 0.7.5cvs20
6409                 see ChangeLog 2002-05-11
6410
6411 2002-05-12 [alfons]     0.7.5claws18
6412
6413         * src/quote_fmt_lex.l
6414         * src/quote_fmt_parse.y
6415                 allow quote / reply date & time format to be set using
6416                 %D{format}. format is a format string you'd pass to
6417                 strftime() (see man strftime, or the Display tab |
6418                 Date format setting).
6419
6420                 Currently %D converts the date to local time. 
6421
6422 2002-05-11 [paul]       0.7.5claws17
6423
6424         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
6425                 see ChangeLog 2002-05-10 and 2002-05-11
6426
6427 2002-05-10 [paul]       0.7.5claws16
6428
6429         * sync with 0.7.5cvs16
6430                 see ChangeLog entries 2002-05-09 and 
6431                 2002-05-10
6432
6433 2002-05-10 [colin]      0.7.5claws15
6434
6435         * src/textview.c
6436                 Corrected a bug that prevented sylpheed to open
6437                 double-clicked URIs.
6438
6439 2002-05-09 [paul]       0.7.5claws14
6440
6441         * sync with 0.7.5cvs14
6442                 see ChangeLog 2002-05-08 and 2002-05-09
6443
6444 2002-05-08 [paul]       0.7.5claws13
6445
6446         * sync with 0.7.5cvs11
6447                 see ChangeLog entry 2002-05-08
6448
6449 2002-05-08 [paul]       0.7.5claws12
6450
6451         * src/mainwindow.c
6452           src/textview.[ch]
6453                 fix segfault on View->Open in new window
6454                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6455
6456 2002-05-07 [paul]       0.7.5claws11
6457
6458         * sync with 0.7.5cvs9
6459                 see ChangeLog entry 2002-05-07
6460
6461 2002-05-06 [paul]       0.7.5claws10
6462
6463         * src/messageview.c
6464           src/textview.c
6465                 display url in statusbar on single-click
6466                 patch submitted by Thorsten Maerz <torte@netztorte.de>
6467
6468 2002-05-06 [match]      0.7.5claws9
6469
6470         * src/addritem.[ch]
6471                 new functions.
6472         * src/addrcache.c
6473                 tidy up.
6474         * src/xmlprops.[ch]
6475                 XML implementation of properties file.
6476         * src/exporthtml.[ch]
6477         * src/expthtmldlg.[ch]
6478         * src/addressbook.c
6479                 export to HTML.
6480
6481 2002-05-02 [sergey]     0.7.5claws8
6482
6483         * src/mainwindow.c (mainwin_entries),
6484           src/prefs_common.c (prefs_send_create()),
6485           src/codeconv.c (locale_table):
6486                 use charset name "Windows-1251" instead of "CP1251".
6487
6488 2002-05-02 [colin]      0.7.5claws7
6489         
6490         * src/compose.c
6491           src/prefs_common.c
6492           src/prefs_folder_item.c
6493                 Fixed cosmetics bugs due to Outbox renamed to Sent.
6494
6495 2002-05-02 [hiro]       0.7.5claws6
6496
6497         * src/imap.c
6498                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
6499
6500 2002-05-02 [paul]       0.7.5claws5
6501
6502         * src/compose.c
6503                 more sync with 0.7.5cvs7, see ChangeLog entry
6504                 2002-05-02
6505
6506 2002-05-02 [hiro]       0.7.5claws4
6507
6508         * src/compose.c
6509                 compose_queue_sub():
6510                 check if queue folder exists (closes #550397).
6511                 removed directory creation since it should be handled
6512                 transparently.
6513         * src/imap.c
6514                 imap_add_msg(): return UID for appended message
6515                 (closes #548842).
6516
6517 2002-04-30 [paul]       0.7.5claws3
6518
6519         * src/summaryview.c
6520                 fix account_find_from_address() bug
6521
6522 2002-04-28 [colin]      0.7.5claws2
6523
6524         * src/compose.c
6525           src/textview.c
6526           src/prefs_common.[ch]
6527           src/utils.[ch]
6528                 Added user-definable quotation characters recognition.
6529
6530 2002-04-28 [paul]       0.7.5claws1
6531
6532         * sync with 0.7.5cvs4
6533                 see ChangeLog entry  2002-04-25
6534
6535 2002-04-28 [paul]       0.7.5claws
6536
6537         * po/es.po
6538           po/nl.po
6539           po/pt_BR.po
6540                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
6541                 Fabio Junior Beneditto
6542
6543 2002-04-27 [jens]       0.7.4claws103
6544
6545         * po/de.po
6546                 updated German translation.
6547
6548 2002-04-27 [hiro]       0.7.4claws102
6549
6550         * src/summaryview.c
6551                 summary_write_cache(): fixed the mark loss of hidden messages.
6552
6553 2002-04-26 [melvin]     0.7.4claws101
6554
6555         * src/procmsg.c
6556                 fixed a second typo (same one)
6557         * po/fr.po
6558           po/it.po
6559           po/pt_BR.po
6560                 fixed the type again...
6561
6562 2002-04-26 [melvin]     0.7.4claws100
6563
6564         * src/procmsg.c
6565                 fixed a typo in an alert message ("temorary").
6566         * po/it.po
6567         * po/pt_BR.po
6568                 corrected the typo  described above.
6569         * po/fr.po
6570                 updated French translation.
6571
6572 2002-04-26 [darko]      0.7.4claws99
6573
6574         * src/summaryview.c
6575                 fix target folder colorization
6576
6577 2002-04-25 [paul]       0.7.4claws98
6578
6579         * po/it.po
6580                 updated by Alessandro Maestri
6581
6582 2002-04-24 [colin]      0.7.4claws97
6583         
6584         * src/compose.c
6585                 Fixed double "subject is empty" question.
6586
6587 2002-04-23 [colin]      0.7.4claws96
6588         
6589         * src/mimeview.c
6590                 Corrected issue when "automatically display images" was
6591                 not set : first image remained after selecting second.
6592
6593 2002-04-23 [melvin]     0.7.4claws95
6594
6595         * src/prefs_actions.c
6596                 Don't display in/out dialog if there is nothing to show.
6597
6598 2002-04-23 [paul]       0.7.4claws94
6599
6600         * sync with 0.7.5cvs3
6601                 bug fixes: see ChangeLog entry 2002-04-23
6602
6603 2002-04-22 [darko]      0.7.4claws93
6604
6605         * src/compose.c
6606                 fix previous check-in which changed code after
6607                 merge from main
6608
6609 2002-04-22 [paul]       0.7.4claws92
6610
6611         * faq/de/*
6612                 add German FAQ
6613         * faq/en/*
6614           faq/es/*
6615           faq/fr/*
6616                 update English, Spanish and French FAQs
6617         * manual/de/*
6618           manual/es/*
6619                 add German and Spanish manuals
6620         * manual/en/*
6621           manual/fr/*
6622                 update English and French manuals
6623
6624         * src/Makefile.am
6625                 add to and re-arrange the pixmap entries
6626
6627 2002-04-22 [darko]      0.7.4claws91
6628
6629         * src/compose.c
6630                 fix sender initials recognition to only allow
6631                 '>' after the initials
6632
6633 2002-04-21 [paul]       0.7.4claws90
6634
6635         * sync with 0.7.5 release
6636                 see ChangeLog entry 2002-04-21
6637
6638 2002-04-21 [alfons]
6639
6640         * src/Makefile.am
6641                 add colin's new pixmaps to EXTRA_DIST
6642
6643 2002-04-21 [colin]      0.7.4claws89
6644         * src/compose.c
6645         * src/inc.c
6646         * src/mainwindow.[ch]
6647         * src/prefs_common.[ch]
6648         * src/stock_pixmap.[ch]
6649                 Added "Work offline" ability.
6650
6651 2002-04-21 [colin]      0.7.4claws88
6652         
6653         * src/mimeview.c
6654         * src/prefs_common.c
6655         * src/prefs_common.h
6656         * src/textview.c : Added an option to common preferences -> display
6657           to allow user not to automatically display images.
6658
6659 2002-04-21 [paul]       0.7.4claws87
6660
6661         * sync with 0.7.4cvs52
6662                 see ChangeLog entry 2002-04-21 (src/imap.c)
6663
6664 2002-04-21 [paul]       0.7.4claws86
6665
6666         * sync with 0.7.4cvs51
6667                 see ChangeLog entry 2002-04-21
6668
6669 2002-04-21 [paul]       0.7.4claws85
6670
6671         * sync with 0.7.4cvs49
6672                 see ChangeLog entries 2002-04-20 and 2002-04-21
6673
6674         * src/Makefile.am
6675                 clean up: remove old 'stock_' element from xpm 
6676                 filenames.
6677
6678 2002-04-21 [alfons]     0.7.4claws84
6679
6680         apply sync patch from Paul
6681
6682         * src/folderview.c
6683                 use old claws prefs_folder_item_create() for now
6684
6685 2002-04-19 [match]      0.7.4claws83
6686
6687         * src/addressbook.[ch]
6688         * src/addrharvest.[ch]
6689         * src/addrgather.[ch]
6690                 recurse folders.
6691         * src/mainwindow.c
6692         * src/summaryview.[ch]
6693                 change menu option.
6694
6695 2002-04-19 [paul]       0.7.4claws82
6696
6697         * po/pt_BR.po
6698                 updated by Fabio Junior Beneditto
6699
6700 2002-04-14 [alfons]     0.7.4claws81
6701
6702         * src/passphrase.c
6703                 add #include <sys/types.h> for mode_t and off_t 
6704
6705 2002-04-13 [paul]       0.7.4claws80
6706         
6707         * src/main.c
6708           src/passphrase.[ch]
6709           src/pgptext.c
6710           src/prefs_common.[ch]
6711           src/rfc2015.c
6712                 enable storing of GnuPG passphrase for the whole 
6713                 session or a user-defined number of minutes. patch 
6714                 submitted by Ravemax <ravemax@dextrose.com>
6715
6716 2002-04-13 [alfons]     0.7.4claws79
6717
6718         * src/textview.c
6719                 make email parser also stop scanning when encountering separators
6720                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
6721
6722 2002-04-13 [paul]       0.7.4claws78
6723
6724         * sync with 0.7.4cvs39
6725                 see ChangeLog entry 2002-04-12
6726
6727 2002-04-11 [paul]       0.7.4claws77
6728
6729         * sync with 0.7.4cvs37
6730                 see ChangeLog entry 2002-04-11
6731
6732 2002-04-11 [paul]       0.7.4claws76
6733
6734         * COPYING 
6735                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
6736                 the clause for OpenSSL). sync with sylpheed main
6737
6738 2002-04-09 [melvin]     0.7.4claws75
6739
6740         * src/compose.c
6741                 Made 'Ctrl-Enter' on send ignore some modifiers 
6742                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
6743                 to bind other *-Enter (but not Alt-Enter).
6744
6745 2002-04-09 [paul]       0.7.4claws74
6746
6747         * sync with 0.7.4cvs35
6748                 see ChangeLog entries 2002-04-09
6749
6750 2002-04-08 [paul]       0.7.4claws73
6751
6752         * sync with 0.7.4cvs33
6753                 see ChangeLog entry 200-04-08
6754
6755 2002-04-07 [match]      0.7.4claws72
6756
6757         * src/addrharvest.[ch]
6758                 fixed to read all addresses in header, regardless
6759                 of header size. improved name parsing. accommodate
6760                 harvest from folders and selected message.
6761         * src/addritem.[ch]
6762                 included new address parsing function.
6763         * src/addrgather.[ch]
6764         * src/addressbook.[ch]
6765         * src/summaryview.[ch]
6766         * src/mainwindow.c
6767                 allow address harvest of folder as well as selected
6768                 messages.
6769
6770 2002-04-07 [paul]       0.7.4claws71
6771
6772         * src/esmtp.[ch]
6773           src/smtp.c
6774                 don't try to authenticate with CRAM-MD5 in SMTP when 
6775                 SMTP-AUTH enabled if MTA doesn't issue this 
6776                 auth-method in it's ehlo-response. bug item #531364,
6777                 patch item #938910. patch submitted by Colin Leroy 
6778                 <colin@colino.net>
6779
6780 2002-04-07 [paul]       0.7.4claws70
6781
6782         * src/nntp.c
6783                 fix missing MODE_READER bug. patch submitted by
6784                 Colin Leroy <colin@colino.net>
6785
6786 2002-04-07 [alfons]     0.7.4claws69
6787
6788         * src/matcher.[ch]
6789         * src/prefs_filtering.c
6790         * src/summaryview.c
6791                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
6792                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
6793
6794 2002-04-07 [paul]       0.7.4claws68
6795
6796         * sync with 0.7.4cvs32
6797                 see ChangeLog entry 2002-04-06
6798
6799         * tools/filter_conv.pl
6800                 more bug fixes
6801
6802 2002-04-06 [paul]       0.7.4claws67
6803
6804         * tools/filter_conv.pl
6805                 modify to be able to find the name of the first
6806                 mailbox and use that. main's filter does not
6807                 record the full path to the mailbox and therefore
6808                 can only filter to the first mailbox.
6809
6810 2002-04-05 [paul]       0.7.4claws66
6811
6812         * tools/filter_conv.pl
6813                 attempt to make the script all-encompassing and
6814                 be able to convert any main 'filter' rule thrown
6815                 at it
6816
6817 2002-04-05 [paul]       0.7.4claws65
6818
6819         * tools/filter_conv.pl
6820                 allow for collapsed folder trees
6821
6822 2002-04-05 [paul]       0.7.4claws64
6823
6824         * sync with 0.7.4cvs31
6825                 see ChangeLog entries 2002-04-05
6826
6827 2002-04-03 [paul]       0.7.4claws63
6828
6829         * sync with 0.7.4cvs29
6830                 see ChangeLog entries 2002-04-02 and 2002-04-03
6831
6832 2002-04-02 [paul]       0.7.4claws62
6833
6834         * sync with 0.7.4cvs26
6835                 see ChangeLog entry 2002-04-01
6836
6837 2002-04-02 [match]      0.7.4claws61
6838
6839         * src/pine.[ch]
6840         * src/importpine.[ch]
6841         * src/addressbook.c
6842                 import Pine address book.
6843
6844 2002-04-02 [match]      0.7.4claws60
6845
6846         * src/addrharvest.[ch]
6847                 improve address parsing of funky addresses.
6848
6849 2002-04-02 [darko]      0.7.4claws59
6850
6851         * src/compose.c
6852                 wrap on send improvements, it now recognizes quoted
6853                 initials as part of the quotation string, and it
6854                 does not join lines separated by CR
6855
6856 2002-04-01 [match]      0.7.4claws58
6857
6858         * src/mgutils.[ch]
6859                 added new functions.
6860         * src/mutt.[ch]
6861                 remove excessive duplicate address generation
6862                 on import.
6863
6864 2002-04-01 [alfons]     0.7.4claws57
6865         
6866         * src/summaryview.c
6867                 put back g_free() 
6868
6869 2002-04-01 [paul]       0.7.4claws56
6870
6871         * sync with 0.7.4cvs25
6872                 see ChangeLog entry 2002-04-01
6873
6874 2002-04-01 [alfons]     0.7.4aprilfool55
6875
6876         * src/summaryview.c
6877                 honour feature request item #537427 to allow for
6878                 displaying names from address book for sent mail also
6879
6880 2002-03-29 [paul]       0.7.4claws54
6881
6882         * src/mainwindow.c
6883           src/prefs_filtering.[ch]
6884           src/prefs_matcher.c
6885           src/summaryview.c
6886                 add 'fast filter' for claws' filtering,
6887                 /Tools/Create filter rule/... patch submitted
6888                 by Neill Miller <neillm@thecodefactory.org>
6889
6890 2002-03-29 [paul]       0.7.4claws53
6891
6892         * sync with 0.7.4cvs24
6893                 see ChangeLog entry 2002-03-29
6894
6895 2002-03-28 [paul]       0.7.4claws52
6896
6897         * sync with 0.7.4cvs23
6898                 see ChangeLog entry 2002-03-28
6899
6900 2002-03-27 [melvin]     0.7.4claws51
6901
6902         * src/prefs_actions.c
6903                 Added support to pass only one message part (as a
6904                 file) to the command using '%p'. No quotes are needed
6905                 because doubles quotes are automatically added.
6906                 Fixed bug where Sylpheed could block when waiting for
6907                 a child process to finish.
6908                 Changed the help menu to remove quotes around symbols to 
6909                 avoid misinterpretation (they must not be used).
6910
6911 2002-03-27 [melvin]     0.7.4claws50
6912
6913         * src/inc.c
6914                 Made the new mail notification command always 
6915                 execute asynchronously.
6916
6917 2002-03-27 [paul]       0.7.4claws49
6918
6919         * src/compose.c
6920                 fix bug introduced in last commit
6921
6922 2002-03-27 [paul]       0.7.4claws48
6923
6924         * sync with 0.7.4cvs21
6925                 see ChangeLog 2002-03-26 and 2002-03-27
6926
6927 2002-03-26 [hoa]        0.7.4claws47
6928
6929         * src/prefs_folder_item.c
6930                 really fixed the bug #516442 with folder rescan.
6931
6932 2002-03-26 [paul]       0.7.4claws46
6933
6934         * sync with 0.7.4cvs19
6935                 see ChangeLog entries 2002-03-25 and 2002-03-26
6936
6937 2002-03-25 [hoa]        0.7.4claws45
6938
6939         * src/matcher.c
6940         * src/mh.c
6941                 fix the bug #516442 with folder rescan.
6942
6943         * src/prefs_common.[ch]
6944         * src/compose.c
6945                 added an option to enable two different behaviours
6946                 for bounce.
6947
6948
6949 2002-03-25 [paul]       0.7.4claws44
6950
6951         * src/mainwindow.c
6952           src/selective_download.c
6953                 correct a few menuitem labels
6954
6955 2002-03-25 [christoph]  0.7.4claws43
6956
6957         * src/procmsg.c
6958                 fix non deleted tmp message in
6959                 procmsg_save_to_outbox
6960                 fix problems caused by sync with
6961                 main branch's procmsg_send_queue
6962
6963 2002-03-25 [paul]       0.7.4claws42
6964
6965         * src/quote_fmt.c
6966           src/quote_fmt_lex.l
6967           src/quote_fmt_parse.y
6968                 add Last name (%L) placeholder for quoting. 
6969                 patch submitted by Thorsten Thielen 
6970                 <thth@users.sourceforge.net>
6971
6972 2002-03-25 [paul]       0.7.4claws41
6973
6974         * src/utils.c
6975                 get full hostname. patch submitted by
6976                 Bob Woodside <rwoodside1@comcast.net>
6977
6978 2002-03-25 [paul]       0.7.4claws40
6979
6980         * src/account.c
6981           src/news.c
6982           src/nntp.[ch]
6983           src/prefs_account.[ch]
6984                 enable NNTP over SSL. patch submitted by
6985                 Pascal Jermini <pascal@infinity.hn.org>
6986
6987 2002-03-24 [paul]       0.7.4claws39
6988
6989         * src/prefs_common.c
6990                 make the arrangement of the Compose tab more
6991                 coherent
6992
6993         * src/mainwindow.c
6994                 fix some irregularities of style
6995
6996         * po/de.po
6997                 updated by Kilian Krause
6998
6999 2002-03-23 [paul]       0.7.4claws38
7000
7001         * po/pt_BR.po
7002                 updated by Fabio Junior Beneditto
7003
7004 2002-03-23 [paul]       0.7.4claws37
7005
7006         * src/mainwindow.c
7007                 move 'Gather addresses' to 'Tools' menu
7008                 make 'Selective download' sensitive
7009
7010 2002-03-23 [paul]       0.7.4claws36
7011
7012         * sync with 0.7.4cvs16
7013                 see ChangeLog entries 2002-03-23
7014
7015 2002-03-22 [christoph]  0.7.4claws35
7016
7017         * src/quote_fmt_parse.y
7018                 fix include program output
7019
7020 2002-03-22 [alfons]     0.7.4claws34
7021
7022         * src/pop.c
7023                 initialize GDate stack variable correctly (sorry!)
7024
7025 2002-03-22 [paul]       0.7.4claws33
7026
7027         * src/compose.c
7028           src/mainwindow.c
7029           src/prefs_actions.c
7030           src/prefs_common.c
7031                 rename 'Tool' to 'Tools'
7032
7033         * src/mainwindow.c
7034                 move 'Delete duplicated messages' from
7035                 'Message/' to 'Tools/'
7036                 re-arrange the order of 'Tools/' items
7037
7038 2002-03-22 [paul]       0.7.4claws32
7039
7040         * src/addr_compl.c
7041           src/addressbook.[ch]
7042                 auto-address completion now also matches on
7043                 Nickname. patch submitted by Bob Forsman 
7044                 <hammor@users.sourceforge.net>
7045
7046         * src/editaddress.c
7047                 correct a spelling mistake
7048
7049 2002-03-22 [alfons]     0.7.4claws31
7050
7051         * src/pop.c
7052                 fix getting uidl from incorrect string 
7053                 (spotted by Colin)
7054
7055 2002-03-21 [alfons]     0.7.4claws30
7056
7057         * src/pop.c
7058                 more code refactoring
7059                 plug mem leak introduced by delete on server
7060
7061 2002-03-21 [paul]       0.7.4claws29
7062
7063         * sync with 0.7.4cvs11
7064                 see ChangeLog entries 2002-03-20
7065
7066 2002-03-20 [alfons]     0.7.4claws28
7067
7068         * src/inc.c
7069                 apply Colin's patch and refactor
7070
7071 2002-03-20 [paul]       0.7.4claws27
7072
7073         * sync with sylpheed 0.7.4cvs9
7074                 see ChangeLog entry 2002-03-20
7075
7076 2002-03-19 [christoph]  0.7.4claws26
7077
7078         * src/mh.c
7079         * src/procmsg.[ch]
7080         * src/summaryview.c
7081                 revert changes for flag updates
7082                 (does not work correctly and no time to debug)
7083
7084 2002-03-20 [alfons]     0.7.4claws25
7085
7086         * src/pop.c
7087                 refactor should_delete() a little bit 
7088
7089 2002-03-19 [paul]       0.7.4claws24
7090
7091         * src/inc.[ch]
7092           src/pop.c
7093           src/prefs_account.[ch]
7094                 allow the user to leave downloaded mail on the 
7095                 server for n days. Patch submitted by Colin Leroy 
7096                 <colin@colino.net>
7097
7098 2002-02-19 [paul]       0.7.4claws23
7099
7100         * sync with sylpheed 0.7.4cvs8
7101                 see ChangeLog entries 2002-03-19
7102
7103 2002-03-18 [paul]       0.7.4claws22
7104
7105         * sync with sylpheed 0.7.4cvs6
7106                 see ChangeLog entry 2002-03-18
7107
7108 2002-03-18 [paul]       0.7.4claws21
7109
7110         * po/en_GB.po
7111                 add en_GB message catalogue
7112
7113         * src/mbox_folder.c
7114           src/prefs_account.c
7115           src/prefs_actions.c
7116                 correct a few spelling mistakes
7117
7118 2002-03-17 [alfons]     0.7.4claws20
7119
7120         * src/matcher.c
7121                 more stringent checks for NULL params when writing
7122                 filtering actions to a file
7123                 
7124 2002-03-17 [hoa]        0.7.3claws20
7125
7126         * src/news.c
7127                 fixed the count of new messages
7128
7129         * src/compose.c
7130                 fixed the "attachment properties" window
7131
7132 2002-03-17 [paul]       0.7.4claws19
7133
7134         * src/defs.h
7135           src/folder.h
7136           src/news.c
7137           src/prefs_account.[ch]
7138           src/procmsg.[ch]
7139           src/summaryview.c
7140                 automatically mark cross-posted messages as read 
7141                 and (optionally) give them a colour label
7142                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
7143                 
7144
7145 2002-03-17 [paul]       0.7.4claws18
7146
7147         * sync with sylpheed 0.7.4cvs5
7148                 see ChangeLog entry 2002-03-17
7149
7150 2002-03-17 [melvin]     0.7.4claws17
7151         
7152         * src/textview.c
7153                 Worked around a gtktext 'bug': when searching for 
7154                 a text in a long message it was scrolling slowly
7155                 line by line until it hit the searched text.
7156         * po/fr.po
7157                 Updated French translation
7158
7159 2002-03-17 [melvin]     0.7.4claws16
7160
7161         * src/mainwindow.c
7162         * src/compose.c
7163         * src/prefs_actions.c
7164                 Moved "Edit/Actions" to "Tool/Actions"
7165                 Made mainwindow/compose window sensitive as soon as
7166                 no child process is running anymore even if the io dialog
7167                 is open.
7168                 Fixed a struct being initialized with a non constant char*
7169
7170 2002-03-16 [christoph]  0.7.4claws15
7171
7172         * configure.in
7173                 add --with-compiler-flags option
7174                 (only for developer hacking)
7175         * src/mh.c
7176         * src/procmsg.[ch]
7177         * src/summaryview.c
7178                 try to make folder-stats and flag handling more
7179                 independent from the summaryview. msgcounts
7180                 are only set when the folder is opened and
7181                 procmsg_msginfo_(un)set_flags will handle it
7182                 later and summaryview will get the values
7183                 from the folder.
7184
7185 2002-03-16 [paul]       0.7.4claws14
7186
7187         * src/messageview.c
7188                 fix Return-receipt. Patch submitted by Bob
7189                 Woodside <rwoodside1@comcast.net>
7190
7191 2002-03-16 [paul]       0.7.4claws13
7192
7193         * src/compose.c
7194                 fix 'dynamic' signatures, make it work again
7195                 broken during sync on 2002-03-14 (0.7.4claws2)
7196
7197 2002-03-15 [match]      0.7.4claws12
7198
7199         * src/addrharvest.[ch]
7200         * src/addrgather.[ch]
7201         * src/addressbook.[ch]
7202         * src/mainwindow.c
7203                 included address harvester feature. still some
7204                 issues with address parsing that I will fix.
7205
7206 2002-03-15 [match]      0.7.4claws11
7207
7208         * src/addrbook.[ch]
7209         * src/addrcache.[ch]
7210         * src/addressbook.[ch]
7211         * src/addrindex.c
7212         * src/editbook.c
7213         * src/importldif.c
7214         * src/importmutt.c
7215         * src/jpilot.[ch]
7216         * src/main.c
7217         * src/syldap.[ch]
7218         * src/vcard.[ch]
7219                 tidy up. fix memory leaks. moved attribs and methods
7220                 from individual interfaces to addrcache object. prep
7221                 for new stuff to come in.
7222
7223 2002-03-15 [alfons]     0.7.4claws10
7224
7225         * src/matcher.[ch]
7226         * src/matcher_parser_parse.y
7227         * src/matcher_parser_lex.l
7228         * src/prefs_matcher.c
7229                 add filtering conditions message greater than, smaller 
7230                 than, and exactly matching a size in bytes
7231                 (does not work with delete from POP3 server yet)
7232
7233                 this should also give others an idea what you should
7234                 do to add new criterions to claws filtering system
7235                 
7236
7237 2002-03-15 [paul]       0.7.4claws9
7238
7239         * tools/filter_conv.pl
7240                 exit if there are no filter rules to convert
7241                 rename filterrc to filterrc.old after completion
7242
7243 2002-03-15 [paul]       0.7.4claws8
7244
7245         * sync with sylpheed 0.7.4cvs3
7246                 see ChangeLog entry 2002-03-14
7247
7248 2002-03-14 [paul]       0.7.4claws7
7249
7250         * src/compose.c
7251                 clean up the last commit (ahem)
7252
7253 2002-03-14 [paul]       0.7.4claws6
7254
7255         * src/compose.c
7256                 fix bug #515655. honour account preferences
7257                 regarding gpg default signing/encryption when 
7258                 changing account from the compose window.
7259
7260 2002-03-14 [paul]       0.7.4claws5
7261
7262         * src/folderview.c
7263                 remove unnecessary curly brackets
7264
7265 2002-03-14 [paul]       0.7.4claws4
7266
7267         * src/folderview.c
7268           src/prefs_filtering.[ch]
7269                 add filter rename on folder rename and filter
7270                 delete on folder delete. Patch submitted by
7271                 Neill Miller <neillm@thecodefactory.org> 
7272
7273 2002-03-14 [christoph]  0.7.4claws3
7274
7275         * src/procmsg.c
7276         * src/send.c
7277                 fix local delivery
7278                 (patch submitted by "Simon 'corecode' Schubert")
7279         * src/prefs_common.c
7280         * src/procmsg.c
7281                 fix gcc 3.0 warning
7282
7283 2002-03-14 [paul]       0.7.4claws2
7284
7285         * sync with sylpheed 0.7.4cvs2
7286                 see ChangeLog entry 2002-03-13
7287
7288 2002-03-12 [darko]      0.7.4claws1
7289
7290         * src/mainwindow.c
7291                 fix what seems to be a copy and paste error
7292                 when setting color for important messages
7293                 (reported by wwp)
7294
7295 2002-03-11 [paul]       version 0.7.4claws released
7296
7297 2002-03-11 [paul]       0.7.4claws
7298
7299         * po/es.po
7300           po/it.po
7301           po/nl.po
7302           po/pt_BR.po
7303                 update message catalogs. Submitted by Ricardo Mones 
7304                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
7305                 Fabio Junior Beneditto
7306
7307         * configure.in
7308           faq/Makefile.am
7309           faq/it/Makefile
7310           faq/it/sylpheed-faq*
7311           src/mainwindow.c
7312           src/manual.[ch]
7313                 add FAQ in Italian
7314         
7315
7316 2002-03-11 [jens]       0.7.3claws7
7317
7318         * po/de.po
7319                 updated German translation
7320
7321 2002-03-11 [melvin]     0.7.3claws6
7322
7323         * po/fr.po
7324                 updated and corrected French translation
7325
7326 2002-03-10 [hoa]        0.7.3claws5
7327
7328         * src/account.c
7329         * src/inc.c
7330         * src/prefs_account.c
7331         * src/procmsg.c
7332         * src/send.[ch]
7333                 fixed the local account.
7334                 you have to change the default "/usr/sbin/sendmail"
7335                 to "/usr/sbin/sendmail -t" in the preferences of
7336                 the local account.
7337
7338         * src/procmime.c
7339                 removed some debug display for renderer
7340
7341 2002-03-10 [paul]       0.7.3claws4
7342
7343         * faq/en/sylpheed-faq-1.html
7344           faq/en/sylpheed-faq-2.html
7345                 update
7346
7347 2002-03-09 [paul]       0.7.3claws3
7348
7349         * sync with sylpheed 0.7.4
7350                 see ChangeLog entry 2002-03-09
7351
7352 2002-03-08 [paul]       0.7.3claws2
7353
7354         * faq/en/sylpheed-faq*
7355           faq/es/sylpheed-faq*
7356           faq/fr/sylpheed-faq*
7357                 update the FAQs
7358
7359         * manual/fr/.cvsignore
7360           manual/fr/Makefilea.am
7361           manual/fr/sylpheed*
7362           src/mainwindow.c
7363           src/manual.[ch]
7364                 add the French manual
7365
7366 2002-03-07 [paul]       0.7.3claws1
7367
7368         * sync with sylpheed 0.7.3cvs4
7369                 see ChangeLog entries  2002-03-06 and 2002-03-07
7370         
7371         * po/nl.po
7372                 updated by Wilbert Berendsen
7373
7374 2002-03-07 [melvin]     0.7.2claws34
7375
7376         * src/selective_download.c
7377                 Changed the pixmap of the receive button to MAIL_RECEIVE.
7378
7379 2002-03-06 [paul]       0.7.2claws33
7380
7381         * sync with sylpheed 0.7.3cvs1
7382                 bug fix, see ChangeLog entry 2002-03-05
7383
7384 2002-03-05 [paul]       0.7.2claws32
7385
7386         * src/mimeview.c
7387           src/pgptext.[ch]
7388           src/procmsg.c
7389                 reverse the pgp ascii-armored code implemented in 
7390                 0.7.2claws16. removal of this code until it matures.
7391                 this means that verifying ascii-armored pgp sigs and
7392                 automatic decryption of ascii-armored encrypted
7393                 messages no longer works.
7394
7395 2002-03-05 [paul]       0.7.2claws31
7396
7397         * configure.in
7398           Makefile.am
7399         * faq/Makefile.am
7400         * faq/en/Makefile.am
7401           faq/en/sylpheed-faq.html
7402           faq/en/sylpheed-faq-1.html
7403           faq/en/sylpheed-faq-2.html
7404           faq/en/sylpheed-faq-3.html
7405         * faq/es/Makefile.am
7406           faq/es/sylpheed-faq.html
7407           faq/es/sylpheed-faq-1.html
7408           faq/es/sylpheed-faq-2.html
7409           faq/es/sylpheed-faq-3.html
7410           faq/es/sylpheed-faq-4.html
7411         * faq/fr/Makefile.am
7412           faq/fr/sylpheed-faq.html
7413           faq/fr/sylpheed-faq-1.html
7414           faq/fr/sylpheed-faq-2.html
7415           faq/fr/sylpheed-faq-3.html
7416         * src/Makefile.am
7417           src/defs.h
7418           src/mainwindow.c
7419           src/manual.[ch]
7420                 add FAQs in English, Spanish and French
7421
7422
7423 2002-03-05 [paul]       0.7.2claws30
7424
7425         * manual/en/sylpheed.html
7426           manual/en/sylpheed-XX.html
7427                 updated the English manual
7428
7429 2002-03-05 [hoa]        
7430
7431         * src/summaryview.c
7432                 dialog box pops up if the article can't be deleted.
7433
7434 2002-03-04 [paul]       
7435         
7436         * po/pt_BR.po
7437                 updated by Fabio Junior Benedito
7438
7439 2002-03-04 [hoa]
7440
7441         * removed ac/gpgme.m4
7442                 to avoid autogen common problem
7443                 developers have to install gpgme development package now
7444
7445         * src/compose.c
7446                 encoding to 7bit or 8bit is enabled.
7447
7448 2002-03-03 [alfons]     0.7.2claws29
7449
7450         * src/pop.c
7451                 merge fix by Oliver Haertel for selective
7452                 download buglet
7453
7454 2002-03-03 [paul]       0.7.2claws28
7455         
7456         * sync with sylpheed 0.7.3
7457
7458 2002-03-03 [paul]       0.7.2claws27
7459
7460         * sync with sylpheed 0.7.2cvs24
7461                 see ChangeLog entries 2002-03-02 and 2002-03-03
7462
7463 2002-03-02 [melvin]     0.7.2claws26
7464
7465         * src/inc.[ch]
7466         * src/main.c
7467         * src/mainwindow.c
7468         * src/prefs_common.[ch]
7469                 Added user definable notification on new mail arrival.
7470                 Removed unused variables in spell checker prefs code.
7471
7472 2002-03-02 [melvin]     0.7.2claws25
7473
7474         * src/quote_fmt.c
7475                 Removed unnecessary escape sequences.
7476                 Changed 'Initial...' to 'Initials of Sender'
7477
7478 2002-03-02 [paul]       0.7.2claws24
7479
7480         * sync with sylpheed 0.7.2cvs22
7481                 see ChangeLog entry 2002-03-01
7482
7483 2002-03-01 [hoa]        0.7.2claws23
7484
7485         * src/mainwindow.c
7486                 Set sensitivity of delete actions to active
7487                 even if the folder is a newsgroup.
7488
7489         * src/summaryview.c
7490                 - Set sensitivity of delete actions
7491                 - Added function check_permission() that will check if the
7492                   user is authorized to delete a message. For news, it
7493                   will check if the author is the same.
7494                 - Enabled deletion when there is no trash folder.
7495
7496         * src/news.[ch]
7497                 - Added news_cancel_article() to cancel articles
7498                 - Implemented news_remove_message() (public function)
7499
7500 2002-03-01 [paul]       0.7.2claws22
7501
7502         * src/gtkutils.c
7503           src/textview.c
7504                 recognise urls that that don't include 'http://' and
7505                 simply begin 'www.' 
7506
7507         * AUTHORS
7508                 remove duplicated name
7509
7510 2002-02-28 [paul]       0.7.2claws21
7511
7512         * src/mainwindow.c
7513           src/summaryview.[ch]
7514                 add ability to 'Select thread'
7515                 combines Melvin's "Select thread's head" patch (#510907)
7516                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
7517                 patch (#518514) 
7518
7519 2002-02-28 [paul]       0.7.2claws20
7520
7521         * src/mimeview.c
7522                 hopefully fix segfault on right-clicking a mime part
7523                 that some people have experienced.      
7524                 fix submitted by Fredrik Olofsson <frol@linux.nu>
7525
7526 2002-02-28 [paul]       0.7.2claws19
7527
7528         * sync with sylpheed 0.7.2cvs21
7529                 see ChangeLog entries 2002-02-27 and 2002-02-28
7530
7531 2002-02-27 [paul]       0.7.2claws18
7532
7533         * sync with sylpheed 0.7.2cvs18
7534                 see ChangeLog entries 2002-02-26 and 2002-02-27
7535
7536 2002-02-26 [alfons]     0.7.2claws17
7537
7538         * src/procheader.c
7539                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
7540                 (spotted by Chris Hessman <idatech@gmx.net>)
7541
7542 2002-02-26 [paul]       0.7.2claws16
7543
7544         * src/mimeview.c
7545           src/pgptext.[ch]
7546           src/procmsg.c
7547                 make decryption of ascii-armored pgp encrypted messages
7548                 and verification of ascii-armored signatures work again.
7549                 slightly altered from the patch by Jens Jahnke 
7550                 <jan0sch@gmx.net>
7551
7552                 ##FIX ME##
7553                 * the checking of plaintext signatures always comes up in 
7554                   a popup box
7555                 * it doesn't work for multipart messages 
7556                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
7557                   including the msg headers and these 2 line themselves, are 
7558                   not displayed
7559
7560         * src/mainwindow.c
7561                 "View/Folder Tree" becomes "View/Separate Folder Tree"
7562                 "View/Message View" becomes "View/Separate Message View"
7563                 because its less ambiguous.
7564
7565         * po/es.po
7566                 updated by Ricardo Mones Lastra
7567
7568 2002-02-26 [paul]       0.7.2claws15
7569
7570         * sync with sylpheed 0.7.2cvs17
7571                 see ChangeLog entries 2002-02-25 and 2002-02-26
7572
7573 2002-02-25 [christoph]  0.7.2claws14
7574
7575         * src/filtering.[ch]
7576         * src/inc.c
7577                 do filtering stuff after all messages have been received
7578                   1. drop all messages to .processing
7579                   2. scan processing folder for messages
7580                   3. filter messages or move to inbox
7581                 this will also find old messages left in processing after
7582                 a crash or something like that and we get a real msginfo
7583                 from folder->get_msg_list and do not have to create our
7584                 own in filter_message
7585         * src/matcher_parser_parse.y
7586                 remove MIX/MAX warning (reordered includes)
7587
7588 2002-02-25 [paul]       0.7.2claws13
7589
7590         * sync with sylpheed 0.7.2cvs15
7591                 see ChangeLog entry 2002-02-24
7592
7593 2002-02-24 [alfons]     0.7.2claws12
7594
7595         * src/filtering.c
7596                 clear old color flags first when applying a new color to
7597                 a message info. 
7598                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
7599
7600 2002-02-24 [alfons]     0.7.2.claws11
7601         
7602         * AUTHORS
7603         * src/prefs_common.c
7604                 add presets for Opera and Konqueror, closes patch #517261,
7605                 submitted by Ville Skyttä <scop@users.sourceforge.net>
7606
7607 2002-02-24 [alfons]     0.7.2.claws10
7608
7609         * AUTHORS
7610         * src/summaryview.c
7611                 fix threading for null message ids, closes patch #521601,
7612                 submitted by Bob Forsman <hammor@users.sourceforge.net>
7613
7614 2002-02-24 [alfons]     0.7.2claws9
7615
7616         * src/summaryview.c
7617         * src/filtering.c
7618                 make Tool | Filter Message work with filtering system so
7619                 setting flags also works
7620
7621                 TODO:
7622
7623                 - Processing uses the same function as Tool | Filter
7624                   Message, but doesn't use the same update proc yet
7625
7626 2002-02-23 [paul]       0.7.2claws8
7627
7628         * sync with sylpheed 0.7.2cvs14
7629                 see ChangeLog entries 2002-02-22 and 2002-02-23
7630
7631 2002-02-22 [christoph]  0.7.2claws7
7632
7633         * src/quote_fmt.c
7634                 Add column space to table
7635         * src/quote_fmt_parse.y
7636                 Close files
7637
7638 2002-02-22 [paul]       0.7.2claws6
7639
7640         * src/Makefile.am
7641           src/defs.h
7642           src/filtering.c
7643           src/inc.[ch]
7644           src/mainwindow.c
7645           src/matcher.[ch]
7646           src/matcher_parser_lex.l
7647           src/matcher_parser_parse.y
7648           src/pop.[ch]
7649           src/prefs_account.h
7650           src/prefs_filtering.c
7651           src/selective_download.[ch]   *** NEW FILES ***
7652           src/utils.[ch]
7653           po/POTFILES.in
7654                 Selective Download added to 'Tool' menu. 
7655                 Retrieves email headers of the currently selected pop3 
7656                 account and allows the user to mark emails for deletion 
7657                 right on the pop3 server. Patch submitted by Oliver Haertel 
7658                 <oha@users.sourceforge.net>.
7659         
7660         * po/POTFILES.in
7661                 add 'src/quote_fmt.c'           
7662
7663 2002-02-22 [christoph]  0.7.2claws5
7664
7665         * src/Makefile.am
7666                 added quote_fmt.c
7667         * src/prefs_common.[ch]
7668         * src/prefs_template.c
7669         * src/quote_fmt.c               *** NEW FILE ***
7670         * src/quote_fmt.h
7671                 move quote format symbol description code
7672                 to it's own file because it is used from
7673                 differnent code parts
7674                 Rewrote symbol description GUI
7675                   + use table
7676                   + add separators
7677                   + get data from array (no more long constant strings)
7678         * src/quote_fmt_lex.l
7679         * src/quote_fmt_parse.y
7680                 Symbol for Literal % changed to \% instead of %%
7681                 (More logical as \ is used for quoting for other symbols)
7682                 Add |f and |p to include files and program output
7683                 Examples:
7684                     |f{/home/.../.signature}
7685                     |p{date}
7686         * po/de.po
7687                 Correct wrong spelling for "Referenzen"
7688
7689 2002-02-21 [paul]       0.7.2claws4
7690
7691         * src/procmsg.c
7692                 forgotten during sync
7693
7694 2002-02-21 [paul]       0.7.2claws3
7695
7696         * sync with sylpheed 0.7.2cvs11
7697                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
7698                 2002-02-20 and 2002-02-21
7699
7700 2002-02-20 [melvin]     0.7.2claws2
7701
7702         * src/prefs_actions.c
7703                 Added error report when child cannot fork or when execvp 
7704                 returns with an error.
7705
7706 2002-02-19 [christoph]  0.7.2claws1
7707
7708         * src/codeconv.c
7709                 return unconverted text if conde conversion is not possible
7710                 when libjconv is used.
7711                 (patch submitted by "Simon 'corecode' Schubert")
7712
7713 2002-02-19 [paul]       
7714
7715         * version 0.7.2claws release
7716
7717 2002-02-19 [paul]       0.7.2claws
7718
7719         * po/nl.po
7720                 updated by Wilbert Berendsen
7721
7722
7723 2002-02-18 [alfons]     0.7.1claws13
7724
7725         * src/syldap.c
7726         * src/jpilot.c
7727                 remove references to dlfcn and explicitly loading functions
7728                 from dynalink libs, because libs linked anyway, and functions
7729                 are loaded explicitly
7730
7731 2002-02-17 [melvin]     0.7.1claws12
7732
7733         * src/prefs_actions.c
7734                 Replaced children wait loop with double fork technique.
7735                 Now, input/output window updated at each new output.
7736                 free_children(): Fixed a memory leak.
7737                 Made input/output window non closable if running children
7738                 still exist.
7739                 Added missing <unistd.h> include.
7740                 Added some --debug outputs.
7741
7742 2002-02-17 [melvin]     0.7.1claws11
7743
7744         * src/summaryview.c
7745                 Fixed bug where descending sort order did not select top
7746                 message.
7747
7748 2002-02-17 [melvin]     0.7.1claws10
7749
7750         * acconfig.h
7751                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
7752         * src/prefs_common.c
7753                 Pspell data package directory no more hard coded but
7754                 set during configuration (PSPELL_PATH). (Thanks to 
7755                                 Gustavo Noronha Silva.)
7756
7757 2002-02-17 [melvin]     0.7.1claws9
7758
7759         * configure.in
7760                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
7761         * src/gtkspell.c
7762                 Fixed compile-time warnings.
7763
7764 2002-02-16 [alfons]     0.7.1claws8
7765
7766         * src/filesel.c
7767                 fix inadvertent free of NULL pointer which caused
7768                 sylpheed to crash when closing the save-as dialog
7769                 using the window close button
7770
7771 2002-02-16 [carsten]    0.7.1claws7
7772         * src/mainwindow.[ch]
7773           src/summaryview.c
7774           src/prefs_common.c
7775                 fixes for pixmap theming code:
7776                         - recently changed mail attributes shouldn't get
7777                           lost any longer
7778                         - theme is only reloaded iff another theme was
7779                           selected
7780
7781 2002-02-16 [paul]       0.7.1claws6
7782
7783         * sync with sylpheed 0.7.2 release
7784                 see ChangeLog entry 2002-02-15 and 2002-02-16
7785
7786 2002-02-15 [paul]       0.7.1claws5
7787
7788         * sync with sylpheed 0.7.1cvs9
7789                 see ChangeLog entry 2002-02-15
7790
7791         * po/POTFILES.in
7792                 remove unneeded headerwindow.c entry
7793
7794 2002-02-14 [carsten]    0.7.1claws4
7795         * src/summaryview.c
7796                 fixed a bug for "Go to next unread message": there was
7797                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
7798                 in the prefs, because of doing "Search again" instead
7799                 "No"
7800
7801 2002-02-14 [carsten]    0.7.1claws3
7802         * src/stock_pixmap.c
7803                 removed 2 more mem leaks; following memprof,
7804                 this code is "leak free" now :)
7805
7806 2002-02-14 [carsten]    0.7.1claws2
7807         * src/stock_pixmap.c
7808                 used opendir/readdir/closedir instead of scandir
7809                 -> code should work now on Solaris
7810
7811 2002-02-14 [paul]       0.7.1claws1
7812
7813         * sync with sylpheed 0.7.1cvs8
7814                 see ChangeLog entries 2002-02-13 and 2002-02-14
7815
7816         * README.claws
7817                 add some description of Actions and Pixmap Themes
7818
7819 2002-02-13 [paul]       
7820
7821         * version 0.7.1claws release
7822
7823 2002-02-13 [paul]       0.7.1claws
7824
7825         * po/es.po
7826           po/it.po
7827           po/pt_BR.po
7828                 updated translations, submitted by Ricardo Mones Lastra,
7829                 Alessandro Maestri and Fabio Junior Beneditto
7830
7831 2002-02-13 [melvin]     0.7.0claws75
7832
7833         * src/prefs_actions.c
7834                 Added missing "signal.h" include
7835
7836 2002-02-13 [melvin]     0.7.0claws74
7837
7838         * src/prefs_folder_item.c
7839                 Added missing "config.h" include
7840         * po/fr.po
7841                 Updated French translation for folder propriety.
7842
7843 2002-02-13 [jens]       0.7.0claws73
7844
7845         * po/POTFILES.in
7846                 Added missing src/prefs_folder_item.c [log added by melvin]
7847         * po/de.po
7848                 Updated German translation.
7849
7850 2002-02-13 [melvin]     0.7.0claws72
7851
7852         * po/fr.po
7853                 Updated French translation.
7854
7855 2002-02-13 [melvin]     0.7.0claws71
7856
7857         * src/gtkutils.c
7858                 Made gtkut_editable_get_selection return NULL if selection
7859                 is of length zero.
7860                 This fixes a bug where selecting part of message A then
7861                 switching to message B and replying to it will not
7862                 quote the message's body.
7863
7864 2002-02-12 [paul]       0.7.0claws70
7865
7866         * src/mainwindow.c
7867                 cosmetic, relating to pixmap themes: on toolbar make 
7868                 updating of 'Exec' and 'Compose news/Compose email'
7869                 icons faster.
7870
7871 2002-02-12 [carsten]    0.7.0claws69
7872         * src/folderview.c
7873           src/mainwindow.[ch]
7874           src/stock_pixmap.c
7875           src/summaryview.c
7876           src/prefs_common.c
7877                 - refreshing after changing pixmap theme better
7878                   now (thanks Paul)
7879                 - wanted to remove some mem leaks, but alfons was
7880                   faster (and had the better solution ;)
7881
7882 2002-02-12 [alfons]     0.7.0claws68
7883
7884         * src/prefs_common.c
7885         * src/stock_pixmap.[ch]
7886                 plug mem leaks, refactor code a little bit
7887
7888
7889 2002-02-12 [sergey]     0.7.0claws67
7890
7891         * src/imap.c
7892                 Fixed problem with copying messages to IMAP folders when the
7893                 server uses something other than '/' as a namespace separator
7894                 (cyrus-imapd uses '.').
7895
7896 2002-02-12 [jens]       0.7.0claws66
7897
7898         * po/de.po
7899                 Updated German Translation
7900
7901 2002-02-12 [paul]       0.7.0claws65
7902
7903         * sync with sylpheed 0.7.1cvs1
7904                 see ChangeLog entry 2002-02-12
7905
7906 2002-02-12 [melvin]     0.7.0claws64
7907
7908         * src/prefs_actions.c
7909                 Fixed "feature" where children's output was duplicated 
7910                 instead of refreshed while monitoring.
7911                 Removed some debug code.
7912
7913 2002-02-12 [christoph]  0.7.0claws63
7914
7915         * src/compose.c
7916                 always delete message from queue after sending/send error
7917                 (closes bug #509601)
7918
7919 2002-02-12 [melvin]     0.7.0claws62
7920
7921         * src/prefs_actions.c
7922                 Children wait loop is now triggered with a timeout of 1s
7923                 Added %F which is replaced with the list of filenames 
7924                 of all selected messages (as suggested by Ricardo Mones Lestra)
7925                 Pipe syntax changed. Prefix with | to send selection, postfix
7926                 with | to retrieve output. Prefix with > or * to send
7927                 user definable input to the command (*: input is hidden)
7928                 Old pipe action should now be postfixed with |, too.
7929
7930 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
7931         * src/stock_pixmap.c
7932                 fixed a bug: if there's no theme directory don't
7933                 throw an error, just do "nothing" (thanks Alfons)
7934
7935 2002-02-12 [carsten]    0.7.0claws60
7936         * src/folderview.c
7937           src/summaryview.c
7938                 had to write the cache twice (nasty!); some marks would 
7939                 get lost if not
7940
7941 2002-02-11 [carsten]    0.7.0claws59
7942         * acconfig.h
7943           configure.in
7944           doc-src/maintainer_guide.txt
7945           src/compose.[ch]
7946           src/defs.h
7947           src/folderview.[ch]
7948           src/gtkutils.[ch]
7949           src/mainwindow.[ch]
7950           src/prefs_common.[ch]
7951           src/stock_pixmap.[ch]
7952           src/summaryview.[ch]
7953                 pixmap theming and related work on pixmap
7954                 handling on some other places
7955                 (e.g. hrm features for all folder)
7956           src/pixmap/stock_*.xpm -> the stock_ was removed
7957         
7958 2002-02-11 [paul]       0.7.0claws58
7959
7960         * sync with sylpheed 0.7.1 release
7961                 see ChangeLog entries 2002-02-11
7962
7963 2002-02-08 [paul]       0.7.0claws57
7964
7965         * sync with sylpheed 0.7.0cvs39
7966                 see ChangeLog entry 2002-02-07 (last entry) 
7967
7968         * src/prefs_actions.c
7969           src/prefs_filtering.c
7970           src/prefs_matcher.c
7971           src/prefs_scoring.c
7972                 sync: made it compile with C compilers other than gcc
7973
7974 2002-02-07 [paul]       0.7.0claws56
7975
7976         * sync with sylpheed 0.7.0cvs38
7977                 see ChangeLog entries 2002-02-06 (last 2 entries) and
7978                 2002-02-07
7979
7980 2002-02-07 [darko]      0.7.0claws55
7981
7982         * src/gtkutils.[ch]
7983         * src/summaryview.c
7984                 Fix const gchar */gchar * issue (thanks Hiro)
7985
7986 2002-02-07 [darko]      0.7.0claws54
7987
7988         * src/compose.[ch]
7989         * src/filtering.c
7990         * src/gtkutils.[ch]
7991         * src/prefs_template.c
7992         * src/quote_fmt.h
7993         * src/quote_fmt_parse.y
7994         * src/summaryview.c
7995         * src/utils.[ch]
7996                 When replying or forwarding an email don't quote the entire
7997                 mail body but use the part of the message text that is selected
7998
7999 2002-02-06 [melvin]     0.7.0claws53
8000
8001         * src/prefs_common.[ch]
8002         * src/gtkspell.[ch]
8003         * src/compose.c
8004                 Made possible to switch quickly to last used dictionary
8005                 which makes checking bilingual documents easier.
8006
8007 2002-02-06 [melvin]     0.7.0claws52
8008         
8009         * po/POTFILES.in
8010                 Added forgotten new file src/prefs_actions.c
8011
8012 2002-02-06 [melvin]     0.7.0claws51
8013
8014         * src/prefs_actions.c   ** NEW FILE **
8015         * src/prefs_actions.h   ** NEW FILE **
8016                 Added actions to execute on message text view, or on the
8017                         message's file.
8018         * src/Makefile.am
8019                 Added src/prefs_actions.[ch]
8020         * src/compose.c
8021                 Added new menu "Edit/Actions"
8022         * src/defs.h
8023                 Added new actionsrc file.
8024         * src/main.c
8025                 Added actionsrc reading.
8026         * src/mainwindow.c
8027                 Added new menus "Edit/Actions" and "Configuration/Actions..."
8028         * src/prefs_common.h
8029                 Added new element actionslst element to prefs_common.
8030
8031 2002-02-06 [paul]       0.7.0claws50
8032
8033         * sync with sylpheed 0.7.0cvs36
8034                 see ChangeLog entry 2002-02-06
8035
8036 2002-02-05 [paul]
8037
8038         * po/es.po
8039                 updated by Ricardo Mones Lastra
8040
8041 2002-02-05 [paul]       0.7.0claws49
8042
8043         * sync with sylpheed 0.7.0cvs33
8044                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
8045
8046 2002-02-05 [paul]       0.7.0claws48
8047
8048         * src/compose.c
8049                 re-add 'Edit/Advanced/Delete entire line', previously named
8050                 'Delete Line+'
8051
8052 2002-02-04 [paul]       0.7.0claws47
8053
8054         * src/compose.c
8055           src/summaryview.c
8056                 fix bug #494993 (Reply All not taking Reply-To into consi)
8057                 eliminate differences in behaviour of right-click 'Reply to all' 
8058                 in summary view and 'Reply to all' on the toolbar. 
8059                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
8060                 view and From gets ignored by 'Reply to all' on toolbar.
8061                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
8062                 From when no Reply-To header is present.
8063
8064 2002-02-04 [paul]       0.7.0claws46
8065
8066         * sync with sylpheed 0.7.0cvs30
8067                 see ChangeLog entries 2002-02-03 and 2002-02-04
8068
8069 2002-02-03 [melvin]     0.7.0claws45
8070
8071         * src/gtkspell.[ch]
8072                 Readded function to highlight all misspelled words.
8073                 Fixed bug where user-provided-words did not replace
8074                         correctly the misspelled word when using the mouse.
8075                 Fixed bug where checking a region selected from right to left did
8076                         not check the region at all.
8077                 Fixed bug where 'Check backwards' may not check at all. 
8078                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
8079                 Fixed possible buffer overflow when checking for long strings (>1k).
8080                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
8081                 Accelerators code uses now gtk_widget_add_accel.
8082                 Removed and disabled obsolete and unfinished code.
8083                 Cleaning up.
8084
8085         * src/compose.c
8086                 Added menu item to Highlight all misspelled words.
8087
8088 2002-02-01 [paul]       0.7.0claws44
8089
8090         * src/mainwindow.c
8091                 fix '/View/Hide read messages' sensitivity when all
8092                 messages in a folder are hidden
8093
8094 2002-02-01 [paul]       0.7.0claws43
8095
8096         * src/main.c
8097                 add --send option to command line interface, sends all
8098                 queued mail. Patch submitted by Ricardo Mones Lastra.
8099
8100 2002-01-31 [paul]       0.7.0claws42
8101
8102         * src/mainwindow.c
8103                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
8104
8105 2002-01-31 [paul]       0.7.0claws41
8106
8107         * sync with sylpheed 0.7.0cvs27
8108                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
8109                 and 2002-01-31
8110
8111         * src/textview.c
8112                 comment out elements of textview_show_part() as temporary
8113                 workaround for attachment 'Display as text' bug 
8114
8115         * po/pt_BR.po
8116                 updated by Fabio Junior Beneditto
8117
8118 2002-01-30 [paul]       0.7.0claws40
8119
8120         * sync with sylpheed 0.7.0cvs24
8121                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
8122                 and 2002-01-30
8123
8124         * src/compose.c
8125                 add {N_("/_Spelling"), ... "<Branch>"} to 
8126                 GtkItemFactoryEntry compose_entries[]
8127
8128         * src/prefs_common.c
8129                 add claws menu items to prefs_keybind_apply_clicked()
8130                 and remove non-claws menu items
8131
8132 2002-01-29 [paul]       0.7.0claws39
8133
8134         * sync with sylpheed 0.7.0cvs22
8135                 see ChangeLog entries 2002-01-28 and 2002-01-29
8136
8137 2002-01-28 [melvin]     0.7.0claws38
8138
8139         * src/compose.c
8140                 Added the declartion of compose_send_control_enter.
8141
8142         * src/compose.c
8143         * src/gtkspell.[ch]
8144                 Added in a 'Spelling' menu which includes the configuration menu. 
8145                 Added a real 'Check all' and got rid from the old one which only
8146                 highlited misspelled word.
8147                 Made 'Check while typing' a disableable option.
8148                 Added a dialog when there are no more misspelled word.
8149                 Added a dialog if error occurs when switching to a dictionary.
8150         
8151         * src/prefs_common.[ch]
8152                 Added option for the default 'Check while typing' option.
8153
8154
8155 2002-01-28 [alfons]     0.7.0claws37
8156
8157         * src/compose.c
8158                 fix buglet and make code comply with sylpheed code style
8159
8160 2002-01-28 [paul]       0.7.0claws36
8161
8162         * sync with sylpheed 0.7.0cvs19
8163                 see ChangeLog entries for 2002-01-28
8164
8165 2002-01-28 [hoa]        0.7.0claws35
8166
8167         * src/defs.h
8168                 added rendererrc
8169
8170         * src/main.c
8171                 read the renderer config
8172
8173         * src/procmime.[ch]
8174                 use the renderer config to convert mime attachments
8175
8176         * src/textview.c
8177                 don't use textview_show_html/ertf,
8178                 use get_text_content instead
8179
8180 2002-01-27 [alfons]     0.7.0claws34
8181         
8182         * src/news.c
8183                 make sylpheed believe it can delete a news message...
8184                 (messages are NOT deleted, maybe we should remove
8185                 processing from the folder properties after all.)
8186
8187 2002-01-27 [alfons]     0.7.0claws33
8188
8189         * src/folder.c
8190                 add extra checks
8191         * src/news.c
8192                 implement remove_msg() 
8193
8194 2002-01-27 [alfons]     0.7.0claws32
8195
8196         * src/procmsg.h
8197         * src/procheader.c
8198         * src/messageview.c
8199                 fix return receipt / disposition notification again. this
8200                 stuff seems to break on _every_ major summary UI change, so
8201                 it's now implemented using a flag which is saved in the
8202                 marks cache
8203                 
8204 2002-01-26 [alfons]     0.7.0claws31
8205
8206         * src/import.c
8207                 let import dialog show the destination folder identifier
8208
8209 2002-01-26 [melvin]     0.7.0claws30
8210
8211         * src/folderview.c
8212         * src/summaryview.c
8213                 Readded 'Mark all read' into summary view popup menu
8214                 Added 'Mark all read' in folder view popup menu for IMAP
8215                 and NNTP.
8216                 Made it insensitive if the selected folder is not the shown
8217                 one to avoid 'Mark all read' on the wrong folder.
8218                 
8219 2002-01-26 [paul]       0.7.0claws29
8220
8221         * src/folderview.c
8222           src/summaryview.c
8223                 move 'Mark all read' from summary view to folder view
8224                 menu. (adapted from) patch submitted by Jeremy Andrews,
8225                 <lists@kerneltrap.com>
8226
8227 2002-01-25 [alfons]     0.7.0claws28
8228
8229         * src/gtkstext.c
8230                 put the gtk class name back so GtkSText adapts the 
8231                 settings of GtkText
8232
8233 2002-01-25 [alfons]     0.7.0claws27
8234
8235         * src/folderview.c 
8236                 assimilate Ricardo's patch that shows pixmaps instead of
8237                 plain "new" and "unread" texts in the folder view column
8238                 headers 
8239
8240 2002-01-25 [paul]       0.7.0claws26
8241
8242         * src/Makefile.am
8243                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
8244                 be found in non-standard locations. 
8245                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
8246
8247 2002-01-25 [paul]       0.7.0claws25
8248
8249         * sync with sylpheed 0.7.0cvs16
8250                 see ChangeLog entry 2002-01-25
8251
8252 2002-01-24 [paul]       0.7.0claws24
8253
8254         * more sync with sylpheed 0.7.0cvs15
8255                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
8256
8257 2002-01-23 [sergey]     0.7.0claws23
8258
8259         * src/importldif.c
8260                 Fixed segfault when closing LDIF import wizard with
8261                 the window manager.
8262         * src/imageview.c
8263         * src/imageview.h
8264         * src/messageview.c
8265         * src/mimeview.c
8266                 Fixed wrong scrolling position after switching between
8267                 text and image parts.
8268
8269 2002-01-23 [paul]       0.7.0claws22
8270
8271         * sync with sylpheed 0.7.0cvs15
8272                 see ChangeLog entries 2002-01-22 and 2002-01-23
8273
8274 2002-01-21 [melvin]     0.7.0claws21
8275
8276         * src/prefs_scoring.c
8277         * src/prefs_filtering.c
8278                 Fixed bug where scoring and filtering windows stopped
8279                 autochecking.
8280
8281 2002-01-21 [paul]       0.7.0claws20
8282
8283         * sync with sylpheed 0.7.0cvs12
8284                 see ChangeLog entries 2002-01-20 and 2002-01-21
8285
8286 2002-01-21 [carsten]    0.7.0claws19
8287         * src/mainwindow.c
8288         * src/menu.[ch]
8289         * src/messageview.[ch]
8290         * src/summaryview.[ch]
8291                 changes to shortcuts handling again:
8292                         + "Q" now controled by mainwin
8293                         + v/V are now customizable and have slightly
8294                           different meanings
8295                 the "button" to minimize the messageview (and maximize
8296                 the summary view) is a real button now
8297         * src/compose.c
8298                 "Delete Line+" added to Edit/Advanced (this will also
8299                 delete the '\n')
8300
8301 2002-01-20 [melvin] 0.7.0claws18
8302
8303         * src/addressbook.c
8304                 Made "Bcc" sensitive when addressbook is called from
8305                 compose window (it was a Claws only bug).
8306
8307 2002-01-19 [alfons] 0.7.0claws17
8308
8309         * src/inc.c
8310                 prevent unnecessary updates when currently selected folder has
8311                 no new messages 
8312
8313 2002-01-19 [alfons] 0.7.0claws16
8314         
8315         * src/summaryview.c
8316                 prevent writing the cache based on current message list in summary 
8317                 view when filtering also put messages in currently selected folder
8318
8319 2002-01-19 [paul]
8320
8321         * po/it.po
8322                 Italian translation submitted by Alessandro Maestri
8323                 <a.maestri@cs.tin.it>
8324
8325 2002-01-18 [melvin]     0.7.0claws15
8326
8327         * src/prefs_filters.c
8328                 fixed bug where 'cancel' from 'filters' window stops autochecking
8329                 if the timer timed out  when the window was open.
8330
8331 2002-01-18 [match]      0.7.0claws14
8332
8333         * src/addrclip.[ch]     ** NEW FILE **
8334         * src/addrselect.[ch]   ** NEW FILE **
8335         * src/adbookbase.h      ** NEW FILE **
8336                 addressbook cut, copy and paste
8337         * src/addrbook.[ch]
8338         * src/addrcache.[ch]
8339         * src/addressitem.h
8340         * src/addrindex.[ch]
8341         * src/addritem.[ch]
8342         * src/importldif.c
8343         * src/importmutt.c
8344         * src/jpilot.[ch]
8345         * src/syldap.[ch]
8346         * src/vcard.[ch]
8347         * src/jpilot.[ch]
8348         * src/editbook.c
8349         * src/editjpilot.c
8350         * src/editldap.c
8351         * src/editvcard.c
8352                 support for copy/paste
8353         * src/addressbook.c
8354                 support for copy/paste
8355                 tidy up menu option processing
8356                 correct address list function arguments
8357         * src/editaddress.c
8358                 sort user attributes
8359         * src/ldif.h
8360         * src/mutt.h
8361                 tidy up
8362
8363         * src/addrbook.[ch]
8364         * src/addrbook.[ch]
8365         * src/addrbook.[ch]
8366                 
8367
8368 2002-01-18 [paul]       0.7.0claws13
8369
8370         * sync with sylpheed 0.7.0cvs8
8371                 configure.in: support Mac OS X (Darwin)
8372
8373 2002-01-18 [carsten]    0.7.0claws12
8374         * src/html.c
8375                 small hack to fix a segfault with an empty href
8376                 (reported by Alexandra Walford <deeni@altern.org>)
8377         * src/mainwindow.c
8378         * src/summaryview.c
8379                 the shortcuts for Mark und Mark as unread are hardcoded
8380                 again
8381         * src/compose.c
8382         * src/gtkstext.[ch]
8383                 readded the shortcuts in gtkstext but made them
8384                 customizeable (simply by adding a menu plus a wrapper
8385                 to compose.c)
8386
8387 2002-01-17 [melvin]     0.7.0claws11
8388
8389         * src/gtkspell.c
8390                 fix default dictionary not being saved.
8391
8392 2002-01-16 [darko]      0.7.0claws10
8393
8394         * src/compose.c
8395                 fix wrapping crash with URL longer than wrapping margin
8396
8397 2002-12-08 [hoa]        0.7.0claws10
8398
8399         * src/matcher_parser_parse.y
8400                 fixed some bugs
8401
8402         * src/prefs_filtering.c
8403                 now, we can use bounce action in the dialog box.
8404
8405 2002-01-16 [carsten]    0.7.0claws9
8406         * src/gtkstext.c
8407                 removed the <control> and <alt> shortcuts because they're
8408                 not needed and interefered with the "normal" shortcuts
8409         * src/mainwindow.c
8410         * src/summaryview.c
8411                 removed most of the hardcoded shortcuts and assigned
8412                 them to menu entries making them easy customizable by
8413                 that
8414
8415 2002-01-16 |melvin]     0.7.0claws8
8416
8417         * src/gtkspell.c
8418                 fixed bug where using the mouse and when the compose
8419                 window is not on top may result in a crash.
8420
8421 2002-01-16 [melvin]     0.7.0claws7
8422
8423         * src/compose.c
8424                 fixed a long standingspell checker bug which could 
8425                 cause a crash after sending a message.
8426
8427 2002-01-16 [paul]       0.7.0claws6
8428
8429         * sync with sylpheed 0.7.0cvs7
8430                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
8431                 2002-01-15, and 2002-01-16
8432
8433 2002-01-16 [melvin]     0.7.0claws5
8434
8435         * README.claws
8436         * src/compose.c
8437         * src/gtkspell.[ch]
8438         * src/main.c
8439                 Heavily modified spell checker code to work around
8440                 ispell bug, to add keyboard shortcuts and for future
8441                 enhancements. See README.claws for usage information.
8442
8443 2002-01-15 [alfons]     0.7.0claws4
8444         
8445         * src/summaryview.c
8446                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
8447                 so sorting within threads reflects sort mode
8448
8449 2002-01-15 [christoph]  0.7.0claws3
8450
8451         * src/procmsg.c
8452                 added alertpanel if mail sending failed
8453
8454 2002-01-15 [alfons]     0.7.0claws2
8455         
8456         * src/prefs_filtering.c
8457                 don't stop timer when prefs filtering dialog is opened
8458
8459 2002-01-14 [alfons]     0.7.0claws1
8460
8461         * src/addr_compl.c
8462         * src/prefs.c
8463                 remove debug_print()s for privacy reasons
8464
8465 2002-01-14 [darko]      0.7.0claws
8466
8467         * README.claws
8468                 quotation wrapping is now also in the main branch
8469
8470 2002-01-14 [paul]
8471
8472         * tools/filter_conv.pl
8473                 allow for Boolean Op and case-sensitivity
8474                 this file is included in the release and tagged
8475                 'rel_0_7_0'
8476
8477 2002-01-13 [paul]       0.7.0claws
8478
8479         * release 0.7.0, with cvs tag 'rel_0_7_0'
8480
8481 2002-01-13 [paul]
8482
8483         * tools/filter_conv.pl
8484         * tools/README
8485                 rewritten to output to matcherrc instead of filteringrc
8486
8487         * po/es.po
8488                 updated Spanish translation by Ricardo Mones Lastra
8489
8490 2002-01-13 [alfons]
8491
8492         * po/nl.po
8493                 update dutch translation
8494
8495 2002-01-13 [paul]
8496
8497         * po/pt_BR.po
8498                 Updated by Fabio Junior Beneditto 
8499
8500 2002-01-13 [melvin]     0.6.6claws53
8501
8502         * po/fr.po
8503                 Updated french translation
8504
8505 2002-01-12 [alfons]     0.6.6claws52
8506
8507         * src/filtering.c
8508                 plug mem leak that has been sitting there for ages              
8509
8510 2002-01-12 [alfons]     0.6.6claws51
8511
8512         * src/summaryview.c
8513                 undo melvin's changes from 0.6.6claws48 because summary
8514                 view now refuses to select first unread message when
8515                 selecting a folder 
8516
8517 2002-01-11 [alfons]     0.6.6claws50
8518
8519         * src/import.c
8520                 use claws' semantics for getting folder item when
8521                 importing an mbox file into a folder 
8522                 (submitted by Dale P. Smith)
8523
8524 2002-01-11 [christoph]  0.6.6claws49
8525
8526         * src/prefs.h
8527                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
8528                 toggle widget, because non static prefs can not use
8529                 prefs_set_* functions
8530         * src/prefs_account.c
8531                 toggle smtp auth password field sensitivity if
8532                 user id is empty and add descrition of usage for
8533                 these fields
8534         * src/prefs_folder_item.c
8535                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
8536                 callbacks
8537
8538 2002-01-11 [melvin]     0.6.6claws48
8539
8540         * src/compose.c
8541                 fix the 'Ctrl-Enter' feature for sending and test really
8542                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
8543                 editables which was not documented in Gtk)
8544
8545         * src/summaryview.c
8546                 Made summaryview refresh after sorting and not before.
8547
8548 2002-01-11 [christoph]  0.6.6claws47
8549
8550         * src/compose.c
8551                 select account from account ids if possible and
8552                 correctly set save folder for copy in reedit
8553
8554 2002-01-10 [paul]       0.6.6claws46
8555
8556         * sync with sylpheed 0.7.0 release
8557                 see ChangeLog entries 2002-01-07, 2002-01-08 and
8558                 2002-01-09
8559
8560 2002-01-09 [alfons]
8561
8562         * src/summaryview.c
8563                 remove more dirt traces...
8564
8565 2002-01-09 [alfons]
8566         
8567         * src/summaryview.c
8568                 clean up some traces of my debugging stuff
8569
8570 2002-01-09 [alfons]     0.6.6claws45
8571
8572         * src/filtering.c
8573                 break up filteringprop_apply() in three separate pieces
8574                 so we can drop messages that failed processing in the
8575                 inbox
8576
8577         * src/summaryview.c
8578                 fix bug #469598 "no refresh of inbox after filter" which 
8579                 was introduced by the new summary view locking, and which 
8580                 prevented the summary view to update after a manual filter 
8581                 message. claw's filter message requires a summary_show().
8582                 (aargh, summary_show() again! :-)
8583                 
8584 2002-01-07 [alfons]     0.6.6claws44
8585
8586         * src/headerwindow.c
8587         * src/logwindow.c
8588         * src/messageview.c
8589         * src/sourcewindow.c
8590                 bring in Hiro's last 0.7.0 wm class fixes
8591
8592         * tools/sylprint.pl
8593                 bring in Ricardo's fix for sylprint script
8594
8595         * AUTHORS       
8596         * src/rfc2015.[ch]
8597         * src/prefs_common.[ch]
8598         * src/prefs_account.[ch]
8599         * src/compose.c
8600                 clean up account preference poison in rfc2015,
8601                 and preparation to fix double sign bug 
8602                 (patch submitted by Simon 'corecode' Schubert)
8603
8604 2002-01-07 [christoph]  0.6.6claws43
8605
8606         * src/mh.c
8607                 search for free message number, do not only rely
8608                 on last_num
8609         * src/send.c
8610                 fix smtp auth and use extra account information
8611                 if available, if not use pop3 data instead
8612                 (closes bug #500341)            
8613         * src/ssl.[ch]
8614                 match coding style
8615
8616 2002-01-06 [alfons]     0.6.6claws42
8617
8618         * src/mainwindow.c
8619                 try making the separate windows work again...
8620
8621 2002-01-06 [alfons]     0.6.6claws41
8622
8623         * src/mainwindow.c
8624                 adapt Hiro's separate window menu (to get rid of the funny
8625                 duplicate menu items), and make it work again
8626
8627 2002-01-06 [alfons]     0.6.6claws40
8628
8629         * tools/Makefile.am
8630         * tools/sylprint.rc
8631         * tools/sylprint.pl
8632         * tools/README.sylprint
8633                 add sylprint script for printing mails from Sylpheed
8634                 (contributed by Ricardo Mones Lastra)
8635
8636         * src/acount.c
8637                 clean up
8638
8639 2002-01-06 [melvin]     0.6.6claws39
8640
8641         * src/mainwindow.c
8642         * src/summaryview.c
8643                 Fixed crash introduced in 0.6.6claws38 by the menu
8644                 reorganisation (Hide read messages)
8645         
8646         * ChangeLog.claws 
8647                 Fixed typo (we are now in 2002, alfons ;) )
8648
8649 2002-01-05 [alfons]     0.6.6claws38
8650
8651         * sync with sylpheed 0.6.6cvs10-17
8652                 (last stuff marked as LAST_STABLE)
8653
8654 2002-01-04 [melvin]     0.6.6claws37
8655
8656         * src/account.c
8657                 Made account selection code use strcasestr again instead of
8658                 g_strcasecmp (fixes bug where reediting queued messages
8659                 did not select proper account reported by T. Link).
8660         
8661         * src/folderview.c
8662                 Fix bug where folder icons are not shown when 'hide read messages'
8663                 is on.
8664         
8665         * src/stock_pixmaps.[ch]
8666                 Added folder icons for 'hide read messages'.
8667         
8668         * src/compose.c
8669                 Fixed bug where 'Enter' in a header entry will send the message 
8670                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
8671
8672 2002-01-03 [melvin]     0.6.6claws36
8673         
8674         * src/prefs.[ch]
8675                 Added popup menu for common preferences and
8676                 account preferences (right click on tab displays
8677                                 a menu of all tabs.)
8678
8679 2002-01-02 [melvin]     0.6.6claws35
8680
8681         * src/gtkspell.[ch]
8682                 Made spelling code compatible with undo/redo feature.
8683                 Added creation of suggestion mode menu for the general
8684                         preferences.
8685         
8686         * src/prefs_common.[ch]
8687                 Added option menu for the speller's suggestion mode.
8688                 Added missing spaces in "..." buttons and made a "..."
8689                         button non translatable!
8690         
8691         * src/compose.c
8692                 Made speller use the default suggestion mode.
8693                 Hack to make it possible to choose 'CTRL-Enter' as a
8694                         shortcut for sending (and only for sending).
8695
8696         * src/prefs_folder_item.c
8697                 Changing subject simplification does not update cache 
8698                         anymore (because it is unnecessary).
8699                 Fixed bug where changing subject simplification updated the 
8700                         summaryview even when the viewed folder is not the
8701                         folder which properties are being changed. (E.g. 
8702                                         viewing folder A and changing
8703                                         the subject simplification of 
8704                                         folder B -not being viewed- updated the 
8705                                         summaryview of folder A with data of
8706                                         folder B). (Hope this is clear... )
8707
8708 2001-12-31 [alfons]     0.6.6claws34
8709         
8710         * src/ldif.c
8711         * src/mutt.c
8712                 fgetc() returns a signed integer which doesn't
8713                 fit in a char. so c truncates this to a char
8714                 but we may lose significant bits. i.e. we may
8715                 comparing 0xFF which may not be equal to -1
8716                 unless properly casted to signed char which
8717                 we won't do because fgetc() returns a signed
8718                 integer which doesn't fit in a char. so c 
8719                 truncates this to a char but we may lose 
8720                 significat bits. (you got the idea, thanks
8721                 to Gustavo Noronha Silva <kov@debian.org>
8722                 and the Debian folks!)
8723
8724 2001-12-30 [alfons]     0.6.6claws33
8725
8726         * src/prefs_common.c
8727                 add #ifdef USE_PSPELLs that Melvin forgot               
8728
8729 2001-12-30 [melvin]     0.6.6claws32
8730         
8731         * src/prefs_common.[ch]
8732                 Added configurable color for misspelled words.
8733
8734         * src/gtkspell.[ch]
8735                 Fixed bug of foreground text color (reported by David
8736                                 Mehrmann)
8737                 Added configurable color for misspelled words.
8738
8739 2001-12-30 [alfons]     0.6.6claws31
8740
8741         * src/folder.c
8742                 remove unnecessary things someone put there
8743
8744         * src/mh.c
8745         * src/folder.[ch]
8746                 make folder properties (like threading and sorting) persistent
8747                 (closes bug #497424 "rescan folder tree resets proprieties")
8748                 currently this is only for MH folders. 
8749
8750 2001-12-29 [melvin]     0.6.6claws30
8751
8752         * src/string_match.[ch]
8753                 Optimized a bit: regexp pattern buffer compiled only once, and
8754                   one subroutine call removed. Fixed ^ regexp search: Now, 
8755                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
8756         
8757         * src/summaryview.c
8758                 Subject filtering changed to filter summary columns and
8759                   not directly the messages subject cache. The loss in 
8760                   performance is balanced by the improvement of string_match.
8761                 Added an alert panel if there is an error in the regexp.
8762
8763         * src/src/prefs_folder_item.h
8764                 Added a regexp pattern buffer.
8765
8766 2001-12-28 [alfons]     0.6.6claws29
8767
8768         * src/string_match.[ch]
8769                 clean up name space
8770                 allow compilation *BSD
8771
8772 2001-12-27 [alfons]     0.6.6claws28
8773
8774         * src/filter.c
8775                 sync the Hiro's bug fix for BSD
8776
8777 2001-12-27 [melvin]     0.6.6claws27
8778         
8779         * src/compose.c
8780                 Simplify focus to subject entry code.
8781
8782 2001-12-27 [darko]      0.6.6claws26
8783
8784         * src/filtering.c
8785         * src/mbox_folder.c
8786         * src/messageview.c
8787         * src/mh.c
8788         * src/procheader.[ch]
8789         * src/procmsg.h
8790         * src/stock_pixmap.[ch]
8791         * src/summaryview.c
8792                 Show key icon for encrypted mails in summary view
8793
8794         * src/pixmaps/clip.xpm
8795         * src/pixmaps/clipkey.xpm
8796         * src/pixmaps/key.xpm
8797                 New/modified icons for the above
8798
8799 2001-12-27 [melvin]     0.6.6claws25
8800
8801         * src/prefs_common.c
8802                 Put spell checker options in a separate tab to decrease
8803                 the Common Preferences window height.
8804
8805         * README.claws  
8806                 Update spell checker usage instruction about its options
8807                 location.
8808
8809 2001-12-27 [melvin]     0.6.6claws24
8810
8811         * src/compose.c
8812                 Changed subject entry widget position. Initial focus is
8813                 on the To header instead of the subject entry.
8814                 Creating a new header scrolls the header list to make the
8815                 created one visible. Nevertheless, when automatically filling
8816                 headers, the first one is shown.
8817                 A Tab key press in the last empty header entry zips the 
8818                 focus to the subject entry.
8819                 (I did not change the combo boxes, yet)
8820
8821 2001-12-26 [alfons]     0.6.6claws23
8822
8823         * src/prefs_account.c
8824         * src/inc.c
8825                 allow default inbox to reside in another mailbox (only
8826                 works for POP3 accounts)
8827
8828 2001-12-26 [alfons]     0.6.6claws22
8829         
8830         * src/textview.c
8831                 make reply-on-click work with the account of the selected folder
8832         * src/compose.c
8833                 put a fixme here to remind me to fix finding correct default
8834                 account for nested folders
8835
8836 2001-12-25 [alfons]     0.6.6claws21
8837
8838         * src/summaryview.c
8839                 make column headers display locked and mark pixmaps (idea by Melvin) 
8840                 fix bug by adding score and locked column type to sort array
8841
8842 2001-12-25 [alfons]     0.6.6claws20
8843         
8844         * src/summaryview.c
8845                 catch a *potentially* inadvertent write back of  
8846                 the message cache(s) introduced by 0.6.5claws37
8847
8848 2001-12-25 [christoph]  0.6.6claws19
8849
8850         * src/stock_pixmap.[ch]
8851         * src/summaryview.c
8852                 add ignore thread pixmap
8853                 (can someone draw a better icon for this?)
8854
8855 2001-12-24 [alfons]     0.6.6claws18
8856
8857         * src/prefs_folder_item.c
8858                 make address completion actually work for the
8859                 Default To address in the Folder Property dialog.
8860
8861 2001-12-24 [alfons]     0.6.6claws17
8862         
8863         * src/summaryview.c
8864                 use new style regexp for subject stripping 
8865                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
8866
8867 2001-12-24 [darko]      0.6.6claws16
8868
8869         * src/pgptext.c
8870         * src/rfc2015.c
8871                 move GPG related informational messages to debug mode
8872
8873 2001-12-23 [alfons]     0.6.6claws15
8874
8875         * src/stock_pixmap.[ch]
8876         * src/summaryview.c
8877                 add the forgotten Claws' locked pixmap
8878
8879 2001-12-23 [alfons]     0.6.6claws14
8880
8881         * src/filesel.c
8882                 accept file name typed in entry in multi file
8883                 selector (patch submitted by Gustavo Noronha Silva 
8884                 <kov@debian.org>)
8885
8886 2001-12-23 [alfons]     0.6.6claws13
8887
8888         * src/prefs_filter.c
8889         * src/prefs_filtering.c
8890         * src/matcher.c
8891         * src/importmutt.c
8892                 clean up a little bit
8893         
8894         * src/string_match.c
8895                 validate input strings a little bit more
8896
8897 2001-12-23 [alfons]     0.6.6claws12
8898
8899         * src/Makefile.am
8900         * src/summaryview.c
8901         * src/string_match.[ch]         ** NEW **
8902         * src/folderview.[ch]
8903         * src/headerview.h
8904         * src/folder.[ch]
8905         * src/prefs_folder_item.[ch]
8906                 add subject simplification to strip out strings from
8907                 a subject line (esp. handy for mailing lists). 
8908                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
8909                 but slightly changed things for better integration.)
8910
8911 2001-12-23 [alfons]     0.6.6claws11
8912
8913         * src/mainwindow.c
8914                 fix bug introduced by submission included in 0.6.5claws52.
8915                 ideally this submission should clean the trash if any trash
8916                 folder has a message. however, the hasTrash variable was
8917                 set to false whenever a trash folder was empty (discarding
8918                 a previously found *filled* trash folder.)
8919
8920                 also edited the code a little bit and made it more safe.
8921
8922 2001-12-22 [alfons]     0.6.6claws10
8923
8924         * src/imap.c
8925                 quick fix for Martin Pool's omission of an account
8926                 specific SSL setting
8927
8928 2001-12-22 [alfons]     0.6.6claws9
8929
8930         * src/compose.c
8931         * src/messageview.c
8932         * src/mimeview.c
8933         * src/pgptext.c
8934         * src/procmime.[ch]
8935                 better support for multipart/digest (submitted
8936                 by Fredrik <e98fo@efd.lth.se>)
8937
8938 2001-12-22 [alfons]     0.6.6claws8
8939
8940         * src/addressbook.c
8941                 correct function signature
8942         * src/socket.[ch]
8943         * src/imap.[ch]
8944         * src/prefs_account.[ch]
8945                 allow IMAP over SSH tunnel (patch submitted by 
8946                 Martin Pool <mbp@samba.org>)
8947
8948 2001-12-21 [alfons]     0.6.6claws7
8949
8950         * sync with sylpheed 0.6.6cvs4-9
8951                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
8952
8953 2001-12-21 [christoph]  0.6.6claws6
8954
8955         * src/compose.c
8956         * src/prefs_folder_item.[ch]
8957                 implement saving of outgoing messages to current folder.
8958                 fix segfault when no default outbox is available
8959                 (closes bug #495683)
8960
8961 2001-12-21 [carsten]    0.6.6claws5
8962         * src/folderview.c
8963         * src/summaryview.c
8964                 pressing CTRL while DND does now the expected thing and
8965                 copies the mail (moving is still the default, as this
8966                 seam more appropriate for handling mails by DND)
8967
8968 2001-12-18 [paul]       0.6.6claws4
8969
8970         * sync with sylpheed 0.6.6cvs3
8971                 see ChangeLog entries 2001-12-18
8972
8973 2001-12-18 [hiro]       0.6.6claws3
8974
8975         * src/undo.c
8976                 fix for multibyte characters (obtain the number of letters
8977                 instead of bytes).
8978
8979 2001-12-17 [paul]       0.6.6claws2
8980
8981         * sync with sylpheed 0.6.6cvs1
8982                 see ChangeLog entry 2001-12-16
8983
8984 2000-12-17 [alfons]     0.6.6claws1
8985
8986         * src/filtering.c
8987                 clean up
8988
8989 2001-12-16 [paul]       0.6.6claws
8990 2001-12-15
8991
8992         * Release version 0.6.6claws, cvs tag: rel_0_6_6
8993
8994         * src/mimeview.c
8995                 last minute sync with main 0.6.6
8996
8997         * po/es.po
8998                 updated by Ricardo Mones Lastra
8999                 update for last minute sync
9000         * po/fr.po
9001         * po/nl.po
9002                 update for last minute sync
9003         * po/de.po
9004                 updated by Jens Oberender
9005         * po/pt_BR.po
9006                 updated by Fabio Junior Beneditto
9007
9008         * src/prefs_common.[ch]
9009         * src/undo.c
9010                 number of undo levels is user configurable
9011                 (squeeze it into the release in the dying
9012                 moments) Submitted by Jens Oberender    
9013
9014 2001-12-15 [melvin]
9015
9016         * po/fr.po
9017                 updated french translation
9018
9019 2001-12-15 [paul]       0.6.5claws92
9020
9021         * sync with sylpheed 0.6.5cvs28
9022                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
9023
9024         * po/nl.po
9025                 update to allow for sync
9026
9027 2001-12-15 [alfons]
9028         
9029         * po/nl.po
9030                 update dutch translation
9031
9032 2001-12-14 [carsten]    0.6.5claws91
9033         * src/summaryview.c
9034                 fixed bug #473785; also after changing the column order
9035                 the same message will be selected and displayed as before
9036                 the reordering
9037
9038 2001-12-14 [carsten]    0.6.5claws90
9039         * src/folderview.c
9040                 probably found the bug reported by wwb opening or closing
9041                 a folder tree just before dnd (found the solution in the
9042                 balsa source -- thanks to them)
9043
9044 2001-12-14 [carsten]    0.6.5claws89
9045         * src/gtkutils.c
9046         * src/account.c
9047                 moved gtk_clist_moveto to the right place, so that
9048                 only the accounts dialog is effected on opening
9049
9050 2001-12-14 [carsten]    0.6.5claws88
9051         * src/gtkutils.c
9052                 gtkut_clist_set_focus_row does a gtk_clist_moveto
9053                 now, so that the focused row will be seen in any case
9054                 (reported by wwp on sf-claws-user)
9055
9056 2001-12-14 [darko]      0.6.5claws87
9057
9058         * src/compose.c
9059                 remove unnecessary line
9060
9061 2001-12-14 [paul]       0.6.5claws86
9062
9063         * sync with sylpheed 0.6.5cvs27
9064                 see ChangeLog entries 2001-12-14
9065
9066 2001-12-14 [carsten]    0.6.5claws85
9067         * src/mainwindow.c
9068                 following a suggestion of Melvin the rcoabm pops up
9069                 right under the button now and the button is reliefed
9070                 while the popup is open
9071
9072 2001-12-14 [darko]      0.6.5claws84
9073
9074         * src/compose.c
9075                 fix crash when wrapping long lines if linewrap quotation
9076                 is disabled and wrapper encounters a word spanning more
9077                 than one line
9078
9079 2001-12-13 [paul]       0.6.5claws83
9080
9081         * src/compose.c
9082                 prefer 'Reply-To' header over mailing list header when
9083                 replying to a message. Finally prevent all those confirmation 
9084                 messages being sent to the list itself.
9085
9086         * src/summaryview.c
9087                 remove unused summary_set_menu_sensitive() entry
9088
9089 2001-12-13 [paul]       0.6.5claws82
9090
9091         * src/folderview.c
9092         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
9093         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
9094         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
9095                 improvements to 'Hide read messages': Inbox, Outbox,
9096                 Trash, Queue, and Draft icons now reveal presence of hidden 
9097                 messages
9098
9099 2001-12-12 [alfons]     0.6.5claws81
9100
9101         0.6.5claws80 was tagged as LAST_STABLE
9102
9103         * src/filtering.[ch]
9104         * src/matcher.[ch]
9105         * src/matcher_parser_lex.c
9106                 fix the filtering; my last attempt to get it right, 
9107                 if it does not work, it's Hoa's turn. ;-)
9108
9109                 for my honourable peers:
9110                 
9111                 the code now makes a clear distinction between
9112                 rules as they are displayed (probably escaped),
9113                 and as they are executed (probably unescaped). the
9114                 parser does *NOT* do any unescaping, this is
9115                 the task of the matcher.c (which breaks up a
9116                 rule into condition) and the filtering.c (which
9117                 breaks up the rule's action). to make this
9118                 run happily we provide an unescaped copy of
9119                 crucial strings to the MatcherProp and 
9120                 FilteringAction structures. note that the only
9121                 exception to this is any REGEXP string. those
9122                 are directly passed to regcomp() and regexp()
9123                 (who have much more powerful unescape functions).
9124                 
9125                 for everyone else:
9126         
9127                 you can escape tab (\t), carriage return (\r),
9128                 linefeed (\n), form feed (\f), quote (\"), 
9129                 single quote (\'), bell (\b) in all the entry
9130                 lines in the scoring & filtering dialogs.
9131                 as an added bonus this should not affect
9132                 existing filtering rules.
9133
9134 2001-12-12 [carsten]    0.6.5claws80
9135
9136         * src/summaryview.c
9137         * po/de.po
9138                 "item(s) selected" is now sensitive to 1 or more
9139                 than one selected (nice for language where simple
9140                 adding of a "s" is not possible as German (Eintrag
9141                 ->Eintr"age)
9142                 
9143                 the "forward as attachment" entry from the right
9144                 click menu removed, "forward" acts following the
9145                 prefs
9146         
9147         * src/textview.c
9148                 reverted my former changes; so compiler warning again
9149                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
9150                 nevertheless
9151
9152         * src/messageview.c
9153                 "search in message" does now *not* only work in MVIEW_TEXT
9154                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
9155                 message
9156
9157         * src/mainwindow.c
9158                 removed "/File/_Close" as it was the same as "/File/E_xit"
9159                 and we don't need it two times
9160
9161                 the separate folder view and message view now get a distinct
9162                 WMCLASS, just in case someone is using sawfish ;-)
9163
9164                 as the menu entries "/View/Message view" and "/View/Folder tree"
9165                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
9166                 make them sensitive accordingly and as these two are "shown"
9167                 after startup anytime check this menuitem at startup
9168
9169 2001-12-12 [paul]       0.6.5claws79
9170
9171         * src/folderview.c
9172                 fix sensitivity of 'Search folder...', broken in
9173                 0.6.5claws75
9174
9175         * src/mainwindow.c
9176                 fix dodgy English
9177
9178 2001-12-11 [carsten]    0.6.5claws78
9179         * src/filtering.c
9180                 fixed two typos returning a wrong FALSE/TRUE
9181         * src/mainwindow.[ch]
9182                 extra menu for email/news button removed
9183
9184 2001-12-11 [alfons]     0.6.5claws77
9185         
9186         * src/matcher.c                 (1.3)
9187         * src/matcher_parser_lex.l      (1.28)
9188                 revert for another attempt
9189                 mark 0.6.5claws77 as LAST_STABLE
9190
9191 2001-12-11 [christoph]  0.6.5claws76
9192
9193         * po/de.po
9194                 fixed wrong translation for prev. unread msg
9195
9196 2001-12-11 [paul]       0.6.5claws75
9197
9198         * src/folder.[ch]
9199         * src/folderview.c
9200         * src/mainwindow.c
9201         * src/summaryview.[ch]
9202         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
9203                 enable ability to hide read messages on per folder basis via 
9204                 '/Summary/Hide read messages'; when selected, a folder will 
9205                 have a red open folder icon, instead of a blue icon, if the 
9206                 folder contains hidden messges
9207                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
9208
9209         * src/mainwindow.c
9210                 remove '/Message/Forward as attachment' from 
9211                 main_window_set_menu_sensitive() to prevent debug warning
9212
9213         * src/folderview.c
9214         * src/mainwindow.c
9215                 Clean up some of the English
9216
9217         * tools/newscache_clean.pl
9218                 allow for new 'hidereadmsgs' entry in folderlist.xml
9219
9220         * po/es.po
9221                 updated translation, submitted by Ricardo Mones Lastra
9222
9223 2001-12-11 [paul]       0.6.5claws74
9224
9225         * sync with sylpheed 0.6.5cvs25
9226                 see ChangeLog entry 2001-12-11
9227
9228 2001-12-10 [alfons]     0.6.5claws73
9229
9230         * src/matcher.c
9231                 add more control characters
9232         * src/matcher_parser_lex.l
9233                 make escaping / unescaping work again
9234
9235 2001-12-10 [alfons]     0.6.5claws72
9236
9237         * src/imap.c
9238                 clean up warnings "returning value for void function" 
9239         * src/prefs_filtering.c
9240                 make info button for execute action sensitive
9241
9242 2001-12-10 [paul]       0.6.5claws71
9243
9244         * src/compose.c
9245         * src/imap.[ch]
9246         * src/summaryview.c
9247                 fix: imap server now gets informed of MARKED, UNMARKED
9248                 and REPLY events. Now people can use different IMAP-Mail
9249                 clients and have the exact same information about MARKED,
9250                 UNMARKED and REPLY status with all of them. Especially
9251                 useful for imap servers with a web-frontend.
9252                 submitted by Tobias Sandhaas <medlor@web.de>
9253
9254 2001-12-09 [melvin]     0.6.5claws70
9255         
9256         * src/textview.[ch]
9257                 fixed bug #490076 (hunted down by Alfons who implemented
9258                 a workaround in 0.6.5claws65)
9259
9260 2001-12-09 [christoph]  0.6.5claws69
9261
9262         * src/summaryview.c
9263                 set pointer to string in LOCKED column to NULL
9264                 (might fix bug #490800)
9265
9266 2001-12-09 [carsten]    0.6.5claws68
9267
9268         * po/de.po
9269                 resolved some cluttered menu shortcuts 
9270                 ('creating new email' and 'creating news message'
9271                 hade the same)
9272         * src/compose.c
9273                 wmclass now distinc from main window
9274         * src/mainwindow.c
9275           src/mainwindow.h
9276                 email/news and forward button functionality similar
9277                 to the reply buttons; removed the ugly dropdown arrows
9278                 and use instead the right mouse button
9279
9280 2001-12-09 [paul]       0.6.5claws67
9281
9282         * src/imap.c
9283         * src/utils.h
9284                 allow spaces in imap folder names
9285                 submitted by Willem van Engen <wvengen@stack.nl>
9286
9287 2001-12-09 [paul]       0.6.5claws66
9288
9289         * sync with sylpheed 0.6.5cvs24
9290                 see ChangeLog entry 2001-12-09
9291
9292 2001-12-08 [alfons]     0.6.5claws65
9293
9294         * src/textview.c
9295                 prevent secondary selection claim after "add to sender" dialog
9296                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
9297                 we trick GTK by simulating a click at (0, 0) in the textview.
9298
9299 2001-12-08 [hoa]        0.6.5claws64
9300
9301         * src/folder.c
9302                 fixed a bug about the .processing folder name while filtering
9303
9304 2001-12-08 [alfons]     0.6.5claws63
9305
9306         * src/folderview.c 
9307                 work around problem of not correctly updating folder stats
9308                 when deleting messages. there's some folder scanning evil
9309                 going so the folderview_update_msg_num() does not work
9310                 correctly. need to investigate this.
9311
9312 2001-12-08 [paul]       0.6.5claws62
9313
9314         * sync with sylpheed 0.6.5cvs23
9315                 see ChangeLog entry 2001-12-08
9316
9317 2001-12-07 [christoph]  0.6.5claws61
9318
9319         * src/compose.c
9320                 fix another header translation problem
9321
9322 2001-12-07 [alfons]     0.6.5claws60
9323
9324         * src/mbox.c
9325                 make filtering also work on local spool mbox
9326
9327 2001-12-07 [carsten]    0.6.5claws59
9328         * src/addressbook.c
9329                 addressbook window gets a wmclass distinct from the main
9330                 sylpheed window
9331         * src/compose.h
9332         * src/mainwindow.[ch]
9333                   forward menu item will use mode selected in prefs, forward 
9334                 as attatchment in menu removed (will be substituted in the
9335                 toolbar similar to reply buttons)
9336                   create news message menu entry and news button is now 
9337                 sensitive to the existance of a news account
9338         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
9339         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
9340         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
9341                 these are removed because the toolbar buttons don't show
9342                 the quoting modus any longer
9343
9344 2001-12-07 [paul]
9345
9346         * tools/newscache_clean.pl      ** NEW FILE **
9347                 perl script to do some tidying up in the newscache directory 
9348                 
9349         * tools/sylpheed-switcher       ** NEW FILE **
9350                 perl script to enable easy switching between main and claws
9351                 
9352         * tools/README
9353                 added descriptions of the two new perl scripts          
9354
9355
9356 2001-12-07 [melvin]     0.6.5claws58
9357
9358         * src/messageview.c
9359                 fixed a warning during compilation introduced in 0.6.5claws56
9360
9361 2001-12-07 [paul]       0.6.5claws57
9362
9363         * src/mainwindow.[ch]
9364         * src/menu.[ch]
9365                 further usability enhancements to replying with or without 
9366                 quoting via the toolbar, use of Ctrl key is replaced by 
9367                 drop down menu 
9368                 Submitted by Carsten Schurig            
9369
9370 2001-12-07 [melvin]     0.6.5claws56
9371
9372         * src/messageview.c
9373                 hack to fix bug that prevented to make/paste selections
9374                 after switching between MVIEW_TEXT and MVIEW_MIME views
9375                 without deselecting the selection first.
9376
9377 2001-12-06 [alfons]     0.6.5claws55
9378
9379         * src/filtering.[ch]
9380         * src/inc.c
9381                 revise filtering a little bit more, and make sure
9382                 messages are delivered to the appropriate inbox
9383                 (perhaps set per account)
9384
9385 2001-12-06 [paul]       0.6.5claws54
9386
9387         * sync with sylpheed 0.6.5cvs22
9388                 see ChangeLog entry 2001-12-06
9389
9390 2001-12-05 [alfons]     0.6.5claws53
9391
9392         * src/inc.c
9393         * src/folder.[ch]
9394         * src/procmsg.c
9395         * src/filtering.c
9396                 more revisions of filtering system
9397                 (last stable version is marked as LAST_STABLE)
9398                 
9399                 | NOTE 1): the filtering system now uses a local folder called
9400                 | .processing. if filtering fails, check this directory
9401                 | for missing messages.
9402                 |
9403                 | NOTE 2): help us find the filtering actions still missing
9404
9405 2001-12-05 [paul]       0.6.5claws52
9406
9407         * src/mainwindow.c
9408                 fix bug where 'Empty Trash?' pop-up window appears even
9409                 when Trash is empty, submitted by Jesse Skinner         
9410
9411 2001-12-05 [melvin]     0.6.5claws51
9412
9413         * src/compose.c
9414                 fixed bug #486106 to select correct account when reediting 
9415                 a queued message
9416         
9417 2001-12-04 [alfons]     0.6.5claws50
9418
9419         * src/mh.c
9420                 declare markfile in appropriate functions when
9421                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
9422                 for spotting this)
9423
9424 2001-12-04 [paul]       0.6.5claws49
9425
9426         * sync with sylpheed 0.6.5cvs21
9427                 see ChangeLog entry 2001-12-04
9428
9429 2001-12-03 [christoph]  0.6.5claws48
9430
9431         * po/de.po
9432                 changed translation of undo
9433         * src/account.c
9434         * src/folder.c
9435                 don't reinvent the wheel to traverse a GNode
9436         * src/compose.[ch]
9437                 seperate code to create the compose gui into functions
9438                 add "Others" page with folder selection for saving copy
9439                 of the message.
9440                 the folder identifier is saved to queue header
9441         * src/procmsg.c
9442                 save message to folder in queue header
9443
9444 2001-12-03 [paul]       0.6.5claws47
9445
9446         * sync with sylpheed 0.6.5cvs20
9447                 see ChangeLog entry 2001-12-03
9448
9449 2001-12-01 [paul]
9450
9451         * more sync with sylpheed 0.6.5cvs19
9452                 see ChangeLog entry 2001-11-29
9453
9454 2001-11-30 [paul]       0.6.5claws46
9455         
9456         * src/compose.c
9457                 remove conflicts introduced by Hoa's last commit
9458          
9459         * src/mainwindow.c
9460                 make 'Message/Bounce' sensitive
9461
9462 2001-11-30 [hoa]        0.6.5claws45
9463
9464         * src/compose.c
9465                 slightly change bounce function to add
9466                 information about the user that bounced the mail
9467                 in the From header line.
9468
9469         * src/folderview.c
9470                 permit the use of processing in outbox folder.
9471
9472 2001-11-29 [paul]       0.6.5claws44
9473
9474         * src/mainwindow.[ch]
9475         * src/prefs_common.c
9476         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
9477         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
9478         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
9479                 usability enhancements to the quoting, implements
9480                 use of Ctrl key to toggle quoting settings
9481                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
9482
9483 2001-11-29 [paul]       0.6.5claws43
9484         
9485         * sync with sylpheed 0.6.5cvs19
9486                 see ChangeLog entry 2001-11-28
9487
9488 2001-11-29 [melvin]     0.6.5claws42
9489         * src/Makefile.am
9490                 added enriched.[ch] to the list of files
9491
9492         * src/textview.c
9493         * src/mimeview.c
9494         * src/procmime.[ch]
9495         * src/enriched.[ch]
9496                 added support to view text/enriched
9497                 added support to show headers in message view for text/enriched and text/html
9498                         in non multipart messages
9499
9500 2001-11-28 [paul]       0.6.5claws41
9501
9502         * more sync with sylpheed 0.6.5cvs18
9503                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
9504
9505 2001-11-27 [paul]       0.6.5claws40
9506         
9507         * po/pt_BR.po
9508                 updated translation, submitted by Fabio Junior Beneditto
9509                 
9510         * sync with sylpheed 0.6.5cvs18
9511                 see ChangeLog entries 2001-11-26 (src/textview.c) and
9512                 2001-11-27
9513
9514
9515 2001-11-26 [paul]
9516
9517         * po/es.po
9518                 updated translation, submitted by Ricardo Mones Lastra
9519
9520 2001-11-26 [alfons]
9521
9522         * src/matcher.c
9523                 add more translatable strings
9524
9525 2001-11-26 [christoph]  0.6.5claws39
9526
9527         * po/de.po      
9528                 fixed one more umlaut
9529         * src/compose.c
9530                 fix translated header when it should not be translated
9531
9532 2001-11-26 [paul]       0.6.5claws38
9533
9534         * src/mainwindow.c
9535                 remove '/Message/Add Sender to address book' from 
9536                 main_window_set_menu_sensitive(), prevent debug warning
9537                 add 'Message/Mark/Mark all read' to mainwin_entries[]
9538
9539 2001-11-26 [paul]       0.6.5claws37
9540
9541         * src/summaryview.c
9542                 fix 'recurring unread state' bug 
9543
9544         * tools/README 
9545         * tools/filter_conv.pl
9546                 read name of top level mailbox from folderlist.xml
9547                 and presume nothing about its name              
9548
9549 2001-11-26 [darko]      0.6.5claws36
9550
9551         * src/gtkstext.[ch]
9552                 removed functions that are now in gtkutils.c
9553                 use gtkut_text_is_uri_string() from gtkutils.c
9554         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
9555
9556 2001-11-26 [paul]       0.6.5claws35
9557
9558         * sync with sylpheed 0.6.5cvs16
9559                 see ChangeLog entries 2001-11-25 and 2001-11-26
9560
9561 2001-11-25 [alfons]     0.6.5claws34
9562
9563         EXPERIMENTAL!!! Please checkout the last stable version using: 
9564           
9565         % cvs update -r LAST_STABLE -dRAP
9566
9567         (Or help us testing this stuff.)
9568
9569         * src/filtering.c               (1.14)
9570         * src/filtering.h               (1.6)
9571         * src/inc.c                     (1.28)
9572         * src/matcher.c                 (1.20)
9573         * src/mbox.c                    (1.9)
9574         * src/procmsg.h                 (1.14)
9575         * src/summaryview.c             (1.59)
9576         * src/summaryview.h             (dunno)
9577                 revert/merge/sync to as it was before commit 
9578                 on Thu, 19 Jul 2001 10:15:51 -0700.
9579
9580 2001-11-25 [hoa]        0.6.5claws33
9581
9582         * src/main.c
9583                 processing mails at startup
9584
9585         * src/folderview.c
9586         * src/summaryview.[ch]
9587                 processing mails when entering folder
9588
9589         * src/prefs_filtering.c
9590                 fixed some UI bugs
9591
9592 2001-11-24 [alfons]     0.6.5claws32
9593
9594         * src/summaryview.[ch]
9595                 make summary sort headers work, and also make
9596                 sure the sort type is stored
9597
9598 2001-11-23 [alfons]     0.6.5claws31
9599
9600         * src/summaryview.[ch]
9601                 make lock work like mark
9602                 disallow deleting messages marked as locked
9603
9604 2001-11-23 [alfons]     0.6.5claws30
9605
9606         * src/gtkstext.c
9607         * src/compose.[ch]
9608         * src/Makefile.am
9609         * src/undo.[ch]
9610                 merge undo patch submitted by Jens
9611
9612 2001-11-23 [christoph]  0.6.5claws29
9613
9614         * src/.cvsignore
9615                 added ylwrap
9616         * src/compose.c
9617                 fixed gpg signing and encoding
9618         * src/folder.[ch]
9619         * src/main.c
9620                 added --status option to get new, unread and total
9621                 message count from a running sylpheed
9622         * src/prefs_common.c
9623                 temporary fix for reply_with_quote problem
9624                 (don't call functions for non existing widget)
9625         * src/procmsg.c
9626                 one more check for ignored threads but still not
9627                 always working correctly. probably a recursive
9628                 check for all parents is needed
9629
9630 2001-11-23 [darko]      0.6.5claws28
9631
9632         * src/compose.c
9633                 wrapping on send improvements
9634         * src/gtkutils.[ch]
9635                 fix for GtkSText after last sync with main branch
9636                 GTK_TEXT -> GTK_STEXT
9637
9638 2001-11-23 [paul]       0.6.5claws27
9639
9640         * sync with sylpheed 0.6.5cvs14
9641                 see ChangeLog entries 2001-11-22 and 2001-11-23
9642                 
9643         * po/de.po
9644                 fixed the scrambled umlauts 
9645                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
9646
9647 2001-11-21 [paul]       0.6.5claws26
9648
9649         * sync with sylpheed 0.6.5cvs12
9650                 see 2nd ChangeLog entry dated 2001-11-20
9651
9652 2001-11-20 [paul]       0.6.5claws25
9653
9654         * sync with sylpheed 0.6.5cvs11
9655                 see ChangeLog entry 2001-11-19 (src/utils.c)
9656
9657 2001-11-20 [hiro]
9658
9659         * src/compose.c
9660                 GTK_TEXT -> GTK_STEXT
9661                 fix for wrong comment
9662
9663 2001-11-20 [hiro]       0.6.5claws24
9664
9665         * src/compose.[ch]
9666                 more merges from main branch
9667                 removed fatal warnings (uninitialized variables etc.)
9668                 some coding style fix
9669         * src/gtkutils.h
9670                 fixed typo.
9671         * src/addressbook.c
9672           src/addrindex.c
9673                 V-Card -> vCard
9674
9675 2001-11-19 [hoa]        0.6.5claws23
9676
9677         * src/filtering.c
9678         * src/prefs_scoring.c
9679         * src/matcher.[ch]
9680         * src/scoring.c
9681                 cleaning code
9682
9683         * src/matcher_parser_parse.y
9684         * src/prefs_filtering.c
9685                 bouncing
9686
9687 2001-11-19 [alfons]     0.6.5claws22
9688
9689         more of my old things into claws
9690
9691         * src/Makefile.am
9692         * src/prefs_common.c
9693         * src/procmsg.h
9694         * src/summaryview.[ch]
9695         * src/prefs_summary_column.c
9696         * src/pixmaps/locked.xpm
9697                 add indicators for locking of message in summary view
9698                 (does not work yet, only visual indicator)
9699
9700 2001-11-19 [paul]       0.6.5claws21
9701
9702         * sync with sylpheed 0.6.5cvs10
9703                 see ChangeLog entry 2001-11-19
9704
9705 2001-11-18 [alfons]     0.6.5claws20
9706         
9707         * src/filtering.c
9708                 remove an inadvertent free I forgot in previous clean up 
9709
9710 2001-11-18 [alfons]     0.6.5claws19
9711
9712         * src/filtering.[ch]
9713                 clean up & plug leaks
9714
9715 2001-11-18 [paul]       0.6.5claws18
9716
9717         * sync with sylpheed 0.6.5cvs9
9718                 see ChangeLog entries 2001-11-17 and 2001-11-18
9719
9720 2001-11-16 [paul]       0.6.5claws17
9721
9722         * sync with sylpheed 0.6.5cvs8
9723                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
9724
9725 2001-11-16 [paul]       0.6.5claws16
9726
9727         * sync with sylpheed 0.6.5cvs7
9728                 see ChangeLog entries 2001-11-15 and 2001-11-16
9729
9730 2001-11-15 [hoa]        0.6.5claws15
9731
9732         * src/compose.c
9733                 fix bounce, mails we received couln't be bounced to ourself.
9734
9735         * src/defs.h
9736         * src/filtering.[ch]
9737         * src/matcher.[ch]
9738         * src/matcher_parser.h
9739         * src/matcher_parser_lex.l
9740         * src/matcher_parser_parse.y
9741         * src/inc.c
9742         * src/main.c
9743         * src/mbox.c
9744         * src/prefs_filtering.[ch]
9745         * src/mainwindow.c
9746         * src/prefs_matcher.c
9747         * src/prefs_scoring.c
9748         * src/scoring.[ch]
9749         * src/summaryview.c
9750                 new matcher/filter/score configuration file parser
9751                 one unique configuration file => ~/.sylpheed/matcherrc
9752                 import in currently automatic, then save are made
9753                 in this new file.
9754                 one filter per folder and one global filter
9755                 (filter of a folder will be used as folder processing)
9756
9757         * src/folder.c
9758                 fix a bug in folder_item_get_identifier
9759                 
9760         * src/messageview.c
9761                 receive receipt return are fixed.
9762
9763 2001-11-14 [alfons]     0.6.5claws14
9764
9765         * src/session.h
9766                 add things from main branch to make claws compile
9767
9768 2001-11-14 [paul]       0.6.5claws13
9769
9770         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
9771                 see ChangeLog entries 2001-11-08 to 2001-11-14
9772
9773 2001-11-14 [hoa] 0.6.5claws12
9774
9775         * src/compose.[ch]
9776         * src/mainwindow.c
9777         * src/summaryview.c
9778                 add "bounce mail" option
9779
9780 2001-11-13 [christoph]  0.6.5claws11
9781
9782         * src/compose.c
9783                 Cleanup a mess i add before commiting
9784
9785 2001-11-13 [hoa]        0.6.5claws10
9786
9787         * src/compose.c
9788                 some fixes when mail are sent or
9789                 for crossposts
9790
9791 2001-11-13 [christoph]  0.6.5claws9
9792
9793         * po/de.po
9794                 Changed two string with the same translation
9795         * src/compose.c
9796         * src/procmsg.[ch]
9797         * src/send.[ch]
9798                 New mailsending process:
9799                   - Always queue message before sending
9800                     (message will be saved if sylpheed crashed or
9801                      freezes while sending)
9802                   - Allow queuing of newspostings
9803                   - No copy in outbox before sending
9804                     (closes bug #469501)
9805                   - No more redundant code for send and send_later
9806         * src/summaryview.c
9807                 Applied wwp <subscript@free.fr>'s patch that fixes
9808                 marks for multiple forwarded messages (+compose.c)
9809
9810 2001-11-12 [alfons]
9811
9812         * README.claws
9813                 remove things that are now in main branch
9814         
9815         * po/nl.po
9816                 update Dutch translation
9817
9818 2001-11-12 [mhadasht]   0.6.5.claws8
9819
9820         * src/prefs_common.c
9821                 re-enabled account autoselection feature for forward
9822                 and reedit lost during the branch point for SYNC-B4-REL
9823         * src/gtkspell.c
9824                 gtkpspell_get_dict(): more readable code (even if function is
9825                 not used yet)
9826         * ChangeLog.claws
9827                 added version number info to 2001-11-12 [hiro] comment.
9828
9829 2001-11-12 [hiro]       0.6.5.claws7
9830
9831         * src/compose.c
9832                 compose_forward(): fixed a bug that forward quote mark
9833                 wasn't used.
9834                 removed unnecessary code.
9835         * src/template_select.[ch]: removed.
9836
9837 2001-11-11 [alfons]
9838
9839         * src/compose.c
9840                 :%s/GTK_TEXT/GTK_STEXT/g
9841         
9842         * src/compose.[ch]
9843         * src/undo.[ch]
9844         * src/Makefile.am
9845                 revert the undo stuff (this is 0.6.6claws stuff)
9846
9847 2001-11-11 [hoa]        0.6.5.claws6
9848
9849         * src/compose.[ch]
9850                 Insert signature at the end of the text.
9851                 Added undo patch but currently disabled
9852
9853         * src/procmsg.c
9854                 Threading by subject improved.
9855
9856         * added src/undo.[ch]
9857                 Undo module for compose dialog box.
9858
9859 2001-11-11 [alfons]     0.6.5.claws5
9860
9861         * src/procmsg.c
9862                 prevent threading by subject on nodes that have already been
9863                 threaded by in-reply-to (as in "circular references in a tree
9864                 result in a dead branch")
9865
9866 2001-11-09 [hoa]        0.6.5.claws4
9867         
9868         * src/folderview.c
9869                 allows creation of mbox folder item from any files.
9870
9871 2001-11-09 [alfons]     0.6.5.claws3
9872         
9873         * src/utils.c
9874         * src/procmsg.c
9875                 do what I mean and correct threading by subject so it really
9876                 ignores attracting lines without "Re: "
9877
9878 2001-11-07 [alfons]     0.6.5.claws2
9879
9880         * src/procmsg.c
9881         * src/utils.[ch]
9882                 only attract by subject if a subject line starts with a "Re: "
9883         * src/syldap.c
9884                 remove warning
9885
9886 2001-11-07 [paul]       0.6.5claws1
9887
9888         * sync with sylpheed 0.6.5. release
9889                 see ChangeLog entry 2001-11-07
9890
9891 2001-11-07 [paul]       0.6.4claws31
9892
9893         * sync with sylpheed 0.6.4cvs18
9894                 see ChangeLog entries 2001-10-30 to 2001-11-07
9895                 prefs_templates.[ch] renamed prefs_template.[ch]
9896
9897 2001-11-06 [alfons]
9898         
9899         * src/utils.h
9900                 add semicolon Hoa forgot ;-)
9901                 
9902
9903 2001-11-06 [hoa]        0.6.4claws30
9904         
9905         * src/procmsg.c
9906         * src/summaryview.c
9907         * src/utils.c
9908         * src/utils.h
9909                 threading by subject - empty subject are ignored
9910
9911 2001-11-06 [christoph]  0.6.4claws29
9912
9913         * src/socket.c
9914                 use SSL_peek for sock_gets
9915         * src/utils.c
9916                 removed unneeded pointer in extracting quoted
9917                 names implementation
9918
9919 2001-11-06 [melvin]     0.6.4claws28
9920
9921         * src/gtkspell.c
9922                 fixed bug #476792 Selection overtyping with spell checker
9923                 fixed bug which could cause a buffer overflow
9924                 fixed a memory leak
9925
9926 2001-11-06 [hoa]        0.6.4claws27
9927         
9928         * src/procmsg.c
9929         * src/summaryview.c
9930                 threading by subject
9931
9932 2001-11-05 [alfons]     0.6.4claws26
9933         
9934         * README.claws
9935                 Claws -> Sylpheed (vice versa)
9936
9937         * src/compose.c
9938                 :%s/gtk_text/gtk_stext/g
9939                 :%s/GTK_TEXT/GTK_STEXT/g
9940                 (thanks to Jonathan Ware for spotting this)
9941
9942 2001-11-04 [christoph]  0.6.4claws25
9943
9944         * src/summaryview.c
9945                 replace Xalloca + strdup with Xstrdup_a
9946         * src/utils.c
9947                 better implementation of extracting quoted names
9948                 from addresses (remove backlashes and ignore
9949                 quotes after them)
9950
9951 2001-11-04 [alfons]     0.6.4claws24
9952
9953         * src/utils.[ch]
9954                 edit to comply more with coding style
9955
9956         * src/textview.c
9957                 fix bug reported by Kim Schulz. introduced by the patch integrated
9958                 in 0.6.4claws15. the code did not check the return value of
9959                 the html parser.
9960
9961         * AUTHORS
9962                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
9963
9964 2001-11-04 [christoph]  0.6.4claws23
9965
9966         * src/main.c
9967         * src/prefs_common.[ch]
9968                 init some pointers that possibly caused a segfault
9969                 reported in the claws-users ML
9970
9971 2001-11-04 [hoa]        0.6.4claws22
9972
9973         * src/grouplistdialog.c
9974                 change the names of the nodes in the tree
9975
9976         * src/compose.c
9977                 enhanced mailto syntax as described in
9978                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
9979                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
9980
9981         * src/utils.c
9982                 encode and decode URI (useful when opening URL into
9983                 netscape).
9984
9985 2001-11-03 [hoa]        0.6.4claws21
9986
9987         * src/grouplistdialog.c
9988                 a new newsgroups list selection dialog box
9989                 with a CTree instead of a CList
9990
9991 2001-11-03 [hoa]        0.6.4claws20
9992
9993         * src/folderview.c
9994                 enable property and scoring options when right
9995                 click on "inbox"
9996
9997         * src/summaryview.c
9998                 fixed bug when nickname were displayed using
9999                 the address book.
10000
10001 2001-11-02 [darko]      0.6.4claws19
10002
10003         * src/compose.c
10004                 new wrap quotation and URL/long words wrapping implementation
10005         * src/compose.c src/gtkstext.[ch]
10006                 move gtkstext_strncmp() to gtkstext.c
10007
10008 2001-11-01 [christoph]  0.6.4claws18
10009
10010         * src/prefs_account.c
10011                 fixed mess in account settings dialog
10012         * src/prefs_folder_item.c
10013                 added label with folder path to dialog
10014
10015 2001-10-31 [match]      0.6.4claws17
10016
10017         * src/vcard.c
10018                 fix memory leak.
10019         * src/addrbook.c
10020                 fix generation of spurious address book file names.
10021                 remove redundant functions.
10022         * po/POTFILES.in
10023                 added missing file names.
10024
10025 2001-10-30 [paul]       0.6.4claws16
10026
10027         * sync with sylpheed 0.6.4cvs6
10028                 see ChangeLog entries 2001-10-26 to 2001-10-30
10029
10030         * tools/filter_conv.pl
10031                 read folderlist.xml to discover whether the top-level
10032                 folder is called 'Mailbox' or 'Mail' 
10033
10034 2001-10-29 [paul]       0.6.4claws15
10035
10036         * src/html.c, src/textview.c
10037                 activate links in html mail and fix clickable parts
10038                 Submitted by Matthieu Dazy <dazy@t-surf.com>
10039
10040 2001-10-29 [paul]
10041
10042         * po/de.po, po/es.po, po/pt_BR/po
10043                 updated translations, submitted by Jens Oberender,
10044                 Ricardo Mones Lastra, and Fabio Junior Beneditto
10045
10046 2001-10-29 [darko]      0.6.4claws14
10047
10048         * src/compose.c
10049                 fix wrapping for good
10050
10051 2001-10-29 [darko]
10052
10053         * src/compose.c
10054                 undo previous change as it broke the smart wrapping
10055
10056 2001-10-29 [darko]      0.6.4claws13
10057
10058         * src/compose.c
10059                 fix infinite loop when long URL is quoted
10060                 (closes bug #475122.
10061
10062 2001-10-28 [match]
10063
10064         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
10065                 import Mutt address book
10066         * src/ldif.[ch] src/importldif.h
10067                 modified import LDIF handle user attributes
10068
10069 2001-10-28 [christoph]  0.6.4claws12
10070
10071         * src/summaryview.c
10072                 fixed that filtering did not work if there
10073                 were no filter rules
10074                 (closes bug #472003 and better implementation
10075                  of patch #474644)
10076
10077 2001-10-27 [christoph]  0.6.4claws11
10078
10079         * src/compose.c
10080                 make the folder's default account to be used when
10081                 replying. (patch by wwp <subscript@free.fr>)
10082         * src/compose.c
10083                 code cleanup, nearly killed all of wwp's patch
10084                 for folder's default account in compose
10085         * src/folderview.c
10086                 error panel when a folder could not be created
10087                 (closes bug #471080 new folder name & already
10088                  existing file)
10089
10090 2001-10-26 [alfons]
10091
10092         * src/utils.h
10093                 change prototype of strstr2() that Christoph forgot about
10094
10095 2001-10-26 [christoph]  0.6.4claws10
10096
10097         * src/account.c
10098                 made search for accounts by email address not case
10099                 sensitive
10100         * src/folder.c
10101                 fixed memory leak in folder_item_get_identifier
10102         * src/gtkspell.c
10103         * src/utils.c
10104                 fixed wrong strstr2 (should work like strstr)
10105
10106 2001-10-26 [darko]      0.6.4claws9
10107
10108         * src/compose.c src/gtkstext.[ch]
10109         * src/gtkstext.c
10110                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
10111
10112 2001-10-26 [paul]       0.6.4claws8
10113
10114         * src/html.c
10115                 ignore css and javascript tags in html mail
10116                 case-insensitive, with or without double-quoted
10117                 strings
10118
10119 2001-10-26 [paul]       0.6.4claws7
10120
10121         * sync with sylpheed 0.6.4cvs1
10122                 see ChangeLog entry 2001-10-26
10123
10124         * src/prefs_account.c, src/prefs_common.c,
10125           src/prefs_summary_column.c
10126                 minor improvements to the English
10127
10128 2001-10-25 [alfons]     0.6.4claws6
10129
10130         * src/gtkstext.c
10131         
10132                 make GtkSText follow style of GtkText (closes bug 
10133                 #469211 "text selection while writing message")
10134                 
10135                 do sync with GTK 1.2.10
10136
10137 2001-10-25 [paul]       0.6.4claws5
10138
10139         * src/html.c
10140                 ignore css tags in html mail
10141
10142 2001-10-25 [darko]      0.6.4claws4
10143
10144         * src/compose.c
10145                 don't declare is_url_string as static function since
10146                 we need it in gtkstext.c
10147         * src/gtkstext.c
10148                 remove unused variable
10149                 don't wrap long URLs while composing a message
10150
10151 2001-10-24 [christoph]  0.6.4claws3
10152
10153         * src/socket.c
10154                 fix ssl deadlock, when peer closes connection
10155
10156 2001-10-24 [paul]       0.6.4claws2
10157
10158         * src/prefs_common.c
10159                 gettextize the gpg ascii-armored warning message
10160
10161         * src/compose.c
10162                 insert a DOS/MAC file into the composed message
10163                 (improvements)
10164
10165         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
10166
10167 2001-10-22 [paul]       0.6.4claws1
10168
10169         * sync with sylpheed 0.6.4 release
10170                 see ChangeLog entries 2001-10-21
10171
10172         * po/fr.po, po/pt_BR.po
10173                 updated by Melvin Hadasht and Fabio Junior Beneditto
10174
10175 2001-10-21 [paul]       0.6.3claws30
10176
10177         * src/compose.c
10178                 insert a DOS text file from the compose window
10179                 into the composed message text (removes CRs characters)
10180                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
10181
10182         * tools/filter_conv.pl, tools/README
10183                 automatically use ~/.sylpheed as working directory
10184                 print out confirmation message on completion
10185
10186         * correct Hoa's last ChangeLog.claws entry
10187
10188 2001-10-20 [hoa]        0.6.3claws29
10189
10190         * src/grouplistdialog.c
10191                 bugfix (another ?) to give the right
10192                 newsgroups list for each news server.
10193
10194         * src/news.c
10195         * src/news.h
10196                 improve the newsgroups list cache
10197
10198 2001-10-20 [paul]       0.6.3claws28
10199
10200         * sync with sylpheed 0.6.3cvs9
10201                 see ChangeLog entry 2001-10-19
10202
10203         * correct Alfons' last ChangeLog.claws entry
10204
10205 2001-10-19 [alfons]
10206
10207         * src/pgptext.[ch]
10208                 fix compilation problems (part of bug #472895)
10209
10210 2001-10-18 [hoa]        0.6.3claws27
10211
10212         * src/grouplistdialog.c
10213                 bugfix when we refresh was clicked (bug 472701)
10214
10215 2001-10-19 [christoph]  0.6.3claws26
10216
10217         * src/compose.c
10218                 last header entry should default to "To:" or
10219                 "Newsgroups:" and not copy the last entry line
10220                 in a new compose window
10221                 (closes bug #472686, #470792)
10222
10223 2001-10-19 [paul]       0.6.3claws25
10224
10225         * sync with Sylpheed 0.6.3cvs8
10226                 see ChangeLog entries 2001-10-18 and 2001-10-19
10227
10228 2001-10-18 [christoph]  0.6.3claws24
10229
10230         * src/procmsg.c
10231                 reimplement ignore thread
10232         
10233 2001-10-18 [hoa]        0.6.3claws23
10234
10235         * src/folderview.c
10236         * src/grouplistdialog.[ch]
10237                 enhanced news subscription interface (feature 469113)
10238
10239         * src/news.c
10240         * src/news.h
10241                 enchanced newsgroup listing,
10242                 now, we can get groups informations
10243                 (NNTPGroupInfo)
10244
10245 2001-10-18 [paul]       0.6.3claws22
10246
10247         * src/summaryview.c
10248                 remove comment (sync with main branch)
10249         * src/mainwindow.c
10250                 fix 'Re-edit' bug in 'Message' menu
10251
10252 2001-10-17 [christoph]  0.6.3claws21
10253
10254         * src/compose.c
10255                 ignore empty or whitespace only header lines
10256
10257 2001-10-17 [paul]       0.6.3claws20
10258
10259         * sync with sylpheed 0.6.3cvs7
10260                 see ChangeLog entries 2001-10-14, 2001-10-16, and
10261                 2001-10-17
10262
10263 2001-10-17 [darko]
10264
10265         * src/compose.c
10266                 wrap long lines without spaces
10267                 don't wrap URLs
10268
10269 2001-10-16 [paul]
10270
10271         * po/es.po, po/nl.po, po/pt_BR.po
10272                 updated by Ricardo Mones Lastra, Alfons,
10273                 and Fabio Junior Beneditto
10274
10275         * sylpheed-0.6.3claws released
10276
10277 2001-10-15 [melvin] 0.6.3claws18
10278
10279         * README.claws
10280                 added summary and detailed installation instructions
10281                 for spell checker
10282         * po/fr.po
10283                 Updated, corrected and completed french translation
10284
10285 2001-10-15 [hoa] 0.6.3claws17
10286         * src/grouplistdialog.c
10287                 we can choose the newsgroups to display with wildcards
10288
10289 2001-10-15 [christoph]  0.6.3claws16
10290
10291         * src/account.c
10292         * src/compose.c
10293         * src/prefs_folder_item.[ch]
10294                 applied wwp <subscript@free.fr>'s folder
10295                 default account patch
10296         * po/de.po
10297                 Fixed wrong translation
10298
10299 2001-10-13 [alfons, christoph, melvin]  
10300                         0.6.3claws15
10301
10302         solution #2 to solve MT-safety problems defers all GUI related calls
10303         to the main thread using a gtk_idle_add() callback. discussed on
10304         ircnet #sylpheed, with christoph spotting some issues with the
10305         original code, and melvin allowing us to lobotomize his sylpheed.
10306
10307         * src/syldap.[ch], src/main.c
10308                 fix race problem in ldap search thread by deferring GUI 
10309                 stuff to main thread using gtk_idle_add()
10310
10311 2001-10-13 [paul]       0.6.3claws14
10312
10313         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
10314                 add Sergey's smtpcred.patch
10315                 adds separate username/password setting for SMTP Auth
10316                 needed by some servers
10317                 (closes feature request #471659)
10318
10319 2001-10-13 [paul]       0.6.3claws13
10320
10321         * src/pgptext.[ch] **NEW FILES**
10322         * src/Makefile.am, src/messageview.c, src/mimeview.c
10323                 decrypt ascii-armored gpg text embedded in
10324                 the message body.
10325                 Submitted by Jens Jahnke <jan0sch@gmx.net>
10326
10327 2001-10-13 [christoph]  0.6.3claws12
10328
10329         * README.claws
10330                 some more details on default to and
10331                 feature requests
10332         * src/main.c
10333                 init glib threading when ldap is used
10334         * src/syldap.c
10335                 threading fixes
10336         * po/de.po
10337                 fixed a typo
10338
10339 2001-10-12 [paul]       0.6.3claws11
10340
10341         * src/prefs_common.[ch], src/rfc2015.c
10342                 enable ascii-armored gpg text to be embedded in the
10343                 message body, selectable through the 'Privacy'
10344                 preferences. Supports encrypting only.
10345                 Submitted by Ravemax <ravemax@dextrose.com>
10346
10347 2001-10-12 [paul]       0.6.3claws10
10348
10349         * sync with sylpheed 0.6.3cvs6
10350                 see ChangeLog entries 2001-10-11 and 2001-11-12
10351
10352         * src/folderview.c
10353                 incorporated mbox folders, scoring, and folder
10354                 properties into the sync
10355
10356 2001-10-12 [darko]      0.6.3claws9
10357
10358         * README.claws
10359                 describe quotation wrapping
10360         * src/compose.c
10361                 don't treat tab as space to calculate line length properly
10362
10363 2001-10-11 [alfons]
10364
10365         * README.claws
10366                 correct description of how to make new filtering system work,
10367                 add some other things
10368                 
10369         * src/syldap.c
10370                 remove sched_yield() (not necessary / unportable)
10371
10372 2001-10-11 [paul]       0.6.3claws8
10373
10374         * sync with sylpheed 0.6.3cvs3
10375                 see ChangeLog entry 2001-10-10
10376
10377 2001-10-10 [christoph]  0.6.3claws7
10378
10379         * .cvsignore
10380                 ignore 2 files created by newer autotools
10381         * src/prefs_folder_item.c
10382                 using table for widget alignment
10383                 fixed memory leak and broken octal display
10384         * src/filesel.c
10385                 fixed segfault caused by lost filename
10386                 workaround (closes bug #469551)
10387
10388 2001-10-10 [paul]       0.6.3claws6
10389
10390         * sync with sylpheed 0.6.3cvs2
10391                 see ChangeLog entries 2001-10-09 and 2001-10-10
10392
10393 2001-10-10 [darko]      0.6.3.claws5
10394
10395         * src/gtkstext.c
10396                 proper calculation of right margin if smart wrapping is enabled
10397         * src/compose.c
10398                 automatically wrap long lines if wrap quotation is enabled
10399
10400 2001-10-09 [alfons]     0.6.3.claws4
10401
10402         * src/summaryview.c
10403                 select correct row when deleting last row in the summary view (and
10404                 close bug "[ #469104 ] select second last in list when deleting")
10405
10406 2001-10-09 [paul]       0.6.3claws3
10407
10408         * sync with sylpheed 0.6.3cvs1
10409                 updated some autotool scripts
10410
10411 2001-10-09 [darko]      0.6.3claws2
10412
10413         * src/gtkstext.[ch]
10414                 new name and mark with Sylpheed comment
10415         * src/compose.c
10416                 smart quotation wrapping a-la VIM
10417
10418 2001-10-08 [paul]       0.6.3claws1
10419
10420         * sync with sylpheed 0.6.3 release
10421                 see ChangeLog entry 2001-10-08
10422
10423 2001-10-08 [paul]       0.6.2claws24
10424
10425         * src/summaryview.c
10426                 more sync with sylpheed 0.6.2cvs12
10427                 Fixed the bug that didn't select the last row correctly
10428
10429
10430 2001-10-07 [paul]       0.6.2claws23
10431
10432         * sync with sylpheed 0.6.2cvs12
10433                 see ChangeLog entry 2001-10-07
10434
10435 2001-10-06 [match]
10436         * src/jpilot.[ch]
10437                 enable jpilot to read unsynch'ed addresses.
10438
10439         * src/editldap_basedn.c
10440                 fix segfault when opening dialog.
10441
10442 2001-10-06 [alfons]     0.6.2.claws22
10443
10444         * src/summaryview.c
10445                 fix bug with summary view selecting last *inserted*
10446                 node instead of last *visible* node. remember we
10447                 work with a tree
10448
10449 2001-10-06 [paul]       0.6.2claws21
10450
10451         * po/pt_BR.po
10452                 updated translation, contains some fixes and new
10453                 translations, submitted by Gustavo Noronha Silva
10454                 <kov@debian.org>
10455
10456         * src/prefs_common.c
10457                 change 'each' to 'every' - fix dubious English
10458
10459         * sync with sylpheed 0.6.2cvs11
10460
10461 2001-10-05 [alfons]     0.6.2claws20
10462
10463         * src/mainwindow.[ch], src/folderview.c
10464                 make composite tool button switch between "Compose News"
10465                 and "Compose Mail" depending on selected folder
10466                 (nifty idea by Kim Schulz <kim@schulz.dk>)
10467
10468 2001-10-05 [paul]       0.6.2claws19
10469
10470         * src/mainwindow.c, src/summaryview.c
10471                 fix 'Message/Reply to all', broken in last commit
10472
10473         * src/compose.c
10474                 fix X_BEENTHERE seg fault, thanks to Alfons
10475
10476 2001-10-04 [paul]       0.6.2claws18
10477
10478         * src/compose.[ch], src/mainwindow.c
10479                 make "Message/Reply" reply to mailing lists; matches
10480                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
10481                 based on portions of the patch submitted by
10482                 Junichi Uekawa <dancer@netfort.gr.jp>
10483
10484 2001-10-04 [darko]      0.6.2claws17
10485
10486         * src/compose.c
10487                 better smart wrapping
10488         * src/gtkstext.[hc]
10489                 a function to make text buffer contiguous
10490
10491 2001-10-03 [paul]       0.6.2claws16
10492
10493         * sync with sylpheed 0.6.2cvs10
10494
10495 2001-10-02 [alfons]
10496
10497         * configure.in
10498         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
10499                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
10500                 references to chinese translations (hope someone picks up
10501                 this)
10502
10503 2001-10-02 [christoph]  0.6.2claws15
10504
10505         * src/compose.c
10506                 fixed non translated header bug
10507         * ChangeLog.claws
10508                 fixed wrong date in alfons last entry ;)
10509
10510 2001-10-02 [alfons]     0.6.2claws14
10511
10512         * src/compose.c, src/prefs_common.[ch]
10513                 add block cursor option
10514
10515 2001-10-02 [paul]       0.6.2claws13
10516
10517         * sync with sylpheed 0.6.2cvs9
10518
10519 2001-09-30 [paul]       0.6.2claws12
10520
10521         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
10522                 updated translations
10523
10524         * po/POTFILES.in
10525                 add 'src/importldif.c'
10526
10527         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
10528                 added eudora-to-vCard conversion tool
10529                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
10530
10531         * sync with sylpheed 0.6.2cvs8
10532
10533 2001-09-30 [paul]
10534
10535         * sylpheed-0.6.2claws released
10536
10537 2001-09-27 [melvin]     0.6.2claws11
10538
10539         * src/gtkspell.c
10540                 fixed crash when using default path (introduced 
10541                 in 0.6.2claws10)
10542                 fixed tiny bug for initial suggestion mode
10543
10544 2001-09-27 [melvin]     0.6.2claws10
10545         
10546         * src/gtkspell.c
10547                 fixed bug where gtkpspell didn't set the path correctly
10548
10549         * README.claws
10550                 added a paragraph about spell checking
10551                 
10552
10553
10554 2001-09-27 [paul]       0.6.2claws9
10555
10556         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
10557                 replace '// comments' with '/* comments */' to prevent
10558                 some compiler warnings 
10559
10560         * sync with sylpheed 0.6.2cvs6
10561
10562 2001-09-26 [alfons]     0.6.2claws8
10563
10564         * src/messageview.c
10565                 introduce return receipt request notification again,
10566                 which was lost because of other semantics in 
10567                 procheader_parse() (???)
10568
10569 2001-09-26 [christoph]  0.6.2claws7
10570
10571         * src/compose.c
10572                 replace comments for old code with #if 0
10573                 readded auto cc, bcc and reply-to
10574         * src/prefs_matcher.c
10575         * src/prefs_scoring.c
10576                 removed some definition (was moved to
10577                 prefs.h)
10578
10579 2001-09-26 [paul]       0.6.2claws6
10580
10581         * src/mainwindow.c
10582                 make 'Follow-up and reply to' sensitive
10583
10584         * more sync with sylpheed 0.6.2cvs5
10585
10586 2001-09-25 [melvin]
10587
10588         * 0.6.2claws5
10589
10590         * src/gtkspell.c
10591                 fixed bug for "US-ASCII" introduced by the encoding code
10592
10593 2001-09-25 [paul]
10594
10595         * 0.6.2claws4
10596
10597         * src/prefs_common.[ch], src/summaryview.c
10598                 'next unread msg' 'go to next folder?' dialog can be
10599                 given default behaviour, either always show dialog,
10600                 or assume 'yes', or assume 'no'
10601                 Submitted by wwp <subscript@free.fr>
10602
10603 2001-09-25 [melvin]
10604                 
10605         * src/compose.c src/gtkspell.[ch]
10606                 added support for different encodings
10607
10608 2001-09-25 [paul]
10609
10610         * more sync with sylpheed 0.6.2cvs5
10611
10612 2001-09-24 [alfons]
10613         
10614         * src/prefs_folder_item.c
10615                 add check for item->prefs->default_to string is NULL and
10616                 add another check when freeing this string
10617
10618 2001-09-24 [paul]
10619
10620         * configure.in
10621                 change to version 0.6.2claws3
10622
10623         * sync with sylpheed 0.6.2cvs5 
10624
10625 2001-09-24 [match]
10626         * src/ldif.[ch], src/importldif.[ch], addressbook.c
10627                 import LDIF files.
10628         * src/addrcache.[ch], addrindex.[ch]
10629                 small update for future
10630         * src/addrbook.c
10631                 fix test XML file.
10632
10633 2001-09-24 [melvin]
10634         * src/gtkspell.[ch]
10635                 added 'Learn from mistakes' option
10636                 better handling of quotes in checked words
10637                 sorted dict list
10638         * po/fr.po
10639                 small update for spell checking stuff
10640
10641 2001-09-23 [alfons]
10642         
10643         * src/gtkspell.c
10644                 edit a little bit so it complies more with main coding style
10645
10646 2001-09-23 [alfons]
10647
10648         * src/folder.[ch], prefs_folder_item.c, compose.c
10649                 migrate "request return receipt" folder property
10650                 to folderlist.xml
10651
10652 2001-09-22 [alfons]
10653
10654         * README.claws **NEW**
10655                 (add things of interest for users of main branch 
10656                 and claws here)
10657
10658         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
10659                 re-implement threading per folder option, but store 
10660                 the setting in folderlist.xml (where it belongs)
10661
10662 2001-09-21 [melvin]
10663
10664         * src/gtkspell.[ch]
10665                 fixed bug when compose window is under another window
10666         * src/prefs_common.[ch] src/compose.c
10667                 changed 'dictionary_path' to 'dictionary' to be consistent
10668                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
10669         * ac/pspell.m4 src/Makefile.am 
10670                 dropped PSPELL_PATH macro
10671         * po/fr.po
10672                 updated translations
10673
10674 2001-09-21 [christoph]
10675
10676         * src/compose.c
10677                 added border around header fields
10678                 keep header type when new field is added
10679
10680 2001-09-20 [christoph]
10681
10682         * src/utils.[ch]
10683                 more portable debug_print with source filename
10684                 and linenumber
10685         * src/procmsg.c
10686                 more newlines after debug messages
10687
10688 2001-09-20 [paul]
10689
10690         * configure.in
10691                 change to version 0.6.2claws2
10692
10693         * sync with sylpheed 0.6.2cvs3
10694
10695 2001-09-19 [melvin]
10696
10697         * src/gtkspell.c
10698                 fixed the post-right-click focus pb
10699                 fixed crash when 'Spell check all' after dict change 
10700                         and when cursor is at the end of the text
10701                 shift-right-click pops up config menu even on misspelled words.
10702         * po/POTFILES.in
10703                 added gtkspell.c
10704
10705 2001-09-19 [melvin]
10706
10707         * src/about.c
10708                 added pspell to compiled-in features list
10709
10710 2001-09-18 [melvin]
10711
10712         * switched to pspell and dropped ispell
10713         * ac/pspell.m4
10714                 new file. autoconf macro for pspell
10715         * ac/Makefile.am 
10716         * configure.in acconfig.h
10717                 added pspell support
10718         * src/Makefile.am
10719         * src/main.c src/compose.[ch] src/gtkspell.[ch]
10720         * src/prefs_common.[ch] 
10721                 added pspell support
10722
10723 2001-09-18 [christoph]
10724
10725         * src/addr_compl.c
10726         * src/template.[ch]
10727                 replace LOG_MESSAGE with debug_print
10728         * src/compose.[ch]
10729                 gui improvements
10730         * src/menu.c
10731                 added newline after debug message
10732         * src/utils.h
10733                 using __VA_ARGS__ for debug_print macro
10734         * tools/.cvsignore
10735                 ignore Makefile and Makefile.in
10736
10737 2001-09-18 [paul]
10738
10739         * configure.in
10740                 change to version 0.6.2claws1
10741         * sync with sylpheed 0.6.2cvs1
10742
10743         * src/matcher.c 
10744         * src/prefs_matcher.c
10745                 add 'score equal to' option, submitted by
10746                 Paul Evans <nerd@freeuk.com>
10747
10748 2001-09-15 [christoph]
10749
10750         * src/mainwindow.c
10751                 comment out menu entry not existing in claws
10752         * src/menu.c
10753                 add debug output for non existing menu entries
10754         * src/summaryview.c
10755                 fix next/prev unread message for ignored threads
10756         * src/utils.[ch]
10757                 add sourcefile and line number to debug output
10758                 otherwise it is sometimes hard to find the
10759                 source code part if debug messages are translated
10760
10761 2001-09-14 [darko]
10762         
10763         * src/folderview.c
10764                 refresh target folder style after colour is changed
10765
10766 2001-09-13 [paul]
10767
10768         * configure.in
10769                 change to version 0.6.1claws3
10770
10771         * sync with sylpheed 0.6.1cvs6
10772
10773 2001-09-13 [darko]
10774         
10775         * src/folderview.c
10776                 fix target folder colourization to use user selected colour
10777
10778 2001-09-12 [darko]
10779         
10780         * src/summaryview.c
10781                 fix crash when message that is marked for copy/move is unmarked
10782
10783 2001-09-09 [paul]
10784
10785         * configure.in
10786                 change to version 0.6.1claws2
10787
10788         * sync with sylpheed 0.6.1cvs3
10789
10790 2001-09-09 [alfons]
10791         
10792         * src/folderview.c
10793                 fix bug with default font used for trash folder text
10794
10795 2001-09-06 [paul]
10796
10797         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
10798                 updated translations
10799
10800         * configure.in
10801                 change to version 0.6.1claws1
10802
10803         * sync with sylpheed 0.6.1cvs2
10804
10805 2001-09-03 [paul]
10806
10807         * po/POTFILES.in
10808                 add Match's new addressbook
10809
10810         * po/de.po
10811                 updated translation submitted by Jens Oberender
10812
10813 2001-09-02 [paul]
10814
10815         * configure.in
10816                 change to 0.6.1claws
10817         * sync with sylpheed 0.6.1 release
10818
10819 2001-09-02 [paul]
10820
10821         * configure.in
10822                 change to 0.6.0claws2
10823
10824         * sync with sylpheed 0.6.0cvs4
10825
10826         * po/pt_BR.po
10827                 updated translation submitted by Fabio Junior Beneditto
10828
10829 2001-09-01 [match]
10830         * pixmaps/
10831                 interface.xpm
10832                 book.xpm
10833                 address.xpm
10834         * src/
10835                 Makefile.am
10836                 a ton of new files
10837
10838 2001-08-31 [paul]
10839
10840         * configure.in
10841                 change to version 0.6.0claws1
10842
10843         * sync with sylpheed 0.6.0cvs1
10844
10845         * po/es.po
10846                 updated translation submitted by Ricardo Mones Lastra
10847
10848         * po/POTFILES.in
10849                 add 'src/prefs_templates.c'
10850
10851         * src/compose.c, src/summaryview.c
10852                 fix segfault on 'Re_edit'               
10853
10854 2001-08-30 [alfons]
10855
10856         * configure.in, Makefile.am
10857         * tools/Makefile.am
10858                 add tools directory to source distribution
10859
10860 2001-08-30 [paul]
10861
10862         * configure.in
10863                 change to version 0.6.0claws
10864
10865         * sync with sylpheed 0.6.0 release
10866
10867 2001-08-30 [christoph]
10868
10869         * configure.in
10870                 removed autoconf version check
10871
10872 2001-08-30 [paul]
10873
10874         * src/account.c, src/compose.c, src/prefs_common.[ch]
10875         * src/procheader.[ch] src/utils.[ch]
10876                 Enhanced automatic account selection on replies
10877                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
10878
10879         * configure.in
10880                 add LDAP and JPilot to the configuration results output.
10881
10882 2001-08-29 [christoph]
10883
10884         * src/summeryview.c
10885                 no bold font for ignored threads
10886
10887 2001-08-29 [paul]
10888
10889         * configure.in
10890                 change to version 0.5.3claws6
10891
10892         * sync with sylpheed 0.5.3cvs10
10893                 src/stringtable.[ch]: New Files
10894
10895         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
10896         * src/pixmaps/sylpheed.xpm
10897                 add mini-icons to windows (by Alfons)
10898
10899 2001-08-27 [paul]
10900
10901         * src/mainwindow.c
10902                 new functions: next_labeled_cb(), prev_labeled_cb()
10903
10904         * src/summaryview.c
10905                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
10906                 summary_select_next_labeled(), summary_select_prev_labeled()
10907
10908         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
10909                 give claws blue folders and a blue trash can
10910
10911 2001-08-27 [paul]
10912
10913         * configure.in
10914                 change to version 0.5.3claws5
10915
10916         * sync with sylpheed 0.5.3cvs9
10917                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
10918
10919 2001-08-24 [christoph]
10920
10921         * src/filesel.c
10922                 keep filename when browsing directories
10923                 (not working for user entered filename, but
10924                  for default name and selected filename from
10925                  file list)
10926         * src/mainwindow.c
10927                 fixed wrong spelling "Folllow-up"
10928         * src/mbox_folder.c
10929         * src/procmsg.c
10930         * src/summaryview.c
10931                 fixed new/unread message count with ignored
10932                 threads (2 commits, first didn't notice no
10933                 longer needed decreasing)
10934         * src/inc.c
10935                 readded scrolling of progress dialog
10936                 (lost in sync)
10937
10938 2001-08-24 [paul]
10939
10940         * configure.in
10941                 change to 0.5.3claws4
10942
10943         * sync with sylpheed 0.5.3cvs7
10944
10945 2001-08-24 [christoph]
10946
10947         * src/compose.c
10948                 set request return receipt when replying
10949                 if it is set is the folder prefs of the
10950                 message
10951         * src/inc.c
10952                 disable final error popup if popups are
10953                 disabled in config (again)
10954
10955 2001-08-23 [paul]
10956
10957         * configure.in
10958                 Change version number to 0.5.3claws3
10959
10960         * sync with sylpheed 0.5.3cvs5
10961
10962         * src/mimeview.c
10963                 double quote '%s' in 'gedit %s' to fix bug when
10964                 opening attachment with spaces in the name
10965
10966 2001-08-22 [alte]
10967         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
10968           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
10969                 initial message templates support
10970
10971
10972 2001-08-22 [paul]
10973
10974         * configure.in
10975                 change version number to 0.5.3claws2
10976
10977         * sync with sylpheed 0.5.3cvs4
10978
10979         * src/procmsg.h src/summaryview.c
10980                 re-implement (un)ignore thread
10981
10982 2001-08-21 [paul]
10983
10984         * src/summaryview.c
10985                 remove unnecessary code
10986         * src/compose.c
10987                 enable 'dynamic' signatures (submitted by
10988                 Eric Limpens <eric@hscg-internet.nl>)
10989
10990 2001-08-21 [paul]
10991
10992         clean up after sync with sylpheed 0.5.3 release
10993
10994         * src/folderview.c
10995                 fix re-introduced font mess, see Christoph's
10996                 entry 2001-06-24
10997
10998         * src/summaryview.c
10999                 remove prev_msgnum
11000                 use sylpheed's small font instead of
11001                 gtk default font for summary view
11002
11003
11004 2001-08-17 [paul]
11005
11006         * configure.in
11007                 add pl to ALL_LINGUAS - sync with main branch
11008
11009         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
11010                 Updated. Translations by Jens Oberender, Ricardo Mones
11011                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
11012
11013         * po/pl.po  ** NEW FILE **
11014                 sync with the main branch
11015
11016         * src/folderview.c
11017                 fix target folder colorizing and refresh problem
11018
11019
11020 2001-08-17 [christoph]
11021
11022         * src/mainwindow.c
11023                 claws uses 4 colors for target folder coloring.
11024                 arrays were not long enough and destroyed the
11025                 stack causing a segfault.
11026                 target folder colorizing does not work anymore
11027                 for me
11028
11029 2001-08-16 [paul]
11030
11031         * configure.in
11032                 change to version 0.5.3claws1
11033
11034         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
11035           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
11036           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
11037
11038                 sync with sylpheed 0.5.3 release, but keep claws method of
11039                 configuring/saving fonts
11040
11041         * src/addressbook.[ch]
11042                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
11043                 in line with a similar change in Hiroyuki's branch
11044
11045         * src/mainwindow.[ch]
11046                 disable main_window_set_thread_option()
11047         * src/prefs_folder_item.c
11048                 comment out &tmps_prefs.enable_thread,
11049         * src/mbox_folder.c, src/procmsg.[ch]
11050                 comment out MSG_IS_IGNORE_THREAD
11051         * src/summaryview.c
11052                 comment out summary_ignore_thread() and summary_unignore_thread()
11053                 comment out MSG_IS_IGNORE_THREAD
11054
11055                 use Hiroyuki's threading instead.
11056
11057
11058
11059 2001-08-15 [paul]
11060
11061         * src/account.c
11062                 use Hiroyuki's 0.5.3 column scheme but also
11063                 include the enable/disable button.
11064         * src/pixmaps/mark.xpm
11065                 add Hiroyuki's amended pixmap
11066
11067 2001-08-13 [christoph]
11068
11069         * src/account.c
11070                 receive at get all column showed wrong state for APOP
11071                 button should only work for POP3 and APOP accounts
11072         * src/prefs_account.c
11073                 added missing preprocessor statement for SSL
11074
11075 2001-08-12 [paul]
11076
11077         * src/account.[ch]
11078                 add 'receive at get all' column and enable/disable
11079                 button.
11080
11081 2001-08-06 [christoph]
11082
11083         * src/account.c
11084                 show usage of SSL in protocol column
11085
11086         * src/imap.c
11087         * src/inc.c
11088                 renamed ssl options
11089
11090         * src/prefs_account.[ch]
11091                 moved ssl options to a new page
11092
11093         * src/send.c
11094         * src/smtp.c
11095         * src/ssl.[ch]
11096                 renamed ssl options
11097                 added support for SMTP STARTTLS command
11098
11099 2001-08-05 [christoph]
11100
11101         * configure.in
11102                 debian autoconf needs version check to find
11103                 correct autoconf version. if the file is
11104                 named configure.in 2.13 is used, which does
11105                 not work with this configure.in script.
11106                 other solution would be to rename the script
11107                 to configure.ac as suggested in the autoconf
11108                 manual.
11109
11110         * src/inc.c
11111                 disable final error popup if popups are
11112                 diabled in config
11113
11114         * src/socket.c
11115                 bugfix in ssl_gets
11116                 fixes IMAP over SSL problem
11117
11118 2001-08-03 [paul]
11119
11120         * configure.in
11121                 change to 0.5.2claws1
11122
11123         * sync with sylpheed 0.5.2cvs1
11124
11125 2001-08-02 [alfons]
11126
11127         * configure.in
11128                 quick fix for ispell detection...
11129
11130 2001-08-01 [paul]
11131
11132         * configure.in
11133                 change to 0.5.1claws4
11134
11135         * sync with sylpheed 0.5.1cvs7
11136
11137 2001-07-31 [alfons]
11138
11139         * src/prefs_common.c, src/prefs_common.h, 
11140           src/gtkspell.c, src/gtkspell.h
11141                 add global spelling checker settings (compose tab) +
11142                 selection of dictionary 
11143           
11144         * configure.in  
11145                 guess valid ispell location
11146
11147 2001-07-31 [paul]
11148
11149         * po/POTFILES.in
11150                 removal of 'src/quote_fmt_parse.c'
11151         * po/de.po
11152                 Updated de.po
11153                 (submitted by Jens Oberender <didge@suse.de>)
11154
11155 2001-07-31 [darko]
11156
11157         * src/folder.[ch]
11158         * src/folderview.[ch]
11159         * src/mainwindow.c
11160         * src/mh.c
11161         * src/prefs_common.[ch]
11162         * src/summaryview.c
11163                 target folder colourization
11164
11165 2001-07-30 [paul]
11166
11167         more sync with Sylpheed 0.5.1cvs6 
11168
11169 2001-07-30 [darko]
11170
11171         * src/mh.c
11172         * src/prefs_folder_item.[hc]
11173         * src/summaryview.c
11174                 shared folders support with a GUI
11175
11176 2001-07-29 [paul]
11177
11178         0.5.1claws3
11179
11180         * sync with Sylpheed 0.5.1cvs6
11181
11182 2001-07-29 [paul]
11183
11184         * po/pt_BR.po
11185                 updated
11186                 (submitted by Fabio Junior Beneditto)
11187
11188 2001-07-28 [paul]
11189
11190         * src/procmime.c
11191         * AUTHORS
11192                 patch to correct bad image mime headers
11193                 (submitted by Don Quijote <dq@searchlores.org>)
11194
11195 2001-07-28 [paul]
11196
11197         * tools/gif2xface.pl   **NEW FILE**
11198         * tools/README
11199                 script to convert file.gif to file.xface for
11200                 use in a custom header.
11201                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
11202
11203 2001-07-27 [alfons]
11204         
11205         * configure.in
11206                 change macros for detecting JPilot and LDAP
11207
11208 2001-07-27 [christoph]
11209
11210         * src/filtering.c
11211                 code cleanup (MIN / MAX warning, needed casting)
11212
11213 2001-07-27 [alfons]
11214
11215         * procheader.c
11216                 disallow setting flags when detecting certain headers
11217                 (X-Status, Status, Seen, X-Seen). 
11218         
11219         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
11220
11221 2001-07-27 [christoph]
11222
11223         * src/prefs_filter.c
11224         * src/prefs_filtering.c
11225         * src/prefs_matcher.c
11226         * src/prefs_scoring.c
11227                 scroll list when moving rows up or down
11228
11229         * src/imap.c
11230         * src/imap.h
11231         * src/prefs_account.c
11232         * src/prefs_account.h
11233         * src/send.c
11234                 SMTP over SSL (untested, feedback requested)
11235                 IMAP over SSL
11236
11237         * src/ssl.c
11238                 code cleanup
11239
11240 2001-07-26 [alfons]
11241         
11242         * configure.in, acconfig.h
11243                 define CLAWS (need this for main / claws detection)
11244
11245 2001-07-25 [alfons]
11246
11247         * configure.in
11248                 Sylpheed 0.5.1claws2
11249                 
11250         * sync with Sylpheed 0.5.1cvs4
11251
11252 2001-07-25 [christoph]
11253
11254         * src/scoring.c
11255                 fixed segfault
11256                 item->prefs == NULL (don't know why)
11257
11258 2001-07-25 [alfons]
11259
11260         * configure.in
11261                 Sylpheed 0.5.1claws1
11262
11263         * sync with Sylpheed 0.5.1cvs1-3
11264
11265 2001-07-24 [christoph]
11266
11267         * src/folderview.c
11268         * src/prefs_folder_item.[ch]
11269                 added folderitem preferences dialog with
11270                 default To: and auto request return receipt
11271
11272         * src/compose.[ch]
11273         * src/menu.[ch]
11274                 changes to handle new folderitem preferences
11275
11276         * src/mainwindow.c
11277         * src/summaryview.c
11278                 call compose new mail with current folderitem
11279
11280 2001-07-24 [alfons]
11281
11282         Release Sylpheed 0.5.1claws
11283
11284         * configure.in
11285                 change to release version 0.5.1claws
11286
11287 2001-07-24 [christoph]
11288
11289         * src/summaryview.c
11290                 fixed segfault that happend when the selected
11291                 message was removed while retrieving new messages.
11292
11293         * po/es.po
11294                 updated translation
11295                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
11296
11297 2001-07-22 [alfons]
11298
11299         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
11300         this is a work in progress, for more information: http://nlpagan.net/sylman 
11301         
11302         * configure.in, src/mainwindow.c, manual/Makefile.am
11303                 add support for English manual
11304
11305         * AUTHORS
11306                 add authors of user manuals
11307
11308         * manual/en/sylpheed*.html
11309                 add English documentation
11310
11311 2001-07-22 [christoph]
11312
11313         * po/POTFILES.in
11314                 added src/ssl.c
11315         * src/ssl.c
11316                 changed a wrong debug message
11317
11318 2001-07-22 [alfons]
11319
11320         * po/nl.po
11321                 update Dutch translation
11322
11323         * src/prefs_filtering.c, 
11324           src/prefs_matcher.c
11325                 add more translatable strings           
11326
11327 2001-07-21 [alfons]
11328
11329         0.5.0claws7
11330
11331         * configure.in
11332                 change version
11333
11334         * src/inc.c, src/summaryview.[ch]
11335                 prevent update of mark file when filtering has done, by
11336                 using a variable; this affects two functions:
11337                         inc.c::inc_finished()
11338                         summaryview.c::summary_show()
11339
11340 2001-07-20 [alfons]
11341
11342         * src/filtering.[ch], src/prefs_filtering.c, 
11343           src/matcher.[ch]
11344                 add filtering action for label coloring 
11345
11346         * po/POTFILES.in
11347                 add labelcolors.c
11348
11349         * added src/labelcolors.c
11350         * added src/labelcolors.h
11351         * src/Makefile.am, src/summaryview.c
11352                 rearrange label coloring code
11353
11354         * src/procmsg.h
11355                 add more parentheses so label colouring works correctly
11356
11357         * src/filtering.c
11358                 don't really delete message, but move it to Trash
11359
11360         * src/prefs_matcher.c
11361                 add quote options to info dialog
11362
11363 2001-07-20 [christoph]
11364
11365         * src/Makefile.am
11366         * src/inc.c
11367         * src/main.[ch]
11368         * src/socket.h
11369         * src/ssl.[ch] (new)
11370                 moved ssl stuff to a seperate file
11371
11372 2001-07-20 [darko]
11373
11374         * src/summaryview.c
11375                 fix show sender using address book with no e-mail
11376                 address in From: field
11377
11378 2001-07-19 [alfons]
11379
11380         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
11381                 fix messy handling of escaping... now at least the
11382                 execute command is useful. escape char is '\', we
11383                 accept \n and \r too. 
11384
11385                 Real life example:
11386                 
11387                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
11388                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
11389
11390 2001-07-18 [alfons]
11391
11392         0.5.0claws6
11393
11394         * src/summaryview.c
11395                 clean up
11396
11397         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
11398           src/procmsg.[ch]
11399                 revise filtering; currently move, copy, marking have
11400                 been tested. if you like bleeding edge stuff, you
11401                 should definitely go for this version :)
11402
11403         * mark old working stuff as VERSION_0_5_0_CLAWS5        
11404
11405 2001-07-17 [christoph]
11406
11407         * src/utils.c
11408                 timestamp log
11409
11410 2001-07-17 [alfons]
11411
11412         0.5.0claws5
11413
11414         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
11415           bits in the mark file, without affecting either branch. Lots of
11416           files changed, also in claws branch.
11417
11418           UNTESTED: use of mbox folders
11419
11420         * src/summaryview.c
11421                 added mark all read; however this was a quick hack used for
11422                 cleaning up mess after initial merge with Hiroyuki
11423
11424         * configure.in
11425                 change claws version number back to 0.5.0claws5 to clear up 
11426                 confusion & pretension (recent release was technically 
11427                 0.5.0claws4, so we neatly align with Hiroyuki :-)
11428
11429 2001-07-16 [alfons]
11430
11431         sync with Hiroyuki's 0.5.0cvs4
11432
11433 2001-07-16 [alfons]
11434
11435         0.5.1claws3
11436
11437         * src/filtering.[ch]
11438                 remove invalid updating of mark files for 
11439                 filter actions MATCHING_ACTION_MOVE and 
11440                 MATCHING_ACTION_DELETE; this should fix the
11441                 folder update bug
11442                 
11443         * src/procmsg.c
11444                 revert Christoph's stab at fixing the folder 
11445                 update bug
11446
11447         * po/POTFILES.in
11448                 add missing files with translatable strings
11449
11450         * src/summaryview.c
11451                 remove debug print
11452
11453 2001-07-15 [alfons]
11454
11455         * src/addr_compl.[ch], src/prefs_filtering.c
11456                 make "filtering pref dialog's destination entry" an
11457                 "address completable entry", if filter destination is 
11458                 an email address
11459
11460         0.5.1claws2
11461         
11462         sync with Hiroyuki's 0.5.0cvs2-3
11463
11464 2001-07-15 [christoph]
11465
11466         * src/procmsg.c
11467                 fixed folder stats update after incorporation
11468
11469 2001-07-15 [alfons]
11470
11471         * src/summaryview.c
11472                 * finish label colouring stuff (for now)
11473                 * fix incorrect colour bug (off by one) 
11474
11475 2001-07-14 [alfons]
11476
11477         * src/mainwindow.c
11478                 change text labels for news and mail message so there's
11479                 plenty of toolbar estate left
11480
11481         * configure.in
11482                 0.5.1claws1
11483
11484         * src/folderview.c
11485           src/folder.[ch]
11486                 sync with Hiroyuki's 0.5.0cvs1
11487
11488         * src/summaryview.c
11489                 more rewrite label colouring
11490
11491 2001-07-14 [alfons]
11492
11493         * src/summaryview.[ch]
11494                 * start rewrite label colouring 
11495                 * fix proper location "Add Sender To Addressbook" menu item
11496
11497 2001-07-13
11498
11499         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11500         (actually this is 0.5.0claws4)
11501
11502 2001-07-13 [alfons]
11503
11504         * po/pt_BR.po
11505                 * fix duplicate message
11506                 * add updated Portugese / Brazilian translation
11507                   submitted by Fabio Junior Beneditto
11508
11509 2001-07-12 [alfons]
11510
11511         * AUTHORS
11512                 add Jens
11513
11514         * po/nl.po
11515                 add updated Dutch translation
11516
11517         * po/de.po
11518                 add updated German translation submitted by Jens
11519
11520 2001-07-11 [alfons]
11521
11522         Prerelease before 0.5.0claws. Please test.
11523         This version is temporarily tagged as VERSION_0_5_0_TEST
11524
11525         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
11526           src/prefs_scoring.c, src/prefs_matcher.c, 
11527           src/prefs_filtering.c, src/mbox.c, 
11528           src/main.c, src/inc.c, src/filtering.[ch]
11529                 revert new Hoa's new matcher (does not work yet)
11530
11531         * src/Makefile.am
11532                 clean up
11533
11534 2001-07-10
11535
11536         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
11537
11538
11539 2001-07-10 [alfons]
11540
11541         * Makefile.am
11542                 add ChangeLog.claws to EXTRA_DIST
11543         * src/Makefile.am
11544                 add matcher_parser_parse.h to EXTRA_DIST
11545
11546 2001-07-10 [christoph]
11547
11548         * src/inc.c
11549                 add destination folder to table of
11550                 folders that need to be updated after
11551                 incorporation
11552
11553 2001-07-10 [alfons]
11554
11555         * folder.[ch]
11556           folderview.c
11557                 make collapse state of folders and folder items persistent, i.e.
11558                 if you collapse a folder tree, the next time sylpheed-claws starts 
11559                 up the folder tree remains collapsed.  
11560                 
11561 2001-07-10 [christoph]
11562
11563         * acconfig.h
11564         * configure.in
11565                 added --enable-ssl
11566         * src/md5.[ch]
11567                 renamed MD5_CTX to MD5_CTX_syl
11568                 conflicts with a struct in openssl
11569         * src/inc.c
11570         * src/main.[ch]
11571         * src/prefs_account.[ch]
11572         * src/socket.[ch]
11573                 SSL support for POP
11574         * src/mainwindow.c
11575                 fixed compose with current account
11576                 broken by new compose button stuff
11577
11578 2001-07-09 [hoa]
11579
11580         * AUTHORS
11581                 changed my email address
11582
11583         * src/matcher_parser_parse.y
11584                 clean the parser to remove conflicts
11585
11586 2001-07-09 [alfons]
11587
11588         * AUTHORS
11589                 add Match Grun
11590
11591         * configure.in
11592                 fix incorrect description of --enable-ldap parameter
11593
11594         * src/prefs_common.[ch]
11595           src/compose.c
11596                 add experimental option "smart wrapping" which makes the
11597                 compose editor auto wrap.
11598                 
11599                 | TODO: the problem with the buggy cursor handling is caused |
11600                 | by the GtkText. when deleting / backspacing text its       |
11601                 | wrapping algorithm does not take in account the previous   |
11602                 | line. should find a way to hack this in.                   |
11603                 | or should perhaps combine this with the word wrapping      |
11604                 | patch i wrote in january.                                  |
11605
11606         * src/about.c
11607                 show build parameters for LDAP and JPilot
11608
11609         * src/summaryview.c
11610                 revert Christoph's bugfix for selecting next unread message, 
11611                 because folder stats aren't updated correctly
11612
11613 2001-07-08 [hoa]
11614
11615         * src/filtering.c
11616         * src/mainwindow.c
11617         * src/matcher.c
11618         * src/matcher_parser_lex.l
11619         * src/matcher_parser_parse.y
11620         * src/prefs_filtering.c
11621         * src/prefs_scoring.c
11622         * src/scoring.c
11623                 bugfix of the config file parser
11624
11625 2001-07-08 [alfons]
11626
11627         * src/Makefile.am
11628                 added generated matcher sources to BUILT_SOURCES
11629
11630 2001-07-08 [hoa]
11631
11632         * src/Makefile.am
11633         * src/.cvsignore
11634                 added new config file parser
11635
11636         * src/scoring.[ch]
11637         * src/filtering.[ch]
11638         * src/matcher.[ch]
11639         * src/prefs_filtering.c
11640         * src/prefs_matcher.c
11641         * src/prefs_scoring.c
11642         * added src/matcher_parser.h
11643         * added src/matcher_parser_lex.h
11644         * added src/matcher_parser_lex.l
11645         * added src/matcher_parser_parse.y
11646                 lex & yacc config file parser
11647
11648         * src/mbox.c
11649         * src/inc.c
11650         * src/main.c
11651                 changes prefs_filtering into global_filtering           
11652
11653         * src/summaryview.c
11654                 build threads with subjects only if "Re: " is at the
11655                 beginning of the subject
11656
11657 2001-07-07 [paul]
11658
11659         0.5.0claws
11660
11661         sync with sylpheed 0.5.0
11662                 change of version number only
11663
11664 2001-07-06 [paul]
11665
11666         0.5.0claws5
11667
11668         sync with sylpheed 0.5.0pre5
11669
11670 2001-07-05 [paul]
11671
11672         sync with sylpheed 0.5.0pre4 release
11673                 /po and /manual/ja not sync'ed
11674
11675 2001-07-04 [paul]
11676
11677         more sync with sylpheed 0.5.0pre4
11678
11679 2001-07-03 [christoph]
11680
11681         * src/addressbook.c
11682                 fixed address book broken by address book
11683                 for VCard, JPilot, LDAP
11684
11685 2001-07-03 [alfons]
11686
11687         * src/matcher.c
11688         * src/textview.c
11689                 stopped memory leaks
11690
11691 2001-07-03 [paul]
11692
11693         more sync with sylpheed 0.5.0pre4
11694
11695 2001-07-02 [match]
11696
11697         * included address book patch for VCard, JPilot, LDAP
11698         * pref_common.c - fixed Font options on Display tab (cosmetic)
11699         * alertpanel.c - fixed truncated message
11700
11701 2001-07-02 [christoph]
11702
11703         * src/mbox_folder.c
11704         * src/procmsg.[ch]
11705         * src/summaryview.c
11706                 mark threads for ignoring
11707
11708 2001-07-02 [paul]
11709
11710         0.5.0claws4
11711
11712         * sync with sylpheed 0.5.0pre4
11713                 updated gettext to 0.10.38.
11714
11715 2001-07-01 [paul]
11716
11717         * src/ mainwindow.c
11718         * src/procmsg.h
11719         * src/summaryview.[ch]
11720                 new right-click option: Label.
11721                 substitute for 'Mark-->Mark/Unmark', colours the line.
11722                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
11723
11724 2001-07-01 [christoph]
11725
11726         * src/folderview.c
11727                 fixed font for trash
11728         * src/summaryview.c
11729                 move ctree to unread message
11730
11731 2001-07-01 [paul]
11732
11733         * sync with sylpheed 0.5.0pre3 release
11734
11735 2001-06-30 [alfons]
11736
11737         * src/filesel.[ch]
11738         * src/compose.c
11739                 allow inserting / attaching multiple files in
11740                 the composer window
11741
11742 2001-06-30 [paul]
11743
11744         * src/codeconv.c
11745                 small change to Alfons' previous stuff so that it
11746                 actually makes
11747
11748 2001-06-30 [alfons]
11749
11750         * lots of files changed; first attempt to merge the changes
11751           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
11752
11753 2001-06-30 [paul]
11754
11755         * po/pt_BR.po
11756                 updated and completed, translations by Fabio
11757                 Junior Beneditto <fjbeneditto@yahoo.com.br>
11758
11759 2001-06-29 [alfons]
11760
11761         * src/compose.c
11762         * src/mimeproc.[ch]
11763                 allow selecting an attached files' mime type from a 
11764                 list of types.
11765
11766 2001-06-29 [paul]
11767
11768         * more sync with sylpheed 0.5.0pre3
11769
11770 2001-06-29 [paul]
11771
11772         * po/pt_BR.po
11773                 merge with sylpheed.pot and pt_BR.po provided by
11774                 Fabio Junior Beneditto.
11775
11776 2001-06-29 [darko]
11777
11778         * src/procmime.c
11779                 make MIME types case insensitive
11780
11781 2001-06-28 [alfons]
11782
11783         * po/nl.po
11784                 merge with sylpheed.pot and old nl.po; translations added.
11785
11786 2001-06-28 [paul]
11787
11788         * more sync with sylpheed 0.5.0pre3
11789
11790 2001-06-27 [alfons]
11791
11792         * src/summaryview.c
11793                 don't crash when removing parent node of messages
11794                 attracted by subject. this was caused by not deleting
11795                 the parent node from the subject line hash table.
11796
11797 2001-06-27 [alfons]
11798
11799         * src/summaryview.c
11800         * src/compose.[ch]
11801         * src/mainwindow.c
11802                 if there are multiple messages selected, allow forwarding
11803                 them as attachments.
11804
11805 2001-06-27 [paul]
11806
11807         * more sync with sylpheed 0.5.0pre3
11808
11809 2001-06-26 [paul]
11810
11811         0.5.0claws3
11812
11813         * sync with sylpheed 0.5.0pre3
11814
11815 2001-06-25 [paul]
11816
11817         * src/mainwindow.c
11818                 fixed 'compose news article' bug
11819                 from icon-and-text toolbar
11820
11821 2001-06-25 [paul]
11822
11823         * sync with sylpheed 0.5.0pre2 release
11824
11825 2001-06-24 [christoph]
11826
11827         * src/prefs_common.c
11828                 bug fix in font selection
11829         * src/folderview.c
11830                 use sylpheed's normal font instead of
11831                 gtk default font for folders without
11832                 new messages
11833
11834 2001-06-24 [alfons]
11835
11836         * src/mainwindow.[ch]
11837                 added composite compose mail / news button (an idea by Leandro
11838                 Pereira <leandro@linuxmag.com.br>)
11839
11840 2001-06-24 [paul]
11841
11842         Added instructions for ldif-to-xml.py
11843
11844         * tools/README
11845
11846 2001-06-23 [alfons]
11847
11848         Some minor things.
11849
11850         * src/pixmaps/stock_news_compose.xpm
11851                 added pixmap by Leandro
11852         * src/prefs_common.c
11853                 tested built-in spelling checker of GCC 3.0 :)
11854         * po/nl.po
11855                 merged dutch translation of sylpheed-main with
11856                 sylpheed.pot
11857
11858 2001-06-23 [paul]
11859
11860         Added tools directory and files.
11861
11862         * tools/filter_conv.pl
11863                 converts old filter system to new filtering system
11864         * tools/ldif-to-xml.py
11865                 converts netscape addressbook to sylpheed addressbook
11866         * tools/README
11867                 descriptions/instructions for above two files
11868
11869 2001-06-23 [christoph]
11870
11871         * src/inc.c
11872         * src/manage_window.[ch]
11873         * src/prefs_common.[ch]
11874                 mail retrieval dialog can be enabled, disabled
11875                 or hidden if non of sylpheed's windows is active
11876
11877 2001-06-22 [paul]
11878
11879         0.5.0claws2
11880
11881         * sync with sylpheed 0.5.0pre2
11882
11883 2001-06-21 [christoph]
11884
11885         * src/summaryview.c
11886                 show recipient on 'from' for all accounts
11887                 
11888         * src/inc.c
11889         * src/prefs_common.[ch]
11890                 disable error popup on mail receive errors
11891
11892 2001-06-21 [alfons]
11893
11894         * src/compose.c
11895                 made the ruler correctly appear and disappear.
11896
11897         * src/Makefile.am
11898                 removed Hoa's work-in-progress-stuff (interesting!) so 
11899                 claws compiles ok.
11900
11901 2001-06-20 [christoph]
11902
11903         * src/inc.c
11904         * src/progressdialog.c
11905                 added scrolled window for list in progressdialog
11906
11907 2001-06-20 [paul]
11908
11909         sync with sylpheed 0.5.0pre1 release
11910
11911 2001-06-20 [christoph]
11912
11913         * src/summeryview.c
11914                 make building threads by subject work when
11915                 thread view is enabled
11916                 
11917         * src/compose.c
11918         * src/prefs_common.[ch]
11919                 automatically select account for mail replys
11920
11921 2001-06-19 [sergey]
11922
11923         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
11924         they are filled in from the account settings.
11925
11926 2001-06-19 [paul]
11927
11928         * more sync with sylpheed 0.5.0pre1
11929
11930 2001-06-18 [alfons]
11931
11932         * src/Makefile.am,
11933           src/procmime.c
11934                 added --sysconfdir to CPPFLAGS for pointing to the correct
11935                 location of mime.types. 
11936
11937                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
11938                 or ./configure!
11939
11940 2001-06-18 [hoa]
11941
11942         * src/summaryview.c
11943                 fixed some bug when building threads
11944
11945 2001-06-18 [pau]l
11946
11947         * src/prefs_account.c
11948                 UI stuff: More changes to the English
11949
11950 2001-06-18 [paul]
11951
11952         * src/pixmaps/stock_news_compose.xpm: new file
11953         * src/Makefile.am
11954         * src/mainwindow.c
11955         * src/summaryview.c
11956                 Added new icon for Hoa's 'compose a news
11957                 message', plus minor improvements to the
11958                 English
11959
11960         * po/ja.po
11961         * ChangeLog
11962         * ChangeLog.jp
11963                 more sync with sylpheed 0.5.0pre1
11964
11965 2001-06-18 [hoa]
11966
11967         * src/compose.[ch]
11968         * src/mainwindow.c
11969                 Follow-up and reply to
11970
11971         * src/summaryview.[ch]
11972                 Build threads also with subjects
11973
11974 2001-06-17 [hoa]
11975
11976         * src/compose.c
11977                 forwarding use the current account.
11978
11979         * src/mainwindow.c
11980                 the "compose message" button has been replaced with
11981                 "new mail" and "new news" buttons
11982
11983         * src/prefs_common.[ch]
11984                 added a configuration option to use the forward button
11985                 as "forward as attachment"
11986                 changed reply and forward format description
11987
11988         * src/quote_fmt_lex.l
11989         * src/quote_fmt_parse.y
11990                 added message with no signature in format for reply
11991                 and forward.
11992
11993 2001-06-17 [paul]
11994
11995         Minor UI stuff
11996
11997         * src/mainwindow.c
11998         * src/summaryview.c
11999                 Improvements to the English
12000
12001         * src/prefs_common.c
12002                 Improvements to the English and some
12003                 clarity/continuity improvements in the
12004                 description of Quote symbols.
12005
12006 2001-06-17 [paul]
12007
12008         0.5.0claws1
12009
12010         * sync with sylpheed 0.5.0pre1
12011
12012 2001-06-17 [hoa]
12013
12014         * src/compose.c
12015                 Better interface for compose, displayed fields
12016                 are updated whenever we change account.
12017                 Newsgroups field is automatically filled.
12018
12019         * src/mainwindow.c
12020                 Newsgroups field is automatically filled.
12021
12022         * src/prefs_account.c
12023                 Some interface stuff when fields appear and
12024                 disappear.
12025
12026 2001-06-16 [paul]
12027
12028         0.4.99claws
12029
12030         * sync with sylpheed 0.4.99
12031
12032 2001-06-16 [sergey]
12033
12034         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
12035         base64_decoder_free, base64_decoder_decode): new object and
12036         functions for decoding base64 streams.
12037         * src/procmime.c (procmime_decode_content): modified to use the
12038         new base64 decoder.
12039
12040 2001-06-15 [paul]
12041
12042         0.4.99claws10
12043
12044         * sync with sylpheed 0.4.99cvs11
12045
12046 2001-06-13 [paul]
12047
12048         0.4.99claws9
12049
12050         * sync with sylpheed 0.4.99cvs9
12051
12052 2001-06-13 [hoa]
12053
12054         * src/compose.c
12055         * src/prefs_account.c
12056
12057                 SMTP server can be defined in the news account
12058                 mime type of attachment are kept.
12059
12060         * src/summaryview.c
12061
12062                 now choose the highest important score between default
12063                 and important score of folder.
12064
12065 2001-06-09 [alfons]
12066         
12067         * src/prefs_common.c: 
12068
12069                 (prefs_quote_description_create): corrected description of 
12070                 quote format characters
12071
12072 2001-06-09 [paul]
12073
12074         0.4.99claws8
12075
12076         * sync with sylpheed 0.4.99cvs8
12077
12078 2001-06-08 [sergey]
12079
12080         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
12081         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
12082
12083 2001-06-08 [paul]
12084
12085         0.4.99claws7
12086
12087         * sync with sylpheed 0.4.99cvs7
12088
12089 2001-06-06 [sergey]
12090
12091         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
12092         clashes with autogenerated header).
12093         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
12094         * src/Makefile.am: added quote_fmt.h.
12095         * src/.cvsignore: added lex/yacc autogenerated files
12096         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
12097
12098 2001-06-06 [paul]
12099
12100         0.4.99claws6
12101
12102         * sync with sylpheed 0.4.99cvs6
12103
12104 2001-06-06 [hoa]
12105
12106         * added src/quote_fmt_parse.h
12107         * src/compose.c
12108                 removed warnings
12109
12110         * src/prefs.[ch]
12111                 don't modify readonly configuration files
12112
12113         * src/prefs_account.c
12114         * src/prefs_common.c
12115         * src/prefs_customheader.c
12116         * src/prefs_display_header.c
12117         * src/prefs_filter.c
12118         * src/prefs_filtering.c
12119         * src/prefs_scoring.c
12120                 don't open dialog box when configuration files
12121                 are readonly
12122
12123 2001-06-05 [sergey]
12124
12125         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
12126
12127         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
12128         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
12129         BUILT_SOURCES to make all files rebuild properly.
12130
12131         * src/compose.c: removed #include "quote_fmt.tab.h".
12132
12133         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
12134         CHARACTER value in yylval.
12135
12136         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
12137         receive CHARACTER value by documented means (yylval).
12138
12139         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
12140
12141 2001-06-05 [hoa]
12142
12143         * src/Makefile.am
12144                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
12145
12146         * src/filtering.c
12147         * src/matcher.c
12148         * src/matcher.h
12149         * src/prefs_filtering.c
12150                 now keep the configuration for execute action
12151
12152         * src/mbox_folder.c
12153                 fixed a warning
12154
12155 2001-06-05 [paul]
12156
12157         * sync with sylpheed 0.4.99cvs5
12158
12159 2001-06-05 [hoa]
12160
12161         * src/Makefile.am
12162                 added quote_fmt.[ch]
12163
12164         * added src/quote_fmt.y
12165         * added src/quote_fmt.l
12166         * added src/quote_fmt.tab.h
12167         * added src/quote_fmt.tab.c
12168         * added src/lex.quote_fmt.c
12169                 parsing configuration for replying
12170                 and forwarding
12171
12172         * src/prefs_common.[ch]
12173                 added configuration UI for replying
12174                 and forwarding
12175
12176         * src/compose.c
12177                 using configuration for replying
12178                 and forwarding
12179
12180 2001-06-04 [hoa]
12181
12182         * src/filtering.c
12183         * src/matcher.c
12184         * src/matcher.h
12185         * src/prefs_filtering.c
12186         * src/prefs_matcher.c
12187         * src/prefs_matcher.h
12188                 action "run a command" for filtering
12189                 and matching with a command.
12190                 fixed the "whole message" matching
12191
12192         * src/mbox_folder.c
12193                 changed temporary filename for security
12194
12195         * src/messageview.c
12196                 queue the notification if it fails to send.
12197
12198         * src/prefs_common.c
12199         * src/prefs_folder_item.c
12200                 changed the default important score             
12201
12202         * src/prefs_scoring.c
12203         * src/scoring.c
12204                 hide kill score input when the folder is not
12205                 a newsgroup
12206
12207 2001-06-03 [alfons]
12208
12209         * src/prefs_common.c:
12210
12211                 (prefs_font_select): pass font name in font entry box to font
12212                 selection dialog.
12213
12214 2001-06-03 [sergey]
12215
12216         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
12217
12218 2001-06-03 [paul]
12219
12220         * sync with sylpheed 0.4.99cvs4
12221
12222 2001-06-03 [alfons]
12223
12224         * src/headerwindow.c:
12225
12226                 (headerwindow_show_cb): use the selected summary view item, not
12227                 the displayed item.
12228
12229 2001-06-02 [alfons]
12230
12231         * src/headerwindow.c:
12232
12233                 (headerwindow_show_cb): always try to show msginfo
12234
12235 2001-06-02 [hoa]
12236
12237         * src/compose.c
12238                 keep attached parts when reediting or forwarding.
12239
12240 2001-06-01 [hoa]
12241
12242         * src/folderview.c
12243         * src/prefs_folder_item.[ch]
12244         * src/prefs_scoring.[ch]
12245         * src/scoring.[ch]
12246         * src/summaryview.[ch]
12247         * src/main.c
12248         * src/mainwindow.c
12249         * src/prefs_common.[ch]
12250                 support for folder scoring
12251                 kill score and important score for messages
12252         
12253         * src/prefs_account.c
12254                 some display bug fixed for local account
12255                 preferences
12256
12257 2001-05-31 [alfons]
12258
12259         * src/summaryview.c:
12260
12261                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
12262                 sender to address book menu item is disabled.
12263
12264 2001-05-30 [hoa]
12265
12266         * src/filtering.[ch]
12267         * src/summaryview.c
12268                 handling summary menu / filter messages
12269
12270         * src/folder.[ch]
12271                 add some stuff
12272
12273         * src/foldersel.c
12274                 imap folders now appears in list
12275
12276         * src/mbox_folder.c
12277                 doesn't crash if destination mail is not writeable
12278
12279 2001-05-29 [hoa]
12280
12281         * src/compose.c
12282                 removed some warnings
12283
12284         * src/filtering.c
12285         * src/folder.[ch]
12286         * src/prefs_filtering.c
12287                 global string to identify any folders           
12288                 removed some debug info
12289                 filtering to mbox folders is now possible
12290
12291         * src/mainwindow.c
12292                 removed some warnings
12293
12294         * src/mbox_folder.c
12295                 permission on files are changed to read/write for user only,
12296                 nothing for other.
12297                 creation of subfolder is handled better.
12298
12299 2001-05-28 [alfons]
12300
12301         Verified the sync for src/prefs_common.[ch] and
12302         src/prefs_account.[ch]. I believe there were some
12303         minor indentation differences.
12304
12305 2001-05-28 [paul]
12306
12307         0.4.99claws3
12308
12309         * sync with 0.4.99cvs3
12310
12311 2001-05-28 [hoa]
12312
12313         * src/compose.c
12314                 handling flags for mbox format
12315
12316         * src/filtering.c
12317                 use of mark file only for MH format
12318                 handling flags for mbox format
12319                 filtering cannot yet move or copy mails to mbox folders.
12320
12321         * src/folder.[ch]
12322                 changed move_msg, copy_msg,
12323                 move_msgs_with_dest, copy_msgs_with_dest functions
12324                 uses only folder->copy_msg() function
12325                 uses folder->finished_copy() to handle the destination
12326                 folder at the end of the copy or move operation.
12327
12328         * src/foldersel.c
12329                 included mbox directories.
12330
12331         * src/folderview.[ch]
12332         * src/mainwindow.c
12333                 handle folders operation for mbox format
12334
12335         * src/mbox.c
12336                 disable conversion of "From " header
12337
12338         * src/mbox_folder.[ch]
12339                 completion of mbox format handling
12340
12341         * src/mh.c
12342                 changed mh_copy_msg() function and
12343                 removed mh_move_msg(), mh_move_msgs_with_dest(),
12344                 mh_copy_msgs_with_dest()
12345
12346         * src/prefs_filtering.c
12347                 removed some warnings
12348
12349         * src/prefs_matcher.c
12350                 default boolean operation is AND
12351
12352         * src/procheader.c
12353                 handling flags for mbox format
12354                 handling of "From " header
12355
12356         * src/procmsg.[ch]
12357                 removed data field
12358                 added MSG_REALLY_DELETED flags to handle deletion of
12359                 messages in mbox format.
12360
12361         * src/summaryview.c
12362                 handling flags for mbox format
12363                 disable the MSG_DELETED flags when messages
12364                 are deleted in mbox format
12365
12366         * src/textview.c
12367                 "From " headers display fixed.
12368
12369 2001-05-27 [alfons]
12370
12371         * src/textview.c:
12372                 
12373                 (get_email_part): skip quoted email addresses, like in e.g.
12374                 "'alfons@proteus.demon.nl'".
12375
12376 2001-05-26 [alfons]
12377
12378         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
12379         and fixing the persistence troubles when using separate windows.
12380
12381         * src/mainwindow.c:
12382         
12383             Added #define SEPARATE_ACTION used in the gtk item factory for 
12384             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
12385                 use gtk_item_factory_get_widget_by_action() to get the items.
12386                 
12387             Removed separate_widget_cb from the gtk item factory data   
12388           
12389             (mainwindow_create): connect separate_widget_cb() to check
12390             menu item "toggled" signal. also passing a MainWindow pointer
12391                 as object data for both check menu items.
12392                 
12393             (separate_widget_cb): definition of separate_widget_cb() to match
12394             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
12395                 window using gtk_object_get_data(). The type of window separation 
12396                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
12397         
12398         * src/prefs_filtering.c,
12399           src/prefs_matcher.c: added horizontal scrollbars
12400
12401 2001-05-25 [darko]
12402
12403         * src/headerview.c
12404                 fix segfault with invalid bold font
12405         * src/summaryview.c
12406                 correctly display summary stats after row is marked
12407
12408 2001-05-23 [sergey]
12409
12410         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
12411         encodings with libjconv.
12412
12413 2001-05-23 [hoa]
12414
12415         * src/Makefile.am
12416                 added mbox_folder.[ch]
12417         * src/defs.h
12418                 mbox temporary folder
12419         * src/folder.[ch]
12420         * added src/mbox_folder.[ch]
12421         * src/folderview.c
12422         * src/procheader.[ch]
12423                 added mbox support
12424         * src/mbox.c
12425                 bugfix for file incorporation filtering
12426         * src/imap.c
12427                 enable creation of MBOX
12428         * src/prefs_display_header.c
12429                 enable use of headers like "From "
12430                 something that should be fixed :
12431                         displaying of such headers add an extra space
12432         * src/prefs_folder_item.c
12433                 don't create folders because it is not necessary
12434         * src/procmsg.h
12435                 added data field to MsgInfo for mbox internal use
12436         * src/summaryview.c
12437                 added some support for mbox
12438         * src/utils.[ch]
12439                 added get_mbox_cache_dir() function
12440
12441 2001-05-23 [hiroyuki]
12442
12443         * src/headerwindow.c
12444           src/inc.c
12445           src/main.c
12446           src/mh.c
12447           src/nntp.c
12448           src/procmsg.h
12449           src/session.h
12450           src/socket.[ch]
12451           src/summaryview.c
12452           src/textview.c
12453           src/automaton.c
12454           src/folderview.c: more sync with 0.4.99cvs2.
12455
12456         * src/headerwindow.c: reverted.
12457
12458 2001-05-22 [paul]
12459
12460         0.4.99claws2
12461
12462         * sync with sylpheed 0.4.99cvs2
12463                 * src/news.[ch]
12464                 * src/nntp.[ch]
12465                 * INSTALL
12466                 * INSTALL.jp
12467
12468 2001-05-22 [alfons]
12469
12470         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
12471
12472 2001-05-21 [alfons]
12473
12474         Minor things:
12475
12476         * configure.in: if gnome-config not found, "no" is displayed
12477         
12478         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
12479
12480         * src/textview.c: now also possible to add mail addresses by right
12481           clicking in the text view
12482
12483         * src/codeconv.c: merged patch which fixes endless loop when encountering
12484           invalid wide characters; from Alte <010@imis.ru>  
12485
12486 2001-05-20 [alfons]
12487
12488         Added installation of gnome specific things:
12489
12490         * Makefile.am: gnome conditional
12491
12492         * configure.in: check for installed gnome
12493
12494         * added sylpheed.png, sylpheed.desktop
12495
12496 2001-05-20 [sergey]
12497
12498         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
12499
12500         * src/mainwindow.h (main_window_toolbar_create): created a button
12501         for "Reply to all".
12502         (main_window_set_toolbar_sensitive): enable/disable the new button
12503         appropriately.
12504         (toolbar_reply_to_author_cb): handle the new button.
12505
12506         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
12507         send_progress_dialog_destroy() on failure (fixes hang on SMTP
12508         failure).
12509
12510 2001-05-19 [sergey]
12511
12512         * src/compose.h (ComposeReplyMode): new modes
12513         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
12514         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
12515
12516         * src/compose.c
12517         (compose_send): move some code into a new function:
12518         (compose_current_mail_account): new function.
12519         (compose_reply): new argument to_author, all callers changed; if
12520         to_author==TRUE and account->protocol==A_NNTP, find and use an
12521         appropriate mail account for replying.
12522         (compose_reply_set_entry): new argument to_author; ignore
12523         compose->replyto if to_author==TRUE.
12524
12525         * src/mainwindow.c: new command "Message/Reply to author".
12526         (main_window_set_menu_sensitive): enable/disable it.
12527         (reply_cb): handle it.
12528
12529         * src/summaryview.c: new command "Reply to author".
12530         (summary_set_menu_sensitive): enable/disable it.
12531         (summary_reply_cb): handle it.
12532
12533         * src/account.c (account_find_mail_from_address): new function.
12534
12535 2001-05-18 [paul]
12536
12537         0.4.99claws1
12538
12539         * sync with sylpheed 0.4.99cvs1
12540
12541 2001-05-18 [hoa]
12542
12543         * src/compose.[ch]
12544         * src/filtering.c
12545         * src/summaryview.c
12546                 new filtering action : forward and forward as attachment
12547
12548         * src/main.c
12549                 no need for $DISPLAY when we run sylpheed --help
12550                 call to parse_cmd_opt() is moved
12551
12552         * src/mainwindow.[ch]
12553                 execute button is hidden when immediate execute
12554                 is chosen
12555
12556         * src/mh.c
12557         * src/news.c
12558         * src/prefs_folder_item.c
12559         * src/procmsg.c
12560                 better handling of missing directories
12561
12562         * src/summaryview.c
12563                 reedit is enabled in outbox
12564                 reedit is enabled in queue
12565
12566 2001-05-17 [hoa]
12567
12568         * src/filtering.c
12569         * src/matcher.[ch]
12570         * src/prefs_filtering.c
12571                 changed attachement into attachment
12572
12573 2001-05-17 [alfons]
12574
12575         0.4.67claws4    
12576
12577         * sync with sylpheed 0.4.67cvs9
12578         * sync with sylpheed 0.4.67cvs7-8
12579
12580 2001-05-17 [hoa]
12581
12582         * src/Makefile.am
12583                 added prefs_filtering.c
12584
12585         * src/filtering.[ch]
12586         * src/matcher.[ch]
12587                 removed action : forward_news and forward_news_as_attachement
12588                 (forward and forward_as_attachement can be used instead)
12589
12590         * src/mainwindow.c
12591                 added menu option to access filtering configuration
12592
12593         * src/prefs_account.c
12594                 changed mail_command default to /usr/sbin/sendmail
12595
12596         * added src/prefs_filtering.[ch]
12597                 dialog box for filtering configuration
12598
12599         * src/prefs_matcher.c
12600                 added function prefs_matcher_get_criteria_from_matching()
12601
12602         * src/prefs_scoring.c
12603                 reset the dialog when register or substitute is clicked
12604
12605 2001-05-15 [hoa]
12606
12607         * src/Makefile.am
12608                 added filtering.[ch]
12609         * src/inc.c
12610                 using filering.[ch] instead of filter.[ch]
12611         * src/main.c
12612                 reading new filtering configuration
12613         * src/matcher.[ch]
12614                 added some filtering actions
12615                 and fixed a bug for headers and mail body matching
12616         * src/mbox.c
12617                 using filering.[ch] instead of filter.[ch]
12618         * src/mh.c
12619                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
12620         * src/summaryview.c
12621                 some fixes for filtering
12622
12623 2001-05-14 [hiroyuki]
12624
12625         * src/send.c: fixed some weird indentations.
12626           send_message_with_command(): call pclose() only if p != NULL.
12627         * src/textview.c: get_email_part(): modified the code for readability.
12628
12629 2001-05-14 [hiroyuki]
12630
12631         * src/md5global.h
12632           src/md5ify.c
12633           src/md5ify.h: removed from the cvs.
12634
12635 2001-05-13 [sergey]
12636
12637         * src/main.c: include rfc2015.h to avoid compiler warnings.
12638         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
12639         the panel is already on screen.
12640         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
12641         closing the alert window by ESC as "No".
12642         * src/prefs_common.c (prefs_interface_create): moved return
12643         receipt check button to the correct place.
12644
12645 2001-03-13 [alfons]
12646
12647         * src/prefs_common.c: 
12648                 moved return receipt check button to the Send tab. (prefs_send_create)
12649                 removed the date format ui related globals. (prefs_display_create)
12650
12651         0.4.67claws3
12652         
12653         * sync with sylpheed 0.4.67cvs5-6
12654
12655 2001-05-13 [paul]
12656
12657         * added Alfons' font selection patch
12658
12659         * src/defs.h
12660         * src/headerwindow.c
12661         * src/prefs_common.c
12662         * src/prefs_common.h
12663
12664 2001-05-13 [hoa]
12665         * src/defs.h
12666                 changed version of cache
12667         * src/matcher.[ch]
12668         * src/prefs_matcher.c
12669                 added additionnal matching criteria
12670         * src/procheader.c
12671         * src/procmsg.[ch]
12672         * src/news.c
12673                 added references in MsgInfo
12674
12675 2001-05-12 [hoa]
12676
12677         * src/defs.h
12678                 prepared some things for new filtering
12679         * src/matcher.[ch]
12680                 added some matching properties
12681                 inreplyto need to be enhanced
12682                 prepared some things for new filtering
12683         * src/messageview.c
12684                 added Return-Receipt-To handling
12685         * src/prefs_folder_item.c
12686                 changed default value to TRUE
12687         * src/prefs_matcher.c
12688                 added some matching properties
12689         * src/prefs_scoring.[ch]
12690                 the scoring dialog is finished
12691         * src/procheader.c
12692                 added Return-Receipt-To handling
12693                 Reference need to be added
12694         * src/procmsg.[ch]
12695                 added Return-Receipt-To handling
12696                 added threadscore to get a better score sorting when
12697                 threads are enabled
12698         * src/summaryview.c
12699                 suppressed a bug when we sort the list
12700                 when no folder is opened.
12701                 better score sorting when threads are enabled
12702
12703 2001-05-12 [alfons]
12704
12705         * reverted previous patch because of potential errors 
12706
12707         0.4.67claws2
12708         
12709         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
12710                 applied "toggle mail-retrieval dialog window" patch submitted 
12711                 by Eric Limpens <eric@qnt.net>
12712
12713         * sync with sylpheed 0.4.67cvs4
12714
12715 2001-05-12 [sergey]
12716
12717         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
12718         some picky compilers.
12719         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
12720         * src/grouplist_dialog.c: include alertpanel.h.
12721         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
12722         fix compile warning.
12723         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
12724         #include "defs.h" before others to prevent the warning of `MIN'
12725         and `MAX' redefinition.
12726
12727 2001-05-11 [hoa]
12728
12729         * src/main.c
12730         * src/messageview.c
12731         * src/prefs_account.c
12732         * src/prefs_display_header.c
12733                 removed warning
12734         * src/Makefile.am
12735                 added prefs_scoring.[ch]
12736         * src/grouplist_dialog.c
12737                 display an error dialog box if the group list
12738                 cannot be fetched.
12739         * src/mainwindow.[ch]
12740                 added main_window_set_thread_option() function
12741                 scoring dialog box enabled
12742         * src/matcher.[ch]
12743                 added flags matching unread /new / marked
12744                 / deleted / replied / forwarded
12745         * src/news.c
12746                 newsgroups are now finally in newscache
12747         * src/prefs_matcher.[ch]
12748                 finished preferences for matching dialog
12749         * added src/prefs_scoring.[ch]
12750                 scoring dialog box completed
12751         * src/scoring.[ch]
12752                 conversion to string : added scoringprop_to_string()
12753                 write config for preferences :
12754                 added prefs_scoring_write_config()
12755         * src/summaryview.c
12756                 threads can be enabled/disabled independently
12757                 for each folder
12758
12759 2001-05-10 [alfons]
12760
12761         0.4.67claws1
12762         
12763         * AUTHORS: 
12764                 thought it would be nice to have a list of all
12765                 contributors (used Changelog as a reference)
12766         
12767         * configure.in: 
12768                 messed up version numbering...
12769
12770         0.4.66claws1
12771
12772         * sync with sylpheed 0.4.67cvs1-3
12773
12774 2001-05-10 [darko]
12775
12776         * src/prefs_common.c:
12777                 better UI for strftime format, double clicking
12778                 on format now inserts the format in text entry
12779                 replaced close button with standard OK/Cancel
12780                 moved date format button to the right of the
12781                 text entry field
12782
12783 2001-05-09 [alfons]
12784
12785         * src/gtkstext.c:
12786                 Ctrl-Home / Ctrl-End have proper cursor navigation
12787
12788 2001-05-09 [hoa]
12789
12790         * src/prefs_matcher.c
12791                 finished UI to define matching properties
12792                 added ok and cancel button
12793         * src/prefs_filter.c
12794                 added ok and cancel button
12795         * src/news.c
12796                 fixed some bug in xhdr parsing
12797
12798 2001-05-08 [alfons]
12799
12800         * src/textview.c: 
12801                 fixed a bug in textview_show_header(), which displayed two colons (':');
12802                 cleaned up some warnings
12803
12804 2001-05-08 [hoa]
12805
12806         * src/Makefile.am
12807                 added prefs_matcher.[ch]
12808                 compilation with -W -Wall
12809         * src/alertpanel.c
12810                 ungrab the mouse events if grabbed - does it
12811                 fix the bug for disposition notification ?
12812         * src/mainwindow.c
12813                 added a menu option to open the matching dialog.
12814         * src/matcher.[ch]
12815                 added matcherprop_to_string() and matcherlist_to_string()
12816                 fixed some bugs, changed the name of some options
12817                 age_sup and age_inf becomes age_greater and age_lower,
12818                 body and messageheaders becomes body_part and headers_part,
12819                 changed the names of constants from SCORING_XXX to MATCHING_XXX
12820         * src/prefs_display_header.c
12821         * src/prefs_headers.c
12822                 fixed a bug that accidentally destroyed dialogs
12823                 when closed them with delete_event
12824                 Added *_deleted() which handle delete_event signal correctly.
12825         * src/prefs_folder_item.[ch]
12826                 added "enable_thread" field for future customization
12827         * added src/prefs_matcher.[ch]
12828                 sample of the UI to define matching properties
12829         * src/procheader.c
12830                 using procheader_headername_equal instead of str*cmp functions
12831                 using procheader_parse_header() function
12832         * src/scoring.c
12833                 using MATCHING_XXX instead of SCORING_XXX
12834         * src/summaryview.c
12835                 display the sender of the news even if this is ourself
12836                 when this is a news message.
12837         * src/textview.c
12838                 using headername_equal() instead of str*cmp functions
12839
12840 2001-05-08 [alfons]
12841
12842         0.4.66claws
12843
12844         * sync with sylpheed 0.4.66
12845         * src/gtkstext.c: trace logs added 
12846
12847 2001-05-08 [sergey]
12848
12849         * src/prefs_common.[ch]: added option to enable/disable GnuPG
12850         signature check popup.
12851         * src/rfc2015.c (check_signature): show signature check popup only
12852         if it is enabled in preferences.
12853
12854 2001-05-07 [alfons]
12855
12856         0.4.66claws4
12857         
12858         * sync with sylpheed 0.4.66cvs6
12859
12860 2001-05-07 [darko]
12861
12862         * src/prefs_common.[ch]: added option to enable/disable
12863           looking up sender name in address book for summary pane
12864         * src/summaryview.c: look up sender in the address book
12865           by using Alfons' address completion code
12866
12867 2001-05-07 [hiroyuki]
12868
12869         * src/inc.h
12870           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
12871           member of Pop3State.
12872         * src/news.c: brought #include "defs.h" before #include <glib.h>
12873           to prevent the warning of `MIN' and `MAX' redefinition.
12874
12875 2001-05-06 [hoa]
12876
12877         * removed src/headers_display.[ch]
12878         * removed src/prefs_display_headers.[ch]
12879         * src/inc.c
12880                 use a temporary file in the user directory for mbox import
12881         * src/news.c
12882                 added XHDR support to get "To" and "Cc" headers
12883                 (in order to match news with to or cc field for
12884                 scoring)
12885                 added function news_parse_xhdr() to get XHDR response
12886         * src/nntp.[ch]
12887                 added function nntp_xhdr()
12888         * src/matcher.c
12889                 fetch the message if necessary
12890
12891 2001-05-06 [alfons]
12892
12893         0.4.66claws3
12894
12895         * sync with sylpheed 0.4.66cvs3-5
12896
12897 2001-05-06 [hoa]
12898
12899         * src/utils.[ch]
12900                 added function itos_buf() to enable use of several buffers
12901         * src/summaryview.c
12902                 use of itos_buf() instead of itos() in summary list
12903                 to fix the broken display of message number.
12904
12905 2001-05-06 [alfons]
12906
12907         * src/gtkstext.c: bug in cursor up navigation fixed,
12908                 fixed another unsigned / signed comparison (we're getting there :-)
12909
12910 2001-05-06 [hoa]
12911
12912         * src/Makefile.am
12913                 added scoring.c scoring.h
12914                 prefs_folder_item.c prefs_folder_item.h
12915                 matcher.c matcher.h
12916         * src/defs.h
12917                 added FOLDERITEM_RC SCORING_RC
12918         * src/folder.[ch]
12919                 added prefs field in FolderItem :
12920                 properties for each folder (PrefsFolderItem),
12921                 sorting type and mode were added as the first properties.
12922         * src/main.c
12923                 read config for scoring
12924         * added src/matcher.[ch]
12925                 gives functions to parse configuration file to do
12926                 matching on mails with a list of conditions.
12927         * src/mainwindow.c
12928                 add option to sort by score
12929         * src/prefs_common.[ch]
12930                 added preference option to show score and for
12931                 the score column size
12932         * added src/prefs_folder_item.[ch]
12933                 properties for each folder (PrefsFolderItem),
12934                 sorting type and mode were added as the first properties.
12935         * src/procheader.[ch]
12936                 added procheader_parse_header()
12937                 added procheader_header_free()
12938                 added procheader_headername_equal()
12939                 and made modification to use them.
12940         * src/procmsg.[ch]
12941                 added score field to MsgInfo structure
12942         * added src/scoring.[ch]
12943                 gives functions to parse configuration file to do
12944                 scoring on mails with a list of conditions.
12945         * src/summaryview.[ch]
12946                 save the sorting type and mode for the folder
12947                 added column to display the score of the mail
12948                 added function summary_score_clicked()
12949                 sorting type and mode are restored to the folder
12950                 when it is reopen
12951         * src/textview.c
12952                 use procheader_parse_header(), procheader_headername_equal()
12953                 removed memory leak in text_scan_header when freeing headers
12954         * src/filter.c
12955                 changed the function to match names of headers
12956                 using procheader_headername_equal()
12957
12958         Scoring functions are implemented, an interface is needed
12959         to configure that.
12960
12961 2001-05-04 [alfons]
12962
12963         * src/gtkstext.c: 
12964                 hopefully fixed the row up navigation bug,
12965                 removed adding back / forward lines to cache
12966
12967 2001-05-04 [sergey]
12968
12969         * src/prefs_display_headers.c: user interface changes:
12970         (prefs_display_headers_create): remove unused "Show" check button;
12971         allow reordering of headers by dragging.
12972         (prefs_display_headers_write_config): remove unused variables.
12973         (prefs_display_headers_set_dialog): do not insert "(New)" at top
12974         of lists (not needed with the new UI).
12975         (prefs_display_headers_set_list): scan lists starting from row 0,
12976         not 1 (do not skip "(New)").
12977         (prefs_display_headers_find_header): new function.
12978         (prefs_display_headers_clist_set_row): do not allow duplicates.
12979         (prefs_display_headers_delete_cb): do not skip row 0; treat
12980         closing the alert window by ESC as "No".
12981         (prefs_display_headers_up): do not protect row 0.
12982         (prefs_display_headers_down): do not protect row 0.
12983
12984 2001-05-04 [sergey]
12985
12986         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
12987         functions.
12988
12989         * src/summaryview.c
12990         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
12991         summary_select_next_marked, summary_select_prev_marked): new
12992         functions.
12993
12994 2001-05-03 [sergey]
12995
12996         * src/news.c: fixed a bug when no article can be fetched after
12997         server timeout if the connection was restored by news_post():
12998         (news_select_group): new function.
12999         (news_fetch_msg): call news_select_group() before fetching
13000         article.
13001         (news_get_uncached_articles): set session->group after successful
13002         GROUP command.
13003
13004 2001-05-03 [hoa]
13005
13006         * src/defs.h
13007         * src/procmsg.[ch]
13008         * src/procheader.c
13009                  changed version of cache, added cc field
13010
13011         * src/prefs_display_headers.c
13012                 the interface was changed
13013
13014         * src/prefs_headers.c
13015                 added cancel button
13016
13017 2001-05-03 [alfons]
13018
13019         * completed sync of sylpheed cvs2
13020         * src/gtkstext.c: updated row up / down cursor navigation
13021         * src/textview.c: re-edited, prepared for fixing the email address
13022                 scanner.
13023
13024 2001-05-03 [darko]
13025
13026         * src/prefs_common.c: use alfons' strftime ui code
13027         entry_datefmt and datefmt_sample widgets have to be
13028         global in this module because of this change
13029
13030 2001-05-03 [hoa]
13031
13032         * src/messageview.c
13033         * src/prefs_common.[ch] added option to activate the return receipt
13034                 feature.
13035
13036 2001-05-02 [alfons]
13037
13038         * src/gtkstext.c: fix for row up/down cursor navigation. 
13039
13040         0.4.66claws2
13041         
13042         * sync with 0.4.66cvs2
13043
13044 2001-05-02 [paul]
13045
13046         added add-sender-to-addressbook patch
13047
13048         * src/addressbook.c
13049         * src/addressbook.h
13050         * src/summaryview.c
13051
13052 2001-05-02 [sergey]
13053
13054         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
13055         G_ALERTDISABLE.
13056
13057         * src/alertpanel.c (alertpanel_create): new argument can_disable,
13058         all existing callers changed to pass FALSE; create a check button
13059         to disable the message.
13060         (alertpanel_message_with_disable): new function.
13061         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
13062         (alertpanel_button_toggled): new function.
13063         (alertpanel_button_clicked, alertpanel_close): set value using
13064         G_ALERT_VALUE_MASK.
13065
13066         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
13067
13068         * src/prefs_common.c (prefs_privacy_create): new check button
13069         checkbtn_gpgme_warning.
13070
13071         * src/main.c (main): moved preferences reading before gpgme
13072         initialization; check prefs_common.gpgme_warning before giving the
13073         GnuPG warning and set it to FALSE if the user wants to disable the
13074         warning.
13075
13076 2001-05-02 [hiroyuki]
13077
13078         * src/prefs_display_headers.c: modified the layout and some labels.
13079
13080 2001-05-02 [sergey]
13081
13082         * src/prefs_account.c (prefs_account_fix_size): new function.
13083         (prefs_account_create): call prefs_account_fix_size(); use
13084         gtk_widget_show instead of gtk_widget_show_all (fixes too large
13085         size when the window is shown for the first time).
13086         (prefs_account_basic_create): changed layout of serv_table; moved
13087         localmbox_entry above smtpserv_entry (logically it replaces
13088         POP3/IMAP server).
13089         (prefs_account_protocol_activated): set sensitivity of
13090         nntpauth_chkbtn according to the protocol (in addition to
13091         hide/show); commented out gtk_table_set_row_spacing() calls.
13092         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
13093         not sensitive (fixes a bug with disabled username/password boxes
13094         when editing POP3 account after NNTP with authentication).
13095
13096 2001-05-02 [hoa]
13097
13098         * src/account.c
13099         * src/inc.c
13100         * src/prefs_account.[ch]
13101         * src/send.c
13102                 removed local account without SMTP server
13103                 added option to use mail command instead of a connexion
13104                 to SMTP server when a local account is used
13105         * src/prefs_headers.c
13106                 fixed a bug
13107         * src/news.c
13108                 fixed a bug when connexion immediately closed
13109
13110 2001-05-01 [alfons]
13111
13112         0.4.66claws1
13113         
13114         * sync with 0.4.65
13115
13116 2001-05-01 [sergey]
13117
13118         * src/prefs_account.c (Basic, prefs_account_basic_create): new
13119         widget nntpauth_chkbtn.
13120         (prefs_account_protocol_activated): handle nntpauth_chkbtn
13121         visibility.
13122         (prefs_account_nntpauth_toggled): new function.
13123
13124         * src/news.c (news_session_new_for_folder): use NNTP
13125         authentication only if ac->use_nntp_auth is set.
13126
13127 2001-05-01 [hoa]
13128
13129         * src/Makefile.am changed headers.[ch] in customheader.[ch]
13130         * src/prefs_display_headers.c changed the UI
13131         * src/prefs_headers.c changed account_name to account_id
13132         * src/compose.c using customheader.h
13133
13134 2001-05-01 [hiroyuki]
13135
13136         * src/esmtp.c
13137           src/news.c
13138           src/nntp.c: changed sock_read() to sock_gets(), they've been left
13139           unsynched.
13140
13141 2001-05-01 [hoa]
13142
13143         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
13144         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
13145                 for displaying of headers
13146         * src/grouplist_dialog.[ch] minor changes to remove warnings
13147         * src/prefs_display_headers.[ch] dialog to choose the
13148         headers to display in the mail viewer.
13149         * src/headers.h correction of #define
13150         * src/headers_display.[ch] configuration for displaying of headers.
13151         * src/main.c read config of displaying of headers
13152         * src/prefs_common.c add a button to access the config dialog
13153                 for displaying of headers
13154         * src/prefs_display_headers.[ch] dialog for configuration for
13155                 displaying of the headers.
13156         * src/prefs_headers.c cleaning of code
13157         * src/procheader.c comments added to code
13158         * src/textview.c changes to reorder the headers depending
13159                 on the config for displaying of headers
13160
13161 2001-04-30 [alfons]
13162
13163         0.4.65claws7
13164
13165         * sync with 0.4.65cvs12
13166
13167         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
13168
13169 2001-04-30 [sergey]
13170
13171         * src/nntp.h (NNTPSockInfo): new field auth_failed.
13172
13173         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
13174         is set to force reconnection after authentication failure.
13175         (nntp_gen_command): set sock->auth_failed on authentication
13176         failure, or if sock->userid and sock->passwd are not set.
13177
13178         * src/news.c (news_session_new_for_folder): set userid=NULL if
13179         password dialog is cancelled.
13180
13181 2001-04-30 [sergey]
13182
13183         * src/nntp.h (NNTPSockInfo): new type.
13184
13185         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
13186         SockInfo.
13187         (nntp_open_auth, nntp_close): new functions.
13188         (nntp_gen_command): new function to handle authentication; all
13189         NNTP command functions updated to use it.
13190         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
13191         (nntp_list): removed old useless code.
13192
13193         * src/news.h (NNTPSession): new field nntp_sock.
13194
13195         * src/news.c: all functions updated to use NNTPSockInfo instead of
13196         SockInfo.
13197         (news_session_new): new arguments (userid, passwd); made static;
13198         use nntp_open_auth() if needed.
13199         (news_session_destroy): use nntp_close() instead of sock_close().
13200         (news_query_password): changed arguments.
13201         (news_session_new_for_folder): new function.
13202         (news_session_get): use news_session_new_for_folder().
13203         (news_authenticate): deleted.
13204         (news_get_uncached_articles): removed old authentication code.
13205
13206 2001-04-30 [sergey]
13207
13208         * src/news.c: reverted my previous changes (need to do NNTP
13209         authentication in a cleaner way).
13210         
13211 2001-04-29 [sergey]
13212
13213         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
13214         news_nntp_post, news_nntp_mode): new functions (wrappers with
13215         authentication support).
13216         (news_get_article_cmd, news_get_article, news_get_header): new
13217         argument "folder"; all callers changed.
13218         (news_get_article_cmd): added authentication support.
13219         (news_session_get): use news_nntp_mode() instead of nntp_mode().
13220         (news_post): use news_nntp_post() instead of nntp_post().
13221         (news_get_uncached_articles): use news_nntp_group() instead of
13222         nntp_group() and news_nntp_xover() instead of nntp_xover();
13223         removed old authentication code.
13224         (news_get_group_list): use news_nntp_list() instead of nntp_list().
13225
13226         * src/nntp.c (nntp_list): return real error code instead of
13227         hardcoded NN_ERROR.
13228
13229 2001-04-29 [sergey]
13230
13231         * configure.in: fixed wint_t typedef detection again
13232
13233 2001-04-28 [hoa]
13234
13235         * src/prefs_account.[ch], added A_LOCAL_CMD
13236                 (send mail with mail command)
13237         * src/send.c added function send_message_with_command()
13238         * src/inc.c made a more secure get_spool() function with
13239                 mktemp() but maybe mkstemp() or something more
13240                 secure can be used.
13241
13242 2001-04-28 [alfons]
13243
13244         * src/textview.c, colorization of email addresses in headers
13245
13246         0.4.65claws6
13247
13248         * bug sync with sylpheed
13249         * prefs_common.c: created date format ui for darko
13250         * sync with 0.4.65cvs11
13251         * configure.in: corrected to have the new gpg checks
13252
13253 2001-04-27 [alfons]
13254
13255         * completed sync with 0.4.65cvs10
13256         * minor debug things added to gtkstext.c
13257
13258 2001-04-27 [darko]
13259
13260         * configure.in: remove check for availability of
13261           strftime() as advised by Hiroyuki
13262         * src/prefs_common.[ch], src/procheader.c:
13263           synch strftime() code with Hiroyki's main branch
13264
13265 2001-04-26 [sergey]
13266
13267         * src/news.c: news_query_password(), news_authenticate(): new
13268           functions.
13269           news_get_uncached_articles(): added NNTP authentication
13270           handling.
13271         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
13272           new functions.
13273         * src/prefs_account.c: prefs_account_protocol_activated():
13274           enable userid and password fields for NNTP.
13275
13276 2001-04-26
13277
13278         * configure.in: check for availability of strftime()
13279           [darko]
13280         * src/prefs_common.[ch], src/procheader.c: use
13281           strftime() for displaying date in summary pane if it
13282           is available
13283
13284 2001-04-25
13285
13286         * more .cvsignore cleanups [alfons]
13287
13288 2001-04-25
13289
13290         * ac/sv-check-type.m4: new autoconf macro.
13291         * configure.in: fixed wint_t typedef detection (did not work
13292           with gcc-2.96).
13293
13294 2001-04-25
13295
13296         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
13297           [hiroyuki]
13298
13299 2001-04-24
13300         * modified gtkstext.c : buggy cursor navigation fixed, 
13301           and font descent also taken in account when drawing
13302           cursor. [alfons]
13303
13304 2001-04-24 [hoa]
13305         * added comments in src/news.c src/nntp.c
13306         * added src/prefs_headers.[ch]
13307         * added src/headers.[ch]
13308         * modified compose.c to activate custom headers
13309                 added function is_in_custom_headers
13310         * modified prefs_account.[ch]
13311                 added function prefs_account_customhdr_edit
13312         * modified src/defs.h :
13313                 added HEADERS_RC : name of the config file
13314                 for the custom headers
13315
13316 2001-04-24
13317
13318     0.4.65claws5
13319
13320         * configure.in
13321           src/gtkstext.[ch]
13322           src/compose.c
13323           src/Makefile.am
13324           
13325           added gtkstext with configure.in patch by Hiroyuki which
13326           should fix the XIM detection [alfons]
13327
13328         * more clean up of cvs [alfons]
13329
13330                  * removed all Makefile.in files to attic.
13331
13332                  * updated all .cvsignores to really ignore things that could
13333                    be unintentionally committed by a recursive commit.
13334
13335 2001-04-23 [hoa]
13336         * added src/grouplist_dialog.[ch]
13337         * changed src/folderview.c to call grouplist_dialog instead
13338                 of inputdialog
13339         * src/news.c :
13340                 added functions news_reset_group_list
13341                 and news_get_group_list
13342         * src/nntp.c :
13343                 added function nntp_list
13344         * src/defs.h :
13345                 added GROUPLIST_FILE : name of the newsgroup list cache file
13346
13347 2001-04-21
13348
13349         * added option to warn about queued messages on exit [sergey]:
13350
13351           * src/compose.c: compose_queue(): call folder_item_scan()
13352             and folderview_update_item() after queueing.
13353           * src/folderview.c: folderview_update_node(): draw the queue
13354             folder in bold font if there are queued messages.
13355           * src/mainwindow.c: queued_messages(): new function.
13356             app_exit_cb(): display warning if there are queued messages
13357             if warn_queued_on_exit is set.
13358           * prefs_common.[ch]: add warn_queued_on_exit option.
13359
13360         * enhanced GnuPG key selection support [sergey]:
13361
13362           * src/select-keys.c: updated to newer version from Win32
13363             branch with support for selecting arbitrary keys.
13364           * src/prefs_account.c: added the Privacy tab to the account
13365             options window.
13366             prefs_account_privacy_create(),
13367             prefs_account_sign_key_set_data_from_radiobtn(),
13368             prefs_account_sign_key_set_radiobtn(): new functions.
13369           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
13370           * src/rfc2015.c: set_signers(): new function.
13371             pgp_sign(): add the account parameter, call set_signers().
13372             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
13373           * src/rfc2015.h: rfc2015_sign(): updated prototype.
13374           * src/compose.c: pass the current account to rfc2015_sign().
13375
13376         * tag name claws added to prevent confusion with main branch [alfons]
13377
13378         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
13379
13380         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
13381
13382         * sync with recent sylpheed cvs. Untested though. [alfons]
13383