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