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