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