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