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