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