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