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