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