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