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