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