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