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