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