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