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