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