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