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