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