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