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