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