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