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