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