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