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