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