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