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