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