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