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