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