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