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