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