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