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