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