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