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