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