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