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