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