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