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