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