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