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