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