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