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