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