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