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