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