01f9822e0df66a862060bab48d9c54fb308a90ae
[claws.git] / ChangeLog.claws
1 2005-03-11 [paul]       1.0.3cvs1
2
3         * po/ru.po
4                 updated by Pavlo Bohmat
5
6 2005-03-10 [paul]       1.0.3
7
8         * po/de.po
9         * po/es.po
10         * po/fr.po
11         * po/it.po
12         * po/pt_BR.po
13         * po/sk.po
14         * po/sr.po
15         * po/zh_CN.po
16                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
17                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
18                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
19
20         1.0.3 released
21
22 2005-03-04 [colin]      1.0.1cvs22
23
24         * src/common/smtp.c
25         * src/common/smtp.h
26                 Don't use SIZE parameter in MAIL FROM: if
27                 server doesn't support it. Patch by 
28                 Eugen Freiter <eugen_f@users.sf.net>
29
30 2005-03-04 [paul]       1.0.1cvs21
31
32         * ChangeLog
33         * ChangeLog.jp
34         * src/addrharvest.c
35         * src/codeconv.c
36         * src/codeconv.h
37         * src/compose.c
38         * src/procmime.c
39                 sync with main 1.0.3
40                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
41
42 2005-02-27 [paul]       1.0.1cvs20
43
44         * src/messageview.c
45                 fix crash-causing typo. spotted by
46                 Ralgh Young 
47
48 2005-02-25 [paul]       1.0.1cvs19
49
50         * src/prefs_account.c
51         * src/prefs_folder_item.c
52         * src/gtk/prefswindow.c
53         * src/gtk/prefswindow.h
54                 fix bug 698 'Clicking OK without username 'crashes'
55                 account edit window'. Patch by Alfons
56
57 2005-02-24 [colin]      1.0.1cvs18
58
59         * src/messageview.c
60                 Don't send out receipts if offline. Ask.
61
62 2005-02-23 [colin]      1.0.1cvs17
63
64         * src/compose.c
65                 Encode parts when signing
66
67 2005-02-23 [colin]      1.0.1cvs16
68
69         * src/compose.c
70         * src/procmsg.c
71                 Fix mimeinfo leakages
72
73 2005-02-21 [colin]      1.0.1cvs15
74
75         * src/compose.c
76                 Fix signing/encrypting still on after
77                 privacy system has been disabled
78
79 2005-02-18 [colin]      1.0.1cvs14
80
81         * src/quote_fmt_lex.l
82         * src/quote_fmt_parse.y
83                 Bugfix: Fix parser init (patch by Ivan)
84
85 2005-02-18 [colin]      1.0.1cvs13
86
87         * src/plugins/pgpmime/pgpmime.c
88                 Fix build (missed my `mv`)
89
90 2005-02-18 [colin]      1.0.1cvs12
91
92         * src/Makefile.am
93         * src/privacy.c         ** RE-ADDED **
94         * src/privacy.cpp       ** REMOVED **
95         * src/privacy.h
96         * src/plugins/pgpmime/Makefile.am
97         * src/plugins/pgpmime/passphrase.h
98         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
99         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
100         * src/plugins/pgpmime/pgpmime.h
101         * src/plugins/pgpmime/prefs_gpg.h
102         * src/plugins/pgpmime/select-keys.h
103         * src/plugins/pgpmime/sgpgme.h
104                 Revert huge API breakage.
105
106 2005-02-16 [christoph]  1.0.1cvs11
107
108         * src/mh.c
109                 add scan required function for MH folders
110
111         (Patch by Ivan Rayner <ivanr@sgi.com>)
112
113 2005-02-15 [christoph]  1.0.1cvs10
114
115         * src/plugins/pgpmime/pgpmime.cpp
116         * src/plugins/pgpmime/pgpmime.h
117                 add sign and encrypt functions
118
119 2005-02-15 [christoph]  1.0.1cvs9
120
121         * configure.ac
122         * src/Makefile.am
123         * src/privacy.c                                 ** REMOVE **
124         * src/privacy.cpp                               ** NEW **
125         * src/privacy.h
126         * src/plugins/pgpmime/Makefile.am
127         * src/plugins/pgpmime/passphrase.h
128         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
129         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
130         * src/plugins/pgpmime/pgpmime.h
131         * src/plugins/pgpmime/prefs_gpg.h
132         * src/plugins/pgpmime/select-keys.h
133         * src/plugins/pgpmime/sgpgme.h
134                 change Privacy-API to C++
135
136 2005-02-15 [colin]      1.0.1cvs8
137
138         * src/mimeview.c
139         * src/common/utils.c
140                 Sanitize substitution for saved filenames:
141                 only \ / * and \r \n \t are bad. 
142
143 2005-02-15 [colin]      1.0.1cvs7
144
145         * src/compose.c
146         * src/procmime.c
147                 Optimize (constant instead of strlen). Thanks
148                 Alfons for the hint.
149
150 2005-02-14 [colin]      1.0.1cvs6
151
152         * src/compose.c
153         * src/procmime.c
154                 Use quoted-printable instead of 7bit or 8bit
155                 to encode "^From " and avoid mail corruption 
156                 on the MTA, as specified by RFC 3156. Thanks
157                 Hoa for the hint.
158
159 2005-02-12 [colin]      1.0.1cvs5
160
161         * src/filtering.c
162                 Remove wrong use of compose struct after
163                 compose_send(). Spotted by Alfons and Holger Berndt.
164
165 2005-02-10 [paul]       1.0.1cvs4
166
167         * src/compose.c
168                 sync with main, see ChangeLog 2005-02-10
169
170 2005-02-10 [colin]      1.0.1cvs3
171
172         * src/mainwindow.c
173                 dereference freed messageview,
174                 and don't try to use it after free.
175                 This caused occasional late segfaults
176                 when quitting.
177
178 2005-02-10 [colin]      1.0.1cvs2
179
180         * src/messageview.c
181                 Don't display html with plugin automatically
182                 (Dillo steals focus)
183
184 2005-02-09 [colin]      1.0.1cvs1
185
186         * src/mimeview.c
187         * src/mimeview.h
188         * src/messageview.c
189                 Display first relevant part using plugin
190                 if not text/plain if possible (useful for 
191                 vCalendar for example)
192
193 2005-02-08 [paul]       1.0.1
194
195         1.0.1 released
196
197 2005-02-08 [paul]       1.0.0cvs29
198
199         * po/de.po
200         * po/es.po
201         * po/fr.po
202         * po/it.po
203         * po/pt_BR.po
204         * po/sk.po
205         * po/sr.po
206                 updated by Thomas Gilgin, Ricardo Mones Lastra,
207                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
208                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
209
210 2005-02-05 [paul]       1.0.0cvs28
211
212         * src/compose.c
213                 fix Bug 682 'redirect is broken'
214
215
216 2005-02-05 [thorsten]   1.0.0cvs27
217
218         * src/partial_download.c
219                 fix buf overflow
220
221 2005-02-03 [colin]      1.0.0cvs26
222
223         * src/common/plugin.c
224                 Don't load GTK2 plugins at all. This solves
225                 the plugins problem when switching between
226                 GTK1 and GTK2 version.
227
228 2005-02-02 [colin]      1.0.0cvs25
229
230         * src/messageview.c
231                 Fix dangerous typo
232
233 2005-01-31 [colin]      1.0.0cvs24
234
235         * src/compose.c
236                 Fix MsgInfo reference leak
237
238 2005-01-28 [colin]      1.0.0cvs23
239
240         * src/folderview.c
241                 Change check - partial_recv is not cached.
242
243 2005-01-28 [colin]      1.0.0cvs22
244
245         * src/folderview.c
246                 Don't call partial_mark_for_delete() when 
247                 it's useless
248
249 2005-01-27 [colin]      1.0.0cvs21
250
251         * src/procmsg.c
252         * src/compose.c
253                 Fix build - sorry.
254
255 2005-01-27 [christoph]  1.0.0cvs20
256
257         * src/folder.c
258                 use normal message remove function if a folder has no function
259                 to remove all messages
260
261         * src/folderview.c
262                 fix memory leak
263
264 2005-01-27 [colin]      1.0.0cvs19
265
266         * src/procmime.c
267                 Forgot to commit this file with cvs18.
268
269 2005-01-27 [colin]      1.0.0cvs18
270
271         * src/compose.c
272                 Uhm, better not touch the original msginfo_list.
273
274 2005-01-27 [colin]      1.0.0cvs17
275
276         * src/procmsg.c
277         * src/procmsg.h
278                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
279         * src/compose.c
280                 ... And use it to be able to reply to the currently 
281                 selected MimeInfo.
282
283 2005-01-27 [colin]      1.0.0cvs16
284
285         * src/messageview.c
286         * src/summaryview.c
287         * src/compose.c
288         * src/compose.h
289         * src/toolbar.c
290         * src/mainwindow.c
291                 Factorize this reply mess
292
293 2005-01-26 [paul]       1.0.0cvs15
294
295         * ChangeLog
296         * ChangeLog.jp
297         * src/common/template.c
298                 sync with main, (fix memory leak), see ChangeLog
299                 2005-01-25
300
301 2005-01-25 [paul]       1.0.0cvs14
302
303         * src/compose.c
304                 compose_redirect(): fix sensitivity of attachment 
305                 "Properties..." button
306
307 2005-01-24 [colin]      1.0.0cvs13
308
309         * src/summaryview.c
310                 Freeze clist during operations involving message
311                 lists.
312
313 2005-01-24 [paul]       1.0.0cvs12
314
315         * ChangeLog
316         * ChangeLog.jp
317         * src/messageview.c
318         * src/mh.c
319         * src/common/utils.c
320                 sync with main, see ChangeLog 2005-01-19
321
322 2005-01-24 [colin]      1.0.0cvs11
323
324         * src/procheader.c
325                 Fix build with MIPSpro compiler.
326                 Patch by Ivan Rayner <ivanr@sgi.com>
327
328 2005-01-24 [colin]      1.0.0cvs10
329
330         * src/folderview.c
331                 Use (+) in collapsed folders with quicksearch-
332                 matching subfolders
333
334 2005-01-23 [holger]     1.0.0cvs9
335
336         * src/crash.c
337                 Include missing header file
338
339 2005-01-22 [colin]      1.0.0cvs8
340
341         * src/summaryview.c
342         * src/gtk/quicksearch.c
343                 Make recursive quicksearch work in
344                 root folders (and code fixes)
345
346 2005-01-21 [colin]      1.0.0cvs7
347
348         * src/summaryview.c
349                 Set cursor to wait while looking in subfolders
350
351 2005-01-21 [colin]      1.0.0cvs6
352
353         * src/summaryview.c
354                 Don't clear quicksearch if recursion is on,
355                 even if !sticky
356
357 2005-01-21 [colin]      1.0.0cvs5
358
359         * src/gtk/quicksearch.c
360         * src/prefs_common.c
361         * src/prefs_common.h
362                 Add option to recurse or not
363
364 2005-01-21 [colin]      1.0.0cvs4
365
366         * src/folder.h
367         * src/folderview.c
368         * src/folderview.h
369         * src/summaryview.c
370         * src/gtk/quicksearch.c
371         * src/gtk/quicksearch.h
372                 Make quicksearch recursive - results materialized
373                 by search icons in the folderview.
374
375 2005-01-20 [holger]     1.0.0cvs3
376
377         * src/addrindex.c
378         * src/addrindex.h
379                 Add addrindex_load_person_attribute() (for plugins)
380
381 2005-01-19 [colin]      1.0.0cvs2
382
383         * src/mbox.c
384         * src/mbox.h
385         * src/mainwindow.c
386         * src/summaryview.c
387         * src/summaryview.h
388                 Add an easy way to export specific messages
389                 to an mbox file.
390
391 2005-01-19 [paul]       1.0.0cvs1
392
393         * po/ja.po
394         * po/ko.po
395                 updated by  Rui Hirokawa and
396                 SungHyun Nam
397
398 2005-01-18 [paul]       1.0.0
399
400         * version 1.0.0 released
401
402 2005-01-17 [thorsten]   0.9.13cvs38
403
404         * src/crash.c
405         * src/gtk/pluginwindow.c
406                 return value of filesel should not be free()d
407
408 2005-01-17 [paul]       0.9.13cvs37
409
410         * AUTHORS
411         * po/es.po
412         * po/fr.po
413         * po/hr.po
414         * po/it.po
415         * po/pt_BR.po
416         * po/sk.po
417         * po/sr.po
418                 update translations. submitted by Ricardo Mones
419                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
420                 Frederico Goncalves Guimaraes, Andrej Kacian,
421                 Aleksandar Urosevic
422
423 2005-01-16 [colin]      0.9.13cvs36
424
425         * src/prefs_toolbar.c
426                 Fix two leaks, both found by Alfons.
427
428 2005-01-15 [paul]       0.9.13cvs35
429
430         * src/gtk/pluginwindow.c
431                 fix 2 memleaks, patch by Alfons
432
433 2005-01-15 [paul]       0.9.13cvs34
434
435         * ChangeLog
436         * ChangeLog.jp
437         * src/common/template.c
438                 sync with main, see ChangeLog 2005-01-11
439                 (fix potential memory corruption bug)
440
441 2005-01-14 [colin]      0.9.13cvs33
442
443         * src/html.c
444         * src/msgcache.c
445                 Fix coding style issues from the last patch
446
447 2005-01-14 [colin]      0.9.13cvs32
448
449         * src/msgcache.c
450                 Fix possible double free, avoid putting 8k on the stack
451         * src/html.c
452         * src/html.h
453                 Fix links with tags inside, add some entities
454         * AUTHORS
455                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
456
457 2005-01-09 [thorsten]   0.9.13cvs31
458
459         * tools/calypso_convert.pl
460                 support nested subdirs (possible in recent calypso versions)
461                 fix "change of readonly value" error with perl >= 5.8
462
463 2005-01-08 [colin]      0.9.13cvs30
464
465         * src/prefs_filtering_action.c
466                 Plug leak - patch by Alfons
467
468 2005-01-07 [paul]       0.9.13cvs29
469
470         * ChangeLog
471         * ChangeLog.jp
472         * src/pop.c
473         * src/pop.h
474                 sync with main, see ChangeLog 2005-01-06
475
476 2005-01-06 [colin]      0.9.13cvs28
477
478         * src/prefs_matcher.c
479                 Plug leak. Patch by Alfons
480
481 2005-01-04 [christoph]  0.9.13cvs27
482
483         * src/folderview.c
484         * src/imap_gtk.c
485         * src/news_gtk.c
486                 Create extra popup menu entries for account settings
487
488         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
489
490 2005-01-03 [colin]      0.9.13cvs26
491
492         * src/main.c
493                 Plugins should be loaded before --receive or --receive-all 
494                 is processed. 
495                 Patch by Felix Eckhofer <felix-ml@tribut.de>
496
497 2005-01-03 [colin]      0.9.13cvs25
498
499         * src/pop.c
500         * src/pop.h
501                 Add data_len member, because we can get NULs from network
502                 Patch by Alfons
503
504 2005-01-01 [colin]      0.9.13cvs24
505
506         * src/procmime.c
507                 Fix possible memleak in corner case - found by
508                 Martin Kluge, patch by Alfons
509
510 2004-12-30 [colin]      0.9.13cvs23
511
512         * src/account.c
513                 Fix prototypes - patch by Alfons
514
515 2004-12-30 [paul]       0.9.13cvs22
516
517         * ChangeLog
518         * ChangeLog.jp
519         * NEWS
520         * src/account.c
521                 sync with main 1.0.0.
522                 see ChangeLog 2004-12-22
523
524 2004-12-18 [paul]       0.9.13cvs21
525
526         * AUTHORS
527         * ChangeLog
528         * ChangeLog.jp
529         * src/action.c
530                 sync with main, see ChangeLog 2004-12-17
531
532 2004-12-17 [thorsten]   0.9.13cvs20
533
534         * src/compose.c
535                 protect trailing spaces when signing message
536
537 2004-12-16 [paul]       0.9.13cvs19
538
539         * ChangeLog
540         * ChangeLog.jp
541         * NEWS
542         * src/compose.c
543         * src/syldap.c
544                 sync with main 1.0.0rc
545                 see ChangeLog 2004-12-15
546
547 2004-12-14 [colin]      0.9.13cvs18
548
549         * src/gtk/prefswindow.c
550                 Fix build. Sorry :)
551
552 2004-12-14 [colin]      0.9.13cvs17
553
554         * src/gtk/gtkutils.c
555         * src/gtk/gtkutils.h
556         * src/gtk/prefswindow.c
557                 Catch Enter in prefswindow while in text
558                 widget. Patch by Alfons.
559
560 2004-12-14 [paul]       0.9.13cvs16
561
562         * ChangeLog
563         * ChangeLog.jp
564         * src/action.c
565         * src/compose.c
566         * src/common/utils.c
567                 sync with main, see ChangeLog entries 2004-12-10
568                 and 2004-12-13
569
570         * po/ru.po
571                 updated by Pavlo Bohmat
572
573 2004-12-13 [thorsten]   0.9.13cvs15
574
575         * src/plugins/spamassassin/libspamc.c
576                 fix memleak
577
578 2004-12-13 [colin]      0.9.13cvs14
579
580         * src/gtk/prefswindow.c
581         * src/gtk/pluginwindow.c
582                 Fix key_pressed handlers
583
584 2004-12-11 [colin]      0.9.13cvs13
585
586         * src/quote_fmt_parse.y
587                 Rework quote_fmt_parse to use less local 
588                 arrays in local blocks, so it doesn't 
589                 freak out IBM's stack protector. Patch
590                 by Alfons.
591
592 2004-12-10 [colin]      0.9.13cvs12
593
594         * src/messageview.c
595                 Fix logic error
596         * src/mainwindow.c
597                 Fix corruptions when de-separating messageview
598
599 2004-12-10 [paul]       0.9.13cvs11
600
601         * src/prefs_themes.c
602                 use a different set of icons for the Preview
603
604 2004-12-09 [colin]      0.9.13cvs10
605
606         * src/procmime.c
607                 Fix procmime_encode_content doing horribly wrong
608                 stuff when encoding to B64 from memory
609
610 2004-12-08 [colin]      0.9.13cvs9
611
612         * src/gtk/colorlabel.c
613                 Fix color label off-by-one
614                 Patch by Alfons
615
616 2004-12-08 [hoa]        0.9.13cvs8
617
618         * src/quote_fmt_parse.y
619                 really fix buffer overflow
620
621 2004-12-08 [colin]      0.9.13cvs7
622
623         * src/matcher_parser_parse.y
624         * src/msgcache.c
625         * src/prefs_matcher.c
626         * src/procheader.c
627         * src/matcher.c
628         * src/common/defs.h
629                 Cache total_size and use that to speed up
630                 'partial' match.
631                 Add 'partial' to the list of useable stuff
632                 in filtering
633
634 2004-12-08 [paul]
635
636         * po/sr.po
637                 updated by URKE MMI
638
639 2004-12-08 [colin]      0.9.13cvs6
640
641         * src/textview.c
642                 Fix possible boundary overrun in
643                 get_email_part(). Patch by Alfons
644
645 2004-12-08 [hoa]        0.9.13cvs5
646
647         * src/quote_fmt_parse.y
648                 fix buffer overflow
649                 http://bugs.gentoo.org/show_bug.cgi?id=67253
650
651 2004-12-07 [thorsten]   0.9.13cvs4
652
653         * src/procmime.c
654                 fix leak introduced with 0.9.13cvs1
655
656 2004-12-07 [keith]      0.9.13cvs3
657
658         * src/procmime.c
659                 Fix typo
660
661 2004-12-07 [colin]      0.9.13cvs2
662
663         * AUTHORS
664         * src/prefs_account.c
665         * src/common/smtp.c
666         * src/common/smtp.h
667                 Add SMTP PLAIN authentication. Patch by 
668                 George Michaelson <ggm@apnic.net>
669
670 2004-12-07 [thorsten]   0.9.13cvs1
671
672         * src/procmime.c
673                 [Bug 650] reply button causes crash
674                 Patch partly by David Relson
675
676 2004-12-06 [paul]       0.9.13
677
678         0.9.13 released
679
680 2004-12-06 [paul]
681
682         * po/sk.po
683                 updated by Andrej Kacian
684         * INSTALL
685         * README.claws
686                 updated
687         
688 2004-12-06 [christoph]
689
690         * configure.ac
691                 move GPGME check to PGP/MIME plugin checks
692
693 2004-12-06 [colin]      0.9.12cvs187
694
695         * src/compose.c
696                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
697
698 2004-12-06 [paul]       0.9.12cvs186
699
700         * INSTALL
701         * README.claws
702                 updated
703         * po/es.po
704         * po/fr.po
705         * po/it.po
706         * po/ja.po
707         * po/pt_BR.po
708         * po/zh_CN.po
709                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
710                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
711                 and Yang Guilong
712
713 2004-12-05 [paul]       0.9.12cvs185
714
715         * INSTALL
716         * Makefile.am
717         * README.claws
718                 update
719         * TODO.claws    **REMOVED**
720                 removed, use the wiki instead
721         * tools/Makefile.am
722         * tools/README
723                 remove newscache_conv.pl from the release package
724                 and notes as it is broken and not currently maintained
725         * tools/filter_conv.pl
726                 use --config-dir to find claws' config dir
727         * tools/kdeservicemenu/README
728         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
729         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
730                 make a top-level menu entry
731
732 2004-12-04 [paul]       0.9.12cvs184
733
734         * src/addrharvest.c
735                 conv_unmime_header_overwrite(name)
736
737 2004-12-04 [colin]      0.9.12cvs183
738
739         * src/compose.c
740                 Fix saving of compose window position
741                 when sending mail. Patch by Alfons.
742
743 2004-12-04 [paul]       0.9.12cvs182
744
745         * ChangeLog
746         * ChangeLog.jp
747         * INSTALL
748         * NEWS
749         * README
750         * README.jp
751         * doc/manual/ja/Makefile.am
752         * doc/manual/ja/sylpheed-1.html
753         * doc/manual/ja/sylpheed-10.html
754         * doc/manual/ja/sylpheed-11.html
755         * doc/manual/ja/sylpheed-12.html
756         * doc/manual/ja/sylpheed-13.html
757         * doc/manual/ja/sylpheed-14.html
758         * doc/manual/ja/sylpheed-15.html
759         * doc/manual/ja/sylpheed-16.html
760         * doc/manual/ja/sylpheed-17.html
761         * doc/manual/ja/sylpheed-18.html
762         * doc/manual/ja/sylpheed-19.html
763         * doc/manual/ja/sylpheed-2.html
764         * doc/manual/ja/sylpheed-20.html
765         * doc/manual/ja/sylpheed-3.html
766         * doc/manual/ja/sylpheed-4.html
767         * doc/manual/ja/sylpheed-5.html
768         * doc/manual/ja/sylpheed-6.html
769         * doc/manual/ja/sylpheed-7.html
770         * doc/manual/ja/sylpheed-8.html
771         * doc/manual/ja/sylpheed-9.html
772         * doc/manual/ja/sylpheed.html
773         * doc/manual/ja/sylpheed.sgml
774         * src/Makefile.am
775         * src/procmime.c
776         * src/pixmaps/regular.xpm **REMOVED**
777                 sync with main 1.0.0beta4, including: "canonicalize text files
778                 before encoding to BASE64, and uncanonicalize after decoding
779                 to conform with RFC 2045" 
780
781 2004-12-03 [christoph]  0.9.12cvs181
782
783         * src/compose.c
784                 build the Privacy System menu without GtkItemFactory to
785                 allow '/' in Privacy System names
786
787         * src/plugins/pgpmime/pgpmime.c
788         * src/plugins/pgpmime/plugin.c
789                 Update description and change Privacy System name
790
791 2004-12-03 [paul]
792
793         * src/pixmaps/dir_close.xpm
794         * src/pixmaps/dir_open.xpm
795         * src/pixmaps/drafts_close.xpm
796         * src/pixmaps/drafts_open.xpm
797         * src/pixmaps/group.xpm
798         * src/pixmaps/unread.xpm
799                 update icons (sync with main (adjust hue))      
800
801 2004-12-02 [paul]       0.9.12cvs180
802
803         * ChangeLog
804         * ChangeLog.jp
805         * src/Makefile.am
806         * src/pop.c
807         * src/common/utils.c
808         * src/common/utils.h
809         * src/pixmaps/folder.xpm **REMOVED**
810                 sync with main
811                 fixes bug 644 'extra CRs in subject line break filtering' 
812
813 2004-12-02 [colin]      0.9.12cvs179
814
815         * src/compose.c
816                 Prevent duplicate edition of queued
817                 and drafted mails
818
819 2004-12-02 [colin]      0.9.12cvs178
820
821         * src/compose.c
822                 Fix quote linewrapping ignoring pref
823                 Patch by Alfons
824
825 2004-11-30 [colin]      0.9.12cvs177
826
827         * src/gtk/prefswindow.c
828         * src/gtk/pluginwindow.c
829                 Add shortcut keys to prefs window
830                 and plugin window. Patch by Fabien Vantard.
831
832 2004-11-29 [colin]      0.9.12cvs176
833
834         * src/folderview.c
835                 Fix disappearing separators in folderview's popup
836
837 2004-11-29 [colin]      0.9.12cvs175
838
839         * src/procmime.c
840                 Another format bug
841
842 2004-11-29 [colin]      0.9.12cvs174
843
844         * src/pop.c
845                 Fix format string
846
847 2004-11-26 [colin]      0.9.12cvs173
848
849         * src/common/smtp.c
850         * src/common/smtp.h
851                 Use ESMTP for all servers advertising it
852                 Add SIZE= parameter to MAIL command for 
853                 ESMTP servers
854
855 2004-11-24 [colin]      0.9.12cvs172
856
857         * src/plugins/pgpmime/pgpmime.c
858                 Forgot one :(
859
860 2004-11-24 [colin]      0.9.12cvs171
861
862         * src/plugins/pgpmime/pgpmime.c
863                 Fix numerous GpgmeGtk leaks
864
865 2004-11-24 [colin]      0.9.12cvs170
866
867         * src/plugins/pgpmime/pgpmime.c
868                 Fix numerous GpgmeCtx leaks
869
870 2004-11-24 [colin]      0.9.12cvs169
871
872         * src/plugins/pgpmime/plugin.c
873                 Update requirements
874         * src/plugins/trayicon/Makefile.am
875         * src/plugins/trayicon/newmarkedmail.xpm
876         * src/plugins/trayicon/trayicon.c
877         * src/plugins/trayicon/unreadmarkedmail.xpm
878                 Add new icons when there are unread marked mails
879                 answers
880
881 2004-11-23 [thorsten]   0.9.12cvs168
882
883         * src/plugins/pgpmime/plugin.c
884                 typo: plugin_init instead of plugin_done
885
886 2004-11-23 [thorsten]   0.9.12cvs167
887
888         * commitHelper
889                 o add me
890         * src/partial_download.c
891         * src/partial_download.h
892                 o fix path for includes
893
894 2004-11-23 [colin]      0.9.12cvs166
895
896         * src/procmime.c
897                 Uh, changed API.
898
899 2004-11-23 [colin]      0.9.12cvs165
900
901         * src/procmime.c
902                 Fix mime headers wrapping
903
904 2004-11-23 [christoph]  0.9.12cvs164
905
906         * src/common/Makefile.am
907         * src/common/partial_download.[ch]
908         * src/Makefile.am
909         * src/partial_download.[ch]
910         * src/folderview.c
911                 move to src because it depends on src stuff
912
913         * src/codeconv.c
914         * src/common/base64.h
915                 move B64LEN macro to base64.h
916
917         * src/compose.c
918         * src/privacy.[ch]
919                 add PrefsAccount to sign-function parameters
920
921         * src/main.c
922         * src/prefs_account.[ch]
923         * src/gtk/prefswindow.[ch]
924                 o use new prefswindow for account prefs
925                 o add possibility to add new pages to account prefs
926
927         * src/plugins/pgpmime/prefs_gpg.[ch]
928         * src/plugins/pgpmime/prefs_gpg.glade
929                 add account prefs for GPG
930
931         * src/plugins/pgpmime/pgpmime.c
932         * src/plugins/pgpmime/sgpgme.[ch]
933                 create signers list based on the GPG account prefs
934
935 2004-11-23 [colin]      0.9.12cvs163
936
937         * src/main.c
938                 Fix cursor going from normal to wait
939                 as many times as there are folders
940                 (very noticeable on exported displays)
941
942 2004-11-23 [colin]      0.9.12cvs162
943
944         * src/msgcache.c
945                 HEAD needs this leak fix too
946
947 2004-11-22 [luke]       0.9.12cvs161
948
949         * src/gtk/gtkstext.c
950                 'Up' key moves one line (not one paragraph) like 'Down'
951
952 2004-11-22 [paul]       0.9.12cvs160
953
954         * src/prefs_themes.c
955                 fix oversized GtkFrames
956
957 2004-11-19 [paul]       0.9.12cvs159
958
959         * src/prefs_common.c
960                 update prefs_keybind_apply_clicked()
961
962 2004-11-18 [paul]       0.9.12cvs158
963
964         * src/compose.c
965         * src/messageview.c
966         * src/common/utils.c
967         * src/common/utils.h
968                 use Message-ID format like that previously
969                 used in compose_generate_msgid()
970
971 2004-11-17 [christoph]  0.9.12cvs157
972
973         * src/mainwindow.c
974         * src/prefs_common.c
975                 integrate "Common preferences" into new preferences dialog
976
977 2004-11-17 [colin]      0.9.12cvs156
978
979         * src/prefs_account.c
980         * src/prefs_account.h
981         * src/procmsg.c
982                 Add an option to let the user choose to store encrypted
983                 mail as clear text or encrypted.
984
985 2004-11-17 [colin]      0.9.12cvs155
986
987         * src/compose.c
988         * src/toolbar.c
989                 Be verbose when sending fails
990         * src/procmsg.c
991                 Fix procmsg_send_queue returning 0 when there's an error
992                 Don't send messages to be encrypted to nobody 
993
994
995 2004-11-17 [colin]      0.9.12cvs154
996
997         * src/privacy.c
998                 Fix more pointer confusion
999
1000 2004-11-17 [paul]       0.9.12cvs153
1001
1002         * src/procmime.h
1003                 forgotten in sync with main 1.0.0beta3
1004
1005
1006 2004-11-17 [paul]       0.9.12cvs152
1007
1008         * ChangeLog
1009         * ChangeLog.jp
1010         * NEWS
1011         * src/compose.c
1012         * src/jpilot.c
1013         * src/procmime.c
1014                 sync with main 1.0.0beta3
1015                 see ChangeLog 2004-11-15 and 2004-11-16
1016
1017 2004-11-17 [colin]      0.9.12cvs151
1018
1019         * src/plugins/pgpmime/pgpmime.c
1020                 Remove debug printf
1021
1022 2004-11-17 [colin]      0.9.12cvs150
1023
1024         * src/plugins/pgpmime/pgpmime.c
1025                 Fix off-by-one causing segs
1026
1027 2004-11-17 [colin]      0.9.12cvs149
1028
1029         * src/procmsg.c
1030                 < Reboot_> don't compare pointers to NULL with !
1031                 So, use the other form to bring consistency.
1032                 Also fix coding style.
1033
1034 2004-11-16 [colin]      0.9.12cvs148
1035
1036         * src/procmsg.c
1037                 Fix the fix :)
1038
1039 2004-11-16 [colin]      0.9.12cvs147
1040
1041         * src/procmsg.c
1042                 Fix leaks in procmsg_send_message_queue
1043
1044 2004-11-12 [paul]       0.9.12cvs146
1045
1046         * src/prefs_account.c
1047         * src/procmime.c
1048         * src/procmime.h
1049                 fix sync breakage 
1050
1051 2004-11-12 [paul]
1052
1053         * src/pixmaps/complete.xpm
1054         * src/pixmaps/continue.xpm
1055                 small sync with main, see ChangeLog 2004-11-11
1056
1057 2004-11-11 [paul]       0.9.12cvs145
1058
1059         * ChangeLog
1060         * ChangeLog.jp
1061         * src/account.c
1062         * src/folderview.c
1063         * src/folderview.h
1064         * src/imap.c
1065         * src/imap_gtk.c
1066         * src/inc.c
1067         * src/mainwindow.c
1068         * src/mh_gtk.c
1069         * src/news_gtk.c
1070         * src/pop.c
1071         * src/prefs_account.c
1072         * src/prefs_account.h
1073         * src/prefs_ext_prog.c
1074         * src/procmsg.c
1075         * src/procmsg.h
1076         * src/summary_search.c
1077         * src/summaryview.c
1078         * src/textview.c
1079         * src/common/defs.h
1080         * src/common/utils.c
1081         * src/common/utils.h
1082         * src/gtk/menu.c
1083         * src/gtk/menu.h
1084                 sync with main 1.0.0beta2 (plus 4)
1085
1086 2004-11-09 [christoph]  0.9.12cvs144
1087
1088         * src/compose.c
1089         * src/prefs_account.[ch]
1090                 add option menu to select default privacy system
1091
1092         * src/plugins/pgpmime/pgpmime.c
1093                 better memory allocation
1094
1095         * src/folder.c
1096                 syncronize flags when scanning a folder
1097
1098 2004-11-08 [colin]      0.9.12cvs143
1099
1100         * src/summaryview.c
1101                 Prevent useless folder count updates while 
1102                 quicksearch is running. It is really annoying 
1103                 while quicksearch is running a full-mail
1104                 scan, like 'b foo', in a big folder.
1105
1106 2004-11-08 [colin]      0.9.12cvs142
1107
1108         * src/textview.c
1109                 Really fix these mail URIs
1110
1111 2004-11-08 [colin]      0.9.12cvs141
1112
1113         * src/textview.c
1114                 fix "colin@colino.net" <colin@colino.net> 
1115                 types of URIs
1116
1117 2004-11-06 [colin]      0.9.12cvs140
1118
1119         * src/compose.c
1120                 Don't ask for passphrase if not sending
1121
1122 2004-11-05 [christoph]  0.9.12cvs139
1123
1124         * src/compose.c
1125                 o encode text content of composed mails
1126         * src/procmime.c
1127                 o allow encoding of MimeInfos that are stored in memory buffers
1128                 
1129
1130 2004-11-03 [paul]       0.9.12cvs138
1131
1132         * po/POTFILES.in
1133                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1134                 Patch submitted by Fabien Vantard
1135
1136         * src/prefs_ext_prog.c
1137                 fix typos. Patch submitted by Fabien Vantard
1138
1139         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1140         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1141                 add German, Spanish, Italian, Brazilian Portuguese,
1142                 and Slovak translations. Submitted by Thomas Gilgin,
1143                 J. José del Río 'partymola', Andrea Spadaccini,
1144                 Frederico Goncalves Guimaraes, and Andrej Kacian
1145
1146 2004-11-01 [christoph]  0.9.12cvs137
1147
1148         * src/procmime.c
1149                 implement RFC2231's parameter encoding
1150
1151 2004-10-29 [colin]      0.9.12cvs136
1152
1153         * src/common/utils.c
1154                 Fix boundary delimiter (a Pine user gets this:
1155                 > Malformed message: Unexpected characters at end of parameters:
1156                 > =_Thu__28_Oct_2)
1157
1158 2004-10-29 [paul]
1159
1160         * tools/textviewer.sh
1161                 fix typo. patch submitted by Johann Koenig 
1162                 <explosive@hvc.rr.com>
1163
1164 2004-10-29 [paul]
1165
1166         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1167         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1168                 add French translations, submitted by Fabien Vantard
1169
1170 2004-10-28 [christoph]  0.9.12cvs135
1171
1172         * doc/src/rfc2231.txt                           ** NEW **
1173         * src/procmime.c
1174         * src/common/quoted-printable.c
1175         * src/common/utils.[ch]
1176                 implement RFC2231's parameter decoding
1177
1178 2004-10-27 [paul]
1179
1180         * tools/kdeservicemenu/README
1181         * tools/kdeservicemenu/install.sh
1182         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1183         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1184         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1185                 output files to /tmp instead of littering the
1186                 current dir
1187                 add uninstall function
1188                 refactor
1189
1190 2004-10-26 [christoph]  0.9.12cvs134
1191
1192         * src/procmime.c
1193                 better check if parameters have to be in quoted string
1194
1195 2004-10-25 [paul]
1196
1197         * tools/kdeservicemenu/README
1198         * tools/kdeservicemenu/install.sh
1199         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1200         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1201         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1202                 add files for Sylpheed Service Menu in Konqueror
1203
1204 2004-10-22 [paul]       0.9.12cvs133
1205
1206         * src/compose.c
1207         * src/prefs_common.c
1208         * src/prefs_common.h
1209         * src/prefs_wrapping.c
1210                 remove 'smart wrapping'
1211
1212 2004-10-21 [colin]      0.9.12cvs132
1213
1214         * src/compose.c
1215                 Remove extraneous separator in Options
1216
1217 2004-10-21 [colin]      0.9.12cvs131
1218
1219         * src/compose.c
1220                 Replace "unknown" attachments by "application/octet-stream"
1221                 Be a bit more defensive when using strchr
1222
1223 2004-10-20 [paul]
1224
1225         * po/ru.po
1226                 updated by Pavlo Bohmat
1227
1228 2004-10-19 [christoph]  0.9.12cvs130
1229
1230         * src/compose.c
1231                 fix wrong menu entry path
1232
1233         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1234
1235         * src/gtk/menu.c
1236                 add extra check for missing menu entries
1237
1238 2004-10-19 [christoph]  0.9.12cvs129
1239
1240         * src/compose.c
1241         * src/common/utils.c
1242                 use utils' generate_msgid() in compose.c
1243
1244 2004-10-18 [christoph]  0.9.12cvs128
1245
1246         * src/plugins/pgpmime/passphrase.c
1247         * src/plugins/pgpmime/pgpmime.c
1248         * src/plugins/pgpmime/prefs_gpg.[ch]
1249         * src/plugins/pgpmime/prefs_gpg.glade
1250         * src/plugins/pgpmime/sgpgme.c
1251                 add GPG prefs
1252
1253 2004-10-18 [christoph]  0.9.12cvs127
1254
1255         * src/addrbook.c
1256         * src/addrcache.c
1257         * src/addressbook.c
1258         * src/codeconv.c
1259         * src/compose.c
1260         * src/customheader.c
1261         * src/editaddress.c
1262         * src/editgroup.c
1263         * src/exporthtml.c
1264         * src/folder.c
1265         * src/folderview.c
1266         * src/imap.c
1267         * src/jpilot.c
1268         * src/main.c
1269         * src/matcher_parser_parse.y
1270         * src/mbox.c
1271         * src/pop.c
1272         * src/prefs_account.c
1273         * src/prefs_gtk.c
1274         * src/prefs_msg_colors.c
1275         * src/procheader.c
1276         * src/procmime.[ch]
1277         * src/procmsg.c
1278         * src/summaryview.c
1279         * src/textview.c
1280         * src/common/base64.c
1281         * src/common/partial_download.c
1282         * src/common/socket.c
1283         * src/common/sylpheed.c
1284         * src/common/utils.[ch]
1285         * src/gtk/filesel.c
1286         * src/gtk/pluginwindow.c
1287         * src/gtk/quicksearch.c
1288         * src/plugins/pgpmime/pgpmime.c
1289         * src/plugins/pgpmime/plugin.c
1290         * src/plugins/pgpmime/select-keys.c
1291         * src/plugins/pgpmime/sgpgme.c
1292         * src/plugins/spamassassin/libspamc.c
1293         * src/plugins/trayicon/trayicon.c
1294         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1295         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1296                 o don't use any GNU C extensions
1297                 o fix warnings
1298                 o replace some non-POSIX functions
1299
1300         * src/plugins/spamassassin/spamassassin.[ch]
1301         * src/plugins/spamassassin/spamassassin_gtk.c
1302         * src/plugins/clamav/clamav_plugin.[ch]
1303         * src/plugins/clamav/clamav_plugin_gtk.c
1304                 replace statusbar_print_all() from common code because it is a
1305                 GUI function
1306
1307 2004-10-17 [paul]
1308
1309         * po/es.po
1310         * po/ko.po
1311         * AUTHORS
1312                 update Spanish and Korean translations,
1313                 submitted by Ricardo Mones Lastra and
1314                 SungHyun Nam
1315
1316 2004-10-13 [colin]      0.9.12cvs126
1317
1318         * src/compose.c
1319                 Don't convert message to forced encoding when 
1320                 drafting, plus minor magic-values cleanup.
1321
1322 2004-10-13 [colin]      0.9.12cvs125
1323
1324         * po/POTFILES.in
1325                 Update POTFILES.in to reflect the source
1326                 place changes
1327
1328 2004-10-08 [christoph]  0.9.12cvs124
1329
1330         * m4/spamassassin.m4
1331                 fix libspamc OpenSSL
1332
1333         * src/compose.c
1334                 rearrange the compose menu
1335
1336 2004-10-08 [christoph]  0.9.12cvs123
1337
1338         * src/Makefile.am
1339         * src/account.c
1340         * src/compose.[ch]
1341         * src/crash.c
1342         * src/main.c
1343         * src/mimeview.c
1344         * src/passphrase.[ch]                           ** REMOVE **
1345         * src/prefs_account.[ch]
1346         * src/prefs_common.[ch]
1347         * src/privacy.[ch]
1348         * src/procmime.[ch]
1349         * src/procmsg.c
1350         * src/rfc2015.[ch]                              ** REMOVE **
1351         * src/select-keys.[ch]                          ** REMOVE **
1352         * src/common/utils.[ch]
1353         * src/gtk/about.c
1354         * src/plugins/pgpmime/Makefile.am
1355         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1356         * src/plugins/pgpmime/pgpmime.c
1357         * src/plugins/pgpmime/plugin.c
1358         * src/plugins/pgpmime/prefs_gpg.[ch]
1359         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1360         * src/plugins/pgpmime/sgpgme.[ch]
1361                 o Add new MIME-Writer
1362                 o extend PrivacySystem with sign and encrypt functions
1363                 o extend PGP/MIME plugin with sign and encrypt functions
1364                 o integrate extended Privacy API in Compose and Sending process
1365
1366 2004-10-04 [colin]      0.9.12cvs122
1367
1368         * src/mainwindow.c
1369         * src/messageview.c
1370         * src/messageview.h
1371         * src/textview.c
1372                 Make forced encoding limited to messageview and
1373                 apply only to parts displayed using textview
1374
1375 2004-10-04 [colin]      0.9.12cvs121
1376
1377         * src/summaryview.c
1378                 Fix bug #605 (collapsed threads re-expand when moving or
1379                 deleting mails)
1380
1381 2004-10-03 [colin]      0.9.12cvs120
1382
1383         * src/summaryview.c
1384                 Fix bug #602
1385
1386 2004-10-02 [colin]      0.9.12cvs119
1387
1388         * src/mainwindow.c
1389         * src/messageview.c
1390         * src/prefs_common.h
1391         * src/procmime.c
1392         * src/procmime.h
1393         * src/textview.c
1394                 Clean up forced charset feature
1395                 Add forced decode
1396
1397 2004-10-01 [colin]      0.9.12cvs118
1398
1399         * src/mimeview.c
1400                 Better fix for Save all: skip multipart mails' first 
1401                 text part
1402
1403 2004-10-01 [colin]      0.9.12cvs117
1404
1405         * src/mimeview.c
1406                 Only save attachments in Save All
1407
1408 2004-10-01 [paul]       0.9.12cvs116
1409
1410         * ChangeLog
1411         * ChangeLog.jp
1412         * src/account.c
1413         * src/prefs_common.c
1414         * src/gtk/colorlabel.c
1415                 sync with main 0.9.12cvs17
1416
1417 2004-09-30 [colin]      0.9.12cvs115
1418
1419         * src/stock_pixmap.c
1420         * src/stock_pixmap.h
1421         * src/folderview.c
1422         * src/Makefile.am
1423         * src/pixmaps/read.xpm
1424                 Add icon for total # column
1425
1426 2004-09-29 [colin]      0.9.12cvs114
1427
1428         * src/compose.c
1429                 Don't close compose until message is sent if 
1430                 Show Send Dialog is Always
1431
1432 2004-09-29 [paul]       0.9.12cvs113
1433
1434         * src/quote_fmt_parse.y
1435                 In the quotation templates recognise sender's first and last 
1436                 names (%F %L) when the name is in the format "Duck, Donald".
1437                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1438
1439
1440 2004-09-28 [colin]      0.9.12cvs112
1441
1442         * src/mainwindow.c
1443                 Put back mnemonic
1444         * src/folderview.c
1445                 Fix Empty trash being visible-invisible-visible...
1446
1447 2004-09-28 [colin]      0.9.12cvs111
1448
1449         * src/mainwindow.c
1450                 Relabel Empty all Trash folders
1451
1452 2004-09-28 [colin]      0.9.12cvs110
1453
1454         * src/folderview.c
1455                 Add contextual Empty trash menu
1456         * src/mainwindow.c
1457                 Revert cvs109 which was useless
1458
1459 2004-09-28 [colin]      0.9.12cvs109
1460
1461         * src/mainwindow.c
1462                 Fix uninialized var
1463
1464 2004-09-28 [colin]      0.9.12cvs108
1465
1466         * src/addressbook.c
1467                 Fix triple-click
1468
1469 2004-09-28 [colin]      0.9.12cvs107
1470
1471         * src/addressbook.c
1472                 Fix double-click on entries
1473
1474 2004-09-28 [colin]      0.9.12cvs106
1475
1476         * src/inc.c
1477                 Reintroduce folder_item update freeze on incorporation
1478
1479 2004-09-27 [christoph]  0.9.12cvs105
1480
1481         * src/folderview.c
1482                 right-align new and unread column
1483
1484 2004-09-27 [paul]
1485
1486         * 0.9.12b released
1487
1488 2004-09-27 [paul]       0.9.12cvs104
1489
1490         * src/main.c
1491                 revert 0.9.12cvs101, it causes another segfault
1492
1493 2004-09-23 [christoph]  0.9.12cvs103
1494
1495         * src/plugins/spamassassin/libspamc.[ch]
1496         * src/plugins/spamassassin/utils.[ch]
1497                 update libspamc to SpamAssassin 3.0.0
1498
1499 2004-09-17 [paul]       0.9.12cvs102
1500
1501         * ChangeLog
1502         * ChangeLog.jp
1503         * src/inc.c
1504                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1505  
1506
1507 2004-09-17 [colin]      0.9.12cvs101
1508
1509         * src/main.c
1510                 Fix segfaults when quitting. valgrind says:
1511                         ==12144== Invalid read of size 4
1512                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1513                         [...]
1514                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1515                         [...]
1516                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1517
1518
1519 2004-09-13 [christoph]  0.9.12cvs100
1520
1521         * src/folder.c
1522                 add NULL pointer checks to fix segfault when messages can
1523                 not be fetched
1524
1525 2004-09-08 [colin]      0.9.12cvs99
1526
1527         * src/account.c
1528                 Remove a debug printf
1529
1530 2004-09-08 [christoph]  0.9.12cvs98
1531
1532         * src/procmsg.[ch]
1533                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1534                 if the message structure has been scanned
1535
1536         * src/folder.c
1537                 o scan structure when the mail is fetched for the first time
1538                   to prevent unnecessary fetching of messages while scanning
1539                   the folder for messages
1540                 o revert 0.9.12cvs24
1541
1542         * src/plugins/pgpmime/pgpmime.c
1543                 check signature if auto signature checking is enabled when the
1544                 signature status is requested for first time and not when
1545                 checking if a part has a signature
1546
1547 2004-09-07 [colin]      0.9.12cvs97
1548
1549         * src/inc.c
1550                 Change session error messages so that they
1551                 are a bit more helpful (the origin of the
1552                 error is not apparent if one isn't in 
1553                 front of Sylpheed when it happens).
1554
1555 2004-09-06 [colin]      0.9.12cvs96
1556
1557         * src/toolbar.c
1558                 Fix graying out Redirect in non english languages
1559                 Patch by Fabien Vantard
1560
1561 2004-09-06 [colin]      0.9.12cvs95
1562
1563         * src/summaryview.c
1564         * src/mimeview.c
1565                 Fix dropped URIs
1566
1567 2004-09-06 [colin]      0.9.12cvs94
1568
1569         * src/addressbook.c
1570         * src/addressitem.h
1571         * src/addritem.c
1572         * src/addritem.h
1573                 Add basic drag and drop to addressbook
1574
1575 2004-09-03 [colin]      0.9.12cvs93
1576
1577         * src/summaryview.c
1578                 Next/Prev unread message should start
1579                 from next/prev node (especially if 
1580                 mark_as_read_delay != 0)
1581
1582 2004-09-03 [colin]      0.9.12cvs92
1583
1584         * src/prefs_common.c
1585         * src/prefs_common.h
1586         * src/summaryview.c
1587                 Add an hidden 'mark_as_read_delay' pref 
1588
1589 2004-09-02 [colin]      0.9.12cvs91
1590
1591         * src/gtk/menu.c
1592                 Add unduplicated menu entries (fixes bug 532)
1593                 Patch by Fabien Vantard
1594
1595 2004-09-02 [colin]      0.9.12cvs90
1596
1597         * src/account.c
1598                 Fix bug 582 (broken auto account selection)
1599
1600 2004-09-02 [colin]      0.9.12cvs89
1601
1602         * src/addrindex.c
1603                 Free deleted queries too
1604
1605 2004-09-02 [colin]      0.9.12cvs88
1606
1607         * src/ldapquery.c
1608                 Fix freezes in LDAP, due to memory corruption
1609                 after deletion of a query (and not removing it
1610                 from the corresponding list of queries).
1611                 Very probably fixes bug 567 and bug 569
1612
1613 2004-09-02 [colin]      0.9.12cvs87
1614
1615         * src/prefs_spelling.c
1616                 Fix bug with aspell prefs init, where spell checking
1617                 is enabled at first but dictionary not specified. Use
1618                 LANG's dictionary by default.
1619
1620 2004-09-01 [colin]      0.9.12cvs86
1621
1622         * src/filtering.c
1623         * src/imap.c
1624         * src/prefs_matcher.c
1625         * src/stock_pixmap.c
1626                 Fix more nasty uninitialized variables
1627
1628 2004-08-31 [colin]      0.9.12cvs85
1629
1630         * src/folder.c
1631                 Fix memory corruption when entering procmsg_msginfo_free()
1632                 with unitialized msginfo. Thanks Valgrind.
1633
1634 2004-08-29 [colin]      0.9.12cvs84
1635
1636         * src/mimeview.c
1637                 Don't escape filenames before saving - that's 
1638                 not dangerous. By the way, fix the leak.
1639
1640 2004-08-27 [paul]       0.9.12cvs83
1641
1642         * src/mh.c
1643         * src/procheader.c
1644         * src/procmsg.c
1645         * src/procmsg.h
1646         * src/common/utils.c
1647         * src/gtk/menu.h
1648                 sync with main 0.9.12cvs6, see ChangeLog
1649                 2004-08-24, 2004-08-25, 2004-08-26
1650
1651
1652 2004-08-26 [paul]
1653
1654         * po/ja.po
1655                 updated by Rui Hirokawa
1656
1657 2004-08-25 [colin]      0.9.12cvs82
1658
1659         * src/plugins/pgpmime/pgpmime.c
1660                 Fix leak on non-combined encrypted messages
1661
1662 2004-08-25 [colin]      0.9.12cvs81
1663
1664         * src/plugins/pgpmime/pgpmime.c
1665         * src/plugins/pgpmime/sgpgme.c
1666         * src/plugins/pgpmime/sgpgme.h
1667                 Handle combined encryption/signature
1668
1669 2004-08-24 [colin]      0.9.12cvs80
1670
1671         * src/folder.c
1672                 Set mime flags on non multipart messages too
1673
1674 2004-08-23 [christoph]  0.9.12cvs79
1675
1676         * src/compose.c
1677                 create message header in memory as GString before writing it
1678                 to the message file
1679
1680 2004-08-23 [colin]      0.9.12cvs78
1681
1682         * src/rfc2015.c
1683         * src/rfc2015.h
1684         * src/compose.c
1685                 Fix (again) bug 197: inline encryption broken
1686
1687 2004-08-23 [paul]
1688
1689         * po/zh_CN.po
1690                 updated by Hansom Young
1691
1692 2004-08-23 [paul]
1693
1694         * 0.9.12a released
1695
1696 2004-08-23 [colin]      0.9.12cvs77
1697
1698         * src/imap.c
1699                 Try and fix bug 577 (session->last_access_time is broken since 
1700                 sync with main 0.9.12cvs2). 
1701                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1702
1703 2004-08-23 [paul]
1704
1705         * po/es.po
1706         * po/fr.po
1707         * po/pl.po
1708         * po/pt_BR.po
1709         * po/sk.po
1710         * po/sr.po
1711                 update translations. submitted by Ricardo
1712                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1713                 Frederico Goncalves Guimaraes, Andrej Kacian,
1714                 Urke MMI
1715
1716 2004-08-22 [paul]       0.9.12cvs76
1717
1718         * src/plugins/trayicon/trayicon.c
1719                 fix formatting bug in trayicon_popup_menu_entries[]
1720
1721
1722 2004-08-22 [paul]       0.9.12cvs75
1723
1724         * m4/Makefile.am
1725                 remove reference to openssl.m4
1726
1727
1728 2004-08-21 [colin]      0.9.12cvs74
1729
1730         * src/compose.c
1731                 Fix bug 576 (Duplicate auto-bcc on reedit)
1732
1733 2004-08-21 [colin]      0.9.12cvs73
1734
1735         * src/toolbar.c
1736                 Grey out Redirect in the toolbar when selection is
1737                 multiple. Fixes bug 520
1738
1739 2004-08-21 [colin]      0.9.12cvs72
1740
1741         * src/compose.c
1742                 Save Sign, Encrypt and Mode status when drafting or queuing
1743                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1744                 state)
1745
1746 2004-08-21 [colin]      0.9.12cvs71
1747
1748         * src/summaryview.c
1749                 Fix bug 494 (Messages are always opened in summary 
1750                 view when right clicked.) Also fixes bug 508.
1751
1752 2004-08-21 [colin]      0.9.12cvs70
1753
1754         * src/compose.c
1755                 When using inline encryption, don't use QP or Base64:
1756                 the mail will be encrypted to a 7bit string.
1757                 Fixes bug 197
1758
1759 2004-08-21 [colin]      0.9.12cvs69
1760
1761         * src/compose.c
1762                 Fix inline-signing with 8bit chars: data must be 
1763                 converted to Quoted-printable before signing.
1764
1765 2004-08-21 [colin]      0.9.12cvs68
1766
1767         * src/compose.c
1768                 Remove 'Message/Save to draft folder'
1769                 and 'Message/Save and keep editing' to 
1770                 put a single 'File/Save' command.
1771                 Fixes bug 224
1772
1773 2004-08-21 [colin]      0.9.12cvs67
1774
1775         * src/mainwindow.c
1776                 Fix bug 222 (Summary view state not retained between sessions)
1777
1778 2004-08-20 [colin]      0.9.12cvs66
1779
1780         * src/codeconv.c
1781                 Fix bug 574 (empty cur_locale is not enough)
1782
1783 2004-08-20 [paul]
1784
1785         * src/plugins/pgpmime/plugin.c
1786                 modify PGP/MIME plugin's description
1787
1788 2004-08-16 [colin]      0.9.12cvs65
1789
1790         * src/common/ssl.c
1791                 Fix version comparison
1792
1793 2004-08-16 [colin]      0.9.12cvs64
1794
1795         * src/common/ssl.c
1796                 I meant 2.2.
1797
1798 2004-08-16 [colin]      0.9.12cvs63
1799
1800         * src/common/ssl.c
1801                 People with glibc 2.1 have had problems with non-blocking
1802                 SSL_connect. Disable it for glibc < 2.2.
1803
1804 2004-08-16 [colin]      0.9.12cvs62
1805
1806         * src/common/ssl.c
1807                 Fix format error
1808
1809 2004-08-13 [colin]      0.9.12cvs61
1810
1811         * src/plugins/pgpmime/plugin.c
1812                 Add plugin's description
1813
1814 2004-08-12 [christoph]  0.9.12cvs60
1815
1816         * src/folderutils.c
1817                 fix bug that did not thaw folder updates when deleting
1818                 duplicates in empty folders
1819
1820 2004-08-12 [colin]      0.9.12cvs59
1821
1822         * src/plugins/trayicon/trayicon.c
1823                 Add a context menu with most common operations
1824
1825 2004-08-12 [colin]      0.9.12cvs58
1826
1827         * configure.ac
1828         * sylpheed.desktop
1829         * src/Makefile.am
1830         * src/main.c
1831                 Add support for Freedesktop.org's startup notification
1832
1833 2004-08-10 [colin]      0.9.12cvs57
1834
1835         * src/main.c
1836         * src/common/socket.c
1837         * src/common/ssl.c
1838         * src/common/sylpheed.c
1839         * src/common/sylpheed.h
1840                 Put back the ssl connect nonblocking...
1841                 without the race condition
1842
1843 2004-08-09 [colin]      0.9.12cvs56
1844
1845         * src/main.c
1846         * src/common/ssl.c
1847         * src/common/sylpheed.c
1848         * src/common/sylpheed.h
1849                 Reverting previous commit, doesn't work 
1850
1851 2004-08-09 [colin]      0.9.12cvs55
1852
1853         * src/main.c
1854         * src/common/ssl.c
1855         * src/common/sylpheed.c
1856         * src/common/sylpheed.h
1857                 Make SSL_connect nonblocking, using a thread
1858
1859 2004-08-09 [paul]       0.9.12cvs54
1860
1861         * po/POTFILES.in
1862                 reflect new location of sgpgme.c
1863         * src/main.c
1864                 sync with main, see ChangeLog 2004-08-09
1865
1866 2004-08-08 [christoph]  0.9.12cvs53
1867
1868         * src/folderutils.c
1869                 freeze FolderItem updates while deleting duplicate messages
1870
1871 2004-08-08 [christoph]  0.9.12cvs52
1872
1873         * configure.ac
1874         * src/Makefile.am
1875         * src/main.c
1876         * src/pgpmime.c
1877         * src/pgpmime.h
1878         * src/sgpgme.c
1879         * src/sgpgme.h
1880         * src/plugins/Makefile.am
1881         * src/plugins/pgpmime/.cvsignore
1882         * src/plugins/pgpmime/Makefile.am
1883         * src/plugins/pgpmime/pgpmime.c
1884         * src/plugins/pgpmime/pgpmime.h
1885         * src/plugins/pgpmime/plugin.c
1886         * src/plugins/pgpmime/sgpgme.c
1887         * src/plugins/pgpmime/sgpgme.h
1888                 new plugin for PGP/MIME
1889
1890 2004-08-07 [christoph]  0.9.12cvs51
1891
1892         * src/folder.c
1893                 disable immediate folder change notification on opened folders
1894                 until SummaryView can handle it quickly
1895
1896 2004-08-07 [colin]      0.9.12cvs50
1897
1898         * src/pop.c
1899         * src/common/partial_download.c
1900                 fix warnings
1901
1902 2004-08-07 [colin]      0.9.12cvs49
1903
1904         * src/Makefile.am
1905         * src/account.c
1906         * src/addressbook.c
1907         * src/alertpanel.c
1908         * src/alertpanel.h
1909         * src/compose.c
1910         * src/exphtmldlg.c
1911         * src/expldifdlg.c
1912         * src/main.c
1913         * src/message_search.c
1914         * src/messageview.c
1915         * src/pop.c
1916         * src/sgpgme.c
1917         * src/summary_search.c
1918         * src/summaryview.c
1919         * src/textview.c
1920         * src/gtk/sslcertwindow.c
1921         * src/pixmaps/stock_dialog-error.xpm
1922         * src/pixmaps/stock_dialog-info.xpm
1923         * src/pixmaps/stock_dialog-question.xpm
1924         * src/pixmaps/stock_dialog-warning.xpm
1925                 sync new alertpanel from gtk2
1926
1927 2004-08-07 [colin]      0.9.12cvs48
1928
1929         * src/prefs_folder_item.c
1930                 fix memory corruption in folderitem's prefs
1931
1932 2004-08-06 [colin]      0.9.12cvs47
1933
1934         * src/compose.c
1935                 close compose window after queuing, before 
1936                 sending when user presses Send
1937
1938 2004-08-05 [christoph]  0.9.12cvs46
1939
1940         * src/msgcache.c
1941         * src/common/defs.h
1942                 add charset to cache file and convert charset when reading the
1943                 cache if different from internal used charset
1944
1945 2004-08-05 [christoph]  0.9.12cvs45
1946
1947         * src/messageview.c
1948         * src/mimeview.[ch]
1949         * src/procmime.h
1950         * src/common/utils.h
1951                 cleanup (remove unused includes/reorganize)
1952
1953         * src/prefs_ext_prog.c
1954         * src/prefs_folder_item.c
1955         * src/prefs_fonts.c
1956         * src/prefs_msg_colors.c
1957         * src/prefs_spelling.c
1958         * src/prefs_themes.c
1959         * src/prefs_toolbar.c
1960         * src/prefs_wrapping.c
1961         * src/gtk/prefswindow.[ch]
1962         * src/plugins/clamav/clamav_plugin_gtk.c
1963         * src/plugins/dillo_viewer/dillo_prefs.c
1964         * src/plugins/image_viewer/viewerprefs.c
1965         * src/plugins/spamassassin/spamassassin_gtk.c
1966                 change PrefsPage path into an array of strings and don't
1967                 split a single string into parts (better for translation)
1968
1969 2004-08-05 [christoph]  0.9.12cvs44
1970
1971         * src/folder.c
1972                 fix FolderItem's message counts after rebuilding a cache
1973
1974 2004-08-05 [paul]       0.9.12cvs43
1975
1976         * ChangeLog
1977         * ChangeLog.jp
1978         * src/imap.c
1979         * src/news.c
1980         * src/common/nntp.c
1981         * src/common/session.c
1982         * src/common/session.h
1983         * src/common/socket.c
1984                 sync with main 0.9.12cvs2
1985                 see ChangeLog 2004-08-04
1986
1987 2004-08-04 [christoph]  0.9.12cvs42
1988
1989         * configure.ac
1990                 add missing AC_DEFINE(USE_OPENSSL, ...)
1991         * src/folder.c
1992                 use new xml_node_new() function
1993
1994 2004-08-03 [christoph]  0.9.12cvs41
1995
1996         * src/folder.c
1997         * src/localfolder.c
1998         * src/common/xml.[ch]
1999                 sync with main 0.9.12cvs1
2000                 see ChangeLog 2004-07-23
2001
2002 2004-08-03 [christoph]
2003
2004         * configure.ac
2005         * m4/openssl.m4                 ** REMOVE **
2006                 use pkg-config to get OpenSSL CFLAGS and LIBS
2007                 (OpenSSL 0.9.7 is required now)
2008
2009 2004-08-02 [paul]       0.9.12cvs40
2010
2011         * AUTHORS
2012                 update translation team section
2013         * po/pt_BR.po
2014                 updated by Frederico Goncalves Guimaraes
2015                 <fggdebian@yahoo.com.br>
2016
2017 2004-07-29 [colin]      0.9.12cvs39
2018
2019         * src/messageview.c
2020                 Inform the user when a partially 
2021                 downloaded mail isn't on the server
2022                 anymore (due to Mark for deletion)
2023
2024 2004-07-29 [colin]      0.9.12cvs38
2025
2026         * src/messageview.c
2027                 Hide noticeview if necessary
2028
2029 2004-07-27 [colin]      0.9.12cvs37
2030
2031         * src/msgcache.c
2032                 More fixes (i overlook a bit, thanks
2033                 Christoph for spotting it)
2034
2035 2004-07-27 [colin]      0.9.12cvs36
2036
2037         * src/msgcache.c
2038                 Fix wrong test 
2039
2040 2004-07-26 [colin]      0.9.12cvs35
2041
2042         * src/pop.c
2043                 Fix uidl-file parsing when not in new
2044                 format
2045
2046 2004-07-19 [colin]      0.9.12cvs34
2047
2048         * src/compose.c
2049                 Save attachment status when drafting
2050
2051 2004-07-19 [colin]      0.9.12cvs33
2052
2053         * src/folder.h
2054         * src/folderview.c
2055         * src/summaryview.c
2056                 Reverse 0.9.12cvs29 to 31 (folder icon update
2057                 when quicksearch is active)
2058
2059 2004-07-18 [colin]      0.9.12cvs32
2060
2061         * src/pop.c
2062                 Fix partial download bug with "Download all
2063                 messages" option
2064
2065 2004-07-18 [colin]      0.9.12cvs31
2066
2067         * src/folderview.c
2068                 Fix crash
2069
2070 2004-07-17 [colin]      0.9.12cvs30
2071
2072         * src/summaryview.c
2073                 Same, when sticky search is off
2074
2075 2004-07-17 [colin]      0.9.12cvs29
2076
2077         * src/folder.h
2078         * src/folderview.c
2079         * src/summaryview.c
2080                 Update FolderItem icon whenever its summaryview is 
2081                 filtered
2082
2083 2004-07-16 [christoph]  0.9.12cvs28
2084
2085         * src/mimeview.c
2086                 make doubleclick work again
2087
2088 2004-07-16 [christoph]  0.9.12cvs27
2089
2090         * src/mimeview.c
2091                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2092
2093 2004-07-16 [paul]       0.9.12cvs26
2094         
2095         * src/gtk/quicksearch.c
2096         * src/compose.c
2097         * src/customheader.c
2098         * src/messageview.c
2099         * src/news.c
2100         * src/prefs_account.c
2101         * src/prefs_display_header.c
2102         * src/procheader.c
2103                 replace "Message-Id" with "Message-ID"
2104
2105 2004-07-16 [paul]       0.9.12cvs25
2106
2107         * ChangeLog
2108         * ChangeLog.jp
2109         * src/account.c
2110         * src/account.h
2111         * src/folder_item_prefs.c
2112         * src/main.c
2113         * src/pop.c
2114         * src/pop.h
2115         * src/prefs_account.c
2116         * src/prefs_account.h
2117         * src/prefs_common.c
2118         * src/prefs_common.h
2119         * src/prefs_gtk.c
2120         * src/prefs_gtk.h
2121                 sync with main 0.9.12cvs1
2122
2123 2004-07-15 [colin]      0.9.12cvs24
2124
2125         * src/folder.c
2126                 Disable GPG signature check during
2127                 folder move and scan 
2128         (Closes Bug 521 Signature checking slows down Folder-Move)
2129
2130 2004-07-14 [christoph]  0.9.12cvs23
2131
2132         * src/pgpmime.c
2133                 add missing fclose. Patch by Thomas Gilgin.
2134
2135         * src/procmime.c
2136                 add checks if fopen really worked
2137
2138 2004-07-14 [colin]      0.9.12cvs22
2139
2140         * src/pop.c
2141         * src/common/partial_download.c
2142                 Update includes
2143
2144 2004-07-14 [colin]      0.9.12cvs21
2145
2146         * src/folder.c
2147         * src/inc.c
2148         * src/matcher.c
2149         * src/matcher.h
2150         * src/matcher_parser_parse.y
2151         * src/messageview.c
2152         * src/msgcache.c
2153         * src/noticeview.c
2154         * src/noticeview.h
2155         * src/pop.c
2156         * src/pop.h
2157         * src/prefs_matcher.c
2158         * src/procheader.c
2159         * src/procmsg.c
2160         * src/procmsg.h
2161         * src/summaryview.c
2162         * src/common/Makefile.am
2163         * src/common/defs.h
2164         * src/gtk/quicksearch.c
2165         * src/common/partial_download.c ** NEW FILES **
2166         * src/common/partial_download.h ** NEW FILES **
2167                 Partial downloading of pop3 mails
2168
2169 2004-07-13 [christoph]  0.9.12cvs20
2170
2171         * src/mimeview.c
2172                 use "button_release_event" instead of "button_press_event",
2173                 because executing event callbacks while the button is still
2174                 pressed is not good and causes problems
2175
2176 2004-07-12 [colin]      0.9.12cvs19
2177
2178         * src/gtk/quicksearch.c
2179                 Fix a missing status update in quicksearch
2180
2181 2004-07-08 [colin]      0.9.12cvs18
2182
2183         * src/common/smtp.h
2184                 Fix guint vs gint bug
2185
2186 2004-07-08 [colin]      0.9.12cvs17
2187
2188         * src/common/smtp.c
2189                 use to_human_readable() for sizes
2190
2191 2004-07-08 [paul]       0.9.12cvs16
2192
2193         * src/inc.c [1.174]
2194                 fix occasional non-clearance of the statusbar
2195                 (close Bug 531 'SA plugin: status bar does not 
2196                  get cleared in OFFLINE mode')
2197
2198 2004-07-07 [colin]      0.9.12cvs15
2199
2200         * src/prefs_common.c [1.225]
2201         * src/prefs_common.h [1.112]
2202                 Add a hidden summary_quicksearch_sticky preference,
2203                 to allow the quicksearch bar to reset across folders
2204         * src/summaryview.c [1.437]
2205                 Use this preference
2206         * src/gtk/quicksearch.c [1.5]
2207         * src/gtk/quicksearch.h [1.3]
2208                 Add this preference, fix focus when hitting Enter,
2209                 add handling of Esc key to reset
2210
2211 2004-07-06 [colin]      0.9.12cvs14
2212
2213         * src/gtk/quicksearch.c [1.4]
2214                 Add Clear button
2215
2216 2004-07-06 [christoph]  0.9.12cvs13
2217
2218         * src/toolbar.c
2219                 enable next unread button in empty folders if next folder
2220                 dialog is not disabled
2221
2222         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2223          folders)
2224
2225 2004-07-06 [colin]      0.9.12cvs12
2226
2227         * src/common/smtp.c [1.16]
2228                 Display maximum message size in the log
2229
2230 2004-07-06 [paul]       0.9.12cvs11
2231
2232         * src/toolbar.c
2233                 fix typo. (spotted by Fabien Vantard)
2234
2235 2004-07-06 [paul]       0.9.12cvs10
2236
2237         * src/main.c
2238                 terminate cleanly on SIGHUP. Patch submitted by
2239                 Thomas Gilgin <thg@karate-muellheim.de>
2240
2241 2004-07-05 [christoph]  0.9.12cvs9
2242
2243         * src/inc.c
2244                 better replacing of %d in new mail notification command
2245
2246 2004-07-05 [colin]      0.9.12cvs8
2247
2248         * src/common/smtp.[ch]
2249                 Take SIZE (returned by EHLO) into account, and
2250                 avoid sending too big messages
2251
2252 2004-07-04 [paul]       0.9.12cvs7
2253
2254         * src/account.c
2255                 fix auto-account selection on imap/news
2256
2257 2004-07-01 [paul]       0.9.12cvs6
2258
2259         * src/gtk/quicksearch.c
2260                 reveal hidden string in gui
2261                 
2262         * src/compose.c
2263                 fix updating of gpg signing setting on 
2264                 switching accounts
2265
2266 2004-06-30 [darko]      0.9.12cvs5
2267
2268         * src/common/utils.c
2269                 remove expand_search_string()
2270         * src/gtk/quicksearch.c
2271                 remove no longer needed for loop (thanks Christoph)
2272                 add expand_search_string()
2273
2274 2004-06-30 [darko]      0.9.12cvs4
2275
2276         * src/common/utils.c
2277                 allow all filtering expressions in quicksearch
2278
2279         (Closes Bug 519 filtering expr. in quicksearch)
2280
2281 2004-06-30 [christoph]  0.9.12cvs3
2282
2283         * configure.ac
2284                 better 'localedir'
2285
2286         * src/common/intl.h
2287                 allow plugins to define TEXTDOMAIN for the _(...) macro
2288
2289 2004-06-30 [paul]       0.9.12cvs2
2290
2291         * po/POTFILES.in
2292           src/Makefile.am
2293           src/main.c
2294           src/prefs_common.c
2295           src/prefs_msg_colors.[ch]     ** NEW FILES **
2296                 move message colouring options to
2297                 '/Other Preferences/Message View/Colors'
2298
2299 2004-06-30 [paul]       0.9.12cvs1
2300
2301         * po/POTFILES.in
2302           src/Makefile.am
2303           src/main.c
2304           src/prefs_common.c
2305           src/prefs_wrapping.[ch]       ** NEW FILES **
2306                 move message wrapping options to
2307                 /'Other Preferences/Compose/Message Wrapping'
2308
2309 2004-06-28 [paul]       0.9.12
2310
2311         * Sylpheed-Claws 0.9.12 released
2312
2313         * po/es.po
2314           po/fr.po
2315           po/sk.po
2316                 updated by Ricardo Mones Lastra, Fabien Vantard,
2317                 Andrej Kacian
2318
2319 2004-06-27 [paul]       0.9.11cvs19
2320
2321         * src/common/ssl.c
2322                 re-enable certificate check
2323
2324 2004-06-25 [christoph]  0.9.11cvs18
2325
2326         * src/procmsg.h
2327                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2328
2329 2004-06-25 [paul]       0.9.11cvs17
2330
2331         * sync with main 0.9.12cvs1
2332                 see ChangeLog 2004-06-23
2333                 
2334         * src/gtk/menu.c
2335                 remove unused menu_toggle_toggle()
2336
2337 2004-06-23 [christoph]  0.9.11cvs16
2338
2339         * src/folder.c
2340         * src/procheader.c
2341         * src/procmsg.h
2342         * src/summaryview.c
2343                 scan the mime structure of multipart mails for correct
2344                 attachment, encryped and signed (with privacy API) part
2345                 detection
2346
2347         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2348
2349 2004-06-22 [paul]
2350
2351         * po/ru.po
2352                 updated by Pavlo Bohmat
2353
2354 2004-06-20 [christoph]  0.9.11cvs15
2355
2356         * src/inc.c
2357         * src/pop.[ch]
2358                 disconnect after authentication when doing POP before SMTP
2359
2360         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2361
2362 2004-06-19 [christoph]  0.9.11cvs14
2363
2364         * src/folder.c
2365                 fix FolderItem name update
2366
2367         (Closes Bug 511 Folder-Renaming not reflected immediately)
2368
2369 2004-06-17 [paul]       0.9.11cvs13
2370         
2371         * sync with main 0.9.12 release
2372           src/session.c
2373                 session_set_timeout(): fixed a bug that didn't
2374                 reset timeout_tag when interval is 0.
2375
2376 2004-06-16 [christoph]  0.9.11cvs12
2377
2378         * src/textview.c
2379                 correctly clear the URL in the status bar
2380
2381 2004-06-15 [christoph]  0.9.11cvs11
2382
2383         * src/summaryview.c
2384                 add missing gtk_widget_show()
2385
2386 2004-06-11 [christoph]  0.9.11cvs10
2387
2388         * src/plugins/spamassassin/spamassassin.c
2389                 correctly check waitpid return code
2390
2391         (Closes Bug 396 Zombie process when spamassassin is called)
2392
2393 2004-06-10 [christoph]  0.9.11cvs9
2394
2395         * src/mainwindow.c
2396         * src/summaryview.[ch]
2397         * src/gtk/Makefile.am
2398         * src/gtk/quicksearch.c                         ** NEW **
2399                 separate quick search from summaryview
2400
2401 2004-06-09 [christoph]  0.9.11cvs8
2402
2403         * src/inc.c
2404                 remove unused code
2405
2406         * src/textview.c
2407                 get folder for compose default account from MsgInfo and not
2408                 from SummaryView
2409
2410 2004-06-09 [christoph]  0.9.11cvs7
2411
2412         * src/folder.[ch]
2413                 add information about added or removed messages to
2414                 FOLDER_ITEM_UPDATE hook
2415
2416         * src/imap_gtk.c
2417         * src/mh_gtk.c
2418                 scan folder when removing a folder failed instead of
2419                 updating the summaryview
2420
2421 2004-06-08 [paul]       0.9.11cvs6
2422
2423         * sync with main 0.9.11cvs2
2424                 see ChangeLog 2004-06-08
2425
2426 2004-06-07 [christoph]  0.9.11cvs5
2427
2428         * configure.ac
2429         * src/common/Makefile.am
2430                 detect library providing 'encrypt' function
2431
2432 2004-06-07 [paul]       0.9.11cvs4
2433
2434         * src/inc.c
2435                 sync with main, 'code cleanup'
2436                 
2437         * tools/nautilus2sylpheed.sh
2438                 fix whitespace limitation. patch submitted by
2439                 Stephan Sachse <white@teg-clan.de>
2440
2441 2004-06-04 [christoph]  0.9.11cvs3
2442
2443         * src/account.c
2444         * src/action.[ch]
2445         * src/addressbook.c
2446         * src/addrindex.h
2447         * src/folder.h
2448         * src/folder_item_prefs.c
2449         * src/inc.c
2450         * src/main.c
2451         * src/messageview.c
2452         * src/mh_gtk.c
2453         * src/prefs_themes.c
2454         * src/procmime.c
2455         * src/quote_fmt.h
2456         * src/stock_pixmap.c
2457         * src/toolbar.c
2458                 fix compiler warnings
2459
2460 2004-06-03 [paul]       0.9.11cvs2
2461
2462         * src/msgcache.c
2463                 sync with main 0.9.11cvs1: "changed gint32 to
2464                 guint32 for some platforms"
2465
2466 2004-06-02 [christoph]  0.9.11cvs1
2467
2468         * src/common/ssl.c
2469                 fix SSL_CTX variable name for older OpenSSL versions
2470
2471         (Closes Bug 503 fix compilation with older OpenSSL)
2472
2473 2004-05-31 [paul]       0.9.11claws
2474
2475         * 0.9.11claws released
2476
2477 2004-05-31 [paul]       0.9.10claws72
2478
2479         * po/es.po
2480           po/it.po
2481           po/ja.po
2482           po/pl.po
2483           po/sk.po
2484           po/sr.po
2485           po/zh_CN.po
2486                 update translations, submitted by Ricardo Mones Lastra,
2487                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2488                 Urke MMI, and Hansom Young
2489
2490 2004-05-25 [luke]       0.9.10claws71
2491
2492         * AUTHORS
2493         * src/mimeview.c
2494         * src/stockpixmap.[ch]
2495         * src/Makefile.am
2496         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2497         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2498         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2499         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2500         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2501
2502                 o Added privacy emblems from Jesper Shultz 
2503                   <jesper@schultz-net.dk>
2504                 o Overlay emblems onto mimeview icons to indicate
2505                   status of signature and if a message is encrypted
2506         
2507         * src/textview.c
2508                 remove unused color definitions (were used to 
2509                 indicate sig status)
2510
2511 2004-05-25 [paul]       0.9.10claws70
2512
2513         * AUTHORS
2514           tools/Makefile.am
2515           tools/README
2516           tools/nautilus2sylpheed.sh            ** NEW FILE **
2517                 add script to enable sending files from
2518                 nautilus.
2519                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2520                 
2521         * tools/launch_firebird                 ** REMOVED **
2522                 removed as the standard "firefox '%s'" now functions
2523                 correctly
2524
2525 2004-05-23 [paul]       0.9.10claws69
2526
2527         * src/compose.c
2528                 fix %X cursor point segfault
2529                 patch by Christoph
2530
2531 2004-05-23 [christoph]  0.9.10claws68
2532
2533         * src/folder.c
2534                 fix folder moving
2535
2536 2004-05-21 [paul]       0.9.10claws67
2537
2538         * sync with 0.9.10cvs17
2539                 see ChangeLog 2004-05-21
2540
2541 2004-05-20 [paul]       0.9.10claws66
2542
2543         * sync with 0.9.10cvs16
2544                 see ChangeLog 2004-05-19 and 2004-05-20
2545
2546 2004-05-19 [alfons]     0.9.10claws65
2547
2548         * src/summaryview.h
2549                 on some platforms regoff_t is defined as off_t, so 
2550                 pull in sys/types.h
2551
2552 2004-05-19 [paul]       0.9.10claws64
2553
2554         * sync with 0.9.10cvs13
2555                 see ChangeLog 2004-05-18
2556
2557 2004-05-17 [christoph]  0.9.10claws63
2558
2559         * src/folder.c
2560                 search all folders when searching for default folders and
2561                 not return the special folder of the first folder
2562
2563 2004-05-13 [alfons]     0.9.10claws62
2564
2565         * src/summaryview.c
2566                 add a better check to see if a message is a news message
2567                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2568
2569 2004-05-13 [paul]       0.9.10claws61
2570
2571         * src/msgcache.c
2572                 sync with 0.9.10cvs12
2573                 see ChangeLog 2004-05-12
2574
2575 2004-05-12 [alfons]     0.9.10claws60
2576
2577         * src/folderview.c
2578                 release lock in case of folder could not be opened 
2579
2580 2004-05-11 [christoph]  0.9.10claws59
2581
2582         * src/inc.[ch]
2583                 remove unused folderview update stuff from inc.[ch]
2584
2585 2004-05-11 [paul]       0.9.10claws58
2586
2587         * sync with 0.9.10cvs11
2588                 see ChangeLog 2004-05-10 and 2004-05-11
2589
2590 2004-05-09 [christoph]  0.9.10claws57
2591
2592         * src/folderview.c
2593                 check for folder class functions and not folder type to detect
2594                 valid drag targets
2595
2596 2004-05-08 [christoph]  0.9.10claws56
2597
2598         * src/sgpgme.c
2599                 fix date output for signature expire times
2600
2601         (Patch by Edgar Toernig <froese@gmx.de>)
2602
2603 2004-05-06 [christoph]  0.9.10claws55
2604
2605         * src/gtk/prefswindow.c
2606                 change window type to DIALOG
2607
2608         * src/folder.[ch]
2609         * src/folderview.c
2610         * src/news_gtk.c
2611                 o add folder_remove()
2612                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2613                 o add new "sort" field to Folder, no longer sort folders by type
2614                   higher sort values will be first in the folder list, new folders get 0
2615                   and will be added to the end
2616
2617         * src/mainwindow.c
2618         * src/gtk/Makefile.am
2619         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2620                 add dialog to allow users to change the folder order
2621
2622 2004-05-04 [paul]       0.9.10claws54
2623
2624         * src/inc.c
2625                 Display account_name in statusbar when retrieving
2626                 messages from a pop account
2627         * src/prefs_account.c
2628                 display account name in title of prefs_account
2629                 window
2630         * src/prefs_folder_item.c
2631                 display folder name in title of prefs_folder window
2632
2633         all 3 patches submitted by Fabien Vantard
2634
2635         * AUTHORS
2636                 add Fabien Vantard
2637
2638 2004-05-04 [paul]       0.9.10claws53
2639
2640         * src/prefs_actions.c
2641           src/prefs_template.c
2642                 'Esc' Key exits alertpanel
2643                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2644
2645 2004-04-26 [christoph]  0.9.10claws52
2646
2647         * src/gtk/about.c
2648         * src/gtk/colorsel.c
2649         * src/gtk/description_window.c
2650         * src/gtk/filesel.c
2651         * src/gtk/gtkaspell.c
2652         * src/gtk/inputdialog.c
2653         * src/gtk/pluginwindow.c
2654         * src/gtk/progressdialog.c
2655                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2656                   it does not work correctly with xinerama
2657                 o lock incorporation while the plugin window is open
2658
2659 2004-04-23 [paul]       0.9.10claws51
2660
2661         * po/POTFILES.in
2662                 update location of inputdialog.c
2663                 
2664         * src/gtk/about.c
2665                 update Copyright string
2666                 
2667         * src/msgcache.c
2668           src/prefs_common.c
2669           src/prefs_themes.c
2670                 improve the english a little
2671
2672 2004-04-22 [christoph]  0.9.10claws50
2673
2674         * src/folderutils.[ch]
2675                 add folderutils_mark_all_read()
2676
2677         * src/folderview.c
2678                 readd "mark all read" from popup menu, now works
2679                 in all folders and not only the opened folder
2680
2681 2004-04-21 [christoph]  0.9.10claws49
2682
2683         * src/Makefile.am
2684         * src/inputdialog.[ch]                  ** REMOVED **
2685         * src/gtk/Makefile.am
2686         * src/gtk/inputdialog.[ch]              ** NEW **
2687                 move inputdialog.[ch] into gtk directory
2688
2689         * src/mh_gtk.c
2690                 remove check for missing IMAP folder account
2691
2692 2004-04-20 [christoph]  0.9.10claws48
2693
2694         * src/mainwindow.c
2695         * src/foldersel.c
2696                 remove new/rename/delete folder GUI functions because
2697                 they are always active, even for news folders, and can
2698                 not be easily made folder class dependent
2699
2700         * src/gtk/menu.[ch]
2701                 make menu_translate() public
2702
2703         * src/Makefile.am
2704         * src/folder.[ch]
2705         * src/folderview.[ch]
2706         * src/imap_gtk.[ch]                     ** NEW **
2707         * src/main.c
2708         * src/mh_gtk.[ch]                       ** NEW **
2709         * src/news_gtk.[ch]                     ** NEW **
2710                 o dynamically build FolderView popup menus from a folder
2711                   specific part, with callbacks to seperated code, and
2712                   a common part
2713                 o remove the folder class specifiy code from folderview.c
2714
2715 2004-04-15 [luke]       0.9.10claws47
2716
2717         * src/prefs_folder_item.c
2718                 o remove buttons for applying 'scan for new mail'
2719                   and 'process at startup' to sub folders
2720                 o add 'apply to sub folder' check buttons for all
2721                   properties and set folder prefs accordingly
2722                 o replace multiple gtk_widget_show() with one
2723                   gtk_widget_show_all() on container
2724
2725 2004-04-14 [darko]      0.9.10claws46
2726
2727         * src/gtk/Makefile.am
2728         * src/gtk/pluginwindow.c
2729                 load plugins from to $(prefix)/lib/sylpheed/plugins
2730                 in file selection dialog
2731         * src/plugins/clamav/clamav_plugin.c
2732                 const correctness
2733
2734 2004-04-14 [christoph]  0.9.10claws45
2735
2736         * src/folder.c
2737         * src/plugins/image_viewer/viewer.c
2738                 fix g_warnings
2739
2740 2004-04-10 [alfons]     0.9.10claws44
2741         
2742         * src/compose.c
2743                 appropriate auto account selection when forwarding
2744                 (fixes bug #476, "forward as attachment does not listen
2745                 to account rules")
2746
2747 2004-04-09 [alfons]     0.9.10claws43
2748
2749         * src/summaryview.c
2750                 make quick search combo matching case sensitive
2751
2752 2004-04-06 [alfons]     0.9.10claws42
2753
2754         * src/addr_compl.c
2755                 use cursor position to prevent clearing the entire entry
2756
2757 2004-04-06 [alfons]     0.9.10claws41
2758
2759         * src/folderview.c
2760                 fix bug #472, "filter not updated when renaming folder" 
2761
2762 2004-04-06 [alfons]     0.9.10claws40
2763
2764         * src/messageview.[ch]
2765           src/summaryview.c
2766                 reflect changes to Show all headers to main view
2767                 and message view (only affects detached message
2768                 view). see also bug #473, 'Show All Headers 
2769                 "problem"'.
2770
2771 2004-04-03 [alfons]     0.9.10claws39
2772
2773         * src/matcher.c
2774                 free address list
2775
2776 2004-04-03 [alfons]     0.9.10claws38
2777
2778         * src/matcher_parser_parse.y
2779           src/matcher.[ch]
2780                 prepare address look up matcher type; marginally
2781                 tested, and not hooked into the UI yet.
2782
2783                 basically it accepts the result of the left hand
2784                 side of the matcher (the "criteria"):
2785
2786                         from all_in_addressbook ""
2787                         ~to_or_cc any_in_addressbook ""
2788                 
2789                 the first case matches all addresses found in the
2790                 from header, and the second case matches if any
2791                 (at least one) of the addresses in to or cc headers 
2792                 are not in the address book.
2793
2794                 the string argument is not used yet, but is intended
2795                 to match a group of addresses 
2796
2797 2004-04-02 [luke]       0.9.10claws37
2798
2799         * src/prefs_folder_item.c
2800                 Add two buttons to apply 'scan for new mail'
2801                 and 'process at startup' to sub folders
2802
2803 2004-04-02 [luke]
2804         * tools/textviewer.sh
2805                 better filename extension matching plus some support for
2806                 MS Excel, MS Powerpoint and HTML
2807
2808 2004-03-29 [christoph]  0.9.10claws36
2809
2810         * src/folder.h
2811         * src/folderutils.[ch]
2812         * src/mainwindow.c
2813                 add delete duplicates for all folders
2814
2815 2004-03-29 [alfons]     0.9.10claws35
2816
2817         * src/folder.c
2818                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2819                 when selecting top-level folder node (thanks to 
2820                 Alex S. Moore)
2821
2822 2004-03-28 [keith]      0.9.10claws34
2823
2824         * src/textview.c
2825                 prepend "http://" to URIs of the form "www.example.com"
2826
2827 2004-03-28 [paul]       0.9.10claws33
2828
2829         * src/common/nntp.c
2830           src/common/smtp.c
2831           src/folder.c
2832           src/imap.c
2833           src/inc.c
2834           src/news.c
2835           src/pop.c
2836                 revise 'translatable string' policy:
2837                 don't translate debug_print() or log_print(),
2838                 translate log_message() and log_warning()
2839         
2840         * po/zh_CN.po
2841                 update submitted by Hansom Young
2842
2843 2004-03-25 [alfons]     0.9.10claws32
2844
2845         * src/prefs_common.c
2846                 I mean this one: Return the GList...
2847
2848 2004-03-25 [alfons]     0.9.10claws31
2849
2850         * src/prefs_common.h
2851                 add new members at the end of prefs_common, so
2852                 they get properly initialized
2853
2854 2004-03-24 [christoph]  0.9.10claws30
2855
2856         * src/imap.c
2857                 o NULL is a valid GSList
2858
2859 2004-03-24 [alfons]     0.9.10claws29
2860
2861         * src/prefs_common.[ch]
2862           src/summaryview.c
2863           src/common/defs.h
2864                 add history to quick search (patch submitted by 
2865                 Ivan Francolin Martinez - thanks!)
2866
2867 2004-03-24 [alfons]     0.9.10claws28
2868
2869         * src/imap.c
2870                 NULL output pointer parameter
2871
2872 2004-03-21 [alfons]     0.9.10claws27
2873
2874         * src/addrindex.[ch]
2875           src/addr_compl.c
2876                 complete addresses on nicks and aliases
2877
2878 2004-03-21 [alfons]     0.9.10claws26
2879
2880         * src/import.c
2881           src/inc.c
2882           src/mbox.[ch]
2883                 disable filters on import mbox (patch submitted
2884                 by Edgar Toernig)
2885
2886 2004-03-21 [darko]      0.9.10claws25
2887
2888         * src/addr_compl.c
2889                 select the address when only one match is found while
2890                 doing address completion with tab key (feature
2891                 request #914720)
2892
2893 2004-03-21 [alfons]     0.9.10claws24
2894
2895         * src/messageview.c
2896           src/toolbar.c
2897                 don't `navigate-delete` when a summary view's selection does not 
2898                 match the accompanying message view's message
2899
2900 2004-03-20 [alfons]     0.9.10claws23
2901
2902         * src/summaryview.c
2903                 hide ext search button on initial display (should fix bug #459,
2904                 "Toggling quick-search at 1st time: minor UI inconsistency")
2905
2906 2004-03-20 [alfons]     0.9.10claws22
2907
2908         * src/summaryview.[ch]
2909                 add function to get selected msginfo, if there's
2910                 only one selected
2911
2912 2004-03-20 [paul]       0.9.10claws21
2913
2914         * sync with 0.9.10cvs7
2915                 see ChangeLog 2004-03-19
2916
2917 2004-03-19 [paul]       0.9.10claws20
2918
2919         * src/common/nntp.c
2920           src/common/smtp.c
2921           src/common/ssl.c
2922           src/folder.c
2923           src/imap.c
2924           src/inc.c
2925           src/news.c
2926           src/pop.c
2927                 don't translate strings in debug_print(), log_print(),
2928                 log_message(),  and log_warning()
2929
2930 2004-03-19 [alfons]     0.9.10claws19
2931
2932         better next/previous/delete/focus navigation with separate 
2933         message view 
2934         
2935         * src/toolbar.c
2936                 call summaryview_delete() instead of messageview_delete()
2937         * src/messageview.c
2938                 disable messageview_delete()
2939
2940 2004-03-18 [paul]       0.9.10claws18
2941
2942         * sync with 0.9.10cvs6
2943                 see ChangeLog 2004-03-16
2944
2945 2004-03-17 [alfons]     0.9.10claws17
2946
2947         * src/gtk/filesel.c
2948                 remove bogus semicolon after if() (sometimes it pays to
2949                 read LKML :)
2950
2951 2004-03-15 [darko]      0.9.10claws16
2952
2953         * src/gtk/filesel.c
2954                 support full path in place of a filename
2955         * src/mimeview.c
2956                 store directory attachments were saved to and
2957                 use it when saving attachments
2958         * src/prefs_common.[hc]
2959                 store directory attachments were last saved to
2960
2961 2004-03-15 [paul]       0.9.10claws15
2962
2963         * src/folderview.c
2964                 fix bug where unsubscribing a newsgroup would destroy
2965                 (most of the) filtering rules
2966
2967 2004-03-15 [paul]       0.9.10claws14
2968
2969         * src/folderview.c
2970                 fix Bug 458, 'Folder View remaining empty after 
2971                 removing a NEWS account' (was also true of IMAP
2972                 accounts)
2973
2974 2004-03-15 [paul]       0.9.10claws13
2975
2976         * src/folderview.c
2977                 fix folderview invisibility of newly subscribed
2978                 newsgroups
2979
2980 2004-03-13 [paul]       0.9.10claws12
2981
2982         * src/compose.c
2983           src/plugins/dillo_viewer/dillo_prefs.c
2984           src/plugins/image_viewer/viewerprefs.c
2985                 gettextise some forgotten parts
2986
2987 2004-03-13 [alfons]     0.9.10claws11
2988
2989         * src/imap.c
2990                 make sure the correct type is passed to sscanf()
2991
2992 2004-03-13 [paul]       0.9.10claws10
2993
2994         * sync with 0.9.10cvs5
2995                 see ChangeLog 2004-03-02 and 2004-03-12, 
2996                 specifically:
2997                 'always move messages by default when using DnD (except 
2998                 for News folder). Copy messages if Ctrl-key is pressed.'
2999                 and 'added a function to filter selected messages'
3000
3001 2004-03-12 [christoph]  0.9.10claws9
3002
3003         * src/codeconv.c
3004                 add parameter check to conv_unmime_header_overwrite()
3005
3006         * src/imap.c
3007                 o fix spelling
3008                 o fix removing of NEW flag when UNREAD is unset
3009
3010         * src/procmime.c
3011                 decode MIME-headers
3012
3013         (Closes 437 i18n attachment display error.)
3014
3015 2004-03-12 [paul]       0.9.10claws8
3016
3017         * po/it.po
3018                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3019                 
3020         * tools/Makefile.am
3021                 add 'textviewer.sh'
3022
3023 2004-03-12 [alfons]     0.9.10claws7
3024
3025         * src/imap.c
3026                 o quiet compiler and typecast Folder * to IMAP Folder *
3027                 o wake up and fix my previous incompatible type assignment bug
3028
3029 2004-03-12 [alfons]     0.9.10claws6
3030
3031         * src/imap.c
3032                 don't mix up pointers to int, guint32 _and_ 
3033                 unsigned int 
3034
3035 2004-03-12 [christoph]  0.9.10claws5
3036
3037         * src/folderview.c
3038                 Add error requester when renaming a folder failed
3039
3040         * src/imap.c
3041                 Check new FolderItem name for namespace seperator
3042                 before renaming
3043
3044         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3045
3046 2004-03-11 [christoph]  0.9.10claws4
3047
3048         * src/folder.[ch]
3049         * src/imap.c
3050         * src/procmsg.h
3051                 syncronize flags in cache with IMAP folder flags
3052
3053         Adapted a patch submitted by Simon 'corecode' Schubert
3054         <corecode@corecode.ath.cx> 
3055
3056
3057 2004-03-11 [alfons]     0.9.10claws3
3058
3059         * src/textview.[ch]
3060                 remove dead code that at one time controlled display of
3061                 URIs in status bar
3062
3063 2004-03-10 [paul]       0.9.10claws2
3064
3065         * po/it.po
3066                 updated by Lupino <lupin85@email.it>
3067
3068 2004-03-09 [alfons]     0.9.10claws1
3069
3070         * src/matcher.c
3071                 we're not using yywrap, but we may, so close yyin instead
3072                 of initial FILE *
3073
3074 2004-03-08 [paul]       0.9.10claws
3075
3076         * 0.9.10claws released
3077
3078 2004-03-08 [paul]       0.9.9claws41
3079
3080         * po/es.po
3081           po/ja.po
3082           po/ru.po
3083           po/sk.po
3084           po/sr.po
3085           po/zh_CN.po
3086                 update translations. submitted by Ricardo Mones Lastra,
3087                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3088                 Hansom Young
3089
3090 2004-03-06 [paul]       0.9.9claws40
3091
3092         * src/stock_pixmap.c
3093                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3094                 patch submitted by Pawel Pekala
3095
3096 2004-03-06 [alfons]             0.9.9claws39
3097
3098         * src/addrindex.c
3099                 allow nick name completion again 
3100
3101 2004-03-02 [match]              0.9.9claws38
3102
3103         * configure.ac
3104                 added definition of USE_LDAP_TLS to support TLS.
3105         * src/ldapctrl.[ch]
3106         * src/ldapquery.c
3107         * src/ldapserver.[ch]
3108         * src/addressbook.c
3109         * src/addrindex.c
3110         * src/editldap.c
3111                 included LDAP TLS support.
3112
3113 2004-03-02 [christoph]          0.9.9claws37
3114
3115         * src/folder.[ch]
3116                 o add more documentation for FolderClass
3117                 o remove usused FolderClass virtual functions
3118
3119         * src/imap.c
3120         * src/mh.c
3121         * src/news.c
3122                 change creation of FolderClass because static initializations
3123                 for structs suck in C89
3124
3125 2004-03-01 [paul]
3126
3127         * sync with 0.9.10
3128
3129 2004-02-28 [keith]      0.9.9claws36
3130
3131         * src/common/utils.c
3132                 Fix treatment of whitespace in quicksearch bar (leading
3133                 spaces and >1 space between commands and parameters).
3134
3135 2004-02-27 [alfons]     0.9.9claws35
3136
3137         * src/compose.[ch]
3138                 Explicitly remove draft timeout to fix nasty race between 
3139                 compose_send_cb() (which destroys the compose window) and 
3140                 compose_defer_auto_save_draft() (which expects compose 
3141                 window to exist). Should fix Keith's and Fred Marton's
3142                 bug report (#128, "crash after complaining about character
3143                 set conversion")
3144
3145 2004-02-27 [luke]       0.9.9claws34
3146         
3147         * src/folder.c
3148                 Do folder_item_apply_processing() even if no processing
3149                 rules for the folder exist (so global processing is applied)
3150
3151 2004-02-26 [thorsten]   0.9.9claws33
3152
3153         * src/mimeview.c
3154                 Remove misleading static declaration
3155
3156 2004-02-26 [alfons]     0.9.9claws32
3157
3158         * src/procmime.[ch]
3159           src/compose.c
3160           src/mimeview.c
3161           src/textview.c
3162                 use/add procmime_get_content_type_str() as a safe wrapper
3163                 for returning a Content-Type type string; should fix 
3164                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3165                  - attachments."
3166
3167 2004-02-26 [thorsten]   0.9.9claws31
3168
3169         * src/mimeview.c
3170                 Restructure save_as/save_all
3171
3172 2004-02-26 [alfons]     0.9.9claws30
3173
3174         * src/procmime.c
3175                 clean up (2)
3176
3177 2004-02-26 [alfons]     0.9.9claws29
3178
3179         * src/procmime.c
3180                 clean up (1)
3181
3182 2004-02-24 [luke]
3183
3184         * tools/textviewer.sh
3185                 tweaks from Johann Koenig, recognition of shell
3186                 scripts in particular
3187
3188 2004-02-24 [paul]       0.9.9claws28
3189
3190         * sync with 0.9.9cvs13
3191                 see ChangeLog 2004-02-24
3192
3193 2004-02-23 [paul]       0.9.9claws27
3194
3195         * src/inc.c
3196                 one alertpanel on pop3 authentication error will suffice
3197                 
3198         * src/prefs_fonts.c
3199                 remove unnecessary printf
3200
3201 2004-02-22 [alfons]     0.9.9claws26
3202
3203         * src/messageview.c
3204                 put back a lost check
3205
3206 2004-02-21 [alfons]     0.9.9claws25
3207
3208         * src/folderview.c
3209                 don't forget to save folder properties after renaming folder
3210
3211 2004-02-20 [paul]       0.9.9.claws24
3212
3213         * src/addressbook.c
3214                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3215                 
3216         * src/inc.c
3217                 complete sync with 0.9.9cvs9's 'update folderview
3218                 progressively'
3219                 
3220         * configure.ac
3221                 require gettext >= 0.12.1
3222
3223 2004-02-17 [match]      0.9.9claws23
3224
3225         * src/compose.c
3226                 keep the peace - change style.
3227
3228 2004-02-17 [alfons]     0.9.9claws22
3229
3230         * src/filtering.c
3231                 make MATCHACTION_STOP cancel filtering / processing;
3232                 clean up and document it to make it a little bit more clear;
3233
3234 2004-02-17 [alfons]     0.9.9claws21
3235
3236         %X marks the cursor spot for reply quote format
3237
3238         * src/quote_fmt_lex.l 
3239           src/quote_fmt.c
3240                 add %X token
3241                 
3242         * src/quote_fmt.h
3243           src/quote_fmt_parse.y
3244                 handle %X token
3245                 
3246         * src/compose.c
3247                 handle %X token for replies only (for now)
3248
3249 2004-02-17 [paul]       0.9.9claws20
3250
3251         * po/sk.po
3252                 updated by Andrej Kacian
3253                 
3254         * src/news.c
3255                 remove unneeded include
3256                 
3257         * src/prefs_fonts.c
3258                 be a little more user-friendly with the labels
3259                 
3260         * configure.ac
3261                 a change forgotten in the last commit: 
3262                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3263
3264 2004-02-17 [paul]       0.9.9claws19
3265
3266         * ac/*                          ** REMOVED **
3267           ac/                           ** REMOVED **
3268           intl/Makefile.in              ** REMOVED **
3269           m4/                           ** NEW **
3270           m4/missing                    ** NEW **
3271           m4/missing/gdk-pixbuf.m4      ** NEW **
3272           m4/missing/gettext.m4         ** NEW **
3273           m4/missing/gpgme.m4           ** NEW **
3274           m4/missing/imlib.m4           ** NEW **
3275           m4/.cvsignore                 ** NEW **
3276           m4/Makefile.am                ** NEW **
3277           m4/README                     ** NEW **
3278           m4/aclocal-include.m4         ** NEW **
3279           m4/aspell.m4                  ** NEW **
3280           m4/check-type.m4              ** NEW **
3281           m4/gnupg-check-typedef.m4     ** NEW **
3282           m4/openssl.m4                 ** NEW **
3283           m4/spamassassin.m4            ** NEW **
3284           po/ChangeLog                  ** REMOVED **
3285           po/Makefile.in.in             ** REMOVED **
3286           po/Rules-quot                 ** REMOVED **
3287           po/boldquot.sed               ** REMOVED **
3288           po/en@boldquot.header         ** REMOVED **
3289           po/en@quot.header             ** REMOVED **
3290           po/insert-header.sin          ** REMOVED **
3291           po/quot.sed                   ** REMOVED **
3292           po/remove-potcdate.sed        ** REMOVED **
3293           po/remove-potcdate.sin        ** REMOVED **
3294           po/stamp-po                   ** REMOVED **
3295           Makefile.am
3296           autogen.sh
3297           configure.ac
3298                 enable building with automake 1.8.x
3299                 add 'autopoint' to autogen.sh and remove all
3300                 auto-generated files, remove ac/ in favour of
3301                 m4/
3302
3303 2004-02-17 [alfons]     0.9.9claws18
3304         
3305         * src/summaryview.c
3306                 MSG_IS_NEWS() is not stored at all, and is bogus
3307
3308 2004-02-17 [martin]     0.9.9claws17
3309
3310         * src/prefs_themes.c
3311                 fix crash when installing wrong theme and output an
3312                 error message
3313
3314 2004-02-16 [christoph]  0.9.9claws16
3315
3316         * src/compose.c
3317         * src/stock_pixmap.[ch]
3318         * src/toolbar.[ch]
3319         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3320                 add "Wrap current paragraph" to compose toolbar
3321
3322 2004-02-15 [alfons]     0.9.9claws15
3323
3324         * src/folderview.c
3325                 refine previous commit to make sure other hook functions
3326                 get their grab of the pie too
3327
3328 2004-02-15 [alfons]     0.9.9claws14
3329
3330         * src/folderview.c
3331                 fix sync breakage so we don't pass invalid pointer types
3332
3333 2004-02-15 [match]      0.9.9claws13
3334
3335         * src/ldapquery.[ch]
3336         * src/ldapserver.h
3337         * src/addrindex.[ch]
3338                 tweak threading calls.
3339         * src/addr_compl.[ch]
3340                 add alias into completion list.
3341         * src/addressbook.c
3342                 fix ldap browse.
3343                 improve context menu behavior.
3344                 change menu sequence.
3345                 add send mail from addressbook.
3346         * src/addrselect.[ch]
3347         * src/compose.[ch]
3348                 add send mail from addressbook.
3349
3350 2004-02-15 [christoph]  0.9.9claws12
3351
3352         * src/folderutils.c
3353                 skip deleting when duplist is empty
3354
3355         * src/folderview.[ch]
3356         * src/mainwindow.c
3357         * src/summaryview.[ch]
3358                 call folderutils_delete_duplicates() from mainwindow code
3359
3360 2004-02-15 [alfons]     0.9.9claws11
3361         
3362         * src/common/utils.c
3363                 add prefix for italian ms o(e) 
3364
3365 2004-02-14 [paul]       0.9.9claws10
3366
3367         * src/foldersel.c
3368                 fix updating of the folder view when creating a
3369                 new folder
3370
3371 2004-02-13 [paul]       0.9.9claws9
3372
3373         * src/plugins/clamav/clamav_plugin.c
3374                 remove GUI code
3375
3376 2004-02-13 [paul]       0.9.9claws8
3377
3378         * sync with 0.9.9cvs9
3379                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3380
3381 2004-02-13 [alfons]     0.9.9claws7
3382
3383         * src/common/utils.c
3384                 fix wrong type of argument for ctype functions (pass unsigned
3385                 char instead of signed char)
3386
3387 2004-02-12 [alfons]     0.9.9claws6
3388
3389         * src/compose.[ch]
3390                 don't select text in header entry when composing to a 
3391                 default address, but rather give the header entry a
3392                 different color / style (same as the folder new color)
3393
3394 2004-02-12 [alfons]     0.9.9claws5
3395
3396         * src/plugins/clamav/clamav_plugin.c
3397                 don't exit(2) on libclamav init error - show a warning.
3398                 (tested by damaging a clamav database file.)
3399
3400 2004-02-12 [paul]       0.9.9claws4
3401
3402         * sync with 0.9.9cvs4
3403                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3404
3405 2004-02-11 [luke]       0.9.9claws3
3406
3407         * src/mimeview.c
3408                 remove redundant check introduced in 0.9.9claws1
3409
3410 2004-02-11 [luke]       0.9.9claws2
3411
3412         * src/mimeview.c
3413                 fix compilation of my previous commit without gpg enabled
3414
3415 2004-02-10 [luke]       0.9.9claws1
3416
3417         * src/mimeview.c
3418                 add borders to icons to indicate the privacy status for
3419                 the message part (unknown/bad/good)
3420
3421 2004-02-06 [paul]       0.9.9claws
3422
3423         0.9.9claws released
3424
3425 2004-02-06 [darko]      0.9.8claws64
3426
3427         * src/compose.c
3428                 don't allow Ctrl+Enter while external editor is active
3429
3430 2004-02-06 [paul]       0.9.8claws63
3431
3432         * po/es.po
3433           po/pl.po
3434           po/sk.po
3435           po/sr.po
3436                 update Spanish, Polish, Slovak, and Serbian translations.
3437                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3438                 and Urke MMI
3439
3440 2004-02-04 [alfons]     0.9.8claws62
3441
3442         * src/compose.c
3443                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3444                 don't have clue yet why the cursor pos is at the end of the
3445                 text.)
3446
3447 2004-02-04 [alfons]     0.9.8claws61
3448
3449         * src/compose.c
3450                 always grab focus when one of the header entries is clicked 
3451                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3452
3453 2004-02-02 [paul]
3454
3455         * ac/missing/gdk-pixbuf.m4
3456           ac/missing/gpgme.m4
3457           ac/missing/imlib.m4
3458                 prevent 'underquoted definition' warnings
3459                 patch submitted by David Relson
3460                 
3461         * src/plugins/clamav/README
3462                 update, improve, correct
3463
3464 2004-01-31 [thorsten]   0.9.8claws60
3465
3466         * src/news.c
3467                 'dir' not initialized if group has no messages
3468
3469 2004-01-29 [christoph]  0.9.8claws59
3470
3471         * src/customheader.[ch]
3472                 add custom_header_is_allowed() to check for disallowed header names
3473                 that must not be overridden by custom headers
3474
3475         * src/compose.c
3476                 always write From: header and use custom_header_is_allowed() to
3477                 check if custom header should be written
3478
3479         * src/prefs_customheader.c
3480                 check if custom header is disallowed using custom_header_is_allowed()
3481
3482         * src/folderutils.c
3483                 destroy message id GHashTable before freeing the MsgInfos
3484
3485 2004-01-29 [paul]       0.9.8claws58
3486
3487         * sync with 0.9.9 release
3488                 see ChangeLog 2004-01-29
3489
3490 2004-01-29 [paul]       0.9.8claws57
3491
3492         * sync with 0.9.8cvs11
3493                 see ChangeLog 2004-01-29
3494
3495 2004-01-28 [christoph]  0.9.8claws56
3496
3497         * src/pgpmime.c
3498         * src/sgpgme.[ch]
3499                 return WARN signature status when signature is not trusted
3500
3501         * src/Makefile.am
3502         * src/folder.c
3503         * src/folderutils.[ch]                  ** NEW **
3504         * src/summaryview.c
3505                 implement delete duplicates summaryview independent
3506
3507 2004-01-28 [paul]       0.9.8claws55
3508
3509         * sync with 0.9.8cvs10
3510                 see Changelog 2004-01-27 and 2004-01-28
3511
3512 2004-01-26 [christoph]  0.9.8claws54
3513
3514         * src/imap.c
3515                 create a root node for the Folder if scan fails because root
3516                 folder does not exist
3517
3518 2004-01-26 [paul]       0.9.8claws53
3519
3520         * sync with 0.9.8cvs7
3521                 see ChangeLog 2004-01-23
3522
3523 2004-01-25 [alfons]     0.9.8claws52
3524
3525         * src/compose.c
3526                 remove left-over constant INDENT_CHARS
3527
3528 2004-01-25 [alfons]     0.9.8claws51
3529
3530         * src/procmime.c
3531                 add NULL pointer check for mimeinfo->node in
3532                 procmime_mimeinfo_parent()
3533
3534 2004-01-25 [darko]      0.9.8claws50
3535
3536         * src/compose.c
3537                 make "Wrap all long lines" toolbar button wrap all
3538                 long lines not just the current line
3539                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3540
3541
3542 2004-01-25 [alfons]     0.9.8claws49
3543
3544         * src/procmime.c
3545                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3546                 necessary anyway, because *scanf() functions neglect white
3547                 space in the input. 
3548                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3549
3550 2004-01-25 [paul]       0.9.8claws48
3551
3552         * src/prefs_ext_prog.c
3553                 apply Alfons' patch to check for NULL pointers
3554                 fixes bug #424
3555
3556 2004-01-25 [paul]       0.9.8claws47
3557
3558         * sync with 0.9.8cvs8
3559                 see ChangeLog 2004-01-23
3560
3561 2004-01-25 [thorsten]   0.9.8claws46
3562
3563         * src/messageview.c
3564                 remove orphaned mimeview unref()
3565
3566 2004-01-23 [christoph]  0.9.8claws45
3567
3568         * src/summaryview.c
3569                 set ctree widget style
3570
3571 2004-01-23 [paul]       0.9.8claws44
3572
3573         * sync with 0.9.8cvs5
3574                 see ChangeLog 2004-01-22
3575
3576 2004-01-23 [alfons]     0.9.8claws43
3577
3578         * src/procmsg.c
3579                 remove redundant code in procmsg_get_thread_tree()
3580
3581 2004-01-21 [christoph]  0.9.8claws42
3582
3583         * src/folderview.c
3584                 set ctree widget style, otherwise GTK does not use the
3585                 the correct vertical size for the list items
3586
3587 2004-01-21 [alfons]     0.9.8claws41
3588
3589         * src/summaryview.c
3590                 GDK_Left should only switch to folderview when
3591                 when summaryview hscrollbar is at the leftmost
3592                 position (fixes bug #420, "Focus error")
3593
3594 2004-01-21 [paul]       0.9.8claws40
3595
3596         * sync with 0.9.8cvs4
3597                 see ChangeLog 2004-01-20
3598
3599 2004-01-20 [christoph]  0.9.8claws39
3600
3601         * src/folderview.c
3602                 remove setting sensitivity for no longer existing
3603                 /Scoring... popup entry
3604
3605 2004-01-20 [keith]      0.9.8claws38
3606
3607         * configure.ac
3608                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3609
3610 2004-01-20 [paul]       0.9.8claws37
3611
3612         * src/prefs_fonts.c
3613                 demystify font settings
3614                 
3615         * src/textview.c
3616                 use textview->msgfont for header->body in
3617                 textview_show_header()
3618
3619 2004-01-20 [paul]       0.9.8claws36
3620
3621         * src/compose.c
3622           src/undo.c
3623                 remove superfluous debug_print's
3624                 
3625         * src/inc.c
3626                 clear the statusbar after LOCAL incorporation
3627
3628 2004-01-20 [paul]       0.9.8claws35
3629
3630         * sync with 0.9.8cvs3
3631                 see ChangeLog 2004-01-20
3632
3633 2004-01-19 [keith]      0.9.8claws34
3634
3635         * src/folderview.c
3636                 don't show 'Search folder...' on popup menu
3637                 if folder has no mails in it
3638
3639 2004-01-17 [keith]      0.9.8claws33
3640
3641         * src/compose.c
3642           src/prefs_common.c
3643           src/prefs_common.h
3644                 store position of compose window in prefs
3645
3646 2004-01-17 [thorsten]   0.9.8claws32
3647
3648         * src/gtk/gtkvscrollbutton.c
3649                 ensure scrollbutton resize event on different gtk versions
3650
3651 2004-01-15 [alfons]     0.9.8claws31
3652         
3653         * src/summaryview.c
3654                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3655                 message as read
3656
3657 2004-01-12 [christoph]  0.9.8claws30
3658
3659         * src/procmime.c
3660                 better MIME-Version check
3661
3662 2004-01-11 [alfons]     0.9.8claws29
3663
3664         * src/procmsg.c
3665                 remove unnecessary but still effective check (could possibly
3666                 lead to some unwanted side effects)
3667
3668 2004-01-11 [alfons]     0.9.8claws28
3669
3670         * src/procmsg.c
3671                 we should not prefer lowest message number while threading 
3672                 (introduced in previous commit)
3673
3674 2004-01-11 [alfons]     0.9.8claws27
3675
3676         * src/procmsg.c
3677                 subject threading fixes:
3678                 
3679                         - make message with lowest message number the
3680                           thread parent,
3681                         - refine recording last node when threading. the last node
3682                           should be the previous one if a node has a thread parent,
3683                           or the current node if not
3684                 
3685                 (there's another threading bug fix coming up)
3686
3687 2004-01-10 [paul]       0.9.8claws26
3688
3689         * src/main.c
3690           src/prefs_ext_prog.c
3691           src/plugins/clamav/clamav_plugin_gtk.c
3692                 minor gui fixes
3693
3694 2004-01-09 [christoph]  0.9.8claws25
3695
3696         * src/Makefile.am
3697         * src/string_match.[ch]                 ** REMOVE **
3698         * src/common/Makefile.am
3699         * src/common/string_match.[ch]          ** NEW **
3700                 move string_match.[ch] to common directory
3701
3702 2004-01-09 [christoph]  0.9.8claws24
3703
3704         * src/pgpmime.c
3705                 add MIME-Version header for the message parser
3706
3707 2004-01-09 [paul]       0.9.8claws23
3708
3709         * po/POTFILES.in
3710           src/Makefile.am
3711           src/main.c
3712           src/prefs_common.c
3713           src/prefs_ext_prog.[ch]       ** NEW FILES **
3714                 move External Command options from 'Common Prefs/Other' to
3715                 'Other Prefs/Message View/External Programs', also reveal
3716                 the hidden options for audio player and image viewer.
3717                 
3718         * src/prefs_common.c
3719                 fix toggling of header pane
3720
3721 2004-01-09 [paul]       0.9.8claws22
3722
3723         * src/compose.c
3724                 when changing account also change the save folder
3725
3726         * src/textview.c
3727                 if a text/plain attachment has 'Content-Disposition: attachment'
3728                 don't display it inline
3729
3730 2004-01-08 [christoph]  0.9.8claws21
3731
3732         * src/procmime.c
3733                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3734                 otherwise thread the message content as one text part and
3735                 don't assume charset US-ASCII which is only specified as
3736                 default for MIME-messages
3737
3738 2004-01-08 [paul]       0.9.8claws20
3739
3740         * src/plugins/clamav/clamav_plugin.c
3741           src/plugins/spamassassin/spamassassin.c
3742                 inform the user what is happening via the statusbar
3743
3744 2004-01-06 [paul]       0.9.8claws19
3745
3746         * po/es.po
3747                 update Spanish translation. submitted by Ricardo
3748                 Mones Lastra
3749
3750 2004-01-05 [paul]       0.9.8claws18
3751
3752         * sync with 0.9.8cvs2
3753                 see ChangeLog 2004-01-05
3754
3755 2004-01-03 [luke]       0.9.8claws17
3756
3757         * src/procheader.c
3758                 Clean up:
3759                 o remove unused functions string_getchar() and file_getchar()
3760                 o remove the getchar_ parameter from generic_get_one_field()
3761                 o add an 'unfold' parameter to generic_get_one_field, to
3762                   be used if no HeaderEntry is supplied
3763                 o procheader_get_one_field_asis() uses
3764                   generic_get_one_field().
3765
3766 2004-01-01 [christoph]  0.9.8claws16
3767
3768         * src/common/xml.[ch]
3769                 o add xml_new_tag() to manage usage counts of strings correctly
3770                 o correct xml_copy_tree() function name
3771
3772         * src/folder.c
3773         * src/main.c
3774                 allow registering and unregistering of FolderClasses anytime
3775
3776 2003-12-31 [christoph]  0.9.8claws15
3777
3778         * src/folder.[ch]
3779         * src/common/xml.[ch]
3780                 keep folderlist.xml data for unloaded FolderClasses
3781
3782 2003-12-30 [luke]       0.9.8claws14
3783
3784         * src/procheader.[ch]
3785                 o added procheader_get_one_field_asis() that does not do
3786                   unfolding
3787                 o fix procheader_get_header_array_asis() to use the above,
3788                   fixing ugliness of headers in textview
3789
3790         * src/compose.c
3791                 o don't unfold headers when redirecting.        
3792
3793 2003-12-30 [paul]       0.9.8claws13
3794
3795         * po/POTFILES.in
3796           src/common/defs.h
3797           src/Makefile.am
3798           src/main.c
3799           src/prefs_common.c
3800           src/prefs_themes.[ch] ** NEW FILES **
3801                 redesign and move Icon Theme selector to
3802                 the new prefs window
3803           
3804         * src/stock_pixmap.c
3805                 fix the old bug where icons are not always
3806                 updated when changing themes
3807         
3808         * src/summaryview.c
3809                 fix bug where the icons on the title row
3810                 of the summary view were not updated
3811         
3812         all patches submitted by Ricardo Mones Lastra
3813
3814 2003-12-30 [hoa]        0.9.8claws12
3815
3816         * src/folder.c
3817                 run preglobal and postglobal processing rules
3818                 even if the folder does not have any rules.
3819
3820 2003-12-28 [paul]       0.9.8claws11
3821
3822         * ac/aspell.m4
3823           ac/check-type.m4
3824           ac/gnupg-check-typedef.m4
3825           ac/openssl.m4
3826           ac/spamassassin.m4
3827                 fix 'underquoted definition' warnings, patch submitted by
3828                 David Relson <relson@osagesoftware.com>
3829                 
3830         * src/common/utils.c
3831                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3832                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3833
3834 2003-12-28 [paul]       0.9.8claws10
3835
3836         * sync with 0.9.8cvs1
3837                 see ChangeLog 2003-12-17
3838
3839 2003-12-27 [christoph]  0.9.8claws9
3840
3841         * src/common/utils.[ch]
3842                 add g_node_map() to map a GNode into a new GNode
3843                 converting all node data's with a function
3844
3845         * src/account.c
3846         * src/folder.[ch]
3847         * src/folderview.c
3848         * src/imap.c
3849         * src/mainwindow.c
3850         * src/summaryview.c
3851                 o use g_node_map() to convert XML <-> Folder
3852                 o remove redundant FolderItem->parent and
3853                   replace it with folder_item_parent()
3854
3855 2003-12-23 [christoph]  0.9.8claws8
3856
3857         * src/folder.[ch]
3858         * src/folderview.c
3859         * src/mainwindow.c
3860         * src/procmsg.c
3861                 o use callback for notifications about added and
3862                   destroyed folders
3863                 o rewrite folderlist saving (new functions to create
3864                   folder from XML tree, and XML tree from folder)
3865
3866         * src/common/xml.[ch]
3867                 add function to save XML trees
3868
3869         * src/prefs_filtering.c
3870                 code cleanup
3871
3872 2003-12-22 [christoph]  0.9.8claws7
3873
3874         * src/prefs_account.[ch]
3875                 add "SMTP only" accounts
3876
3877 2003-12-20 [melvin]     0.9.8claws6
3878
3879         * src/action.[ch]
3880                 Changed the interface for action_update_*_menu() so
3881                 action.c does not need to know the paths of the different
3882                 actions menu (mainwindow, message view and compose window). 
3883
3884         * src/compose.c
3885                 Tiny code cleanup to merge spell checker related code
3886                 compose_update_actions_menu(): new function to update
3887                 the actions menu. Use it in compose_create()
3888
3889         * src/compose.h
3890                 compose_update_actions_menu(): new function to update
3891                 the actions menu. Used also in prefs_actions.c.
3892
3893         * src/mainwindow.[ch]
3894                 main_window_update_actions_menu(): new function to update
3895                 the actions menu. Used in main_window_create() and in
3896                 prefs_actions.c
3897
3898         * src/messageview.[ch]
3899                 messageview_update_actions_menu(): new function to update
3900                 the actions menu. Used in messageview_add_toolbar() and in
3901                 prefs_actions.c
3902                 
3903         * src/prefs_actions.c   
3904                 prefs_actions_ok(): fixed to update the actions menu of
3905                 the separate message view and the compose windows.
3906
3907 2003-12-20 [luke]       0.9.8claws5
3908         * src/procheader.c
3909                 fix unfolding/newline stripping for multiline fields
3910                 in generic_get_one_field()
3911
3912 2003-12-19 [christoph]  0.9.8claws4
3913
3914         * src/summaryview.c
3915                 o code cleanup
3916                 o use subject_compare_for_sort() when comparing
3917                   simplified subjects
3918
3919 2003-12-19 [christoph]  0.9.8claws3
3920
3921         * src/msgcache.c
3922                 more syncing with 0.8.9a
3923
3924 2003-12-19 [christoph]  0.9.8claws2
3925
3926         * src/folder.c
3927                 don't write all FolderItem XML attributes for the root node
3928
3929 2003-12-19 [melvin]     0.9.8claws1
3930
3931         * src/messageview.c
3932                 Added missing menu branch (Tools/Create processing/rule)
3933         * po/fr.po
3934                 Updated French translation for the added string.
3935
3936 2003-12-19 [paul]       0.9.8claws
3937
3938         0.9.8claws released
3939
3940 2003-12-19 [paul]       0.9.7claws51
3941
3942         * po/en_GB.po
3943           po/es.po
3944           po/ja.po
3945           po/pl.po
3946           po/sk.po
3947           po/zh_CN.po
3948                 update translations. submitted by me, Ricardo Mones
3949                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3950                 Hansom Young
3951                 
3952         * src/folder_item_prefs.c
3953                 'enable_processing' set to FALSE by default
3954
3955 2003-12-18 [melvin]     0.9.7claws50
3956
3957         * po/fr.po
3958                 Updated French translation
3959
3960 2003-12-17 [christoph]  0.9.7claws49
3961
3962         * src/procheader.c
3963                 revert discarding of whitespace from 0.9.7claws44
3964
3965                 RFC2822 2.2.3: Unfolding is accomplished by simply
3966                 removing any CRLF that is immediately followed by WSP.
3967
3968 2003-12-17 [paul]       0.9.7claws48
3969
3970         * src/folder.c
3971                 fix new message count
3972                 
3973         * configure.ac
3974                 update autotools macros
3975
3976         * sync with 0.9.8a
3977
3978 2003-12-16 [christoph]  0.9.7claws47
3979
3980         * src/folder.c
3981                 fix folder update before adding MsgInfo to cache
3982                 in add_msginfo_to_cache()
3983
3984         * src/procmsg.c
3985                 remove old call to folder_item_update() that is no
3986                 longer required
3987
3988 2003-12-16 [christoph]  0.9.7claws46
3989
3990         * src/main.c
3991                 make sure the shutdown process only runs once
3992
3993 2003-12-16 [hoa]        0.9.7claws45
3994
3995         * src/mainwindow.c
3996         * src/messageview.c
3997         * src/summaryview.[ch]
3998                 Create filter rules using a message is fixed.
3999                 We can now create processing rules using a message.
4000
4001 2003-12-15 [alfons]     0.9.7claws44
4002
4003         * src/procheader.c
4004                 make sure we discard folding white space
4005
4006 2003-12-15 [luke]       0.9.7claws43
4007         * src/textview.c
4008         * src/mimeview.c
4009                 o use "name" parameter if "filename" doesn't exist
4010
4011 2003-12-14 [alfons]     0.9.7claws42
4012
4013         * src/summaryview.c
4014         * src/common/utils.c
4015                 allow quick finding based on the result of passing
4016                 a message to an external command. E.g:
4017
4018                         X "bogofilter < %F" 
4019                 
4020                 gets me all the spam in a folder.
4021
4022 2003-12-14 [luke]       0.9.7claws41
4023
4024         * src/textview.c
4025         * src/mimeview.c
4026                 o use parameter "filename" instead of "name" in a couple of 
4027                   places for correctness
4028
4029         * src/procmime.c
4030         * src/common/utils.[ch]
4031                 o make temporary filename for attachments safe for %p 
4032                   substitutions in actions.
4033
4034 2003-12-13 [christoph]  0.9.7claws40
4035
4036         * src/main.c
4037                 readd exit(0) to clean_quit() because otherwise sylpheed
4038                 does not always terminate
4039
4040         * src/pgpmime.c
4041         * src/privacy.h
4042                 add an identifier-string for PrivacySystems
4043
4044 2003-12-12 [paul]
4045
4046         * doc/man/sylpheed.1
4047                 update the man page
4048
4049 2003-12-12 [paul]       0.9.7claws39
4050
4051         general clean up
4052         
4053         * configure.ac
4054                 correct and clean up './configure --help' info
4055         
4056         * src/plugins/clamav/clamav_plugin.c
4057           src/plugins/spamassassin/spamassassin.c
4058                 correct plugin_desc(), works with LOCAL, IMAP, and
4059                 POP accounts
4060                 
4061         * src/filtering.c
4062           src/matcher.[ch]
4063           src/matcher_parser_parse.y
4064           src/prefs_filtering_action.c
4065                 use 'Change Score' instead of '(In/De)crease score'.
4066                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4067          
4068          * src/mainwindow.c
4069                 hyphenate: 'Pre-processing', 'Post-processing'
4070                 
4071         * src/prefs_account.c
4072                 change 'Generate Message-ID' to 'Generate Message-Id'
4073                 
4074         * src/prefs_folder_item.c
4075                 change 'Processing on startup:' to 'Process at startup'
4076                 change 'Scan for new mail:' to 'Scan for new mail'
4077                 
4078 2003-12-11 [christoph]  0.9.7claws38
4079
4080         * src/crash.c
4081         * src/main.[ch]
4082                 make sure the clean_exit() funtion is not called again by the
4083                 signal handler while it is already running
4084
4085         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4086
4087         * src/summaryview.c
4088                 fix wrong assertion
4089
4090 2003-12-11 [paul]       0.9.7claws37
4091
4092         * src/compose.c
4093                 'anonymise' Message-Id: header string
4094
4095 2003-12-11 [paul]       0.9.7claws36
4096
4097         * src/plugins/clamav/clamav_plugin.c
4098                 fix (don't break) signature count
4099                 use cl_strerror() instead of deprecated cl_perror()
4100         
4101 2003-12-11 [darko]      0.9.7claws35
4102
4103         * src/summaryview.c
4104                 also update the sort arrow (thanks Christoph)
4105
4106 2003-12-11 [darko]      0.9.7claws34
4107
4108         * src/summaryview.c
4109                 allow reverting to default sort mode (no sort)
4110
4111 2003-12-10 [hoa]        0.9.7claws33
4112
4113         * src/matcher.c
4114                 fixed quotation of string for matcher.
4115
4116 2003-12-08 [paul]       0.9.7claws32
4117
4118         * src/imap.c
4119           src/inc.c
4120                 plug memory leaks (patch by Alfons)
4121
4122 2003-12-08 [christoph]  0.9.7claws31
4123
4124         * src/folder_item_prefs.[ch]
4125         * src/folderview.c
4126         * src/prefs_folder_item.c
4127                 add new FolderItem property to exclude folders from new
4128                 mail checks
4129
4130         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4131
4132 2003-12-07 [paul]       0.9.7claws30
4133
4134         * src/plugins/clamav/clamav_plugin.c
4135                 fix signature count
4136
4137 2003-12-07 [thorsten]   0.9.7claws29
4138
4139         * src/filtering.c
4140                 debug_print some warning if destfolder missing
4141         * src/prefs_filtering.c
4142                 uninitialized filter list when deleting a folder
4143
4144 2003-12-06 [paul]       0.9.7claws28
4145
4146         * src/procheader.c
4147                 add Alfons' patch to trim line feeds
4148
4149 2003-12-06 [paul]       0.9.7claws27
4150
4151         * partial sync with 0.9.7cvs8
4152                 leaving claws' online/offline more or less intact
4153                 see ChangeLog 2003-12-04 and 2003-12-06
4154
4155 2003-12-06 [christoph]  0.9.7claws26
4156
4157         * src/messageview.c
4158         * src/privacy.[ch]
4159                 revert pirvacy API changes
4160
4161 2003-12-05 [alfons]     0.9.7claws25
4162
4163         * src/matcher.[ch]
4164                 clean up my old cruft
4165
4166 2003-12-05 [alfons]     0.9.7claws24
4167
4168         * src/matcher.c
4169                 fix comparison buglet ;-) and make `test` matcher
4170                 work again
4171
4172 2003-12-05 [alfons]     0.9.7claws23
4173
4174         * src/prefs_folder_item.c
4175                 K&R 2nd Ed., page 241 (function parameter identifiers
4176                 starting with an underscore are kind of insulting)
4177
4178 2003-12-05 [hoa]        0.9.7claws22
4179
4180         * src/main.c
4181         * src/mainwindow.[ch]
4182         * src/mainwindow.h
4183                 add destructor for mainwindow so that the last 
4184                 MimeInfo opened in messageview is destroyed when
4185                 exiting sylpheed.
4186
4187 2003-12-05 [hoa]        0.9.7claws21
4188
4189         * src/filtering.[ch]
4190         * src/matcher.[ch]
4191         * src/matcher_parser_lex.l
4192         * src/matcher_parser_parse.y
4193         * src/prefs_actions.c
4194         * src/prefs_filtering.c
4195         * src/common/utils.[ch]
4196                 quote arguments before giving them to command line.
4197                 fixed quote of string in matcher/processing/filtering rules.
4198
4199         * src/messageview.c
4200         * src/privacy.[ch]
4201                 allows decryption to return a new whole 
4202                 MIME message structure.
4203
4204 2003-12-04 [hoa]        0.9.7claws20
4205
4206         * src/filtering.[ch]
4207         * src/folder.c
4208         * src/mainwindow.c
4209         * src/matcher.c
4210         * src/matcher_parser_parse.y
4211         * src/folderview.c
4212                 global rules to run before folder specific rules.
4213                 global rules to run after folder specific rules.
4214                 
4215         * src/messageview.c
4216                 fixed quick addition of rules.
4217         
4218         * src/prefs_filtering.[ch]
4219         * src/summaryview.c
4220                 we can now customize the title for the dialog.
4221                 updated case where we rename of delete folders.
4222
4223         * src/addressbook.c
4224                 got back the function addressbook_browse_entry_cb()
4225                 that is needed in case we compiled with LDAP support.
4226
4227 2003-12-04 [paul]       0.9.7claws19
4228
4229         * sync with 0.9.7cvs6
4230                 see ChangeLog 2003-12-04
4231                 fixes bug 171 'Wrong message decoing: koi8-r and 
4232                 iso8859-5 looks same. Can't read many emails.'
4233
4234 2003-12-04 [paul]       0.9.7claws18
4235
4236         * po/POTFILES.in
4237                 remove 'src/prefs_scoring.c'
4238
4239 2003-12-03 [hoa]        0.9.7claws17
4240
4241         * src/Makefile.am
4242                 compilation of scoring.[ch] and prefs_scoring.[ch]
4243                 is removed.
4244         
4245         * src/filtering.[ch]
4246         * src/folder.c
4247         * src/folder_item_prefs.[ch]
4248         * src/folderview.c
4249         * src/main.c
4250         * src/mainwindow.c
4251         * src/matcher.[ch]
4252         * src/matcher_parser.h
4253         * src/matcher_parser_parse.y
4254         * src/prefs_filtering.[ch]
4255         * src/prefs_filtering_action.c
4256         * src/prefs_folder_item.c
4257         * src/prefs_scoring.[ch]              * REMOVED FILES *
4258         * src/procmsg.[ch]
4259         * src/scoring.[ch]                    * REMOVED FILES *
4260         * src/summaryview.c
4261                 merged scoring and filtering.
4262                 
4263                 Note : compatibility is kept by parsing score like 
4264                   add_score. To get the behaviour of older scoring 
4265                   system, you have to define some equivalent rule :
4266                   "score_lower -9999 hide"
4267                   "score_greater 9999 mark"
4268                   
4269                   To define global rules, you have to define them 
4270                   in the new global processing rules.
4271                   The variable that kept the list filtering rules 
4272                   was "global_processing" and has been renamed into 
4273                   "filtering_rules".
4274                   "global_processing" variable is now the name 
4275                   of the variable that keeps the list of global 
4276                   processing rules.
4277                   In the configuration file, "[global]" section is 
4278                   now for the global processing rules (which includes
4279                   score things and new global processing rules).
4280                   New "[filtering]" section is for the filtering rules.
4281                   
4282                   Before running with this version, during testing 
4283                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4284                   Then, you have to make the following changes :
4285                   - leave all scoring rules in "[global]" section.
4286                   - move all other rules of "[global]" section to
4287                       a new section named "[filtering]".
4288
4289 2003-12-03 [christoph]  0.9.7claws16
4290
4291         * src/procmime.c
4292                 use default Content-Type as specified in RFC2045 if
4293                 Content-Type header is syntactically incorrect
4294
4295 2003-12-03 [christoph]  0.9.7claws15
4296
4297         * src/addressbook.c
4298         * src/addrindex.h
4299         * src/addritem.c
4300         * src/expldifdlg.h
4301         * src/exportldif.c
4302         * src/filtering.c
4303         * src/folder.c
4304         * src/folderview.c
4305         * src/jpilot.c
4306         * src/localfolder.c
4307         * src/matcher.h
4308         * src/matcher_parser_lex.l
4309         * src/matcher_parser_parse.y
4310         * src/news.c
4311         * src/prefs_filtering_action.c
4312         * src/prefs_folder_item.c
4313         * src/prefs_fonts.c
4314         * src/procmsg.c
4315         * src/sgpgme.c
4316                 clean up warnings
4317
4318         * src/procmime.c
4319                 revert 0.9.7claws14 change
4320
4321 2003-12-03 [alfons]     0.9.7claws14
4322
4323         * src/procmime.c
4324                 catch invalid Content-Type with no subtype
4325
4326 2003-12-03 [alfons]     0.9.7claws13
4327
4328         * src/alertpanel.h
4329         * src/setup.c
4330         * src/plugins/image_viewer/plugin.c
4331                 compile again, we need stddef.h for size_t
4332
4333 2003-12-03 [paul]       0.9.7claws12
4334
4335         * src/account.c
4336                 don't allow cloning of accounts with remote folders,
4337                 patch submitted by Ricardo Mones Lastra
4338
4339 2003-12-03 [christoph]  0.9.7claws11
4340
4341         * src/folder.[ch]
4342         * src/imap.c
4343         * src/localfolder.[ch]
4344         * src/mh.c
4345         * src/news.c
4346         * src/common/xml.[ch]
4347                 add set_xml() and get_xml() virtual functions to FolderClass to
4348                 save extra information for Folders (for example the rootpath
4349                 only used by LocalFolder). The folderlist write function no
4350                 longer needs to know the folder type to save this extra
4351                 information.
4352
4353 2003-12-02 [christoph]  0.9.7claws10
4354
4355         * src/Makefile.am
4356         * src/account.c
4357         * src/folder.[ch]
4358         * src/folderview.h
4359         * src/imap.c
4360         * src/localfolder.[ch]          ** NEW **
4361         * src/mainwindow.c
4362         * src/mh.[ch]
4363         * src/news.[ch]
4364         * src/prefs_account.[ch]
4365         * src/prefs_filtering.h
4366         * src/procmsg.h
4367         * src/remotefolder.[ch]         ** NEW **
4368         * src/common/xml.[ch]
4369                 add item_set_xml() and item_get_xml() virtual functions to
4370                 FolderClass to give folders the ability to add extra information
4371                 to the saved FolderItem data. If NULL the default function for
4372                 FolderItem will be used.
4373
4374 2003-11-29 [christoph]  0.9.7claws9
4375
4376         * src/procheader.c
4377                 fix bug in unfolding
4378
4379 2003-11-29 [luke]       0.9.7claws8
4380
4381         * src/textview.c
4382                 fix compilation for non c99 compilers
4383
4384 2003-11-29 [christoph]  0.9.7claws7
4385
4386         * src/procmime.[ch]
4387         * src/mimeview.c
4388                 o unknown disposition types should be handled as
4389                   attachment (RFC2183)
4390                 o missing headers should not default to inline
4391                   (would make "Save All" useless when disposition header
4392                    is not set by the sending mailer)
4393                 o remove old MimeInfo data and cleanup
4394
4395 2003-11-29 [luke]       0.9.7claws6
4396
4397         * src/procmime.[ch]
4398                 re-added parsing of Content-Disposition header
4399                         - removes the old  'gchar* content_disposition'
4400                         - adds a new field 'DispositionType disposition'
4401                         - adds parameters to MimeInfo::parameters
4402
4403         * src/mimeview.c
4404                 use the "filename" parameter for saving, and the new
4405                 MimeInfo::disposition for save all.
4406
4407         * src/compose.c
4408         * src/toolbar.[ch]
4409                 add a 'check spelling' button as a possibility for 
4410                 the compose toolbar
4411
4412         * src/stockpixmap.[ch]
4413         * src/pixmaps/check_spelling.xpm        ** NEW **
4414         * src/Makefile.am
4415                 add a pixmap for use with 'check spelling' button or
4416                 a user defined action
4417
4418         * src/textview.c
4419                 re-apply fixed (I hope) patch for bug 57
4420                 "Hidden URL in HTML Mails"
4421
4422 2003-11-28 [christoph]  0.9.7claws5
4423
4424         * src/procmime.c
4425                 o be more liberal in what we accept as Content-Type parameters
4426                 o ignore comments after parameters
4427
4428         * src/sgpgme.c
4429                 o only free passphrase when an error occurs
4430
4431 2003-11-28 [paul]       0.9.7claws4
4432
4433         * src/account.c
4434                 add 'Clone Account' function. patch submitted by
4435                 Ricardo Mones Lastra
4436
4437 2003-11-27 [thorsten]   0.9.7claws3
4438
4439         * src/mimeview.c
4440                 fix crash if 'save_all' failed twice
4441
4442 2003-11-27 [paul]       0.9.7claws2
4443
4444         * po/POTFILES.in
4445                 fix a typo
4446
4447         * po/zh_CN.po
4448                 update Simplified Chinese translation. submitted by
4449                 Hansom Young
4450
4451 2003-11-27 [paul]       0.9.7claws1
4452
4453         * po/POTFILES.in
4454                 clean up
4455
4456 2003-11-26 [paul]       0.9.7claws
4457
4458         * 0.9.7claws released
4459
4460 2003-11-26 [paul]       0.9.6claws99
4461
4462         * src/Makefile.am
4463                 add reference to pixmaps/mime_message.xpm
4464
4465 2003-11-26 [paul]       0.9.6claws98
4466
4467         * po/POTFILES.in
4468                 remove reference to src/sigstatus.c
4469
4470 2003-11-26 [christoph]  0.9.6claws97
4471
4472         * src/Makefile.am
4473         * src/prefs_common.c
4474         * src/rfc2015.c
4475         * src/sigstatus.[ch]            ** REMOVE **
4476                 remove signature result popup option and window
4477
4478 2003-11-26 [paul]       0.9.6claws96
4479
4480         * po/es.po
4481           po/ja.po
4482           po/pl.po
4483           po/sk.po
4484           po/sr.po
4485                 update translations. submitted by Ricardo Mones Lastra,
4486                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4487
4488 2003-11-25 [christoph]  0.9.6claws95
4489
4490         * src/procmime.c
4491                 display mime structure only in debug mode
4492
4493 2003-11-25 [melvin]     0.9.6claws94
4494
4495         * po/fr.po
4496                 Updated French translations + typos fixes of older
4497                 translations (thanks to Fabien Vantard for pointing
4498                 to some of them)
4499
4500 2003-11-25 [melvin]     0.9.6claws93
4501
4502         * src/editldap.c
4503                 Fixed a couple of typos.
4504
4505 2003-11-24 [paul]       0.9.6claws92
4506
4507         * po/POTFILES.in
4508                 add 'src/textview.c'
4509
4510 2003-11-24 [paul]       0.9.6claws91
4511
4512         * src/sgpgme.c
4513                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4514
4515 2003-11-24 [paul]       0.9.6claws90
4516
4517         * src/plugins/image_viewer/viewer.c
4518                 image_viewer_show_mimepart(): 
4519                 use procmime_mimeinfo_get_parameter() to get the file name
4520
4521 2003-11-24 [paul]       0.9.6claws89
4522
4523         * src/textview.c
4524                 textview_show_mime_part(): rewrite text hint
4525
4526 2003-11-22 [paul]       0.9.6claws88
4527
4528         * sync with 0.9.7cvs5
4529                 see ChangeLog 2003-11-21
4530
4531 2003-11-21 [paul]       0.9.6claws87
4532
4533         * src/mimeview.c
4534                 define shortcut key 'o' for 'Open with...'
4535
4536 2003-11-21 [alfons]     0.9.6claws86
4537
4538         * src/messageview.c
4539                 fix bug #383 'Deleting message from "separate message view" 
4540                 uses local Trash folder'
4541
4542 2003-11-21 [christoph]  0.9.6claws85
4543
4544         * src/mimeview.c
4545                 fix content-type guessing by name parameter when finding
4546                 the correct viewer
4547
4548 2003-11-21 [alfons]     0.9.6claws84
4549
4550         * src/main.c
4551                 no mail incorporation allowed with --offline param.
4552                 fixes bug #374, "--offline ignored"
4553
4554 2003-11-20 [christoph]  0.9.6claws83
4555
4556         * src/mimeinfo.c
4557                 use signed MimeInfo when checking the signature and not
4558                 the selected one
4559
4560 2003-11-19 [alfons]     0.9.6claws82
4561
4562         * src/mainwindow.c
4563                 fix crash when toggling separate views, patch submitted
4564                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4565                 fixes bug #342, "separate views  cause crash"
4566
4567 2003-11-19 [paul]       0.9.6claws81
4568
4569         * src/compose.c
4570                 compose_redirect_write_headers_from_headerlist(): 
4571                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4572                 
4573         * src/main.c
4574                 code cleanup (inherited from 0.9.7cvs4)
4575                 
4576         * tools/tb2sylpheed
4577                 bugfix: added missing attribute-list start. submitted by
4578                 Urke MMI
4579
4580 2003-11-19 [luke]       0.9.6claws80
4581
4582         * src/textview.c
4583                 revert my last commit until I get time to fix it
4584
4585 2003-11-18 [christoph]  0.9.6claws79
4586
4587         * src/mimeview.[ch]
4588                 check parent MimeInfos for signatures and display the
4589                 result of the parent when found
4590
4591         * src/pgpmime.c
4592                 o avoid NULL pointer warnings
4593                 o use procmime_mimeinfo_get_parameter()
4594
4595         * src/sgpgme.c
4596                 small text changes
4597
4598 2003-11-17 [luke]       0.9.6claws78
4599
4600         * src/textview.c
4601                 add check for disguised URLs, fixing bug 57
4602                 "Hidden URL in HTML Mails"
4603
4604 2003-11-16 [christoph]  0.9.6claws77
4605
4606         * src/procmime.c
4607                 fix crash when parsing invalid Content-Type header
4608
4609 2003-11-16 [christoph]  0.9.6claws76
4610
4611         * src/pgpmime.c
4612         * src/privacy.c
4613         * src/procmime.c
4614         * src/sgpgme.[ch]
4615                 implement message decrypting
4616
4617         * src/rfc2015.c
4618                 remove old code
4619
4620 2003-11-14 [luke]       0.9.6claws75
4621
4622         * src/mimeview.c
4623                 fix a couple of problems that treated application/* and
4624                 application/octet-stream the wrong way around
4625                 (since 0.9.6claws10), causing "Open" to do nothing.
4626
4627 2003-11-14 [christoph]  0.9.6claws74
4628
4629         * src/messageview.c
4630         * src/pgpmime.c
4631         * src/privacy.[ch]
4632                 prepare for message part decrypting
4633
4634         * src/sgpgme.c
4635                 add output for expired signatures
4636
4637         * src/rfc2015.c
4638                 remove some old code
4639
4640 2003-11-10 [christoph]  0.9.6claws73
4641
4642         * src/mimeview.c
4643                 add "Full info" button for bad and warn signature status
4644
4645         * src/sgpgme.c
4646                 generate full signature info like gpg's output
4647                 (gpg -v --with-fingerprint --verify)
4648
4649 2003-11-10 [christoph]  0.9.6claws72
4650
4651         * src/mimeview.c
4652         * src/pgpmime.c
4653         * src/privacy.[ch]
4654         * src/sgpgme.[ch]
4655         * src/textview.[ch]
4656                 o add code to view full signature info
4657                 o do automatic signature checks
4658
4659 2003-11-10 [alfons]     0.9.6claws71
4660
4661         * src/summaryview.c
4662                 don't crash when gtkut_font_load() returns invalid font (has
4663                 something to do with locale settings)
4664                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4665
4666 2003-11-09 [alfons]     0.9.6claws70
4667
4668         * src/procmime.c
4669                 plug leak
4670
4671 2003-11-08 [luke]       0.9.6claws69
4672
4673         * src/summaryview.c
4674                 fix some typos
4675
4676         * src/compose.c
4677                 rewrite compose_attach_parts(), fixing various bugs mainly
4678                 to do with re-editing.
4679
4680         * src/mimeview.c
4681                 "save all" now only saves attachments with names/filenames
4682
4683 2003-11-04 [match]      0.9.6claws68
4684
4685         * src/ldapctrl.[ch]
4686                 fix broken LDAP support.
4687
4688         * src/ldapquery.c
4689                 remove printf's.
4690
4691 2003-11-04 [luke]       0.9.6claws67
4692
4693         * src/mimeview.c
4694                 o  fixed bug 4 "focus lost on messages with attachments"
4695                 o  fixed 'Save all' attachments for new mime changes
4696                 o  right clicking on icons consistent with right clicking on
4697                    mime tree
4698                   - fixes a bug where wrong part is saved when you
4699                     choose 'Save as' from popup menu
4700                   - fixes bug 308 "No way to "save all" attachments"
4701                 o  fixed a compiler warning.
4702
4703         * src/textview.c
4704                 o  removed flickering in mime tree when using "n" and "p"
4705                    shortcuts
4706                 o  fixed bug where selecting the textview and pressing e.g.
4707                    'y' causes sylpheed to respond twice.
4708
4709         * src/summaryview.c
4710                 removed hard coding of * and ! shortcuts (which only served
4711                 to cause problems if you tried to redefine the shortcuts)
4712
4713 2003-11-04 [luke]       0.9.6claws66
4714
4715         * src/plugins/image_viewer/viewer.c
4716         * src/plugins/image_viewer/viewerprefs.c
4717         * src/plugins/image_viewer/viewerprefs.glade
4718                 o  allow toggling of image scaling by clicking on image
4719                 o  respond to image's container widget resize
4720
4721         * src/procmime.c
4722                 o  fix bad parsing of message when re-editing/viewing a
4723                    message saved to the drafts folder
4724
4725 2003-11-02 [match]      0.9.6claws65
4726
4727         * src/browseldap.h
4728                 fix if not building LDAP support.
4729         * src/addrindex.c
4730         * src/ldapquery.[ch]
4731         * src/editldap.h
4732                 include support for contains query. feature req 529354.
4733
4734 2003-11-02 [alfons]     0.9.6claws64
4735
4736         * src/browseldap.c
4737                 fix build bustage if not compiling ldap support
4738
4739 2003-11-01 [match]      0.9.6claws63
4740
4741         * po/POTFILES.in
4742         * src/Makefile.am
4743         * src/addr_compl.[ch]
4744         * src/addrbook.c
4745         * src/addrcache.[ch]
4746         * src/addrdefs.h        ** NEW **
4747         * src/addressbook.c
4748         * src/addressitem.h
4749         * src/addrindex.[ch]
4750         * src/addritem.h
4751         * src/addrquery.[ch]
4752         * src/ldapquery.[ch]
4753         * src/ldapserver.[ch]
4754                 refactor LDAP query mechanism.
4755
4756         * src/browseldap.[ch]   ** NEW **
4757         * src/ldaplocate.[ch]   ** NEW **
4758                 add feature to browse LDAP entry that was retrieved using
4759                 an explicit LDAP search.
4760
4761 2003-11-01 [alfons]     0.9.6claws62
4762
4763         * src/prefs_gtk.c
4764                 prefs_write_param(): fail when we see an invalid type; all the
4765                 callers seem to handle this gracefully by reverting changes
4766
4767 2003-10-30 [christoph]  0.9.6claws61
4768
4769         * configure.ac
4770         * ac/openssl.m4
4771         * ac/spamassassin.m4
4772         * src/Makefile.am
4773                 use extra variables for all libraries to make sure plugins
4774                 are only linked with libraries they really need. $LIBS is always
4775                 added to the linking parameters, but we only what the libraries
4776                 listed in the Makefile
4777
4778 2003-10-29 [paul]       0.9.6claws60
4779
4780         * src/mimeview.c
4781                 don't use Subject for unknown part name
4782
4783 2003-10-29 [paul]       0.9.6claws59
4784
4785         * src/compose.c
4786                 get name of attachment(s) when re-editing, fwd'ing or
4787                 redirecting
4788                 
4789         * src/mimeview.c
4790                 get name of attachment(s) when saving
4791
4792 2003-10-29 [hoa]        0.9.6claws58
4793
4794         * src/textview.c
4795                 implemented multipart/alternative in MIME message viewer.
4796
4797 2003-10-28 [christoph]  0.9.6claws57
4798
4799         * configure.ac
4800                 make sure MathML-Viewer is not built with the
4801                 Gtk2 version of GtkMathView
4802
4803 2003-10-28 [paul]       0.9.6claws56
4804
4805         * sync with 0.9.7cvs1
4806                 see ChangeLog 2003-10-28
4807
4808 2003-10-27 [alfons]     0.9.6claws55
4809
4810         * src/matcher_parser_parse.y
4811         * src/gtk/colorlabel.c
4812                 allow setting color label to 0 in filtering/processing rules
4813                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4814
4815 2003-10-26 [alfons]     0.9.6claws54
4816
4817         * src/summary_search.c
4818                 fix misnomer and correct selecting initial search node  
4819
4820 2003-10-26 [christoph]  0.9.6claws53
4821
4822         * src/pgpmime.c
4823         * src/sgpgme.c
4824                 change display of signature info to use only name of
4825                 signer, otherwise the text gets too long.
4826
4827         * src/procmime.c
4828                 don't use MimeInfo's filename to generate tmp filename
4829
4830 2003-10-25 [christoph]  0.9.6claws52
4831
4832         * src/procmime.c
4833                 fix message body searching
4834
4835 2003-10-25 [paul]       0.9.6claws51
4836
4837         * src/compose.c
4838                 use g_basename rather than basename
4839
4840 2003-10-24 [christoph]  0.9.6claws50
4841
4842         * src/sgpgme.c
4843                 change fetching of signature key's trust
4844
4845 2003-10-24 [paul]       0.9.6claws49
4846
4847         * po/sk.po
4848                 update Slovak translation
4849                 submitted by Andrej Kacian
4850                 
4851         * src/mainwindow.c
4852                 remove unknown menu entry /File/Add mailbox/mbox...
4853
4854 2003-10-24 [hoa]        0.9.6claws48
4855
4856         * src/Makefile.am
4857                 removed all references to mbox folders
4858
4859         * src/carray.[ch]               * REMOVED *
4860         * src/chash.[ch]                * REMOVED *
4861         * src/maillock.[ch]             * REMOVED *
4862         * src/mailmbox.[ch]             * REMOVED *
4863         * src/mailmbox_folder.[ch]      * REMOVED *
4864         * src/mailmbox_parse.[ch]       * REMOVED *
4865         * src/mailmbox_types.[ch]       * REMOVED *
4866         * src/mbox_folder.[ch]          * REMOVED *
4867                 remove implementation of mbox folders
4868                 and old mailbox folder.
4869                 mbox folder implementation will be added
4870                 as a plugin so that implementation can be entirely
4871                 synchronized with the files of the project they are
4872                 extracted from (libEtPan!).
4873         
4874         * src/mainwindow.c
4875         * src/folder.c
4876         * src/folderview.[ch]
4877         * src/procmsg.h         
4878                 Disable as much code that references mbox folders
4879                 as possible.
4880                 Some UI thing still need to know that folder is mbox
4881                 (when we have to enter the name of the mailbox and
4882                 we want to add /var/mail/$USER).
4883
4884 2003-10-23 [christoph]  0.9.6claws47
4885
4886         * src/noticeview.c
4887                 don't always display button when noticeview is made visible
4888
4889         * src/mimeview.c
4890         * src/pgpmime.c
4891         * src/privacy.[ch]
4892         * src/sgpgme.[ch]
4893                 get signature information from crypto system
4894
4895 2003-10-22 [paul]       0.9.6claws46
4896
4897         * po/es.po
4898                 updated by Ricardo Mones Lastra
4899
4900 2003-10-22 [paul]       0.9.6claws45
4901
4902         * src/Makefile.am
4903                 update to reflect the changes to the icons that
4904                 happened in 0.9.6claws35
4905
4906 2003-10-22 [alfons]     0.9.6claws44
4907         
4908         * src/carray.h
4909                 inline carray_count() 
4910
4911 2003-10-21 [alfons]     0.9.6claws43
4912
4913         * src/carray.h
4914                 glib wrappers
4915         * src/carray.c
4916                 disable
4917         * src/mailmbox.[ch]
4918         * src/mailmbox_folder.c
4919         * src/mailmbox_parse.c
4920         * src/mailmbox_types.[ch]
4921                 %s/uint32_t/guint
4922
4923 2003-10-21 [luke]       0.9.6claws42
4924
4925         * src/stock_pixmaps.[ch]
4926         * src/mimeview.c
4927         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4928         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4929                 o remove mime_application_octet_stream.xpm icon (it was never
4930                   really needed)
4931                 o remove redundant icon messageview_text.xpm
4932
4933         * src/mainwindow.c
4934                 fix visibility of signature noticeview when toggling 'separate
4935                 message view'
4936
4937 2003-10-21 [christoph]  0.9.6claws41
4938
4939         * src/procmime.c
4940                 decode multipart and rfc822 mime parts to allow further
4941                 parsing when required
4942
4943 2003-10-21 [christoph]  0.9.6claws40
4944
4945         * src/procmime.[ch]
4946         * src/textview.c
4947                 remove obsolete charset parameter in MimeInfo and fix
4948                 TextView to use the charset from the parameter hash table
4949
4950         * src/plugins/dillo_viewer/Makefile.am
4951         * src/plugins/trayicon/Makefile.am
4952                 add OPENSSL_CFLAGS to fix building with using
4953                 --with-openssl-* parameters
4954
4955 2003-10-21 [paul]       0.9.6claws39
4956
4957         * src/prefs_matcher.[ch]
4958                 replace remnants of the old, renamed 'Execute' matchtype
4959                 add a brief description to the Info window
4960
4961 2003-10-21 [hoa]        0.9.6claws38
4962         
4963         * src/Makefile.am
4964         * src/carray.[ch]               * NEW *
4965         * src/chash.[ch]                * NEW *
4966         * src/folder.c
4967         * src/maillock.[ch]             * NEW *
4968         * src/mailmbox.[ch]             * NEW *
4969         * src/mailmbox_folder.[ch]      * NEW *
4970         * src/mailmbox_parse.[ch]       * NEW *
4971         * src/mailmbox_types.[ch]       * NEW *
4972                 implementation of mbox folder with unique message numbers
4973
4974                 made use of libEtPan! implementation of mbox for lower-layer.
4975
4976 2003-10-20 [alfons]     0.9.6claws37
4977
4978         * src/noticeview.c
4979                 fix invalid argument warning
4980         * src/pgpmime.c
4981                 no in place variable
4982
4983 2003-10-20 [paul]       0.9.6claws36
4984
4985         * src/compose.[ch]
4986           src/filtering.c
4987           src/messageview.c
4988                 fix crash when using Forward in Filtering when
4989                 external editor option is set
4990                 
4991                 Patch submitted by Simon 'corecode' Schubert
4992                 <corecode@corecode.ath.cx> 
4993
4994 2003-10-20 [paul]       0.9.6claws35
4995
4996         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4997           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4998           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4999           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5000           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5001           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5002           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5003           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5004           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5005           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5006           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5007           src/mimeview.c
5008           src/stock_pixmap.[ch]
5009                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5010                 icons. add privacy_warn.xpm icon
5011
5012 2003-10-20 [hoa]  0.9.6claws34
5013
5014         * src/folder_item_prefs.[ch]
5015         * src/prefs_folder_item.c
5016         * src/main.c
5017                 Added a property per folder to choose whether we 
5018                 want to apply processing on it on startup or if we
5019                 prefer to wait the folder selection to apply it.
5020         
5021         * src/messageview.c
5022                 fixed C89 compatibility (for old compilers, for
5023                 example gcc 2.95.x).
5024
5025 2003-10-17 [christoph]  0.9.6claws33
5026
5027         * src/mimeview.c
5028         * src/noticeview.[ch]
5029                 change noticeview icon to indicate signature status
5030
5031 2003-10-17 [christoph]  0.9.6claws32
5032
5033         * src/Makefile.am
5034         * src/main.c
5035         * src/mimeview.c
5036         * src/noticeview.c
5037         * src/pgpmime.[ch]                              ** NEW **
5038         * src/privacy.[ch]
5039         * src/rfc2015.c
5040         * src/sgpgme.c                                  ** NEW **
5041                 reimplement PGP/Mime signature checking (unfinished)
5042
5043 2003-10-15 [christoph]  0.9.6claws31
5044
5045         * src/procmime.[ch]
5046                 fix procmime_get_text_content() and
5047                 procmime_get_first_text_content()
5048
5049 2003-10-15 [christoph]  0.9.6claws30
5050
5051         * src/plugins/spamassassin/spamassassin_gtk.c
5052         * src/plugins/spamassassin/spamassassin_gtk.glade
5053                 fix timeout tooltip
5054
5055 2003-10-15 [paul]       0.9.6claws29
5056
5057         * src/messageview.c
5058                 workaround for buggy smtp servers. on sending a
5059                 return receipt strip the name part from the address
5060                 when creating headers
5061                 
5062 2003-10-15 [paul]       0.9.6claws28
5063
5064         * sync with 0.9.7 release
5065                 see ChangeLog 2003-10-15
5066
5067 2003-10-14 [christoph]  0.9.6claws27
5068
5069         * src/plugins/clamav/clamav_plugin.c
5070                 fix clamav plugin
5071
5072 2003-10-14 [christoph]  0.9.6claws26
5073
5074         * src/compose.c
5075         * src/mimeview.c
5076         * src/procmime.[ch]
5077         * src/rfc2015.c
5078         * src/textview.c
5079         * src/plugins/clamav/clamav_plugin.c
5080                 use GNode to create the mime tree (some changes to functions
5081                 that traverse the tree are just quick and dirty. Maybe we
5082                 can find better solutions with g_node_*-functions)
5083
5084 2003-10-14 [luke]       0.9.6claws25
5085
5086         * src/mimeview.c
5087                 fix a navigation bug (stupid typo of mine)
5088
5089 2003-10-14 [christoph]  0.9.6claws24
5090
5091         * src/textview.c
5092                 fix missing last line in plain/text mails
5093
5094 2003-10-13 [luke]       0.9.6claws23
5095
5096         * src/summaryview.c
5097                 fix bug 334 (part 1)
5098
5099 2003-10-13 [kov]        0.9.6claws22
5100
5101         * src/mimeview.c
5102                 error checking when the user enters a non-directory at
5103                 the file selection dialog.
5104                 work-around for users entering directory location without
5105                 adding a leading G_DIR_SEPARATOR.
5106
5107 2003-10-13 [luke]       0.9.6claws21
5108
5109         * src/compose.c
5110                 error reporting for inserting files, including catching
5111                 invalid characters for current locale/encoding
5112
5113 2003-10-13 [paul]       0.9.6claws20
5114
5115         * src/folderview.c
5116                 fix bug #347 'subscribe newsgroups crashes'
5117
5118 2003-10-13 [paul]       0.9.6claws19
5119
5120         * src/compose.c
5121                 when using 'Reply to all' include the 'send replies
5122                 to' folder property
5123                 
5124         * po/ja.po
5125                 update Japanese translation. submitted by Rui Hirokawa 
5126                 <rui_hirokawa@ybb.ne.jp>        
5127
5128 2003-10-13 [hoa]        0.9.6claws18
5129
5130         * src/account.c
5131         * src/compose.c
5132         * src/messageview.c
5133         * src/procheader.c
5134         * src/procheader.h
5135                 rename get_header_from_msginfo() into
5136                 procheader_get_header_from_msginfo() so that we have a
5137                 coherent exported naming.
5138                 avoid parsing of header contained in a string via
5139                 a newly written temporary file.
5140
5141         Patch submitted by Simon 'corecode' Schubert
5142                 <corecode@corecode.ath.cx>
5143
5144 2003-10-12 [hoa]        0.9.6claws17
5145
5146         * src/filtering.c
5147         * src/filtering.h
5148         * src/matcher.c
5149         * src/matcher.h
5150         * src/matcher_parser_parse.y
5151         * src/prefs_filtering_action.c
5152                 added "stop" action : stop applying the filtering rules.
5153                 added "set score" and "increase/decrease score" actions.
5154                 That two last action replace the "change_score" action
5155                 introduced by alfons in 0.8.8claws85.
5156                 "set score" is to set a given score to the message.
5157                 "increase/decrease score" will increase or decrease the
5158                 score if the given value is respectively positive or
5159                 negative. If someone find a some better name for this last
5160                 rule, it can be modified.
5161
5162 2003-10-12 [paul]       0.9.6claws16
5163
5164         * AUTHORS
5165           po/ja.po
5166                 update Japanese translation. submitted by Rui Hirokawa 
5167                 <rui_hirokawa@ybb.ne.jp>
5168
5169 2003-10-12 [christoph]  0.9.6claws15
5170
5171         * src/procmime.c
5172                 fix crash caused by incorrect headers
5173
5174 2003-10-10 [christoph]  0.9.6claws14
5175
5176         * src/main.c
5177         * src/privacy.[ch]
5178         * src/rfc2015.[ch]
5179                 implement detection of signed message parts for rfc2015
5180
5181 2003-10-10 [thorsten]   0.9.6claws13
5182
5183         * src/mimeview.c
5184                 fix typo
5185
5186 2003-10-10 [christoph]  0.9.6claws12
5187
5188         * src/stock_pixmap.[ch]
5189         * src/pixmaps/mime_message.xpm                  ** NEW **
5190                 add a new icon for mime type "message"
5191
5192         * src/privacy.[ch]
5193         * src/procmime.[ch]
5194                 add crypto api
5195
5196         * src/mimeview.c
5197                 o use crypto api
5198                 o add icons for message type mime parts
5199
5200 2003-10-10 [christoph]  0.9.6claws11
5201
5202         * src/mainwindow.c
5203         * src/messageview.[ch]
5204         * src/mimeview.[ch]
5205         * src/procmime.[ch]
5206         * src/procmsg.[ch]
5207         * src/rfc2015.c
5208         * src/summaryview.c
5209         * src/textview.[ch]
5210                 o remove switching between TextView and MimeView in MessageView
5211                   (if required we can hide the icon box and the MimeView will
5212                    look exaxtly like the TextView)
5213                 o temporary remove signature and decrypting GPGME code
5214
5215 2003-10-09 [christoph]  0.9.6claws10
5216
5217         * src/action.c
5218         * src/compose.c
5219         * src/messageview.c
5220         * src/mimeview.c
5221         * src/procmime.[ch]
5222         * src/procmsg.c
5223         * src/rfc2015.c
5224         * src/textview.c
5225         * src/common/utils.[ch]
5226         * src/plugins/clamav/clamav_plugin.c
5227         * src/plugins/dillo_viewer/dillo_viewer.c
5228         * src/plugins/image_viewer/viewer.c
5229         * src/plugins/mathml_viewer/mathml_viewer.c
5230                 new mime parser (several things need fixing)
5231
5232 2003-10-09 [paul]       0.9.6claws9
5233
5234         * src/imap.c
5235                 a little more sync with 0.9.6cvs2 and a tidy up
5236
5237 2003-10-08 [paul]       0.9.6claws8
5238
5239         * sync with 0.9.6cvs2
5240                 see ChangeLog 2003-10-03
5241
5242 2003-10-05 [christoph]  0.9.6claws7
5243
5244         * src/summaryview.c
5245                 don't use flags to check if a message is in a news folder
5246
5247         (closes Bug 282 clicking on folder with copied Messages from News
5248          immediately after having copied them crashes Sylpheed-Claws)
5249
5250 2003-10-05 [christoph]  0.9.6claws6
5251
5252         * src/Makefile.am
5253         * src/progressdialog.[ch]               ** REMOVE **
5254         * src/gtk/Makefile.am
5255         * src/gtk/progressdialog.[ch]           ** NEW **
5256                 move progressdialog to gtk directory
5257
5258 2003-10-04 [christoph]  0.9.6claws5
5259
5260         * src/prefs_toolbar.c
5261         * src/gtk/prefswindow.c
5262                 remove widget_show_all for pages root widget
5263
5264         * src/plugins/spamassassin/spamassassin.[ch]
5265         * src/plugins/spamassassin/spamassassin_gtk.c
5266         * src/plugins/spamassassin/spamassassin_gtk.glade
5267                 add support for new libspamc transports
5268
5269 2003-10-04 [christoph]  0.9.6claws4
5270
5271         * src/plugins/spamassassin/libspamc.[ch]
5272         * src/plugins/spamassassin/spamassassin.c
5273         * src/plugins/spamassassin/utils.[ch]
5274                 update libspamc to version from SpamAssassin 2.60
5275
5276 2003-10-03 [christoph]  0.9.6claws3
5277
5278         * src/send_message.c
5279                 fix missing format string bug found by
5280                 Georgi Guninski <guninski@guninski.com>
5281
5282 2003-10-03 [paul]       0.9.6claws2
5283
5284         * po/zh_CN.po
5285                 update Simpilified Chinese translation, submitted by
5286                 Hansom Young
5287
5288 2003-10-02 [christoph]  0.9.6claws1
5289
5290         * src/imap.c
5291                 add UIDPLUS support for COPY and EXPUNGE
5292
5293 2003-10-02 [paul]       0.9.6claws
5294
5295         * 0.9.6claws released
5296
5297 2003-10-02 [paul]
5298
5299         * po/es.po
5300           po/sk.po
5301                 update Spanish and Slovak translations
5302                 submitted by Ricardo Mones Lastra and Andrej Kacian
5303  
5304 2003-10-02 [paul]       0.9.5claws43
5305
5306         * po/en_GB.po
5307                 update British English translation
5308
5309 2003-10-02 [paul]       0.9.5claws42
5310
5311         * po/hr.po
5312                 update Croatian translation, submitted by Dragan
5313
5314 2003-10-01 [paul]       0.9.5claws41
5315
5316         * po/pl.po
5317           po/sr.po
5318                 update Polish and Serbian translations, submitted by
5319                 Emil and Urke MMI
5320
5321 2003-10-01 [melvin]     0.9.5claws40
5322
5323         * po/fr.po
5324                 Updated French translations
5325
5326 2003-10-01 [melvin]     0.9.5claws39
5327
5328         * src/prefs_fonts.c
5329                 Fixed a Gtk warning
5330
5331         * src/plugins/dillo_prefs.c     
5332                 Quasi unnoticeable UI clean-up.
5333
5334 2003-10-01 [paul]
5335
5336         * tools/README
5337           tools/maildir2sylpheed.pl
5338                 bug fixes, rewrites, submitted by Matthias Förste 
5339                 <itsjustme@users.sourceforge.net>
5340
5341 2003-09-29 [paul]       0.9.5claws38
5342
5343         * src/inc.c
5344                 fix my coding carelessness
5345
5346 2003-09-29 [paul]       0.9.5claws37
5347
5348         * po/POTFILES.in
5349           src/Makefile.am
5350           src/main.c
5351           src/prefs_common.[ch]
5352           src/prefs_fonts.[ch]  ** NEW FILES **
5353                 move Font config options to Other Prefs/Display/Fonts
5354                 (user's current configuration is preserved)
5355
5356 2003-09-29 [paul]       0.9.5claws36
5357
5358         * src/inc.c
5359           src/prefs_account.c
5360                 allow 'local_mbox' value to point to either a directory 
5361                 (/var/mail -  default, new) or a file (/var/mail/username
5362                 - original)
5363
5364 2003-09-28 [paul]       0.9.5claws35
5365
5366         * src/rfc2015.c
5367                 on signature check, where key exists, print the
5368                 Key ID
5369
5370 2003-09-27 [alfons]     0.9.5claws34
5371
5372         * src/action.c
5373                 o make progress bar not fill/expand when resizing dialog
5374                 o use default fixed text font for actions output
5375
5376 2003-09-27 [paul]       0.9.5claws33
5377
5378         * src/prefs_common.[ch]
5379           src/procmsg.c
5380           src/send_message.c
5381                 remove External Program settings from Common Prefs/Send
5382                 as they are now unnecessary due to Local account settings.
5383                 plus a little tidying-up after 0.9.5claws31
5384
5385 2003-09-27 [paul]       0.9.5claws32
5386
5387         * src/prefs_account.c
5388                 o make correction to gui text:
5389                   'Local mailbox file' -> 'Local mailbox directory'
5390                 o give 'local_mbox' option a reasonable default value:
5391                   '/var/mail'
5392                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5393                   value
5394
5395 2003-09-26 [paul]       0.9.5claws31
5396
5397         * src/inc.c
5398           src/prefs_common.[ch]
5399                 remove 'Incorporate from spool' common pref,
5400                 force creation of a 'Local' account
5401
5402 2003-09-26 [christoph]  0.9.5claws30
5403
5404         * src/folder.c
5405         * src/msgcache.c
5406                 add more NULL pointer checks
5407
5408 2003-09-25 [christoph]  0.9.5claws29
5409
5410         * src/folder.c
5411                 o don't fetch source message to get it's message id
5412                 o immediately scan dest folder when copying a message did not
5413                   return a new message number and not do it when the first message
5414                   without a new message number is found
5415
5416 2003-09-23 [christoph]  0.9.5claws28
5417
5418         * src/compose.c
5419                 fix generating of headers
5420
5421         (patch by David Relson <relson@osagesoftware.com>)
5422
5423 2003-09-23 [paul]       0.9.5claws27
5424
5425         * po/zh_CN.po
5426                 update Simplified Chinese translation. submitted by
5427                 Hansom Young
5428
5429 2003-09-23 [paul]       0.9.5claws26
5430
5431         * tools/Makefile.am
5432           tools/README
5433           tools/vcard2xml.py    ** NEW FILE **
5434                 add a script that converts an evolution vcard to
5435                 sylpheed's xml format
5436                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5437
5438 2003-09-22 [paul]       0.9.5claws25
5439
5440         * src/plugins/clamav/clamav_plugin.c
5441                 don't skip MULTIPART parts
5442
5443 2003-09-21 [christoph]  0.9.5claws24
5444
5445         * src/alertpanel.c
5446                 remove unneeded include
5447
5448         * src/folder.c
5449                 clean up copy/move mess with duplicated code
5450
5451         * src/imap.c
5452                 fix problem that sometimes the folder was not scanned
5453                 also it was changed
5454
5455 2003-09-21 [christoph]  0.9.5claws23
5456
5457         * src/Makefile.am
5458         * src/logwindow.[ch]                    ** REMOVE **
5459         * src/mainwindow.c
5460         * src/prefs_common.c
5461         * src/gtk/Makefile.am
5462         * src/gtk/logwindow.[ch]                ** ADD **
5463                 make logwindow prefs_common independent and move
5464                 it to gtk directory
5465
5466 2003-09-20 [christoph]  0.9.5claws22
5467
5468         * src/compose.c
5469                 add extra space for address code conversion
5470                 (4 * unconvered size could be too small for short headers)
5471
5472 2003-09-20 [christoph]  0.9.5claws21
5473
5474         * src/compose.c
5475                 increase temp buffer size when writing headers
5476
5477 2003-09-19 [darko]      0.9.5claws20
5478
5479         * src/compose.c
5480                 don't ignore value of 'Save copy of outgoing messages to
5481                 this folder instead of Sent' in message redirect
5482
5483 2003-09-17 [christoph]  0.9.5claws19
5484
5485         * src/compose.c
5486                 use ", " as address seperator for mail headers and pass whole
5487                 header line at once to compose_convert_header to make sure
5488                 it is correctly folded
5489
5490         (closes Bug 64 Problem when sending to many recipients)
5491
5492 2003-09-17 [hoa]        0.9.5claws18
5493         
5494         * src/matcher.[ch]
5495           src/matcher_parser_parse.y
5496           src/prefs_matcher.c
5497                 changed the keyword used for command execution in condition
5498                 keyword is changed from "execute" to "test"
5499                 so that it is not the same as the one used for action.
5500                 This will fix a bug when using filtering dialog.
5501                 All semantic in the code is also changed to reflect
5502                 the keyword change.
5503
5504 2003-09-17 [paul]
5505         
5506         * sync with 0.9.6 release
5507
5508 2003-09-17 [paul]       0.9.5claws17
5509
5510         * sync with 0.9.5cvs8
5511                 see ChangeLog 2003-09-16 and 2003-09-17
5512
5513 2003-09-16 [paul]       0.9.5claws16
5514
5515         * sync with 0.9.5cvs6
5516                 see ChangeLog 2003-09-16
5517
5518 2003-09-15 [paul]       0.9.5claws15
5519
5520         * sync with 0.9.5cvs5
5521                 see ChangeLog 2003-09-15
5522
5523 2003-09-14 [alfons]     0.9.5claws14
5524
5525         * src/inc.c
5526                 make "Go to inbox after receiving new mail" again;
5527                 regression of a sync, restored to sylpheed main 
5528                 behaviour. (misses still some bits)
5529
5530 2003-09-14 [alfons]     0.9.5claws13
5531
5532         * src/prefs_filtering_action.c
5533                 o add proper message if empty execute command line
5534                 o don't select first action item after registering a
5535                   new action to prevent (what seems to be a GTK) bug
5536                   #36, "filtering will only accept one action change 
5537                   per invocation".
5538
5539 2003-09-14 [alfons]     0.9.5claws12
5540
5541         * src/prefs_filtering.c
5542         * src/prefs_filtering_action.c
5543         * src/prefs_matcher.c
5544                 fix function signature for key_pressed_event signal handlers
5545
5546 2003-09-14 [alfons]     0.9.5claws11
5547
5548         * src/mainwindow.c
5549                 fix regression caused by fix for invalid bug #7
5550                 (should fix #246, "Multiple selections are deselected when 
5551                 moving from search window to main window")
5552                 
5553 2003-09-14 [alfons]     0.9.5claws10
5554         
5555         * src/actions.[ch]
5556         * src/filtering.[ch]
5557         * src/prefs_actions.c
5558                 allow `filtering actions` in actions; only for advanced users
5559                 right now: try for example, "%as{mark color 2}" 
5560         
5561 2003-09-13 [paul]       0.9.5claws9
5562         
5563         * po/pl.po
5564           po/zh_CN.po   ** NEW FILE **
5565                 update Polish translation, submitted by Emil 
5566                 <eminowbl@posejdon.wpk.p.lodz.pl>
5567                 add new Simplified Chinese translation, submitted by
5568                 Hansom Young <hansom_young@yahoo.com>
5569
5570 2003-09-12 [alfons]     0.9.5claws8
5571
5572         * src/summaryview.c
5573                 don't open separate message views when View | Separate message view
5574                 is active 
5575                 (please look carefully for any navigation regressions)
5576
5577 2003-09-11 [alfons]     0.9.5claws7
5578
5579         * src/mainwindow.c
5580                 make default message view, opened by View | Separate message 
5581                 view, look like a claws message view (which includes a menu
5582                 bar and a toolbar)
5583                 (fixes bug #298, "message view loses tool bar") 
5584
5585 2003-09-11 [christoph]  0.9.5claws6
5586
5587         * src/folderview.c
5588                 fix double deleting of newsgroup folders
5589
5590         (closes Bug 305 crash after deleting of a newsgroup)
5591
5592 2003-09-11 [paul]       0.9.5claws5
5593
5594         * src/rfc2015.c
5595           src/common/utils.h
5596                 more sync'ing from 0.9.5cvs2
5597
5598 2003-09-11 [christoph]  0.9.5claws4
5599
5600         * src/compose.c
5601         * src/rfc2015.c
5602         * src/common/utils.h
5603                 fix sync with 0.9.5cvs2
5604
5605 2003-09-11 [paul]       0.9.5claws3
5606
5607         * sync with 0.9.5cvs4
5608                 see ChangeLog 2003-09-11
5609
5610 2003-09-11 [paul]       0.9.5claws2
5611
5612         * sync with 0.9.5cvs2
5613                 see ChangeLog 2003-09-05
5614                 
5615 2003-09-11 [paul]       0.9.5claws1
5616
5617         * sync with 0.9.5cvs3
5618                 see ChangeLog 2003-09-10
5619
5620 2003-09-10 [paul]       0.9.5claws
5621
5622         * 0.9.5claws released
5623
5624 2003-09-10 [paul]       0.9.4claws78
5625
5626         * src/Makefile.am
5627                 add missing files
5628
5629 2003-09-10 [melvin]     0.9.4claws77
5630
5631         * po/fr.po
5632                 Updated French translations
5633
5634 2003-09-10 [paul]       0.9.4claws76
5635
5636         * po/es.po
5637           po/sk.po
5638           po/sr.po
5639                 update Spanish, Slovak, and Serbian translations.
5640                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5641                 and Urke MMI
5642                 
5643         * AUTHORS
5644                 add translation team section
5645
5646 2003-09-09 [christoph]  0.9.4claws75
5647
5648         * src/folder.c
5649                 free item->prefs in folder_item_destroy
5650
5651 2003-09-09 [alfons]     0.9.4claws74
5652
5653         * src/folderview.c
5654                 o proper check for root node sorting
5655                 o remove unnecessary gtk_ctree_remove_node 
5656
5657         (should fix bug #300, "crash while moving folder")      
5658
5659 2003-09-08 [christoph]  0.9.4claws73
5660
5661         * src/folderview.c
5662                 o fix double adding of IMAP FolderItems to GtkCTree
5663                 o fix crash then mbox folder is removed
5664
5665 2003-09-08 [christoph]  0.9.4claws72
5666
5667         * src/folder.c
5668         * src/folderview.c
5669         * src/mainwindow.c
5670                 fix new folder notification
5671
5672         * src/mbox_folder.c
5673                 fix cache path
5674
5675 2003-09-08 [christoph]  0.9.4claws71
5676
5677         * src/compose.c
5678                 replace '\n' and '\r' before removing trailing spaces
5679
5680         * src/folder.[ch]
5681         * src/folderview.c
5682                 add information about new or removed items in folder tree change
5683                 notification and use this in folderview to add and remove only
5684                 the appected items and not refresh the whole tree
5685
5686 2003-09-07 [match]      0.9.4claws70
5687
5688         * src/Makefile.am
5689         * src/addr_compl.c
5690         * src/addressbook.c
5691         * src/addressitem.h
5692         * src/addrindex.c
5693         * src/addritem.c
5694         * src/addritem.h
5695         * src/addrquery.c                       ** NEW **
5696         * src/addrquery.h
5697         * src/ldapquery.c
5698         * src/ldapserver.c
5699         * src/stock_pixmap.c
5700         * src/stock_pixmap.h
5701         * src/pixmaps/address_search.xpm        ** NEW **
5702                 re-introduce Lookup button for LDAP 'static' searches.
5703
5704 2003-09-07 [alfons]     0.9.4claws69
5705         
5706         * src/summaryview.c
5707                 abandon setting usize for messageview because it gives layout problems
5708                 with the quick search bar and the headerview; fixes assorted UI glitches:
5709                 
5710                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5711                 o bug #280, "Window resiizes for line length but does not revert"
5712
5713 2003-09-07 [christoph]  0.9.4claws68
5714
5715         * src/compose.c
5716                 o make sure we don't have any newlines in header values
5717                 o check custom headers for spaces and newlines and ignore
5718                   malformed header names
5719
5720 2003-09-06 [christoph]  0.9.4claws67
5721
5722         * src/folder.c
5723         * src/folderview.c
5724                 invoke notification hook for folder tree changes after append
5725                 and remove folder
5726
5727         (closes Bug 294 Crash while moving folder with many subdirectories)
5728
5729 2003-09-06 [christoph]  0.9.4claws66
5730
5731         * src/folder.c
5732                 destroy folder's MsgCache if FolderItem is removed to make sure
5733                 it is not saved when the FolderItem is destroyed
5734
5735 2003-09-06 [christoph]  0.9.4claws65
5736
5737         * src/plugins/clamav/clamav_plugin.c
5738                 fix copy & paste bug
5739
5740 2003-09-05 [christoph]  0.9.4claws64
5741
5742         * src/folder.c
5743         * src/messageview.[ch]
5744         * src/procmsg.[ch]
5745         * src/summaryview.c
5746                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5747                 by MessageView to clear it when the message is deleted. Should
5748                 work even if messages are deleted in MainWindow or by
5749                 processing.
5750
5751 2003-09-05 [alfons]     0.9.4claws63
5752
5753         * src/messageview.c
5754                 deleting a message in a message view frees its msginfo, make 
5755                 messageview_update_all() aware of that (should fix bug #293,
5756                 "deleting message caused crash")
5757
5758 2003-09-05 [melvin]     0.9.4claws62
5759
5760         * src/action.c
5761                 Improve synchronous action exit code (fixes 
5762                 a ~5 seconds delay after action exit on RedHat 9)
5763
5764 2003-09-04 [christoph]  0.9.4claws61
5765
5766         * src/compose.c
5767         * src/rfc2015.c
5768         * src/common/utils.[ch]
5769                 add util function to create mime boundary and use it
5770                 in compose and gpg code
5771
5772 2003-09-04 [alfons]     0.9.4claws60
5773
5774         * src/folder.c
5775                 source folder item's GNode should already have been freed in 
5776                 a previous call to src->folder->klass->remove_folder()
5777                 (should fix bug #287, "crash when moving folders")
5778
5779 2003-09-03 [thorsten]   0.9.4claws59
5780
5781         * src/plugins/spamassassin/spamassassin_gtk.c
5782                 fix compile error
5783
5784 2003-09-03 [christoph]  0.9.4claws58
5785
5786         * src/plugins/spamassassin/spamassassin.[ch]
5787         * src/plugins/spamassassin/spamassassin_gtk.c
5788                 add timeout config option
5789
5790 2003-09-03 [paul]       0.9.4claws57
5791
5792         * po/sk.po      ** NEW FILE **
5793                 add Slovak translation. Submitted by Andrej Kacian 
5794                 <andrej@kacian.sk>
5795
5796 2003-09-03 [paul]       0.9.4claws56
5797
5798         * src/plugins/clamav/clamav_plugin_gtk.c
5799                 gui tweaks: replace a label with a tooltip, modify the
5800                 text, use gtk_check_button_new(); instead of
5801                 gtk_check_button_new_with_label("");
5802
5803 2003-09-02 [alfons]     0.9.4claws55
5804
5805         * src/gtk/filesel.c
5806                 remember last used dir when attaching multiple files (should fix
5807                 bug #290, "Attach File does not remember directory")
5808
5809 2003-09-01 [paul]       0.9.4claws54
5810
5811         * po/es.po
5812                 updated by Ricardo Mones Lastra
5813
5814 2003-09-01 [alfons]     0.9.4claws53
5815
5816         * src/gtk/gtkaspell.[ch]
5817                 be pedantic and strict and use const gchar * instead of guchar *
5818
5819 2003-09-01 [alfons]     0.9.4claws52
5820
5821         * src/mainwindow.c
5822         * src/summaryviewc.
5823                 re-enable Save As when multiple messages are selected
5824
5825 2003-09-01 [paul]       0.9.4claws51
5826
5827         * src/textview.c
5828                 g_free(trimmed_uri);
5829
5830 2003-09-01 [paul]       0.9.4claws50
5831
5832         * sync with 0.9.4cvs13
5833                 see ChangeLog 2003-09-01
5834
5835 2003-09-01 [paul]       0.9.4claws49
5836
5837         * src/textview.c
5838                 trim uri before sending to the statusbar
5839                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5840                 in the message window causes main S-C window to enlarge 
5841                 past screen edges'
5842
5843 2003-09-01 [paul]       0.9.4claws48
5844
5845         * sync with 0.9.4cvs12
5846                 see ChangeLog 2003-09-01
5847
5848 2003-08-30 [christoph]  0.9.4claws47
5849
5850         * src/compose.c
5851         * src/folder_item_prefs.[ch]
5852         * src/prefs_folder_item.c
5853         * src/gtk/gtkaspell.[ch]
5854                 commit per folder dictionary patch by
5855                 Paul Evans <nerd@freeuk.com>
5856
5857 2003-08-30 [christoph]  0.9.4claws46
5858
5859         * src/plugins/spamassassin/spamassassin_gtk.c
5860         * src/plugins/spamassassin/spamassassin_gtk.glade
5861                 reduce GUI clutter by placing hints into tooltips
5862
5863 2003-08-30 [paul]       0.9.4claws45
5864
5865         * src/compose.c
5866                 add 'Content-Disposition: inline' to a text/plain
5867                 part when using PGP/MIME signing
5868
5869 2003-08-30 [paul]       0.9.4claws44
5870
5871         * src/prefs_common.c
5872           src/prefs_spelling.c
5873           src/prefs_spelling.glade
5874                 reduce GUI clutter by placing hints into tooltips
5875
5876 2003-08-29 [christoph]  0.9.4claws43
5877
5878         * configure.ac
5879                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5880
5881         * src/stock_pixmap.c
5882                 change unecessary warning into a debug message
5883
5884         * src/plugins/clamav/Makefile.am
5885                 Fix error "-I$(CLAMAV_LIBS)"
5886
5887 2003-08-29 [christoph]  0.9.4claws42
5888
5889         * intl/Makefile.in
5890         * src/Makefile.am
5891         * src/matcher.h
5892         * src/common/Makefile.am
5893         * src/common/passcrypt.c
5894                 commit fixes and patches for some of the IRIX problems found by
5895                 Ivan Rayner <ivanr@sgi.com>
5896
5897 2003-08-29 [paul]       0.9.4claws41
5898
5899         * src/prefs_filtering.c
5900                 add 'Top' and 'Bottom' buttons, based on changes in
5901                 src/prefs_filter.c in 0.9.4cvs11.
5902
5903 2003-08-27 [christoph]  0.9.4claws40
5904
5905         * src/folderview.c
5906                 fix bug that the current summary settings were copied to the
5907                 wrong folder item, when the folder item prefs are opened.
5908                 Copying is not required because summary settings and
5909                 folder_item_prefs do not contain the same settings
5910
5911 2003-08-27 [thorsten]   0.9.4claws39
5912
5913         * src/imap.c
5914                 fix compile error
5915
5916 2003-08-26 [paul]       0.9.4claws38
5917
5918         * sync with 0.9.4cvs9
5919                 see ChangeLog 2003-08-26
5920
5921 2003-08-25 [paul]       0.9.4claws37
5922
5923         * sync with 0.9.4cvs8
5924                 see ChangeLog 2003-08-25
5925
5926 2003-08-24 [christoph]  0.9.4claws36
5927
5928         * src/prefs_filtering.c
5929                 shouldn't remove items from a GSList while iterating over the
5930                 list (makes cur invalid and cur->next not accessable)
5931
5932         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5933          crashed)
5934
5935 2003-08-23 [christoph]  0.9.4claws35
5936
5937         * src/news.c
5938                 news folders should be scanned when opened
5939
5940 2003-08-22 [christoph]  0.9.4claws34
5941
5942         * src/prefs_folder_item.c
5943                 use macro to assign strings that always frees the old string
5944
5945         * src/gtk/gtkaspell.[ch]
5946                 add gtkaspell_set_dictionary_menu_active_item() to set active
5947                 item in dictionary option menu
5948
5949         * src/prefs_spelling.c
5950                 use gtkaspell_set_dictionary_menu_active_item() to select
5951                 dictionary
5952
5953 2003-08-21 [christoph]  0.9.4claws33
5954
5955         * src/folder.[ch]
5956         * src/imap.c
5957         * src/mbox_folder.c
5958         * src/mh.c
5959         * src/news.c
5960                 optimize folder system
5961
5962         * src/gtk/gtkstext.c
5963                 fix division by zero when font has 0 width for ' '
5964
5965 2003-08-21 [paul]       0.9.4claws32
5966
5967         * sync with 0.9.4cvs7
5968                 see ChangeLog 2003-08-20
5969
5970 2003-08-19 [paul]       0.9.4claws31
5971
5972         * src/common/defs.h
5973                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5974                 SYLDOC_FAQ_HTML_INDEX.
5975         * src/manual.c
5976                 use LC_MESSAGES instead of LC_ALL to find the current
5977                 language
5978
5979           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5980
5981 2003-08-19 [paul]       0.9.4claws30
5982
5983         * po/bg.po
5984                 updated by George Danchev
5985
5986 2003-08-18 [luke]       0.9.4claws29
5987         * src/mimeview.[ch]
5988         * src/gtk/gtkvscrollbutton.[ch]
5989                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5990                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5991                 o removed horizontal separator between icons
5992
5993 2003-08-17 [christoph]  0.9.4claws28
5994
5995         * src/procmsg.c
5996                 no subject threading when the subject has no reply prefix
5997
5998 2003-08-16 [christoph]  0.9.4claws27
5999
6000         * src/mainwindow.c
6001                 remember and restore window sizes and position when the main
6002                 window is hidden or shown
6003
6004         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6005          minimised/reopened using trayicon)
6006
6007 2003-08-16 [paul]       0.9.4claws26
6008
6009         * src/crash.c
6010                 add #include "defs.h"
6011
6012 2003-08-16 [paul]       0.9.4claws25
6013
6014         * src/plugins/clamav/clamav_plugin.c
6015                 reword a debug_print
6016                 
6017         * src/plugins/dillo_viewer/dillo_prefs.c
6018                 cosmetic: change the labels' text, add tooltips, and
6019                 left-align the hint
6020
6021 2003-08-15 [christoph]  0.9.4claws24
6022
6023         * src/news.c
6024                 complete last change (forgot some changes)
6025
6026 2003-08-15 [christoph]  0.9.4claws23
6027
6028         * src/news.c
6029                 o check number of messages and don't return a 0 message
6030                   when no messages are available
6031                 o don't parse xref header anymore
6032
6033         (closes Bug 203 I'm not getting any news)
6034
6035 2003-08-15 [paul]       0.9.4claws22
6036
6037         * src/common/defs.h
6038           src/crash.c
6039                 update and define claws bugzilla location
6040
6041 2003-08-15 [paul]       0.9.4claws21
6042
6043         * po/ru.po
6044                 update submitted by Ruslan N. Balkin
6045
6046 2003-08-14 [christoph]  0.9.4claws20
6047
6048         * src/procmsg.c
6049                 fix search for oldest node in subject threading
6050
6051 2003-08-14 [christoph]  0.9.4claws19
6052
6053         * src/procmsg.c
6054         * src/common/utils.h
6055                 add possibility to check all nodes with the same subject for
6056                 subject threading, not only the oldest node. Should not break
6057                 threads anymore if the oldest node is thread_by_subject_max_age
6058                 days older then parent, because it can now find a child of
6059                 oldest node as new parent.
6060
6061 2003-08-11 [christoph]  0.9.4claws18
6062
6063         * src/plugins/spamassassin/spamassassin.c
6064                 run spam check in background process
6065
6066 2003-08-10 [alfons]     0.9.4claws17
6067
6068         * src/summaryview.c
6069                 make `Select All' sensitive too
6070
6071 2003-08-10 [christoph]  0.9.4claws16
6072
6073         * src/imap.c
6074                 add more checks in imap_close
6075
6076 2003-08-09 [alfons]     0.9.4claws15
6077
6078         * src/prefs_spelling.c
6079                 no spell checking UI if not requested
6080
6081 2003-08-09 [alfons]     0.9.4claws14
6082
6083         * src/gtk/prefswindow.c
6084                 make it compile
6085
6086 2003-08-09 [christoph]  0.9.4claws13
6087
6088         * src/prefs_spelling.c
6089         * src/gtk/prefswindow.[ch]
6090         * src/plugins/clamav/clamav_plugin_gtk.c
6091         * src/plugins/spamassassin/spamassassin_gtk.c
6092                 sort prefs pages by heighest weight in tree
6093
6094 2003-08-09 [paul]       0.9.4claws12
6095
6096         * sync with 0.9.4cvs6
6097                 see ChangeLog 2003-08-07
6098                 
6099         * AUTHORS
6100                 add Leandro and Luke to claws-branch section
6101
6102 2003-08-09 [christoph]  0.9.4claws11
6103
6104         * src/gtk/Makefile.am
6105         * src/gtk/colorsel.[ch]                 ** NEW **
6106                 create a color selection dialog that can be used as a simple
6107                 function call with it's own gtk main loop like filesel.[ch]
6108
6109         * src/Makefile.am
6110         * src/main.c
6111         * src/prefs_common.c
6112         * src/prefs_spelling.[ch]               ** NEW **
6113         * src/prefs_spelling.glade              ** NEW **
6114         * src/gtk/gtkutils.[ch]
6115                 move "Spell Checker" prefs to new prefs dialog
6116
6117         * src/prefs_folder_item.c
6118                 use new colorsel dialog
6119
6120 2003-08-08 [paul]       0.9.4claws10
6121
6122         * src/inc.c
6123                 clear the progress bar unconditionally
6124
6125 2003-08-08 [paul]       0.9.4claws9
6126
6127         * sync with 0.9.4cvs4
6128                 see ChangeLog 2003-07-31
6129
6130 2003-08-07 [christoph]  0.9.4claws8
6131
6132         * configure.ac
6133                 fix bug in image viewer plugin part
6134
6135         * src/imap.c
6136                 don't execute close command if the folder item is not selected
6137
6138 2003-08-07 [hoa]        0.9.4claws7
6139
6140         * src/filtering.[ch]
6141         * src/matcher_parser.h
6142         * src/matcher_parser_parse.y
6143                 can define several actions for each filtering rule
6144                 can import old versions of filtering rules
6145
6146         * src/prefs_filtering.c
6147                 call to a new dialog box to define actions
6148
6149         * src/prefs_filtering_action.[ch]
6150                 dialog box to define actions for filtering rules
6151
6152 2003-08-06 [christoph]  0.9.4claws6
6153
6154         * src/imap.c
6155                 make sure source folder is selected when copying messages
6156
6157 2003-08-06 [christoph]  0.9.4claws5
6158
6159         * sync with 0.9.4cvs2
6160                 see ChangeLog 2003-07-29                
6161
6162 2003-08-05 [paul]       0.9.4claws4
6163
6164         * sync with 0.9.4cvs3
6165                 see ChangeLog 2003-07-30
6166
6167 2003-08-04 [match]      0.9.4claws3
6168
6169         * po/POTFILES.in
6170                 export of LDIF files.
6171
6172 2003-08-04 [match]      0.9.4claws2
6173
6174         * src/ldif.[ch]
6175                 support for export LDIF. documented.
6176         * src/importldif.[ch]
6177         * src/exportldif.[ch]
6178                 add tooltips. documented.
6179         * src/exphtmldlg.[ch]
6180         * src/common/xmlprops.[ch]
6181                 documented.
6182         * src/exportldif.[ch]                   ** NEW **
6183         * src/expldifdlg.[ch]                   ** NEW **
6184         * src/addressbook.[ch]
6185         * src/Makefile.am
6186                 export of LDIF files.
6187                 documented.
6188
6189 2003-08-04 [christoph]  0.9.4claws1
6190
6191         * .cvsignore
6192         * Makefile.am
6193         * configure.ac
6194         * sylpheed-claws.pc.in                  ** NEW **
6195         * src/Makefile.am
6196         * src/common/Makefile.am
6197         * src/gtk/Makefile.am
6198                 install sylpheed header files in $(pkgincludedir) and create a
6199                 pkg-config file to allow building a plugin without the source
6200                 package
6201
6202 2003-08-04 [paul]       0.9.4claws
6203
6204         * version 0.9.4claws
6205
6206 2003-08-04 [paul]       0.9.3claws97
6207
6208         * po/es.po
6209                 update Spanish translation. Submitted by Ricardo
6210                 Mones Lastra.
6211
6212 2003-08-03 [paul]       0.9.3claws96
6213
6214         * po/hr.po
6215           po/sr.po
6216                 update Croatian and Serbian translations. Submitted by
6217                 Dragan and Urke MMI respectively
6218
6219 2003-08-03 [alfons]     0.9.3claws95
6220
6221         * src/summaryview.c
6222                 mark flag has precedence over important flag - seems
6223                 to have been changed in sync of 0.9.3claws45. this fixes
6224                 a regression where messages that were scored as important
6225                 don't show their mark flags. (using the same column for
6226                 both importance as mark flags is the real problem
6227                 ofcourse)
6228
6229 2003-08-03 [melvin]     0.9.3claws94
6230
6231         * po/fr.po
6232                 Updated French translations.
6233
6234 2003-08-03 [melvin]     0.9.3claws93
6235
6236         * src/Makefile.am
6237                 Fixed typo introduced after 0.9.3claws92 
6238                 that prevented compilation
6239                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6240                 CPPFLAGS and YFLAGS to allow user setting these.
6241         * src/common/Makefile.am
6242         * src/gtk/Makefile.am
6243         * src/plugins/clamav/Makefile.am
6244         * src/plugins/demo/Makefile.am
6245         * src/plugins/dillo_viewer/Makefile.am
6246         * src/plugins/image_viewer/Makefile.am
6247         * src/plugins/mathml_viewer/Makefile.am
6248         * src/plugins/spamassassin/Makefile.am
6249         * src/plugins/trayicon/Makefile.am
6250         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6251                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6252                 CPPFLAGS and YFLAGS to allow user setting these.
6253
6254 2003-08-02 [christoph]  0.9.3claws92
6255
6256         * configure.ac
6257                 o rearrange plugin tests
6258                 o add test for clamav.h to ClamAV tests
6259
6260 2003-08-02 [luke]       0.9.3claws91
6261
6262         * src/mimeview.c
6263                 o fixed appearance of icon list when toggling back from the 
6264                   ctree
6265                 o toggling of icons using the keyboard works correctly
6266                 o fixed all other keyboard shortcuts to work when icons are
6267                   active
6268         
6269         * src/messageview.c
6270                 o fixed bug 4 - focus lost when changing messageview view type
6271
6272 2003-08-02 [christoph]  0.9.3claws90
6273
6274         * src/common/hooks.c
6275                 fix crash when pointer stored in hash table could get invalid
6276                 when a plugin is unloaded
6277
6278 2003-08-01 [christoph]  0.9.3claws89
6279
6280         * configure.ac
6281                 o try to build all plugins (except spamassassin) by default
6282                 o don't build a plugin if a dependency check fails
6283
6284         * src/common/hooks.c
6285                 fix warning
6286
6287 2003-08-01 [match]      0.9.3claws88
6288
6289         * src/importldif.c
6290                 allow single click field selection. document code.
6291
6292 2003-08-01 [christoph]  0.9.3claws87
6293
6294         * src/plugins/clamav/clamav_plugin.c
6295         * src/plugins/clamav/clamav_plugin_gtk.c
6296         * src/plugins/dillo_viewer/dillo_viewer.c
6297         * src/plugins/image_viewer/plugin.c
6298         * src/plugins/mathml_viewer/mathml_viewer.c
6299         * src/plugins/spamassassin/spamassassin.c
6300         * src/plugins/spamassassin/spamassassin_gtk.c
6301         * src/plugins/trayicon/trayicon.c
6302                 add version check to all plugins
6303
6304 2003-08-01 [hoa]        0.9.3claws86
6305
6306         * src/prefs_filtering.c
6307                 fixed a cosmetic bug, during creation of dialog box,
6308                 wrong widgets were shown after creation.
6309
6310 2003-08-01 [luke]       0.9.3claws85
6311
6312         * src/mainwindow.c
6313                 o fixed visibility of icons/mimeview after toggling separate
6314                   message/folder view (factored out some similar code too).
6315
6316
6317 2003-07-31 [alfons]     0.9.3claws84
6318
6319         * src/mimeview.c
6320                 tweak icon box UI a bit more, now allowing right-clicks actions
6321                 getting the relevant mime data too; should fix #250, "Can't save 
6322                 attachments sometimes".
6323
6324 2003-07-30 [alfons]     0.9.3claws83
6325
6326         * src/compose.c
6327                 don't do auto-save-draft inside key press handler, but rather
6328                 schedule it half of a second later; should fix #67, "autosave 
6329                 make re-rediting message crazy"
6330
6331 2003-07-30 [christoph]  0.9.3claws82
6332
6333         * src/plugins/trayicon/trayicon.c
6334                 process pending events before unloading the plugin
6335
6336         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6337
6338 2003-07-30 [alfons]     0.9.3claws81
6339
6340         * src/common/hooks.c
6341                 parameter 2 of g_hook_destroy() should really be a hook id
6342
6343 2003-07-30 [alfons]     0.9.3claws80
6344
6345         * src/common/plugin.c
6346                 fix a possibly harmful function signature mismatch 
6347                 for plugin_done
6348
6349 2003-07-30 [alfons]     0.9.3claws79
6350
6351         * src/common/hooks[.ch]
6352                 const correctness
6353
6354 2003-07-30 [darko]      0.9.3claws78
6355
6356         * src/summaryview.c
6357                 make it compile again
6358
6359 2003-07-30 [luke]       0.9.3claws77
6360
6361         * src/crash.c
6362         * src/main.c
6363                 o added/moved signal handlers for SIGTERM (normal kill command) 
6364                   and SIGINT (ctl-c) to be used even without 
6365                   --enable-crash-dialog, fixing bug 166
6366
6367         * src/summaryview.c
6368                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6369                   bug 227
6370
6371         * src/mainwindow.c
6372                 o changed sensitivity condition for 'Next new' and 'Next 
6373                   unread', fixing bug 8
6374
6375 2003-07-29 [alfons]     0.9.3claws76
6376
6377         * src/common/utils.[ch]
6378                 add generate_msgid()
6379         * src/messageview.c
6380                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6381                 sent folder".
6382
6383 2003-07-29 [alfons]     0.9.3claws75
6384
6385         * src/messageview.c
6386                 fix a memleak (claws-only)
6387
6388 2003-07-29 [alfons]     0.9.3claws74
6389
6390         * src/mimeview.[ch]
6391         * src/gtk/gtkvscrollbutton.[ch]
6392                 fix UI glitch where mime icon toolbox' scroll position is not 
6393                 reset after switching to another message
6394                 
6395
6396 2003-07-29 [paul]       0.9.3claws73
6397
6398         * src/prefs_folder_item.c
6399                 split the prefs into 2 separate pages
6400
6401 2003-07-29 [paul]       0.9.3claws72
6402
6403         * src/compose.c
6404                 prepend "\n\n" to a signature without a separator too
6405
6406 2003-07-29 [paul]       0.9.3claws71
6407
6408         * src/compose.c
6409                 fix bug where changing to an account without an auto-sig
6410                 from an initial account without an auto-sig would insert 
6411                 2 blank lines at the cursor point
6412                 fix bug where changing to an account with an auto-sig
6413                 from an initial account without an auto-sig would insert
6414                 the sig at the cursor point
6415
6416 2003-07-29 [paul]       0.9.3claws70
6417
6418         * src/folderview.c
6419                 use the colour from the folder pref unless the folder
6420                 has new messages
6421
6422 2003-07-29 [alfons]     0.9.3claws69
6423
6424         * src/procmsg.[ch]
6425         * src/messageview.c
6426         * src/procheader.c
6427                 rewrite return receipt request work a little bit (the former 
6428                 implementation presumably depended too much on the UI setting
6429                 flags). (we're losing the old pending flag.) 
6430
6431 2003-07-28 [christoph]  0.9.3claws68
6432
6433         * src/folder.c
6434         * src/imap.c
6435         * src/mh.c
6436         * src/procmsg.[ch]
6437                 fix copy to IMAP folder from other folder
6438
6439 2003-07-28 [christoph]  0.9.3claws67
6440
6441         * src/procmsg.c
6442                 fix sync of procmsg_get_message_file_list
6443
6444 2003-07-28 [christoph]  0.9.3claws66
6445
6446         * sync with 0.9.3cvs14
6447                 see ChangeLog 2003-07-18
6448         * sync with 0.9.3cvs17
6449                 see ChangeLog 2003-07-23
6450
6451         (closes Bug 234 segmentation fault after sending out mail via
6452          smtp(auth))
6453
6454 2003-07-28 [paul]       0.9.3claws65
6455
6456         * po/es.po
6457                 update Spanish translation, submitted by Ricardo Mones
6458                 Lastra
6459
6460 2003-07-28 [christoph]  0.9.3claws64
6461
6462         * src/folder.[ch]
6463         * src/imap.c
6464         * src/mh.c
6465                 return new message numbers as a GRelation instead of a GSList
6466                 that has to be in the same order as the input list. A list
6467                 would make it hard for IMAP to optimize oepration by sorting
6468                 the input list. The returned list would have to be reordered
6469                 to match the same order that input list has.
6470
6471         * src/gtk/gtkaspell.c
6472                 fix missing return value, could cause a crash when garbage is
6473                 on the stack that is used as the expected return value
6474
6475 2003-07-28 [paul]       0.9.3claws63
6476
6477         * sync with 0.9.4cvs1
6478                 see ChangeLog 2003-07-28
6479
6480 2003-07-27 [alfons]     0.9.3claws62
6481
6482         * src/mimeview.c
6483                 tweak it more to make icon list act like a check button group
6484
6485 2003-07-27 [christoph]  0.9.3claws61
6486
6487         * sync with 0.9.3cvs20
6488                 see ChangeLog 2003-07-25
6489
6490 2003-07-27 [paul]       0.9.3claws60
6491
6492         * src/procmsg.c
6493                 re-commit changes from 0.9.3claws58 -
6494                 accidently removed in 0.9.3claws59
6495
6496 2003-07-27 [paul]       0.9.3claws59
6497
6498         * src/procmsg.[ch]
6499                 a sync from 0.9.3cvs17
6500                 see ChangeLog 2003-07-23
6501
6502 2003-07-27 [alfons]     0.9.3claws58
6503
6504         * src/procmsg.c
6505                 add missing header members to MsgInfo; fixes the problem of 
6506                 not displaying X-Faces, as noticed by Ricardo Mones
6507
6508 2003-07-26 [christoph]  0.9.3claws57
6509
6510         * sync with 0.9.3cvs18
6511                 see ChangeLog 2003-07-24
6512
6513 2003-07-26 [christoph]  0.9.3claws56
6514
6515         * sync with 0.9.3cvs17
6516                 see ChangeLog 2003-07-23
6517
6518 2003-07-26 [christoph]  0.9.3claws55
6519
6520         * src/folder.[ch]
6521         * src/imap.c
6522         * src/mbox_folder.c
6523         * src/mh.c
6524         * src/news.c
6525                 add support for copy function that copy multiple messages
6526                 (not implemented yet)
6527
6528         * src/summaryview.c
6529                 add missing return value
6530
6531 2003-07-26 [paul]       0.9.3claws54
6532
6533         * tools/multiwebsearch.pl
6534                 do whitespace substitution before passing the string
6535                 to the browser. fixes bug with browsers that don't
6536                 do whitespace conversion themselves.
6537
6538 2003-07-25 [christoph]  0.9.3claws53
6539
6540         * src/folder.[ch]
6541         * src/imap.c
6542         * src/mh.c
6543                 rewrite adding of multiple messages to a folder for
6544                 claws' folder system
6545
6546 2003-07-25 [luke]       0.9.3claws52
6547
6548         * src/mimeview.c
6549                 o icon toggles set correctly on leaving ctree mimeview
6550
6551 2003-07-25 [paul]       0.9.3claws51
6552
6553         * partial sync with 0.9.3cvs21 [src/main.c]
6554                 see ChangeLog 2003-07-25
6555
6556 2003-07-24 [paul]       0.9.3claws50
6557
6558         * tools/maildir2sylpheed.pl
6559                 fix typo
6560
6561 2003-07-24 [paul]       0.9.3claws49
6562
6563         * src/mimeview.c
6564                 increase the gutter size of paned so that the panes
6565                 can be resized
6566                 
6567         * src/plugins/demo/demo.c
6568                 squeeze in another typo fix
6569
6570 2003-07-24 [paul]       0.9.3claws48
6571
6572         * src/plugins/demo/demo.c
6573           src/prefs_account.c
6574                 small changes to the English
6575                 
6576         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6577           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6578           src/Makefile.am
6579           src/stock_pixmap.c
6580                 rename the misspelled icon
6581
6582 2003-07-23 [alfons]     0.9.3claws47
6583
6584         * src/mimeview.c
6585                 make icon list look like a list of toggles
6586
6587 2003-07-23 [luke]       0.9.3claws46
6588
6589         * src/pixmaps/mimeview_gpg_expired.xpm
6590         * src/pixmaps/mimeview_gpg_failed.xpm
6591         * src/pixmaps/mimeview_gpg_passed.xpm
6592         * src/pixmaps/mimeview_text_html.xpm
6593         * src/pixmaps/mimeview_image.xpm
6594                 o all icons the same size
6595
6596         * src/mimeview.[ch]
6597                 o mimeview ctree arranged vertically above the viewer
6598                 o icons changed to buttons
6599                 o can use keyboard to select an icon (Enter)
6600                 o resize icon list to width of icons
6601
6602         *  src/gtk/gtkvscrollbutton.c
6603                 o sensitivity of buttons reacts to position
6604
6605 2003-07-23 [christoph]  0.9.3claws45
6606
6607         * sync with 0.9.3cvs14 (incomplete)
6608                 see ChangeLog 2003-07-17
6609
6610 2003-07-23 [alfons]     0.9.3claws44
6611
6612         * src/folder.c
6613         * src/procmsg.h
6614                 sync with my local tree to restore some claws-only things
6615
6616 2003-07-23 [paul]       0.9.3claws43
6617
6618         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6619           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6620           src/Makefile.am
6621           src/mimeview.c
6622           src/procmime.h
6623           src/rfc2015.c
6624           src/stock_pixmap.[ch]
6625                 indicate missing keys and expired sigs/keys
6626                 in mime view column
6627
6628 2003-07-23 [paul]       0.9.3claws42
6629
6630         * src/compose.c
6631                 Redirect fixes: enable automatic account selection and
6632                 do not append signature to message on changing account
6633                 fixes Bug[s] #248
6634
6635 2003-07-23 [paul]       0.9.3claws41
6636
6637         * sync with 0.9.3cvs16
6638                 see ChangeLog 2003-07-23
6639
6640 2003-07-23 [alfons]     0.9.3claws40
6641
6642         * src/inc.c
6643                 give progress dialog a main window, and give it the first 
6644                 one (presumably the only one). fixes bug #247, "segfault on 
6645                 pop-before-smtp" 
6646
6647 2003-07-22 [alfons]     0.9.3claws39
6648
6649         * src/summaryview.c
6650                 shift-space scrolls up
6651
6652 2003-07-22 [paul]       0.9.3claws38
6653
6654         * sync with 0.9.3cvs15
6655                 see ChangeLog 2003-07-22
6656
6657 2003-07-20 [alfons]     0.9.3claws37
6658
6659         * src/compose.c
6660                 put menu inside #ifdef USE_ASPELL..#endif
6661
6662 2003-07-20 [christoph]  0.9.3claws36
6663
6664         * src/procmsg.c
6665                 fix wrong flags in MsgInfo returned by
6666                 procmsg_msginfo_get_full_info()
6667
6668         (closes Bug 221 Deleting messages from the Message View gives incorrect
6669          new/unread message counts in the folder view)
6670
6671         * src/plugins/spamassassin/spamassassin_gtk.c
6672                 add gettext macro for prefs page title
6673
6674 2003-07-20 [paul]       0.9.3claws35
6675
6676         * src/mimeview.c
6677                 redraw icon list on signature check
6678
6679 2003-07-20 [christoph]  0.9.3claws34
6680
6681         * src/Makefile.am
6682         * src/account.c
6683         * src/folder.[ch]
6684         * src/folder_item_prefs.[ch]            ** NEW **
6685         * src/folderview.c
6686         * src/mainwindow.c
6687         * src/mh.c
6688         * src/prefs_gtk.c
6689         * src/prefs_scoring.c
6690         * src/summaryview.c
6691         * src/prefs_folder_item.[ch]
6692                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6693                   Properties dialog
6694                 o use prefswindow for folder properties
6695
6696         * src/gtk/prefswindow.[ch]
6697                 change implementation to use an invisible notebook instead
6698                 of unparenting widgets
6699
6700 2003-07-20 [christoph]  0.9.3claws33
6701
6702         * src/compose.h
6703         * src/folder.c
6704         * src/folderview.h
6705         * src/headerview.h
6706         * src/prefs_filtering.h
6707         * src/prefs_folder_item.[ch]
6708         * src/procmime.h
6709         * src/procmsg.h
6710         * src/summaryview.h
6711                 clean up header mess
6712                 (always use 1. typedefs, 2. #includes, 3. structures)
6713
6714         * src/common/version.h.in
6715                 add casts for constants
6716
6717         * src/plugins/demo/demo.c
6718                 fix typo
6719
6720         * src/plugins/spamassassin/spamassassin.c
6721                 remove unused variable
6722
6723 2003-07-20 [alfons]     0.9.3claws32
6724
6725         * src/mimeview.c
6726                 o make icon buttons respond on left click
6727                 o minor cosmetic change
6728
6729 2003-07-19 [luke]       0.9.3claws31
6730
6731         * src/mimeview.[ch]
6732         * src/gtk/gtkvscrollbutton.c
6733         * src/messageview.c
6734                 o improved mimeview behaviour when selecting a new message
6735                 o plus code cleanups to remove compile warnings
6736
6737
6738 2003-07-19 [alfons]     0.9.3claws30
6739
6740         * src/procmsg.c
6741         * src/compose.c
6742         * src/common/utils.[ch]
6743                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6744
6745 2003-07-19 [alfons]     0.9.3claws29
6746
6747         * src/prefs_folder_item.c
6748                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6749                 string pointers
6750
6751 2003-07-19 [luke]       0.9.3claws28
6752
6753         * src/messageview.c
6754         * src/mimeview.[ch]
6755         * src/procmime.h
6756         * src/rfc2015.c
6757         * src/stock_pixmap.[ch]
6758         * src/gtk/Makefile.am
6759         * src/Makefile.am
6760         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6761         * src/pixmaps/mime_*.xpm                ** NEW **
6762                 o mimeview rearrangement with a new icon shortcut bar
6763
6764 2003-07-19 [alfons]     0.9.3claws27
6765
6766         * src/folderview.c
6767                 o plug leaking nodes_to_recollapse
6768                 o add folderview_recollapse_all_nodes() (not used yet)
6769
6770 2003-07-19 [alfons]     0.9.3claws26
6771
6772         * src/compose.c
6773         * src/common/utils.c
6774                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6775                 for both forwarding as replying
6776
6777 2003-07-18 [christoph]  0.9.3claws25
6778
6779         * configure.ac
6780         * src/common/sylpheed.[ch]
6781         * src/common/version.h.in
6782                 add version in numeric form to allow easy comparison
6783
6784         * src/plugins/demo/demo.c
6785                 add version check
6786                 - sylpheed version > plugin version => never allowed, sylpheed
6787                   could contain unknown API changes
6788                 - sylpheed version < minimum version required => don't load,
6789                   API required not available (if linking does not fail)
6790
6791 2003-07-18 [alfons]     0.9.3claws24
6792         
6793         * src/common/plugin.[ch]
6794                 const correctness
6795
6796 2003-07-18 [christoph]  0.9.3claws23
6797
6798         * src/common/hooks.c
6799                 fix crash when hooks where unregisted
6800
6801         * src/plugins/trayicon/trayicon.c
6802                 unregister detroy signal before destroying the widget
6803                 (still crashes when the plugin is unloaded)
6804
6805 2003-07-18 [alfons]     0.9.3claws22
6806         
6807         * src/folderview.c
6808                 delay expanding folder tree during drags until timeout triggered
6809                 (needs perhaps some tweaking, so testing is welcome)
6810
6811 2003-07-17 [alfons]     0.9.3claws21
6812
6813         * src/folderview.c
6814                 clean up cruft
6815
6816 2003-07-17 [christoph]  0.9.3claws20
6817
6818         * src/common/session.c
6819                 fix opening of SSL connections
6820
6821         * src/plugins/image_viewer/Makefile.am
6822                 add OPENSSL_CFLAGS (we should find a better solution to remove
6823                 this dependencies if they are not required)
6824
6825         * src/plugins/spamassassin/spamassassin.c
6826                 remove setlocale workaround (fixed in libspamc)
6827
6828         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6829          if spell checking enabled)
6830
6831 2003-07-17 [alfons]     0.9.3claws19
6832
6833         * src/common/hooks.[ch]
6834         * src/plugins/clamav/clamav_plugin.c
6835         * src/plugins/spamassassin/spamassassin.c
6836         * src/plugins/trayicon/trayicon.c
6837                 fix signedness muck 
6838
6839 2003-07-17 [alfons]     0.9.3claws18
6840
6841         * src/procmime.c
6842                 plug memleak
6843
6844 2003-07-17 [alfons]     0.9.3claws17
6845
6846         * src/inc.c
6847                 plug memleak
6848
6849 2003-07-17 [paul]       0.9.3claws16
6850
6851         * src/common/defs.h
6852           src/mainwindow.c
6853           src/manual.[ch]
6854                 add link to the Claws site's FAQ page, after the suggestion
6855                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6856                 Move url strings to defs.h
6857                 
6858         * src/mainwindow.c
6859                 fix typo to prevent "unknown menu entry" warnings
6860
6861 2003-07-17 [alfons]     0.9.3claws15
6862
6863         * src/folderview.[ch]
6864         * src/summaryview.[ch]
6865         * src/mimeview.[ch]
6866                 plug DnD leaks 
6867
6868 2003-07-17 [paul]       0.9.3claws14
6869
6870         * src/inc.c
6871                 remove two instances of 'GTK_EVENTS_FLUSH' because
6872                 they are unnecessary and probably cause a stack overflow
6873
6874 2003-07-16 [christoph]  0.9.3claws13
6875
6876         * src/mimeview.[ch]
6877                 use an invisible GTK notebook to switch between viewers
6878                 instead of reparenting widgets
6879
6880 2003-07-16 [christoph]  0.9.3claws12
6881
6882         * src/folder.c
6883                 move folder_item_update_freeze() to correct place in
6884                 folder_item_scan_full()
6885
6886 2003-07-16 [paul]       0.9.3claws11
6887
6888         * sync with 0.9.3cvs12
6889                 see ChangeLog 2003-07-14 and 2003-07-15
6890
6891 2003-07-16 [christoph]  0.9.3claws10
6892
6893         * src/imap.[ch]
6894         * src/prefs_account.[ch]
6895                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6896
6897 2003-07-15 [alfons]     0.9.3claws9
6898
6899         * src/main.c
6900                 make --config-dir do something useful
6901
6902 2003-07-15 [alfons]     0.9.3claws8
6903
6904         * src/procmsg.c
6905                 o fix a bug where 'last' didn't really point to the last message
6906                   in the top level list of children, but to the last threaded
6907                   message. 
6908                 
6909                 o clean up and make it easier to sync
6910
6911 2003-07-15 [alfons]     0.9.3claws7
6912
6913         * src/mainwindow.c
6914                 make correct menu items sensitive       
6915
6916 2003-07-14 [alfons]     0.9.3claws6
6917
6918         * src/procmsg.c
6919                 tune the threader so it will not subject-thread any message
6920                 without a subject prefix (this will not thread correctly if 
6921                 a parent is delivered after their childs, but it looks 
6922                 better right now)
6923
6924 2003-07-13 [christoph]  0.9.3claws5
6925
6926         * src/mainwindow.c
6927                 group "Add mailbox *..." menu items in submenu
6928
6929 2003-07-13 [alfons]     0.9.3claws4
6930
6931         * src/summaryview.c
6932                 correct summary_toggle_pressed() signature and make sure
6933                 signal is not passed on
6934
6935 2003-07-13 [alfons]     0.9.3claws3
6936
6937         * src/summaryview.c
6938                 o for now don't pass on keys when they we're handled by 
6939                   ctree::key_press_event
6940                 o clean up
6941
6942 2003-07-13 [alfons]     0.9.3claws2
6943         
6944         * src/main.c
6945                 add command line option "--config-dir" to get the current 
6946                 configuration dir
6947
6948 2003-07-12 [alfons]     0.9.3claws1
6949
6950         * src/matcher.[ch]
6951         * src/matcher_parser_parse.y
6952         * src/prefs_filtering.c
6953         * src/filtering.c
6954                 add "Lock" filter action to lock messages;
6955
6956         * src/filtering.c       
6957                 remove debug_print()    
6958         * src/prefs_filtering.c
6959                 re-organize matcher part 9: 
6960                 make action text entries easily extendible;
6961                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6962                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6963
6964 2003-07-12 [paul]
6965
6966         * tools/README
6967                 update old information and add missing
6968                 information
6969
6970 2003-07-12 [paul]       0.9.3claws
6971
6972         * 0.9.3claws released
6973         
6974 2003-07-12 [paul]       0.9.0claws103
6975
6976         * src/Makefile.am
6977                 add addrquery.h
6978
6979 2003-07-12 [melvin]     0.9.0claws102
6980
6981         * src/messageview.c
6982                 Fixed bug #215: Show MIME tab for single text/html messages. 
6983                 
6984 2003-07-12 [paul]       0.9.0claws101
6985
6986         * man/sylpheed.1
6987                 updated
6988
6989 2003-07-12 [paul]       0.9.0claws100
6990
6991         * po/es.po
6992           po/hr.po
6993           po/pl.po
6994           po/sr.po
6995                 update Spanish, Croatian, Polish, Serbian translations.
6996                 submitted by Ricardo Mones Lastra, Dragan, Witold
6997                 Wladyslaw Wojciech Wilk, Urke MMI
6998
6999 2003-07-12 [melvin]     0.9.0claws99
7000
7001         * po/fr.po
7002                 Updated French translations.
7003
7004 2003-07-12 [paul]       0.9.0claws98
7005
7006         * src/addressbook.c
7007                 disable 'Lookup' button as it has no effect
7008
7009 2003-07-11 [alfons]     0.9.0claws97
7010         
7011         * src/summaryview.c
7012                 summary_searchbar_pressed() should return TRUE to signal that
7013                 event was handled. when returning void, the return value passed
7014                 to GTK is actually random, but maybe FALSE, in which case the
7015                 event is handled by parent
7016                 
7017 2003-07-10 [paul]       0.9.0claws96
7018
7019         * ac/missing/gettext.m4
7020                 update to version 0.12
7021
7022 2003-07-10 [paul]       0.9.0claws95
7023
7024         * src/plugins/clamav/clamav_plugin.c
7025                 fix bug where multipart/alternative messages
7026                 would slip through without being scanned
7027
7028 2003-07-10 [christoph]  0.9.0claws94
7029
7030         * src/folder.c
7031                 correct check if folder supports removing when a message is
7032                 moved. if not the message is only copied.
7033
7034         (closes Bug 132 crash on startup in newsgroups folders)
7035
7036 2003-07-09 [alfons]     0.9.0claws93
7037
7038         * configure.ac
7039         * src/common/defs.h
7040                 --with-config-dir (default .sylpheed)
7041
7042 2003-07-09 [christoph]  0.9.0claws92
7043
7044         * configure.ac
7045                 use PKG_CHECK_MODULES to check for gtkmathview
7046                 (version 0.4.2 now required)
7047
7048 2003-07-08 [melvin]     0.9.0claws91
7049
7050         * src/action.c
7051                 Implemented a progress bar that counts the number of completed
7052                 tasks when the action runs more than one command.
7053
7054 2003-07-08 [alfons]     0.9.0claws90
7055
7056         * src/procmsg.c
7057                 if queued message has an invalid Message-Id, don't try to
7058                 find message it refers to (fixes #209 "crash when processing 
7059                 in folder")
7060
7061 2003-07-08 [paul]       0.9.0claws89
7062
7063         * sync with 0.9.3cvs2
7064                 see ChangeLog 2003-07-08
7065
7066 2003-07-08 [match]      0.9.0claws88
7067
7068         * src/ldapctrl.c
7069                 extend LDAP search for first/last name by parsing search term.
7070
7071 2003-07-08 [alfons]     0.9.0claws87
7072
7073         * src/send_message.c
7074                 fix bug #208 "Status message stuck when sending on POP3 account"
7075
7076 2003-07-07 [paul]       0.9.0claws86
7077
7078         * po/hr.po
7079                 new Croatian translation, submitted by
7080                 Dragan <drleskov@inet.hr>
7081
7082 2003-07-07 [paul]       0.9.0claws85
7083
7084         * sync with 0.9.3cvs1
7085                 see ChangeLog 2003-07-07
7086
7087 2003-07-05 [christoph]  0.9.0claws84
7088
7089         * src/Makefile.am
7090         * src/messageview.c
7091         * src/mimeview.[ch]
7092         * src/stock_pixmap.[ch]
7093         * src/pixmaps/messageview_text.xpm              ** NEW **
7094                 move mimeview tabs to the right side and use icons
7095                 instead of text to save some space
7096
7097         (patch by Luke Plant <lukeplant@softhome.net>)
7098
7099 2003-07-05 [christoph]  0.9.0claws83
7100
7101         * src/inc.c
7102                 add NULL pointer checks
7103
7104         (patch by Luke Plant <lukeplant@softhome.net>)
7105         (closes Bug 204 0.9.0 quits on authentication error?!)
7106
7107 2003-07-05 [alfons]     0.9.0claws82
7108
7109         * configure.ac
7110                 take the clue in bug #202 "./configure script - 
7111                 'if test' comparison failure" reported by John Kristoff. 
7112
7113 2003-07-04 [christoph]  0.9.0claws81
7114
7115         * src/plugins/spamassassin/spamassassin.c
7116                 set timeout for spam check
7117
7118 2003-07-04 [christoph]  0.9.0claws80
7119
7120         * src/main.c
7121                 destroy all FolderItems when shutting down to
7122                 allow folders to clean up
7123
7124 2003-07-04 [melvin]     0.9.0claws79
7125
7126         * src/gtk/gtkaspell.c
7127                 Fixed bug #184 "Entering non-ascii character deletes
7128                 previous char if spell checking enabled": this makes
7129                 the spell checking in multibytes (e.g. UTF-8)locales work.
7130                 (Patch by Luke Plant).
7131                 
7132 2003-07-04 [christoph]  0.9.0claws78
7133
7134         * sync with 0.9.2cvs1
7135                 see ChangeLog 2003-06-10
7136
7137 2003-07-04 [paul]       0.9.0claws77
7138
7139         * sync with 0.9.3 release
7140                 see ChangeLog 2003-07-04
7141
7142 2003-07-03 [christoph]  0.9.0claws76
7143
7144         * src/folder.[ch]
7145         * src/imap.c
7146         * src/mbox_folder.c
7147         * src/mh.c
7148         * src/news.c
7149                 move folder_item_get_path() stuff into a folder virtual function
7150
7151         * src/procmsg.c
7152                 use folder_item_fetch_msg() to get message and do not contruct
7153                 the filename from path and number
7154
7155 2003-07-03 [paul]       0.9.0claws75
7156
7157         * sync with 0.9.2cvs12
7158                 see ChangeLog 2003-07-03
7159
7160 2003-07-02 [paul]       0.9.0claws74
7161
7162         * src/messageview.c
7163                 fix text-selection for replying
7164
7165 2003-07-02 [paul]       0.9.0claws73
7166
7167         * sync with 0.9.2cvs11
7168                 see ChangeLog 2003-07-02
7169
7170 2003-07-02 [paul]       0.9.0claws72
7171
7172         * src/procmsg.c
7173                 revert last commit because it breaks more
7174                 than it fixes
7175
7176 2003-07-02 [paul]       0.9.0claws71
7177
7178         * src/procmsg.c
7179                 fix thread by subject/sort by date
7180
7181 2003-07-01 [paul]       0.9.0claws70
7182
7183         * sync with 0.9.2cvs10
7184                 see ChangeLog 2003-07-01
7185
7186 2003-06-30 [paul]       0.9.0claws69
7187
7188         * sync with 0.9.2cvs9
7189                 see ChangeLog 2003-06-30
7190
7191 2003-06-28 [match]      0.9.0claws68
7192
7193         * src/addressbook.c
7194                 fix null ptr.
7195
7196 2003-06-27 [paul]       0.9.0claws67
7197
7198         * sync with 0.9.2cvs7
7199                 see ChangeLog 2003-06-27
7200
7201 2003-06-26 [christoph]  0.9.0claws66
7202
7203         * src/folder.c
7204                 freeze folder updates while a folder is scanned
7205
7206         (closes Bug 185 New message counter)
7207
7208 2003-06-26 [darko]      0.9.0claws65
7209
7210         * src/ldapserver.c
7211                 fix infinite loop when adding a new LDAP server
7212
7213 2003-06-26 [paul]       0.9.0claws64
7214
7215         * sync with 0.9.2cvs6
7216                 see ChangeLog 2003-06-26
7217
7218 2003-06-26 [paul]       0.9.0claws63
7219
7220         * sync with 0.9.2cvs5
7221                 see ChangeLog 2003-06-25 and 2003-06-26
7222
7223 2003-06-25 [match]      0.9.0claws62
7224
7225         * src/addr_compl.c
7226                 Fixed tab/backtab for dropped-down completion list to
7227                 move next/previous field. (close bug 147)
7228
7229 2003-06-25 [christoph]  0.9.0claws61
7230
7231         * src/addr_compl.[ch]
7232         * src/addrindex.[ch]
7233         * src/folderview.c
7234         * src/inc.c
7235         * src/news.c
7236         * src/summaryview.c
7237         * src/toolbar.c
7238                 fix warnings
7239
7240 2003-06-25 [leandro]    0.9.0claws60
7241
7242         * src/compose.c
7243                 o cleanups
7244                 o gray out "Message/Remove references" menu item if not
7245                   replying to a message
7246
7247 2003-06-24 [leandro]    0.9.0claws59
7248
7249         * src/compose.[ch]
7250                 o removed "Message/Create new thread" menu item
7251                 o added "Message/Remove references" menu item
7252                   (it's off by default and will not check anymore
7253                    if the subject changed)
7254
7255 2003-06-23 [alfons]     0.9.0claws58
7256
7257         * src/procmsg.c
7258                 try better grouping messages threaded by subject based on their age.
7259                 still not perfect - because the message tree is not sorted by date.  
7260
7261 2003-06-23 [thorsten]   0.9.0claws57
7262
7263         * src/pop.[ch]
7264                 added mail_receive_hook to allow modifications
7265                 directly after retrieval (e.g. adding headers).
7266
7267 2003-06-23 [paul]       0.9.0claws56
7268
7269         * src/sourcewindow.c
7270                  enable the use of Ctrl+A to select all text in
7271                  the sourcewindow
7272                  Patch submitted by Ivan Francolin Martinez
7273                  <ivanfm@users.sourceforge.net>
7274
7275 2003-06-22 [christoph]  0.9.0claws55
7276
7277         * src/folder.[ch]
7278                 o add notification hook for folder tree changes
7279                 o invoke hooks after folder tree scanning
7280
7281         * src/folderview.[ch]
7282                 register hook for folder tree changes that
7283                 updates the ctree
7284
7285         (there are more places that should be updated, like add, remove 
7286          or move folder)
7287
7288         (closes Bug 164 Crash on rebuild folder tree)
7289         (closes Bug 190 Crash on 'rebuilding folder tree')
7290
7291 2003-06-21 [leandro]    0.9.0claws54
7292
7293         * src/compose.[ch]
7294                 create a new thread if subject changes
7295                 (it's on by default, can be disabled in Message menu)
7296
7297 2003-06-21 [alfons]     0.9.0claws53
7298
7299         * src/summaryview.c
7300                 quiet little compiler
7301
7302 2003-06-21 [christoph]  0.9.0claws52
7303
7304         update gettext stuff to version 0.12
7305
7306 2003-06-19 [alfons]     0.9.0claws51
7307
7308         * src/common/log.c
7309         * src/common/plugin.c
7310                 move defs.h before glib.h to prevent MIN/MAX redefs
7311
7312 2003-06-19 [alfons]
7313
7314         * src/addressbook.c
7315                 translatable
7316
7317 2003-06-19 [match]      0.9.0claws50
7318
7319         * src/addressbook.[ch]
7320         * src/addrindex.[ch]
7321         * src/addr_compl.[ch]
7322         * src/editldap.[ch]
7323         * src/editldap_basedn.[ch]
7324         * src/addritem.[ch]
7325         * src/ldapquery.h
7326                 re-implemented dynamic LDAP search. works without
7327                 slowdown on display sender with addressbook
7328                 option.
7329         * src/addrbook.c
7330                 documented code.
7331
7332 2003-06-19 [paul]       0.9.0claws49
7333
7334         * src/compose.c
7335                 fix Bug #136 'Nonprovided quotation marks crash claws'
7336                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7337
7338 2003-06-19 [alfons]     0.9.0claws48
7339
7340         * src/prefs_common.[ch]
7341         * src/procmsg.c
7342                 restrict threading by subject by checking thread for
7343                 age (prefs_common.thread_by_subject_max_age)
7344
7345 2003-06-18 [christoph]  0.9.0claws47
7346
7347         * src/imap.c
7348                 fix memory leak in imap_cmd_fetch()
7349
7350 2003-06-18 [christoph]  0.9.0claws46
7351
7352         * src/prefs_gtk.c
7353                 fix memory leak in prefs_set_default() when used multiple
7354                 times or after prefs have been read
7355
7356 2003-06-18 [christoph]  0.9.0claws45
7357
7358         * src/common/plugin.c
7359                 fix memory leak in plugin_unload()
7360
7361 2003-06-18 [christoph]  0.9.0claws44
7362
7363         * src/imap.c
7364                 fix memory leak in imap_cmd_ok()
7365
7366 2003-06-18 [christoph]  0.9.0claws43
7367
7368         * src/folder.c
7369                 stop messages that are downloaded from POP3 and added to
7370                 an IMAP inbox from being filtered twice (first by POP3
7371                 and again when IMAP folder is scaned to get the UID of
7372                 the APPEND operation when no UIDPLUS is available)
7373
7374 2003-06-18 [alfons]
7375
7376         * tools/Makefile.am
7377                 phoenix <- firebird     
7378
7379 2003-06-18 [paul]
7380
7381         * tools/launch_phoenix          ** REMOVED **
7382           tools/launch_firebird         ** NEW **
7383                 renamed and edited to reflect the browser's name change from
7384                 'phoenix' to 'firebird'
7385
7386 2003-06-18 [paul]       0.9.0claws42
7387
7388         * sync with 0.9.2cvs2
7389                 see ChangeLog 2003-06-16
7390
7391 2003-06-17 [alfons]     0.9.0claws41
7392
7393         * src/procmsg.c
7394                 prevent threading problems when a node is an ancestor (parent / great parent),
7395                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7396                 for finding an sample set of messages)
7397
7398 2003-06-16 [christoph]  0.9.0claws40
7399
7400         * src/main.c
7401                 don't popup main window on --receive or --receive-all
7402
7403         * src/mainwindow.[ch]
7404         * src/plugins/trayicon/trayicon.c
7405                 allow hiding of main window by clicking on the trayicon
7406                 (doesn't work correctly in seperate window mode and may
7407                  cause unexpected GTK problems I couldn't find yet)
7408
7409         * src/common/ssl.c
7410                 remove incorrect warning
7411
7412 2003-06-15 [alfons]     0.9.0claws39
7413
7414         * src/gtk/gtkstext.c
7415                 don't output debug text;
7416                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7417                 for pointing this out);
7418
7419 2003-06-14 [alfons]     0.9.0claws38
7420         
7421         * src/messageview.c
7422                 remove printf() and make one if..else comply with coding style
7423
7424 2003-06-14 [alfons]     0.9.0claws37
7425
7426         * AUTHORS
7427                 add Martin Wicke
7428         * src/action.c
7429         * src/messageview.[ch]
7430         * src/summaryview.c
7431                 apply patch #754162 "Quoting messages filtered by actions" submitted
7432                 by Martin Wicke, which allows quoting message body changed by an
7433                 action (Thanks!).
7434
7435 2003-06-13 [alfons]     0.9.0claws36
7436
7437         * src/utils.c
7438                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7439                 use case insensitive regexp (suggested by Ivan Martinez)
7440
7441 2003-06-13 [christoph]  0.9.0claws35
7442
7443         * configure.ac
7444         * src/plugins/trayicon/Makefile.am
7445         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7446         * src/plugins/trayicon/trayicon.c
7447         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7448         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7449         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7450         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7451         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7452         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7453                 replace my own EggTrayIcon backport with the backport
7454                 used by (l|x)mule and gabber.
7455
7456 2003-06-13 [alfons]     0.9.0claws34
7457
7458         * AUTHORS
7459         * src/common/utils.c
7460                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7461
7462 2003-06-13 [alfons]     0.9.0claws33
7463
7464         * src/compose.c
7465                 clean up a little bit
7466
7467 2003-06-12 [alfons]     0.9.0claws32
7468
7469         * src/compose.c
7470                 const correctness fix
7471
7472         * src/common/sylpheed.[ch]
7473                 () -> (void)
7474                 prevent redef MIN/MAX
7475                 
7476         * src/common/utils.[ch]
7477                 () -> (void)
7478
7479 2003-06-12 [melvin]     0.9.0claws31
7480
7481         * src/compose.c
7482                 Updated to take into accounts changes in GtkAspell.
7483
7484 2003-06-12 [alfons]     0.9.0claws30
7485
7486         * src/compose.c
7487         * src/procmsg.c
7488         * src/common/utils.[ch]
7489                 handle reply subject prefixes better (initial 
7490                 suggestion by Robert Story adapted and enhanced 
7491                 using regexps)
7492
7493 2003-06-12 [melvin]     0.9.0claws29
7494
7495         * src/compose.c
7496                 Use new gtkaspell_checkers_strerror() to get the speller's
7497                 error message instead of accessing the (now private)
7498                 checkers structure.
7499                 Minor code clean up
7500
7501         * src/main.c
7502                 Use #ifdef instead of #if for USE_ASPELL
7503                 Use the new spell checkers init/quit functions 
7504
7505         * src/gtk/gtkaspell.c
7506                 Use #ifdef instead of #if for USE_ASPELL
7507                 Moved in the majority of GtkAspell structures that were
7508                 exported before by gtkaspell.h
7509         
7510         * src/gtk/gktaspell.h
7511                 Made gtkaspell.h contain only the necessary data to be
7512                 publicized by moving many structures to gtkaspell.c.
7513                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7514                 gtkaspell_checkers_new(): replaced by...
7515                 gtkaspell_checkers_init(): new function for initialization
7516                 gtkaspell_checkers_delete(): replaced by...
7517                 gtkaspell_checkers_quit(): new function
7518                 gtkaspell_checkers_strerror(): new function that returns
7519                 the checker's last error message.
7520                 
7521 2003-06-11 [melvin]     0.9.0claws28
7522
7523         * po/POTFILES.in
7524                 Updated to take into account gtkaspell.c migration to
7525                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7526
7527 2003-06-10 [alfons]     0.9.0claws27
7528
7529         * src/filtering.[ch]
7530         * src/folder.c
7531         * src/matcher.c
7532         * src/scoring.[ch]
7533                 - try fixing bug #18 (any brave testers?)
7534                 - add more robustness by refusing previously 
7535                   unchecked NULL pointers 
7536
7537 2003-06-10 [alfons]     0.9.0claws26
7538
7539         * src/procmsg.c
7540                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7541
7542 2003-06-09 [alfons]     0.9.0claws25
7543
7544         * src/prefs_common.c
7545                 fix bug #163 "Icon switching doesnt work properly" by 
7546                 preventing early freeing of prefs_common.pixmap_theme_path.
7547
7548 2003-06-09 [christoph]  0.9.0claws24
7549
7550         * src/gtk/gtkaspell.c
7551                 revert Thorsten's fix and add forgotten g_strdup for
7552                 aspell path (it should not be possible to alter the path a
7553                 GtkASpell uses from outside)
7554
7555 2003-06-09 [thorsten]   0.9.0claws23
7556
7557         * src/gtk/gtkaspell.c
7558                 dont free prefs_common.aspell_path when closing compose
7559
7560 2003-06-08 [colin]      0.9.0claws22
7561
7562         * src/plugins/spamassassin/spamassassin.c
7563                 fix prefs types
7564
7565 2003-06-07 [christoph]  0.9.0claws21
7566
7567         * src/Makefile.am
7568         * src/compose.c
7569         * src/gtkaspell.[ch]            ** REMOVE **
7570         * src/gtk/Makefile.am
7571         * src/gtk/gtkaspell.[ch]        ** NEW **
7572                 o make gtkaspell independent from sylpheed's prefs
7573                 o move gtkaspell.[ch] to gtk directory
7574
7575 2003-06-07 [christoph]  0.9.0claws20
7576
7577         * src/Makefile.am
7578         * src/crash.c
7579         * src/export.c
7580         * src/filesel.[ch]              ** REMOVE **
7581         * src/folder.c
7582         * src/main.[ch]
7583         * src/common/sylpheed.[ch]
7584         * src/gtk/Makefile.am
7585         * src/gtk/filesel.[ch]          ** NEW **
7586         * src/gtk/pluginwindow.c
7587         * src/gtk/sslcertwindow.c
7588                 move filesel.[ch] to gtk directory
7589
7590 2003-06-07 [alfons]     0.9.0claws19
7591
7592         * src/filesel.c
7593                 make (multi) file selection dialog work again (Claws-only)
7594
7595 2003-06-07 [thorsten]   0.9.0claws18
7596
7597         * po/de.po
7598                 fix typos
7599
7600 2003-06-07 [alfons]     0.9.0claws17
7601
7602         * configure.ac
7603         * src/mimeview.c
7604                 detect apache mishap in which case don't include fnmatch.h
7605                 if regex.h is already included
7606
7607 2003-06-06 [christoph]  0.9.0claws16
7608
7609         * configure.ac
7610         * src/mimeview.h
7611                 add check for fnmatch.h and include it when available
7612
7613         * src/mimeview.[ch]
7614                 fix wrong case sensitivity of Content-Types
7615
7616         * src/gtk/Makefile.am
7617                 need the same include paths in gtk directory as in
7618                 common directory because .h files in common can
7619                 include files from these directories, when included
7620                 in gtk's .h or .c files
7621
7622 2003-06-06 [alfons]     0.9.0claws15
7623
7624         * src/mimeview.c
7625         * src/summaryview.c
7626                 make it compile again because of regex.h / fnmatch.h 
7627                 include problems (related to recent mime stuff, can
7628                 someone check this?)
7629
7630 2003-06-06 [thorsten]   0.9.0claws14
7631
7632         * src/folderview.c
7633                 possible use of uninitialized pointer while dragging
7634
7635 2003-06-06 [paul]       0.9.0claws13
7636
7637         * src/compose.c
7638                 fix bug where the insert sig button would be effective
7639                 only when auto_sig was set
7640
7641 2003-06-06 [paul]       0.9.0claws12
7642
7643         * sync with 0.9.2 release
7644
7645 2003-06-02 [paul]       0.9.0claws11
7646
7647         * sync with 0.9.1cvs1
7648                 see ChangeLog 2003-06-02
7649                 
7650         * po/de.po
7651                 update by Jens
7652
7653 2003-06-01 [christoph]  0.9.0claws10
7654
7655         * src/account.c
7656                 don't use substring search to find accounts by email address
7657
7658         (closes Bug 169 Overly loose matching of "From" address)
7659
7660 2003-05-31 [christoph]  0.9.0claws9
7661
7662         * doc-src/rfc2683.txt
7663         * src/imap.c
7664                 limit IMAP command length as recommended in RFC2683
7665                 (message number lists will be split into multiple imap
7666                 sets, the limit of 1000 octets is not a hard limit)
7667
7668         (closes Bug 161 sylpheed-claws exits with segfault when logging
7669          in to certain imap-servers)
7670
7671 2003-05-29 [alfons]     0.9.0claws8
7672
7673         * src/toolbar.[ch]
7674                 add print button (calling summary_print());
7675                 fine tune setting tooltip text;
7676                 (if someone needs other buttons, please take these 
7677                 commits as a guide, instead of bothering us - also
7678                 see 0.8.11claws150) 
7679
7680 2003-05-29 [darko]      0.9.0claws7
7681
7682         * src/compose.c
7683                 fix crash when word wrapping kicks in due to
7684                 changed text by spell checker
7685
7686 2003-05-29 [paul]       0.9.0claws6
7687
7688         * src/compose.c
7689                 fix bug where changing account would insert
7690                 sig even if auto_sig was FALSE
7691                 
7692         * ChangeLog
7693           ChangeLog.jp
7694           INSTALL
7695                 sync with 0.9.1 release
7696
7697 2003-05-28 [christoph]  0.9.0claws5
7698
7699         * src/imap.c
7700                 fix truncation of too long commands
7701
7702         (closes Bug 167 IMAP hangs trying to get envelope
7703          information in imap_get_uncached_messages)
7704
7705 2003-05-27 [paul]       0.9.0claws4
7706
7707         * tools/Makefile.am
7708           tools/maildir2sylpheed.pl     ** NEW FILE **
7709                 add kmail to sylpheed mailbox conversion script
7710
7711 2003-05-27 [paul]       0.9.0claws3
7712
7713         * sync with 0.9.0cvs10
7714                 see ChangeLog 2003-05-26
7715
7716 2003-05-26 [paul]       0.9.0claws2
7717
7718         * sync with 0.9.0cvs9
7719                 see ChangeLog 2003-05-26
7720
7721 2003-05-24 [paul]       0.9.0claws1
7722
7723         * sync with 0.9.0cvs8
7724                 see ChangeLog 2003-05-23
7725
7726 2003-05-24 [paul]       0.9.0claws
7727
7728         * version 0.9.0claws released
7729
7730 2003-05-24 [paul]       0.8.11claws177
7731
7732         * src/plugins/dillo-viewer/Makefile.am
7733           src/plugins/traycon/Makefile.am
7734                 add missing files
7735                 
7736         * po/bg.po
7737           po/en_GB.po
7738           po/es.po
7739           po/it.po
7740           po/pt_BR.po
7741           po/ru.po
7742           po/sr.po
7743                 update Bulgarian, British English, Spanish, Italian, 
7744                 Brazilian Portuguese, Russian, and Serbian translations, 
7745                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7746                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7747                 Ruslan N. Balkin, and Urke MMI
7748
7749 2003-05-23 [melvin]     0.8.11claws176
7750
7751         * po/fr.po
7752                 Updated French translations
7753
7754 2003-05-22 [paul]       0.8.11claws175
7755
7756         * src/Makefile.am
7757           src/addrbook.[ch]
7758           src/addrcache.[ch]
7759           src/addr_compl.[ch]
7760           src/adressbook.[ch]
7761           src/addrindex.[ch]
7762           src/addritem.[ch]
7763           src/editaddress.c
7764           src/editgroup.c
7765           src/editldap_basedn.c
7766           src/editldap.c
7767           src/jpilot.c
7768           src/vcard.c
7769                 revert to get ldap into it previous working state
7770                 
7771         * po/zh_TW.Big5.po
7772                 new Taiwanese translation,
7773                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7774
7775 2003-05-22 [christoph]  0.8.11claws174
7776
7777         * src/plugins/spamassassin/libspamc.[ch]
7778                 sync libspamc with SpamAssaain release 2.55
7779
7780 2003-05-22 [paul]       0.8.11claws173
7781
7782         * sync with 0.9.0cvs7
7783                 see ChangeLog 2003-05-22
7784                 
7785         * src/summaryview.c
7786                 revert change in 0.8.11claws172: follow
7787                 Hiroyuki's decision and that's the end of it.
7788
7789 2003-05-21 [paul]       0.8.11claws172
7790
7791         * src/summaryview.c
7792                 fix discrepency between open_unread_on_enter
7793                 and always_show_msg
7794
7795 2003-05-21 [paul]       0.8.11claws171
7796
7797         * sync with 0.9.0cvs6
7798                 see ChangeLog 2003-05-21
7799
7800 2003-05-21 [paul]       0.8.11claws170
7801
7802         * sync with 0.9.0cvs5
7803                 see ChangeLog 2003-05-21
7804
7805 2003-05-20 [paul]       0.8.11claws169
7806
7807         * sync with 0.9.0cvs4
7808                 see ChangeLog 2003-05-20
7809                 fixes bug #152, 'encoding of IMAP folders names'
7810
7811 2003-05-20 [paul]       0.8.11claws168
7812
7813         * sync with 0.9.0cvs3
7814                 see ChangeLog 2003-05-20
7815                 
7816         * src/tools/convert_mbox.pl
7817                 minor change in the comments, submitted by Fred Marton
7818
7819 2003-05-19 [paul]       0.8.11claws167
7820
7821         * src/plugins/clamav/Makefile.am
7822           configure.ac
7823                 link clamav_lib to the plugin and not to the main program
7824
7825 2003-05-19 [christoph]
7826
7827         * src/Makefile.am
7828                 add -export-dynamic for linking
7829
7830 2003-05-19 [paul]       0.8.11claws166
7831
7832         * sync with 0.9.0cvs1
7833                 see ChangeLog 2003-05-19
7834
7835 2003-05-19 [paul]       0.8.11claws165
7836
7837         * src/inc.c
7838                 fix 'pop before smtp' timeout
7839
7840 2003-05-18 [alfons]     0.8.11claws164
7841
7842         * src/prefs_matcher.c
7843                 put "execute" action command line ("expression") in edit box
7844
7845 2003-05-18 [christoph]  0.8.11claws163
7846
7847         * src/mimeview.[ch]
7848         * src/plugins/dillo_viewer/dillo_viewer.c
7849         * src/plugins/image_viewer/viewer.c
7850         * src/plugins/mathml_viewer/mathml_viewer.c
7851                 let a viewer have a list of Content-Types
7852
7853 2003-05-18 [paul]       0.8.11claws162
7854
7855         * src/prefs_filtering.c
7856                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7857                 and REDIRECT actions
7858
7859 2003-05-17 [christoph]
7860
7861         * README.claws
7862                 o remove dynamic signatures that was syned with main
7863                 o add infos about no longer "build in" image viewer
7864                 o update bugtracker URL
7865
7866 2003-05-17 [christoph]  0.8.11claws161
7867
7868         * src/folder.c
7869         * src/folderview.c
7870         * src/imap.c
7871                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7872                 for every folder after rebuilding the folder tree.
7873
7874         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7875          messages)
7876
7877 2003-05-17 [christoph]  0.8.11claws160
7878
7879         * src/imap.c
7880                 don't use STATUS command on current folder to check for
7881                 content changes. imap_cmd_ok() now tracks changes to
7882                 folder and number of existing messages.
7883
7884 2003-05-17 [paul]       0.8.11claws159
7885
7886         * src/plugins/clamav/clamav_plugin.c
7887                 remove unnecessary debug_print
7888
7889 2003-05-16 [thorsten]   0.8.11claws158
7890
7891         * src/plugins/demo.c
7892                 included missing intl.h
7893
7894 2003-05-16 [paul]       0.8.11claws157
7895
7896         * po/POTFILES.in
7897                 remove non-existant entries
7898         
7899         * src/plugins/clamav/clamav_plugin.c
7900           src/plugins/clamav/clamav_plugin_gtk.c
7901           src/plugins/dillo_viewer/dillo_prefs.c
7902           src/plugins/dillo_viewer/dillo_viewer.c
7903                 gettextise
7904
7905 2003-05-16 [christoph]  0.8.11claws156
7906
7907         * po/POTFILES.in
7908                 include plugin .c files for translation until I
7909                 find a better solution to have plugins have their
7910                 own textdomain
7911         * src/plugins/demo/demo.c
7912         * src/plugins/image_viewer/plugin.c
7913         * src/plugins/mathml_viewer/mathml_viewer.c
7914         * src/plugins/spamassassin/spamassassin.c
7915         * src/plugins/spamassassin/spamassassin_gtk.c
7916         * src/plugins/trayicon/trayicon.c
7917                 add gettext macros for plugin name and description
7918
7919 2003-05-16 [paul]
7920
7921         * sync with 0.9.0
7922
7923 2003-05-16 [paul]       0.8.11claws155
7924
7925         * sync with lastest 0.9.0pre1
7926                 see ChangeLog 2003-05-16
7927
7928 2003-05-15 [paul]       0.8.11claws154
7929
7930         * sync with latest 0.9.0pre1
7931                 see ChangeLog 2003-05-14 and 2003-05-15
7932
7933 2003-05-14 [christoph]  0.8.11claws153
7934
7935         * src/plugins/image_viewer/viewer.c
7936         * src/plugins/image_viewer/viewer.glade         ** NEW **
7937         * src/plugins/image_viewer/viewerprefs.c
7938                 make it possible to disable the autoload function in the
7939                 imageviewer again
7940
7941 2003-05-14 [christoph]  0.8.11claws152
7942
7943         * src/folder.c
7944                 fix folder update after adding a message
7945
7946 2003-05-13 [alfons]     0.8.11claws151
7947
7948         * src/common/session.c
7949                 remove debug traces
7950                 
7951         * src/addrcache.[ch]
7952         * src/filtering.[ch]
7953         * src/folder.[c]
7954         * src/gtkaspell.[ch]
7955         * src/imap.[ch]
7956         * src/mbox_folder.[ch]
7957         * src/mh.[ch]
7958         * src/mimeview.h
7959         * src/msgcache.[ch]
7960         * src/news.[ch]
7961         * src/passphrase.[ch]
7962         * src/prefs_common.[ch]
7963         * src/prefs_gtk.[ch]
7964         * src/procmsg.c
7965         * src/scoring.[ch]
7966                 be pedantic; (in prototypes () implies (int))
7967
7968 2003-05-13 [alfons]     0.8.11claws150
7969
7970         * src/prefs_toolbar.[ch]
7971         * src/summaryview.[ch]
7972         * src/toolbar.[ch]
7973                 change misleading text in toolbar prefs;
7974                 add toolbar action for ignore thread (toggles ignore thread flag);
7975                 clean up a little bit;
7976
7977 2003-05-12 [paul]
7978
7979         * tools/convert_mbox.pl
7980                 bug fixed by Fred Marton
7981
7982 2003-05-12 [paul]
7983
7984         * sync with 0.9.0pre1
7985
7986 2003-05-09 [paul]       0.8.11claws149
7987
7988         * sync with 0.8.11cvs43
7989                 see ChangeLog 2003-05-09
7990
7991 2003-05-08 [christoph]  0.8.11claws148
7992
7993         * src/imap.[ch]
7994                 o use CAPABILIY as first command and check for PREAUTH
7995                   information in the response to it
7996                 o rewrite all imap_cmd_* functions to use an IMAPSession
7997                   instead of a SockInfo as parameter
7998                 o do STARTTLS after fetching and checking the server
7999                   capabilities
8000
8001 2003-05-08 [paul]       0.8.11claws147
8002
8003         * tools/Makefile.am
8004           tools/README
8005           tools/convert_mbox.pl         ** NEW FILE **
8006                 add mbox conversion script. Submitted by 
8007                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8008
8009 2003-05-07 [christoph]
8010
8011         * doc-src/glade.txt
8012         * src/gtk/pluginwindow.glade
8013         * src/plugins/image_viewer/viewerprefs.glade
8014         * src/plugins/spamassassin/spamassassin_gtk.glade
8015                 add glade files for user interfaces and a description how
8016                 to use glade to create the sylpheed code
8017
8018 2003-05-07 [paul]       0.8.11claws146
8019
8020         * sync with 0.8.11cvs41
8021                 see ChangeLog 2003-05-07
8022
8023 2003-05-06 [christoph]  0.8.11claws145
8024
8025         * src/main.c
8026         * src/plugins/image_viewer/viewer.c
8027                 fix usage of imlib in imageviewer plugin
8028
8029         * src/gtk/prefswindow.c
8030                 handle window close event correctly
8031
8032 2003-05-06 [paul]       0.8.11claws144
8033
8034         * src/common/ssl.c
8035                 fix typo introduced in sync
8036
8037 2003-05-06 [paul]       0.8.11claws143
8038
8039         * sync with 0.8.11cvs39
8040                 see ChangeLog 2003-05-06
8041
8042 2003-05-06 [paul]       0.8.11claws142
8043
8044         * AUTHORS
8045           po/cs.po
8046                 updated Czech translation, submitted by 
8047                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8048                 
8049         * src/plugins/clamav/clamav_plugin_gtk.c
8050                 clean up
8051
8052 2003-05-03 [alfons]     0.8.11claws141
8053
8054         * src/compose.[ch]
8055                 make paste as quotation work even when the call to 
8056                 text_inserted() was deferred (fixes bug #140 "Paste 
8057                 as quotation does not work when using "external" 
8058                 clipboard")
8059
8060 2003-05-03 [thorsten]   0.8.11claws140
8061
8062         * src/addrquery.h
8063           src/ldapquery.h
8064           src/mainwindow.c
8065                 removed C++ comments
8066         * src/addr_compl.c
8067                 function with non-int retval/param used before
8068                 implementation/declaration
8069
8070 2003-05-02 [paul]       0.8.11claws139
8071
8072         * src/addr_compl.[ch]
8073           src/addressbook.[ch]
8074           src/addrindex.c
8075           src/summaryview.c
8076                 revert match's changes to (finally) remove the bug where
8077                 opening a folder causes massive slowdown when using the 
8078                 'Display sender using address book' option
8079
8080 2003-05-01 [melvin]     0.8.11claws138
8081
8082         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8083         * src/plugins/dillo_viewer/dillo_viewer.c
8084                 Fixed bug where "Cancel" button from prefs issued
8085                 warnings.
8086                 Comply a little more to coding style
8087
8088 2003-05-01 [paul]       0.8.11claws137
8089
8090         * sync with 0.8.11cvs38
8091                 see ChangeLog 2003-05-01
8092
8093 2003-05-01 [paul]       0.8.11claws136
8094
8095         * po/bg.po
8096                 updated by George Danchev
8097
8098 2003-04-30 [christoph]  0.8.11claws135
8099
8100         * src/plugins/dillo_viewer/dillo_prefs.c
8101         * src/plugins/image_viewer/viewerprefs.c
8102         * src/plugins/spamassassin/spamassassin_gtk.c
8103                 remove gtk_widget_ref() calls for widgets in
8104                 glade code
8105
8106 2003-04-30 [paul]       0.8.11claws134
8107
8108         * src/addrindex.c
8109                 ok, this time a better fix for the bug where opening folder
8110                 has massive slowdown when using the 'Display sender using 
8111                 address book' option
8112
8113 2003-04-30 [paul]       0.8.11claws133
8114
8115         * src/addrindex.c
8116                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8117         
8118 2003-04-30 [melvin]     0.8.11claws132
8119
8120         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8121
8122         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8123                 Preferences for the dillo plugin
8124         * src/plugins/dillo_viewer/dillo_viewer.c
8125                 Support for preferences
8126         * src/plugins/dillo_viewer/Makefile.am
8127                 Added dillo_prefs.[ch]
8128
8129 2003-04-30 [alfons]     0.8.11claws131
8130
8131         * src/common/plugin.[ch]
8132                 see? this ANSI C'fication immediately gives us type
8133                 checking for free.
8134
8135 2003-04-30 [alfons]     0.8.11claws130
8136
8137         * src/common/plugin.[ch]
8138         * src/plugins/clamav/clamav_plugin.[ch]
8139         * src/plugins/clamav/clamav_plugin_gtk.c
8140         * src/plugins/demo/demo.c
8141         * src/plugins/dillo_viewer/dillo_viewer.c
8142         * src/plugins/image_viewer/plugin.c
8143         * src/plugins/image_viewer/viewer.[ch]
8144         * src/plugins/image_viewer/viewerprefs.[ch]
8145         * src/plugins/mathml_viewer/mathml_viewer.c
8146         * src/plugins/spamassassin/spamassassin.[ch]
8147         * src/plugins/spamassassin/spamassassin_gtk.c
8148         * src/plugins/trayicon/trayicon.c
8149                 clean up
8150
8151 2003-04-30 [alfons]     0.8.11claws129
8152
8153         * src/common/utils.c
8154                 make is_ascii_str() fail gracefully when NULL pointer
8155                 is passed
8156
8157 2003-04-30 [paul]       0.8.11claws128
8158
8159         * src/addrindex.c
8160                 fix bug where opening folder has massive slowdown when
8161                 using the 'Display sender using address book' option
8162
8163 2003-04-30 [paul]       0.8.11claws127
8164
8165         * src/plugins/clamav/clamav_plugin.c
8166           src/plugins/clamav/clamav_plugin_gtk.c
8167           src/plugins/demo/demo.c
8168           src/plugins/dillo_viewer/dillo_viewer.c
8169           src/plugins/image_viewer/plugin.c
8170           src/plugins/mathml_viewer/mathml_viewer.c
8171           src/plugins/spamassassin/spamassassin.c
8172           src/plugins/spamassassin/spamassassin_gtk.c
8173           src/plugins/trayicon/trayicon.c
8174                 get rid of eye-hurting function signatures
8175
8176 2003-04-30 [paul]       0.8.11claws126
8177
8178         * src/plugins/trayicon/trayicon.c
8179                 add description
8180                 
8181         * src/mimeview.c
8182                 be more descriptive
8183
8184 2003-04-30 [paul]       0.8.11claws125
8185
8186         * configure.ac
8187                 arrange the plugins in reverse alphabetical order
8188                 
8189         * src/plugins/clamav/clamav_plugin.[ch]
8190           src/plugins/clamav/clamav_plugin_gtk.c
8191                 rename some params
8192                 resize max_size window
8193                 re-arrange the order of some gui elements
8194                 improve descriptions
8195         
8196         * src/plugins/image_viewer/plugin.c
8197           src/plugins/mathml_viewer/mathml_viewer.c
8198                 add descriptions
8199                 
8200         * src/plugins/spamassassin/spamassassin_gtk.c
8201                 resize max_size window
8202                 re-arrange the order of some gui elements
8203                 
8204         * src/messageview.c
8205           src/mimeview.c
8206                 correct typos
8207
8208 2003-04-30 [alfons]     0.8.11claws124
8209
8210         * src/imap.c
8211                 fix a leak found while browsing Martin Kluge's 
8212                 valgrind log (Claws only)
8213
8214 2003-04-29 [darko]      0.8.11claws123
8215
8216         * src/gtk/gtkstext.h
8217                 include wchar.h if it is available, fixes compilation
8218                 on HP-UX systems
8219
8220 2003-04-29 [melvin]     0.8.11claws122
8221
8222         * src/prefs_actions.c
8223                 Improved help text of Actions' syntax
8224
8225 2003-04-28 [paul]       0.8.11claws121
8226
8227         * src/action.c
8228                 a better fix for the crash when performing an action
8229                 on a mime part
8230
8231 2003-04-28 [paul]       0.8.11claws120
8232
8233         * src/action.c
8234                 fix crash when performing an action on a
8235                 mime part
8236
8237 2003-04-28 [paul]       0.8.11claws119
8238
8239         * sync with 0.8.11cvs36
8240                 see ChangeLog 2003-04-28
8241
8242 2003-04-27 [paul]       0.8.11claws118
8243
8244         * more sync with 0.8.11cvs35
8245                 see ChangeLog 2003-04-25
8246
8247 2003-04-26 [christoph]  0.8.11claws117
8248
8249         * src/folder.c
8250                 fix remove virtual check
8251
8252 2003-04-26 [paul]       0.8.11claws116
8253
8254         * src/messageview.c
8255                 fix return-receipt, make it work again
8256
8257 2003-04-26 [paul]       0.8.11claws115
8258
8259         * src/mimeview.c
8260                 restore double-clicking of the [application/pgp-signature 
8261                 (Select "Check signature" to check)] line in the message view,
8262                 broken in recent sync
8263
8264 2003-04-26 [christoph]  0.8.11claws114
8265
8266         * src/folder.c
8267                 check if remove virtual really exists before
8268                 calling the function
8269
8270 2003-04-25 [match]      0.8.11claws113
8271
8272         * src/addrindex.c
8273         * src/addrbook.c
8274         * src/ldapquery.[ch]
8275         * src/ldapctrl.[ch]
8276                 fix memleak.
8277         * src/ldapserver.[ch]
8278                 fix memleak. fix segfault.
8279                 plug a Claws memleak
8280
8281 2003-04-25 [alfons]     0.8.11claws112
8282
8283         * src/folder.c
8284                 plug a Claws memleak
8285
8286 2003-04-25 [alfons]     0.8.11claws111
8287
8288         * src/common/session.c
8289                 plug a memleak
8290
8291 2003-04-25 [paul]       0.8.11claws110
8292
8293         * sync with 0.8.11cvs35
8294                 see ChangeLog 2003-04-24 and 2003-04-25
8295                 
8296         * src/gtk/pluginwindow.c
8297                 correct another strange float value
8298
8299 2003-04-24 [christoph]  0.8.11claws109
8300
8301         * src/folder.c
8302                 freeze folder item updates when unsetting new flags
8303
8304         * src/gtk/pluginwindow.c
8305                 correct strange float value
8306
8307 2003-04-23 [paul]       0.8.11claws108
8308
8309         * sync with 0.8.11cvs33
8310                 see ChangeLog 2003-04-23
8311
8312 2003-04-22 [paul]       0.8.11claws107
8313
8314         * src/Makefile.am
8315           src/messageview.c
8316           src/mimeview.c
8317           src/pgptext.[ch]      ** REMOVED **
8318                 remove pgptext.[ch] as its not used any more
8319
8320 2003-04-22 [paul]       0.8.11claws106
8321
8322         * sync with 0.8.11cvs31
8323                 see ChangeLog 2003-04-21 and 2003-04-22
8324
8325 2003-04-21 [alfons]     0.8.11claws105
8326
8327         * src/main.c
8328                 No access to GTK structures if we're a spawned child
8329                 (and clean up code a little bit...) Should fix #126.
8330
8331 2003-04-21 [melvin]     0.8.11claws104
8332
8333         * src/plugins/dillo_viewer/README
8334                 Improved slightly the text.
8335
8336 2003-04-21 [melvin]     0.8.11claws103
8337
8338         * src/plugins/dillo_viewer/README *** NEW ***
8339                 Added a README file for the Dillo plugin
8340
8341 2003-04-20 [paul]
8342
8343         * tools/README
8344           tools/outlook2sylpheed.pl
8345                 updated and improved by Ricardo Mones Lastra
8346
8347 2003-04-18 [oliver]     0.8.11claws102
8348
8349         * src/inc.c 
8350         * src/prefs_account.h
8351                 remove Pop3SessionType (used by selective download)
8352         * src/prefs_toolbar.c
8353                 enable set Default Toolbar button
8354
8355 2003-04-18 [paul]       0.8.11claws101
8356
8357         * sync with 0.8.11cvs29
8358                 see ChangeLog 2003-04-18
8359
8360 2003-04-17 [paul]       0.8.11claws100
8361
8362         * src/prefs_common.[ch]
8363           src/summaryview.c
8364                 remove 'Open next message on deletion' option,
8365                 as the same effect can now be achieved via the
8366                 'Always open messages in summary when selected'
8367                 option.
8368
8369 2003-04-17 [paul]       0.8.11claws99
8370
8371         * sync with 0.8.11cvs28
8372                 see ChangeLog 2003-04-17
8373
8374 2003-04-17 [christoph]  0.8.11claws98
8375
8376         * ac/spamassassin.m4
8377         * src/plugins/spamassassin/libspamc.[ch]
8378         * src/plugins/spamassassin/utils.[ch]
8379                 sync libspamc with SpamAssassin project
8380
8381 2003-04-17 [christoph]  0.8.11claws97
8382
8383         * src/common/socket.h
8384         * src/gtk/sslcertwindow.h
8385                 rename old USE_SSL to USE_OPENSSL
8386
8387 2003-04-17 [paul]       0.8.11claws96
8388
8389         * src/prefs_common.h
8390                 use gulong for P_COLOR so that it compiles/runs on
8391                 64-bit systems. Patch submitted by James Noyes
8392                 <jnoyes-claws@retrogeeks.com>
8393                 
8394         * po/de.po
8395                 updated by Jens
8396
8397 2003-04-17 [paul]       0.8.11claws95
8398
8399         * sync with 0.8.11cvs27
8400                 see ChangeLog 2003-04-16
8401
8402 2003-04-15 [paul]       0.8.11claws94
8403
8404         * src/prefs_common.[ch]
8405                 rearrange to stop the window getting too long:
8406                         move Receive dialog stuff to Receive tab
8407                         move Send dialog to Send tab
8408                         remove Dialogs frame
8409                 rename 'Open messages in summary with cursor keys' to
8410                 'Always open messages in summary when selected', as its
8411                 more appropriate
8412
8413 2003-04-15 [paul]       0.8.11claws93
8414
8415         * src/prefs_common.[ch]
8416           src/summaryview.c
8417                 add new option '/Interface/Open next message on deletion'
8418
8419 2003-04-15 [paul]       0.8.11claws92
8420
8421         * src/summaryview.[ch]
8422                 add /Mark/Lock and /Mark/Unlock to the pop-up
8423                 menu. Patch submitted by Ivan Francolin Martinez
8424                 <ivanfm@users.sourceforge.net>
8425
8426 2003-04-15 [paul]       0.8.11claws91
8427
8428         * sync with 0.8.11cvs24
8429                 see ChangeLog 2003-04-15
8430
8431 2003-04-14 [jens]       0.8.11claws90
8432
8433         * updated German translation and some corrections from
8434                 Roland Bless <bless@tm.uka.de>
8435
8436 2003-04-14 [paul]       0.8.11claws89
8437
8438         * sync with 0.8.11cvs22
8439                 see ChangeLog 2003-04-14
8440
8441 2003-04-13 [paul]       0.8.11claws88
8442
8443         * src/plugins/clamav/clamav_plugin.c
8444                 fix memory leaks
8445                 clean up
8446
8447 2003-04-12 [paul]       0.8.11claws87
8448
8449         * src/plugins/clamav/clamav_plugin.c
8450                 activate enable/disable archive scanning option
8451                 
8452         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8453
8454 2003-04-12 [paul]       0.8.11claws86
8455
8456         * src/plugins/Makefile.am
8457           src/plugins/clamav/Makefile.am                ** NEW FILE **
8458           src/plugins/clamav/README                     ** NEW FILE ** 
8459           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8460           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8461                 add Clam AntiVirus plugin
8462
8463 2003-04-12 [paul]       0.8.11claws85
8464
8465         * sync with 0.8.11cvs21
8466                 see ChangeLog 2003-04-11
8467
8468 2003-04-11 [paul]       0.8.11claws84
8469
8470         * po/es.po
8471                 update Spanish translation. Submitted by Ricardo
8472                 Mones Lastra.
8473
8474 2003-04-10 [christoph]  0.8.11claws83
8475
8476         * src/mbox.c
8477                 fix typo that did not move unfiltered mails to destination
8478                 folder
8479
8480         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8481          when filtering from spool)
8482
8483 2003-04-10 [christoph]  0.8.11claws82
8484
8485         * src/imap.c
8486                 use BODY.PEEK instead of BODY in in message fetch operation
8487                 to make sure the IMAP server does not set the \Seen flag for
8488                 messages. Sylpheed does that later itself, when the message
8489                 is opened in sylpheed
8490
8491         (closes Bug 111 Claws destroys unread marks)
8492
8493 2003-04-09 [oliver]     0.8.11claws81
8494         
8495         * src/folder.c
8496                 fix crash in folder_destroy
8497         * README.claws
8498                 remove selective download
8499
8500 2003-04-09 [christoph]  0.8.11claws80
8501
8502         * src/imap.c
8503                 fix crash in imap_get_msginfo() when then fetched message
8504                 is not found
8505
8506         (closes Bug 110 Crash during mail composition)
8507
8508 2003-04-08 [christoph]  0.8.11claws79
8509
8510         * src/folder.c
8511         * src/prefs_account.c
8512                 Filter new messages that are found in an INBOX folder
8513                 when 'Filter messages on receiving' is enabled in the
8514                 Folder's AccountPrefs. This allows to use Sylpheed's
8515                 filtering engine for IMAP folders where messages are
8516                 added to the INBOX by a MTA
8517
8518 2003-04-08 [paul]       0.8.11claws78
8519
8520         * src/procmsg.h
8521                 clean up after last commit
8522
8523 2003-04-08 [paul]       0.8.11claws77
8524
8525         * sync with 0.8.11cvs20
8526                 see ChangeLog 2003-04-07 and 2003-04-08
8527
8528 2003-04-07 [christoph]  0.8.11claws76
8529
8530         * src/filtering.[ch]
8531         * src/inc.[ch]
8532         * src/mbox.c
8533         * src/procmsg.[ch]
8534                 add procmsg_msginfo_filter() to execute filtering actions
8535
8536 2003-04-06 [christoph]  0.8.11claws75
8537
8538         * src/imap.c
8539                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8540
8541 2003-04-06 [christoph]  0.8.11claws74
8542
8543         * src/common/utils.[ch]
8544                 add g_int_compare() function for slist sorting
8545
8546         * src/imap.c
8547                 fetch all MsgInfos with one command in imap_get_msginfos()
8548                 using an imap set with a list of ranges
8549
8550         * src/news.c
8551                 use new g_int_compare() function
8552
8553 2003-04-06 [thorsten]   0.8.11claws73
8554
8555         * src/mh.c
8556                 corrected implementation of mh_folder_destroy()
8557
8558 2003-04-05 [christoph]  0.8.11claws72
8559
8560         * src/account.c
8561         * src/folder.[ch]
8562         * src/folderview.c
8563         * src/imap.c
8564         * src/inc.c
8565         * src/main.c
8566         * src/mainwindow.c
8567         * src/mbox_folder.c
8568         * src/mh.c
8569         * src/mimeview.h
8570         * src/msgcache.[ch]
8571         * src/news.c
8572         * src/procmime.h
8573         * src/procmsg.[ch]
8574         * src/setup.c
8575         * src/gtk/gtkutils.c
8576                 o rename structure field names class and new to klass and
8577                   new_msgs, to allow including files in C++
8578                 o add 'extern "C"' block to some header files
8579                 o add MsgInfoList and MsgNumberList as alias for GSList for
8580                   developers to know what type of list is expected
8581
8582         * src/plugins/image_viewer/plugin.c
8583         * src/plugins/image_viewer/viewer.[ch]
8584         * src/plugins/image_viewer/viewerprefs.[ch]
8585                 rename function names to prevent conflicts
8586
8587 2003-04-05 [paul]       0.8.11claws71
8588
8589         * sync with 0.8.11cvs18
8590                 see ChangeLog 2003-04-03 and 2003-04-04
8591
8592 2003-04-02 [christoph]  0.8.11claws70
8593
8594         * src/folder.[ch]
8595         * src/imap.[ch]
8596         * src/mbox_folder.[ch]
8597         * src/mh.[ch]
8598         * src/news.[ch]
8599                 o Make all virtual folder functions private
8600                 o remove unused folder code
8601
8602         * src/common/socket.[ch]
8603         * src/summaryview.c
8604                 fix warnings
8605
8606 2003-03-30 [alfons]     0.8.11claws69
8607
8608         * src/send_message.c
8609                 remove two debug traces and see if people still report
8610                 errors
8611
8612 2003-03-30 [alfons]     0.8.11claws68
8613
8614         * src/send_message.c
8615         * src/commons/session.c
8616                 add more debug traces
8617
8618 2003-03-30 [christoph]  0.8.11claws67
8619
8620         * src/folder.c
8621                 change processing folder name from .processing to processing
8622
8623         * src/common/ssl.c
8624                 disable SSL certificate check because it causes Xlib error
8625                 when the child process want's to open an GTK window
8626
8627 2003-03-30 [christoph]  0.8.11claws66
8628
8629         * src/folder.c
8630                 don't use default folder for processing folder item because
8631                 it can be a non local folder
8632
8633         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8634
8635 2003-03-30 [alfons]     0.8.11claws65
8636
8637         * src/send_message.c
8638                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8639                 to generate bad code for 'send_send_data_progressive': When
8640                 called from 'send_send_data_finished', the 'data' pointer is
8641                 cleared just before the assignment to the dialog pointer
8642
8643 2003-03-29 [christoph]  0.8.11claws64
8644
8645         * src/common/prefs.h
8646         * src/plugins/image_viewer/Makefile.am
8647         * src/plugins/image_viewer/plugin.c
8648         * src/plugins/image_viewer/viewer.[ch]
8649         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8650                 add PrefsPage for ImageViewer
8651
8652 2003-03-28 [thorsten]   0.8.11claws63
8653
8654         * src/common/session.c
8655                 added some comments
8656
8657 2003-03-28 [paul]       0.8.11claws62
8658
8659         * sync with 0.8.11cvs16
8660                 see ChangeLog 2003-03-28
8661
8662 2003-03-28 [paul]       0.8.11claws61
8663
8664         * sync with 0.8.11cvs15
8665                 see ChangeLog 2003-03-28
8666
8667 2003-03-27 [christoph]  0.8.11claws60
8668
8669         * src/folder.c
8670         * src/imap.c
8671         * src/common/socket.[ch]
8672                 set socket state to DISCONNECTED when any operation
8673                 fails to allow reconnecting in IMAP code without
8674                 checking the return code of all calls to the command
8675                 functions
8676
8677         * src/folderview.c
8678         * src/summaryview.c
8679                 remove some more stuff that depends on specific
8680                 folder types
8681
8682 2003-03-27 [paul]       0.8.11claws59
8683
8684         * sync with 0.8.11cvs14
8685                 see ChangeLog 2003-03-27
8686                 
8687         * src/selective_download.[ch]   ** REMOVED **
8688                 really removed
8689
8690 2003-03-27 [christoph]  0.8.11claws58
8691
8692         * src/folder.c
8693                 fix handling of tmp_flags in flag copy function
8694
8695 2003-03-27 [paul]       0.8.11claws57
8696
8697         * sync with 0.8.11cvs13
8698                 see ChangeLog 2003-03-27
8699
8700 2003-03-27 [oliver]     0.8.11claws56
8701
8702         * src/maiwindow.c
8703                 remove sel_download_cb
8704
8705 2003-03-27 [oliver]     0.8.11claws55
8706         
8707         * src/inc.c
8708                 remove POP3_TOP
8709         
8710 2003-03-26 [oliver]     0.8.11claws54
8711
8712         *src/pop.h
8713                 remove POP3_TOP*
8714         * README.claws
8715                 remove selective donwload readme
8716
8717 2003-03-26 [oliver]     0.8.11claws53
8718         * src/matcher.[ch]
8719         * src/matcher_parser_parse.y 
8720         * src/pop.c 
8721         * src/prefs_account.[ch]
8722         * src/prefs_filtering.c
8723                 remove selective donwload
8724
8725 2003-03-26 [oliver]     0.8.11claws52
8726
8727         * src/inc.[ch] 
8728         * src/filtering.c 
8729         * src/mainwindow.c 
8730                 remove selective donwload
8731
8732 2003-03-26 [oliver]     0.8.11claws51
8733         
8734         * src/Makefile.am
8735         * src/selective_download.[ch]   ** REMOVE **    
8736
8737 2003-03-26 [christoph]  0.8.11claws50
8738
8739         * src/news.c
8740                 fix NEWS that got broken by a sync with sylpheed-main
8741
8742 2003-03-26 [christoph]  0.8.11claws49
8743
8744         * src/mimeview.c
8745                 fix mime type guessing when no mime type is found for a file
8746
8747 2003-03-25 [christoph]  0.8.11claws48
8748
8749         * src/mimeview.c
8750         * src/procmime.c
8751                 remove mime type guessing from mime parser and use
8752                 name based mime types in viewer lookup for mime type
8753                 application/octet-stream
8754
8755 2003-03-25 [christoph]  0.8.11claws47
8756
8757         * doc-src/readme.txt
8758         * doc-src/rfc2554.txt
8759                 add RFC about SMTP AUTH
8760
8761         * src/send_message.c
8762         * src/common/smtp.[ch]
8763                 add extra error code for authentication errors and
8764                 clear temporary password when this error occurs
8765
8766         (closes Bug 84 authentication failure while sending should
8767          prompt for password again)
8768
8769 2003-03-25 [christoph]  0.8.11claws46
8770
8771         * configure.ac
8772         * src/Makefile.am
8773         * src/imageview.[ch]                            ** REMOVE **
8774         * src/messageview.[ch]
8775         * src/mimeview.[ch]
8776         * src/prefs_common.[ch]
8777         * src/textview.c
8778         * src/plugins/Makefile.am
8779         * src/plugins/image_viewer/.cvsignore           ** NEW **
8780         * src/plugins/image_viewer/Makefile.am          ** NEW **
8781         * src/plugins/image_viewer/plugin.c             ** NEW **
8782         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8783                 move image viewer into a plugin (building is enabled by default)
8784                 [ToDo: Prefs for resize and autoview]
8785
8786 2003-03-25 [paul]       0.8.11claws45
8787
8788         * sync with 0.8.11cvs12
8789                 see ChangeLog 2003-03-26
8790
8791 2003-03-25 [paul]       0.8.11claws44
8792
8793         * sync with 0.8.11cvs11
8794                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8795                 
8796         Note: Selective Download is broken.
8797                 
8798 2003-03-22 [christoph]  0.8.11claws43
8799
8800         * src/folder.c
8801                 code cleanup for flags copying
8802
8803 2003-03-22 [christoph]  0.8.11claws42
8804
8805         * src/plugins/trayicon/trayicon.c
8806                 fix setting the transparent area when the window size
8807                 is forced by the system tray
8808
8809 2003-03-22 [christoph]  0.8.11claws41
8810
8811         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8812         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8813         * src/plugins/trayicon/newmail.xpm              ** NEW **
8814         * src/plugins/trayicon/nomail.xpm               ** NEW **
8815         * src/plugins/trayicon/trayicon.c
8816         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8817                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8818                 o add icon for unread mails
8819                 o set transparency for window
8820
8821 2003-03-22 [christoph]  0.8.11claws40
8822
8823         * src/news.c
8824                 init news session to prevent crash when session is closed
8825
8826 2003-03-22 [christoph]  0.8.11claws39
8827
8828         * src/imap.c
8829         * src/common/session.[ch]
8830                 Init session data to make sure we don't have invalid pointers
8831                 for read_ch and write_ch when new multi process sessions are
8832                 not used
8833
8834         * src/main.c
8835         * src/common/plugin.c
8836         * src/common/sylpheed.c
8837         * src/plugins/demo/demo.c
8838         * src/plugins/dillo_viewer/dillo_viewer.c
8839         * src/plugins/mathml_viewer/mathml_viewer.c
8840         * src/plugins/spamassassin/spamassassin.c
8841         * src/plugins/spamassassin/spamassassin_gtk.c
8842                 add plugin types to allow loading plugins at different times
8843                 (and maybe for different frontends), because it's not good to
8844                 load GTK-Plugins gefore gtk_init was called
8845
8846         * configure.ac
8847         * src/plugins/Makefile.am
8848         * src/plugins/trayicon/.cvsignore               ** NEW **
8849         * src/plugins/trayicon/Makefile.am              ** NEW **
8850         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8851         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8852         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8853         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8854         * src/plugins/trayicon/trayicon.c               ** NEW **
8855                 New Trayicon plugin that shows an icon in a systray that uses
8856                 XEMBED protocol like Gnome's systray. Icon shows if there
8857                 are new mails and a tooltip shows information about new,
8858                 unread and total messages.
8859
8860 2003-03-22 [paul]       0.8.11claws38
8861
8862         * src/common/smtp.c
8863                 fix ESMTP AUTH CRAM-MD5
8864                 [sync with main (still version 0.8.11cvs6), see
8865                  ChangeLog 2003-03-22]
8866
8867 2003-03-21 [colin]      0.8.11claws37
8868
8869         * src/send_message.c
8870                 Fix USE_SSL => USE_OPENSSL
8871
8872 2003-03-21 [colin]      0.8.11claws36
8873
8874         * src/folderview.c
8875                 Fix counts in drag and dropped subfolders
8876
8877 2003-03-21 [colin]      0.8.11claws35
8878
8879         * src/folder.c 
8880         * src/folderview.c
8881                 speed up a bit folder dnd
8882
8883 2003-03-20 [alfons]     0.8.11claws34
8884
8885         * src/main.c
8886         * src/toolbar.c
8887         * src/procmsg.c
8888                 don't send locked queue messages
8889                 (feature request "[ 705245 ] Locking message in outbox 
8890                  should prevent sending")
8891
8892 2003-03-20 [christoph]  0.8.11claws33
8893
8894         * src/folder.c
8895                 remove NEW and UNREAD flag in special folders when scanning
8896                 
8897         * src/common/smtp.c
8898                 fix ESMTP AUTH CRAM-MD5
8899
8900 2003-03-20 [paul]       0.8.11claws32
8901
8902         * src/prefs_account.c
8903                 Re-write 'Tunnel command to open connection' as
8904                 'Use command to communicate with server', and disable
8905                 it for all except IMAP accounts
8906
8907 2003-03-20 [paul]       0.8.11claws31
8908
8909         * sync with 0.8.11cvs6
8910                 see ChangeLog 2003-03-20
8911
8912 2003-03-19 [match]      0.8.11claws30
8913
8914         * src/addritem.[ch]
8915                 include documentation. minor refactoring.
8916         * src/addr_compl.[ch]
8917         * src/addrindex.[ch]
8918         * src/addresbook.[ch]
8919         * src/summaryview.c
8920                 re-enable address lookup (was disabled in
8921                 0.8.11claws20).
8922
8923 2003-03-19 [christoph]  0.8.11claws29
8924
8925         * src/procmsg.c
8926                 add temp flag handling, will make moving and copying
8927                 messages possible again
8928
8929         * src/folder.c
8930                 correct calulation of folder stats
8931
8932 2003-03-18 [match]      0.8.11claws28
8933
8934         * src/editgroup.h
8935                 remove case sensitive comparison (closes bug 80).
8936
8937 2003-03-18 [christoph]  0.8.11claws27
8938
8939         * src/imap.c
8940                 fix imap using a tunnel command
8941
8942         (closes bug 87)
8943
8944 2003-03-18 [christoph]  0.8.11claws26
8945
8946         * src/folder.[ch]
8947         * src/imap.c
8948         * src/procmsg.[ch]
8949                 rewrite flag handling for folders
8950
8951 2003-03-18 [christoph]  0.8.11claws25
8952
8953         * src/folder.c
8954         * src/procmsg.c
8955         * src/summaryview.c
8956                 unset NEW and UNREAD flags when message is ignored, to make
8957                 sure messages don't show up as unread on other IMAP clients,
8958                 because the IGNORE_THREAD flag can not be syncronized through
8959                 the IMAP folder
8960
8961 2003-03-17 [christoph]  0.8.11claws24
8962
8963         * src/imap.c
8964                 don't use recursion to fetch uids when the number of messages
8965                 does not match. Moved code into subfunction that is used
8966                 again when needed, to prevent an endless loop.
8967
8968 2003-03-17 [thorsten]   0.8.11claws23
8969
8970         * src/imageview.[ch]
8971                 export imageview_get_resized_size() (for plugins)
8972         * src/prefs_common.[ch]
8973                 added prefs_common_get() (for plugins)
8974
8975 2003-03-17 [christoph]  0.8.11claws22
8976
8977         * src/imap.c
8978                 o remove UID guessing from copy code
8979                 o support UIDPLUS extension for APPEND command
8980
8981 2003-03-17 [paul]       0.8.11claws21
8982
8983         * src/gtk/about.c
8984                 remove 'Compiled-plugins' section.
8985                 
8986         * src/plugins/dillo_viewer/dillo_viewer.c
8987                 slight change to description text
8988
8989 2003-03-16 [match]      0.8.11claws20
8990         * src/ldapserver.[ch]           ** NEW **
8991         * src/ldapctrl.[ch]             ** NEW **
8992         * src/ldapquery.[ch]            ** NEW **
8993         * src/ldaputil.[ch]             ** NEW **
8994         * src/addrcindex.[ch]           ** NEW **
8995         * src/addrquery.h               ** NEW **
8996         * src/addritem.[ch]
8997         * src/addrcache.[ch]
8998         * src/addrindex.[ch]
8999         * src/addr_compl.[ch]
9000         * src/addressbook.[ch]
9001         * src/addrbook.[ch]
9002         * src/editgroup.c
9003         * src/editaddress.c
9004         * src/editldap.c
9005         * src/editldap_basedn.c
9006         * src/vcard.c
9007         * src/jpilot.c
9008         * src/Makefile.am
9009                 included dynamic LDAP queries. improved address
9010                 completion.
9011
9012 2003-03-16 [paul]       0.8.11claws19
9013
9014         * tools/multiwebsearch.pl
9015                 fix a fatal typo
9016
9017 2003-03-16 [christoph]  0.8.11claws18
9018
9019         * src/mimeview.c
9020         * src/plugins/dillo_viewer/dillo_viewer.c
9021         * src/plugins/mathml_viewer/mathml_viewer.c
9022                 make unregistering of MimeViewerFactorys possible
9023
9024 2003-03-16 [alfons]     0.8.11claws17
9025
9026         * configure.ac
9027                 correct typo
9028
9029 2003-03-16 [melvin]     0.8.11claws16
9030
9031         * src/plugins/dillo_viewer.c
9032                 Fixed bug where it was not possible to view more than
9033                 one text/html attachment per message (bug discovered
9034                 by Christoph Hohmann).
9035
9036 2003-03-15 [melvin]     0.8.11claws15
9037
9038         * src/prefs_actions.c
9039                 Fixed compilation warnings.
9040
9041 2003-03-15 [melvin]     0.8.11claws14
9042
9043         * src/plugins/Makefile.am
9044         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9045         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9046         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9047                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9048                 newer (http://dillo.auriga.wearlab.de/).
9049
9050 2003-03-15 [christoph]  0.8.11claws13
9051
9052         * src/imap.c
9053                 don't query imap folder for attributes because we already
9054                 for them from imap_status
9055
9056         * src/mimeview.[ch]
9057                 add support for plugable MimeViewers (unloading Viewers
9058                 not yet complete)
9059
9060         * src/plugins/Makefile.am
9061         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9062         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9063         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9064                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9065                 widget from http://helm.cs.unibo.it/mml-widget/
9066
9067 2003-03-14 [christoph]  0.8.11claws12
9068
9069         * src/folder.[ch]
9070                 o error return code's should better be negative
9071                 o replace printf with debug_print
9072
9073         * src/imap.c
9074                 improve IMAP folder scan by checking UID-NEXT
9075
9076         * src/summaryview.c
9077                 remove check that are unnecessary in my opinion
9078
9079 2003-03-13 [christoph]  0.8.11claws11
9080
9081         * src/folder.[ch]
9082         * src/foldersel.c
9083         * src/folderview.c
9084         * src/imap.c
9085         * src/mbox_folder.c
9086         * src/mh.c
9087         * src/news.c
9088         * src/prefs_scoring.c
9089         * src/summaryview.c
9090                 use a common function to get a displayable name
9091                 for a FolderItem
9092
9093 2003-03-13 [paul]       0.8.11claws10
9094
9095         * tools/Makefile.am
9096           tools/README
9097           tools/multiwebsearch.conf     ** NEW FILE **
9098           tools/multiwebsearch.pl       ** NEW FILE **
9099                 add multiwebsearch Actions script
9100
9101 2003-03-13 [colin]      0.8.11claws9
9102
9103         * src/compose.c
9104                 Remove leading emtpy lines from quoted text
9105                 before quoting it
9106
9107 2003-03-13 [melvin]     0.8.11claws8
9108
9109         * src/prefs_actions.c
9110                 Fixed a memory leak
9111                 Code clean ups
9112                 Added Cancel and OK buttons
9113                 Corrected help text
9114
9115 2003-03-13 [christoph]  0.8.11claws7
9116
9117         * src/account.c
9118         * src/folder.[ch]
9119         * src/imap.c
9120         * src/mainwindow.c
9121         * src/mbox_folder.c
9122         * src/mh.c
9123         * src/news.c
9124         * src/setup.c
9125                 replace more folder type stuff with folder class stuff
9126
9127 2003-03-13 [melvin]     0.8.11claws6
9128
9129         * src/prefs_actions.c
9130                 Added new tokens:
9131                 %u: user provided argument
9132                 %h: user provided argument (hidden on input)
9133                 %s: current text selection in the message view 
9134
9135 2003-03-13 [paul]       0.8.11claws5
9136
9137         * sync with 0.8.11cvs5
9138                 see ChangeLog 2003-03-11, 2003-03-12
9139
9140 2003-03-12 [christoph]  0.8.11claws4
9141
9142         * src/folder.c
9143                 use folder class idstr when writing folderlist.xml
9144
9145         * src/folder.h
9146         * src/imap.c
9147         * src/news.c
9148                 replace folder type checks with folder class checks
9149
9150 2003-03-12 [christoph]  0.8.11claws3
9151
9152         * src/folder.[ch]
9153         * src/imap.[ch]
9154         * src/main.c
9155         * src/mbox_folder.[ch]
9156         * src/mh.[ch]
9157         * src/news.[ch]
9158                 o create a list of known folder classes in the folder system
9159                 o use folder class id strings for folder item identifiers
9160
9161 2003-03-12 [christoph]  0.8.11claws2
9162
9163         * src/imap.c
9164                 fix imap uid validity check
9165
9166 2003-03-12 [christoph]  0.8.11claws1
9167
9168         * src/account.c
9169         * src/folder.[ch]
9170         * src/foldersel.c
9171         * src/folderview.c
9172         * src/imap.c
9173         * src/mainwindow.c
9174         * src/mbox_folder.c
9175         * src/mh.c
9176         * src/news.c
9177         * src/prefs_scoring.c
9178         * src/procmsg.c
9179         * src/setup.c
9180         * src/summaryview.c
9181                 initial restructuring of folder system, seperating
9182                 folders and folder classes
9183
9184 2003-03-12 [paul]       0.8.11claws
9185
9186         0.8.11claws release
9187
9188 2003-03-12 [christoph]
9189
9190         * src/gtk/prefswindow.c
9191                 fix translation of "Page Index"
9192
9193 2003-03-12 [paul]       0.8.10claws110
9194
9195         a sync from 0.8.11cvs4 before the release
9196
9197         * src/common/utils.c
9198                 subject_compare_for_sort(): allow null strings (fixes
9199                 summary sorting).
9200
9201 2003-03-11 [paul]       0.8.10claws109
9202
9203         * po/es.po
9204                 update Spanish translation, submitted by
9205                 Ricardo Mones Lastra
9206
9207 2003-03-11 [melvin]     0.8.10claws108
9208
9209         * po/fr.po
9210                 Updated French translations
9211
9212 2003-03-11 [paul]       0.8.10claws107
9213
9214         * manual/en/Makefile.am
9215           manual/en/*.html
9216                 update English manual, add a new page
9217                 updated by Francois Barriere <fbarriere@atmel.fr>
9218                 
9219         * po/bg.po
9220           po/it.po
9221           po/sr.po
9222                 update Bulgarian, Italian, and Serbian translations
9223                 submitted by George Danchev, Alessandro Maestri, and
9224                 Urke MMI
9225
9226 2003-03-10 [paul]       0.8.10claws106
9227
9228         * src/gtk/about.c
9229           src/gtk/prefswindow.c
9230                 make some strings translatable
9231
9232 2003-03-10 [darko]      0.8.10claws105
9233
9234         * src/compose.c
9235                 code cleanup to make Hiro happy
9236
9237 2003-03-10 [paul]       0.8.10claws104
9238
9239         * sync with 0.8.11cvs2
9240                 see ChangeLog 2003-03-10
9241
9242 2003-03-09 [melvin]     0.8.10claws103
9243
9244         * src/textview.c
9245                 textview_set_font(): fix for message display in
9246                 UTF-8 locales (thanks to Sergey Vlasov).
9247                 (was unintentionnaly reverted in 0.8.6claws6)   
9248
9249 2003-03-08 [darko]      0.8.10claws102
9250
9251         * src/compose.c
9252                 fix infinite loop in wrapping as reported
9253                 by happycactus
9254                 obsoletes patch #696482
9255
9256 2003-03-08 [christoph]  0.8.10claws101
9257
9258         * src/imap.c
9259                 add workaround for IMAP servers that do not
9260                 support the "UID SEARCH UID" command
9261
9262 2003-03-07 [christoph]  0.8.10claws100
9263
9264         * src/plugins/spamassassin/spamassassin.[ch]
9265         * src/plugins/spamassassin/spamassassin_gtk.c
9266                 code cleanup
9267
9268 2003-03-07 [paul]       0.8.10claws99
9269
9270         * po/es.po
9271                 updated Spanish translation, submitted by
9272                 Ricardo Mones Lastra
9273
9274 2003-03-07 [christoph]  0.8.10claws98
9275
9276         * src/send.c
9277                 fix in 0.8.10claws94 was wrong
9278                 local delivery does not require escaping, remove escaping
9279                 code to make signatures of mails with "." lines valid
9280                 
9281                 NOTE: requires that sendmail is executed with "-i" option,
9282                       what is the default now, but has to be changed in all
9283                       exsiting accounts)
9284
9285 2003-03-07 [paul]       0.8.10claws97
9286
9287         * sync with 0.8.11 release
9288                 see ChangeLog 2003-03-07
9289
9290 2003-03-06 [paul]       0.8.10claws96
9291
9292         * src/compose.c
9293                 revert commit 0.8.10claws92
9294
9295 2003-03-06 [paul]       0.8.10claws95
9296
9297         * src/folderview.c
9298                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9299
9300         * src/gtkaspell.c
9301                 fix bug 74, 'Crash opening editor window with pseudo-color
9302                 display'
9303                 
9304         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9305
9306 2003-03-06 [christoph]  0.8.10claws94
9307
9308         * src/send.c
9309                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9310                 all lines starting with a period get an extra period
9311                 inserted
9312                 (found by Simon 'corecode' Schubert)
9313
9314 2003-03-06 [paul]       0.8.10claws93
9315
9316         * src/folderview.c
9317                 if configured font can't be loaded fall back to gtk
9318                 default. (with thanks to Christoph)
9319                 
9320                 closes long-standing bug 15 'Crashes on startup'
9321
9322 2003-03-06 [paul]       0.8.10claws92
9323
9324         * src/compose.c
9325                 freeze text before autosave and thaw afterwards
9326                 fixes bug 67 'autosave make re-rediting message crazy'
9327
9328 2003-03-06 [christoph]  0.8.10claws91
9329
9330         * src/compose.c
9331                 ignore address comment in dupe check for Cc-list
9332
9333         (closes reopened bug 47 Replying to message strips name part of
9334          e-mail addresses of Cc: lines)
9335
9336 2003-03-06 [paul]       0.8.10claws90
9337
9338         * src/Makefile.am
9339                 remove reference to gtkxtext.h as its no longer in
9340                 the repository
9341
9342 2003-03-06 [paul]       0.8.10claws89
9343
9344         * sync with 0.8.10cvs25
9345                 see ChangeLog 2003-03-06
9346
9347 2003-03-06 [oliver]     0.8.10claws88
9348         
9349         * src/messageview.c
9350                 remove include
9351
9352 2003-03-06 [oliver]     0.8.10claws87
9353         
9354         * src/folderview.c 
9355                 remove changes introduced inclaws74
9356         * src/messageview.c
9357                 another attempt to sanely delete and update
9358                 messages deleted in separate messageview
9359
9360 2003-03-05 [christoph]  0.8.10claws86
9361
9362         * src/summaryview.c
9363                 check if "From" matches any account's address if
9364                 addressbook completion of addresses is disabled too
9365
9366         (closes Bug 70 "Display recipient in from" doesn't check
9367          folder's default account)
9368
9369 2003-03-05 [christoph]  0.8.10claws85
9370
9371         * src/compose.c
9372         * src/common/utils.[ch]
9373                 don't strip address comments when building Cc lists
9374
9375         (closes Bug 47 Replying to message strips name part of e-mail addresses
9376          of Cc: lines)
9377
9378         * src/folder.c
9379                 fix return value of copy function
9380
9381 2003-03-05 [christoph]  0.8.10claws84
9382
9383         * src/imap.c
9384                 don't ask imap server for non rfc822 headers
9385
9386         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9387
9388         * src/imap.c
9389                 destroy session on socket error to allow reconnecting
9390
9391 2003-03-05 [christoph]  0.8.10claws83
9392
9393         * configure.ac
9394                 fix building with gnome when no prefix is set
9395
9396         (closes bug 66 Gnome directory is set to NONE)
9397
9398 2003-03-05 [paul]       0.8.10claws82
9399
9400         * sync with 0.8.10cvs23
9401                 see ChangeLog 2003-03-05
9402
9403 2003-03-04 [christoph]  0.8.10claws81
9404
9405         * src/folder.c
9406                 o fix moving and copying when folder returns 0 for new
9407                   message number
9408                 o remove some code for single message copy and move
9409                   operations and use functions for multiple messages
9410
9411         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9412
9413         * src/news.c
9414                 remove unused include
9415
9416 2003-03-04 [paul]       0.8.10claws80
9417
9418         * src/gtk/about.c
9419                 list 'Compiled plugins'
9420
9421 2003-03-03 [christoph]  0.8.10claws79
9422
9423         * src/news.[ch]
9424                 have to multiply the percentage of the current fetch with
9425                 the percentage that it has of the total fetch operation
9426                 for correct values
9427
9428 2003-03-03 [christoph]  0.8.10claws78
9429
9430         * src/news.c
9431                 fix calculation of expected lines for progress indicator
9432
9433 2003-03-03 [christoph]  0.8.10claws77
9434
9435         * src/summaryview.c
9436         * src/common/utils.c
9437                 fix segfault when opening the root news folder
9438
9439 2003-03-03 [christoph]  0.8.10claws76
9440
9441         * src/mainwindow.[ch]
9442         * src/common/Makefile.am
9443         * src/common/progressindicator.[ch]
9444                 add UI independent progress indicator handling
9445
9446         * src/news.[ch]
9447                 use new progress indicator for message info fetching
9448
9449         * src/common/hooks.h
9450                 code cleanup
9451
9452 2003-03-03 [oliver]     0.8.10claws75
9453
9454         * src/toolbar.c
9455         * src/compose.c
9456                 removed commented code
9457
9458 2003-03-03 [oliver]     0.8.10claws74
9459
9460         * src/toolbar.[ch]
9461                 cleanups and refactoring
9462         * src/compose.[ch]
9463                 compose_reply_mode reply & forwarding interface for
9464                 toolbar buttons
9465         * src/folderview.c
9466                 act on messages marked for deletion in folderview_selected
9467                 based on prefs_common.immediate_exec since a message might 
9468                 have been deleted by messageview in a folder we are changing 
9469                 to (does anybody understand what I'm on about ?)
9470
9471 2003-03-03 [oliver]     0.8.10claws73
9472         
9473         * src/messageview.[ch]
9474                 new functions
9475                 - messageview_delete: delete message shown in messagview
9476                 - messageview_update_view: update messageview to currently 
9477                   selected summaryview message
9478                 - add separate messageview to msgview_list in order to update 
9479                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9480         * src/summaryview.[ch]
9481                 summary_get_selection returns a list of selected msgs
9482                 in summaryview
9483         * src/mainwindow.c
9484                 toolbar reply refactoring
9485
9486 2003-03-03 [paul]       0.8.10claws72
9487
9488         * sync with 0.8.10cvs21
9489                 see ChangeLog 2003-03-03
9490
9491 2003-03-02 [christoph]  0.8.10claws71
9492
9493         * src/common/passcrypt.c
9494                 use POSIX includes
9495
9496 2003-03-02 [christoph]  0.8.10claws70
9497
9498         * configure.ac
9499         * src/prefs_account.c
9500         * src/prefs_gtk.[ch]
9501         * src/common/.cvsignore
9502         * src/common/Makefile.am
9503         * src/common/passcrypt.c                ** NEW **
9504         * src/common/passcrypt.h.in             ** NEW **
9505                 Implement password encryption in config files
9506                 using unix encrypt and setkey functions. The crypt
9507                 key can be set as a configure parameter. Old
9508                 passwords will be converted if they do not begin
9509                 with '!'
9510
9511 2003-03-02 [paul]       0.8.10claws69
9512
9513         * src/prefs_account.c
9514                 fix compile error
9515
9516 2003-03-01 [thorsten]   0.8.10claws68
9517
9518         * po/el.po
9519           po/hr.po
9520           po/it.po
9521           po/nl.po
9522           po/sr.po
9523           po/sv.po
9524                 corrected format strings
9525         * po/en_GB.po
9526                 corrected headers
9527                 (fix compile errors with GNU gettext-0.11.5)
9528
9529 2003-03-01 [oliver]     0.8.10claws67
9530
9531         * src/summaryview.c
9532                 menu callbacks call toolbar_menu_reply
9533
9534 2003-03-01 [oliver]     0.8.10claws66
9535
9536         * src/mainwindow.c
9537         * src/messageview.c
9538                 menu callbacks call toolbar_menu_reply
9539         * src/toolbar.[ch]
9540                 callbacks from menu handled by toolbar_menu_reply
9541
9542 2003-03-01 [paul]       0.8.10claws65
9543
9544         * src/addressbook.c
9545                 revert commit 0.8.10claws54 - breaks editing of
9546                 addressbook.
9547                 
9548         * po/bg.po
9549                 update Bulgarian translation, submitted by
9550                 George Danchev
9551
9552 2003-02-28 [christoph]  0.8.10claws64
9553
9554         * src/account.c
9555         * src/addressadd.c
9556         * src/compose.c
9557         * src/gtkaspell.c
9558         * src/gtkxtext.h                ** REMOVE **
9559         * src/imap.c
9560         * src/matcher.[ch]
9561         * src/mh.c
9562         * src/news.c
9563         * src/pine.c
9564         * src/prefs_common.c
9565         * src/prefs_matcher.c
9566         * src/procheader.[ch]
9567         * src/procmsg.[ch]
9568         * src/toolbar.c
9569         * src/common/ssl_certificate.c
9570         * src/gtk/colorlabel.c
9571         * src/gtk/menu.c
9572                 o fix warnings
9573                 o remove code obsoleted by new cache and folder system rework
9574
9575 2003-02-28 [oliver]     0.8.10claws63
9576         
9577         * src/toolbar.[ch]
9578                 * fix bug where reply in Messageview replied to 
9579                 Message displayed in summaryview
9580                 (reportedd via ML by chinatinte at gmx dot ch)
9581                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9582                 didn't work in separate MessageView Toolbar
9583                 (wondering if anybody uses this at all ?)
9584         * src/summaryview.[ch]
9585                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9586                 (generalize reply and forward code);
9587         * src/messageview.c 
9588                 remove focus_in event which updated summaryview to messageview
9589
9590 2003-02-28 [paul]       0.8.10claws62
9591
9592         * po/Makefile.in.in
9593                 add the --check option
9594                 Patch submitted by Ricardo Mones Lastra
9595
9596 2003-02-28 [paul]       0.8.10claws61
9597
9598         * src/prefs_account.c
9599                 re-order 'Signature' items
9600
9601 2003-02-28 [paul]       0.8.10claws60
9602
9603         * sync with 0.8.10cvs20
9604                 see ChangeLog 2003-02-28
9605
9606 2003-02-28 [paul]       0.8.10claws59
9607
9608         * po/POTFILES.in
9609                 update to reflect recent movement of files
9610
9611 2003-02-28 [paul]       0.8.10claws58
9612
9613         * sync with 0.8.10cvs19
9614                 see ChangeLog 2003-02-28
9615
9616 2003-02-27 [martin]     0.8.10claws57
9617
9618         * src/prefs_matcher.c 
9619                 fix segfault in prefs_matcher_ok() when the
9620                 last entry is deleted and prevents that the
9621                 message "entry not saved" comes up after deleting
9622                 an entry
9623
9624 2003-02-27 [martin]     0.8.10claws56
9625
9626         * src/prefs_filtering.c 
9627                 fix segfault in prefs_filtering_ok() when the
9628                 last entry is deleted and prevents that the
9629                 message "entry not saved" comes up after deleting
9630                 an entry
9631
9632 2003-02-27 [paul]       0.8.10claws55
9633
9634         * sync with 0.8.10cvs18
9635                 see ChangeLog 2003-02-27
9636
9637 2003-02-27 [paul]       0.8.10claws54
9638
9639         * src/addressbook.c
9640                 fix bug where the address book crashes with 
9641                 multiple lookups.
9642                 Patch [687729] submitted by David Frager 
9643                 <dbfrager@users.sourceforge.net>
9644
9645 2003-02-25 [christoph]  0.8.10claws53
9646
9647         * src/Makefile.am
9648         * src/colorlabel.[ch]           ** REMOVE **
9649         * src/gtk/Makefile.am
9650         * src/gtk/colorlabel.[ch]       ** NEW **
9651                 move colorlabel files to gtk directory
9652
9653         * src/esmtp.[ch]                ** REMOVE **
9654                 has been merged into smtp.[ch] in 0.7.5
9655
9656 2003-02-25 [christoph]  0.8.10claws52
9657
9658         * src/Makefile.am
9659         * src/about.[ch]                ** REMOVE **
9660         * src/gtk/Makefile.am
9661         * src/gtk/about.[ch]            ** NEW **
9662                 move about files to gtk directory
9663
9664 2003-02-25 [christoph]  0.8.10claws51
9665
9666         * src/folder.c
9667                 some code optimization of folder scanning code
9668
9669         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9670
9671 2003-02-25 [christoph]  0.8.10claws50
9672
9673         * src/main.c
9674         * src/common/sylpheed.c
9675                 add command line parameter parsing to common code
9676
9677 2003-02-24 [christoph]
9678
9679         * Makefile.am
9680         * configure.ac
9681                 fix gnome prefix problems, the configure script now removed
9682                 `gnome-config --prefix` from `gnome-config --datadir`
9683                 and adds $(prefix} instead
9684
9685         (closes Bug 24 Makefile does not respect prefix when installing
9686          GNOME data)
9687
9688 2003-02-24 [christoph]  0.8.10claws49
9689
9690         * src/news.c
9691                 check for valid session before trying to authenticate
9692
9693         (closes Bug 60 crash if "authenticate on logon" is activated
9694          and newsserver-hostname is not valid)
9695
9696 2003-02-24 [melvin]     0.8.10claws48
9697
9698         * src/prefs_actions.c
9699                 Make sure all user's input is sent to the action and then
9700                 close the socket..
9701
9702 2003-02-23 [alfons]     0.8.10claws46
9703
9704         * src/summaryview.c
9705                 also wait cursor when deleting files
9706
9707 2003-02-23 [paul]
9708
9709         * tools/freshmeat_search.pl
9710           tools/google_search.pl
9711                 scripts should now work for any browser/browser command line
9712
9713 2003-02-22 [christoph]  0.8.10claws45
9714
9715         * src/procmsg.c
9716                 fix IMAP flag setting, IMAP flag is not handled correctly
9717                 anymore by the folder system and information about the
9718                 folder should not be saved in the MsgInfo (in my opinion)
9719
9720         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9721
9722 2003-02-22 [christoph]  0.8.10claws44
9723
9724         * src/summaryview.c
9725                 fix spelling of "label" ;-)
9726
9727 2003-02-22 [thorsten]   0.8.10claws43
9728
9729         * src/mimeview.c
9730           src/prefs_common.[ch]
9731           src/procmime.[ch]
9732                 do not use description as attachment name
9733
9734 2003-02-22 [alfons]     0.8.10claws42
9735
9736         * src/summaryview.c
9737                 freeze/thaw folder item updates when changing color labels,
9738                 and put a wait cursors on
9739
9740 2003-02-22 [thorsten]   0.8.10claws41
9741
9742         * src/mimeview.c
9743                 save-all fixes: crash if invoked on multipart container,
9744                 mimeinfo access, pathseparators, error dialog
9745
9746 2003-02-21 [alfons]     0.8.10claws40
9747
9748         * src/prefs_gtk.c
9749                 remove unused var
9750
9751 2003-02-21 [colin]      0.8.10claws39
9752
9753         * src/send.c
9754                 Fix smtp logging
9755
9756 2003-02-21 [colin]      0.8.10claws38
9757
9758         * src/summaryview.c
9759                 Freeze/thaw folderItem updates when filtering messages 
9760                 via Tools/Filter messages
9761
9762 2003-02-21 [paul]       0.8.10claws37
9763
9764         * src/compose.c
9765                 revert commit 0.8.10claws26, there are ulterior motives
9766                 for users to set a Reply-To header when posting to
9767                 newsgroups
9768
9769 2003-02-21 [paul]       0.8.10claws36
9770
9771         * sync with 0.8.10cvs17
9772                 see ChangeLog 2003-02-21
9773
9774 2003-02-20 [christoph]  0.8.10claws35
9775
9776         * src/imap.c
9777                 IMAP UID fetch speedup using SEARCH
9778
9779         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9780
9781         * src/imap.c
9782                 fix problem with UIDs in IMAP UID cache that no longer existed
9783
9784 2003-02-20 [christoph]  0.8.10claws34
9785
9786         * src/imap.c
9787         * src/procheader.c
9788         * src/procheader.h
9789                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9790
9791         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9792
9793         * src/imap.c
9794                 Rewrite imap_cmd_gen_recv use sock_getline instead
9795                 of sock_gets to avoid problems with too long reply
9796                 lines
9797     
9798 2003-02-20 [colin]      0.8.10claws33
9799         
9800         * src/prefs_account.c
9801                 Better wording
9802
9803 2003-02-20 [colin]      0.8.10claws32
9804
9805         * src/compose.c
9806                 Remove useless '&& !to_sender' 
9807
9808 2003-02-20 [darko]
9809
9810         * AUTHORS
9811                 change my e-mail address
9812
9813 2003-02-19 [colin]      0.8.10claws31
9814
9815         * src/prefs_common.c
9816                 X11 style colors for every configurable color
9817
9818 2003-02-19 [alfons]     0.8.10claws30
9819
9820         * src/prefs_gtk.[ch]
9821         * src/prefs_common.c
9822                 for color_new accept both plain integers and X11 style color
9823                 names (as found in /usr/lib/X11/rgb.txt)
9824
9825 2003-02-19 [paul]       0.8.10claws29
9826
9827         * src/mainwindow.c
9828                 add tooltips to online/offline button and account selector
9829                 button
9830
9831 2003-02-19 [paul]       0.8.10claws28
9832
9833         * src/folder.c
9834           src/news.c
9835           src/prefs_account.[ch]
9836           src/prefs_common.[ch]
9837                 move 'Maximum number of articles to download' to
9838                 account prefs.
9839                 clean up account prefs gui a little by hiding entries
9840                 rather then greying out entries
9841
9842 2003-02-19 [hiro]       0.8.10claws27
9843
9844         * src/common/utils.c
9845                 fix bug #54 'yesterdays date is displayed in the message 
9846                 summary window'
9847
9848 2003-02-19 [paul]       0.8.10claws26
9849
9850         * src/compose.c
9851                 fix bug reported in Feature Request [688596] 
9852                 'Reply-to header in news'
9853
9854 2003-02-18 [paul]       0.8.10claws25
9855
9856         * src/select-keys.c
9857                 add a 'List all keys' button to key selection dialog
9858
9859 2003-02-18 [colin]      0.8.10claws24
9860         
9861         * src/stock_pixmap.c
9862                 fix compile error
9863
9864 2003-02-18 [colin]      0.8.10claws23
9865
9866         * src/common/smtp.[ch]
9867           src/prefs_account.c
9868                 Try to starttls if it seems to be the only
9869                 way to authenticate a user
9870
9871 2003-02-18 [paul]       0.8.10claws22
9872
9873         * src/Makefile.am
9874           src/folderview.c
9875           src/stock_pixmap.[ch]
9876           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9877           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9878                 as a Drafts folder is a special folder allow it to have
9879                 its own unique icons
9880
9881 2003-02-18 [colin]      0.8.10claws21
9882
9883         * src/imap.c
9884                 Fix port selection when using starttls
9885
9886 2003-02-18 [paul]       0.8.10claws20
9887
9888         * src/mainwindow.c
9889           src/prefs_common.[ch]
9890                 make blue the default new mail colour
9891
9892 2003-02-18 [paul]       0.8.10claws19
9893
9894         * sync with 0.8.10cvs14
9895                 see ChangeLog 2003-02-18
9896
9897 2003-02-17 [jens]       0.8.10claws18
9898
9899         * src/common/md5.c
9900                 fixed a compile problem with gcc 3.3
9901                 works on 2.95.3 too (testet on PPC as it is big endian)
9902
9903 2003-02-17 [paul]       0.8.10claws17
9904
9905         * sync with 0.8.10cvs13
9906                 see ChangeLog 2003-02-17
9907
9908 2003-02-17 [paul]       0.8.10claws16
9909
9910         * sync with 0.8.10cvs12
9911                 see ChangeLog 2003-02-17
9912
9913 2003-02-16 [match]      0.8.10claws15
9914
9915         * src/addressbook.c
9916                 Eliminates reloading of address data when items
9917                 deleted or added. Applied submitted by
9918                 Luke Plant <lukeplant@softhome.net>
9919
9920 2003-02-16 [paul]       0.8.10claws14
9921
9922         * src/news.c
9923                 when a 'protocol error' is encountered disconnect from
9924                 the server. This means that the user can carry on viewing
9925                 other articles and doesn't have to either wait until the
9926                 server timesout or quit sylpheed.
9927                 Fixes bug #53 'Unable to read messages in newsgroups, 
9928                 displayed message doesn't change'
9929
9930 2003-02-15 [christoph]  0.8.10claws13
9931
9932         * src/imap.c
9933                 fix bug that stopped scanning of folders when an
9934                 IMAP folder was empty
9935
9936         (closes bug 46 stop scan messages in folders after empty folder)
9937
9938 2003-02-15 [paul]
9939
9940         * tools/Makefile.am
9941           tools/README
9942           tools/freshmeat_search.pl     ** NEW FILE **
9943           tools/google_search.pl        ** NEW FILE **
9944                 Add 2 Actions scripts which search freshmeat/google
9945                 for the selected text using the browser configured
9946                 in sylpheedrc.
9947                 
9948         Note: These scripts are very dependent on the format of the
9949         browser command and may not work on every occasion. Testing
9950         is welcome. 
9951
9952 2003-02-14 [alfons]     0.8.10claws12
9953
9954         * src/compose.c
9955                 fix breakage because of uninitialized account pointer.
9956                 please verify.
9957
9958 2003-02-14 [paul]       0.8.10claws11
9959
9960         * src/compose.c
9961           src/prefs_account.[ch]
9962           src/prefs_common.[ch]
9963                 move signature settings to Account Prefs
9964
9965 2003-02-14 [paul]       0.8.10claws10
9966
9967         * sync with 0.8.10cvs11
9968                 see ChangeLog 2003-02-14
9969
9970 2003-02-13 [thorsten]   0.8.10claws9
9971
9972         * src/news.c
9973                 revert news progressbar (GUI separation)
9974
9975 2003-02-13 [paul]       0.8.10claws8
9976
9977         * src/compose.c
9978                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9979                 paragraph 1
9980
9981 2003-02-13 [paul]       0.8.10claws7
9982
9983         * src/compose.[ch]
9984           src/summaryview.c
9985                 fix 'Follow-up and Reply-to' so that it creates a reply to
9986                 the newsgroup and the sender. If the message has the keyword
9987                 'poster' in the Followup-To header, all replies go to the
9988                 sender, re: RFC 1036, Section 2.2.3
9989                 rename all instances of 'ignore_replyto' to 'to_sender', both
9990                 were previously used, now we use just one.
9991
9992 2003-02-13 [paul]       0.8.10claws6
9993
9994         * sync with 0.8.10cvs9
9995                 see ChangeLog 2003-02-13
9996
9997 2003-02-13 [paul]       0.8.10claws5
9998
9999         * configure.ac
10000                 show which plugins are configured in the configure
10001                 output.
10002
10003 2003-02-12 [thorsten]   0.8.10claws4
10004
10005         * src/news.c
10006                 show progress while fetching news headers
10007
10008 2003-02-12 [christoph]  0.8.10claws3
10009
10010         * configure.ac
10011         * src/plugins/Makefile.am
10012                 use AM_CONDITIONAL to enable plugins, automake correctly
10013                 manages this when creating distdir
10014
10015 2003-02-12 [christoph]  0.8.10claws2
10016
10017         * ac/spamassassin.m4
10018         * src/plugins/spamassassin/Makefile.am
10019                 fix building SpamAssassin plugin without OpenSSL
10020
10021 2003-02-12 [paul]       0.8.10claws1
10022
10023         * ac/Makefile.am
10024           src/Makefile.am
10025           src/plugins/Makefile.am
10026                 fix failure of 'make release'
10027
10028 2003-02-12 [paul]       0.8.10claws
10029
10030         * 0.8.10claws released
10031
10032 2003-02-12 [paul]       0.8.9claws56
10033
10034         * po/bg.po
10035           po/es.po
10036           po/it.po
10037           po/ru.po
10038           po/sr.po
10039                 updated translations by George Danchev, Ricardo Mones Lastra,
10040                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10041                 
10042         * sylpheed.spec.in
10043                 Allow the building of RPMs by a regular user. Submitted
10044                 by Sergei Astanin
10045
10046 2003-02-11 [alfons]     0.8.9claws55
10047
10048         * src/colorlabel.c
10049                 don't use pixmaps for label color rect but draw rectangles
10050                 so we can respect the color map of palette based visuals
10051                 (fixes the long time crashes on Suns - thanks to Andreas
10052                 Engel and Steve O'Hara-Smith for testing)
10053
10054 2003-02-11 [christoph]  0.8.9claws54
10055
10056         * src/matcher_parser_parse.y
10057                 correct bug where filering rules of not existing folders in
10058                 matcherrc were added to global filtering
10059                 
10060         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10061          main filter-rules after removing directory, http://bugs.debian.org/180253)
10062         
10063 2003-02-11 [paul]       0.8.9claws53
10064
10065         * sync with 0.8.10cvs7
10066                 see ChangeLog 2003-02-09
10067
10068 2003-02-11 [melvin]     0.8.9claws52
10069
10070         * po/fr.po
10071                 Updated French tranlsations
10072
10073 2003-02-10 [paul]       0.8.9claws51
10074
10075         * sylpheed.spec.in
10076                 correct --enable-openssl
10077                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10078
10079 2003-02-09 [martin]     0.8.9claws50
10080
10081         * src/prefs_matcher.c
10082                 fix segfault in prefs_matcher_substitute_cb() when
10083                 no row is selected
10084
10085 2003-02-09 [paul]       0.8.9claws49
10086
10087         * src/folderview.c
10088                 fix bug where a newsgroup folder's processing rules were
10089                 merged with the global filtering rules when the newsgroup
10090                 folder was deleted, causing some seriously bad results,
10091                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10092
10093 2003-02-08 [melvin]     0.8.9claws48
10094
10095         * src/compose.c
10096                 Corrected and modified an alert message.
10097
10098 2003-02-07 [paul]       0.8.9claws47
10099
10100         * src/folderview.c
10101                 fix bug where both an 'Account properties' window and a
10102                 'Folder properties' window were opened when clicking on
10103                 'Properties' in an NNTP or IMAP folder's popup menu.
10104
10105 2003-02-07 [paul]       0.8.9claws46
10106
10107         * sync with 0.8.10cvs6
10108                 see ChangeLog 2003-02-06
10109
10110 2003-02-06 [christoph]  0.8.9claws45
10111
10112         * src/mbox.c
10113                 freeze folder updates while importing mbox files
10114                 (closes bug 43 importing mbox took hours)
10115                 
10116         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10117
10118 2003-02-06 [thorsten]   0.8.9claws44
10119
10120         * po/de.po
10121                 Updated german translations
10122
10123 2003-02-06 [thorsten]   0.8.9claws43
10124
10125         * src/news.h
10126                 use guint for message numbers (fix count in grouplist dialog)
10127
10128 2003-02-05 [paul]       0.8.9claws42
10129
10130         * sync with 0.8.10cvs2
10131                 see ChangeLog 2003-02-05
10132
10133 2003-02-04 [colin]      0.8.9claws41
10134
10135         * src/prefs_common.[ch]
10136           src/procmsg.c
10137           src/summaryview.c
10138                 Add an option to disable threading by subject
10139
10140 2003-02-04 [christoph]  0.8.9claws40
10141
10142         * src/inc.c
10143                 only abort fetching mails from multiple accounts when the
10144                 error is fatal and does not allow to check any more accounts
10145                 (currently only disk full error)
10146
10147         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10148          receive mails for other accouts)
10149
10150 2003-02-04 [christoph]  0.8.9claws39
10151
10152         * src/folder.c
10153                 first add the new message to the cache, then
10154                 send the update notification
10155
10156         (closes bug 39 after sending message folderview doesnt get updated)
10157
10158 2003-02-04 [colin]      0.8.9claws38
10159
10160         * src/inc.c
10161                 _really_ fix this Connecting... status
10162
10163 2003-02-04 [paul]       0.8.9claws37
10164
10165         * sync with 0.8.10
10166                 see ChangeLog 2003-02-04
10167
10168 2003-02-04 [paul]       0.8.9claws36
10169
10170         * sync with 0.8.9cvs6
10171                 see ChangeLog 2003-02-03
10172
10173 2003-02-04 [paul]       0.8.9claws35
10174
10175         * po/pt_BR.po
10176                 updated by André Filipe de Assunção e Brito 
10177                 <bedecko@netsite.com.br>
10178
10179 2003-02-03 [thorsten]   0.8.9claws34
10180
10181         * po/de.po
10182                 Updated german translations
10183
10184 2003-02-02 [paul]       0.8.9claws33
10185
10186         * po/es.po
10187                 updated by Ricardo Mones Lastra
10188
10189 2003-02-02 [thorsten]   0.8.9claws32
10190
10191         * src/mh.c
10192                 Fix mh_get_msginfo() segfault if file is inaccessible
10193
10194 2003-01-31 [colin]      0.8.9claws31
10195
10196         * src/procheader.c
10197                 Fix last commit's bug
10198
10199 2003-01-31 [colin]      0.8.9claws30
10200
10201         * src/procheader.c
10202                 Missing a change for gpg-signed messages
10203
10204 2003-01-31 [paul]       0.8.9claws29
10205
10206         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10207           src/procheader.c
10208           src/stock_pixmap.[ch]
10209           src/summaryview.c
10210                 indicate GnuPG signed messages by displaying an icon
10211                 in the Attachment column.
10212
10213 2003-01-31 [paul]       0.8.9claws28
10214
10215         * sync with 0.8.9cvs4
10216                 see ChangeLog 2003-01-31
10217
10218 2003-01-31 [alfons]     0.8.9claws27
10219
10220         * src/textview.c
10221                 tune URI parser to accept mailto URLs with a '?'
10222                 (patch from Ruslan Balkin)
10223
10224 2003-01-31 [colin]      0.8.9claws26
10225
10226         * src/summaryview.c
10227                 Fix a leak introduced in claws24
10228
10229 2003-01-31 [colin]      0.8.9claws25
10230
10231         * src/summaryview.c
10232                 Freeze/Thaw folder updates when deleting dups
10233
10234 2003-01-31 [colin]      0.8.9claws24
10235         
10236         * src/addr_compl.c
10237           src/summaryview.c
10238           src/msgcache.c
10239                 little speed improvements
10240
10241 2003-01-31 [colin]      0.8.9claws23
10242
10243         * src/summaryview.c
10244                 Fix segfault when forwarding nothing
10245                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10246                 
10247 2003-01-30 [paul]       0.8.9claws22
10248
10249         * sync with 0.8.9cvs3
10250                 see ChangeLog 2003-01-30
10251
10252 2003-01-30 [paul]       0.8.9claws21
10253
10254         * sync with 0.8.9cvs2
10255                 see ChangeLog 2003-01-30
10256
10257 2003-01-29 [paul]       0.8.9claws20
10258
10259         * sync with 0.8.9cvs1
10260                 see ChangeLog 2003-01-29
10261
10262 2003-01-28 [paul]       0.8.9claws19
10263
10264         * po/POTFILES.in
10265                 update to reflect changes. 
10266                 thanks to Ricardo Mones Lastra
10267
10268 2003-01-27 [christoph]  0.8.9claws18
10269
10270         * ac/openssl.m4
10271         * ac/spamassassin.m4
10272         * src/plugins/spamassassin/README
10273         * src/plugins/spamassassin/libspamc.[ch]
10274         * src/plugins/spamassassin/utils.[ch]
10275                 updated to latest libspamc
10276
10277 2003-01-27 [christoph]  0.8.9claws17
10278
10279         * src/folder.c
10280                 fix wrong use of procheader_get_header_fields
10281
10282 2003-01-27 [christoph]  0.8.9claws16
10283
10284         * src/news.c
10285         * src/prefs_account.[ch]
10286         * src/common/nntp.[ch]
10287                 allow to force authentication for NNTP servers
10288
10289         Patch submitted by Florian Mickler <dmk@d-labs.de>
10290
10291 2003-01-26 [paul]       0.8.9claws15
10292
10293         * src/summaryview.c
10294                 speed up of marking messages as read
10295                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10296
10297 2003-01-26 [christoph]  0.8.9claws14
10298
10299         * src/Makefile.am
10300         * src/mgutils.[ch]              ** REMOVE **
10301         * src/xml.[ch]                  ** REMOVE **
10302         * src/xmlprops.[ch]             ** REMOVE **
10303         * src/common/Makefile.am
10304         * src/common/mgutils.[ch]       ** NEW **
10305         * src/common/xml.[ch]           ** NEW **
10306         * src/common/xmlprops.[ch]      ** NEW **
10307                 move xml files to common directory
10308
10309 2003-01-26 [christoph]  0.8.9claws13
10310
10311         * src/plugins/spamassassin/spamassassin_gtk.c
10312                 only set gtk entry text if string is available
10313
10314 2003-01-26 [melvin]     0.8.9claws12
10315
10316         * src/description_window.c
10317                 Allow resizing of the window
10318                 Allow automatic horizontal scroll bar
10319                 Do not vertically expand and fill
10320
10321 2003-01-26 [christoph]  0.8.9claws11
10322
10323         * src/Makefile.am
10324         * src/gtkutils.[ch]             ** REMOVE **
10325         * src/common/sylpheed.c
10326         * src/gtk/Makefile.am
10327         * src/gtk/description_window.c
10328         * src/gtk/gtkutils.[ch]         ** NEW **
10329         * src/gtk/prefswindow.c
10330                 move gtkutils to gtk directory
10331
10332 2003-01-26 [paul]       0.8.9claws10
10333
10334         * src/summaryview.c
10335                 rename summary_unread_clicked() to summary_status_clicked()
10336
10337 2003-01-26 [melvin]     0.8.9claws9
10338
10339         * src/prefs_actions.c
10340                 Cosmetical changes to the help text
10341
10342 2003-01-26 [paul]       0.8.9claws8
10343
10344         * src/folder.[ch]
10345           src/mainwindow.c
10346           src/prefs_common.c
10347           src/prefs_sumamry_column.c
10348           summaryview.[ch]
10349                 rename the 'Unread' column to 'Status'
10350
10351 2003-01-25 [match]      0.8.9claws7
10352
10353         * src/mgutils.[ch]
10354                 removed reference to LDAP constants. removed error2string.
10355                 included functions to support LDAP dynamic queries.
10356         * src/syldap.h
10357                 moved LDAP constants here.
10358         * src/addressbook.c
10359         * src/addrindex.c
10360         * src/importldif.c
10361                 removed references to LDAP constants and references to
10362                 error2string.
10363
10364 2003-01-25 [paul]       0.8.9claws6
10365
10366         * src/summaryview.c
10367                 summary_thread_build(), summary_thread_init(): remove 
10368                 unneeded reference to summaryview->folder_item
10369
10370 2003-01-25 [christoph]  0.8.9claws5
10371
10372         * src/gtk/description_window.c
10373                 o allow description texts to expand over multiple columns
10374                 o translate all columns
10375         * src/prefs_actions.c
10376                 change syntax description to use new multi column feature
10377
10378         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10379
10380 2003-01-25 [match]      0.8.9claws4
10381
10382         * src/vcard.c
10383                 fixed bug with Quoted-Printable
10384
10385 2003-01-25 [paul]       0.8.9claws3
10386
10387         * src/folder.[ch]
10388           src/summaryview.[ch]
10389                 implement per-folder collapsed/expanded threads setting
10390                 
10391         * src/prefs_common.c
10392                 remove global collapsed/expanded threads option
10393
10394 2003-01-25 [christoph]  0.8.9claws2
10395
10396         * po/POTFILES.in
10397                 add pluginwindow and prefswindow
10398         * src/compose.c
10399                 make send respond correctly to messages that could be added
10400                 to the queue folder, but the UID of the message is unknown
10401         * src/folder.c
10402         * src/imap.c
10403                 don't return guessed UIDs in imap_add_msg anymore. We return
10404                 0 to tell the folder system it was appened but the UID is
10405                 unknown. Folder system now get's the UID by scaning the folder
10406                 and searching the cache for the Message-ID
10407                 (closes bug #29 Messages queued, but not sent)
10408
10409 2003-01-25 [paul]       0.8.9claws1
10410
10411         * src/codeconv.c
10412                 conv_encode_header():  fix bug when long headers with 8-bit
10413                 characters are used, so that the encoded words are wrapped.
10414                 If the space in the original text falls on the wrap boundary,
10415                 it can be lost.
10416                 Patch by Sergey Vlasov.
10417                 
10418         * src/folderview.c
10419                  fix bug where a change to the sorting method or thread view
10420                  of a folder's messages is lost if simpify-subject is set and
10421                  toggled on or off.
10422                  Patch by Luke Plant.
10423
10424 2003-01-24 [paul]       0.8.9claws
10425
10426         * sylpheed-0.8.9claws released
10427         
10428         * Makefile.am
10429           sylpheed.spec.in
10430                 remove reference to 'INSTALL.jp'
10431
10432 2003-01-23 [paul]       0.8.8claws128
10433
10434         * po/es.po
10435           po/it.po
10436           po/ru.po
10437           po/sr.po
10438                 updated translations. submitted by Ricardo Mones Lastra,
10439                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10440
10441 2003-01-23 [colin]      0.8.8claws127
10442
10443         * src/compose.c
10444                 Fix drafted and queued news articles re-edition
10445
10446 2003-01-23 [melvin]     0.8.8claws126
10447
10448         * po/fr.po
10449                 Updated French translations
10450
10451 2003-01-23 [colin]      0.8.8claws125
10452
10453         * src/inc.c
10454                 Fix "Connecting to..." status message
10455
10456 2003-01-22 [paul]       0.8.8claws124
10457
10458         * po/bg.po
10459                 updated by George Danchev
10460                 
10461         * src/folder.c
10462                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10463                 and folder deletion
10464
10465 2003-01-21 [paul]       0.8.8claws123
10466
10467         * po/bg.po
10468                 updated by George Danchev
10469                 
10470         * src/about.c
10471                 its now 2003
10472                 
10473         * src/toolbar.c
10474                 don't translate 'Separator'
10475                 
10476         * src/plugins/spamassassin/Makefile.am
10477                 add aspell to CPPFLAGS
10478                 
10479         * src/plugins/spamassassin/spamassassin.c
10480           src/plugins/spamassassin/spamassassin_gtk.c
10481                 set correct default for spamassassin_receive_spam
10482                 slightly re-word descriptions and some
10483                 other minor changes
10484
10485 2003-01-19 [alfons]     0.8.8claws122
10486                 
10487         * src/mimeview.c
10488                 mimeview_save_as(): we might as well show the file name for
10489                 the single case "Save As" too
10490
10491 2003-01-19 [alfons]     0.8.8claws121
10492
10493         * src/crash.c
10494                 change bug tracker URL to bugzilla URL
10495
10496 2003-01-19 [alfons]     0.8.8claws120
10497
10498         * src/mimeview.c
10499                 mimeview_save_all(): display name of file before overwriting;
10500                 continue saving all, even when one overwrite was cancelled
10501
10502 2003-01-19 [christoph]  0.8.8claws119
10503
10504         * src/summaryview.c
10505         * src/procmsg.[ch]
10506                 fix wrong usage of procmsg_find_children in summaryview
10507                 by using procmsg_update_unread_children instead of
10508                 summaryview_update_unread_children
10509
10510 2003-01-19 [christoph]  0.8.8claws118
10511
10512         * src/procmsg.c
10513                 fix infinite loop in procmsg_find_children
10514                  (closes bug #25 sylpheed crashes on delete.)
10515
10516         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10517
10518 2003-01-19 [paul]       0.8.8claws117
10519
10520         * po/pt_BR.po
10521                 updated by Ivan Francolin Martinez
10522
10523 2003-01-18 [melvin]     0.8.8claws116
10524
10525         * src/prefs_actions.c
10526                 Removed syntax limitation of only one '&' at the end of command.
10527                         Now actions that contain '>/dev/null 2>&1' are possible.
10528
10529 2003-01-18 [melvin]     0.8.8claws115
10530
10531         * src/prefs_actions.c
10532                 Actions IO dialog: when the action ends
10533                 the "Close" button now has focus and [Escape] closes the
10534                 window.
10535
10536 2003-01-18 [christoph]  0.8.8claws114
10537
10538         * src/procmsg.c
10539                 o add debug output when MsgInfos are really freed
10540                 o free GSLists in procmsg_find_children and
10541                   procmsg_update_unread_children
10542
10543 2003-01-18 [christoph]  0.8.8claws113
10544
10545         * src/mainwindow.c
10546                 reorder Configuration menu
10547
10548 2003-01-18 [christoph]  0.8.8claws112
10549
10550         * src/compose.c
10551                 fix applying templates to forwarded messages
10552
10553         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10554
10555 2003-01-17 [christoph]  0.8.8claws111
10556
10557         * src/folder.c
10558                 destroy folder items, when a folder item is removed
10559
10560 2003-01-17 [christoph]  0.8.8claws110
10561
10562         * src/folder.c
10563                 fix wrong folder stats update when ignored message is
10564                 deleted
10565
10566 2003-01-17 [colin]      0.8.8claws109
10567         
10568         * src/mainwindow.c
10569         * src/summaryview.c
10570                 Quicksearch bugfixes: 
10571                 - hide help button at startup if not extended
10572                 - switch to extended when looking for replies
10573
10574 2003-01-17 [paul]
10575
10576         * sync with 0.8.9 release
10577
10578 2003-01-17 [paul]       0.8.8claws108
10579
10580         * sync with 0.8.8cvs11
10581                 see ChangeLog 2003-01-17
10582
10583 2003-01-16 [colin]      0.8.8claws107
10584
10585         * src/procmsg.c
10586                 Changed encryption test to re-ask passphrase
10587                 if an encrypted message hasn't been decrypted
10588                 Fixes bug #5
10589
10590 2003-01-16 [christoph]  0.8.8claws106
10591
10592         * src/prefs_gtk.c
10593         * src/prefs_toolbar.c
10594         * src/gtk/prefswindow.h
10595         * src/plugins/spamassassin/spamassassin_gtk.c
10596                 remove page destroy function that is not used anymore
10597
10598 2003-01-16 [paul]       0.8.8claws105
10599
10600         * sync with 0.8.8cvs9
10601                 see ChangeLog 2002-01-16
10602
10603 2003-01-16 [colin]      0.8.8claws104
10604
10605         * src/compose.[ch]
10606                 Fix bug with autosaved drafts for IMAP, when draft
10607                 folder is specified - fixes bugzilla bug #20
10608
10609 2003-01-15 [paul]       0.8.8claws103
10610
10611         * src/compose.[ch]
10612           src/procmsg.c
10613                 store folder and message-id of message forwarding
10614                 in queue header and set forward flag after sending
10615
10616 2003-01-15 [paul]       0.8.8claws102
10617
10618         * sync with 0.8.8cvs8
10619                 see ChangeLog 2002-01-15
10620
10621 2003-01-15 [colin]      0.8.8claws101
10622
10623         * src/Makefile.am
10624                 Fix linking with GNU libiconv
10625
10626 2003-01-15 [darko]      0.8.8claws100
10627
10628         * src/pine.c
10629                 fix crash when importing pine address book
10630                 entry with an empty name (reported by DY
10631                 <dybulk at tri8.net>)
10632
10633 2003-01-14 [paul]       0.8.8claws99
10634
10635         * configure.in  ** REMOVED **
10636           configure.ac  ** NEW FILE **
10637                 rename configure.in to configure.ac, as it is now
10638                 preferred
10639
10640 2003-01-14 [melvin]     0.8.8claws98
10641
10642         * src/folderview.c
10643                 folderview_check_new(): More precise function description
10644
10645 2003-01-14 [melvin]     0.8.8claws97
10646
10647         * src/folderview.c
10648                 folderview_check_new(): return the number of new messages 
10649                         since last check.
10650         * src/inc.c
10651                 inc_account_mail(): Disable counting of new messages for IMAP
10652                         and NNTP until bug [19] and [14] are fixed.
10653
10654 2003-01-14 [paul]       0.8.8claws96
10655
10656         * sync with 0.8.8cvs6
10657                 see ChangeLog 2003-01-14
10658
10659 2003-01-13 [alfons]     0.8.8claws95
10660
10661         * src/textview.c
10662                 tune email address validation (c. 0.8.8claws89): if . is 
10663                 just one char away from @, the address is invalid too 
10664                 (correctly rejects addresses like foo@.com)
10665
10666 2003-01-13 [paul]       0.8.8claws94
10667
10668         * src/messageview.c
10669           src/toolbar.c
10670                 fixes to the Message View toolbar and menu:
10671                 fix non-functioning Forward button
10672                 make Reply button consider default_reply_list
10673                 remove 'Follow-up...' menu entry
10674                 add 'Forward' and 'Redirect' menu entries
10675
10676 2003-01-13 [melvin]     0.8.8claws93
10677
10678         * src/inc.c
10679                 Fixed typo that could make new messages count incorrect.
10680
10681 2003-01-13 [melvin]     0.8.8claws92
10682
10683         * src/folderview.[ch]
10684                 folderview_check_new(): return the number of new messages.
10685         * src/inc.c
10686                 Should fix bug [14] where new mail notification worked 
10687                         incorrectly with IMAP accounts.
10688                 inc_spool_account(): return number of new msgs, or -1 on error
10689                 inc_all_spool(): return number of new msgs
10690                 
10691 2003-01-13 [melvin]     0.8.8claws91
10692
10693         * src/prefs_actions.c
10694                 Justify help text.
10695
10696 2003-01-12 [thorsten]   0.8.8claws90
10697
10698         * src/common/prefs.c
10699                 close file before rename
10700
10701 2003-01-12 [alfons]     0.8.8claws89
10702
10703         * AUTHORS
10704                 add Christian Mertes
10705         * src/common/utils.[ch]
10706                 g_stricase_hash(), g_stricase_equal(): functions for 
10707                 case insensitive hash tables
10708         * src/textview.c
10709                 use top level domain names to validate email address, based
10710                 on a patch by Christian Mertes (thanks!), but changed 
10711                 implementation to use a hash table 
10712
10713 2003-01-12 [paul]       0.8.8claws88
10714
10715         * po/bg.po
10716                 updated by George Danchev
10717
10718 2003-01-12 [alfons]     0.8.8claws87
10719
10720         * src/summaryview.c
10721                 delete / execute performance: use new style folder update
10722
10723 2003-01-12 [paul]       0.8.8claws86
10724
10725         * sync with 0.8.8cvs5
10726                 see ChangeLog 2003-01-13 (!)
10727
10728 2003-01-12 [alfons]     0.8.8claws85
10729
10730         * src/filtering.c
10731         * src/matcher_parser_parse.y
10732                 prepare change_score filtering action
10733         * src/matcher.[ch]
10734                 give up const-correctness on functions that call non-const-correct functions;
10735                 several casts to gpointer in g_free();
10736                 add change_score;
10737
10738 2003-01-12 [christoph]  0.8.8claws84
10739
10740         * src/compose.c
10741                 fix 2 warnings
10742
10743         * src/gtk/prefswindow.[ch]
10744         * src/plugins/spamassassin/spamassassin_gtk.c
10745                 changed the call of the widget create function
10746                 for PrefsPages, because sometimes the widget
10747                 create function needs a widget that already has
10748                 been attached to a window (to create GDK pixmaps
10749                 for exmaple). So we simply pass the GtkWindow as
10750                 the second parameter now.
10751
10752         * src/main.c
10753         * src/mainwindow.c
10754         * src/prefs_toolbar.[ch]
10755                 rewrite Toolbar Preferences using the new
10756                 prefs window
10757
10758 2003-01-11 [alfons]     0.8.8claws83
10759
10760         * src/addressadd.c
10761                 fix crash when adding sender to addressbook because status bar
10762                 isn't there (the status bar doesn't seem to be used though,
10763                 but I'll let Match decide what to do with it)
10764
10765 2003-01-11 [colin]      0.8.8claws82
10766
10767         * src/main.c
10768           src/toolbar.c
10769                 Two useless changes reversed
10770
10771 2003-01-11 [colin]      0.8.8claws81
10772
10773         * src/mainwindow.c
10774           src/mainwindow.h
10775                 Add mainwindow_get_mainwindow()
10776         * src/alertpanel.c
10777           src/alertpanel.h
10778                 Add alertpanel_error_log() 
10779         * src/compose.c
10780           src/inc.c
10781           src/messageview.c
10782           src/toolbar.c
10783           src/main.c
10784           src/procmsg.c
10785                 Network errors get a View Log button
10786
10787 2003-01-10 [alfons]     0.8.8claws80
10788
10789         * src/prefs_toolbar.c
10790         * src/toolbar.c
10791                 use the translatable string for "Separator" as file name for
10792                 separator toolbar items (probably make this uppercase?)
10793
10794 2003-01-10 [alfons]     0.8.8claws79
10795
10796         * src/prefs_toolbar.c
10797                 put right A_SEPARATOR description string in "displayed
10798                 toolbar items list" so manually added separators are
10799                 saved correctly (bug #10, "Adding a separator to the main 
10800                 toolbar fails, entry in xml file is wrong")
10801
10802 2003-01-10 [christoph]  0.8.8claws78
10803
10804         * src/imap.c
10805                 o fix warnings
10806                 o use CAPABILITY to check if NAMESPACE is available
10807
10808 2003-01-10 [christoph]  0.8.8claws77
10809
10810         * src/imap.[ch]
10811                 apply UIDPLUS IMAP extension support patch
10812
10813         Patch submitted by Simon 'corecode' Schubert
10814
10815 2003-01-10 [paul]       0.8.8claws76
10816
10817         * src/folderview.c
10818                 a sync from main which fixes the news account folders'
10819                 Properties bug
10820
10821 2003-01-10 [christoph]  0.8.8claws75
10822
10823         * src/folder.c
10824                 don't accept 0 as a valid uid returned by copy and move
10825                 functions. 0 means the message was copied or moved but the
10826                 new uid could not be fetched. It is not an error condition
10827                 for the copy or move operation.
10828
10829 2003-01-10 [paul]       0.8.8claws74
10830
10831         * src/prefs_filtering.c
10832                 change English used in Alert when entry is not
10833                 saved.
10834                 
10835         * sync with 0.8.8cvs4
10836                 see ChangeLog 2003-01-10
10837
10838 2003-01-10 [darko]      0.8.8claws73
10839
10840         * src/pine.c
10841                 fix crash when importing address book entry
10842                 without a valid address
10843
10844 2003-01-09 [alfons]     0.8.8claws72
10845
10846         * src/inc.c
10847                 filtering performance: use new style folder update
10848
10849 2003-01-09 [christoph]  0.8.8claws71
10850
10851         * src/compose.c
10852         * src/gtk/menu.[ch]
10853                 fix wrong selecting of mime encoding type, when
10854                 opening property dialog of attachments in the
10855                 compose window. 7bit was always selected and that
10856                 destoryed files with 8bit data.
10857                 (closes bug #9 Sylpheed-claws destroys attachments when
10858                  changing MIME-types)
10859
10860 2003-01-09 [paul]       0.8.8claws70
10861
10862         * sync with 0.8.8cvs3
10863                 see ChangeLog 2003-01-09
10864
10865 2003-01-08 [alfons]     0.8.8claws69
10866         
10867         * src/addressadd.c
10868                 apply patch by Kim Schulz to fix build breakage
10869                 because of missing variable
10870
10871 2003-01-08 [paul]       0.8.8claws68
10872
10873         * sync with 0.8.8cvs2
10874                 see ChangeLog 2002-01-08
10875
10876 2003-01-08 [paul]       0.8.8claws67
10877
10878         * po/it.po
10879                 updated by Alessandro Maestri
10880                 
10881         * src/addressadd.c
10882                 when using 'Add sender to addressbook' allow
10883                 name to be edited and remarks to be entered
10884                 Patch submitted by Luke Plant
10885
10886 2003-01-08 [darko]      0.8.8claws66
10887
10888         * README.claws, src/summaryview.c
10889                 fix description for marked messages
10890
10891 2003-01-08 [paul]
10892
10893         * tools/Makefile.am
10894           tools/launch_phoenix  ** NEW FILE **
10895                 add script that enables using Phoenix as the default
10896                 web browser. 
10897                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10898                 
10899         * tools/OOo2sylpheed.pl
10900                 remove full path to sylpheed executable, just 'sylpheed'
10901                 will do
10902                 
10903         * tools/README
10904                 add launch_phoenix informtion and re-arrange and compress
10905                 the data a little
10906
10907 2003-01-07 [christoph]  0.8.8claws65
10908
10909         * src/folder.c
10910                 fix update for source folder when moving messages
10911         * src/procmsg.[ch]
10912         * src/summaryview.c
10913                 use function to set to_folder for message infos and
10914                 automatically update the op_count for old and new
10915                 folder
10916
10917 2003-01-07 [melvin]     0.8.8claws64
10918
10919         * src/prefs_actions.c
10920                 Fixed bug where an '%p' Action on a displayed image crashed 
10921                         Sylpheed
10922                 Code clean up (get rid of duplicated code and removed unnecessary 
10923                                 structure member)
10924
10925 2003-01-07 [christoph]  0.8.8claws63
10926
10927         * src/compose.c
10928         * src/folder.[ch]
10929         * src/folderview.c
10930         * src/import.c
10931         * src/inc.c
10932         * src/main.c
10933         * src/mainwindow.c
10934         * src/messageview.c
10935         * src/prefs_folder_item.c
10936         * src/procmsg.c
10937         * src/summaryview.c
10938         * src/toolbar.c
10939                 o remove all folder update triggering from the UI code. The folder
10940                   system should know much better when a folder needs an update.
10941                 o to prevent multiple updates in a row the folder updates can be
10942                   frozen for some time.
10943
10944                 Note: - Please verify that no updates are missing
10945                       - Check where freeze/thaws should be added
10946
10947 2003-01-07 [christoph]  0.8.8claws62
10948
10949         * src/prefs_actions.c
10950                 don't translate empty strings
10951
10952         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10953
10954 2003-01-06 [christoph]  0.8.8claws61
10955
10956         * src/prefs_actions.c
10957                 mark strings for gettext
10958         * src/prefs_matcher.c
10959                 use new description window for Execute action and
10960                 match condition in Filtering
10961
10962         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10963
10964 2003-01-06 [alfons]     0.8.8claws60
10965
10966         keep myself inspired to re-organize matcher part 8; 
10967         yes, more to come (I need to move out the descriptive
10968         text for actions to matcher.c, or at least make it not
10969         depend on the wicked ordering)
10970
10971         * src/prefs_matcher.c
10972                 add documentation so others may comprehend the
10973                 UI part of the conditions
10974                 
10975 2003-01-06 [christoph]  0.8.8claws59
10976
10977         * src/prefs_actions.c
10978                 use new description window for syntax help
10979         * src/gtk/description_window.c
10980                 fix display of descriptions with column count != 2
10981
10982         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10983
10984 2003-01-06 [christoph]  0.8.8claws58
10985
10986         * src/quote_fmt.c
10987         * src/summaryview.[ch]
10988         * src/gtk/Makefile.am
10989         * src/gtk/description_window.[ch]       ** NEW **
10990                 use a generic window to display syntax descriptions
10991                 currently used in quote_fmt and summaryview (new description
10992                 for extended quick search)
10993
10994         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10995
10996 2003-01-06 [paul]       0.8.8claws57
10997
10998         * sync with 0.8.8cvs1
10999                 see ChangeLog 2003-01-06
11000
11001 2003-01-06 [christoph]  0.8.8claws56
11002
11003         * src/mainwindow.c
11004         * src/prefs_gtk.[ch]
11005         * src/gtk/prefswindow.[ch]
11006         * src/plugins/spamassassin/spamassassin_gtk.c
11007                 o remove page management from prefswindow, pages
11008                   will be an argument to prefswindow_open
11009                 o prefswindow_open gets a datapointer that is
11010                   passed to the widget_create function to allow
11011                   creation of prefswindow for specific items
11012
11013 2003-01-06 [colin]      0.8.8claws55
11014         
11015         * src/summaryview.c
11016                 We don't want regexp in the reply-finder, 
11017                 because MIDs can contain !,$,. and so on
11018
11019 2003-01-06 [jens]       0.8.8claws54
11020
11021         * src/jpilot.c
11022                 fixed a wrong free in jpilot_read_db_files
11023
11024 2003-01-06 [alfons]     0.8.8claws53
11025
11026         re-organize matcher part 8; more to come
11027        
11028         * src/matcher.c
11029                 matcherprop_to_string(): put g_free()s before the
11030                 switch-case break to fix memleaks                
11031
11032 2003-01-06 [colin]      0.8.8claws52
11033
11034         * src/summaryview.c
11035                 cleanup & reply-finder now displays the first 
11036                 matching message
11037
11038 2003-01-05 [alfons]     0.8.8claws51
11039
11040         re-organize matcher part 7; more to come
11041
11042         * src/matcher.[ch]
11043                 fixes for constant correctness;
11044                 more documentation;
11045
11046 2003-01-05 [alfons]     0.8.8claws50
11047
11048         re-organize matcher part 6; more to come
11049         
11050         * src/matcher.[ch]
11051                 fixes for constant correctness;
11052                 more documentation;
11053         * src/filtering.c
11054                 fix for constant correctness
11055
11056 2003-01-05 [colin]      0.8.8claws49
11057
11058         * src/account.[ch]
11059                 Add account_get_reply_account function
11060         * src/compose.c
11061                 Use account_get_reply_account function 
11062         * src/summaryview.c
11063                 Basic reply-finder - click on the replied
11064                 icon gets you to the outbox using quick-search
11065
11066 2003-01-05 [paul]       0.8.8claws48
11067
11068         * src/prefs_common.c
11069                 small change to English
11070                 
11071         * src/prefs_filtering.c
11072                 prefs_filtering_action_select(): improve logic and uniformity
11073                 of gui
11074
11075 2003-01-05 [alfons]     0.8.8claws47
11076
11077         fine tune solution to focus problems (bug #7)
11078
11079         * src/mainwindow.c
11080                 mainwindow_focus_in_event(): remove grab event check
11081         * src/summaryview.c
11082                 summary_button_pressed(): move selection on right-click
11083                 too. we can't possibly move the selection back after
11084                 canceling a dialog, because gtk's incomplete focus 
11085                 management. whether this is a good solution, only time
11086                 will tell.
11087
11088 2003-01-05 [christoph]  0.8.8claws46
11089
11090         * src/imap.c
11091                 fix crash when no imap connection could be established
11092
11093 2003-01-05 [paul]       0.8.8claws45
11094
11095         * src/mainwindow.c
11096           src/sumamryview.c
11097           src/gtk/menu.[ch]
11098                 fix bug 605957 'shortcuts in popup-menu'
11099                 make user-defined shortcuts work
11100                 show shortcuts that are already defined
11101                 in the main menu
11102                 Patch submitted by Luke Plant
11103
11104 2003-01-05 [alfons]     0.8.8claws44
11105
11106         * src/mainwindow.c
11107                 focus_in_event handler should not select summary view row 
11108                 when another window (menu, dialog) grabbed for events 
11109                 (bug #7, "[0.8.8claws42] Message summary focus") 
11110
11111 2003-01-04 [christoph]  0.8.8claws43
11112
11113         * src/procmsg.c
11114                 update save folder after adding the sent message
11115                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11116
11117 2003-01-02 [christoph]  0.8.8claws42
11118
11119         * src/common/plugin.c
11120                 fix unloading of all plugins and unload
11121                 plugins in reverse order
11122                 
11123         * src/gtk/pluginwindow.c
11124                 implement function of load and unload button
11125
11126         * src/gtk/prefswindow.c
11127         * src/gtk/prefswindow.h
11128                 rename register function and add new unregister
11129                 function
11130
11131         * src/plugins/spamassassin/spamassassin_gtk.c
11132                 unregister prefs page and update for changes in
11133                 src/gtk/prefswindow.c
11134
11135 2003-01-02 [paul]       0.8.8claws41
11136
11137         * po/es.po
11138                 updated by Ricardo Mones Lastra
11139
11140 2003-01-02 [paul]
11141
11142         * tools/tb2sylpheed
11143                 fixes and improvements by Urke MMI
11144
11145 2003-01-02 [thorsten]   0.8.8claws40
11146
11147         * src/procmsg.c
11148                 fixed wrong return value
11149
11150 2003-01-02 [thorsten]   0.8.8claws39
11151
11152         * src/prefs.c
11153                 fixed printing wrong variable
11154
11155 2003-01-02 [thorsten]   0.8.8claws38
11156
11157         * src/prefs.c
11158                 fixed acessing members of freed pfile struct
11159
11160 2003-01-02 [thorsten]   0.8.8claws37
11161
11162         * src/procmsg.c
11163                 detect loops across several messages
11164                 as suggested by Christoph Hohmann
11165
11166 2003-01-01 [match]      0.8.8claws36
11167
11168         * src/addrindex.c
11169                 fixed another memory leak.
11170
11171 2003-01-01 [match]      0.8.8claws35
11172
11173         * src/jpilot.[ch]
11174                 fixed memory leaks. applied Doxygen comments.
11175
11176 2003-01-01 [thorsten]   0.8.8claws34
11177
11178         * src/procmsg.c
11179                 inhibit endless loop if msg references itself
11180                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11181
11182 2003-01-01 [christoph]  0.8.8claws33
11183
11184         * src/mainwindow.c
11185         * src/gtk/Makefile.am
11186         * src/gtk/pluginwindow.c                ** NEW **
11187         * src/gtk/pluginwindow.h                ** NEW **
11188                 add plugin window
11189
11190         * src/plugins/demo/demo.c
11191         * src/plugins/spamassassin/spamassassin.c
11192         * src/plugins/spamassassin/spamassassin_gtk.c
11193                 write better plugin descriptions
11194
11195 2002-12-31 [christoph]  0.8.8claws32
11196
11197         * src/gtk/prefswindow.c
11198         * src/plugins/spamassassin/spamassassin_gtk.c
11199                 some small improvements to GTK code
11200
11201 2002-12-31 [christoph]  0.8.8claws31
11202
11203         * src/plugins/spamassassin/spamassassin_gtk.c
11204                 enable folder select button
11205
11206 2002-12-31 [christoph]  0.8.8claws30
11207
11208         * src/mainwindow.c
11209         * src/gtk/Makefile.am
11210         * src/gtk/prefswindow.c                         ** NEW **
11211         * src/gtk/prefswindow.h                         ** NEW **
11212                 add new prefs window
11213
11214         * src/common/plugin.c
11215                 don't try to load empty config lines
11216         
11217         * src/plugins/spamassassin/Makefile.am
11218         * src/plugins/spamassassin/spamassassin.c
11219         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11220         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11221                 GTK config for SpamAssassin Plugin using
11222                 the new prefs window
11223
11224 2002-12-31 [paul]       0.8.8claws29
11225
11226         * po/POTFILES.in
11227                 remove obsolete entry 'src/menu.c'
11228
11229 2002-12-31 [alfons]     0.8.8claws28
11230
11231         * src/matcher.[ch]
11232         * src/matcher_parser_parse.y
11233         * src/prefs_matcher.c
11234                 add "ignore_thread" and "~ignore_thread" condition so it's
11235                 possible to make the actions / scoring operate on the ignore
11236                 thread flag
11237
11238 2002-12-31 [christoph]  0.8.8claws27
11239
11240         * src/addrbook.c
11241         * src/addrindex.c
11242         * src/folder.c
11243         * src/matcher.c
11244         * src/prefs_account.c
11245         * src/prefs_actions.c
11246         * src/prefs_customheader.c
11247         * src/prefs_display_header.c
11248         * src/prefs_gtk.c
11249         * src/procmime.c
11250         * src/toolbar.c
11251         * src/xmlprops.c
11252         * src/common/prefs.[ch]
11253                 extend prefs file handling for reading and automatic handling
11254                 of blocks. When reading prefs_set_block_label will automatically
11255                 move on to the block. When writing it will copy all other blocks
11256                 automatically
11257
11258         * src/common/plugin.c
11259                 Now loading plugin filenames from [Plugins] block in
11260                 sylpheed rc file
11261
11262 2002-12-30 [christoph]  0.8.8claws26
11263
11264         * src/common/hooks.[ch]
11265                 return abort status to caller of hooks_invoke
11266                 
11267         * src/inc.[ch]
11268                 invoke message filtering hook and stop
11269                 default handling when filter returns abort
11270
11271         * src/common/plugin.[ch]
11272         * src/plugins/demo/demo.c
11273                 modify plugin loader, because resolving symbols for strings
11274                 does not work correctly
11275         
11276         * configure.in
11277         * ac/spamassassin.m4                            ** NEW **
11278         * src/plugins/spamassassin/.cvsignore           ** NEW **
11279         * src/plugins/spamassassin/Makefile.am          ** NEW **
11280         * src/plugins/spamassassin/README               ** NEW **
11281         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11282         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11283         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11284                 add spamassassin plugin, see src/plugins/spamassassin/README
11285                 for details
11286
11287 2002-12-29 [alfons]     0.8.8claws25
11288
11289         * src/mainwindow.c
11290                 when moving focus from a message view to the main 
11291                 window, don't forget to select the summary node
11292                 of the displayed message. should fix "[ 659103 ] 
11293                 focus-follows-mouse confuses sylpheed"
11294
11295 2002-12-29 [christoph]  0.8.8claws24
11296
11297         * src/Makefile.am
11298         * src/stringtable.[ch]          ** REMOVE **
11299         * src/common/Makefile.am
11300         * src/common/stringtable.[ch]   ** NEW **
11301                 move stringtable files to common directory
11302
11303 2002-12-29 [christoph]  0.8.8claws23
11304
11305         * src/Makefile.am
11306         * src/menu.[ch]                 ** REMOVE **
11307         * src/gtk/Makefile.am
11308         * src/gtk/menu.[ch]             ** NEW **
11309                 move menu files to gtk directory
11310
11311 2002-12-29 [match]      0.8.8claws22
11312
11313         * src/addressbook.c
11314         * src/syldap.c
11315                 moved UI specific code out of LDAP code into addressbook
11316                 UI code. fixed memory leak.
11317
11318 2002-12-29 [christoph]  0.8.8claws21
11319
11320         * src/folder.c
11321                 only check for IGNORED parent message when message is
11322                 not IGNORED itself
11323
11324 2002-12-29 [alfons]     0.8.8claws20
11325
11326         * src/summaryview.c
11327                 set gtksctree's anchor correct (immediate execute
11328                 changes the tree's layout, and anchor points at 
11329                 the incorrect row). fixes "[ 657233 ] multiple msg 
11330                 delete sometimes off by 1".
11331                 we probably have to look for more tree layout /
11332                 anchor glitches.
11333
11334 2002-12-29 [paul]       0.8.8claws19
11335
11336         * src/summaryview.c
11337                 fix bug [ 659054 ] incorrect sorting of 'From' column
11338                 when using 'display sender using address book'
11339                 thanks to Alfons and Luke Plant
11340
11341 2002-12-29 [christoph]  0.8.8claws18
11342
11343         * src/folder.c
11344         * src/procmsg.[ch]
11345                 check parent messages for IGNORE THREAD flag, when adding,
11346                 moving or copying messages to a folder
11347
11348 2002-12-27 [alfons]     0.8.8claws17
11349
11350         re-organize matcher part 5; more to come
11351
11352         * src/matcher.c
11353                 hash keywords in matchparser_tab 
11354
11355 2002-12-27 [alfons]     0.8.8claws16
11356
11357         re-organize matcher part 4; more to come
11358
11359         * src/matcher_parser.h
11360         * src/matcher_parser_lex.l
11361         * src/matcher_parser_parse.y
11362                 cleanup
11363
11364 2002-12-27 [alfons]     0.8.8claws15
11365
11366         re-organize matcher part 3; more to come
11367
11368         * src/matcher.[ch]
11369                 cleanup
11370
11371 2002-12-27 [alfons]     0.8.8claws14
11372
11373         re-organize matcher part 2; more to come but this should
11374         work. cc me if there are any regressions.
11375
11376         * src/matcher.h
11377                 add prototype for get_matchparser_tab_id()
11378         * src/matcher_parser_lex.l
11379                 look up keywords using matchparser_tab_id();
11380
11381 2002-12-27 [alfons]     0.8.8claws12
11382
11383         re-organize matcher part 1
11384
11385         * src/matcher.h
11386                 map yacc generated constants to sylpheed matcher constants
11387         * src/matcher.c
11388                 add function to find a matcher constant from a string
11389
11390 2002-12-27 [christoph]  0.8.8claws11
11391
11392         * src/compose.c
11393                 MENUITEM_ADD casts the 4th argument from integer to pointer
11394                 so it probably should not be a pointer, this means we
11395                 should use account id for it and not the account's pointer
11396
11397 2002-12-27 [paul]       0.8.8claws10
11398
11399         * src/mainwindow.c
11400                 remove unneeded 'GtkWidget *vbox'
11401                 
11402         * src/summaryview.c
11403                 further sync with 0.8.8 - make sort
11404                 by recipient work as expected
11405                 
11406         * NEWS
11407                 sync with 0.8.8
11408
11409 2002-12-27 [paul]       0.8.8claws9
11410
11411         * po/pt_BR.po
11412                 updated by Ivan F. Martinez
11413                 
11414 2002-12-27 [darko]      0.8.8claws8
11415
11416         * src/common/utils.c
11417                 added locked pattern to extended search
11418
11419 2002-12-27 [alfons]     0.8.8claws7
11420
11421         * src/prefs_matcher.[ch]
11422                 clean up
11423
11424 2002-12-26 [alfons]     0.8.8claws6
11425
11426         * src/matcher.[ch]
11427         * src/matcher_parser_lex.l
11428         * src/matcher_parser_parse.y
11429         * src/prefs_matcher.c
11430                 allow color label as a condition in the matcher
11431
11432 2002-12-26 [oliver]     0.8.8claws5
11433         
11434         * src/toolbar.c 
11435                 enable Addressbook for Main and Messageview
11436         * src/prefs_actions.c
11437                 enable actions in Messageview
11438
11439 2002-12-26 [christoph]  0.8.8claws4
11440
11441         * src/common/plugin.c
11442                 add a little debug output
11443         * configure.in
11444         * src/plugins/demo/Makefile.am
11445                 better use of automake
11446
11447 2002-12-26 [christoph]  0.8.8claws3
11448
11449         * src/Makefile.am
11450         * src/common/Makefile.am
11451                 fix "make distdir"
11452
11453 2002-12-26 [christoph]  0.8.8claws2
11454
11455         * configure.in
11456                 sort configure checks into common / gtk / plugins
11457         * po/POTFILES.in
11458                 add src/prefs_gtk.c
11459         * src/Makefile.am
11460                 add plugins SUBDIR
11461         * src/main.c
11462         * src/common/sylpheed.[ch]
11463                 added now sylpheed_done function for shutdown
11464         * src/common/Makefile.am
11465         * src/common/plugin.[ch]                ** NEW **
11466                 plugin loader and unloader
11467         * src/plugins/.cvsignore                ** NEW **
11468         * src/plugins/Makefile.am               ** NEW **
11469                 build plugins
11470         * src/plugins/demo/.cvsignore           ** NEW **
11471         * src/plugins/demo/Makefile.am          ** NEW **
11472         * src/plugins/demo/demo.c               ** NEW **
11473                 small demo plugin that installs a logtext hook and
11474                 outputs the log text to stdout
11475
11476 2002-12-26 [paul]       0.8.8claws1
11477
11478         * po/es.po
11479                 updated by Ricardo Mones Lastra
11480
11481 2002-12-26 [paul]       0.8.8claws
11482
11483         * 0.8.8claws released
11484
11485 2002-12-26 [paul]       0.8.7claws12
11486
11487         * po/bg.po
11488                 updated by George Danchev
11489
11490 2002-12-26 [paul]       0.8.7claws11
11491
11492         * po/POTFILES.in
11493                 remove unneeded 'src/prefs.c' entry 
11494
11495 2002-12-26 [paul]       0.8.7claws10
11496
11497         * src/codeconv.c
11498           src/mainwindow.c
11499                 sync with 0.8.8 release
11500         
11501         * src/folder.[ch]
11502           src/mh.c
11503           src/summaryview.c
11504                 partial sync with 0.8.8 release
11505         
11506
11507 2002-12-25 [alfons]     0.8.7claws9
11508
11509         * src/matcher.[ch]
11510         * src/matcher_parser_lex.l
11511         * src/matcher_parser_parse.y
11512         * src/prefs_matcher.c
11513                 add locked flag to possible filtering / matcher 
11514                 conditions (also a good example what should be
11515                 done to add a simple boolean condition)
11516
11517 2002-12-25 [christoph]  0.8.7claws8
11518
11519         * src/Makefile.am
11520         * src/account.[ch]
11521         * src/addrbook.c
11522         * src/addressbook.c
11523         * src/addrindex.c
11524         * src/filtering.c
11525         * src/folder.c
11526         * src/matcher.c
11527         * src/prefs.[ch]                ** REMOVE **
11528         * src/prefs_account.c
11529         * src/prefs_actions.c
11530         * src/prefs_common.c
11531         * src/prefs_customheader.c
11532         * src/prefs_display_header.c
11533         * src/prefs_filtering.c
11534         * src/prefs_folder_item.c
11535         * src/prefs_gtk.[ch]            ** NEW **
11536         * src/prefs_matcher.c
11537         * src/prefs_scoring.c
11538         * src/prefs_summary_column.c
11539         * src/procmime.c
11540         * src/selective_download.c
11541         * src/toolbar.c
11542         * src/common/Makefile.am
11543         * src/common/prefs.[ch]         ** NEW **
11544                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11545
11546 2002-12-24 [alfons]     0.8.7claws7
11547
11548         * src/summaryview.c
11549                 summary_thread_build(): fix real cause of the crash mentioned in
11550                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11551                 this way we get meaningful ctree nodes 
11552
11553 2002-12-24 [oliver]     0.8.7claws6
11554
11555         * src/mainwindow.[ch]
11556         * src/messageview.[ch]
11557         * src/compose.[ch]
11558         * src/inc.c
11559         * src/summaryview.c
11560                 changes to use updated toolbar handling
11561                 
11562 2002-12-24 [oliver]     0.8.7claws5
11563
11564         * src/toolbar.[ch]
11565                 generic toolbar handling
11566                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11567         * src/prefs_toolbar.[ch]
11568                 adjust to handling
11569         
11570 2002-12-24 [oliver]     0.8.7claws4
11571         
11572         * src/stock_pixmap.[ch]
11573                 move SYLPHEED_LOGO to end of list in order 
11574                 to remove it from Custom Toolbar`s Icon View
11575
11576 2002-12-24 [alfons]     0.8.7claws3
11577
11578         * src/summaryview.c
11579                 summary_thread_build(): fix crash because of focus != selection 
11580                 after threading. when deleting the selection, gtk tries but fails 
11581                 to find the correct focusable element. we now force the selection
11582                 to be focused. this should solve the infamous bug reported by 
11583                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11584                 a test case is available. 
11585
11586 2002-12-24 [darko]      0.8.7claws2
11587
11588         * src/summaryview.c
11589                 don't crash when unmarking message with unread children
11590
11591 2002-12-23 [christoph]  0.8.7claws1
11592
11593         * src/Makefile.am
11594         * src/common/Makefile.am
11595                 update Makefiles for moved intl.h, version.h and defs.h
11596         * src/imap.c
11597                 rewrite imap_session_get to avoid duplicate code
11598
11599 2002-12-23 [paul]       0.8.7claws
11600
11601         * Santa-Claws released
11602         
11603         * po/hu.po
11604           po/ru.po
11605                 squeeze in updated Hungarian and Russian translations.
11606                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11607
11608 2002-12-23 [paul]       0.8.6claws129
11609
11610         * po/pl.po
11611                 updated by Witold Wladyslaw Wojciech Wilk
11612
11613 2002-12-23 [paul]       0.8.6claws128
11614
11615         * src/quote_fmt_parse.y
11616                 fix typo and add licence header
11617
11618 2002-12-23 [paul]       0.8.6claws127
11619
11620         * po/en_GB.po
11621                 updated
11622
11623 2002-12-23 [paul]       0.8.6claws126
11624
11625         * po/it.po
11626                 updated translation, submitted by Alessandro Maestri
11627                 
11628 2002-12-23 [paul]       0.8.6claws125
11629
11630         * src/quote_fmt_parse.y
11631                 fix signature-stripping on replies bug. match
11632                 '-- \n' and not '-- '.
11633
11634 2002-12-22 [paul]       0.8.6claws124
11635
11636         * po/bg.po
11637           po/es.po
11638           po/sr.po
11639                 updated translations. submitted by George Danchev,
11640                 Ricardo Mones Lastra, and Urke MMI respectively
11641
11642 2002-12-21 [paul]       0.8.6claws123
11643
11644         * src/addrbook.c
11645                 fix coding style
11646
11647 2002-12-21 [paul]       0.8.6claws122
11648
11649         * src/addrbook.c
11650                 fix bug [643638] where if a person is in one or more
11651                 addressbook groups editing that person's email 
11652                 address results in removal from those groups.
11653                 Patch submitted by Luke Plant.
11654
11655 2002-12-20 [christoph]  0.8.6claws121
11656
11657         * src/common/utils.c
11658         * src/summaryview.c
11659                 reimplement expand_search_string using GString to
11660                 prevent crashs caused by miscalculated string
11661                 lengths reported by Paul
11662
11663 2002-12-20 [christoph]  0.8.6claws120
11664
11665         * src/summaryview.c
11666                 don't use "changed" to check if op_count has to be changed as it
11667                 is also set when the message has unread children
11668                 (closes bug [ 653221 ] crash while deleting duplicates)
11669
11670 2002-12-20 [paul]       0.8.6claws119
11671
11672         * sync with 0.8.6cvs27
11673                 see ChangeLog 2002-12-20
11674
11675 2002-12-20 [paul]       0.8.6claws118
11676
11677         * sync with 0.8.6cvs26
11678                 see ChangeLog 2002-12-19 and 2002-12-20
11679
11680 2002-12-19 [alfons]     0.8.6claws117
11681
11682         * src/textview.c
11683                 fix incorrect parsing of email addresses, submitted by 
11684                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11685                 name display if it contains @".
11686
11687 2002-12-18 [paul]       0.8.6claws116
11688
11689         * sync with 0.8.6cvs23
11690                 see ChangeLog 2002-12-18
11691
11692 2002-12-18 [paul]       0.8.6claws115
11693
11694         * src/Makefile.am
11695         * src/account.c
11696         * src/codeconv.c
11697         * src/gtkutils.[ch]
11698         * src/imap.c
11699                 sync with 0.8.6cvs22.
11700                 see ChangeLog 2002-12-17 and 2002-12-18
11701
11702 2002-12-17 [christoph]  0.8.6claws114
11703
11704         * src/imap.c
11705                 o don't create a session if imap greeting fails
11706                 o don't close socket when authentication fails
11707                   this is done by imap_session_destroy
11708
11709 2002-12-17 [thorsten]   0.8.6claws113
11710
11711         * tools/Makefile.am
11712           tools/README
11713           tools/google_msgid.pl ** NEW FILE **
11714                 Added "search for message-id" script and doc
11715
11716 2002-12-17 [thorsten]   0.8.6claws112
11717
11718         * po/hu.po
11719                 Updated hungarian translation
11720                 (updated by Gal Zoltan)
11721
11722 2002-12-16 [christoph]  0.8.6claws111
11723
11724         * src/addr_compl.c
11725                 remove stupid addressbook dump to debug output
11726         * src/mh.c
11727                 fix memory leak found by Hiro
11728
11729 2002-12-14 [paul]       0.8.6claws110
11730
11731         * src/compose.c
11732                 fix menubar sensitivity on send
11733                 
11734         * src/prefs_filtering.c
11735         * src/prefs_matcher.c
11736         * src/prefs_scoring.c
11737                 Fix english ;)
11738                 
11739         * src/common/quoted-printable.h
11740                 sync: fix typo
11741         
11742 2002-12-13 [christoph]  0.8.6claws109
11743
11744         * src/Makefile.am
11745         * src/manage_window.[ch]        ** REMOVE **
11746         * src/gtk/Makefile.am
11747         * src/gtk/manage_window.[ch]    ** NEW **
11748                 move manage_window files to gtk directory
11749
11750 2002-12-13 [christoph]  0.8.6claws108
11751
11752         * src/Makefile.am
11753         * src/gtkshruler.[ch]           ** REMOVE **
11754         * src/gtk/Makefile.am
11755         * src/gtk/gtkshruler.[ch]       ** NEW **
11756                 move gtkshruler files to gtk directory
11757
11758 2002-12-13 [christoph]  0.8.6claws107
11759
11760         * src/Makefile.am
11761         * src/compose.c
11762         * src/gtkstext.[ch]             ** REMOVE **
11763         * src/gtkutils.[ch]
11764         * src/textview.c
11765         * src/gtk/gtkstext.[ch]         ** NEW **
11766         * src/gtk/Makefile.am
11767                 o move stext functions to gtkstext.c to remove
11768                   dependency of gtkutils
11769                 o move gtkstext files to gtk directory
11770
11771         * src/gtk/Makefile.am
11772         * src/gtk/sslcertwindow.[ch]
11773                 UI stuff can always depend on common code so
11774                 it's ok to add ../common to include path
11775
11776 2002-12-13 [colin]      0.8.6claws106
11777
11778         * src/summaryview.c
11779                 Disconnect sighandlers for mainwindow when
11780                 quicksearch has the focus
11781                 Fix bug #653231
11782         * src/mainwindow.[ch]
11783                 Make key_pressed callback public, to be able
11784                 to disconnect it
11785
11786 2002-12-13 [christoph]  0.8.6claws105
11787
11788         * src/mh.c
11789                 create .mh_sequences file in new MH folders
11790                 (closes feature request [ 523162 ] MH folders should
11791                  get a .mh_sequences)
11792
11793 2002-12-13 [colin]      0.8.6claws104
11794
11795         * src/summaryview.c
11796                 Better handling of quicksearch show/hide
11797                 (basically the button stays under the mouse 
11798                  when toggled)
11799
11800 2002-12-13 [paul]       0.8.6claws103
11801
11802         * sync with 0.8.6cvs17
11803                 see ChangeLog 2002-12-13
11804
11805 2002-12-13 [paul]       0.8.6claws102
11806
11807         * po/es.po
11808                 updated by Ricardo Mones Lastra
11809
11810 2002-12-11 [colin]       0.8.6claws101
11811
11812         * src/folder.c
11813                 remove statusbar stuff
11814           src/folderview.c
11815                 set statusbar verbosity when moving folders
11816
11817 2002-12-11 [colin]       0.8.6claws100
11818         * src/prefs_filtering.c
11819         * src/prefs_matcher.c
11820         * src/prefs_scoring.c
11821                 Fix english ;)
11822
11823 2002-12-11 [colin]       0.8.6claws99
11824
11825         * src/prefs_common.[ch]
11826                 Add summary_quicksearch_type
11827         * src/summaryview.c
11828                 Save last used quicksearch type
11829
11830 2002-12-11 [jens]       0.8.6claws98
11831         * src/prefs_filtering.c
11832         * src/prefs_matcher.c
11833         * src/prefs_scoring.c
11834                 added dialog for incomplete rules in scoring, filtering and
11835                 matcher to ask wheather really close
11836
11837 2002-12-11 [colin]      0.8.6claws97
11838
11839         * src/folder.c
11840                 Fix folder dnd statusbar logging
11841
11842 2002-12-10 [christoph]  0.8.6claws96
11843
11844         * src/compose.c
11845         * src/folder.c
11846         * src/imap.c
11847         * src/inc.c
11848         * src/main.c
11849         * src/mainwindow.c
11850         * src/news.c
11851         * src/send.c
11852         * src/statusbar.[ch]
11853         * src/common/hooks.c
11854         * src/common/log.[ch]
11855                 o handle verbose logging in statusbar directly in statusbar code
11856                   and common code does not need any knowledge about a statusbar
11857                 o remove direct calls to statusbar_(puts|pop)_all functions
11858
11859 2002-12-10 [jens]       0.8.6claws95
11860
11861         * src/*.c
11862                 removed gettext from g_warnings
11863         * po/POTFILES.in
11864                 cleaned and updated
11865         * po/de.po
11866                 updated
11867
11868 2002-12-10 [colin]      0.8.6claws94
11869
11870         * src/main.c
11871                 finish crash dialog fix
11872
11873 2002-12-10 [colin]      0.8.6claws93
11874
11875         * src/main.c
11876                 "Fix" "sylpheed already running" instead of
11877                 crash dialog appearing after a crash
11878
11879 2002-12-10 [colin]      0.8.6claws92
11880
11881         * po/POTFILES.in
11882                 add src/gtk/sslcertwindow.c
11883
11884 2002-12-10 [paul]       0.8.6claws91
11885
11886         * po/POTFILES.in
11887                 updated to reflect recent changes
11888                 submitted by Alessandro Maestri
11889
11890 2002-12-09 [christoph]  0.8.6claws90
11891
11892         * src/Makefile.am
11893         * src/smtp.[ch]                 ** REMOVE **
11894         * src/common/Makefile.am
11895         * src/common/smtp.[ch]          ** NEW **
11896                 move smtp files to common directory
11897
11898 2002-12-09 [christoph]  0.8.6claws89
11899
11900         * src/Makefile.am
11901         * src/session.[ch]              ** REMOVE **
11902         * src/common/Makefile.am
11903         * src/common/session.[ch]       ** NEW **
11904                 move session files to common directory
11905
11906 2002-12-09 [paul]       0.8.6claws88
11907
11908         * src/account.c
11909                 fix bug [649746] edit accounts: move account reverted
11910                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11911
11912 2002-12-09 [colin]      0.8.6claws87
11913
11914         * src/ssl_certificate.c
11915                 cleanup
11916
11917 2002-12-09 [colin]      0.8.6claws86
11918
11919         * src/ssl.c
11920                 Try to open the cert.pem database and 
11921                 issue a warning if it isn't there
11922
11923 2002-12-09 [colin]      0.8.6claws85
11924
11925         * src/common/ssl_certificate.c
11926         * src/gtk/sslcertwindow.c
11927                 Warning fixes
11928
11929 2002-12-09 [colin]      0.8.6claws84
11930
11931         * src/ssl_certificate.[ch] ** REMOVED **
11932         * src/common/ssl_certificate.[ch] ** NEW **
11933         * src/Makefile.am
11934         * src/common/Makefile.am
11935                 Moved ssl_certificate.[ch] to common
11936         * src/common/ssl.c 
11937                 Put back needed include
11938         * src/gtk/sslcertwindow.[ch]
11939                 Changed ssl_certificate.h include
11940         
11941 2002-12-09 [colin]      0.8.6claws83
11942
11943         * src/gtk/sslcertwindow.[ch]
11944                 Implement hook for certificate acception
11945         * src/ssl_certificate.[ch]
11946                 Implement hook for certificate acception
11947         * src/common/ssl.c
11948                 Reenable certificate acception check
11949         * src/mainwindow.c
11950                 Register sslcertwindow's hook
11951         
11952 2002-12-08 [christoph]  0.8.6claws82
11953
11954         * src/about.c
11955         * src/addr_compl.c
11956         * src/codeconv.c
11957         * src/manual.c
11958         * src/undo.c
11959         * src/common/utils.c
11960                 o add missing includes
11961                 o fix warnings
11962         * src/.cvsignore
11963         * src/common/.cvsignore
11964         * src/common/version.h          ** REMOVE **
11965                 remove autogenerated file
11966
11967 2002-12-08 [paul]       0.8.6claws81
11968
11969         * src/stringtable.c
11970                 put back needed include
11971
11972 2002-12-08 [colin]      0.8.6claws80
11973         
11974         * src/gtk/sslcertwindow.c
11975                 Cleaner popups when asking
11976         * src/ssl_certificate.c
11977         * src/prefs_common.[ch]
11978                 remove ssl certificate pref
11979                 put back needed include
11980         * src/undo.c
11981                 put back needed include
11982
11983 2002-12-08 [christoph]  0.8.6claws79
11984
11985         * src/folderview.c
11986         * src/logwindow.c
11987         * src/statusbar.c
11988         * src/summaryview.c
11989                 only abort hook invokation if required data is missing not
11990                 if our own data pointer is NULL, update hookfunction for
11991                 log window
11992
11993 2002-12-08 [paul]       0.8.6claws78
11994
11995         * src/about.c
11996         * src/addrcache.c
11997         * src/addrclip.c
11998         * src/addr_compl.c
11999         * src/addrselect.c
12000         * src/codeconv.c
12001         * src/colorlabel.c
12002         * src/enriched.c
12003         * src/esmtp.c
12004         * src/exporthtml.c
12005         * src/headerview.c
12006         * src/imageview.c
12007         * src/manual.c
12008         * src/noticeview.c
12009         * src/pgptext.c
12010         * src/scoring.c
12011         * src/sourcewindow.c
12012         * src/stringtable.c
12013         * src/undo.c
12014                 clean up: remove unneccesary includes
12015
12016 2002-12-08 [christoph]  0.8.6claws77
12017
12018         * src/folderview.c
12019         * src/statusbar.c
12020         * src/summaryview.c
12021         * src/common/hooks.[ch]
12022                 hook functions now have a gboolean return value, if a hook
12023                 returns TRUE it will stop executing of any more hooks in
12024                 the same hooklist for this invokation
12025
12026 2002-12-08 [colin]      0.8.6claws76
12027         
12028         * src/main.c
12029                 put back argv0 for CRASH_DIALOG
12030
12031 2002-12-08 [christoph]  0.8.6claws75
12032
12033         * src/Makefile.am
12034         * src/about.c
12035         * src/account.c
12036         * src/crash.c
12037         * src/esmtp.h
12038         * src/imap.[ch]
12039         * src/inc.c
12040         * src/main.c
12041         * src/mainwindow.c
12042         * src/news.c
12043         * src/pop.[ch]
12044         * src/prefs_account.[ch]
12045         * src/prefs_common.[ch]
12046         * src/send.[ch]
12047         * src/smtp.[ch]
12048         * src/ssl_certificate.[ch]
12049         * src/ssl_manager.[ch]
12050         * src/common/Makefile.am
12051         * src/common/log.c
12052         * src/common/nntp.[ch]
12053         * src/common/socket.[ch]
12054         * src/common/ssl.[ch]
12055         * src/gtk/sslcertwindow.[ch]
12056         * ac/openssl.m4
12057                 use new autoconf script to detect OpenSSL with extra parameters
12058                 to specify the location of libs and includes, also remove USE_SSL
12059                 to USE_OPENSSL
12060
12061         * src/common/sylpheed.[ch]
12062         * src/common/version.h.in
12063                 start seperation of common code initialization seperated from gui
12064
12065         * src/summaryview.c
12066                 The function that is called when a color label changes
12067                 should not change the color lable again
12068
12069 2002-12-08 [colin]      0.8.6claws74
12070
12071         * src/gtk/sslcertwindow.c
12072                 warning fixes
12073
12074 2002-12-08 [colin]      0.8.6claws73
12075
12076         * src/statusbar.c
12077           src/common/log.h
12078                 Register a hook for statusbar_puts_all
12079         * src/common/log.c
12080                 invoke statusbar_puts_all's hook
12081         
12082 2002-12-08 [colin]      0.8.6claws72
12083
12084         * src/ssl_certificate.c
12085                 Put back a badly-removed include
12086
12087 2002-12-08 [colin]      0.8.6claws71
12088
12089         * src/gtk/sslcertwindow.[ch]    ** NEW **
12090                 new certificate presentation
12091         * src/gtk/Makefile.am
12092                 add new files
12093         * src/ssl_certificate.[ch]
12094                 gtk cleanup, made utility functions public
12095         * src/ssl_manager.c
12096                 use new cert presentation
12097
12098 2002-12-07 [christoph]  0.8.6claws70
12099
12100         * src/Makefile.am
12101         * src/nntp.[ch]                 ** REMOVE **
12102         * src/common/Makefile.am
12103         * src/common/nntp.[ch]          ** NEW **
12104                 move nntp files to common directory
12105
12106 2002-12-07 [christoph]  0.8.6claws69
12107
12108         * src/procmsg.[ch]
12109         * src/summaryview.c
12110                 implement msginfo update callback using sylpheed's new
12111                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12112
12113 2002-12-06 [christoph]  0.8.6claws68
12114
12115         * src/editgroup.c
12116                 This patch changes the 'Edit Group Details' dialog to
12117                 allow extended selections in either pane, so that
12118                 addresses can be added or removed from a group more
12119                 quickly and easily. (it actually is a net decrease in
12120                 file size, as some unnecessary functions have been
12121                 removed). 
12122                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12123
12124 2002-12-06 [christoph]  0.8.6claws67
12125
12126         * src/Makefile.am
12127         * src/template.[ch]             ** REMOVE **
12128         * src/common/Makefile.am
12129         * src/common/template.[ch]      ** NEW **
12130                 move template files to common directory
12131
12132         * src/nntp.c
12133                 add missing log.h include
12134
12135 2002-12-06 [melvin]     0.8.6claws66
12136
12137         * src/prefs_actions.c
12138                 Added the trailing ">" syntax to insert command's output
12139                 without replacing old text (in contrast to trailing "|").
12140
12141 2002-12-05 [colin]      0.8.6claws65
12142         
12143         * src/common/utils.c
12144                 Don't modify original search_string or it'll change
12145                 the next iterations in the for()
12146
12147 2002-12-05 [darko]      0.8.6claws64
12148
12149         * src/common/utils.c
12150                 proper check for filtering commands, found by Colin
12151
12152 2002-12-05 [darko]      0.8.6claws63
12153
12154         * src/common/utils.c
12155                 check proper string for NULL pointer, found by Colin
12156
12157 2002-12-05 [darko]      0.8.6claws62
12158
12159         * src/common/utils.[ch]
12160                 expand_search_string(): new function
12161                 converts Mutt-like patterns to Sylpheed's
12162                 filtering engine
12163         * src/summaryview.c
12164                 use expand_search_string() to allow Mutt-like
12165                 patterns in extended search
12166         * README.claws
12167                 document extended option in quick search
12168
12169 2002-12-05 [paul]       0.8.6claws61
12170
12171         * sync with 0.8.6cvs16
12172                 see ChangeLog 2002-12-05
12173                 
12174         * po/POTFILES.in
12175                 clean up
12176
12177 2002-12-04 [christoph]  0.8.6claws60
12178
12179         * src/imap.[ch]
12180                 put imap authentication code into a new function and
12181                 remove it from imap_session_new that will allow to
12182                 send other commands before authentication
12183
12184 2002-12-04 [christoph]  0.8.6claws59
12185
12186         * src/imap.[ch]
12187                 use already existing method to prevent unneeded IMAP
12188                 folder selects. Set imap_select parameters to NULL
12189                 in some functions if the values are not required.
12190
12191         * src/xml.h
12192                 remove no longer required include
12193
12194 2002-12-04 [paul]       0.8.6claws58
12195
12196         * po/es.po
12197                 updated by Ricardo Mones Lastra
12198                 
12199         * configure.in
12200           po/hu.po      ** NEW FILE **
12201                 initial Hungarian translation, submitted
12202                 by Gál Zoltán <galzoli@hu.inter.net>
12203
12204 2002-12-03 [christoph]  0.8.6claws57
12205
12206         * src/Makefile.am
12207         * src/gtksctree.[ch]            ** REMOVE **
12208         * src/gtk/Makefile.am
12209         * src/gtk/gtksctree.[ch]        ** NEW **
12210                 move gtksctree files to gtk directory
12211
12212 2002-12-03 [christoph]  0.8.6claws56
12213
12214         * src/Makefile.am
12215         * src/md5.[ch]                  ** REMOVE **
12216         * srm/common/Makefile.am
12217         * src/common/md5.[ch]           ** NEW **
12218                 move md5 files to common directory
12219
12220         * src/gtkstext.c
12221                 remove not required #include
12222
12223 2002-12-03 [sergey]     0.8.6claws55
12224
12225         * src/gtkutils.c
12226         * src/gtkutils.h
12227                 gtkut_window_popup(): new function.
12228         * src/mainwindow.c
12229                 main_window_popup(): use gtkut_window_popup() to raise
12230                 window without changing its position.
12231                 (see sylpheed-main ML message [sylpheed:17247])
12232
12233 2002-12-03 [sergey]     0.8.6claws54
12234
12235         * src/send.c
12236                 send_message_local(): removed first-dot escaping
12237                 (SMTP-only, not needed for sending through pipe)
12238
12239 2002-12-03 [paul]       0.8.6claws53
12240
12241         * po/POTFILES.in
12242                 update to reflect recent changes (thanks
12243                 to Ricardo Mones Lastra)
12244                 
12245         * tools/filter_conv.pl
12246                  fix problem with quoted strings. Patch submitted
12247                  by Luke Plant <lukeplant@softhome.net>
12248
12249 2002-12-03 [paul]       0.8.6claws52
12250
12251         * sync with 0.8.6cvs15
12252                 see ChangeLog 2002-12-03
12253
12254 2002-12-02 [christoph]  0.8.6claws51
12255
12256         * src/logwindow.[ch]
12257         * src/common/log.[ch]
12258                 implement logging using a hook function
12259
12260         * src/folderview.c
12261         * src/folder.[ch]
12262                 define hooklist name in header file to avoid
12263                 errors caused by wrong spelling of hooklist names
12264
12265         * src/toolbar.c
12266                 fix warnings
12267
12268 2002-12-02 [christoph]  0.8.6claws50
12269
12270         * src/common/Makefile.am
12271                 add src/common/hooks.[ch]
12272
12273         * src/common/hooks.[ch]
12274                 implement a simple hook system using glib's hook functions
12275
12276         * src/folder.[ch]
12277         * src/folderview.c
12278                 use new hook system for folder item updates
12279
12280 2002-12-02 [christoph]  0.8.6claws49
12281
12282         * doc-src/ui_seperation.txt     ** NEW **
12283                 information for ui seperation
12284
12285         * src/Makefile.am
12286                 remove files that were moved to common
12287                 include common directory by default for the header files
12288
12289         * src/inc.c
12290         * src/common/socket.c
12291         * src/automaton.[ch]
12292                 implement automaton using g_io_*-functions instead of
12293                 gdk_input_add to make it ui independent
12294
12295         * src/codeconv.c
12296         * src/compose.c
12297         * src/ldif.c
12298         * src/pgptext.c
12299         * src/procmime.c
12300         * src/rfc2015.c
12301         * src/smtp.c
12302         * src/unmime.c
12303                 remove common/ prefix because directory is now in
12304                 include path
12305
12306         * src/compose.c
12307         * src/folder.c
12308         * src/folderview.c
12309         * src/mainwindow.c
12310         * src/messageview.c
12311         * src/prefs_common.c
12312         * src/procmsg.c
12313         * src/rfc2015.c
12314                 fix warnings
12315
12316         * src/imap.c
12317         * src/inc.c
12318         * src/news.c
12319         * src/pop.c
12320         * src/send.c
12321         * src/smtp.c
12322         * src/ssl_certificate.c
12323                 add log.h header file for logging functions
12324
12325         * src/main.c
12326         * src/common/utils.c
12327         * src/summaryview.c
12328         * src/xml.c
12329                 o move debug_mode to common/utils.c
12330                 o add functions to set and get debug_mode
12331
12332         * src/defs.h                    ** REMOVE **
12333         * src/intl.h                    ** REMOVE **
12334         * src/socket.[ch]               ** REMOVE **
12335         * src/ssl.[ch]                  ** REMOVE **
12336         * src/utils.[ch]                ** REMOVE **
12337                 replaced by new files in src/common/
12338         
12339         * src/common/Makefile.am
12340                 add new files in src/common/
12341
12342         * src/common/defs.h             ** NEW **
12343         * src/common/intl.h             ** NEW **
12344         * src/common/log.[ch]           ** NEW **
12345         * src/common/socket.[ch]        ** NEW **
12346         * src/common/ssl.[ch]           ** NEW **
12347         * src/common/utils.[ch]         ** NEW **
12348                 replacement for files in src/
12349
12350 2002-12-02 [colin]      0.8.6claws48
12351
12352         * src/folderview.c
12353                 Scroll folderview if necessary during dnd
12354
12355 2002-12-02 [colin]      0.8.6claws47
12356
12357         * src/folder.[ch]
12358                 Add check to verify a move is within a single mailbox
12359         * src/folderview.c
12360                 Add specific error string for this check
12361
12362 2002-12-02 [colin]      0.8.6claws46
12363
12364         * src/folder.c
12365                 Add a test to folder moving, remove a statusbar_print
12366         * src/folderview.c
12367                 Add Move folder... context-menu item
12368                 Factorize folder moving code
12369                 Enable folder DND for mbox
12370
12371 2002-12-01 [christoph]  0.8.6claws45
12372
12373         * ac/aspell.m4
12374                 remove conf.aspelltest if the version check fails
12375
12376 2002-11-30 [christoph]  0.8.6claws44
12377
12378         * autogen.sh
12379                 run libtoolize --force in autogen to create missing
12380                 libtool scripts
12381
12382 2002-11-30 [christoph]  0.8.6claws43
12383
12384         * src/Makefile.am
12385         * src/pgptext.c
12386         * src/procmime.c
12387         * src/rfc2015.c
12388         * src/uuencode.[ch]             ** REMOVED **
12389         * src/common/Makefile.am
12390         * src/common/uuencode.[ch]      ** NEW **
12391                 move uuen/decoder to common directory
12392
12393 2002-11-30 [christoph]  0.8.6claws42
12394
12395         * src/Makefile.am
12396         * src/base64.[ch]               ** REMOVED **
12397         * src/codeconv.c
12398         * src/compose.c
12399         * src/ldif.c
12400         * src/pgptext.c
12401         * src/procmime.c
12402         * src/rfc2015.c
12403         * src/smtp.c
12404         * src/unmime.c
12405         * src/common/Makefile.am
12406         * src/common/base64.[ch]        ** NEW **
12407                 move base64 en/decoder to common directory
12408
12409 2002-11-30 [christoph]  0.8.6claws41
12410
12411         * src/common                    ** NEW **
12412                 new directory for UI independent code
12413         * src/gtk                       ** NEW **
12414                 new directory for GTK frontend
12415         * src/common/.cvsignore         ** NEW **
12416         * src/gtk/.cvsignore            ** NEW **
12417                 ignore build files
12418         * src/common/Makefile.am        ** NEW **
12419         * src/gtk/Makefile.am           ** NEW **
12420                 automake files to build new seperated stuff
12421         * src/Makefile.am
12422                 the binary will currently still be build with the
12423                 files in src, so we include the code from the
12424                 subdirs for now after building the libs there
12425
12426 2002-11-30 [paul]       0.8.6claws40
12427
12428         * src/compose.c
12429                 fix bug [642731] 'Wrong selected account with drafted mail'
12430
12431 2002-11-29 [oliver]     0.8.6claws39
12432         
12433         * src/messageview.c
12434                 o update summaryview when switching between different
12435                   messageviews          
12436         * src/toolbar.c  
12437                 o check if messageview holds already removed msg
12438                   from summaryview
12439                 
12440
12441 2002-11-29 [oliver]     0.8.6claws38
12442
12443         * src/toolbar.c 
12444                 remove not needed variables and includes
12445                 make messageview stay opened and move to next when msgs are deleted 
12446
12447 2002-11-29 [oliver]     0.8.6claws37
12448         
12449         * src/toolbar.c 
12450                 disable compose button (messageview toolbar) by default
12451                 deleted msgs are moved to trash
12452         
12453 2002-11-29 [melvin]     0.8.6claws36
12454
12455         * configure.in
12456                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12457                 and to detect signatures expirations (gpgme 0.3.6)
12458
12459         * src/main.c
12460                 Use non obsolescent function for Gpgme engine checking.
12461
12462         * src/rfc2015.c
12463                 Inform about expired signatures or signatures which key
12464                 has expired. Expiration date is displayed.
12465
12466         * src/sigstatus.c
12467                 Inform about expired signatures or signatures which key
12468                 has expired.
12469
12470 2002-11-28 [paul]       0.8.6claws35
12471
12472         * src/folderview.c
12473                 re-instate 'Check for new messages' in Newsgroup
12474                 folders right-click menu, after a suggestion from
12475                 Tim Mann <timmann@users.sourceforge.net>
12476
12477         * src/main.c
12478                 after a crash check only local folders for new
12479                 messages
12480
12481 2002-11-28 [paul]       0.8.6claws34
12482
12483         * configure.in
12484                 apply patch that fixes the checking of GTK with XIM 
12485                 support on different OSs, such as FreeBSD. Patch 
12486                 submitted by Topia <topia@users.sourceforge.net>
12487                 
12488 2002-11-28 [paul]       0.8.6claws33
12489
12490         * src/mainwindow.c
12491           src/prefs_common.c
12492           src/prefs_toolbar.c
12493                 more changes to the English
12494
12495 2002-11-28 [paul]       0.8.6claws32
12496
12497         * sync with 0.8.6cvs13
12498                 see ChangeLog 2002-11-28 (no sync needed
12499                 for src/compose.c)
12500
12501 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12502         
12503         * src/mainwindow.[ch]
12504                 add patch by Ivan F. Martinez introducing messageview Toolbar
12505                 some changes and committed by oliver    
12506
12507 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12508
12509         * src/messageview.[ch]
12510                 add patch by Ivan F. Martinez introducing messageview Toolbar
12511                 some changes and committed by oliver    
12512
12513 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12514
12515         * src/compose.[ch]
12516                 add patch by Ivan F. Martinez introducing messageview Toolbar
12517                 some changes and committed by oliver    
12518
12519 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12520         
12521         * src/toolbar.[ch]
12522                 add patch by Ivan F. Martinez introducing messageview Toolbar
12523                 some changes and committed by oliver
12524
12525 2002-11-28 [oliver]     0.8.6claws27
12526         
12527         * src/prefs_toolbar.[ch]
12528                 getting ready for messageview toolbar
12529                 free mem allocated by gettext
12530                 change prefs_toolbar to prefs_toolbar_open
12531  
12532 2002-11-28 [thorsten]   0.8.6claws26
12533
12534         * src/imageview.[ch]
12535                 cleaned up conflicting declarations of
12536                 imageview_show_image()
12537
12538 2002-11-28 [paul]       0.8.6claws25
12539
12540         * src/grouplistdialog.c
12541           src/prefs_common.c
12542           src/prefs_summary_column.c
12543                 a few more improvements to the English
12544
12545 2002-11-28 [colin]      0.8.6claws24
12546
12547         * man/sylpheed.1
12548                 A few updates to command-line parameters
12549
12550 2002-11-28 [colin]      0.8.6claws23
12551
12552         * src/prefs_filtering.c
12553                 Fix problems with prefs_filtering_delete_path:
12554                 a) if the first rule is removed, original pointers
12555                    weren't updated (leading to segfaults)
12556                 b) it was always global_processing updated in case
12557                    of removed path was parent of rule path
12558
12559 2002-11-27 [paul]       0.8.6claws22
12560
12561         * src/mainwindow.c
12562           src/prefs_account.c
12563           src/prefs_actions.c
12564           src/prefs_common.c
12565           src/prefs_customheader.c
12566           src/prefs_display_header.c
12567           src/prefs_filtering.c
12568           src/prefs_folder_item.c
12569           src/prefs_matcher.c
12570           src/prefs_scoring.c
12571           src/prefs_summary_column.c
12572           src/prefs_template.c
12573           src/prefs_toolbar.c
12574                  improve the English in the GUI
12575
12576 2002-11-27 [colin]      0.8.6claws21
12577
12578         * src/folder.c
12579                 Fix processing renaming problems happening after
12580                 last commit
12581
12582 2002-11-27 [colin]      0.8.6claws20
12583
12584         * src/folder.c
12585                 recursive move now deletes src each subfolder after 
12586                 having moved it
12587         * src/folderview.c
12588                 Use identifier instead of path during dnd (enables
12589                 IMAP folder dnd)
12590
12591 2002-11-27 [paul]       0.8.6claws19
12592
12593         * src/main.c
12594                 apply patch that does command-line processing 
12595                 BEFORE gtk_init, allowing claws to run from 
12596                 shell-scripts in non-X environment (e.g. crontab 
12597                 or ip-up, ip-down scripts). Patch submitted by
12598                 Ruslan N. Balkin <baron@dartel.ru>
12599                 
12600         * po/it.po
12601                 updated by Alessandro Maestri
12602
12603 2002-11-27 [paul]       0.8.6claws18
12604
12605         * sync with 0.8.6cvs12
12606           src/prefs_common.c
12607                 Differences are that main uses a 'Receive dialog'
12608                 frame on the Interface tab, whereas claws groups all 
12609                 the dialogs together in a 'Dialogs' frame.
12610
12611 2002-11-27 [colin]      0.8.6claws17
12612
12613         * src/prefs_matcher.c
12614                 Fix Execute criteria's NOT flag
12615
12616
12617 2002-11-26 [christoph]  0.8.6claws16
12618
12619         * src/ssl.c
12620                 rewrite the ssl code a little bit, only use one
12621                 SSL context, set default certificates' file/path
12622
12623 2002-11-26 [thorsten]   0.8.6claws15
12624
12625         * src/compose.c
12626                 default-reply-to didn't work for ml-reply
12627
12628 2002-11-26 [melvin]     0.8.6claws14
12629
12630         * src/prefs_actions.c
12631                 Made pipe-actions ignore short headers in message view
12632                 Made trailing-pipe-actions write in the message view with
12633                 the same font as the original message
12634
12635 2002-11-26 [paul]       0.8.6claws13
12636
12637         * src/compose.c
12638                 this time commit the correct file
12639
12640 2002-11-26 [paul]       0.8.6claws12
12641
12642         * sync with 0.8.6cvs11
12643           src/quote_fmt_parse.y  
12644                 no sync needed
12645           src/account.[ch]       
12646                 not sync'ed
12647           src/compose.c
12648                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12649                 on draft mode.
12650                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12651                 header
12652                 
12653         see ChangeLog 2002-11-25 and 2002-11-26
12654
12655 2002-11-26 [colin]      0.8.6claws11
12656
12657         * src/folderview.c
12658                 Fix collapsed folder not auto-expanding during
12659                 mail dnd, if it was the source folder.
12660
12661 2002-11-25 [colin]      0.8.6claws10
12662
12663         * src/folderview.[ch]
12664                 Variable renaming and cleaning (slist of nodes 
12665                 to be re-collapsed is stored in FolderView)
12666
12667 2002-11-25 [paul]       0.8.6claws9
12668
12669         * src/prefs_common.[ch]
12670                 fix breakage caused by last commit
12671
12672 2002-11-25 [paul]       0.8.6claws8
12673
12674         * sync with 0.8.6cvs4
12675                 see ChangeLog 2002-11-21
12676
12677 2002-11-25 [paul]       0.8.6claws7
12678
12679         * sync with 0.8.6cvs4
12680                 see ChangeLog 2002-11-20
12681
12682 2002-11-25 [paul]       0.8.6claws6
12683
12684         * sync with 0.8.6cvs3
12685                 see ChangeLog 2002-11-18
12686
12687 2002-11-25 [colin]      0.8.6claws5
12688
12689         * src/gtkutils.[ch]
12690                 Add gtkut_ctree_node_is_parent()
12691         * src/folderview.c
12692                 Spring-loaded folders
12693
12694 2002-11-25 [colin]      0.8.6claws4
12695
12696         * src/utils.[ch]
12697                 Add slist_concat_unique(), function to merge
12698                 two GSList filtering dups
12699         * src/folder.[ch]
12700         * src/summaryview.[ch]
12701         * src/folderview.c
12702         * src/main.c
12703                 Add detection/update/display of unread answers
12704                 to marked mails
12705         * src/procmsg.[ch]
12706                 Add procmsg_find_children()
12707                 Add procmsg_msg_has_marked_parent()
12708
12709 2002-11-25 [colin]      0.8.6claws3
12710
12711         * src/ssl_certificate.[ch]
12712                 Allow checking a certificate without a DNS
12713                 lookup
12714                 Allow to forget a cert (by deleting it)
12715                 Make ssl_certificate_destroy_public
12716         * src/ssl_manager.[ch] ** NEW FILES **
12717                 Gui to manage (display/remove) certificates
12718         * src/prefs_common.[ch]
12719                 Add a pref to allow silent acceptation of
12720                 trusted certificates or not (based on the
12721                 "I want to know what's going on" principle)
12722         * src/mainwindow.c
12723                 Add SSL manager in Tools menu
12724         * src/Makefile.am
12725                 Add the new files to the build
12726         * po/POTFILES.in
12727                 Add ssl_manager.c to translations
12728
12729 2002-11-25 [colin]      0.8.6claws2
12730
12731         * src/summaryview.[ch]
12732                 Add S_SEARCH_EXTENDED to the quick search, which 
12733                 allows to search using filtering syntax.
12734
12735 2002-11-25 [colin]      0.8.6claws1
12736
12737         * src/summaryview.c
12738                 Deletion of duplicates now prefer deleting
12739                 the unread dup (fixes feature-request 638989).
12740
12741 2002-11-24 [paul]       0.8.6claws
12742
12743         * po/es.po
12744           po/pl.po
12745           po/ru.po
12746           po/sr.po
12747                 updated by Ricardo Mones Lastra,
12748                 Witold Wladyslaw Wojciech Wilk,
12749                 Ruslan N. Balkin, and  Urke MMI 
12750                 respectively
12751
12752 2002-11-24 [paul]       0.8.5claws182
12753
12754         * po/bg.po
12755                 updated by George Danchev
12756
12757 2002-11-23 [alfons]     0.8.5claws181
12758
12759         * src/imap.c
12760                 tiny memory leak found by browsing Dimitar's 
12761                 valgrind report
12762
12763 2002-11-23 [paul]       0.8.5claws180
12764
12765         * po/it.po
12766                 updated by Alessandro Maestri
12767
12768 2002-11-22 [christoph]  0.8.5claws179
12769
12770         * src/compose.c
12771         * src/inc.c
12772         * src/prefs_filtering.c
12773         * src/summaryview.c
12774                 more warning fixes
12775
12776 2002-11-22 [alfons]     0.8.5claws178
12777
12778         * src/summaryview.c
12779                 summary_execute_delete_func(): if message is deleted, make 
12780                 sure to also remove its entry in the subject hash table. 
12781                 fixes a corner case bug.
12782
12783 2002-11-22 [paul]       0.8.5claws177
12784
12785         * .cvsignore
12786                 add 'autom4te.cache'
12787                 
12788         * ltconfig      ** REMOVED **
12789                 not needed
12790
12791 2002-11-22 [paul]       0.8.5claws176
12792
12793         * src/textview.c
12794                 textview_set_font(): fix for message display in
12795                 UTF-8 locales (thanks to Sergey Vlasov).
12796                 
12797         * AUTHORS
12798                 add new team members and contributors
12799
12800
12801 2002-11-21 [colin]      0.8.5claws175
12802
12803         * src/procmsg.[ch]
12804                 Add procmsg_remove_special_headers()
12805         * src/mh.c
12806                 Use procmsg_remove_special_headers() for 
12807                 previous fix
12808
12809 2002-11-21 [colin]      0.8.5claws174
12810
12811         * src/mh.c
12812                 Fix moving/copying from queue/draft folders
12813                 for MH folders
12814
12815 2002-11-21 [christoph]  0.8.5claws173
12816
12817         * src/crash.c
12818         * src/filtering.c
12819         * src/logwindow.c
12820         * src/main.c
12821         * src/matcher_parser_lex.[hl]
12822         * src/mbox.c
12823         * src/mbox_folder.[ch]
12824         * src/prefs_filtering.c
12825         * src/procheader.c
12826         * src/quote_fmt_lex.l
12827         * src/ssl.c
12828                 fix all warnings except the warnings in lex and yacc files
12829
12830 2002-11-20 [christoph]  0.8.5claws172
12831
12832         * src/imap.c
12833                 fix MsgInfo retrieval for IMAP draft and queue folders
12834                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12835
12836 2002-11-19 [christoph]  0.8.5claws171
12837
12838         * src/compose.c
12839                 fix segfault, when draft saving does not get
12840                 the MsgInfo of the new message
12841                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12842
12843 2002-11-19 [christoph]  0.8.5claws170
12844
12845         * src/procmsg.c
12846                 add parameter check for flag setting function
12847                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12848
12849 2002-11-18 [paul]       0.8.5claws169
12850
12851         * src/compose.c
12852                 more sensitivity fixes to redirect mode:
12853                 * disable toolbar draft button
12854                 * allow only Address book in the Tools menu
12855                 * disable editing of message by the spell
12856                   checker
12857
12858 2002-11-18 [paul]       0.8.5claws168
12859
12860         * src/compose.c
12861                 fix sensitivity of menu items in compose_redirect():
12862                 allow only the necessary items 
12863
12864 2002-11-18 [paul]       0.8.5claws167
12865
12866         * src/compose.c
12867                 fix bug [ 603259 ] 'attachment got lost on bounce'
12868
12869 2002-11-18 [paul]       0.8.5claws166
12870
12871         * po/ru.po
12872                 updated by Ruslan N. Balkin <baron@dartel.ru>
12873
12874 2002-11-18 [colin]      0.8.5claws165
12875
12876         * src/main.c
12877           src/defs.h
12878                 Remove old filtering stuff
12879
12880
12881 2002-11-17 [oliver]     0.8.5claws164
12882
12883         * src/toolbar.h
12884                 remove not needed typedef 
12885
12886 2002-11-17 [oliver]     0.8.5claws163
12887
12888         * src/toolbar.c
12889                 make toolbar's on click events translatable
12890
12891 2002-11-15 [colin]      0.8.5claws162
12892
12893         * src/summaryview.c
12894                 Revert too-soon integration of a feature
12895
12896 2002-11-15 [christoph]  0.8.5claws161
12897
12898         * src/imap.c
12899                 use main's implementation of imap_get_msginfo
12900
12901 2002-11-15 [christoph]  0.8.5claws160
12902
12903         * src/compose.c
12904         * src/folder.[ch]
12905         * src/imap.c
12906         * src/mbox_folder.c
12907         * src/mh.c
12908         * src/news.c
12909         * src/procmsg.c
12910         * src/summaryview.c
12911                 replace claws' fetch_msginfo with main's get_msginfo
12912                 (use main's implementation where possible)
12913
12914 2002-11-15 [colin]      0.8.5claws159
12915
12916         * src/ssl_certificate.c
12917                 Missed a check
12918
12919 2002-11-16 [melvin]     0.8.5claws158
12920
12921         * po/fr.po
12922                 Updated French translations.
12923
12924 2002-11-16 [colin]      0.8.5claws157
12925
12926         * src/ssl_certificate.c
12927                 Check for missing parts in the certificates
12928
12929 2002-11-15 [colin]      0.8.5claws156
12930
12931         * src/folderview.c
12932                 Preventive fix (missing check) found by
12933                 Alfons
12934
12935 2002-11-15 [paul]
12936
12937         * NEWS
12938                 sync with 0.8.6 release
12939
12940 2002-11-15 [colin]      0.8.5claws155
12941
12942         * src/folder.[ch]
12943           src/folderview.c
12944                 Fix error handling of folder_item_move_to()
12945                 (thanks to Alfons!)
12946
12947 2002-11-15 [colin]      0.8.5claws154
12948
12949         * src/folder.[ch]
12950           src/folderview.c
12951                 folder_item_move_to() sets an error message instead
12952                 of having GUI stuff in folder.c
12953
12954 2002-11-15 [colin]      0.8.5claws153
12955
12956         * src/procmsg.[ch]
12957                 Implemented a callback for MsgInfo updates, 
12958                 heavily copy/pasted from Christoph's folder 
12959                 callback system
12960         * src/summaryview.[ch]
12961                 Register summary_update_msg as callback
12962
12963 2002-11-14 [colin]      0.8.5claws152
12964         
12965         * src/procmsg.c
12966                 Update the FolderItem after sending (fixes 617593)
12967
12968 2002-11-14 [christoph]  0.8.5claws151
12969
12970         * src/folder.c
12971                 fix wrong position of NULL pointer check found
12972                 by Sergey
12973
12974 2002-11-14 [christoph]  0.8.5claws150
12975
12976         * src/folder.c
12977                 fix segfault when deleting messages from IMAP folders
12978                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12979
12980 2002-11-14 [colin]      0.8.5claws149
12981
12982         * src/compose.c
12983                 Forwarding was also ignoring the folder's default account.
12984
12985 2002-11-14 [colin]      0.8.5claws148
12986
12987         * src/compose.c
12988                 Fix sent folder not set to folder properties when 
12989                 forwarding.
12990
12991 2002-11-14 [thorsten]   0.8.5claws147
12992
12993         * src/inc.c
12994                 inc_start(): Files were not moved from .processing to inbox,
12995                 if no global processing rule existed
12996
12997 2002-11-14 [colin]      0.8.5claws146
12998
12999         * src/ssl_certificate
13000                 Fix file operations
13001
13002 2002-11-14 [paul]       0.8.5claws145
13003
13004         * po/it.po
13005                 updated by Alessandro Maestri
13006
13007 2002-11-13 [alfons]     0.8.5claws144
13008
13009         * src/folder.c
13010                 folder_item_close(): only mark messages unread
13011                 when a folder has new messages 
13012
13013 2002-11-13 [keith]      0.8.5claws143
13014
13015         * src/imap.c
13016                 Fix problem moving or copying between
13017                 IMAP folders
13018
13019 2002-11-13 [colin]      0.8.5claws142
13020
13021         * src/matcher_parser_parse.y
13022                 Fix rule problem when " don't match
13023
13024 2002-11-13 [christoph]  0.8.5claws141
13025
13026         * src/folder.c
13027         * src/folderview.c
13028                 moved cache saving to folder_item_close
13029                 the folderview should not have to deal with
13030                 this things
13031
13032 2002-11-13 [christoph]  0.8.5claws140
13033
13034         * src/summaryview.c
13035                 moved setting of important score to
13036                 summary_set_prefs_from_folderitem
13037
13038 2002-11-13 [colin]      0.8.5claws139
13039
13040         * src/matcher_parser_parse.y
13041                 Fix a segfault in the parser (happening when
13042                 a good expression had been tested and a bad 
13043                 one arrives)
13044
13045 2002-11-13 [paul]       0.8.5claws138
13046
13047         * sync with 0.8.5cvs24
13048                 see ChangeLog 2002-11-13
13049                 
13050         * po/pt_BR.po
13051                 updated by Fabio Jr. Beneditto
13052
13053 2002-11-13 [colin]      0.8.5claws137
13054         
13055         * src/msgcache.c
13056           src/defs.h
13057           src/procmsg.[ch]
13058                 Revert last commit, problem
13059
13060 2002-11-13 [colin]      0.8.5claws136
13061
13062         * src/msgcache.c
13063                 Remove duplicated code
13064         * src/defs.h
13065                 Bumped CACHE_VERSION and MARK_VERSION
13066         * src/procmsg.[ch]
13067                 Network endian for cache and mark files
13068
13069 2002-11-12 [colin]      0.8.5claws135
13070
13071         * src/inc.c
13072                 Fix the "socket error" dialog which disappeared
13073
13074 2002-11-12 [colin]      0.8.5claws134
13075
13076         * src/msgcache.c
13077                 Reverse last commit which had performance 
13078                 problems, but still reverse the list
13079
13080 2002-11-12 [colin]      0.8.5claws133
13081
13082         * src/msgcache.c
13083                 Reverse list order
13084
13085 2002-11-12 [melvin]     0.8.5claws132
13086
13087         * src/compose.c
13088                 Added a check for a NULL prefs_common.dictionary
13089
13090 2002-11-12 [colin]      0.8.5claws131
13091
13092         * src/ssl_certificate.[ch]
13093                 Use FQDN hostname
13094
13095 2002-11-12 [colin]      0.8.5claws130
13096
13097         * src/ssl_certificate.[ch]
13098                 Take connection port into account for 
13099                 checking certificates (a single hostname
13100                 could have multiple servers with multiple
13101                 certificates)
13102         * src/ssl.c
13103                 Pass the port to ssl_certificate_check
13104
13105 2002-11-12 [paul]       0.8.5claws129
13106
13107         * src/folder.c
13108                 fix a typo in last commit
13109
13110 2002-11-12 [paul]       0.8.5claws128
13111
13112         * sync with 0.8.5cvs23
13113                 see ChangeLog entry 2002-11-12
13114
13115 2002-11-11 [colin]      0.8.5claws127
13116
13117         * src/ssl_certificate.c
13118                 Cleaner messages
13119                 Don't popup, instead log error, if the 
13120                 corresponding pref is checked
13121         * src/ssl_certificate.h
13122                 include <openssl/objects/h>
13123
13124 2002-11-11 [colin]      0.8.5claws126
13125
13126         * src/ssl_certificate.h
13127                 _Really_ clean it
13128
13129 2002-11-11 [colin]      0.8.5claws125
13130         
13131         * src/ssl_certificate.c
13132                 Fixed leak
13133
13134 2002-11-11 [colin]      0.8.5claws124
13135
13136         * src/ssl.c
13137                 Cleaned a bit
13138         * src/ssl_certificate.[ch]
13139                 Cleaned a bit (better use of SSL API)
13140                 (This will cause non-recognition of saved 
13141                  certificates of claws12[23]...)
13142
13143 2002-11-11 [paul]       0.8.5claws123
13144         
13145         * po/es.po
13146                 updated by Ricardo Mones Lastra
13147
13148 2002-11-11 [colin]      0.8.5claws122
13149
13150         * src/ssl.c
13151                 Fix a typo
13152
13153 2002-11-11 [colin]      0.8.5claws121
13154
13155         * src/ssl_certificate.[ch] ** NEW FILES **
13156         * src/ssl.[ch]
13157                 Check SSL certificates presented to us
13158         * src/Makefile.am
13159                 Add ssl_certificate.[ch]
13160         * po/POTFILES.in
13161                 Add ssl_certificate.c
13162
13163 2002-11-11 [paul]       0.8.5claws120
13164
13165         * sync with 0.8.5cvs22
13166                 see ChangeLog 2002-11-11
13167
13168 2002-11-11 [paul]       0.8.5claws119
13169
13170         * sync with 0.8.5cvs21
13171                 see ChangeLog 2002-11-11
13172
13173 2002-11-10 [jens]       0.8.5claws118
13174
13175         * src/folder.c
13176         * src/folderview.c
13177                 corrected some typing
13178         * po/de.po
13179                 updated german translation
13180         * sylpheed.spec.in
13181                 cleaned up specfile and adjusted it for claws
13182
13183 2002-11-10 [colin]      0.8.5claws117
13184
13185         * src/summaryview.c
13186                 a STATUSBAR_PUSH/POP fix
13187
13188 2002-11-10 [colin]      0.8.5claws116
13189
13190         * src/prefs_folder_item.c
13191                 Fix hanging after opening folder properties
13192
13193 2002-11-10 [hoa]        0.8.5claws115
13194
13195         * src/matcher_parser_lex.l
13196         * src/matcher_parser_parse.y
13197                 config file for scoring and filtering is no more trashed
13198                 when there is a syntax error in a filtering rule when
13199                 editing it in a dialog.
13200
13201 2002-11-09 [colin]      0.8.5claws114
13202
13203         * src/mbox_folder.c
13204                 Added missing initialisation of folder->destroy()
13205
13206 2002-11-09 [colin]      0.8.5claws113
13207
13208         * src/folder.c
13209           src/folderview.c
13210                 Fix the status bar messages
13211
13212 2002-11-09 [colin]      0.8.5claws112
13213
13214         * src/folderview.c
13215                 Fix hangs after folder dnd, happening after 
13216                 claws109.
13217
13218 2002-11-09 [christoph]  0.8.5claws111
13219
13220         * src/folderview.c
13221                 just changed order of calls (reverse order of
13222                 associated calls)
13223         * src/inc.c
13224                 lock inc when checking only one account, otherwise
13225                 inc all could be executed at the same time
13226
13227 2002-11-09 [christoph]  0.8.5claws110
13228
13229         * src/folderview.c
13230                 better unlock the mouse cursor before calling
13231                 summary_show because it changes the cursor too
13232
13233 2002-11-09 [christoph]  0.8.5claws109
13234
13235         * src/folder.[ch]
13236         * src/folderview.c
13237                 add functions to open and close a folder
13238                 o opending will execute scanning for remote folders
13239                   and processing
13240                 o closing will unset new flag for messages
13241
13242 2002-11-09 [colin]      0.8.5claws108
13243
13244         * src/folder.c
13245                 Add a call to prefs_matcher_write_config to 
13246                 avoid non-leaf folders filtering settings to be
13247                 lost
13248
13249 2002-11-09 [paul]       0.8.5claws107
13250
13251         * src/prefs_account.c
13252                 re-word a label
13253
13254 2002-11-09 [colin]      0.8.5claws106
13255
13256         * src/folderview.c
13257                 Minor esthetic fix
13258
13259 2002-11-09 [colin]      0.8.5claws105
13260
13261         * src/folderview.c
13262                 Fix prefs_filtering deletion for MH folders (same
13263                 reason as below)
13264         * src/prefs_filtering.c
13265                 Fix prefs_filtering renaming and deletion for 
13266                 folder-based processing rules.  
13267
13268 2002-11-09 [christoph]  0.8.5claws104
13269
13270         * src/compose.c
13271         * src/folder.[ch]
13272         * src/folderview.[ch]
13273         * src/import.c
13274         * src/inc.c
13275         * src/main.c
13276         * src/mainwindow.c
13277         * src/messageview.c
13278         * src/prefs_folder_item.c
13279         * src/procmsg.c
13280         * src/summaryview.c
13281                 implement a callback system for folder item updates
13282
13283 2002-11-09 [colin]      0.8.5claws103
13284
13285         * src/folderview.c
13286                 Fix prefs_filtering renaming for MH folders (we
13287                 shouldn't rename by path as another folder could
13288                 have the same hierarchy).
13289
13290 2002-11-09 [colin]      0.8.5claws102
13291
13292         * src/folder.c
13293                 Fix a leak found by Christoph, use better variable
13294                 names
13295
13296 2002-11-09 [colin]      0.8.5claws101
13297
13298         * src/folder.c
13299                 One more fix for processing rules
13300
13301 2002-11-08 [colin]      0.8.5claws100
13302         
13303         * src/matcher.c
13304                 Don't copy the compiled regexp (will be reevaluated)
13305         * src/folderview.c
13306                 Lock folderview while moving
13307         * src/folder.c
13308                 Provide info on what's happening to the user
13309
13310 2002-11-08 [colin]      0.8.5claws99
13311
13312         * src/folderview.c
13313                 Fix folder reordering after a move if parent is 
13314                 root
13315         * src/scoring.[ch]
13316                 Add function to copy a ScoringProp
13317         * src/prefs_folder_item.c
13318                 Copy scoring rules when copying a folder prefs
13319
13320 2002-11-08 [colin]      0.8.5claws98
13321
13322         * src/folderview.c
13323                 Fixes in case of failure
13324         * src/filtering.[ch]    
13325                 Add function to duplicate a FilteringProp
13326         * src/matcher.[ch]
13327                 Add function to duplicate a MatcherProp
13328         * src/prefs_folder_item.c
13329                 Save folder's processing rules when copying 
13330                 its prefs
13331
13332 2002-11-08 [colin]      0.8.5claws97
13333         
13334         * src/folderview.c
13335                 Sort after move
13336         * src/folder.c 
13337                 Change a printf to debug_print
13338
13339 2002-11-08 [colin]      0.8.5claws96
13340
13341         * src/folder.c
13342           src/folderview.c
13343                 Fix segfaults, call me stupido
13344         
13345
13346 2002-11-08 [colin]      0.8.5claws95
13347
13348         *src/folder.c
13349                 Added forgotten prefs to save when moving folders
13350
13351 2002-11-08 [colin]      0.8.5claws94
13352
13353         * src/folder.c
13354                 Fixes to folder DND (prefs copy)
13355         * src/folderview.c
13356                 Optimization for folder DND (don't rescan whole tree)
13357                 Added folderview_create_folder_node() for this 
13358                 optimization, so de-duped a bit the code
13359         * src/prefs_folder_item.[ch]
13360                 Added prefs_folder_item_copy_prefs()    
13361           
13362 2002-11-08 [paul]       0.8.5claws93
13363
13364         * src/prefs_account.c
13365           tools/README
13366           tools/kmail2sylpheed_v2.pl
13367                 correct some typos
13368
13369 2002-11-08 [paul]       0.8.5claws92
13370
13371         * src/compose.c
13372           src/prefs_account.[ch]
13373                 remove account options 'clearsign' and 'ascii_armored',
13374                 replace with 'default_gnupg_mode' to prevent mixed-mode
13375                 Privacy settings
13376
13377 2002-11-08 [paul]       0.8.5claws91
13378
13379         * src/compose.[ch]
13380                 re-implement GnuPG 'on-the-fly' mode selection,
13381                 disallow mixed-mode
13382
13383 2002-11-08 [colin]      0.8.5claws90
13384
13385         * src/folderview.c
13386           src/prefs_folder_item.c
13387                 Change "Property" to "Properties"
13388
13389 2002-11-07 [colin]      0.8.5claws89
13390
13391         * src/folderview.c
13392           src/folder.c
13393                 Allow folder dropping to a root folder
13394
13395 2002-11-07 [paul]       0.8.5claws88
13396
13397         * src/compose.c
13398                 revert last commit
13399
13400 2002-11-07 [paul]       0.8.5claws87
13401
13402         * src/compose.c
13403                 fix reply-to-list bug. closes bug report
13404                 "[633382] reply-to-list broken in recent cvs"
13405
13406 2002-11-07 [paul]       0.8.5claws86
13407
13408         * src/compose.c
13409                 add a forgotten '#if USE_GPGME ... #endif'
13410
13411 2002-11-07 [paul]       0.8.5claws85
13412
13413         * sync with 0.8.5cvs20
13414                 see ChangeLog 2002-11-07
13415
13416 2002-11-07 [colin]      0.8.5claws84
13417
13418         * src/folder.[ch]
13419                 Change folder_item_move_to to return the newly 
13420                 created folderitem.
13421         * src/folderview.c
13422                 Select the new folderitem after moving.
13423
13424 2002-11-07 [colin]      0.8.5claws83
13425
13426         * src/prefs_filtering.c
13427                 Fix rule rewriting when moving a leaf folder to a 
13428                 shorter path
13429
13430 2002-11-07 [colin]      0.8.5claws82
13431
13432         * src/prefs_filtering.c
13433                 fix a leak
13434
13435 2002-11-07 [colin]      0.8.5claws81
13436
13437         * src/folder.[ch]
13438                 Add folder_item_move_to() function to move a 
13439                 folderitem into another one (updates matcher etc)
13440         * src/folderview.c
13441                 Add folder drag'n drop (context menu to come)
13442                 [Should be dataloss free, but Please backup before 
13443                  trying !]
13444
13445 2002-11-06 [colin]      0.8.5claws80
13446
13447         * src/mh.c
13448                 mh_create_folder() returns NULL if can't create
13449                 directory hierarchy
13450
13451 2002-11-06 [paul]       0.8.5claws79
13452
13453         * src/compose.[ch]
13454                 allow 'on-the-fly' changing of the type of encryption 
13455                 and/or signing used (mime/ascii) via the compose window
13456
13457 2002-11-06 [paul]       0.8.5claws78
13458
13459         * sync with 0.8.5cvs19
13460                 see ChangeLog 2002-11-06 for src/account.c: 
13461                 account_get_special_folder()
13462                 
13463 2002-11-05 [alfons]     0.8.5claws77
13464
13465         * src/crash.c
13466                 very minor cleanups: nothing to see here, move on. :-)
13467
13468 2002-11-05 [colin]      0.8.5claws76
13469
13470         * src/main.c
13471                 Changes choices if compose windows are opened to
13472                 Discard, Draft, Don't quit
13473
13474 2002-11-05 [thorsten]   0.8.5claws75
13475
13476         * src/compose.c
13477                 reenabled default_reply_to folder option
13478
13479 2002-11-05 [colin]      0.8.5claws74
13480
13481         * src/compose.[ch] 
13482                 add compose_draft()
13483         * src/crash.c
13484                 add SIGTERM handler
13485         * src/main.[ch]
13486                 add clean_quit() for the SIGTERM handler
13487
13488 2002-11-05 [paul]       0.8.5claws73
13489         
13490         * po/es.po
13491                 updated by Ricardo Mones Lastra
13492
13493 2002-11-05 [melvin]     0.8.5claws72
13494
13495         * src/logwindow.c
13496                 Fixed log-clipping bug #616795.
13497                 To stop logging in the log window use 0 length.
13498         * src/prefs_common.c
13499                 Added a label to inform about the 0 log length behaviour.
13500
13501 2002-11-05 [paul]       0.8.5claws71
13502
13503         * sync with 0.8.5cvs17
13504                 see ChangeLog 2002-11-05
13505
13506 2002-11-04 [paul]       0.8.5claws70
13507
13508         * sylpheed-128x128.png
13509           sylpheed-64x64.png
13510           sylpheed.png
13511                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13512                 <nikai@users.sourceforge.net>
13513                 
13514         * po/bg.po
13515                 updated by George Danchev
13516
13517 2002-11-03 [thorsten]   0.8.5claws69
13518
13519         * src/main.c
13520           src/mimeview.c
13521           src/rfc2015.h
13522                 add check if gpg is active
13523
13524 2002-11-03 [thorsten]   0.8.5claws68
13525
13526         * src/toolbar.h
13527                 removed GSList declaration causing trouble on MacOS-X
13528                 (submitted by alfons, reported by xfesty)
13529
13530 2002-11-01 [paul]       0.8.5claws67
13531
13532         * src/mainwindow.c
13533                 remove last remnants of main's filter code
13534
13535 2002-11-01 [paul]       0.8.5claws66
13536
13537         * tools/filter_conv.pl
13538                 fix bug where user-defined headers were ignored
13539
13540 2002-11-01 [paul]       0.8.5claws65
13541
13542         * src/logwindow.c
13543                 make a debug_print() not translatable
13544
13545 2002-10-31 [melvin]     0.8.5claws64
13546
13547         * ac/aspell.m4
13548                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13549                 not run any GNU/aspell test.  The dictionary path will
13550                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13551                 was given, in which case, it will be $prefix/lib/aspell/
13552         * configure.in
13553                 Fixed typo in commentary (Aspell code).
13554
13555 2002-10-31 [paul]       0.8.5claws63
13556
13557         * po/POTFILES.in
13558                 remove src/filter.c and src/prefs_filter.c
13559                 thanks to Ricardo for reminding me
13560
13561 2002-10-31 [colin]      0.8.5claws62
13562
13563         * src/mbox_folder.c
13564                 Plug some leaks
13565
13566 2002-10-31 [paul]       0.8.5claws61
13567
13568         * src/prefs_filter.[ch] ** REMOVED **
13569           src/filter.[ch]       ** REMOVED **
13570           
13571         * src/Makefile.am
13572           src/folderview.c
13573           src/inc.c
13574           src/main.c
13575           src/mainwindow.c
13576           src/mbox.c
13577           src/prefs_common.c
13578           src/prefs_filtering.c
13579           src/summaryview.[ch]
13580                 remove main's 'filter' code
13581                 
13582         README.claws
13583                 update to reflect removal of main's filter
13584
13585 2002-10-31 [paul]       0.8.5claws60
13586
13587         * src/summaryview.c
13588                 remove check for global_processing in summary_filter_open(). 
13589                 This fixes the bug where if the user uses the right-click 
13590                 'Create filter rule...' and doesn't have any filter rules 
13591                 already defined in claws' advanced filtering, the newly 
13592                 created filter rule goes to main's filtering which is 
13593                 inaccessible through the gui. Now the filter rule gets added
13594                 to claws' filtering by default.
13595
13596 2002-10-28 [melvin]     0.8.5claws59
13597
13598         * src/prefs_actions.c
13599                 Fixed bug #627322 where MIME parts were not always
13600                 correctly passed to a %p action
13601                 Display an error dialog when message filename is not found.
13602
13603 2002-10-28 [melvin]     0.8.5claws58
13604
13605         * src/prefs_common.c
13606                 Readded a missing function declaration lost in 0.8.3claws34
13607
13608 2002-10-28 [paul]       0.8.5claws57
13609
13610         * sync with 0.8.5cvs15
13611                 see ChangeLog 2002-10-28 and 2002-10-25
13612                 
13613         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13614
13615 2002-10-27 [oliver]     0.8.5claws56
13616
13617         * src/pop.c
13618                 plug leak in pop3_top_recv
13619
13620 2002-10-26 [christoph]  0.8.5claws55
13621
13622         * src/folder.c
13623                 set need_update folder flag when messages are added
13624                 (closes bug [ 626922 ] folder not updated after receiving)
13625
13626 2002-10-25 [melvin]     0.8.5claws54
13627
13628         * src/imageview.c
13629                 Fixed a memleak introduced in the scaling code.
13630
13631 2002-10-24 [alfons]     0.8.5claws53
13632
13633         * src/filtering.c
13634                 make filtering's forward message action forward from the 
13635                 correct account
13636                 (closes bug [628089 ] Filter -> Forward from address problem
13637                 reported by Oktay)
13638
13639 2002-10-24 [christoph]  0.8.5claws52
13640
13641         * src/mainwindow.c
13642         * src/manual.[ch]
13643                 o use manual of current locale or english if current
13644                   locale is not available (and english is available)
13645                 o also link to sylpheed doc project manuals
13646
13647 2002-10-23 [paul]       0.8.5claws51
13648
13649         * tools/README
13650           tools/kmail2sylpheed_v2.pl
13651                 add new version of kmail addressbook importer script.
13652                 works with newer versions of Kmail/KAddressBook which
13653                 have new and rearranged data.
13654
13655 2002-10-23 [martin]     0.8.5claws50
13656
13657         * src/folderview.c
13658         * src/summaryview.c
13659         * src/utils.h
13660         * src/utils.c
13661                 added length parameter to get_abbrev_newsgroup_name()
13662                 changed this function so that it abbreviates the newsgroup
13663                 names only so long it is smaller than the length parameter
13664                 (for better reading of some newsgroup names and space efficiency)
13665
13666 2002-10-22 [colin]      0.8.5claws49
13667
13668         *src/foldersel.c
13669                 Revert Alfons' last modification (after voting ;-))
13670
13671 2002-10-21 [alfons]     0.8.5claws48
13672
13673         * src/foldersel.c
13674                 folder view in folder selection dialog reflects state of
13675                 folder view in main window
13676
13677 2002-10-18 [alfons]     0.8.5claws47
13678
13679         * src/mbox.c
13680                 drop imported messages in folder selected by user,
13681                 and not in the inbox
13682                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13683
13684 2002-10-18 [alfons]     0.8.5claws46
13685
13686         * src/compose.c
13687                 make automagic reply work correctly for email accounts 
13688                 (whether it's viable to do a full sync with Hiro's 
13689                 compose.c is still under discussion)
13690
13691 2002-10-18 [melvin]     0.8.5claws45
13692
13693         * src/prefs_actions.c
13694                 Fixed bug #622275 where asynchroneous actions left 
13695                 zombies processes
13696                 Made (synchroneous) actions' input be displayed live.
13697
13698 2002-10-18 [christoph]  0.8.5claws44
13699
13700         * src/textview.c
13701                 don't add a newline in the textview in front of the
13702                 first textpart if header display is disabled
13703                 (closes bug [ 603385 ] disabled header display leaves blank
13704                  lin)
13705
13706 2002-10-18 [christoph]  0.8.5claws43
13707
13708         * src/folder.[ch]
13709         * src/imap.c
13710         * src/mbox_folder.c
13711         * src/mh.c
13712         * src/news.c
13713                 folder->get_num_list now returns an error code
13714                 (closes bug [ 609424 ] News cache cleared on failure)
13715                 
13716 2002-10-17 [colin]      0.8.5claws42
13717         
13718         * src/news.c
13719                 Changed a printf by debug_print
13720
13721 2002-10-16 [paul]       
13722
13723         * tools/OOo2sylpheed.pl
13724                 allow for spaces in the name of the
13725                 file to be attached.
13726
13727 2002-10-16 [colin]      0.8.5claws41
13728
13729         * src/main.c
13730                 Use a tristate to change online mode
13731
13732 2002-10-16 [paul]       0.8.5claws40
13733
13734         * po/es.po
13735                 updated by Ricardo Mones Lastra
13736
13737 2002-10-16 [colin]      0.8.5claws39
13738
13739         * src/main.c
13740           src/mainwindow.[ch]
13741                 Added --online and --offline command-line
13742                 switches
13743
13744 2002-10-15 [christoph]  0.8.5claws38
13745
13746         * src/procmime.c
13747                 set mimeinfo->name to NULL after g_free to
13748                 avoid double freeing with g_free
13749
13750 2002-10-14 [christoph]  0.8.5claws37
13751
13752         * src/compose.c
13753         * src/filtering.c
13754         * src/summaryview.c
13755                 remove calls to folder->change_flags that are now
13756                 done by procmsg flag functions (seems it is not
13757                 used by any foldertype anyway)
13758         * src/folder.c
13759                 init folder->change_flags with NULL
13760
13761 2002-10-14 [christoph]  0.8.5claws36
13762
13763         * src/folder.[ch]
13764         * src/imap.[ch]
13765                 use virtual functions for folder item new and destroy
13766                 functions
13767
13768 2002-10-14 [melvin]     0.8.5claws35
13769
13770         * src/compose.c
13771                 Added a test to not run the spell checker if no default
13772                 dictionary is available. No dialog is displayed though.
13773
13774 2002-10-14 [melvin]     0.8.5claws34
13775
13776         * src/gtkaspell.c
13777                 Fixed bug in dictionary list context menu where
13778                 "More..." pointed to an emtpy submenu if the
13779                 number of dictionaries is a multiple of 15
13780                 Removed unneeded code in suggestions list creation
13781
13782 2002-10-14 [paul]       0.8.5claws33
13783
13784         * po/bg.po
13785                 updated by George Danchev
13786
13787 2002-10-13 [hoa]        0.8.5claws32
13788
13789         * src/matcher.[ch]
13790           src/matcher_parser_parser.y
13791                 removed the escaped string from internal structure
13792                 of matcher.
13793
13794 2002-10-12 [colin]      0.8.5claws31
13795
13796         * src/gtksctree.[ch]
13797           src/summaryview.c
13798                 Removed useless function gtksctree_reanchor
13799
13800 2002-10-12 [alfons]     0.8.5claws30
13801         
13802         * sync with remaining main changes 2002-10-09 - 2002-10-11
13803         - drop changes to src/compose.c (requires claws specific changes)
13804         
13805 2002-10-12 [alfons]     0.8.5claws29
13806         
13807         * sync with main changes of 2002-10-08
13808         - drop changes to src/compose.c (requires claws specific changes)
13809         - drop changes to src/summaryview.c (requires changes to compose.c)     
13810
13811 2002-10-12 [alfons]     0.8.5claws28
13812         
13813         * sync with main changes of 2002-10-07
13814
13815 2002-10-12 [alfons]     0.8.5claws27
13816
13817         * sync with main changes of 2002-10-04
13818         - drop changes to src/compose.c (requires claws specific changes)
13819         - drop changes to src/prefs_folder_item.c (claws implementation
13820           seems to be working)
13821
13822 2002-10-12 [colin]      0.8.5claws26
13823
13824         * src/mainwindow.c
13825                 Fix folder-flicker when space-reading, introduced 
13826                 in claws22.
13827
13828 2002-10-12 [colin]      0.8.5claws25
13829
13830         * src/compose.c
13831                 Save account address when saving as draft.
13832                 (closes bug 621838)
13833
13834 2002-10-12 [colin]      0.8.5claws24
13835
13836         * src/summaryview.c
13837                 Fix the problem consisting of no message selected
13838                 after the last message in a folder has been moved.
13839
13840 2002-10-12 [paul]       0.8.5claws23
13841
13842         * src/compose.c
13843           src/prefs_template.c
13844           src/template.[ch]
13845                 add Cc and Bcc to templates. Patch submitted by
13846                 John L. Males.
13847
13848 2002-10-12 [colin]      0.8.5claws22
13849
13850         * src/folderview.c
13851                 Fix a bug after "Check for new messages":
13852                 If a folder was opened, it was still selected at
13853                 the end of the check, but displayed empty.
13854         * src/mainwindow.c
13855                 Remove unnecessary check
13856
13857 2002-10-12 [paul]
13858
13859         * tools/README
13860                 be more verbose in the description of
13861                 OOo2sylpheed.pl
13862                 
13863
13864 2002-10-11 [colin]      0.8.5claws21
13865
13866         * src/mainwindow.c
13867                 Make space work (better) when no mail is selected
13868
13869 2002-10-11 [colin]      0.8.5claws20
13870
13871         * src/inc.c
13872           src/news.c
13873                 fix warnings
13874
13875 2002-10-11 [colin]      0.8.5claws19
13876
13877         * src/mainwindow.c
13878                 revert 0.8.5claws6 changes as i couldn't get to
13879                 anything satisfying
13880
13881 2002-10-11 [melvin]     0.8.5claws18
13882
13883         * src/compose.c
13884                 Removed buggy and unused macro (should have been committed in
13885                 0.8.5claws17)
13886
13887 2002-10-11 [melvin]     0.8.5claws17
13888
13889         * src/compose.c
13890                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13891
13892 2002-10-11 [thorsten]   0.8.5claws16 
13893
13894         * src/folderview.c
13895                 remove rescan warning
13896
13897 2002-10-11 [colin]      0.8.5claws15 
13898
13899         * src/procheader.c
13900                 fix a segfault that happens if conv_unmime_header
13901                 fails (should be better to find out why it fails)
13902
13903 2002-10-11 [christoph]  0.8.5claws14
13904
13905         * src/summaryview.c
13906                 update folderview stats after ignore/unignore thread
13907
13908 2002-10-11 [hoa]        0.8.5claws13
13909
13910         * src/quote_fmt_parse.y
13911                 Fixed a yacc/bison syntax error
13912         * src/matcher.c
13913                 Escaping of string is fixed.
13914
13915 2002-10-11 [colin]      0.8.5claws12
13916
13917         * src/imageview.c
13918                 Resize images to fit
13919
13920 2002-10-11 [paul]       0.8.5claws11
13921
13922         * po/es.po
13923                 updated by Ricardo Mones Lastra
13924
13925 2002-10-10 [alfons]     0.8.5claws10
13926
13927         * src/compose.c
13928                 allow dropping files by "moving" files from a file manager,
13929                 not only by the more cumbersome "copying". the latter 
13930                 mostly implies holding down the Control button
13931
13932 2002-10-10 [christoph]  0.8.5claws9
13933
13934         * src/summaryview.c
13935                 update folders after thread building for ignored threads
13936
13937 2002-10-10 [christoph]  0.8.5claws8
13938
13939         * config/.cvsignore
13940                 added Makefile
13941         * src/filtering.[ch]
13942         * src/folder.[ch]
13943         * src/folderview.[ch]
13944         * src/import.c
13945         * src/inc.[ch]
13946         * src/mbox.[ch]
13947         * src/procmsg.c
13948         * src/summaryview.[ch]
13949                 o added new flag need_update to FolderItem
13950                 o removed folder_table from various functions from tracking
13951                   folder updates
13952                 o set need_update flags in folder.c's move, copy and delete
13953                   functions and procmsg's flags functions
13954                 o added function folderview_update_items_when_required that
13955                   updates all folders with need_update set
13956                 o call folderview_update_items_when_required instead of
13957                   folderview_update_item_foreach
13958
13959 2002-10-09 [sergey]     0.8.5claws7
13960
13961         * src/compose.c
13962                 Strip CRs whel loading the text into editor in reedit mode.
13963
13964 2002-10-09 [colin]      0.8.5claws6
13965
13966         * src/mainwindow.c
13967                 Make Space work when no mail is selected
13968
13969 2002-10-09 [colin]      0.8.5claws5
13970
13971         * src/gtksctree.[ch]
13972                 Fix range_select
13973                 Add gtk_sctree_reanchor() 
13974         * src/summaryview.c
13975                 Use gtk_sctree_reanchor() - better fix for 
13976                 bug 60413
13977
13978 2002-10-09 [colin]      0.8.5claws4
13979
13980         * src/summaryview.c
13981                 Fix shift-click select after delete problem
13982                 (closes bug 60413)
13983
13984 2002-10-08 [thorsten]   0.8.5claws3
13985
13986         * src/summaryview.c
13987                 exclude current msg from -hide read messages-
13988
13989 2002-10-08 [colin]      0.8.5claws2
13990
13991         * src/inc.[ch]
13992           src/pop.c
13993           src/recv.c
13994                 Differentiate socket errors from disk full
13995                 errors
13996
13997 2002-10-08 [christoph]  0.8.5claws1
13998
13999         * Makefile.am
14000         * configure.in
14001                 modifications for new config directory
14002
14003         * config.guess  ** REMOVED **
14004         * config.sub    ** REMOVED **
14005         * install-sh    ** REMOVED **
14006         * ltmain.sh     ** REMOVED **
14007         * missing       ** REMOVED **
14008         * mkinstalldirs ** REMOVED **
14009                 these files are autogenerated by automake
14010                 when you run autogen.sh
14011
14012         * config/.cvsignore     ** NEW FILE **
14013         * config/Makefile.am    ** NEW FILE **
14014                 ignore autogenerated files
14015                 create a Makefile in this directory
14016
14017 2002-10-08 [paul]       0.8.5claws
14018
14019         * 0.8.5claws release
14020         
14021         * src/compose.c
14022           src/procheader.c
14023           src/procmsg.c
14024                 fix quote reply format for newsgroups reply bug
14025                 (thanks to Hoa)
14026                 
14027         * po/en_GB.po
14028           po/pl.po
14029                 updated by me and Witold Wladyslaw Wojciech Wilk
14030                 repectively
14031
14032 2002-10-07 [paul]       0.8.3claws53
14033
14034         * po/it.po
14035           po/pt_BR.po
14036           po/sr.po
14037                 updated messages catalogs, submitted by
14038                 Alessandro Maestri, Fabio Jr.Beneditto 
14039                 and Urke MMI, respectively.
14040
14041 2002-10-07 [christoph]  0.8.3claws52
14042
14043         * src/folder.[ch]
14044         * src/folderview.c
14045         * src/mainwindow.c
14046                 fix new folder ghost message bug
14047                 (closes bug [ 619722 ] wrong count for newly created folders)
14048
14049 2002-10-07 [christoph]  0.8.3claws51
14050
14051         * src/compose.c
14052                 fix news posting problem
14053
14054 2002-10-07 [melvin]     0.8.3claws50
14055
14056         * po/fr.po
14057                 Updated French translation
14058
14059 2002-10-05 [christoph]  0.8.3claws49
14060
14061         * src/gtkstext.c
14062                 check if line_start_cache is set in gtk_stext_update_text
14063                 (closes bug [ 618119 ] crash while doing search in folder)
14064
14065 2002-10-05 [christoph]  0.8.3claws48
14066
14067         * src/imap.c
14068         * src/news.c
14069         * src/utils.c
14070         * src/utils.h
14071                 implement cache cleanups for claws' folder system
14072                 (closes bug [ 595916 ] imapcache not cleaned up)
14073
14074 2002-10-05 [melvin]     0.8.3claws47
14075
14076         * src/prefs_actions.c
14077                 Made the help text more clear for the %p token
14078
14079 2002-10-04 [paul]       0.8.3claws46
14080
14081         * sync with 0.8.5
14082                 see ChangeLog 2002-10-02 and 2002-10-03
14083
14084 2002-10-04 [christoph]  0.8.3claws45
14085
14086         * src/inc.c
14087                 fix segfault caused by pop before smtp
14088                 call to inc_account_mail with NULL
14089                 pointer for mainwin
14090
14091 2002-10-04 [paul]       0.8.3claws44
14092
14093         * configure.in
14094                 sync the LDAP detection from 0.8.5cvs1
14095
14096 2002-10-02 [christoph]  0.8.3claws43
14097
14098         * po/de.po
14099                 fix small spelling error
14100
14101 2002-10-02 [melvin]     0.8.3claws42
14102
14103         * ac/aspell.m4
14104                 Behave better and say "no" when test program cannot be run.
14105
14106 2002-10-02 [paul]       0.8.3claws41
14107
14108         * sync with 0.8.4cvs1
14109                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14110                 
14111         * src/summaryview.c
14112                 toggle the behavior of Reply menuitem between
14113                 normal reply and reply-to-list
14114
14115 2002-10-01 [sergey]     0.8.3claws40
14116
14117         * src/compose.c
14118                 Convert newlines in the message text to the canonical form
14119                 before base64 encoding (RFC2045 compliance, fixes some
14120                 interoperability issues with Evolution 1.0.3)
14121
14122 2002-09-29 [colin]      0.8.3claws39
14123
14124         * src/summaryview.c
14125                 Fix an unwanted copy/paste
14126
14127 2002-09-29 [colin]      0.8.3claws38
14128
14129         * src/mainwindow.c
14130                 Renamed "Custom toolbar" to "Customize toolbar"
14131                 Renamed "Show all header" to "Show all headers"
14132                 Renamed "Set diplay item" to "Set displayed items"
14133         * src/prefs_common.c
14134                 Renamed "Show all header" to "Show all headers"
14135         * src/prefs_summary_column.c
14136                 Renamed "diplay item" to "displayed items"
14137
14138 2002-09-29 [colin]      0.8.3claws37
14139
14140         * src/mainwindow.[ch]
14141                 online/offline status pixmaps follow theme
14142                 changes
14143         * src/summaryview.[ch]
14144                 quicksearch pixmap follows theme changes
14145
14146 2002-09-29 [thorsten]   0.8.3claws36
14147
14148         * src/compose.c
14149           src/prefs_folder_item.[ch]
14150                 add default_reply_to folder option (closes patch 581044)
14151
14152 2002-09-29 [christoph]  0.8.3claws35
14153
14154         * acconfig.h    ** REMOVED **
14155         * configure.in
14156         * ac/aspell.m4
14157         * ac/check-type.m4
14158         * ac/gnupg-check-typedef.m4
14159                 fix autoheader 2.50 warning
14160
14161 2002-09-29 [christoph]  0.8.3claws34
14162
14163         * major code cleanup (part 2)
14164         
14165                 - unused variables removed
14166                 - unused functions removed
14167                 - uninitialized variables checked
14168                 - missing return statements added
14169                 - missing function return types added
14170                 - added parentheses around assignment
14171                   when suggested by gcc
14172
14173 2002-09-29 [alfons]     0.8.3claws33
14174
14175         * src/logwindow.c
14176                 log_window_clear(): only bracket gtk_text_forward_delete() 
14177                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14178                 works around GTK text bug)
14179
14180 2002-09-29 [paul]       0.8.3claws32
14181
14182         * po/bg.po
14183           po/sr.po
14184                 updated by George Danchev and Urke MMI
14185                 respectively
14186
14187 2002-09-27 [christoph]  0.8.3claws31
14188
14189         * doc-src/readme.txt
14190         * doc-src/rfc1806.txt   ** REMOVED **
14191         * doc-src/rfc2183.txt   ** NEW FILE **
14192         * doc-src/rfc2980.txt   ** NEW FILE **
14193                 update rfcs
14194
14195 2002-09-27 [melvin]     0.8.3claws30
14196
14197         * ac/aspell.m4
14198                 Fixed typo which could break linking
14199
14200 2002-09-27 [melvin]     0.8.3claws29
14201
14202         * ac/aspell.m4
14203                 Improved GNU/aspell checking. 
14204                 Fixed bug #614490
14205
14206 2002-09-27 [paul]       0.8.3claws28
14207
14208         * sync with 0.8.3cvs8
14209                 see ChangeLog 2002-09-27
14210
14211 2002-09-26 [colin]      0.8.3claws27
14212
14213         * src/toolbar.[ch]
14214           src/mainwindow.[ch]
14215                 Add "Reply to Mailing-list" to the toolbar
14216
14217 2002-09-26 [christoph]  0.8.3claws26
14218
14219         * src/summaryview.c
14220                 Fix wrong message counts in summaryview status
14221
14222 2002-09-26 [paul]       0.8.3claws25
14223
14224         * sync with 0.8.3cvs7
14225                 see ChangeLog 2002-09-26
14226
14227 2002-09-26 [paul]       0.8.3claws24
14228
14229         * sync with 0.8.3cvs6
14230                 see ChangeLog 2002-09-25
14231
14232 2002-09-25 [christoph]  0.8.3claws23
14233
14234         * src/prefs_common.c
14235         * src/prefs_folder_item.c
14236         * src/prefs_scoring.c
14237                 Renamed "kill score" to "hide score" in GUI
14238                 and prefs files
14239
14240 2002-09-25 [paul]       0.8.3claws22
14241
14242         * sync with 0.8.3cvs5
14243                 see ChangeLog 2002-09-24
14244
14245 2002-09-24 [alfons]     0.8.3claws21
14246
14247         patch by Satoshi Nagayasu: allows appending / saving multiple 
14248         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14249         'Save as ...'")
14250
14251         * AUTHORS
14252                 add Satoshi Nagayasu
14253         * src/summaryview.c
14254                 summary_save_as(): allow saving selected files to
14255                 one file
14256                 summary_set_menu_sensitive: enable "Save As..." when
14257                 multiple files are selected
14258         * src/utils.[ch]
14259                 append_file(): new function
14260
14261 2002-09-24 [colin]      0.8.3claws20
14262
14263         * src/procmime.c
14264                 Fix segfault when mimeinfo doesn't have a 
14265                 content_type. 
14266
14267 2002-09-24 [colin]      0.8.3claws19
14268
14269         * src/prefs_common.[ch]
14270                 Add a preference to display send dialog or not
14271         * src/send.c
14272                 Display send dialog according to preference
14273
14274 2002-09-24 [colin]      0.8.3claws18
14275
14276         * src/compose.[ch]
14277                 Disable user actions when sending
14278
14279 2002-09-24 [colin]      0.8.3claws17
14280
14281         * src/procmime.c
14282                 Do not display name or filename for attachments
14283                 with an application/pgp-signature type
14284                 (security flaw, see bug 537413)
14285
14286 2002-09-23 [colin]      0.8.3claws16
14287
14288         * src/editaddress.c
14289                 Initialize entry_email, entry_alias and 
14290                 entry_remarks to first email address of the list
14291
14292 2002-09-23 [colin]      0.83claws15
14293
14294         * src/compose.c
14295                 Drop pgp-signature when reediting a signed queued
14296                 message
14297
14298 2002-09-23 [melvin]     0.8.3claws14
14299
14300         * po/fr.po
14301                 Updated French translation
14302
14303 2002-09-23 [melvin]     0.8.3claws13
14304
14305         * src/mainwindow.c
14306                 Made custom toolbar menu labels more consistent
14307         * src/prefs_toolbar.c
14308                 Made custom toolbar window title more consistent
14309
14310 2002-09-22 [colin]      0.8.3claws12
14311
14312         * src/inc.c
14313                 Initialize session type to normal before getting 
14314                 mail (fixes strange Get behaviour)
14315         * src/prefs_account.h
14316                 Move STYPE_POP_BEFORE_SMTP to last position to 
14317                 avoid other side-effects
14318
14319 2002-09-22 [colin]      0.8.3claws11
14320
14321         * src/prefs_account.c
14322                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14323                 from pop3 to apop or vice-versa
14324
14325 2002-09-22 [colin]      0.8.3claws10
14326         
14327         * src/prefs_account.[ch]
14328                 Add an option for the POP before SMTP timeout
14329         * src/inc.c
14330                 Remember time of last POP connection
14331         * src/send.c
14332                 Do POP before SMTP only if timeout reached
14333
14334 2002-09-22 [oliver]     0.8.3claws9
14335         
14336         * README.claws
14337                 explain custom toolbar
14338
14339 2002-09-22 [oliver]     0.8.3claws8
14340
14341         * src/prefs_actions.[ch]
14342         custom toolbar for compose      
14343                 actions callback from compose toolbar
14344         * src/folderview.c
14345                 remove include toolbar.h
14346
14347 2002-09-22 [oliver]     0.8.3claws7
14348         
14349         * src/prefs_toolbar.[ch]
14350                 custom toolbar for compose
14351                 - generic prefs_toolbar handles both
14352                   Mainwin's toolbar as well as Compose toolbar          
14353
14354 2002-09-22 [oliver]     0.8.3claws6
14355         
14356         * src/toolbar.[ch]
14357                 custom toolbar for compose
14358                 restructure toolbar.[ch]
14359
14360 2002-09-22 [oliver]     0.8.3claws5
14361
14362         * src/compose.[ch]
14363                 custom toolbar for compose
14364
14365 2002-09-22 [oliver]     0.8.3claws4
14366         
14367         * src/mainwindow.[ch]
14368                 custom toolbar for compose 
14369                 move mainwin toolbar back to mainwindow
14370
14371 2002-09-22 [alfons]     0.8.3claws3
14372
14373         * src/procmsg.c
14374                 :%sno/if(/if (/gc
14375                 :%sno/for(/for (/gc
14376                 (beautify)
14377
14378 2002-09-22 [alfons]     0.8.3claws2
14379         
14380         * src/procmsg.c
14381                 procmsg_save_to_outbox(): don't unlink message file from queue;
14382                 callers should do it using folder_item_remove_msg()
14383
14384 2002-09-22 [colin]      0.8.3claws1
14385
14386         * src/mimeview.[ch]
14387                 Made mimeview_check_signature() public
14388         * src/textview.c
14389                 Made GPG signatures verifiable by clicking
14390                 the [application/pgp-signature] in the Text
14391                 view
14392
14393 2002-09-22 [paul]       0.8.3claws
14394
14395         * po/bg.po
14396           po/en_GB.po
14397           po/es.po
14398           po/it.po
14399           po/pl.po
14400           po/pt_BR.po
14401           po/sr.po
14402                 updated translations, submitted by George Danchev,
14403                 me, Ricardo Mones Lastra, Alessandro Maestri,
14404                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14405                 and Urke MMI, respectively.     
14406
14407 2002-09-22 [alfons]     0.8.2claws65
14408
14409         * src/procmsg.c
14410         * src/pgptext.c
14411                 no furry valgrinds have been used to plug these memleaks
14412
14413 2002-09-20 [paul]       0.8.2claws64
14414
14415         * sync with 0.8.3cvs4
14416                 'Select thread' re-implemented 
14417                 see ChangeLog 2002-09-20
14418
14419 2002-09-21 [alfons]     0.8.2claws63
14420
14421         * src/compose.c
14422                 compose_send(): plug unnoticed memleak
14423
14424 2002-09-20 [alfons]     0.8.2claws62
14425
14426         * src/addr_compl.c
14427                 replace_address_in_edit(): strict check for NULL address to
14428                 fix "[ 607348 ] Segfault in address completion". My guess is
14429                 that this happens with an empty address book, but it's good
14430                 to have this check here anyway
14431                 
14432                 completion_window_button_press(): free string returned 
14433                 from the internal cache
14434
14435 2002-09-20 [christoph]  0.8.2claws61
14436
14437         * src/procmime.h
14438                 added ENC_BINARY to EncodingType
14439         * src/procmime.c
14440                 the string returned by procmime_get_encoding_str
14441                 should not depend on the order of values in the
14442                 EncodingType definition
14443         * doc-src/rfc1806.txt   ** NEW FILE **
14444                 Added rfc1806 about MIME Content-Disposition
14445                 Extension
14446
14447 2002-09-19 [paul]       0.8.2claws60
14448
14449         * sync with 0.8.2cvs3
14450                 see ChangeLog 2002-09-19
14451
14452 2002-09-19 [paul]       0.8.2claws59
14453
14454         * src/prefs_folder_item.c
14455                 revert to Darko's original alignment of colour
14456                 selector button
14457                 add a colon to folder_color label
14458                 
14459         * src/compose.c
14460                 add Colin's patch (with Hiro's modifications) to 
14461                 force BASE64 encoding for 8-bit text when signing
14462                 (sync with 0.8.3cvs2)
14463
14464 2002-09-18 [alfons]     0.8.2claws58
14465
14466         * src/compose.c
14467                 :%sno/if(/if (/gc
14468                 :%sno/for(/for (/gc
14469                 (beautify a little bit)
14470
14471 2002-09-18 [christoph]  0.8.2claws57
14472
14473         * src/pine.c
14474                 fix handling of fgetc return value
14475
14476 2002-09-17 [alfons]     0.8.2claws56
14477         
14478         * src/summaryview.c
14479                 summary_sort(): check non-NULL summaryview->folder_item when no 
14480                 folder is selected at all
14481                 (closes "[ 610344 ] sort label make syl Crash")
14482
14483 2002-09-17 [alfons]     0.8.2claws55
14484         
14485         * src/compose.c
14486                 beautify a little bit
14487
14488 2002-09-17 [christoph]  0.8.2claws54
14489
14490         * src/folder.c
14491                 initialize max values for cache and folder
14492                 when cache or folder is empty
14493
14494 2002-09-15 [colin]      0.8.2claws53
14495
14496         * src/compose.c
14497                 Fix a leak (thanks Alfons!) and cleaned
14498                 variables names for custom headers
14499
14500 2002-09-15 [colin]      0.8.2claws52
14501
14502         * src/compose.c
14503                 Fix custom headers recognition when
14504                 prefs_common.trans_hdr is on
14505
14506 2002-09-15 [colin]      0.8.2claws51
14507
14508         * src/compose.c
14509                 Allow dynamically-added custom headers
14510                 Yet not reparsed if reedited
14511
14512 2002-09-15 [alfons]     0.8.2claws50
14513
14514         * src/prefs_account.c
14515                 fix warnings
14516
14517 2002-09-15 [colin]      0.8.2claws49
14518         
14519         * src/prefs_account.c
14520                 fix pop_before_smtp sensitivity
14521
14522 2002-09-15 [colin]      0.8.2claws48
14523
14524         * src/inc.[ch]
14525                 add inc_pop_before_smtp()
14526                 allow MainWindow to be undefined in 
14527                 inc_account_mail() and inc_start()
14528         * src/pop.c
14529           src/prefs_account.h
14530                 add STYPE_POP_BEFORE_SMTP session type
14531         * src/prefs_account.c
14532                 activated pop before smtp option
14533         * src/send.c
14534                 do pop before smtp if the relevant option 
14535                 is set
14536
14537 2002-09-15 [paul]       0.8.2claws47
14538
14539         * sync with 0.8.3
14540                 see ChangeLog 2002-09-15
14541
14542 2002-09-14 [paul]       0.8.2claws46
14543
14544         * po/bg.po
14545                 updated Bulgarian translation, submitted by
14546                 George Danchev
14547
14548 2002-09-13 [paul]       0.8.2claws45
14549
14550         * src/compose.c
14551                 merge claws' select_account() with main's
14552                 (new) compose_select_account(). [sync with
14553                 0.8.2cvs15, see ChangeLog 2002-09-11]
14554
14555 2002-09-12 [christoph]  0.8.2claws44
14556
14557         * src/filter.c
14558                 allocate 1 elements of FolderItem not 0
14559
14560 2002-09-12 [colin]      0.8.2claws43
14561
14562         * src/compose.c
14563                 Fix bug #590825 (obey Follow-up: poster)
14564
14565 2002-09-12 [colin]      0.8.2claws42
14566
14567         * src/procmime.c
14568                 Fix bug #557009 (wrong headers for messages 
14569                 forwarded as attachments)
14570
14571 2002-09-11 [colin]      0.8.2claws41
14572         
14573         * src/compose.c
14574                 Put SCF: pseudo-header on top of message
14575                 Set draft tmp_flag when saved as draft
14576
14577         * src/procmsg.c
14578           src/procheader.c
14579                 Skip after first \n\n for beginning of real message
14580                 for drafts too
14581
14582 2002-09-11 [christoph]  0.8.2claws40
14583
14584         * src/filtering.c
14585                 use procmsg flag functions in filtering or processing
14586                 will cause incorrect folder message counts
14587
14588 2002-09-11 [colin]      0.8.2claws39
14589
14590         * src/compose.c
14591                 Fix bug #550175 - wrong save folder when reediting
14592                 drafts
14593
14594 2002-09-11 [paul]       0.8.2claws38
14595
14596         * sync with 0.8.2cvs14
14597                 see ChangeLog 2002-09-11
14598
14599 2002-09-11 [colin]      0.8.2claws37
14600
14601         * src/folder.c
14602                 Fix a typo (seeming to cause new/unread status to
14603                 be lost)
14604
14605 2002-09-10 [christoph]  0.8.2claws36
14606
14607         * src/compose.c
14608                 compose_redirect should not use compose_generic_new
14609                 because that does more stuff than expected including
14610                 opening the external editor
14611                 (closes bug "[ 526608 ] bounced messages appear blank
14612                  in editor")
14613
14614 2002-09-10 [christoph]  0.8.2claws35
14615
14616         * src/folder.c
14617                 fix problem with too large message number range
14618                 causing a crash in folder_item_scan
14619
14620 2002-09-10 [paul]       0.8.2claws34
14621
14622         * sync with 0.8.2cvs13
14623                 see ChangeLog 2002-09-10
14624
14625 2002-09-10 [christoph]  0.8.2claws33
14626
14627         * src/msgcache.c
14628                 set MsgInfo TmpFlags for queue and draft folders
14629                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14630
14631 2002-09-10 [paul]       0.8.2claws32
14632
14633         * AUTHORS
14634           po/bg.po      ** NEW FILE **
14635                 new Bulgarian translation submitted by
14636                 George Danchev <danchev@spnet.net>
14637                 
14638         * tools/Makefile.am
14639           tools/README
14640           tools/tb2sylpheed     ** NEW FILE **
14641                 add script that converts an addressbook exported
14642                 from The Bat! into a Sylpheed addressbook. Submitted
14643                 by Urke MMI <urke-kg@eunet.yu>
14644
14645 2002-09-10 [paul]       0.8.2claws31
14646
14647         * sync with 0.8.2cvs12
14648                 see ChangeLog 2002-09-10
14649
14650 2002-09-06 [paul]       0.8.2claws30
14651
14652         * src/prefs_common.c
14653                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14654                 
14655         * tools/Makefile.am
14656           tools/README
14657           tools/ldif-to-xml.py  ** REMOVED **
14658                 remove obsolete python script
14659
14660 2002-09-06 [paul]       0.8.2claws29
14661
14662         * sync with 0.8.2cvs10
14663                 see ChangeLog 2002-09-06
14664
14665 2002-09-04 [paul]       0.8.2claws28
14666
14667         * sync with 0.8.2cvs9
14668                 see ChangeLog 2002-08-04
14669
14670 2002-09-04 [colin]      0.8.2claws27 
14671
14672         * src/prefs_common.[ch]
14673                 Added signature color configuration
14674         * src/textview.c
14675                 Use user-specified signature color
14676
14677 2002-09-03 [colin]      0.8.2claws26
14678
14679         * src/prefs_common.[ch]
14680                 Added autosave and autosave_length prefs
14681         * src/compose.c
14682                 Added compose_remove_draft()
14683                 Auto-save drafts according to the prefs
14684         * src/main.c
14685                 Added a crash-indicator file, allowing to check
14686                 for new messages on startup if Sylpheed crashed
14687                 (makes saved drafts "reappear")
14688
14689 2002-09-03 [colin]      0.8.2claws25
14690
14691         * src/textview.[ch]
14692                 Grey the signature
14693
14694 2002-09-03 [paul]       0.8.2claws24
14695
14696         * sync with 0.8.2cvs8
14697                 see ChangeLog 2002-09-02 and 2002-09-03
14698
14699 2002-09-03 [darko]      0.8.2claws23
14700
14701         * src/folderview.c
14702                 use normal style when creating new folder to pick
14703                 proper font size 
14704
14705 2002-09-02 [melvin]     0.8.2claws22
14706
14707         * src/gtkaspell.m4
14708                 removed some obsolete code
14709
14710 2002-09-02 [melvin]     0.8.2claws21
14711
14712         * ac/aspell.m4
14713                 fixed test's equality sign (== to =)
14714
14715 2002-09-02 [alfons]     0.8.2claws20
14716
14717         * src/folder.c
14718         * src/mh.c
14719                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14720                 as folder->destroy virtual as suggested by Hiro
14721                 (the mh.c code seems to have been lost around mh.c.1.21)
14722
14723 2002-09-02 [paul]       0.8.2claws19
14724
14725         * po/pt_BR.po
14726                 updated by Fabio Jr. Beneditto
14727                 
14728         * src/defs.h
14729                 use 'http://claws.sylpheed.org' for homepage link. 
14730                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14731
14732 2002-09-01 [alfons]     0.8.2claws18
14733
14734         * src/mh.c
14735                 plug memleak related to one Martin Kluge found
14736
14737 2002-08-31 [paul]       0.8.2claws17
14738
14739         * sync with 0.8.2cvs6
14740                 see ChangeLog 2002-08-30
14741
14742 2002-08-31 [alfons]     0.8.2claws16
14743
14744         * src/folder.c
14745                 folder_destroy(): remove mailbox from folderlist even if it has
14746                 no destroy virtual
14747
14748 2002-08-31 [alfons]     0.8.2claws15
14749
14750         * src/folder.c
14751                 :%sno/if(/if (/gc
14752                 :%sno/for(/for (/gc
14753                 (being pedantic I know)
14754
14755 2002-08-31 [alfons]     0.8.2claws14
14756
14757         * src/folder.c
14758                 check for NULL pointers returned from folder->fetch_msginfo virtual
14759                 (should solve some reported crashes)
14760
14761 2002-08-30 [alfons]     0.8.2claws13
14762
14763         * acconfig.h
14764         * configure.in
14765         * src/crash.c
14766                 enable crash dialog on compilation time
14767                 (--enable-crash-dialog configure option)
14768
14769 2002-08-30 [alfons]     0.8.2claws12
14770
14771         * AUTHORS
14772                 add Martin Kluge
14773         * src/mh.c
14774                 apply memory leak plug patch by Martin Kluge
14775                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14776                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14777                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14778
14779 2002-08-30 [darko]      0.8.2claws11
14780
14781         * src/folderview.c
14782                 copy Gtk style from normal style to match
14783                 font size for coloured folders
14784
14785 2002-08-29 [alfons]     0.8.2claws10
14786
14787         * sylpheed.desktop
14788                 Type=Internet <- Type=Application
14789                 (reported by Michael Schwendt, see:
14790                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14791                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14792
14793 2002-08-29 [paul]       0.8.2claws9
14794
14795         * sync with 0.8.2cvs5
14796                 see ChangeLog 2002-08-29
14797
14798 2002-08-29 [colin]      0.8.2claws8
14799
14800         * src/summaryview.c
14801                 Added a sanity check in summary_select_thread
14802                 Should fix bug 601605
14803
14804 2002-08-29 [colin]      0.8.2claws7
14805
14806         * src/main.c
14807                 Revert claws6 changes regarding bug #591676
14808
14809 2002-08-28 [colin]      0.8.2claws6
14810         
14811         * src/main.c
14812                 Ignore cache for queue folderitems
14813                 Fix bug #591676
14814
14815 2002-08-28 [melvin]     0.8.2claws5
14816
14817         * README.claws
14818                 Fixed typos.
14819
14820 2002-08-28 [melvin]     0.8.2claws4
14821
14822         * README.claws
14823                 Updated a bit the text concerning the spell checker
14824
14825 2002-08-28 [melvin]     0.8.2claws3
14826
14827         Merged the GNU_aspell_branch:
14828                 Support of new GNU/aspell is now included and the old pspell
14829                 is not supported anymore.
14830                 See README.claws
14831
14832         * README.claws
14833                 Updated spell checker text to reflect the switch to GNU/aspell
14834
14835         * ac/aspell.m4          *** NEW ***
14836         * src/gtkaspell.[ch]    *** NEW *** 
14837         * ac/pspell.m4          *** DELETED *** 
14838         * src/gtkspell.[ch]     *** DELETED ***
14839
14840         * ac/Makefile.am
14841                 Updated for GNU/aspell support
14842
14843         * po/POTFILES.in
14844                 Replaced gtkspell.c by gtkaspell.c
14845
14846         * acconfig.h
14847         * src/Makefile.am
14848         * src/about.c
14849         * src/compose.[ch]
14850         * src/crash.c
14851         * src/main.c
14852         * src/prefs_common.[ch]
14853                 Updated for GNU/aspell support
14854
14855 2002-08-28 [paul]       0.8.2claws2
14856
14857         * sync with 0.8.2cvs4
14858                 see ChangeLog 2002-08-27 and 2002-08-28
14859
14860 2002-08-28 [colin]      0.8.2claws1
14861
14862         * src/summary_search.c
14863                 Added "AND search"
14864
14865 2002-08-28 [jens]       0.8.2claws
14866
14867         *po/de.po
14868                 Updated German translations
14869
14870 2002-08-27 [melvin]     0.8.2claws
14871
14872         * po/fr.po
14873                 Updated French translations
14874
14875 2002-08-27 [paul]       0.8.2claws
14876
14877         * sync with 0.8.2 main release
14878
14879         * po/en_GB.po
14880           po/es.po
14881           po/it.po
14882           po/pl.po
14883           po/pt_BR.po
14884           po/sr.po
14885                 updated message catalogs submitted by
14886                 Ricardo Mones Lastra, Alessandro Maestri,
14887                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14888                 Beneditto and Urke MMI  
14889
14890 2002-08-27 [hoa]        0.8.1claws123
14891
14892         * src/mainwindow.[ch]
14893         * src/summaryview.[ch]
14894                 removed the "filter setting" menu option.
14895                 add a "cancel a news message" menu option.
14896
14897 2002-08-26 [martin]     0.8.1claws122
14898
14899         * ChangeLog.claws
14900                 changed string under 0.8.1claws79 changed by myself
14901                 i'm sorry alfons :(
14902
14903 2002-08-26 [martin]     0.8.1claws121
14904
14905         * src/crash.c
14906                 added kill command to debuggerrc to start crash dialog
14907
14908 2002-08-26 [paul]       0.8.1claws120
14909
14910         * sync with 0.8.1cvs31
14911                 see ChangeLog 2002-08-26
14912
14913 2002-08-25 [alfons]     0.8.1claws119
14914
14915         * src/procmsg.c
14916                 fix bug that didn't send out correct headers to news server
14917                 when sending news article and email from queue (bug reported
14918                 and patch provided by Tim Mann; closes bug 
14919                 "[ 583196 ] 0.7.8claws can't post news")
14920
14921 2002-08-25 [alfons]     0.8.1claws118
14922
14923         * src/selective_download.c
14924                 mark two strings as translatable
14925                 (thanks to Urke MMI for pointing this out)
14926
14927 2002-08-25 [alfons]     0.8.1claws117
14928
14929         * src/summaryview.c
14930                 treat sent boxes as special and allow sorting them by addressee
14931                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14932                 submitted by Steve Lamb)
14933
14934 2002-08-24 [alfons]     0.8.1claws116
14935
14936         * src/matcher.c
14937                 fix memleak reported by Martin Kluge
14938                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14939
14940 2002-08-24 [oliver]     0.8.1claws115
14941
14942         * src/prefs_toolbar.c
14943                 o code cleanup as suggested by Alfons
14944                 o memleak fix
14945
14946 2002-08-24 [alfons]     0.8.1claws114
14947
14948         * src/summaryview.c
14949                 o fix another memory leak reported by Martin Kluge
14950                   (see "[ 599568 ] Small Memory Leak")
14951                 o remove 'from' variable from 'summary_set_header()'; we can
14952                   do with just 'to' 
14953
14954 2002-08-24 [paul]       0.8.1claws113
14955
14956         * sync with 0.8.1cvs30
14957                 see ChangeLog 2002-08-23
14958
14959 2002-08-24 [alfons]     0.8.1claws112
14960
14961         * src/summaryview.c
14962                 remove unnecessary allocations for search bar fixing leaks
14963                 reported by Martin Kluge
14964                 (see "[ 599451 ] Further memory leaks?")
14965
14966 2002-08-24 [alfons]     0.8.1claws111
14967
14968         * src/main.c
14969                 make get_socket_name() public for crash.c
14970         * src/crash.c
14971                 o make report bug button work (goes to claws' 
14972                   bug tracker at sf.net)
14973                 o introduce function for doing important stuff just
14974                   before claws goes down
14975                 o clean up code 
14976
14977 2002-08-24 [alfons]     0.8.1claws110
14978
14979         * src/compose.c
14980                 move cursor to "To" entry when forwarding as attachment
14981                 (reported and solved by Steve Lamb, closes bug report
14982                 "[ 592880 ] Forward as attachment; cursor not in to")
14983
14984 2002-08-24 [colin]      0.8.1claws109
14985
14986         * src/mainwindow.c
14987                 fix quick search visibility after GUI (de)separations.
14988
14989 2002-08-23 [colin]      0.8.1claws108
14990
14991         * src/mainwindow.c
14992                 fix header pane visibility after folderview or
14993                 messageview (de)separation
14994
14995 2002-08-23 [paul]       0.8.1claws107
14996
14997         * src/mainwindow.[ch]
14998           src/toolbar.c
14999                 give full control of display or non-display 
15000                 of the Execute icon to Custom toolbar settings.
15001                 add new sensitivity condition to maninwindow.h: 
15002                 M_DELAY_EXEC
15003
15004         * ChangeLog
15005           ChangeLog.jp
15006           NEWS
15007                 more sync with 0.8.1cvs29
15008
15009 2002-08-23 [melvin]     0.8.1claws106
15010
15011         * src/alertpanel.c
15012                 Readded support for custom widget in alertpanel lost in last
15013                 sync.
15014
15015 2002-08-23 [paul]       0.8.1claws105
15016
15017         * sync with 0.8.1cvs29
15018                 see ChangeLog 2002-08-23
15019
15020 2002-08-23 [colin]      0.8.1claws104
15021
15022         * src/summaryview.c
15023                 Fix folder and search pixmaps exchanging positions
15024                 after theme or toolbar changes. Thank to Oliver for 
15025                 reporting this.
15026
15027 2002-08-23 [colin]      0.8.1claws103
15028
15029         * src/mainwindow.c
15030           src/messageview.[ch]
15031           src/noticeview.[ch]
15032           src/summaryview.c
15033                 Changed messageview_create() and noticeview_create()
15034                 to avoid the last gdk_warning
15035
15036 2002-08-22 [colin]      0.8.1claws102
15037
15038         * src/summaryview.c
15039                 Fix my new `Creating pixmap from xpm' warning
15040
15041 2002-08-22 [colin]      0.8.1claws101
15042
15043         * src/mainwindow.c
15044                 Fix some of the gdk warnings
15045
15046 2002-08-22 [colin]      0.8.1claws100
15047
15048         * src/Makefile.am
15049         * src/stock_pixmap.c
15050         * src/stock_pixmap.h
15051         * src/pixmaps/quicksearch.xpm *ADDED*
15052                 Add the quicksearch pixmap
15053         * src/mainwindow.c
15054         * src/summaryview.c
15055         * src/summaryview.h
15056                 Make quicksearch bar visible/hidden via a button
15057
15058 2002-08-22 [christoph]  0.8.1claws99
15059
15060         * src/folder.c
15061                 fix folder update for newsgroups with message
15062                 numbers below minimum number of articles to fetch
15063                 (closes bug #598445)
15064
15065 2002-08-22 [paul]       0.8.1claws98
15066
15067         * sync with 0.8.1cvs28
15068                 see ChangeLog 2002-08-22
15069
15070 2002-08-21 [alfons]     0.8.1claws97
15071
15072         * src/crash.c
15073                 use bt instead of bt full which seems to work 
15074                 better, and bt full doesn't give a great deal 
15075                 of information anyway
15076
15077 2002-08-21 [colin]      0.8.1claws96
15078
15079         * src/summaryview.c
15080                 fix summaryview_searchtype_changed prototype
15081
15082 2002-08-21 [christoph]  0.8.1claws95
15083
15084         * src/mainwindow.c
15085                 o fix broken menu update for sorting type, we have to
15086                   get this info from the summaryview now
15087                 o removed setting of threaded state in menu callback
15088         * src/summaryview.[ch]
15089                 more summaryview/folderitem seperation for
15090                 threading option
15091         * configure.in
15092                 removed not required --with-compiler-flags option
15093
15094 2002-08-21 [oliver]     0.8.1claws94
15095         
15096         * src/toolbar.h 
15097                 o rename toolbar.xml to toolbar_main.xml
15098                   since toolbar_compose.xml might come up 
15099                   any time soon
15100         * README.claws
15101                 add custom toolbar              
15102
15103 2002-08-21 [darko]      0.8.1claws93
15104
15105         * src/procmsg.c
15106                 don't reset tmp flags for messages copied
15107                 to sent folder
15108
15109 2002-08-21 [colin]      0.8.1claws92
15110         
15111         * src/prefs_filtering.c
15112                 fix renaming rules on folder rename 
15113                 when folder is not a leaf folder
15114
15115 2002-08-21 [paul]       0.8.1claws91
15116
15117         * src/prefs_folder_item.c
15118                 fix alignment of colour selector
15119
15120 2002-08-21 [paul]       0.8.1claws90
15121
15122         * sync with 0.8.1cvs27
15123                 see ChangeLog 2002-08-21
15124
15125 2002-08-21 [paul]       0.8.1claws89
15126
15127         * src/summaryview.c
15128                 fix crash when changing field type in
15129                 Quick search bar
15130
15131 2002-08-21 [colin]      0.8.1claws88
15132
15133         * src/summaryview.c
15134                 Made quick search case-insensitive
15135
15136 2002-08-21 [paul]       0.8.1claws87
15137
15138         * sync with 0.8.1cvs26
15139                 see ChangeLog 2002-08-21
15140
15141 2002-08-20 [christoph]  0.8.1claws86
15142
15143         * src/folderview.c
15144         * src/main.c
15145         * src/summaryview.[ch]
15146                 more summaryview/folderitem seperation for
15147                 sort_key and sort_type
15148         * src/procmsg.c
15149                 added missing return statement
15150
15151 2002-08-20 [colin]      0.8.1claws85
15152
15153         * src/summaryview.[ch]
15154                 Added a quick search box
15155         * src/mainwindow.c
15156         * src/prefs_common.[ch]
15157                 Added a show/hide option for the quick search
15158
15159 2002-08-20 [oliver]     0.8.1claws84
15160         
15161         * src/mainwindow.c
15162                 remove toolbar_create_popups
15163         * src/toolbar.[ch]
15164                 o remove toolbar_create_popups
15165                 o fix toolbar_set_sensitive 
15166                   (Bug reports #596834 and #596832)     
15167         * src/prefs_toolbar.c
15168                 o add "Set default" button
15169                 o align label and text + combo widgets
15170
15171 2002-08-20 [hoa]        0.8.1claws83bis
15172
15173         * src/imap.c
15174                 fixed a bug in imap_fetch_msginfo() in case there is no
15175                 current folder.
15176
15177 2002-08-20 [darko]      0.8.1claws83
15178
15179         * src/folderview.c
15180                 copy the color style of folder view so it
15181                 works with GTK themes
15182
15183 2002-08-20 [darko]      0.8.1claws82
15184
15185         * src/folder.h
15186         * src/folderview.c
15187         * src/prefs_folder_item.[hc]
15188                 don't use UI stuff in folder.h
15189
15190 2002-08-20 [darko]      0.8.1claws81
15191
15192         * src/folder.h
15193         * src/prefs_folder_item.h
15194         * src/folderview.c
15195         * src/prefs_folder_item.c
15196                 ability to set folder color in folderview
15197
15198 2002-08-19 [alfons]     0.8.1claws80
15199
15200         * src/summaryview.c
15201                 fix one of the earlier memleaks reported by Martin Kluge
15202
15203 2002-08-19 [alfons]     0.8.1claws79
15204
15205         * src/mainwindow.c
15206                 hide notice view when selecting seperate folder
15207                 view (reported by Urke MMI)
15208
15209 2002-08-19 [christoph]  0.8.1claws78
15210
15211         * src/folderview.c
15212         * src/prefs_folder_item.h
15213         * src/summaryview.[ch]
15214                 o add summary_set_prefs_from_folderitem to set
15215                   summaryview prefs (first step to remove all
15216                   references to the folderitem in summaryview)
15217                 o moved compiled regex stuff from folderitem prefs
15218                   to summaryview code
15219
15220 2002-08-19 [paul]       0.8.1claws77
15221
15222         * src/compose.c
15223                 add check for '.' to QUOTE_IF_REQUIRED
15224
15225 2002-08-19 [paul]       0.8.1claws76
15226
15227         * src/inc.c
15228                 sync with 0.8.1cvs25 (plug memory leak)
15229
15230         * src/prefs_toolbar.c
15231                 re-order prefs_toolbar_cancel()
15232
15233 2002-08-18 [alfons]     0.8.1claws75
15234
15235         * src/inc.c
15236         * src/matcher.c
15237                 plug other memleaks reported by Martin Kluge
15238
15239 2002-08-18 [paul]       0.8.1claws74
15240
15241         * po/pt_BR.po
15242                 updated by Fabio Jr. Beneditto
15243
15244 2002-08-18 [paul]       0.8.1claws73
15245
15246         * src/toolbar.[ch]
15247                 fix bug where tooltips were displayed untranslated              
15248
15249         * src/prefs_toolbar.c
15250                 fix bug where clicking 'Cancel' creates an icon & text
15251                 toolbar regardless of prefs
15252         
15253
15254 2002-08-17 [oliver]     0.8.1claws72
15255
15256         * src/prefs_toolbar.c
15257                 update toolbar on CANCEL
15258                 bug reported by Martin Kluge
15259         * src/toolbar.c
15260                 toolbar_destroy memleak fixed           
15261
15262 2002-08-17 [alfons]     0.8.1claws71
15263
15264         * src/toolbar.c
15265                 plug another memleak reported by Martin Kluge
15266
15267 2002-08-16 [alfons]     0.8.1claws70
15268
15269         * src/crash.c
15270                 use execvp() correctly (suggested by wwp; thanks!)
15271
15272 2002-08-16 [alfons]     0.8.1claws69
15273
15274         * src/gtksctree.c
15275                 plug memory leak reported by Kim Schultz & Martin Kluge
15276
15277 2002-08-16 [paul]       0.8.1claws68
15278
15279         * po/es.po
15280                 updated by Ricardo Mones Lastra
15281
15282 2002-08-16 [paul]       0.8.1claws67
15283
15284         * src/toolbar.h
15285                 fix bug where 'Compose News' icon showed wrong
15286                 tooltip
15287
15288 2002-08-16 [paul]       0.8.1claws66
15289
15290         * sync with 0.8.1cvs24
15291                 see ChangeLog 2002-08-16
15292
15293         * po/it.po
15294                 updated by Alessandro Maestri
15295
15296 2002-08-15 [paul]       0.8.1claws65
15297
15298         * po/sr.po
15299                 updated by Urke MMI
15300
15301 2002-08-15 [paul]       0.8.1claws64
15302
15303         * src/*.c
15304                 don't translate debug info
15305
15306         * src/matcher.[ch]
15307                 add copyright info
15308
15309 2002-08-15 [paul]       0.8.1claws63
15310
15311         * src/prefs_toolbar.c
15312                 fix bug where clicking 'OK' creates an icon & text
15313                 toolbar regardless of prefs
15314
15315 2002-08-14 [alfons]     0.8.1claws62
15316
15317         * src/main.c
15318                 add global var that has the full argv[0]
15319         * src/crash.c
15320                 o execvp the correct sylpheed by using argv0
15321                   and setting the correct work dir
15322                 o other tweaks  
15323
15324 2002-08-14 [oliver]     0.8.1claws61
15325         
15326         * enable/disable Toolbar Action Buttons 
15327         * code cleanups
15328         * src/mainwindow.c
15329         * src/toolbar.[ch]      
15330         * src/prefs_toolbar.c   
15331
15332 2002-08-14 [melvin]     0.8.1claws60
15333
15334         * po/fr.po
15335                 Updated French translations
15336
15337 2002-08-14 [melvin]     0.8.1claws59
15338
15339         * src/crash.c
15340                 Made bug report not translatable
15341         * src/exporthtml.c
15342                 Fixed exporthtml_build_filespec() return value
15343         * src/foldersel.c
15344                 Fixed incorrect include file
15345         * src/gtkspell.c
15346         * src/prefs_actions.c
15347         * src/prefs_toolbar.c
15348                 Made debug info not translatable
15349         * src/mutt.c
15350         * src/quote_fmt.c
15351                 Added missing includes
15352         * src/prefs_common.c
15353                 Fixed typo
15354
15355 2002-08-14 [paul]       0.8.1claws58
15356
15357         * faq/es/sylpheed-faq.html
15358           faq/es/sylpheed-faq-[1-3].html
15359           faq/es/sylpheed-faq-4.html     **NEW FILE **
15360                 update Spanish FAQ
15361
15362 2002-08-13 [christoph]  0.8.1claws57
15363
15364         * src/procmsg.c
15365                 ignore thread fix that did not mark all
15366                 child nodes of a ignored thread as
15367                 ignored. Does not work perfectly yet,
15368                 but it is better now
15369
15370 2002-08-13 [alfons]     0.8.1claws56
15371
15372         * src/crash.c
15373                 o implement 'save crash log'
15374                 o some tweaks
15375
15376 2002-08-13 [melvin]     0.8.1claws55
15377
15378         * src/main.c
15379                 removed unrequired "execinfo.h" header
15380
15381 2002-08-12 [paul]       0.8.1claws54
15382
15383         * faq/en/sylpheed-faq.html
15384           faq/en/sylpheed-faq-[1-3].html
15385           faq/en/sylpheed-faq-4.html     **NEW FILE **
15386                 update English FAQ
15387
15388 2002-08-12 [alfons]     0.8.1claws53
15389
15390         * po/POTFILES.in
15391                 add crash.c to translatables
15392         * src/crash.c
15393                 bring in Leandro's crash dialog
15394
15395 2002-08-11 [alfons]     0.8.1claws52
15396
15397         * src/crash.c
15398                 clean up some warnings
15399
15400 2002-08-11 [alfons]     0.8.1claws51
15401
15402         * acconfig.h
15403         * configure.in
15404         * src/crash.[ch]        ** NEW FILES **
15405         * src/main.c            
15406                 initial gdb crash handler
15407
15408 2002-08-11 [paul]       0.8.1claws50
15409
15410         * src/prefs_toolbar.c
15411                 replace Up/Down arrow pixmaps with text to be
15412                 consistent across icon themes
15413
15414 2002-08-11 [paul]       0.8.1claws49
15415
15416         * src/prefs_common.c
15417           src/prefs_toolbar.c
15418                 rename 'Pixmap' -> 'Icon'
15419
15420         * src/toolbar.[ch]
15421                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15422
15423 2002-08-10 [paul]       0.8.1claws48
15424
15425         * src/prefs_toolbar.c
15426                 re-work the UI
15427
15428 2002-08-10 [paul]       0.8.1claws47
15429
15430         * src/main.c
15431                 don't write Processing progress to status bar
15432                 patch submitted by Alexander Evseev
15433
15434         * src/prefs_toolbar.c
15435                 re-position and resize window
15436                 make window assume correct size on first call
15437
15438 2002-08-10 [paul]       0.8.1claws46
15439
15440         * src/mainwindow.c
15441           src/prefs_toolbar.c
15442           src/toolbar.c
15443           src/toolbar.h
15444                 obey coding style
15445                 follow UI text conventions
15446
15447 2002-08-10 [alfons]     0.8.1claws45
15448
15449         * src/toolbar.c
15450                 correct pixmap for delete action
15451
15452 2002-08-10 [paul]       0.8.1claws44
15453
15454         * po/pt_BR.po
15455                 updated by Fabio Jr. Beneditto
15456
15457 2002-08-10 [paul]       0.8.1claws43
15458
15459         * po/POTFILES.in
15460                 add custom toolbar files
15461
15462 2002-08-10 [paul]       0.8.1claws42
15463
15464         * sync with 0.8.1cvs22
15465                 see ChangeLog 2002-08-09
15466
15467 2002-08-09 [paul]       0.8.1claws41
15468
15469         * tools/Makefile.am
15470           tools/README
15471           tools/outlook2sylpheed.pl     ** NEW FILE **
15472                 add script to convert exported Outlook
15473                 contacts list to a Sylpheed addressbook.
15474                 Submitted by Ricardo Mones Lastra.
15475
15476 2002-08-09 [paul]       0.8.1claws40
15477
15478         * AUTHORS
15479           configure.in
15480           po/sr.po      ** NEW FILE **
15481                 add Serbian message catalog. Submitted by
15482                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15483
15484 2002-08-09 [paul]       0.8.1claws39
15485
15486         * sync with 0.8.1cvs21
15487                 see ChangeLog 2002-08-08
15488
15489 2002-08-08 [oliver]     0.8.1claws38
15490
15491         * src/mainwindow.c
15492                 move Custom Toolbar to Configuration menu
15493
15494 2002-08-08 [oliver]     0.8.1claws37
15495
15496         * src/prefs_toolbar.c
15497                 fix substitute pixmap bug
15498
15499 2002-08-08 [paul]       0.8.1claws36
15500
15501         * sync with 0.8.1cvs19
15502                 see ChangeLog 2002-08-08
15503
15504 2002-08-07 [christoph]  0.8.1claws35
15505
15506         * src/utils.c
15507                 fixed a memory leak in new canonicalize_file_replace
15508
15509 2002-08-07 [christoph]  0.8.1claws34
15510
15511         * src/utils.[ch]
15512                 o canonicalize_file_replace should create the temporary
15513                   file in the same directory as the original file.
15514                 o added get_tmpfile_in_dir that creates a temorary file
15515                   in a specified directory.
15516
15517 2002-08-07 [melvin]     0.8.1claws33
15518
15519         * src/toolbar.c
15520                 fixed bug where 'Article' button acted as 'Email' button.
15521
15522 2002-08-07 [paul]       0.8.1claws32
15523
15524         * sync with 0.8.1.cvs17
15525                 see ChangeLog 2002-08-07
15526
15527 2002-08-07 [colin]      0.8.1claws31
15528         
15529         * src/news.c
15530                 fix mass-cancel problem
15531
15532 2002-08-07 [thorsten]   0.8.1claws30
15533
15534         * src/prefs_toolbar.c
15535                 fix: crash on replace or add new button
15536         * src/toolbar.c
15537                 fix: close xmlfile after reading
15538         * src/utils.c
15539                 fix: unlink() file before rename()
15540
15541 2002-08-06 [paul]       0.8.1claws29
15542
15543         * sync with 0.8.cvs15
15544                 see ChangeLog 2002-08-06
15545
15546 2002-08-06 [oliver]     0.8.1claws28
15547
15548         * src/toolbar.c
15549         * src/prefs_toolbar.c
15550                 fixed empty toolbar issue
15551
15552 2002-08-06 [oliver]     0.8.1claws27
15553
15554         * Custom Toolbar Final 
15555         * src/folderview.c
15556         * src/inc.c
15557         * src/summaryview.c
15558                 o toolbar stuff now lives in src/toolbar.[ch]
15559                 o main_window_toolbar_* functions are renamed to
15560                   toolbar_* reflecting their new source file
15561         * src/mainwindow.[ch]
15562                 o remove toolbar stuff  
15563
15564 2002-08-06 [oliver]     0.8.1claws26
15565         
15566         * src/Makefile.am
15567         * src/prefs_toolbar.[ch]        **New File**
15568         * src/toolbar.[ch]              **New File**
15569                 o prefs_toolbar.[ch] custom toolbar frontend
15570                 o toolbar.[ch]       backend 
15571
15572 2002-08-06 [oliver]     0.8.1claws25
15573
15574         * src/prefs_actions.[ch]
15575                 o new exported function actions_execute
15576
15577 2002-08-06 [paul]       0.8.1claws24
15578
15579         * sync with 0.8.1cvs4
15580                 see ChangeLog 2002-08-06
15581
15582 2002-08-06 [paul]       0.8.1claws23
15583
15584         * sync with 0.8.1cvs13
15585                 see ChangeLog 2002-08-06
15586
15587 2002-08-06 [paul]       0.8.1claws22
15588
15589         * sync with 0.8.1cvs12
15590                 see ChangeLog 2002-08-05 and 2002-08-06
15591
15592 2002-08-06 [match]      0.8.1claws21
15593
15594         * src/addrclip.c
15595                 improvements to cut/copy/paste address
15596
15597 2002-08-05 [match]      0.8.1claws20
15598
15599         * src/addritem.[ch]
15600         * src/addrcache.c
15601         * src/addrbook.c
15602         * src/editaddress.c
15603         * src/addressbook.c
15604                 fixes to improve cut/copy/paste
15605
15606 2002-08-06 [melvin]     0.8.1claws19
15607
15608         * src/account.[ch]
15609                 account_find_all_from_address(): new function that returns the
15610                 list of all accounts that are matched in an address.
15611         * src/alertpanel.[ch]
15612                 alertpanel() now accepts a custom widget
15613                 alertpanel_with_widget(): new function that pops up a panel with
15614                 a custom widget in it 
15615         * src/gtkutils.[ch]
15616                 gtkut_account_menu_new(): new function that allows the selection
15617                 of an account from a list of accounts.
15618         * src/messageview.c
15619                 Extended Return Receipt notification to select the correct 
15620                 account and to make a security test on the Delivery-Notification
15621                 address which should be the same as the Return-Path.
15622
15623 2002-08-06 [thorsten]   0.8.1claws18
15624
15625         * src/mimeview.c
15626                 attach_all: save unnamed as "noname.%d",
15627                 dont free static dirname
15628
15629 2002-08-05 [alfons]     0.8.1claws17
15630
15631         * configure.in
15632                 detect XIM by trying to link rather than compile a XIM program
15633
15634 2002-08-05 [oliver]     0.8.1claws16
15635                 
15636         * src/stock_pixmap.[ch]
15637                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15638                 o new func to retrieve pixmaps
15639
15640 2002-08-05 [paul]       0.8.1claws15
15641
15642         * sync with 0.8.1cvs10
15643                 see ChangeLog 2002-08-05
15644
15645 2002-08-04 [alfons]     0.8.1claws14
15646
15647         * src/textview.c
15648                 see if this plugs memleak
15649
15650 2002-08-04 [melvin]     0.8.1claws13
15651
15652         * src/gtkspell.c
15653                 fixed bug that could crash Sylpheed when highlighting
15654                 all misspelled words.
15655
15656 2002-08-03 [melvin]     0.8.1claws12
15657
15658         * src/prefs_actions.c
15659                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15660         * src/messageview.c
15661                 fixed bug where the Return Receipt was sent to
15662                 Delivery-Notification-To address even if it was not present
15663
15664 2002-08-02 [alfons]     0.8.1claws11
15665
15666         * src/prefs_actions.c
15667                 o more check for NULLs
15668                 o put create_io_dialog() in right conditional block
15669
15670 2002-08-02 [paul]       0.8.1claws10
15671
15672         * po/es.po
15673                 updated by Ricardo Mones Lastra
15674
15675 2002-08-01 [christoph]  0.8.1claws9
15676
15677         * src/folder.c
15678                 don't free the cache of the opened
15679                 folder in the summaryview
15680         * src/summaryview.c
15681                 don't unset flags, if it is not required
15682
15683 2002-08-01 [paul]       0.8.1claws8
15684
15685         * sync with 0.8.1cvs8
15686                 see ChangeLog entry 2002-08-01
15687
15688 2002-08-01 [paul]       0.8.1claws7
15689
15690         * sync with 0.8.1cvs7
15691                 see ChangeLog 2002-07-31 and 2002-08-01
15692
15693 2002-07-31 [christoph]  0.8.1claws6
15694
15695         * src/mainwindow.c
15696                 forgot to update menu sensitivity
15697                 function for new menu entry
15698
15699 2002-07-31 [alfons]     0.8.1claws5
15700
15701         * src/main.c
15702                 check folder item and its path for NULL on
15703                 initial processing
15704
15705 2002-07-31 [christoph]  0.8.1claws4
15706
15707         * src/folder.c
15708                 check if folder_item_get_msginfo in
15709                 folder_item_remove_msg returned NULL
15710         * src/imap.c
15711                 better clear the uid cache in the
15712                 uid validity check function and delete
15713                 cached messages
15714
15715 2002-07-31 [paul]       0.8.1claws3
15716
15717         * man/sylpheed.1
15718                 add the '--attach' option and a few other
15719                 minor changes
15720
15721 2002-07-31 [paul]       0.8.1claws2
15722
15723         * sync with 0.8.1cvs5
15724                 see ChangeLog 2002-07-31
15725
15726 2002-07-31 [christoph]  0.8.1claws1
15727
15728         * src/folderview.[ch]
15729         * src/mainwindow.c
15730                 replace "Rescan all folders..." with
15731                 "Check all folders for new messages..."
15732
15733 2002-07-30 [paul]       0.8.1claws
15734
15735         * version 0.8.1claws released
15736
15737 2002-07-30 [paul]       0.8.0claws29
15738
15739         * tools/OOo2sylpheed.pl ** NEW FILE **
15740           tools/README
15741                 add script to enable sending documents as
15742                 attachments from OpenOffice.org
15743
15744 2002-07-30 [melvin]     0.8.0claws28
15745
15746         * src/prefs_actions.c
15747                 Made the actions' input/output dialog display
15748                 without delay.
15749
15750 2002-07-30 [christoph]  0.8.0claws27
15751
15752         * src/procmsg.c
15753                 check if folder_item_get_msginfo in
15754                 procmsg_save_to_outbox returned NULL
15755
15756 2002-07-30 [paul]       0.8.0claws26
15757
15758         * sync with 0.8.1cvs4
15759                 see ChangeLog 2002-07-29
15760
15761 2002-07-29 [thorsten]   0.8.0claws25
15762
15763         * README.claws
15764                 added selective download, delete on server
15765
15766 2002-07-29 [paul]       0.8.0claws24
15767
15768         * sync with 0.8.1cvs3
15769                 see ChangeLog 2002-07-29
15770
15771 2002-07-27 [christoph]  0.8.0claws23
15772
15773         * src/folder.c
15774                 add extra check if fetching the msginfo
15775                 returned NULL
15776
15777 2002-07-27 [paul]       0.8.0claws22
15778
15779         * sync with 0.8.1cvs2
15780                 see ChangeLog 2002-07-26
15781
15782 2002-07-27 [christoph]  0.8.0claws21
15783
15784         * src/imap.c
15785                 add another check if a valid msginfo
15786                 was returned
15787
15788 2002-07-26 [hoa]        0.8.0claws20
15789
15790         * src/folder.c
15791                 Fixed a condition in folder_item_destroy()
15792
15793         * src/imap.c
15794                 Fixed an error in IMAP protocol
15795
15796 2002-07-26 [alfons]     0.8.0claws19
15797
15798         * src/folder.c
15799                 ofcourse compare with identifier, not the path
15800
15801 2002-07-26 [alfons]     0.8.0claws18
15802
15803         * src/folder.c
15804                 use folder item identifier for saving / restoring
15805                 preferences because folder->path might not be unique
15806
15807 2002-07-26 [melvin]     0.8.0claws17
15808
15809         * src/logwindow.c
15810                 Fixed a crash introduced in 0.8.0claws5 when log is 
15811                 cut under 80 characters.
15812
15813 2002-07-26 [paul]       0.8.0claws16
15814
15815         * sync with 0.8.1cvs1
15816                 see ChangeLog 2002-07-26
15817
15818 2002-07-26 [christoph]  0.8.0claws15
15819
15820         * src/imap.[ch]
15821                 imap folder now remembers the last selected
15822                 folder and imap_fetch_msginfo skips selecting
15823                 the folder if it is already selected
15824
15825 2002-07-26 [christoph]  0.8.0claws14
15826
15827         * src/folder.c
15828         * src/folderview.c
15829         * src/imap.c
15830                 fix imap folder rescanning
15831
15832 2002-07-25 [christoph]  0.8.0claws13
15833
15834         * src/filter.c
15835         * src/folder.[ch]
15836         * src/folderview.c
15837         * src/imap.[ch]
15838         * src/mainwindow.c
15839         * src/mbox_folder.c
15840         * src/mh.c
15841         * src/news.c
15842                 implement imap uid cache and uid validity check
15843
15844 2002-07-25 [alfons]     0.8.0claws12
15845
15846         * src/summaryview.c
15847                 fix a brown paper bag bug, and also add some more
15848                 checks
15849
15850 2002-07-25 [christoph]  0.8.0claws11
15851
15852         * src/folder.c
15853                 don't mix copy, fetch_msginfo and remove
15854                 operations in folder item copy and move
15855                 operations
15856
15857 2002-07-25 [christoph]  0.8.0claws10
15858
15859         * src/folderview.c
15860         * src/mainwindow.c
15861         * src/prefs_folder_item.c
15862         * src/summaryview.[ch]
15863                 remove no longer required parameter update_cache from
15864                 summary_show
15865
15866 2002-07-25 [paul]       0.8.0claws9
15867
15868         * sync with 0.8.1
15869         
15870         * AUTHORS
15871                 a few corrections
15872
15873 2002-07-24 [alfons]     0.8.0claws8
15874
15875         * src/summaryview.c
15876                 sort correctly when using simplified subject line
15877                 (closes feature request "[ 585141 ] applying regexp to subject 
15878                 before sort" submitted by Alexandra Walford)
15879
15880 2002-07-24 [paul]       0.8.0claws7
15881
15882         * sync with 0.8.0cvs3
15883                 see ChangeLog 2002-07-24
15884
15885 2002-07-23 [christoph]  0.8.0claws6
15886
15887         * src/folder.c
15888         * src/folder.h
15889         * src/summaryview.c
15890         * src/summaryview.h
15891         * src/main.c
15892                 o separate processing and summaryview
15893                 o removed summary_write_cache from summaryview
15894                 o removed summaryview->killed_messages, because we don't have
15895                   to keep a list of killed messages anymore. New cache will
15896                   keep the hidden messages in cache anyway
15897         * src/folderview.c
15898         * src/inc.c
15899         * src/selective_download.c
15900                 o removed unnecessary summary_write_cache calls
15901         * src/procmsg.c
15902                 o don't set ignore thread flag in procmsg_get_thread_tree
15903                   if it is already set
15904         * src/mainwindow.c
15905         * src/statusbar.h
15906                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15907                   they are used in different files
15908
15909 2002-07-23 [melvin]     0.8.0claws5
15910
15911         * src/addressbook.c
15912         * src/addrgather.c
15913         * src/editaddress.c
15914         * src/editgroup.c
15915         * src/editldap_basedn.c
15916         * src/importldif.c
15917         * src/prefs_common.c
15918                 Fixed few memory leak (gtk_editable_get_chars returns
15919                 an allocated string)
15920         * src/logwindow.c
15921                 Fixed few memory leak (gtk_editable_get_chars returns
15922                 an allocated string) and modified a little the log cutting
15923                 loop.
15924         * src/compose.c
15925                 Replaced a call to an obsolete function gtk_entry_get_text()
15926                 by gtk_editable_get_chars()
15927         * src/send.c
15928                 Removed a debug printf
15929
15930 2002-07-23 [christoph]  0.8.0claws4
15931
15932         * src/filesel.c
15933                 fix another g_dirname memory leak
15934
15935 2002-07-23 [christoph]  0.8.0claws3
15936
15937         * src/mh.c
15938                 fixed a memory leak in mh_fetch_msginfo
15939                 fixed crash when message header could not be
15940                 parsed
15941
15942 2002-07-23 [paul]       0.8.0claws2
15943
15944         * sync with 0.8.0cvs2
15945                 see ChangeLog 2002-07-23
15946
15947 2002-07-23 [paul]       0.8.0claws1
15948
15949         * sync with 0.8.0cvs1
15950                 see ChangeLog 2002-07-23
15951
15952 2002-07-23 [paul]       0.8.0claws
15953
15954         * release of 0.8.0claws