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