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