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