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