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