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