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