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