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