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