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