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