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