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