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