2005-03-04 [colin] 1.0.1cvs22.2
[claws.git] / ChangeLog.claws
1 2005-02-27 [paul]       1.0.1cvs20
2
3         * src/messageview.c
4                 fix crash-causing typo. spotted by
5                 Ralgh Young 
6
7 2005-02-25 [paul]       1.0.1cvs19
8
9         * src/prefs_account.c
10         * src/prefs_folder_item.c
11         * src/gtk/prefswindow.c
12         * src/gtk/prefswindow.h
13                 fix bug 698 'Clicking OK without username 'crashes'
14                 account edit window'. Patch by Alfons
15
16 2005-02-24 [colin]      1.0.1cvs18
17
18         * src/messageview.c
19                 Don't send out receipts if offline. Ask.
20
21 2005-02-23 [colin]      1.0.1cvs17
22
23         * src/compose.c
24                 Encode parts when signing
25
26 2005-02-23 [colin]      1.0.1cvs16
27
28         * src/compose.c
29         * src/procmsg.c
30                 Fix mimeinfo leakages
31
32 2005-02-21 [colin]      1.0.1cvs15
33
34         * src/compose.c
35                 Fix signing/encrypting still on after
36                 privacy system has been disabled
37
38 2005-02-18 [colin]      1.0.1cvs14
39
40         * src/quote_fmt_lex.l
41         * src/quote_fmt_parse.y
42                 Bugfix: Fix parser init (patch by Ivan)
43
44 2005-02-18 [colin]      1.0.1cvs13
45
46         * src/plugins/pgpmime/pgpmime.c
47                 Fix build (missed my `mv`)
48
49 2005-02-18 [colin]      1.0.1cvs12
50
51         * src/Makefile.am
52         * src/privacy.c         ** RE-ADDED **
53         * src/privacy.cpp       ** REMOVED **
54         * src/privacy.h
55         * src/plugins/pgpmime/Makefile.am
56         * src/plugins/pgpmime/passphrase.h
57         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
58         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
59         * src/plugins/pgpmime/pgpmime.h
60         * src/plugins/pgpmime/prefs_gpg.h
61         * src/plugins/pgpmime/select-keys.h
62         * src/plugins/pgpmime/sgpgme.h
63                 Revert huge API breakage.
64
65 2005-02-16 [christoph]  1.0.1cvs11
66
67         * src/mh.c
68                 add scan required function for MH folders
69
70         (Patch by Ivan Rayner <ivanr@sgi.com>)
71
72 2005-02-15 [christoph]  1.0.1cvs10
73
74         * src/plugins/pgpmime/pgpmime.cpp
75         * src/plugins/pgpmime/pgpmime.h
76                 add sign and encrypt functions
77
78 2005-02-15 [christoph]  1.0.1cvs9
79
80         * configure.ac
81         * src/Makefile.am
82         * src/privacy.c                                 ** REMOVE **
83         * src/privacy.cpp                               ** NEW **
84         * src/privacy.h
85         * src/plugins/pgpmime/Makefile.am
86         * src/plugins/pgpmime/passphrase.h
87         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
88         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
89         * src/plugins/pgpmime/pgpmime.h
90         * src/plugins/pgpmime/prefs_gpg.h
91         * src/plugins/pgpmime/select-keys.h
92         * src/plugins/pgpmime/sgpgme.h
93                 change Privacy-API to C++
94
95 2005-02-15 [colin]      1.0.1cvs8
96
97         * src/mimeview.c
98         * src/common/utils.c
99                 Sanitize substitution for saved filenames:
100                 only \ / * and \r \n \t are bad. 
101
102 2005-02-15 [colin]      1.0.1cvs7
103
104         * src/compose.c
105         * src/procmime.c
106                 Optimize (constant instead of strlen). Thanks
107                 Alfons for the hint.
108
109 2005-02-14 [colin]      1.0.1cvs6
110
111         * src/compose.c
112         * src/procmime.c
113                 Use quoted-printable instead of 7bit or 8bit
114                 to encode "^From " and avoid mail corruption 
115                 on the MTA, as specified by RFC 3156. Thanks
116                 Hoa for the hint.
117
118 2005-02-12 [colin]      1.0.1cvs5
119
120         * src/filtering.c
121                 Remove wrong use of compose struct after
122                 compose_send(). Spotted by Alfons and Holger Berndt.
123
124 2005-02-10 [paul]       1.0.1cvs4
125
126         * src/compose.c
127                 sync with main, see ChangeLog 2005-02-10
128
129 2005-02-10 [colin]      1.0.1cvs3
130
131         * src/mainwindow.c
132                 dereference freed messageview,
133                 and don't try to use it after free.
134                 This caused occasional late segfaults
135                 when quitting.
136
137 2005-02-10 [colin]      1.0.1cvs2
138
139         * src/messageview.c
140                 Don't display html with plugin automatically
141                 (Dillo steals focus)
142
143 2005-02-09 [colin]      1.0.1cvs1
144
145         * src/mimeview.c
146         * src/mimeview.h
147         * src/messageview.c
148                 Display first relevant part using plugin
149                 if not text/plain if possible (useful for 
150                 vCalendar for example)
151
152 2005-02-08 [paul]       1.0.1
153
154         1.0.1 released
155
156 2005-02-08 [paul]       1.0.0cvs29
157
158         * po/de.po
159         * po/es.po
160         * po/fr.po
161         * po/it.po
162         * po/pt_BR.po
163         * po/sk.po
164         * po/sr.po
165                 updated by Thomas Gilgin, Ricardo Mones Lastra,
166                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
167                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
168
169 2005-02-05 [paul]       1.0.0cvs28
170
171         * src/compose.c
172                 fix Bug 682 'redirect is broken'
173
174
175 2005-02-05 [thorsten]   1.0.0cvs27
176
177         * src/partial_download.c
178                 fix buf overflow
179
180 2005-02-03 [colin]      1.0.0cvs26
181
182         * src/common/plugin.c
183                 Don't load GTK2 plugins at all. This solves
184                 the plugins problem when switching between
185                 GTK1 and GTK2 version.
186
187 2005-02-02 [colin]      1.0.0cvs25
188
189         * src/messageview.c
190                 Fix dangerous typo
191
192 2005-01-31 [colin]      1.0.0cvs24
193
194         * src/compose.c
195                 Fix MsgInfo reference leak
196
197 2005-01-28 [colin]      1.0.0cvs23
198
199         * src/folderview.c
200                 Change check - partial_recv is not cached.
201
202 2005-01-28 [colin]      1.0.0cvs22
203
204         * src/folderview.c
205                 Don't call partial_mark_for_delete() when 
206                 it's useless
207
208 2005-01-27 [colin]      1.0.0cvs21
209
210         * src/procmsg.c
211         * src/compose.c
212                 Fix build - sorry.
213
214 2005-01-27 [christoph]  1.0.0cvs20
215
216         * src/folder.c
217                 use normal message remove function if a folder has no function
218                 to remove all messages
219
220         * src/folderview.c
221                 fix memory leak
222
223 2005-01-27 [colin]      1.0.0cvs19
224
225         * src/procmime.c
226                 Forgot to commit this file with cvs18.
227
228 2005-01-27 [colin]      1.0.0cvs18
229
230         * src/compose.c
231                 Uhm, better not touch the original msginfo_list.
232
233 2005-01-27 [colin]      1.0.0cvs17
234
235         * src/procmsg.c
236         * src/procmsg.h
237                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
238         * src/compose.c
239                 ... And use it to be able to reply to the currently 
240                 selected MimeInfo.
241
242 2005-01-27 [colin]      1.0.0cvs16
243
244         * src/messageview.c
245         * src/summaryview.c
246         * src/compose.c
247         * src/compose.h
248         * src/toolbar.c
249         * src/mainwindow.c
250                 Factorize this reply mess
251
252 2005-01-26 [paul]       1.0.0cvs15
253
254         * ChangeLog
255         * ChangeLog.jp
256         * src/common/template.c
257                 sync with main, (fix memory leak), see ChangeLog
258                 2005-01-25
259
260 2005-01-25 [paul]       1.0.0cvs14
261
262         * src/compose.c
263                 compose_redirect(): fix sensitivity of attachment 
264                 "Properties..." button
265
266 2005-01-24 [colin]      1.0.0cvs13
267
268         * src/summaryview.c
269                 Freeze clist during operations involving message
270                 lists.
271
272 2005-01-24 [paul]       1.0.0cvs12
273
274         * ChangeLog
275         * ChangeLog.jp
276         * src/messageview.c
277         * src/mh.c
278         * src/common/utils.c
279                 sync with main, see ChangeLog 2005-01-19
280
281 2005-01-24 [colin]      1.0.0cvs11
282
283         * src/procheader.c
284                 Fix build with MIPSpro compiler.
285                 Patch by Ivan Rayner <ivanr@sgi.com>
286
287 2005-01-24 [colin]      1.0.0cvs10
288
289         * src/folderview.c
290                 Use (+) in collapsed folders with quicksearch-
291                 matching subfolders
292
293 2005-01-23 [holger]     1.0.0cvs9
294
295         * src/crash.c
296                 Include missing header file
297
298 2005-01-22 [colin]      1.0.0cvs8
299
300         * src/summaryview.c
301         * src/gtk/quicksearch.c
302                 Make recursive quicksearch work in
303                 root folders (and code fixes)
304
305 2005-01-21 [colin]      1.0.0cvs7
306
307         * src/summaryview.c
308                 Set cursor to wait while looking in subfolders
309
310 2005-01-21 [colin]      1.0.0cvs6
311
312         * src/summaryview.c
313                 Don't clear quicksearch if recursion is on,
314                 even if !sticky
315
316 2005-01-21 [colin]      1.0.0cvs5
317
318         * src/gtk/quicksearch.c
319         * src/prefs_common.c
320         * src/prefs_common.h
321                 Add option to recurse or not
322
323 2005-01-21 [colin]      1.0.0cvs4
324
325         * src/folder.h
326         * src/folderview.c
327         * src/folderview.h
328         * src/summaryview.c
329         * src/gtk/quicksearch.c
330         * src/gtk/quicksearch.h
331                 Make quicksearch recursive - results materialized
332                 by search icons in the folderview.
333
334 2005-01-20 [holger]     1.0.0cvs3
335
336         * src/addrindex.c
337         * src/addrindex.h
338                 Add addrindex_load_person_attribute() (for plugins)
339
340 2005-01-19 [colin]      1.0.0cvs2
341
342         * src/mbox.c
343         * src/mbox.h
344         * src/mainwindow.c
345         * src/summaryview.c
346         * src/summaryview.h
347                 Add an easy way to export specific messages
348                 to an mbox file.
349
350 2005-01-19 [paul]       1.0.0cvs1
351
352         * po/ja.po
353         * po/ko.po
354                 updated by  Rui Hirokawa and
355                 SungHyun Nam
356
357 2005-01-18 [paul]       1.0.0
358
359         * version 1.0.0 released
360
361 2005-01-17 [thorsten]   0.9.13cvs38
362
363         * src/crash.c
364         * src/gtk/pluginwindow.c
365                 return value of filesel should not be free()d
366
367 2005-01-17 [paul]       0.9.13cvs37
368
369         * AUTHORS
370         * po/es.po
371         * po/fr.po
372         * po/hr.po
373         * po/it.po
374         * po/pt_BR.po
375         * po/sk.po
376         * po/sr.po
377                 update translations. submitted by Ricardo Mones
378                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
379                 Frederico Goncalves Guimaraes, Andrej Kacian,
380                 Aleksandar Urosevic
381
382 2005-01-16 [colin]      0.9.13cvs36
383
384         * src/prefs_toolbar.c
385                 Fix two leaks, both found by Alfons.
386
387 2005-01-15 [paul]       0.9.13cvs35
388
389         * src/gtk/pluginwindow.c
390                 fix 2 memleaks, patch by Alfons
391
392 2005-01-15 [paul]       0.9.13cvs34
393
394         * ChangeLog
395         * ChangeLog.jp
396         * src/common/template.c
397                 sync with main, see ChangeLog 2005-01-11
398                 (fix potential memory corruption bug)
399
400 2005-01-14 [colin]      0.9.13cvs33
401
402         * src/html.c
403         * src/msgcache.c
404                 Fix coding style issues from the last patch
405
406 2005-01-14 [colin]      0.9.13cvs32
407
408         * src/msgcache.c
409                 Fix possible double free, avoid putting 8k on the stack
410         * src/html.c
411         * src/html.h
412                 Fix links with tags inside, add some entities
413         * AUTHORS
414                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
415
416 2005-01-09 [thorsten]   0.9.13cvs31
417
418         * tools/calypso_convert.pl
419                 support nested subdirs (possible in recent calypso versions)
420                 fix "change of readonly value" error with perl >= 5.8
421
422 2005-01-08 [colin]      0.9.13cvs30
423
424         * src/prefs_filtering_action.c
425                 Plug leak - patch by Alfons
426
427 2005-01-07 [paul]       0.9.13cvs29
428
429         * ChangeLog
430         * ChangeLog.jp
431         * src/pop.c
432         * src/pop.h
433                 sync with main, see ChangeLog 2005-01-06
434
435 2005-01-06 [colin]      0.9.13cvs28
436
437         * src/prefs_matcher.c
438                 Plug leak. Patch by Alfons
439
440 2005-01-04 [christoph]  0.9.13cvs27
441
442         * src/folderview.c
443         * src/imap_gtk.c
444         * src/news_gtk.c
445                 Create extra popup menu entries for account settings
446
447         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
448
449 2005-01-03 [colin]      0.9.13cvs26
450
451         * src/main.c
452                 Plugins should be loaded before --receive or --receive-all 
453                 is processed. 
454                 Patch by Felix Eckhofer <felix-ml@tribut.de>
455
456 2005-01-03 [colin]      0.9.13cvs25
457
458         * src/pop.c
459         * src/pop.h
460                 Add data_len member, because we can get NULs from network
461                 Patch by Alfons
462
463 2005-01-01 [colin]      0.9.13cvs24
464
465         * src/procmime.c
466                 Fix possible memleak in corner case - found by
467                 Martin Kluge, patch by Alfons
468
469 2004-12-30 [colin]      0.9.13cvs23
470
471         * src/account.c
472                 Fix prototypes - patch by Alfons
473
474 2004-12-30 [paul]       0.9.13cvs22
475
476         * ChangeLog
477         * ChangeLog.jp
478         * NEWS
479         * src/account.c
480                 sync with main 1.0.0.
481                 see ChangeLog 2004-12-22
482
483 2004-12-18 [paul]       0.9.13cvs21
484
485         * AUTHORS
486         * ChangeLog
487         * ChangeLog.jp
488         * src/action.c
489                 sync with main, see ChangeLog 2004-12-17
490
491 2004-12-17 [thorsten]   0.9.13cvs20
492
493         * src/compose.c
494                 protect trailing spaces when signing message
495
496 2004-12-16 [paul]       0.9.13cvs19
497
498         * ChangeLog
499         * ChangeLog.jp
500         * NEWS
501         * src/compose.c
502         * src/syldap.c
503                 sync with main 1.0.0rc
504                 see ChangeLog 2004-12-15
505
506 2004-12-14 [colin]      0.9.13cvs18
507
508         * src/gtk/prefswindow.c
509                 Fix build. Sorry :)
510
511 2004-12-14 [colin]      0.9.13cvs17
512
513         * src/gtk/gtkutils.c
514         * src/gtk/gtkutils.h
515         * src/gtk/prefswindow.c
516                 Catch Enter in prefswindow while in text
517                 widget. Patch by Alfons.
518
519 2004-12-14 [paul]       0.9.13cvs16
520
521         * ChangeLog
522         * ChangeLog.jp
523         * src/action.c
524         * src/compose.c
525         * src/common/utils.c
526                 sync with main, see ChangeLog entries 2004-12-10
527                 and 2004-12-13
528
529         * po/ru.po
530                 updated by Pavlo Bohmat
531
532 2004-12-13 [thorsten]   0.9.13cvs15
533
534         * src/plugins/spamassassin/libspamc.c
535                 fix memleak
536
537 2004-12-13 [colin]      0.9.13cvs14
538
539         * src/gtk/prefswindow.c
540         * src/gtk/pluginwindow.c
541                 Fix key_pressed handlers
542
543 2004-12-11 [colin]      0.9.13cvs13
544
545         * src/quote_fmt_parse.y
546                 Rework quote_fmt_parse to use less local 
547                 arrays in local blocks, so it doesn't 
548                 freak out IBM's stack protector. Patch
549                 by Alfons.
550
551 2004-12-10 [colin]      0.9.13cvs12
552
553         * src/messageview.c
554                 Fix logic error
555         * src/mainwindow.c
556                 Fix corruptions when de-separating messageview
557
558 2004-12-10 [paul]       0.9.13cvs11
559
560         * src/prefs_themes.c
561                 use a different set of icons for the Preview
562
563 2004-12-09 [colin]      0.9.13cvs10
564
565         * src/procmime.c
566                 Fix procmime_encode_content doing horribly wrong
567                 stuff when encoding to B64 from memory
568
569 2004-12-08 [colin]      0.9.13cvs9
570
571         * src/gtk/colorlabel.c
572                 Fix color label off-by-one
573                 Patch by Alfons
574
575 2004-12-08 [hoa]        0.9.13cvs8
576
577         * src/quote_fmt_parse.y
578                 really fix buffer overflow
579
580 2004-12-08 [colin]      0.9.13cvs7
581
582         * src/matcher_parser_parse.y
583         * src/msgcache.c
584         * src/prefs_matcher.c
585         * src/procheader.c
586         * src/matcher.c
587         * src/common/defs.h
588                 Cache total_size and use that to speed up
589                 'partial' match.
590                 Add 'partial' to the list of useable stuff
591                 in filtering
592
593 2004-12-08 [paul]
594
595         * po/sr.po
596                 updated by URKE MMI
597
598 2004-12-08 [colin]      0.9.13cvs6
599
600         * src/textview.c
601                 Fix possible boundary overrun in
602                 get_email_part(). Patch by Alfons
603
604 2004-12-08 [hoa]        0.9.13cvs5
605
606         * src/quote_fmt_parse.y
607                 fix buffer overflow
608                 http://bugs.gentoo.org/show_bug.cgi?id=67253
609
610 2004-12-07 [thorsten]   0.9.13cvs4
611
612         * src/procmime.c
613                 fix leak introduced with 0.9.13cvs1
614
615 2004-12-07 [keith]      0.9.13cvs3
616
617         * src/procmime.c
618                 Fix typo
619
620 2004-12-07 [colin]      0.9.13cvs2
621
622         * AUTHORS
623         * src/prefs_account.c
624         * src/common/smtp.c
625         * src/common/smtp.h
626                 Add SMTP PLAIN authentication. Patch by 
627                 George Michaelson <ggm@apnic.net>
628
629 2004-12-07 [thorsten]   0.9.13cvs1
630
631         * src/procmime.c
632                 [Bug 650] reply button causes crash
633                 Patch partly by David Relson
634
635 2004-12-06 [paul]       0.9.13
636
637         0.9.13 released
638
639 2004-12-06 [paul]
640
641         * po/sk.po
642                 updated by Andrej Kacian
643         * INSTALL
644         * README.claws
645                 updated
646         
647 2004-12-06 [christoph]
648
649         * configure.ac
650                 move GPGME check to PGP/MIME plugin checks
651
652 2004-12-06 [colin]      0.9.12cvs187
653
654         * src/compose.c
655                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
656
657 2004-12-06 [paul]       0.9.12cvs186
658
659         * INSTALL
660         * README.claws
661                 updated
662         * po/es.po
663         * po/fr.po
664         * po/it.po
665         * po/ja.po
666         * po/pt_BR.po
667         * po/zh_CN.po
668                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
669                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
670                 and Yang Guilong
671
672 2004-12-05 [paul]       0.9.12cvs185
673
674         * INSTALL
675         * Makefile.am
676         * README.claws
677                 update
678         * TODO.claws    **REMOVED**
679                 removed, use the wiki instead
680         * tools/Makefile.am
681         * tools/README
682                 remove newscache_conv.pl from the release package
683                 and notes as it is broken and not currently maintained
684         * tools/filter_conv.pl
685                 use --config-dir to find claws' config dir
686         * tools/kdeservicemenu/README
687         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
688         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
689                 make a top-level menu entry
690
691 2004-12-04 [paul]       0.9.12cvs184
692
693         * src/addrharvest.c
694                 conv_unmime_header_overwrite(name)
695
696 2004-12-04 [colin]      0.9.12cvs183
697
698         * src/compose.c
699                 Fix saving of compose window position
700                 when sending mail. Patch by Alfons.
701
702 2004-12-04 [paul]       0.9.12cvs182
703
704         * ChangeLog
705         * ChangeLog.jp
706         * INSTALL
707         * NEWS
708         * README
709         * README.jp
710         * doc/manual/ja/Makefile.am
711         * doc/manual/ja/sylpheed-1.html
712         * doc/manual/ja/sylpheed-10.html
713         * doc/manual/ja/sylpheed-11.html
714         * doc/manual/ja/sylpheed-12.html
715         * doc/manual/ja/sylpheed-13.html
716         * doc/manual/ja/sylpheed-14.html
717         * doc/manual/ja/sylpheed-15.html
718         * doc/manual/ja/sylpheed-16.html
719         * doc/manual/ja/sylpheed-17.html
720         * doc/manual/ja/sylpheed-18.html
721         * doc/manual/ja/sylpheed-19.html
722         * doc/manual/ja/sylpheed-2.html
723         * doc/manual/ja/sylpheed-20.html
724         * doc/manual/ja/sylpheed-3.html
725         * doc/manual/ja/sylpheed-4.html
726         * doc/manual/ja/sylpheed-5.html
727         * doc/manual/ja/sylpheed-6.html
728         * doc/manual/ja/sylpheed-7.html
729         * doc/manual/ja/sylpheed-8.html
730         * doc/manual/ja/sylpheed-9.html
731         * doc/manual/ja/sylpheed.html
732         * doc/manual/ja/sylpheed.sgml
733         * src/Makefile.am
734         * src/procmime.c
735         * src/pixmaps/regular.xpm **REMOVED**
736                 sync with main 1.0.0beta4, including: "canonicalize text files
737                 before encoding to BASE64, and uncanonicalize after decoding
738                 to conform with RFC 2045" 
739
740 2004-12-03 [christoph]  0.9.12cvs181
741
742         * src/compose.c
743                 build the Privacy System menu without GtkItemFactory to
744                 allow '/' in Privacy System names
745
746         * src/plugins/pgpmime/pgpmime.c
747         * src/plugins/pgpmime/plugin.c
748                 Update description and change Privacy System name
749
750 2004-12-03 [paul]
751
752         * src/pixmaps/dir_close.xpm
753         * src/pixmaps/dir_open.xpm
754         * src/pixmaps/drafts_close.xpm
755         * src/pixmaps/drafts_open.xpm
756         * src/pixmaps/group.xpm
757         * src/pixmaps/unread.xpm
758                 update icons (sync with main (adjust hue))      
759
760 2004-12-02 [paul]       0.9.12cvs180
761
762         * ChangeLog
763         * ChangeLog.jp
764         * src/Makefile.am
765         * src/pop.c
766         * src/common/utils.c
767         * src/common/utils.h
768         * src/pixmaps/folder.xpm **REMOVED**
769                 sync with main
770                 fixes bug 644 'extra CRs in subject line break filtering' 
771
772 2004-12-02 [colin]      0.9.12cvs179
773
774         * src/compose.c
775                 Prevent duplicate edition of queued
776                 and drafted mails
777
778 2004-12-02 [colin]      0.9.12cvs178
779
780         * src/compose.c
781                 Fix quote linewrapping ignoring pref
782                 Patch by Alfons
783
784 2004-11-30 [colin]      0.9.12cvs177
785
786         * src/gtk/prefswindow.c
787         * src/gtk/pluginwindow.c
788                 Add shortcut keys to prefs window
789                 and plugin window. Patch by Fabien Vantard.
790
791 2004-11-29 [colin]      0.9.12cvs176
792
793         * src/folderview.c
794                 Fix disappearing separators in folderview's popup
795
796 2004-11-29 [colin]      0.9.12cvs175
797
798         * src/procmime.c
799                 Another format bug
800
801 2004-11-29 [colin]      0.9.12cvs174
802
803         * src/pop.c
804                 Fix format string
805
806 2004-11-26 [colin]      0.9.12cvs173
807
808         * src/common/smtp.c
809         * src/common/smtp.h
810                 Use ESMTP for all servers advertising it
811                 Add SIZE= parameter to MAIL command for 
812                 ESMTP servers
813
814 2004-11-24 [colin]      0.9.12cvs172
815
816         * src/plugins/pgpmime/pgpmime.c
817                 Forgot one :(
818
819 2004-11-24 [colin]      0.9.12cvs171
820
821         * src/plugins/pgpmime/pgpmime.c
822                 Fix numerous GpgmeGtk leaks
823
824 2004-11-24 [colin]      0.9.12cvs170
825
826         * src/plugins/pgpmime/pgpmime.c
827                 Fix numerous GpgmeCtx leaks
828
829 2004-11-24 [colin]      0.9.12cvs169
830
831         * src/plugins/pgpmime/plugin.c
832                 Update requirements
833         * src/plugins/trayicon/Makefile.am
834         * src/plugins/trayicon/newmarkedmail.xpm
835         * src/plugins/trayicon/trayicon.c
836         * src/plugins/trayicon/unreadmarkedmail.xpm
837                 Add new icons when there are unread marked mails
838                 answers
839
840 2004-11-23 [thorsten]   0.9.12cvs168
841
842         * src/plugins/pgpmime/plugin.c
843                 typo: plugin_init instead of plugin_done
844
845 2004-11-23 [thorsten]   0.9.12cvs167
846
847         * commitHelper
848                 o add me
849         * src/partial_download.c
850         * src/partial_download.h
851                 o fix path for includes
852
853 2004-11-23 [colin]      0.9.12cvs166
854
855         * src/procmime.c
856                 Uh, changed API.
857
858 2004-11-23 [colin]      0.9.12cvs165
859
860         * src/procmime.c
861                 Fix mime headers wrapping
862
863 2004-11-23 [christoph]  0.9.12cvs164
864
865         * src/common/Makefile.am
866         * src/common/partial_download.[ch]
867         * src/Makefile.am
868         * src/partial_download.[ch]
869         * src/folderview.c
870                 move to src because it depends on src stuff
871
872         * src/codeconv.c
873         * src/common/base64.h
874                 move B64LEN macro to base64.h
875
876         * src/compose.c
877         * src/privacy.[ch]
878                 add PrefsAccount to sign-function parameters
879
880         * src/main.c
881         * src/prefs_account.[ch]
882         * src/gtk/prefswindow.[ch]
883                 o use new prefswindow for account prefs
884                 o add possibility to add new pages to account prefs
885
886         * src/plugins/pgpmime/prefs_gpg.[ch]
887         * src/plugins/pgpmime/prefs_gpg.glade
888                 add account prefs for GPG
889
890         * src/plugins/pgpmime/pgpmime.c
891         * src/plugins/pgpmime/sgpgme.[ch]
892                 create signers list based on the GPG account prefs
893
894 2004-11-23 [colin]      0.9.12cvs163
895
896         * src/main.c
897                 Fix cursor going from normal to wait
898                 as many times as there are folders
899                 (very noticeable on exported displays)
900
901 2004-11-23 [colin]      0.9.12cvs162
902
903         * src/msgcache.c
904                 HEAD needs this leak fix too
905
906 2004-11-22 [luke]       0.9.12cvs161
907
908         * src/gtk/gtkstext.c
909                 'Up' key moves one line (not one paragraph) like 'Down'
910
911 2004-11-22 [paul]       0.9.12cvs160
912
913         * src/prefs_themes.c
914                 fix oversized GtkFrames
915
916 2004-11-19 [paul]       0.9.12cvs159
917
918         * src/prefs_common.c
919                 update prefs_keybind_apply_clicked()
920
921 2004-11-18 [paul]       0.9.12cvs158
922
923         * src/compose.c
924         * src/messageview.c
925         * src/common/utils.c
926         * src/common/utils.h
927                 use Message-ID format like that previously
928                 used in compose_generate_msgid()
929
930 2004-11-17 [christoph]  0.9.12cvs157
931
932         * src/mainwindow.c
933         * src/prefs_common.c
934                 integrate "Common preferences" into new preferences dialog
935
936 2004-11-17 [colin]      0.9.12cvs156
937
938         * src/prefs_account.c
939         * src/prefs_account.h
940         * src/procmsg.c
941                 Add an option to let the user choose to store encrypted
942                 mail as clear text or encrypted.
943
944 2004-11-17 [colin]      0.9.12cvs155
945
946         * src/compose.c
947         * src/toolbar.c
948                 Be verbose when sending fails
949         * src/procmsg.c
950                 Fix procmsg_send_queue returning 0 when there's an error
951                 Don't send messages to be encrypted to nobody 
952
953
954 2004-11-17 [colin]      0.9.12cvs154
955
956         * src/privacy.c
957                 Fix more pointer confusion
958
959 2004-11-17 [paul]       0.9.12cvs153
960
961         * src/procmime.h
962                 forgotten in sync with main 1.0.0beta3
963
964
965 2004-11-17 [paul]       0.9.12cvs152
966
967         * ChangeLog
968         * ChangeLog.jp
969         * NEWS
970         * src/compose.c
971         * src/jpilot.c
972         * src/procmime.c
973                 sync with main 1.0.0beta3
974                 see ChangeLog 2004-11-15 and 2004-11-16
975
976 2004-11-17 [colin]      0.9.12cvs151
977
978         * src/plugins/pgpmime/pgpmime.c
979                 Remove debug printf
980
981 2004-11-17 [colin]      0.9.12cvs150
982
983         * src/plugins/pgpmime/pgpmime.c
984                 Fix off-by-one causing segs
985
986 2004-11-17 [colin]      0.9.12cvs149
987
988         * src/procmsg.c
989                 < Reboot_> don't compare pointers to NULL with !
990                 So, use the other form to bring consistency.
991                 Also fix coding style.
992
993 2004-11-16 [colin]      0.9.12cvs148
994
995         * src/procmsg.c
996                 Fix the fix :)
997
998 2004-11-16 [colin]      0.9.12cvs147
999
1000         * src/procmsg.c
1001                 Fix leaks in procmsg_send_message_queue
1002
1003 2004-11-12 [paul]       0.9.12cvs146
1004
1005         * src/prefs_account.c
1006         * src/procmime.c
1007         * src/procmime.h
1008                 fix sync breakage 
1009
1010 2004-11-12 [paul]
1011
1012         * src/pixmaps/complete.xpm
1013         * src/pixmaps/continue.xpm
1014                 small sync with main, see ChangeLog 2004-11-11
1015
1016 2004-11-11 [paul]       0.9.12cvs145
1017
1018         * ChangeLog
1019         * ChangeLog.jp
1020         * src/account.c
1021         * src/folderview.c
1022         * src/folderview.h
1023         * src/imap.c
1024         * src/imap_gtk.c
1025         * src/inc.c
1026         * src/mainwindow.c
1027         * src/mh_gtk.c
1028         * src/news_gtk.c
1029         * src/pop.c
1030         * src/prefs_account.c
1031         * src/prefs_account.h
1032         * src/prefs_ext_prog.c
1033         * src/procmsg.c
1034         * src/procmsg.h
1035         * src/summary_search.c
1036         * src/summaryview.c
1037         * src/textview.c
1038         * src/common/defs.h
1039         * src/common/utils.c
1040         * src/common/utils.h
1041         * src/gtk/menu.c
1042         * src/gtk/menu.h
1043                 sync with main 1.0.0beta2 (plus 4)
1044
1045 2004-11-09 [christoph]  0.9.12cvs144
1046
1047         * src/compose.c
1048         * src/prefs_account.[ch]
1049                 add option menu to select default privacy system
1050
1051         * src/plugins/pgpmime/pgpmime.c
1052                 better memory allocation
1053
1054         * src/folder.c
1055                 syncronize flags when scanning a folder
1056
1057 2004-11-08 [colin]      0.9.12cvs143
1058
1059         * src/summaryview.c
1060                 Prevent useless folder count updates while 
1061                 quicksearch is running. It is really annoying 
1062                 while quicksearch is running a full-mail
1063                 scan, like 'b foo', in a big folder.
1064
1065 2004-11-08 [colin]      0.9.12cvs142
1066
1067         * src/textview.c
1068                 Really fix these mail URIs
1069
1070 2004-11-08 [colin]      0.9.12cvs141
1071
1072         * src/textview.c
1073                 fix "colin@colino.net" <colin@colino.net> 
1074                 types of URIs
1075
1076 2004-11-06 [colin]      0.9.12cvs140
1077
1078         * src/compose.c
1079                 Don't ask for passphrase if not sending
1080
1081 2004-11-05 [christoph]  0.9.12cvs139
1082
1083         * src/compose.c
1084                 o encode text content of composed mails
1085         * src/procmime.c
1086                 o allow encoding of MimeInfos that are stored in memory buffers
1087                 
1088
1089 2004-11-03 [paul]       0.9.12cvs138
1090
1091         * po/POTFILES.in
1092                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1093                 Patch submitted by Fabien Vantard
1094
1095         * src/prefs_ext_prog.c
1096                 fix typos. Patch submitted by Fabien Vantard
1097
1098         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1099         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1100                 add German, Spanish, Italian, Brazilian Portuguese,
1101                 and Slovak translations. Submitted by Thomas Gilgin,
1102                 J. José del Río 'partymola', Andrea Spadaccini,
1103                 Frederico Goncalves Guimaraes, and Andrej Kacian
1104
1105 2004-11-01 [christoph]  0.9.12cvs137
1106
1107         * src/procmime.c
1108                 implement RFC2231's parameter encoding
1109
1110 2004-10-29 [colin]      0.9.12cvs136
1111
1112         * src/common/utils.c
1113                 Fix boundary delimiter (a Pine user gets this:
1114                 > Malformed message: Unexpected characters at end of parameters:
1115                 > =_Thu__28_Oct_2)
1116
1117 2004-10-29 [paul]
1118
1119         * tools/textviewer.sh
1120                 fix typo. patch submitted by Johann Koenig 
1121                 <explosive@hvc.rr.com>
1122
1123 2004-10-29 [paul]
1124
1125         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1126         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1127                 add French translations, submitted by Fabien Vantard
1128
1129 2004-10-28 [christoph]  0.9.12cvs135
1130
1131         * doc/src/rfc2231.txt                           ** NEW **
1132         * src/procmime.c
1133         * src/common/quoted-printable.c
1134         * src/common/utils.[ch]
1135                 implement RFC2231's parameter decoding
1136
1137 2004-10-27 [paul]
1138
1139         * tools/kdeservicemenu/README
1140         * tools/kdeservicemenu/install.sh
1141         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1142         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1143         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1144                 output files to /tmp instead of littering the
1145                 current dir
1146                 add uninstall function
1147                 refactor
1148
1149 2004-10-26 [christoph]  0.9.12cvs134
1150
1151         * src/procmime.c
1152                 better check if parameters have to be in quoted string
1153
1154 2004-10-25 [paul]
1155
1156         * tools/kdeservicemenu/README
1157         * tools/kdeservicemenu/install.sh
1158         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1159         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1160         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1161                 add files for Sylpheed Service Menu in Konqueror
1162
1163 2004-10-22 [paul]       0.9.12cvs133
1164
1165         * src/compose.c
1166         * src/prefs_common.c
1167         * src/prefs_common.h
1168         * src/prefs_wrapping.c
1169                 remove 'smart wrapping'
1170
1171 2004-10-21 [colin]      0.9.12cvs132
1172
1173         * src/compose.c
1174                 Remove extraneous separator in Options
1175
1176 2004-10-21 [colin]      0.9.12cvs131
1177
1178         * src/compose.c
1179                 Replace "unknown" attachments by "application/octet-stream"
1180                 Be a bit more defensive when using strchr
1181
1182 2004-10-20 [paul]
1183
1184         * po/ru.po
1185                 updated by Pavlo Bohmat
1186
1187 2004-10-19 [christoph]  0.9.12cvs130
1188
1189         * src/compose.c
1190                 fix wrong menu entry path
1191
1192         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1193
1194         * src/gtk/menu.c
1195                 add extra check for missing menu entries
1196
1197 2004-10-19 [christoph]  0.9.12cvs129
1198
1199         * src/compose.c
1200         * src/common/utils.c
1201                 use utils' generate_msgid() in compose.c
1202
1203 2004-10-18 [christoph]  0.9.12cvs128
1204
1205         * src/plugins/pgpmime/passphrase.c
1206         * src/plugins/pgpmime/pgpmime.c
1207         * src/plugins/pgpmime/prefs_gpg.[ch]
1208         * src/plugins/pgpmime/prefs_gpg.glade
1209         * src/plugins/pgpmime/sgpgme.c
1210                 add GPG prefs
1211
1212 2004-10-18 [christoph]  0.9.12cvs127
1213
1214         * src/addrbook.c
1215         * src/addrcache.c
1216         * src/addressbook.c
1217         * src/codeconv.c
1218         * src/compose.c
1219         * src/customheader.c
1220         * src/editaddress.c
1221         * src/editgroup.c
1222         * src/exporthtml.c
1223         * src/folder.c
1224         * src/folderview.c
1225         * src/imap.c
1226         * src/jpilot.c
1227         * src/main.c
1228         * src/matcher_parser_parse.y
1229         * src/mbox.c
1230         * src/pop.c
1231         * src/prefs_account.c
1232         * src/prefs_gtk.c
1233         * src/prefs_msg_colors.c
1234         * src/procheader.c
1235         * src/procmime.[ch]
1236         * src/procmsg.c
1237         * src/summaryview.c
1238         * src/textview.c
1239         * src/common/base64.c
1240         * src/common/partial_download.c
1241         * src/common/socket.c
1242         * src/common/sylpheed.c
1243         * src/common/utils.[ch]
1244         * src/gtk/filesel.c
1245         * src/gtk/pluginwindow.c
1246         * src/gtk/quicksearch.c
1247         * src/plugins/pgpmime/pgpmime.c
1248         * src/plugins/pgpmime/plugin.c
1249         * src/plugins/pgpmime/select-keys.c
1250         * src/plugins/pgpmime/sgpgme.c
1251         * src/plugins/spamassassin/libspamc.c
1252         * src/plugins/trayicon/trayicon.c
1253         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1254         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1255                 o don't use any GNU C extensions
1256                 o fix warnings
1257                 o replace some non-POSIX functions
1258
1259         * src/plugins/spamassassin/spamassassin.[ch]
1260         * src/plugins/spamassassin/spamassassin_gtk.c
1261         * src/plugins/clamav/clamav_plugin.[ch]
1262         * src/plugins/clamav/clamav_plugin_gtk.c
1263                 replace statusbar_print_all() from common code because it is a
1264                 GUI function
1265
1266 2004-10-17 [paul]
1267
1268         * po/es.po
1269         * po/ko.po
1270         * AUTHORS
1271                 update Spanish and Korean translations,
1272                 submitted by Ricardo Mones Lastra and
1273                 SungHyun Nam
1274
1275 2004-10-13 [colin]      0.9.12cvs126
1276
1277         * src/compose.c
1278                 Don't convert message to forced encoding when 
1279                 drafting, plus minor magic-values cleanup.
1280
1281 2004-10-13 [colin]      0.9.12cvs125
1282
1283         * po/POTFILES.in
1284                 Update POTFILES.in to reflect the source
1285                 place changes
1286
1287 2004-10-08 [christoph]  0.9.12cvs124
1288
1289         * m4/spamassassin.m4
1290                 fix libspamc OpenSSL
1291
1292         * src/compose.c
1293                 rearrange the compose menu
1294
1295 2004-10-08 [christoph]  0.9.12cvs123
1296
1297         * src/Makefile.am
1298         * src/account.c
1299         * src/compose.[ch]
1300         * src/crash.c
1301         * src/main.c
1302         * src/mimeview.c
1303         * src/passphrase.[ch]                           ** REMOVE **
1304         * src/prefs_account.[ch]
1305         * src/prefs_common.[ch]
1306         * src/privacy.[ch]
1307         * src/procmime.[ch]
1308         * src/procmsg.c
1309         * src/rfc2015.[ch]                              ** REMOVE **
1310         * src/select-keys.[ch]                          ** REMOVE **
1311         * src/common/utils.[ch]
1312         * src/gtk/about.c
1313         * src/plugins/pgpmime/Makefile.am
1314         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1315         * src/plugins/pgpmime/pgpmime.c
1316         * src/plugins/pgpmime/plugin.c
1317         * src/plugins/pgpmime/prefs_gpg.[ch]
1318         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1319         * src/plugins/pgpmime/sgpgme.[ch]
1320                 o Add new MIME-Writer
1321                 o extend PrivacySystem with sign and encrypt functions
1322                 o extend PGP/MIME plugin with sign and encrypt functions
1323                 o integrate extended Privacy API in Compose and Sending process
1324
1325 2004-10-04 [colin]      0.9.12cvs122
1326
1327         * src/mainwindow.c
1328         * src/messageview.c
1329         * src/messageview.h
1330         * src/textview.c
1331                 Make forced encoding limited to messageview and
1332                 apply only to parts displayed using textview
1333
1334 2004-10-04 [colin]      0.9.12cvs121
1335
1336         * src/summaryview.c
1337                 Fix bug #605 (collapsed threads re-expand when moving or
1338                 deleting mails)
1339
1340 2004-10-03 [colin]      0.9.12cvs120
1341
1342         * src/summaryview.c
1343                 Fix bug #602
1344
1345 2004-10-02 [colin]      0.9.12cvs119
1346
1347         * src/mainwindow.c
1348         * src/messageview.c
1349         * src/prefs_common.h
1350         * src/procmime.c
1351         * src/procmime.h
1352         * src/textview.c
1353                 Clean up forced charset feature
1354                 Add forced decode
1355
1356 2004-10-01 [colin]      0.9.12cvs118
1357
1358         * src/mimeview.c
1359                 Better fix for Save all: skip multipart mails' first 
1360                 text part
1361
1362 2004-10-01 [colin]      0.9.12cvs117
1363
1364         * src/mimeview.c
1365                 Only save attachments in Save All
1366
1367 2004-10-01 [paul]       0.9.12cvs116
1368
1369         * ChangeLog
1370         * ChangeLog.jp
1371         * src/account.c
1372         * src/prefs_common.c
1373         * src/gtk/colorlabel.c
1374                 sync with main 0.9.12cvs17
1375
1376 2004-09-30 [colin]      0.9.12cvs115
1377
1378         * src/stock_pixmap.c
1379         * src/stock_pixmap.h
1380         * src/folderview.c
1381         * src/Makefile.am
1382         * src/pixmaps/read.xpm
1383                 Add icon for total # column
1384
1385 2004-09-29 [colin]      0.9.12cvs114
1386
1387         * src/compose.c
1388                 Don't close compose until message is sent if 
1389                 Show Send Dialog is Always
1390
1391 2004-09-29 [paul]       0.9.12cvs113
1392
1393         * src/quote_fmt_parse.y
1394                 In the quotation templates recognise sender's first and last 
1395                 names (%F %L) when the name is in the format "Duck, Donald".
1396                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1397
1398
1399 2004-09-28 [colin]      0.9.12cvs112
1400
1401         * src/mainwindow.c
1402                 Put back mnemonic
1403         * src/folderview.c
1404                 Fix Empty trash being visible-invisible-visible...
1405
1406 2004-09-28 [colin]      0.9.12cvs111
1407
1408         * src/mainwindow.c
1409                 Relabel Empty all Trash folders
1410
1411 2004-09-28 [colin]      0.9.12cvs110
1412
1413         * src/folderview.c
1414                 Add contextual Empty trash menu
1415         * src/mainwindow.c
1416                 Revert cvs109 which was useless
1417
1418 2004-09-28 [colin]      0.9.12cvs109
1419
1420         * src/mainwindow.c
1421                 Fix uninialized var
1422
1423 2004-09-28 [colin]      0.9.12cvs108
1424
1425         * src/addressbook.c
1426                 Fix triple-click
1427
1428 2004-09-28 [colin]      0.9.12cvs107
1429
1430         * src/addressbook.c
1431                 Fix double-click on entries
1432
1433 2004-09-28 [colin]      0.9.12cvs106
1434
1435         * src/inc.c
1436                 Reintroduce folder_item update freeze on incorporation
1437
1438 2004-09-27 [christoph]  0.9.12cvs105
1439
1440         * src/folderview.c
1441                 right-align new and unread column
1442
1443 2004-09-27 [paul]
1444
1445         * 0.9.12b released
1446
1447 2004-09-27 [paul]       0.9.12cvs104
1448
1449         * src/main.c
1450                 revert 0.9.12cvs101, it causes another segfault
1451
1452 2004-09-23 [christoph]  0.9.12cvs103
1453
1454         * src/plugins/spamassassin/libspamc.[ch]
1455         * src/plugins/spamassassin/utils.[ch]
1456                 update libspamc to SpamAssassin 3.0.0
1457
1458 2004-09-17 [paul]       0.9.12cvs102
1459
1460         * ChangeLog
1461         * ChangeLog.jp
1462         * src/inc.c
1463                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1464  
1465
1466 2004-09-17 [colin]      0.9.12cvs101
1467
1468         * src/main.c
1469                 Fix segfaults when quitting. valgrind says:
1470                         ==12144== Invalid read of size 4
1471                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1472                         [...]
1473                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1474                         [...]
1475                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1476
1477
1478 2004-09-13 [christoph]  0.9.12cvs100
1479
1480         * src/folder.c
1481                 add NULL pointer checks to fix segfault when messages can
1482                 not be fetched
1483
1484 2004-09-08 [colin]      0.9.12cvs99
1485
1486         * src/account.c
1487                 Remove a debug printf
1488
1489 2004-09-08 [christoph]  0.9.12cvs98
1490
1491         * src/procmsg.[ch]
1492                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1493                 if the message structure has been scanned
1494
1495         * src/folder.c
1496                 o scan structure when the mail is fetched for the first time
1497                   to prevent unnecessary fetching of messages while scanning
1498                   the folder for messages
1499                 o revert 0.9.12cvs24
1500
1501         * src/plugins/pgpmime/pgpmime.c
1502                 check signature if auto signature checking is enabled when the
1503                 signature status is requested for first time and not when
1504                 checking if a part has a signature
1505
1506 2004-09-07 [colin]      0.9.12cvs97
1507
1508         * src/inc.c
1509                 Change session error messages so that they
1510                 are a bit more helpful (the origin of the
1511                 error is not apparent if one isn't in 
1512                 front of Sylpheed when it happens).
1513
1514 2004-09-06 [colin]      0.9.12cvs96
1515
1516         * src/toolbar.c
1517                 Fix graying out Redirect in non english languages
1518                 Patch by Fabien Vantard
1519
1520 2004-09-06 [colin]      0.9.12cvs95
1521
1522         * src/summaryview.c
1523         * src/mimeview.c
1524                 Fix dropped URIs
1525
1526 2004-09-06 [colin]      0.9.12cvs94
1527
1528         * src/addressbook.c
1529         * src/addressitem.h
1530         * src/addritem.c
1531         * src/addritem.h
1532                 Add basic drag and drop to addressbook
1533
1534 2004-09-03 [colin]      0.9.12cvs93
1535
1536         * src/summaryview.c
1537                 Next/Prev unread message should start
1538                 from next/prev node (especially if 
1539                 mark_as_read_delay != 0)
1540
1541 2004-09-03 [colin]      0.9.12cvs92
1542
1543         * src/prefs_common.c
1544         * src/prefs_common.h
1545         * src/summaryview.c
1546                 Add an hidden 'mark_as_read_delay' pref 
1547
1548 2004-09-02 [colin]      0.9.12cvs91
1549
1550         * src/gtk/menu.c
1551                 Add unduplicated menu entries (fixes bug 532)
1552                 Patch by Fabien Vantard
1553
1554 2004-09-02 [colin]      0.9.12cvs90
1555
1556         * src/account.c
1557                 Fix bug 582 (broken auto account selection)
1558
1559 2004-09-02 [colin]      0.9.12cvs89
1560
1561         * src/addrindex.c
1562                 Free deleted queries too
1563
1564 2004-09-02 [colin]      0.9.12cvs88
1565
1566         * src/ldapquery.c
1567                 Fix freezes in LDAP, due to memory corruption
1568                 after deletion of a query (and not removing it
1569                 from the corresponding list of queries).
1570                 Very probably fixes bug 567 and bug 569
1571
1572 2004-09-02 [colin]      0.9.12cvs87
1573
1574         * src/prefs_spelling.c
1575                 Fix bug with aspell prefs init, where spell checking
1576                 is enabled at first but dictionary not specified. Use
1577                 LANG's dictionary by default.
1578
1579 2004-09-01 [colin]      0.9.12cvs86
1580
1581         * src/filtering.c
1582         * src/imap.c
1583         * src/prefs_matcher.c
1584         * src/stock_pixmap.c
1585                 Fix more nasty uninitialized variables
1586
1587 2004-08-31 [colin]      0.9.12cvs85
1588
1589         * src/folder.c
1590                 Fix memory corruption when entering procmsg_msginfo_free()
1591                 with unitialized msginfo. Thanks Valgrind.
1592
1593 2004-08-29 [colin]      0.9.12cvs84
1594
1595         * src/mimeview.c
1596                 Don't escape filenames before saving - that's 
1597                 not dangerous. By the way, fix the leak.
1598
1599 2004-08-27 [paul]       0.9.12cvs83
1600
1601         * src/mh.c
1602         * src/procheader.c
1603         * src/procmsg.c
1604         * src/procmsg.h
1605         * src/common/utils.c
1606         * src/gtk/menu.h
1607                 sync with main 0.9.12cvs6, see ChangeLog
1608                 2004-08-24, 2004-08-25, 2004-08-26
1609
1610
1611 2004-08-26 [paul]
1612
1613         * po/ja.po
1614                 updated by Rui Hirokawa
1615
1616 2004-08-25 [colin]      0.9.12cvs82
1617
1618         * src/plugins/pgpmime/pgpmime.c
1619                 Fix leak on non-combined encrypted messages
1620
1621 2004-08-25 [colin]      0.9.12cvs81
1622
1623         * src/plugins/pgpmime/pgpmime.c
1624         * src/plugins/pgpmime/sgpgme.c
1625         * src/plugins/pgpmime/sgpgme.h
1626                 Handle combined encryption/signature
1627
1628 2004-08-24 [colin]      0.9.12cvs80
1629
1630         * src/folder.c
1631                 Set mime flags on non multipart messages too
1632
1633 2004-08-23 [christoph]  0.9.12cvs79
1634
1635         * src/compose.c
1636                 create message header in memory as GString before writing it
1637                 to the message file
1638
1639 2004-08-23 [colin]      0.9.12cvs78
1640
1641         * src/rfc2015.c
1642         * src/rfc2015.h
1643         * src/compose.c
1644                 Fix (again) bug 197: inline encryption broken
1645
1646 2004-08-23 [paul]
1647
1648         * po/zh_CN.po
1649                 updated by Hansom Young
1650
1651 2004-08-23 [paul]
1652
1653         * 0.9.12a released
1654
1655 2004-08-23 [colin]      0.9.12cvs77
1656
1657         * src/imap.c
1658                 Try and fix bug 577 (session->last_access_time is broken since 
1659                 sync with main 0.9.12cvs2). 
1660                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1661
1662 2004-08-23 [paul]
1663
1664         * po/es.po
1665         * po/fr.po
1666         * po/pl.po
1667         * po/pt_BR.po
1668         * po/sk.po
1669         * po/sr.po
1670                 update translations. submitted by Ricardo
1671                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1672                 Frederico Goncalves Guimaraes, Andrej Kacian,
1673                 Urke MMI
1674
1675 2004-08-22 [paul]       0.9.12cvs76
1676
1677         * src/plugins/trayicon/trayicon.c
1678                 fix formatting bug in trayicon_popup_menu_entries[]
1679
1680
1681 2004-08-22 [paul]       0.9.12cvs75
1682
1683         * m4/Makefile.am
1684                 remove reference to openssl.m4
1685
1686
1687 2004-08-21 [colin]      0.9.12cvs74
1688
1689         * src/compose.c
1690                 Fix bug 576 (Duplicate auto-bcc on reedit)
1691
1692 2004-08-21 [colin]      0.9.12cvs73
1693
1694         * src/toolbar.c
1695                 Grey out Redirect in the toolbar when selection is
1696                 multiple. Fixes bug 520
1697
1698 2004-08-21 [colin]      0.9.12cvs72
1699
1700         * src/compose.c
1701                 Save Sign, Encrypt and Mode status when drafting or queuing
1702                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1703                 state)
1704
1705 2004-08-21 [colin]      0.9.12cvs71
1706
1707         * src/summaryview.c
1708                 Fix bug 494 (Messages are always opened in summary 
1709                 view when right clicked.) Also fixes bug 508.
1710
1711 2004-08-21 [colin]      0.9.12cvs70
1712
1713         * src/compose.c
1714                 When using inline encryption, don't use QP or Base64:
1715                 the mail will be encrypted to a 7bit string.
1716                 Fixes bug 197
1717
1718 2004-08-21 [colin]      0.9.12cvs69
1719
1720         * src/compose.c
1721                 Fix inline-signing with 8bit chars: data must be 
1722                 converted to Quoted-printable before signing.
1723
1724 2004-08-21 [colin]      0.9.12cvs68
1725
1726         * src/compose.c
1727                 Remove 'Message/Save to draft folder'
1728                 and 'Message/Save and keep editing' to 
1729                 put a single 'File/Save' command.
1730                 Fixes bug 224
1731
1732 2004-08-21 [colin]      0.9.12cvs67
1733
1734         * src/mainwindow.c
1735                 Fix bug 222 (Summary view state not retained between sessions)
1736
1737 2004-08-20 [colin]      0.9.12cvs66
1738
1739         * src/codeconv.c
1740                 Fix bug 574 (empty cur_locale is not enough)
1741
1742 2004-08-20 [paul]
1743
1744         * src/plugins/pgpmime/plugin.c
1745                 modify PGP/MIME plugin's description
1746
1747 2004-08-16 [colin]      0.9.12cvs65
1748
1749         * src/common/ssl.c
1750                 Fix version comparison
1751
1752 2004-08-16 [colin]      0.9.12cvs64
1753
1754         * src/common/ssl.c
1755                 I meant 2.2.
1756
1757 2004-08-16 [colin]      0.9.12cvs63
1758
1759         * src/common/ssl.c
1760                 People with glibc 2.1 have had problems with non-blocking
1761                 SSL_connect. Disable it for glibc < 2.2.
1762
1763 2004-08-16 [colin]      0.9.12cvs62
1764
1765         * src/common/ssl.c
1766                 Fix format error
1767
1768 2004-08-13 [colin]      0.9.12cvs61
1769
1770         * src/plugins/pgpmime/plugin.c
1771                 Add plugin's description
1772
1773 2004-08-12 [christoph]  0.9.12cvs60
1774
1775         * src/folderutils.c
1776                 fix bug that did not thaw folder updates when deleting
1777                 duplicates in empty folders
1778
1779 2004-08-12 [colin]      0.9.12cvs59
1780
1781         * src/plugins/trayicon/trayicon.c
1782                 Add a context menu with most common operations
1783
1784 2004-08-12 [colin]      0.9.12cvs58
1785
1786         * configure.ac
1787         * sylpheed.desktop
1788         * src/Makefile.am
1789         * src/main.c
1790                 Add support for Freedesktop.org's startup notification
1791
1792 2004-08-10 [colin]      0.9.12cvs57
1793
1794         * src/main.c
1795         * src/common/socket.c
1796         * src/common/ssl.c
1797         * src/common/sylpheed.c
1798         * src/common/sylpheed.h
1799                 Put back the ssl connect nonblocking...
1800                 without the race condition
1801
1802 2004-08-09 [colin]      0.9.12cvs56
1803
1804         * src/main.c
1805         * src/common/ssl.c
1806         * src/common/sylpheed.c
1807         * src/common/sylpheed.h
1808                 Reverting previous commit, doesn't work 
1809
1810 2004-08-09 [colin]      0.9.12cvs55
1811
1812         * src/main.c
1813         * src/common/ssl.c
1814         * src/common/sylpheed.c
1815         * src/common/sylpheed.h
1816                 Make SSL_connect nonblocking, using a thread
1817
1818 2004-08-09 [paul]       0.9.12cvs54
1819
1820         * po/POTFILES.in
1821                 reflect new location of sgpgme.c
1822         * src/main.c
1823                 sync with main, see ChangeLog 2004-08-09
1824
1825 2004-08-08 [christoph]  0.9.12cvs53
1826
1827         * src/folderutils.c
1828                 freeze FolderItem updates while deleting duplicate messages
1829
1830 2004-08-08 [christoph]  0.9.12cvs52
1831
1832         * configure.ac
1833         * src/Makefile.am
1834         * src/main.c
1835         * src/pgpmime.c
1836         * src/pgpmime.h
1837         * src/sgpgme.c
1838         * src/sgpgme.h
1839         * src/plugins/Makefile.am
1840         * src/plugins/pgpmime/.cvsignore
1841         * src/plugins/pgpmime/Makefile.am
1842         * src/plugins/pgpmime/pgpmime.c
1843         * src/plugins/pgpmime/pgpmime.h
1844         * src/plugins/pgpmime/plugin.c
1845         * src/plugins/pgpmime/sgpgme.c
1846         * src/plugins/pgpmime/sgpgme.h
1847                 new plugin for PGP/MIME
1848
1849 2004-08-07 [christoph]  0.9.12cvs51
1850
1851         * src/folder.c
1852                 disable immediate folder change notification on opened folders
1853                 until SummaryView can handle it quickly
1854
1855 2004-08-07 [colin]      0.9.12cvs50
1856
1857         * src/pop.c
1858         * src/common/partial_download.c
1859                 fix warnings
1860
1861 2004-08-07 [colin]      0.9.12cvs49
1862
1863         * src/Makefile.am
1864         * src/account.c
1865         * src/addressbook.c
1866         * src/alertpanel.c
1867         * src/alertpanel.h
1868         * src/compose.c
1869         * src/exphtmldlg.c
1870         * src/expldifdlg.c
1871         * src/main.c
1872         * src/message_search.c
1873         * src/messageview.c
1874         * src/pop.c
1875         * src/sgpgme.c
1876         * src/summary_search.c
1877         * src/summaryview.c
1878         * src/textview.c
1879         * src/gtk/sslcertwindow.c
1880         * src/pixmaps/stock_dialog-error.xpm
1881         * src/pixmaps/stock_dialog-info.xpm
1882         * src/pixmaps/stock_dialog-question.xpm
1883         * src/pixmaps/stock_dialog-warning.xpm
1884                 sync new alertpanel from gtk2
1885
1886 2004-08-07 [colin]      0.9.12cvs48
1887
1888         * src/prefs_folder_item.c
1889                 fix memory corruption in folderitem's prefs
1890
1891 2004-08-06 [colin]      0.9.12cvs47
1892
1893         * src/compose.c
1894                 close compose window after queuing, before 
1895                 sending when user presses Send
1896
1897 2004-08-05 [christoph]  0.9.12cvs46
1898
1899         * src/msgcache.c
1900         * src/common/defs.h
1901                 add charset to cache file and convert charset when reading the
1902                 cache if different from internal used charset
1903
1904 2004-08-05 [christoph]  0.9.12cvs45
1905
1906         * src/messageview.c
1907         * src/mimeview.[ch]
1908         * src/procmime.h
1909         * src/common/utils.h
1910                 cleanup (remove unused includes/reorganize)
1911
1912         * src/prefs_ext_prog.c
1913         * src/prefs_folder_item.c
1914         * src/prefs_fonts.c
1915         * src/prefs_msg_colors.c
1916         * src/prefs_spelling.c
1917         * src/prefs_themes.c
1918         * src/prefs_toolbar.c
1919         * src/prefs_wrapping.c
1920         * src/gtk/prefswindow.[ch]
1921         * src/plugins/clamav/clamav_plugin_gtk.c
1922         * src/plugins/dillo_viewer/dillo_prefs.c
1923         * src/plugins/image_viewer/viewerprefs.c
1924         * src/plugins/spamassassin/spamassassin_gtk.c
1925                 change PrefsPage path into an array of strings and don't
1926                 split a single string into parts (better for translation)
1927
1928 2004-08-05 [christoph]  0.9.12cvs44
1929
1930         * src/folder.c
1931                 fix FolderItem's message counts after rebuilding a cache
1932
1933 2004-08-05 [paul]       0.9.12cvs43
1934
1935         * ChangeLog
1936         * ChangeLog.jp
1937         * src/imap.c
1938         * src/news.c
1939         * src/common/nntp.c
1940         * src/common/session.c
1941         * src/common/session.h
1942         * src/common/socket.c
1943                 sync with main 0.9.12cvs2
1944                 see ChangeLog 2004-08-04
1945
1946 2004-08-04 [christoph]  0.9.12cvs42
1947
1948         * configure.ac
1949                 add missing AC_DEFINE(USE_OPENSSL, ...)
1950         * src/folder.c
1951                 use new xml_node_new() function
1952
1953 2004-08-03 [christoph]  0.9.12cvs41
1954
1955         * src/folder.c
1956         * src/localfolder.c
1957         * src/common/xml.[ch]
1958                 sync with main 0.9.12cvs1
1959                 see ChangeLog 2004-07-23
1960
1961 2004-08-03 [christoph]
1962
1963         * configure.ac
1964         * m4/openssl.m4                 ** REMOVE **
1965                 use pkg-config to get OpenSSL CFLAGS and LIBS
1966                 (OpenSSL 0.9.7 is required now)
1967
1968 2004-08-02 [paul]       0.9.12cvs40
1969
1970         * AUTHORS
1971                 update translation team section
1972         * po/pt_BR.po
1973                 updated by Frederico Goncalves Guimaraes
1974                 <fggdebian@yahoo.com.br>
1975
1976 2004-07-29 [colin]      0.9.12cvs39
1977
1978         * src/messageview.c
1979                 Inform the user when a partially 
1980                 downloaded mail isn't on the server
1981                 anymore (due to Mark for deletion)
1982
1983 2004-07-29 [colin]      0.9.12cvs38
1984
1985         * src/messageview.c
1986                 Hide noticeview if necessary
1987
1988 2004-07-27 [colin]      0.9.12cvs37
1989
1990         * src/msgcache.c
1991                 More fixes (i overlook a bit, thanks
1992                 Christoph for spotting it)
1993
1994 2004-07-27 [colin]      0.9.12cvs36
1995
1996         * src/msgcache.c
1997                 Fix wrong test 
1998
1999 2004-07-26 [colin]      0.9.12cvs35
2000
2001         * src/pop.c
2002                 Fix uidl-file parsing when not in new
2003                 format
2004
2005 2004-07-19 [colin]      0.9.12cvs34
2006
2007         * src/compose.c
2008                 Save attachment status when drafting
2009
2010 2004-07-19 [colin]      0.9.12cvs33
2011
2012         * src/folder.h
2013         * src/folderview.c
2014         * src/summaryview.c
2015                 Reverse 0.9.12cvs29 to 31 (folder icon update
2016                 when quicksearch is active)
2017
2018 2004-07-18 [colin]      0.9.12cvs32
2019
2020         * src/pop.c
2021                 Fix partial download bug with "Download all
2022                 messages" option
2023
2024 2004-07-18 [colin]      0.9.12cvs31
2025
2026         * src/folderview.c
2027                 Fix crash
2028
2029 2004-07-17 [colin]      0.9.12cvs30
2030
2031         * src/summaryview.c
2032                 Same, when sticky search is off
2033
2034 2004-07-17 [colin]      0.9.12cvs29
2035
2036         * src/folder.h
2037         * src/folderview.c
2038         * src/summaryview.c
2039                 Update FolderItem icon whenever its summaryview is 
2040                 filtered
2041
2042 2004-07-16 [christoph]  0.9.12cvs28
2043
2044         * src/mimeview.c
2045                 make doubleclick work again
2046
2047 2004-07-16 [christoph]  0.9.12cvs27
2048
2049         * src/mimeview.c
2050                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2051
2052 2004-07-16 [paul]       0.9.12cvs26
2053         
2054         * src/gtk/quicksearch.c
2055         * src/compose.c
2056         * src/customheader.c
2057         * src/messageview.c
2058         * src/news.c
2059         * src/prefs_account.c
2060         * src/prefs_display_header.c
2061         * src/procheader.c
2062                 replace "Message-Id" with "Message-ID"
2063
2064 2004-07-16 [paul]       0.9.12cvs25
2065
2066         * ChangeLog
2067         * ChangeLog.jp
2068         * src/account.c
2069         * src/account.h
2070         * src/folder_item_prefs.c
2071         * src/main.c
2072         * src/pop.c
2073         * src/pop.h
2074         * src/prefs_account.c
2075         * src/prefs_account.h
2076         * src/prefs_common.c
2077         * src/prefs_common.h
2078         * src/prefs_gtk.c
2079         * src/prefs_gtk.h
2080                 sync with main 0.9.12cvs1
2081
2082 2004-07-15 [colin]      0.9.12cvs24
2083
2084         * src/folder.c
2085                 Disable GPG signature check during
2086                 folder move and scan 
2087         (Closes Bug 521 Signature checking slows down Folder-Move)
2088
2089 2004-07-14 [christoph]  0.9.12cvs23
2090
2091         * src/pgpmime.c
2092                 add missing fclose. Patch by Thomas Gilgin.
2093
2094         * src/procmime.c
2095                 add checks if fopen really worked
2096
2097 2004-07-14 [colin]      0.9.12cvs22
2098
2099         * src/pop.c
2100         * src/common/partial_download.c
2101                 Update includes
2102
2103 2004-07-14 [colin]      0.9.12cvs21
2104
2105         * src/folder.c
2106         * src/inc.c
2107         * src/matcher.c
2108         * src/matcher.h
2109         * src/matcher_parser_parse.y
2110         * src/messageview.c
2111         * src/msgcache.c
2112         * src/noticeview.c
2113         * src/noticeview.h
2114         * src/pop.c
2115         * src/pop.h
2116         * src/prefs_matcher.c
2117         * src/procheader.c
2118         * src/procmsg.c
2119         * src/procmsg.h
2120         * src/summaryview.c
2121         * src/common/Makefile.am
2122         * src/common/defs.h
2123         * src/gtk/quicksearch.c
2124         * src/common/partial_download.c ** NEW FILES **
2125         * src/common/partial_download.h ** NEW FILES **
2126                 Partial downloading of pop3 mails
2127
2128 2004-07-13 [christoph]  0.9.12cvs20
2129
2130         * src/mimeview.c
2131                 use "button_release_event" instead of "button_press_event",
2132                 because executing event callbacks while the button is still
2133                 pressed is not good and causes problems
2134
2135 2004-07-12 [colin]      0.9.12cvs19
2136
2137         * src/gtk/quicksearch.c
2138                 Fix a missing status update in quicksearch
2139
2140 2004-07-08 [colin]      0.9.12cvs18
2141
2142         * src/common/smtp.h
2143                 Fix guint vs gint bug
2144
2145 2004-07-08 [colin]      0.9.12cvs17
2146
2147         * src/common/smtp.c
2148                 use to_human_readable() for sizes
2149
2150 2004-07-08 [paul]       0.9.12cvs16
2151
2152         * src/inc.c [1.174]
2153                 fix occasional non-clearance of the statusbar
2154                 (close Bug 531 'SA plugin: status bar does not 
2155                  get cleared in OFFLINE mode')
2156
2157 2004-07-07 [colin]      0.9.12cvs15
2158
2159         * src/prefs_common.c [1.225]
2160         * src/prefs_common.h [1.112]
2161                 Add a hidden summary_quicksearch_sticky preference,
2162                 to allow the quicksearch bar to reset across folders
2163         * src/summaryview.c [1.437]
2164                 Use this preference
2165         * src/gtk/quicksearch.c [1.5]
2166         * src/gtk/quicksearch.h [1.3]
2167                 Add this preference, fix focus when hitting Enter,
2168                 add handling of Esc key to reset
2169
2170 2004-07-06 [colin]      0.9.12cvs14
2171
2172         * src/gtk/quicksearch.c [1.4]
2173                 Add Clear button
2174
2175 2004-07-06 [christoph]  0.9.12cvs13
2176
2177         * src/toolbar.c
2178                 enable next unread button in empty folders if next folder
2179                 dialog is not disabled
2180
2181         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2182          folders)
2183
2184 2004-07-06 [colin]      0.9.12cvs12
2185
2186         * src/common/smtp.c [1.16]
2187                 Display maximum message size in the log
2188
2189 2004-07-06 [paul]       0.9.12cvs11
2190
2191         * src/toolbar.c
2192                 fix typo. (spotted by Fabien Vantard)
2193
2194 2004-07-06 [paul]       0.9.12cvs10
2195
2196         * src/main.c
2197                 terminate cleanly on SIGHUP. Patch submitted by
2198                 Thomas Gilgin <thg@karate-muellheim.de>
2199
2200 2004-07-05 [christoph]  0.9.12cvs9
2201
2202         * src/inc.c
2203                 better replacing of %d in new mail notification command
2204
2205 2004-07-05 [colin]      0.9.12cvs8
2206
2207         * src/common/smtp.[ch]
2208                 Take SIZE (returned by EHLO) into account, and
2209                 avoid sending too big messages
2210
2211 2004-07-04 [paul]       0.9.12cvs7
2212
2213         * src/account.c
2214                 fix auto-account selection on imap/news
2215
2216 2004-07-01 [paul]       0.9.12cvs6
2217
2218         * src/gtk/quicksearch.c
2219                 reveal hidden string in gui
2220                 
2221         * src/compose.c
2222                 fix updating of gpg signing setting on 
2223                 switching accounts
2224
2225 2004-06-30 [darko]      0.9.12cvs5
2226
2227         * src/common/utils.c
2228                 remove expand_search_string()
2229         * src/gtk/quicksearch.c
2230                 remove no longer needed for loop (thanks Christoph)
2231                 add expand_search_string()
2232
2233 2004-06-30 [darko]      0.9.12cvs4
2234
2235         * src/common/utils.c
2236                 allow all filtering expressions in quicksearch
2237
2238         (Closes Bug 519 filtering expr. in quicksearch)
2239
2240 2004-06-30 [christoph]  0.9.12cvs3
2241
2242         * configure.ac
2243                 better 'localedir'
2244
2245         * src/common/intl.h
2246                 allow plugins to define TEXTDOMAIN for the _(...) macro
2247
2248 2004-06-30 [paul]       0.9.12cvs2
2249
2250         * po/POTFILES.in
2251           src/Makefile.am
2252           src/main.c
2253           src/prefs_common.c
2254           src/prefs_msg_colors.[ch]     ** NEW FILES **
2255                 move message colouring options to
2256                 '/Other Preferences/Message View/Colors'
2257
2258 2004-06-30 [paul]       0.9.12cvs1
2259
2260         * po/POTFILES.in
2261           src/Makefile.am
2262           src/main.c
2263           src/prefs_common.c
2264           src/prefs_wrapping.[ch]       ** NEW FILES **
2265                 move message wrapping options to
2266                 /'Other Preferences/Compose/Message Wrapping'
2267
2268 2004-06-28 [paul]       0.9.12
2269
2270         * Sylpheed-Claws 0.9.12 released
2271
2272         * po/es.po
2273           po/fr.po
2274           po/sk.po
2275                 updated by Ricardo Mones Lastra, Fabien Vantard,
2276                 Andrej Kacian
2277
2278 2004-06-27 [paul]       0.9.11cvs19
2279
2280         * src/common/ssl.c
2281                 re-enable certificate check
2282
2283 2004-06-25 [christoph]  0.9.11cvs18
2284
2285         * src/procmsg.h
2286                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2287
2288 2004-06-25 [paul]       0.9.11cvs17
2289
2290         * sync with main 0.9.12cvs1
2291                 see ChangeLog 2004-06-23
2292                 
2293         * src/gtk/menu.c
2294                 remove unused menu_toggle_toggle()
2295
2296 2004-06-23 [christoph]  0.9.11cvs16
2297
2298         * src/folder.c
2299         * src/procheader.c
2300         * src/procmsg.h
2301         * src/summaryview.c
2302                 scan the mime structure of multipart mails for correct
2303                 attachment, encryped and signed (with privacy API) part
2304                 detection
2305
2306         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2307
2308 2004-06-22 [paul]
2309
2310         * po/ru.po
2311                 updated by Pavlo Bohmat
2312
2313 2004-06-20 [christoph]  0.9.11cvs15
2314
2315         * src/inc.c
2316         * src/pop.[ch]
2317                 disconnect after authentication when doing POP before SMTP
2318
2319         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2320
2321 2004-06-19 [christoph]  0.9.11cvs14
2322
2323         * src/folder.c
2324                 fix FolderItem name update
2325
2326         (Closes Bug 511 Folder-Renaming not reflected immediately)
2327
2328 2004-06-17 [paul]       0.9.11cvs13
2329         
2330         * sync with main 0.9.12 release
2331           src/session.c
2332                 session_set_timeout(): fixed a bug that didn't
2333                 reset timeout_tag when interval is 0.
2334
2335 2004-06-16 [christoph]  0.9.11cvs12
2336
2337         * src/textview.c
2338                 correctly clear the URL in the status bar
2339
2340 2004-06-15 [christoph]  0.9.11cvs11
2341
2342         * src/summaryview.c
2343                 add missing gtk_widget_show()
2344
2345 2004-06-11 [christoph]  0.9.11cvs10
2346
2347         * src/plugins/spamassassin/spamassassin.c
2348                 correctly check waitpid return code
2349
2350         (Closes Bug 396 Zombie process when spamassassin is called)
2351
2352 2004-06-10 [christoph]  0.9.11cvs9
2353
2354         * src/mainwindow.c
2355         * src/summaryview.[ch]
2356         * src/gtk/Makefile.am
2357         * src/gtk/quicksearch.c                         ** NEW **
2358                 separate quick search from summaryview
2359
2360 2004-06-09 [christoph]  0.9.11cvs8
2361
2362         * src/inc.c
2363                 remove unused code
2364
2365         * src/textview.c
2366                 get folder for compose default account from MsgInfo and not
2367                 from SummaryView
2368
2369 2004-06-09 [christoph]  0.9.11cvs7
2370
2371         * src/folder.[ch]
2372                 add information about added or removed messages to
2373                 FOLDER_ITEM_UPDATE hook
2374
2375         * src/imap_gtk.c
2376         * src/mh_gtk.c
2377                 scan folder when removing a folder failed instead of
2378                 updating the summaryview
2379
2380 2004-06-08 [paul]       0.9.11cvs6
2381
2382         * sync with main 0.9.11cvs2
2383                 see ChangeLog 2004-06-08
2384
2385 2004-06-07 [christoph]  0.9.11cvs5
2386
2387         * configure.ac
2388         * src/common/Makefile.am
2389                 detect library providing 'encrypt' function
2390
2391 2004-06-07 [paul]       0.9.11cvs4
2392
2393         * src/inc.c
2394                 sync with main, 'code cleanup'
2395                 
2396         * tools/nautilus2sylpheed.sh
2397                 fix whitespace limitation. patch submitted by
2398                 Stephan Sachse <white@teg-clan.de>
2399
2400 2004-06-04 [christoph]  0.9.11cvs3
2401
2402         * src/account.c
2403         * src/action.[ch]
2404         * src/addressbook.c
2405         * src/addrindex.h
2406         * src/folder.h
2407         * src/folder_item_prefs.c
2408         * src/inc.c
2409         * src/main.c
2410         * src/messageview.c
2411         * src/mh_gtk.c
2412         * src/prefs_themes.c
2413         * src/procmime.c
2414         * src/quote_fmt.h
2415         * src/stock_pixmap.c
2416         * src/toolbar.c
2417                 fix compiler warnings
2418
2419 2004-06-03 [paul]       0.9.11cvs2
2420
2421         * src/msgcache.c
2422                 sync with main 0.9.11cvs1: "changed gint32 to
2423                 guint32 for some platforms"
2424
2425 2004-06-02 [christoph]  0.9.11cvs1
2426
2427         * src/common/ssl.c
2428                 fix SSL_CTX variable name for older OpenSSL versions
2429
2430         (Closes Bug 503 fix compilation with older OpenSSL)
2431
2432 2004-05-31 [paul]       0.9.11claws
2433
2434         * 0.9.11claws released
2435
2436 2004-05-31 [paul]       0.9.10claws72
2437
2438         * po/es.po
2439           po/it.po
2440           po/ja.po
2441           po/pl.po
2442           po/sk.po
2443           po/sr.po
2444           po/zh_CN.po
2445                 update translations, submitted by Ricardo Mones Lastra,
2446                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2447                 Urke MMI, and Hansom Young
2448
2449 2004-05-25 [luke]       0.9.10claws71
2450
2451         * AUTHORS
2452         * src/mimeview.c
2453         * src/stockpixmap.[ch]
2454         * src/Makefile.am
2455         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2456         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2457         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2458         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2459         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2460
2461                 o Added privacy emblems from Jesper Shultz 
2462                   <jesper@schultz-net.dk>
2463                 o Overlay emblems onto mimeview icons to indicate
2464                   status of signature and if a message is encrypted
2465         
2466         * src/textview.c
2467                 remove unused color definitions (were used to 
2468                 indicate sig status)
2469
2470 2004-05-25 [paul]       0.9.10claws70
2471
2472         * AUTHORS
2473           tools/Makefile.am
2474           tools/README
2475           tools/nautilus2sylpheed.sh            ** NEW FILE **
2476                 add script to enable sending files from
2477                 nautilus.
2478                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2479                 
2480         * tools/launch_firebird                 ** REMOVED **
2481                 removed as the standard "firefox '%s'" now functions
2482                 correctly
2483
2484 2004-05-23 [paul]       0.9.10claws69
2485
2486         * src/compose.c
2487                 fix %X cursor point segfault
2488                 patch by Christoph
2489
2490 2004-05-23 [christoph]  0.9.10claws68
2491
2492         * src/folder.c
2493                 fix folder moving
2494
2495 2004-05-21 [paul]       0.9.10claws67
2496
2497         * sync with 0.9.10cvs17
2498                 see ChangeLog 2004-05-21
2499
2500 2004-05-20 [paul]       0.9.10claws66
2501
2502         * sync with 0.9.10cvs16
2503                 see ChangeLog 2004-05-19 and 2004-05-20
2504
2505 2004-05-19 [alfons]     0.9.10claws65
2506
2507         * src/summaryview.h
2508                 on some platforms regoff_t is defined as off_t, so 
2509                 pull in sys/types.h
2510
2511 2004-05-19 [paul]       0.9.10claws64
2512
2513         * sync with 0.9.10cvs13
2514                 see ChangeLog 2004-05-18
2515
2516 2004-05-17 [christoph]  0.9.10claws63
2517
2518         * src/folder.c
2519                 search all folders when searching for default folders and
2520                 not return the special folder of the first folder
2521
2522 2004-05-13 [alfons]     0.9.10claws62
2523
2524         * src/summaryview.c
2525                 add a better check to see if a message is a news message
2526                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2527
2528 2004-05-13 [paul]       0.9.10claws61
2529
2530         * src/msgcache.c
2531                 sync with 0.9.10cvs12
2532                 see ChangeLog 2004-05-12
2533
2534 2004-05-12 [alfons]     0.9.10claws60
2535
2536         * src/folderview.c
2537                 release lock in case of folder could not be opened 
2538
2539 2004-05-11 [christoph]  0.9.10claws59
2540
2541         * src/inc.[ch]
2542                 remove unused folderview update stuff from inc.[ch]
2543
2544 2004-05-11 [paul]       0.9.10claws58
2545
2546         * sync with 0.9.10cvs11
2547                 see ChangeLog 2004-05-10 and 2004-05-11
2548
2549 2004-05-09 [christoph]  0.9.10claws57
2550
2551         * src/folderview.c
2552                 check for folder class functions and not folder type to detect
2553                 valid drag targets
2554
2555 2004-05-08 [christoph]  0.9.10claws56
2556
2557         * src/sgpgme.c
2558                 fix date output for signature expire times
2559
2560         (Patch by Edgar Toernig <froese@gmx.de>)
2561
2562 2004-05-06 [christoph]  0.9.10claws55
2563
2564         * src/gtk/prefswindow.c
2565                 change window type to DIALOG
2566
2567         * src/folder.[ch]
2568         * src/folderview.c
2569         * src/news_gtk.c
2570                 o add folder_remove()
2571                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2572                 o add new "sort" field to Folder, no longer sort folders by type
2573                   higher sort values will be first in the folder list, new folders get 0
2574                   and will be added to the end
2575
2576         * src/mainwindow.c
2577         * src/gtk/Makefile.am
2578         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2579                 add dialog to allow users to change the folder order
2580
2581 2004-05-04 [paul]       0.9.10claws54
2582
2583         * src/inc.c
2584                 Display account_name in statusbar when retrieving
2585                 messages from a pop account
2586         * src/prefs_account.c
2587                 display account name in title of prefs_account
2588                 window
2589         * src/prefs_folder_item.c
2590                 display folder name in title of prefs_folder window
2591
2592         all 3 patches submitted by Fabien Vantard
2593
2594         * AUTHORS
2595                 add Fabien Vantard
2596
2597 2004-05-04 [paul]       0.9.10claws53
2598
2599         * src/prefs_actions.c
2600           src/prefs_template.c
2601                 'Esc' Key exits alertpanel
2602                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2603
2604 2004-04-26 [christoph]  0.9.10claws52
2605
2606         * src/gtk/about.c
2607         * src/gtk/colorsel.c
2608         * src/gtk/description_window.c
2609         * src/gtk/filesel.c
2610         * src/gtk/gtkaspell.c
2611         * src/gtk/inputdialog.c
2612         * src/gtk/pluginwindow.c
2613         * src/gtk/progressdialog.c
2614                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2615                   it does not work correctly with xinerama
2616                 o lock incorporation while the plugin window is open
2617
2618 2004-04-23 [paul]       0.9.10claws51
2619
2620         * po/POTFILES.in
2621                 update location of inputdialog.c
2622                 
2623         * src/gtk/about.c
2624                 update Copyright string
2625                 
2626         * src/msgcache.c
2627           src/prefs_common.c
2628           src/prefs_themes.c
2629                 improve the english a little
2630
2631 2004-04-22 [christoph]  0.9.10claws50
2632
2633         * src/folderutils.[ch]
2634                 add folderutils_mark_all_read()
2635
2636         * src/folderview.c
2637                 readd "mark all read" from popup menu, now works
2638                 in all folders and not only the opened folder
2639
2640 2004-04-21 [christoph]  0.9.10claws49
2641
2642         * src/Makefile.am
2643         * src/inputdialog.[ch]                  ** REMOVED **
2644         * src/gtk/Makefile.am
2645         * src/gtk/inputdialog.[ch]              ** NEW **
2646                 move inputdialog.[ch] into gtk directory
2647
2648         * src/mh_gtk.c
2649                 remove check for missing IMAP folder account
2650
2651 2004-04-20 [christoph]  0.9.10claws48
2652
2653         * src/mainwindow.c
2654         * src/foldersel.c
2655                 remove new/rename/delete folder GUI functions because
2656                 they are always active, even for news folders, and can
2657                 not be easily made folder class dependent
2658
2659         * src/gtk/menu.[ch]
2660                 make menu_translate() public
2661
2662         * src/Makefile.am
2663         * src/folder.[ch]
2664         * src/folderview.[ch]
2665         * src/imap_gtk.[ch]                     ** NEW **
2666         * src/main.c
2667         * src/mh_gtk.[ch]                       ** NEW **
2668         * src/news_gtk.[ch]                     ** NEW **
2669                 o dynamically build FolderView popup menus from a folder
2670                   specific part, with callbacks to seperated code, and
2671                   a common part
2672                 o remove the folder class specifiy code from folderview.c
2673
2674 2004-04-15 [luke]       0.9.10claws47
2675
2676         * src/prefs_folder_item.c
2677                 o remove buttons for applying 'scan for new mail'
2678                   and 'process at startup' to sub folders
2679                 o add 'apply to sub folder' check buttons for all
2680                   properties and set folder prefs accordingly
2681                 o replace multiple gtk_widget_show() with one
2682                   gtk_widget_show_all() on container
2683
2684 2004-04-14 [darko]      0.9.10claws46
2685
2686         * src/gtk/Makefile.am
2687         * src/gtk/pluginwindow.c
2688                 load plugins from to $(prefix)/lib/sylpheed/plugins
2689                 in file selection dialog
2690         * src/plugins/clamav/clamav_plugin.c
2691                 const correctness
2692
2693 2004-04-14 [christoph]  0.9.10claws45
2694
2695         * src/folder.c
2696         * src/plugins/image_viewer/viewer.c
2697                 fix g_warnings
2698
2699 2004-04-10 [alfons]     0.9.10claws44
2700         
2701         * src/compose.c
2702                 appropriate auto account selection when forwarding
2703                 (fixes bug #476, "forward as attachment does not listen
2704                 to account rules")
2705
2706 2004-04-09 [alfons]     0.9.10claws43
2707
2708         * src/summaryview.c
2709                 make quick search combo matching case sensitive
2710
2711 2004-04-06 [alfons]     0.9.10claws42
2712
2713         * src/addr_compl.c
2714                 use cursor position to prevent clearing the entire entry
2715
2716 2004-04-06 [alfons]     0.9.10claws41
2717
2718         * src/folderview.c
2719                 fix bug #472, "filter not updated when renaming folder" 
2720
2721 2004-04-06 [alfons]     0.9.10claws40
2722
2723         * src/messageview.[ch]
2724           src/summaryview.c
2725                 reflect changes to Show all headers to main view
2726                 and message view (only affects detached message
2727                 view). see also bug #473, 'Show All Headers 
2728                 "problem"'.
2729
2730 2004-04-03 [alfons]     0.9.10claws39
2731
2732         * src/matcher.c
2733                 free address list
2734
2735 2004-04-03 [alfons]     0.9.10claws38
2736
2737         * src/matcher_parser_parse.y
2738           src/matcher.[ch]
2739                 prepare address look up matcher type; marginally
2740                 tested, and not hooked into the UI yet.
2741
2742                 basically it accepts the result of the left hand
2743                 side of the matcher (the "criteria"):
2744
2745                         from all_in_addressbook ""
2746                         ~to_or_cc any_in_addressbook ""
2747                 
2748                 the first case matches all addresses found in the
2749                 from header, and the second case matches if any
2750                 (at least one) of the addresses in to or cc headers 
2751                 are not in the address book.
2752
2753                 the string argument is not used yet, but is intended
2754                 to match a group of addresses 
2755
2756 2004-04-02 [luke]       0.9.10claws37
2757
2758         * src/prefs_folder_item.c
2759                 Add two buttons to apply 'scan for new mail'
2760                 and 'process at startup' to sub folders
2761
2762 2004-04-02 [luke]
2763         * tools/textviewer.sh
2764                 better filename extension matching plus some support for
2765                 MS Excel, MS Powerpoint and HTML
2766
2767 2004-03-29 [christoph]  0.9.10claws36
2768
2769         * src/folder.h
2770         * src/folderutils.[ch]
2771         * src/mainwindow.c
2772                 add delete duplicates for all folders
2773
2774 2004-03-29 [alfons]     0.9.10claws35
2775
2776         * src/folder.c
2777                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2778                 when selecting top-level folder node (thanks to 
2779                 Alex S. Moore)
2780
2781 2004-03-28 [keith]      0.9.10claws34
2782
2783         * src/textview.c
2784                 prepend "http://" to URIs of the form "www.example.com"
2785
2786 2004-03-28 [paul]       0.9.10claws33
2787
2788         * src/common/nntp.c
2789           src/common/smtp.c
2790           src/folder.c
2791           src/imap.c
2792           src/inc.c
2793           src/news.c
2794           src/pop.c
2795                 revise 'translatable string' policy:
2796                 don't translate debug_print() or log_print(),
2797                 translate log_message() and log_warning()
2798         
2799         * po/zh_CN.po
2800                 update submitted by Hansom Young
2801
2802 2004-03-25 [alfons]     0.9.10claws32
2803
2804         * src/prefs_common.c
2805                 I mean this one: Return the GList...
2806
2807 2004-03-25 [alfons]     0.9.10claws31
2808
2809         * src/prefs_common.h
2810                 add new members at the end of prefs_common, so
2811                 they get properly initialized
2812
2813 2004-03-24 [christoph]  0.9.10claws30
2814
2815         * src/imap.c
2816                 o NULL is a valid GSList
2817
2818 2004-03-24 [alfons]     0.9.10claws29
2819
2820         * src/prefs_common.[ch]
2821           src/summaryview.c
2822           src/common/defs.h
2823                 add history to quick search (patch submitted by 
2824                 Ivan Francolin Martinez - thanks!)
2825
2826 2004-03-24 [alfons]     0.9.10claws28
2827
2828         * src/imap.c
2829                 NULL output pointer parameter
2830
2831 2004-03-21 [alfons]     0.9.10claws27
2832
2833         * src/addrindex.[ch]
2834           src/addr_compl.c
2835                 complete addresses on nicks and aliases
2836
2837 2004-03-21 [alfons]     0.9.10claws26
2838
2839         * src/import.c
2840           src/inc.c
2841           src/mbox.[ch]
2842                 disable filters on import mbox (patch submitted
2843                 by Edgar Toernig)
2844
2845 2004-03-21 [darko]      0.9.10claws25
2846
2847         * src/addr_compl.c
2848                 select the address when only one match is found while
2849                 doing address completion with tab key (feature
2850                 request #914720)
2851
2852 2004-03-21 [alfons]     0.9.10claws24
2853
2854         * src/messageview.c
2855           src/toolbar.c
2856                 don't `navigate-delete` when a summary view's selection does not 
2857                 match the accompanying message view's message
2858
2859 2004-03-20 [alfons]     0.9.10claws23
2860
2861         * src/summaryview.c
2862                 hide ext search button on initial display (should fix bug #459,
2863                 "Toggling quick-search at 1st time: minor UI inconsistency")
2864
2865 2004-03-20 [alfons]     0.9.10claws22
2866
2867         * src/summaryview.[ch]
2868                 add function to get selected msginfo, if there's
2869                 only one selected
2870
2871 2004-03-20 [paul]       0.9.10claws21
2872
2873         * sync with 0.9.10cvs7
2874                 see ChangeLog 2004-03-19
2875
2876 2004-03-19 [paul]       0.9.10claws20
2877
2878         * src/common/nntp.c
2879           src/common/smtp.c
2880           src/common/ssl.c
2881           src/folder.c
2882           src/imap.c
2883           src/inc.c
2884           src/news.c
2885           src/pop.c
2886                 don't translate strings in debug_print(), log_print(),
2887                 log_message(),  and log_warning()
2888
2889 2004-03-19 [alfons]     0.9.10claws19
2890
2891         better next/previous/delete/focus navigation with separate 
2892         message view 
2893         
2894         * src/toolbar.c
2895                 call summaryview_delete() instead of messageview_delete()
2896         * src/messageview.c
2897                 disable messageview_delete()
2898
2899 2004-03-18 [paul]       0.9.10claws18
2900
2901         * sync with 0.9.10cvs6
2902                 see ChangeLog 2004-03-16
2903
2904 2004-03-17 [alfons]     0.9.10claws17
2905
2906         * src/gtk/filesel.c
2907                 remove bogus semicolon after if() (sometimes it pays to
2908                 read LKML :)
2909
2910 2004-03-15 [darko]      0.9.10claws16
2911
2912         * src/gtk/filesel.c
2913                 support full path in place of a filename
2914         * src/mimeview.c
2915                 store directory attachments were saved to and
2916                 use it when saving attachments
2917         * src/prefs_common.[hc]
2918                 store directory attachments were last saved to
2919
2920 2004-03-15 [paul]       0.9.10claws15
2921
2922         * src/folderview.c
2923                 fix bug where unsubscribing a newsgroup would destroy
2924                 (most of the) filtering rules
2925
2926 2004-03-15 [paul]       0.9.10claws14
2927
2928         * src/folderview.c
2929                 fix Bug 458, 'Folder View remaining empty after 
2930                 removing a NEWS account' (was also true of IMAP
2931                 accounts)
2932
2933 2004-03-15 [paul]       0.9.10claws13
2934
2935         * src/folderview.c
2936                 fix folderview invisibility of newly subscribed
2937                 newsgroups
2938
2939 2004-03-13 [paul]       0.9.10claws12
2940
2941         * src/compose.c
2942           src/plugins/dillo_viewer/dillo_prefs.c
2943           src/plugins/image_viewer/viewerprefs.c
2944                 gettextise some forgotten parts
2945
2946 2004-03-13 [alfons]     0.9.10claws11
2947
2948         * src/imap.c
2949                 make sure the correct type is passed to sscanf()
2950
2951 2004-03-13 [paul]       0.9.10claws10
2952
2953         * sync with 0.9.10cvs5
2954                 see ChangeLog 2004-03-02 and 2004-03-12, 
2955                 specifically:
2956                 'always move messages by default when using DnD (except 
2957                 for News folder). Copy messages if Ctrl-key is pressed.'
2958                 and 'added a function to filter selected messages'
2959
2960 2004-03-12 [christoph]  0.9.10claws9
2961
2962         * src/codeconv.c
2963                 add parameter check to conv_unmime_header_overwrite()
2964
2965         * src/imap.c
2966                 o fix spelling
2967                 o fix removing of NEW flag when UNREAD is unset
2968
2969         * src/procmime.c
2970                 decode MIME-headers
2971
2972         (Closes 437 i18n attachment display error.)
2973
2974 2004-03-12 [paul]       0.9.10claws8
2975
2976         * po/it.po
2977                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2978                 
2979         * tools/Makefile.am
2980                 add 'textviewer.sh'
2981
2982 2004-03-12 [alfons]     0.9.10claws7
2983
2984         * src/imap.c
2985                 o quiet compiler and typecast Folder * to IMAP Folder *
2986                 o wake up and fix my previous incompatible type assignment bug
2987
2988 2004-03-12 [alfons]     0.9.10claws6
2989
2990         * src/imap.c
2991                 don't mix up pointers to int, guint32 _and_ 
2992                 unsigned int 
2993
2994 2004-03-12 [christoph]  0.9.10claws5
2995
2996         * src/folderview.c
2997                 Add error requester when renaming a folder failed
2998
2999         * src/imap.c
3000                 Check new FolderItem name for namespace seperator
3001                 before renaming
3002
3003         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3004
3005 2004-03-11 [christoph]  0.9.10claws4
3006
3007         * src/folder.[ch]
3008         * src/imap.c
3009         * src/procmsg.h
3010                 syncronize flags in cache with IMAP folder flags
3011
3012         Adapted a patch submitted by Simon 'corecode' Schubert
3013         <corecode@corecode.ath.cx> 
3014
3015
3016 2004-03-11 [alfons]     0.9.10claws3
3017
3018         * src/textview.[ch]
3019                 remove dead code that at one time controlled display of
3020                 URIs in status bar
3021
3022 2004-03-10 [paul]       0.9.10claws2
3023
3024         * po/it.po
3025                 updated by Lupino <lupin85@email.it>
3026
3027 2004-03-09 [alfons]     0.9.10claws1
3028
3029         * src/matcher.c
3030                 we're not using yywrap, but we may, so close yyin instead
3031                 of initial FILE *
3032
3033 2004-03-08 [paul]       0.9.10claws
3034
3035         * 0.9.10claws released
3036
3037 2004-03-08 [paul]       0.9.9claws41
3038
3039         * po/es.po
3040           po/ja.po
3041           po/ru.po
3042           po/sk.po
3043           po/sr.po
3044           po/zh_CN.po
3045                 update translations. submitted by Ricardo Mones Lastra,
3046                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3047                 Hansom Young
3048
3049 2004-03-06 [paul]       0.9.9claws40
3050
3051         * src/stock_pixmap.c
3052                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3053                 patch submitted by Pawel Pekala
3054
3055 2004-03-06 [alfons]             0.9.9claws39
3056
3057         * src/addrindex.c
3058                 allow nick name completion again 
3059
3060 2004-03-02 [match]              0.9.9claws38
3061
3062         * configure.ac
3063                 added definition of USE_LDAP_TLS to support TLS.
3064         * src/ldapctrl.[ch]
3065         * src/ldapquery.c
3066         * src/ldapserver.[ch]
3067         * src/addressbook.c
3068         * src/addrindex.c
3069         * src/editldap.c
3070                 included LDAP TLS support.
3071
3072 2004-03-02 [christoph]          0.9.9claws37
3073
3074         * src/folder.[ch]
3075                 o add more documentation for FolderClass
3076                 o remove usused FolderClass virtual functions
3077
3078         * src/imap.c
3079         * src/mh.c
3080         * src/news.c
3081                 change creation of FolderClass because static initializations
3082                 for structs suck in C89
3083
3084 2004-03-01 [paul]
3085
3086         * sync with 0.9.10
3087
3088 2004-02-28 [keith]      0.9.9claws36
3089
3090         * src/common/utils.c
3091                 Fix treatment of whitespace in quicksearch bar (leading
3092                 spaces and >1 space between commands and parameters).
3093
3094 2004-02-27 [alfons]     0.9.9claws35
3095
3096         * src/compose.[ch]
3097                 Explicitly remove draft timeout to fix nasty race between 
3098                 compose_send_cb() (which destroys the compose window) and 
3099                 compose_defer_auto_save_draft() (which expects compose 
3100                 window to exist). Should fix Keith's and Fred Marton's
3101                 bug report (#128, "crash after complaining about character
3102                 set conversion")
3103
3104 2004-02-27 [luke]       0.9.9claws34
3105         
3106         * src/folder.c
3107                 Do folder_item_apply_processing() even if no processing
3108                 rules for the folder exist (so global processing is applied)
3109
3110 2004-02-26 [thorsten]   0.9.9claws33
3111
3112         * src/mimeview.c
3113                 Remove misleading static declaration
3114
3115 2004-02-26 [alfons]     0.9.9claws32
3116
3117         * src/procmime.[ch]
3118           src/compose.c
3119           src/mimeview.c
3120           src/textview.c
3121                 use/add procmime_get_content_type_str() as a safe wrapper
3122                 for returning a Content-Type type string; should fix 
3123                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3124                  - attachments."
3125
3126 2004-02-26 [thorsten]   0.9.9claws31
3127
3128         * src/mimeview.c
3129                 Restructure save_as/save_all
3130
3131 2004-02-26 [alfons]     0.9.9claws30
3132
3133         * src/procmime.c
3134                 clean up (2)
3135
3136 2004-02-26 [alfons]     0.9.9claws29
3137
3138         * src/procmime.c
3139                 clean up (1)
3140
3141 2004-02-24 [luke]
3142
3143         * tools/textviewer.sh
3144                 tweaks from Johann Koenig, recognition of shell
3145                 scripts in particular
3146
3147 2004-02-24 [paul]       0.9.9claws28
3148
3149         * sync with 0.9.9cvs13
3150                 see ChangeLog 2004-02-24
3151
3152 2004-02-23 [paul]       0.9.9claws27
3153
3154         * src/inc.c
3155                 one alertpanel on pop3 authentication error will suffice
3156                 
3157         * src/prefs_fonts.c
3158                 remove unnecessary printf
3159
3160 2004-02-22 [alfons]     0.9.9claws26
3161
3162         * src/messageview.c
3163                 put back a lost check
3164
3165 2004-02-21 [alfons]     0.9.9claws25
3166
3167         * src/folderview.c
3168                 don't forget to save folder properties after renaming folder
3169
3170 2004-02-20 [paul]       0.9.9.claws24
3171
3172         * src/addressbook.c
3173                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3174                 
3175         * src/inc.c
3176                 complete sync with 0.9.9cvs9's 'update folderview
3177                 progressively'
3178                 
3179         * configure.ac
3180                 require gettext >= 0.12.1
3181
3182 2004-02-17 [match]      0.9.9claws23
3183
3184         * src/compose.c
3185                 keep the peace - change style.
3186
3187 2004-02-17 [alfons]     0.9.9claws22
3188
3189         * src/filtering.c
3190                 make MATCHACTION_STOP cancel filtering / processing;
3191                 clean up and document it to make it a little bit more clear;
3192
3193 2004-02-17 [alfons]     0.9.9claws21
3194
3195         %X marks the cursor spot for reply quote format
3196
3197         * src/quote_fmt_lex.l 
3198           src/quote_fmt.c
3199                 add %X token
3200                 
3201         * src/quote_fmt.h
3202           src/quote_fmt_parse.y
3203                 handle %X token
3204                 
3205         * src/compose.c
3206                 handle %X token for replies only (for now)
3207
3208 2004-02-17 [paul]       0.9.9claws20
3209
3210         * po/sk.po
3211                 updated by Andrej Kacian
3212                 
3213         * src/news.c
3214                 remove unneeded include
3215                 
3216         * src/prefs_fonts.c
3217                 be a little more user-friendly with the labels
3218                 
3219         * configure.ac
3220                 a change forgotten in the last commit: 
3221                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3222
3223 2004-02-17 [paul]       0.9.9claws19
3224
3225         * ac/*                          ** REMOVED **
3226           ac/                           ** REMOVED **
3227           intl/Makefile.in              ** REMOVED **
3228           m4/                           ** NEW **
3229           m4/missing                    ** NEW **
3230           m4/missing/gdk-pixbuf.m4      ** NEW **
3231           m4/missing/gettext.m4         ** NEW **
3232           m4/missing/gpgme.m4           ** NEW **
3233           m4/missing/imlib.m4           ** NEW **
3234           m4/.cvsignore                 ** NEW **
3235           m4/Makefile.am                ** NEW **
3236           m4/README                     ** NEW **
3237           m4/aclocal-include.m4         ** NEW **
3238           m4/aspell.m4                  ** NEW **
3239           m4/check-type.m4              ** NEW **
3240           m4/gnupg-check-typedef.m4     ** NEW **
3241           m4/openssl.m4                 ** NEW **
3242           m4/spamassassin.m4            ** NEW **
3243           po/ChangeLog                  ** REMOVED **
3244           po/Makefile.in.in             ** REMOVED **
3245           po/Rules-quot                 ** REMOVED **
3246           po/boldquot.sed               ** REMOVED **
3247           po/en@boldquot.header         ** REMOVED **
3248           po/en@quot.header             ** REMOVED **
3249           po/insert-header.sin          ** REMOVED **
3250           po/quot.sed                   ** REMOVED **
3251           po/remove-potcdate.sed        ** REMOVED **
3252           po/remove-potcdate.sin        ** REMOVED **
3253           po/stamp-po                   ** REMOVED **
3254           Makefile.am
3255           autogen.sh
3256           configure.ac
3257                 enable building with automake 1.8.x
3258                 add 'autopoint' to autogen.sh and remove all
3259                 auto-generated files, remove ac/ in favour of
3260                 m4/
3261
3262 2004-02-17 [alfons]     0.9.9claws18
3263         
3264         * src/summaryview.c
3265                 MSG_IS_NEWS() is not stored at all, and is bogus
3266
3267 2004-02-17 [martin]     0.9.9claws17
3268
3269         * src/prefs_themes.c
3270                 fix crash when installing wrong theme and output an
3271                 error message
3272
3273 2004-02-16 [christoph]  0.9.9claws16
3274
3275         * src/compose.c
3276         * src/stock_pixmap.[ch]
3277         * src/toolbar.[ch]
3278         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3279                 add "Wrap current paragraph" to compose toolbar
3280
3281 2004-02-15 [alfons]     0.9.9claws15
3282
3283         * src/folderview.c
3284                 refine previous commit to make sure other hook functions
3285                 get their grab of the pie too
3286
3287 2004-02-15 [alfons]     0.9.9claws14
3288
3289         * src/folderview.c
3290                 fix sync breakage so we don't pass invalid pointer types
3291
3292 2004-02-15 [match]      0.9.9claws13
3293
3294         * src/ldapquery.[ch]
3295         * src/ldapserver.h
3296         * src/addrindex.[ch]
3297                 tweak threading calls.
3298         * src/addr_compl.[ch]
3299                 add alias into completion list.
3300         * src/addressbook.c
3301                 fix ldap browse.
3302                 improve context menu behavior.
3303                 change menu sequence.
3304                 add send mail from addressbook.
3305         * src/addrselect.[ch]
3306         * src/compose.[ch]
3307                 add send mail from addressbook.
3308
3309 2004-02-15 [christoph]  0.9.9claws12
3310
3311         * src/folderutils.c
3312                 skip deleting when duplist is empty
3313
3314         * src/folderview.[ch]
3315         * src/mainwindow.c
3316         * src/summaryview.[ch]
3317                 call folderutils_delete_duplicates() from mainwindow code
3318
3319 2004-02-15 [alfons]     0.9.9claws11
3320         
3321         * src/common/utils.c
3322                 add prefix for italian ms o(e) 
3323
3324 2004-02-14 [paul]       0.9.9claws10
3325
3326         * src/foldersel.c
3327                 fix updating of the folder view when creating a
3328                 new folder
3329
3330 2004-02-13 [paul]       0.9.9claws9
3331
3332         * src/plugins/clamav/clamav_plugin.c
3333                 remove GUI code
3334
3335 2004-02-13 [paul]       0.9.9claws8
3336
3337         * sync with 0.9.9cvs9
3338                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3339
3340 2004-02-13 [alfons]     0.9.9claws7
3341
3342         * src/common/utils.c
3343                 fix wrong type of argument for ctype functions (pass unsigned
3344                 char instead of signed char)
3345
3346 2004-02-12 [alfons]     0.9.9claws6
3347
3348         * src/compose.[ch]
3349                 don't select text in header entry when composing to a 
3350                 default address, but rather give the header entry a
3351                 different color / style (same as the folder new color)
3352
3353 2004-02-12 [alfons]     0.9.9claws5
3354
3355         * src/plugins/clamav/clamav_plugin.c
3356                 don't exit(2) on libclamav init error - show a warning.
3357                 (tested by damaging a clamav database file.)
3358
3359 2004-02-12 [paul]       0.9.9claws4
3360
3361         * sync with 0.9.9cvs4
3362                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3363
3364 2004-02-11 [luke]       0.9.9claws3
3365
3366         * src/mimeview.c
3367                 remove redundant check introduced in 0.9.9claws1
3368
3369 2004-02-11 [luke]       0.9.9claws2
3370
3371         * src/mimeview.c
3372                 fix compilation of my previous commit without gpg enabled
3373
3374 2004-02-10 [luke]       0.9.9claws1
3375
3376         * src/mimeview.c
3377                 add borders to icons to indicate the privacy status for
3378                 the message part (unknown/bad/good)
3379
3380 2004-02-06 [paul]       0.9.9claws
3381
3382         0.9.9claws released
3383
3384 2004-02-06 [darko]      0.9.8claws64
3385
3386         * src/compose.c
3387                 don't allow Ctrl+Enter while external editor is active
3388
3389 2004-02-06 [paul]       0.9.8claws63
3390
3391         * po/es.po
3392           po/pl.po
3393           po/sk.po
3394           po/sr.po
3395                 update Spanish, Polish, Slovak, and Serbian translations.
3396                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3397                 and Urke MMI
3398
3399 2004-02-04 [alfons]     0.9.8claws62
3400
3401         * src/compose.c
3402                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3403                 don't have clue yet why the cursor pos is at the end of the
3404                 text.)
3405
3406 2004-02-04 [alfons]     0.9.8claws61
3407
3408         * src/compose.c
3409                 always grab focus when one of the header entries is clicked 
3410                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3411
3412 2004-02-02 [paul]
3413
3414         * ac/missing/gdk-pixbuf.m4
3415           ac/missing/gpgme.m4
3416           ac/missing/imlib.m4
3417                 prevent 'underquoted definition' warnings
3418                 patch submitted by David Relson
3419                 
3420         * src/plugins/clamav/README
3421                 update, improve, correct
3422
3423 2004-01-31 [thorsten]   0.9.8claws60
3424
3425         * src/news.c
3426                 'dir' not initialized if group has no messages
3427
3428 2004-01-29 [christoph]  0.9.8claws59
3429
3430         * src/customheader.[ch]
3431                 add custom_header_is_allowed() to check for disallowed header names
3432                 that must not be overridden by custom headers
3433
3434         * src/compose.c
3435                 always write From: header and use custom_header_is_allowed() to
3436                 check if custom header should be written
3437
3438         * src/prefs_customheader.c
3439                 check if custom header is disallowed using custom_header_is_allowed()
3440
3441         * src/folderutils.c
3442                 destroy message id GHashTable before freeing the MsgInfos
3443
3444 2004-01-29 [paul]       0.9.8claws58
3445
3446         * sync with 0.9.9 release
3447                 see ChangeLog 2004-01-29
3448
3449 2004-01-29 [paul]       0.9.8claws57
3450
3451         * sync with 0.9.8cvs11
3452                 see ChangeLog 2004-01-29
3453
3454 2004-01-28 [christoph]  0.9.8claws56
3455
3456         * src/pgpmime.c
3457         * src/sgpgme.[ch]
3458                 return WARN signature status when signature is not trusted
3459
3460         * src/Makefile.am
3461         * src/folder.c
3462         * src/folderutils.[ch]                  ** NEW **
3463         * src/summaryview.c
3464                 implement delete duplicates summaryview independent
3465
3466 2004-01-28 [paul]       0.9.8claws55
3467
3468         * sync with 0.9.8cvs10
3469                 see Changelog 2004-01-27 and 2004-01-28
3470
3471 2004-01-26 [christoph]  0.9.8claws54
3472
3473         * src/imap.c
3474                 create a root node for the Folder if scan fails because root
3475                 folder does not exist
3476
3477 2004-01-26 [paul]       0.9.8claws53
3478
3479         * sync with 0.9.8cvs7
3480                 see ChangeLog 2004-01-23
3481
3482 2004-01-25 [alfons]     0.9.8claws52
3483
3484         * src/compose.c
3485                 remove left-over constant INDENT_CHARS
3486
3487 2004-01-25 [alfons]     0.9.8claws51
3488
3489         * src/procmime.c
3490                 add NULL pointer check for mimeinfo->node in
3491                 procmime_mimeinfo_parent()
3492
3493 2004-01-25 [darko]      0.9.8claws50
3494
3495         * src/compose.c
3496                 make "Wrap all long lines" toolbar button wrap all
3497                 long lines not just the current line
3498                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3499
3500
3501 2004-01-25 [alfons]     0.9.8claws49
3502
3503         * src/procmime.c
3504                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3505                 necessary anyway, because *scanf() functions neglect white
3506                 space in the input. 
3507                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3508
3509 2004-01-25 [paul]       0.9.8claws48
3510
3511         * src/prefs_ext_prog.c
3512                 apply Alfons' patch to check for NULL pointers
3513                 fixes bug #424
3514
3515 2004-01-25 [paul]       0.9.8claws47
3516
3517         * sync with 0.9.8cvs8
3518                 see ChangeLog 2004-01-23
3519
3520 2004-01-25 [thorsten]   0.9.8claws46
3521
3522         * src/messageview.c
3523                 remove orphaned mimeview unref()
3524
3525 2004-01-23 [christoph]  0.9.8claws45
3526
3527         * src/summaryview.c
3528                 set ctree widget style
3529
3530 2004-01-23 [paul]       0.9.8claws44
3531
3532         * sync with 0.9.8cvs5
3533                 see ChangeLog 2004-01-22
3534
3535 2004-01-23 [alfons]     0.9.8claws43
3536
3537         * src/procmsg.c
3538                 remove redundant code in procmsg_get_thread_tree()
3539
3540 2004-01-21 [christoph]  0.9.8claws42
3541
3542         * src/folderview.c
3543                 set ctree widget style, otherwise GTK does not use the
3544                 the correct vertical size for the list items
3545
3546 2004-01-21 [alfons]     0.9.8claws41
3547
3548         * src/summaryview.c
3549                 GDK_Left should only switch to folderview when
3550                 when summaryview hscrollbar is at the leftmost
3551                 position (fixes bug #420, "Focus error")
3552
3553 2004-01-21 [paul]       0.9.8claws40
3554
3555         * sync with 0.9.8cvs4
3556                 see ChangeLog 2004-01-20
3557
3558 2004-01-20 [christoph]  0.9.8claws39
3559
3560         * src/folderview.c
3561                 remove setting sensitivity for no longer existing
3562                 /Scoring... popup entry
3563
3564 2004-01-20 [keith]      0.9.8claws38
3565
3566         * configure.ac
3567                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3568
3569 2004-01-20 [paul]       0.9.8claws37
3570
3571         * src/prefs_fonts.c
3572                 demystify font settings
3573                 
3574         * src/textview.c
3575                 use textview->msgfont for header->body in
3576                 textview_show_header()
3577
3578 2004-01-20 [paul]       0.9.8claws36
3579
3580         * src/compose.c
3581           src/undo.c
3582                 remove superfluous debug_print's
3583                 
3584         * src/inc.c
3585                 clear the statusbar after LOCAL incorporation
3586
3587 2004-01-20 [paul]       0.9.8claws35
3588
3589         * sync with 0.9.8cvs3
3590                 see ChangeLog 2004-01-20
3591
3592 2004-01-19 [keith]      0.9.8claws34
3593
3594         * src/folderview.c
3595                 don't show 'Search folder...' on popup menu
3596                 if folder has no mails in it
3597
3598 2004-01-17 [keith]      0.9.8claws33
3599
3600         * src/compose.c
3601           src/prefs_common.c
3602           src/prefs_common.h
3603                 store position of compose window in prefs
3604
3605 2004-01-17 [thorsten]   0.9.8claws32
3606
3607         * src/gtk/gtkvscrollbutton.c
3608                 ensure scrollbutton resize event on different gtk versions
3609
3610 2004-01-15 [alfons]     0.9.8claws31
3611         
3612         * src/summaryview.c
3613                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3614                 message as read
3615
3616 2004-01-12 [christoph]  0.9.8claws30
3617
3618         * src/procmime.c
3619                 better MIME-Version check
3620
3621 2004-01-11 [alfons]     0.9.8claws29
3622
3623         * src/procmsg.c
3624                 remove unnecessary but still effective check (could possibly
3625                 lead to some unwanted side effects)
3626
3627 2004-01-11 [alfons]     0.9.8claws28
3628
3629         * src/procmsg.c
3630                 we should not prefer lowest message number while threading 
3631                 (introduced in previous commit)
3632
3633 2004-01-11 [alfons]     0.9.8claws27
3634
3635         * src/procmsg.c
3636                 subject threading fixes:
3637                 
3638                         - make message with lowest message number the
3639                           thread parent,
3640                         - refine recording last node when threading. the last node
3641                           should be the previous one if a node has a thread parent,
3642                           or the current node if not
3643                 
3644                 (there's another threading bug fix coming up)
3645
3646 2004-01-10 [paul]       0.9.8claws26
3647
3648         * src/main.c
3649           src/prefs_ext_prog.c
3650           src/plugins/clamav/clamav_plugin_gtk.c
3651                 minor gui fixes
3652
3653 2004-01-09 [christoph]  0.9.8claws25
3654
3655         * src/Makefile.am
3656         * src/string_match.[ch]                 ** REMOVE **
3657         * src/common/Makefile.am
3658         * src/common/string_match.[ch]          ** NEW **
3659                 move string_match.[ch] to common directory
3660
3661 2004-01-09 [christoph]  0.9.8claws24
3662
3663         * src/pgpmime.c
3664                 add MIME-Version header for the message parser
3665
3666 2004-01-09 [paul]       0.9.8claws23
3667
3668         * po/POTFILES.in
3669           src/Makefile.am
3670           src/main.c
3671           src/prefs_common.c
3672           src/prefs_ext_prog.[ch]       ** NEW FILES **
3673                 move External Command options from 'Common Prefs/Other' to
3674                 'Other Prefs/Message View/External Programs', also reveal
3675                 the hidden options for audio player and image viewer.
3676                 
3677         * src/prefs_common.c
3678                 fix toggling of header pane
3679
3680 2004-01-09 [paul]       0.9.8claws22
3681
3682         * src/compose.c
3683                 when changing account also change the save folder
3684
3685         * src/textview.c
3686                 if a text/plain attachment has 'Content-Disposition: attachment'
3687                 don't display it inline
3688
3689 2004-01-08 [christoph]  0.9.8claws21
3690
3691         * src/procmime.c
3692                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3693                 otherwise thread the message content as one text part and
3694                 don't assume charset US-ASCII which is only specified as
3695                 default for MIME-messages
3696
3697 2004-01-08 [paul]       0.9.8claws20
3698
3699         * src/plugins/clamav/clamav_plugin.c
3700           src/plugins/spamassassin/spamassassin.c
3701                 inform the user what is happening via the statusbar
3702
3703 2004-01-06 [paul]       0.9.8claws19
3704
3705         * po/es.po
3706                 update Spanish translation. submitted by Ricardo
3707                 Mones Lastra
3708
3709 2004-01-05 [paul]       0.9.8claws18
3710
3711         * sync with 0.9.8cvs2
3712                 see ChangeLog 2004-01-05
3713
3714 2004-01-03 [luke]       0.9.8claws17
3715
3716         * src/procheader.c
3717                 Clean up:
3718                 o remove unused functions string_getchar() and file_getchar()
3719                 o remove the getchar_ parameter from generic_get_one_field()
3720                 o add an 'unfold' parameter to generic_get_one_field, to
3721                   be used if no HeaderEntry is supplied
3722                 o procheader_get_one_field_asis() uses
3723                   generic_get_one_field().
3724
3725 2004-01-01 [christoph]  0.9.8claws16
3726
3727         * src/common/xml.[ch]
3728                 o add xml_new_tag() to manage usage counts of strings correctly
3729                 o correct xml_copy_tree() function name
3730
3731         * src/folder.c
3732         * src/main.c
3733                 allow registering and unregistering of FolderClasses anytime
3734
3735 2003-12-31 [christoph]  0.9.8claws15
3736
3737         * src/folder.[ch]
3738         * src/common/xml.[ch]
3739                 keep folderlist.xml data for unloaded FolderClasses
3740
3741 2003-12-30 [luke]       0.9.8claws14
3742
3743         * src/procheader.[ch]
3744                 o added procheader_get_one_field_asis() that does not do
3745                   unfolding
3746                 o fix procheader_get_header_array_asis() to use the above,
3747                   fixing ugliness of headers in textview
3748
3749         * src/compose.c
3750                 o don't unfold headers when redirecting.        
3751
3752 2003-12-30 [paul]       0.9.8claws13
3753
3754         * po/POTFILES.in
3755           src/common/defs.h
3756           src/Makefile.am
3757           src/main.c
3758           src/prefs_common.c
3759           src/prefs_themes.[ch] ** NEW FILES **
3760                 redesign and move Icon Theme selector to
3761                 the new prefs window
3762           
3763         * src/stock_pixmap.c
3764                 fix the old bug where icons are not always
3765                 updated when changing themes
3766         
3767         * src/summaryview.c
3768                 fix bug where the icons on the title row
3769                 of the summary view were not updated
3770         
3771         all patches submitted by Ricardo Mones Lastra
3772
3773 2003-12-30 [hoa]        0.9.8claws12
3774
3775         * src/folder.c
3776                 run preglobal and postglobal processing rules
3777                 even if the folder does not have any rules.
3778
3779 2003-12-28 [paul]       0.9.8claws11
3780
3781         * ac/aspell.m4
3782           ac/check-type.m4
3783           ac/gnupg-check-typedef.m4
3784           ac/openssl.m4
3785           ac/spamassassin.m4
3786                 fix 'underquoted definition' warnings, patch submitted by
3787                 David Relson <relson@osagesoftware.com>
3788                 
3789         * src/common/utils.c
3790                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3791                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3792
3793 2003-12-28 [paul]       0.9.8claws10
3794
3795         * sync with 0.9.8cvs1
3796                 see ChangeLog 2003-12-17
3797
3798 2003-12-27 [christoph]  0.9.8claws9
3799
3800         * src/common/utils.[ch]
3801                 add g_node_map() to map a GNode into a new GNode
3802                 converting all node data's with a function
3803
3804         * src/account.c
3805         * src/folder.[ch]
3806         * src/folderview.c
3807         * src/imap.c
3808         * src/mainwindow.c
3809         * src/summaryview.c
3810                 o use g_node_map() to convert XML <-> Folder
3811                 o remove redundant FolderItem->parent and
3812                   replace it with folder_item_parent()
3813
3814 2003-12-23 [christoph]  0.9.8claws8
3815
3816         * src/folder.[ch]
3817         * src/folderview.c
3818         * src/mainwindow.c
3819         * src/procmsg.c
3820                 o use callback for notifications about added and
3821                   destroyed folders
3822                 o rewrite folderlist saving (new functions to create
3823                   folder from XML tree, and XML tree from folder)
3824
3825         * src/common/xml.[ch]
3826                 add function to save XML trees
3827
3828         * src/prefs_filtering.c
3829                 code cleanup
3830
3831 2003-12-22 [christoph]  0.9.8claws7
3832
3833         * src/prefs_account.[ch]
3834                 add "SMTP only" accounts
3835
3836 2003-12-20 [melvin]     0.9.8claws6
3837
3838         * src/action.[ch]
3839                 Changed the interface for action_update_*_menu() so
3840                 action.c does not need to know the paths of the different
3841                 actions menu (mainwindow, message view and compose window). 
3842
3843         * src/compose.c
3844                 Tiny code cleanup to merge spell checker related code
3845                 compose_update_actions_menu(): new function to update
3846                 the actions menu. Use it in compose_create()
3847
3848         * src/compose.h
3849                 compose_update_actions_menu(): new function to update
3850                 the actions menu. Used also in prefs_actions.c.
3851
3852         * src/mainwindow.[ch]
3853                 main_window_update_actions_menu(): new function to update
3854                 the actions menu. Used in main_window_create() and in
3855                 prefs_actions.c
3856
3857         * src/messageview.[ch]
3858                 messageview_update_actions_menu(): new function to update
3859                 the actions menu. Used in messageview_add_toolbar() and in
3860                 prefs_actions.c
3861                 
3862         * src/prefs_actions.c   
3863                 prefs_actions_ok(): fixed to update the actions menu of
3864                 the separate message view and the compose windows.
3865
3866 2003-12-20 [luke]       0.9.8claws5
3867         * src/procheader.c
3868                 fix unfolding/newline stripping for multiline fields
3869                 in generic_get_one_field()
3870
3871 2003-12-19 [christoph]  0.9.8claws4
3872
3873         * src/summaryview.c
3874                 o code cleanup
3875                 o use subject_compare_for_sort() when comparing
3876                   simplified subjects
3877
3878 2003-12-19 [christoph]  0.9.8claws3
3879
3880         * src/msgcache.c
3881                 more syncing with 0.8.9a
3882
3883 2003-12-19 [christoph]  0.9.8claws2
3884
3885         * src/folder.c
3886                 don't write all FolderItem XML attributes for the root node
3887
3888 2003-12-19 [melvin]     0.9.8claws1
3889
3890         * src/messageview.c
3891                 Added missing menu branch (Tools/Create processing/rule)
3892         * po/fr.po
3893                 Updated French translation for the added string.
3894
3895 2003-12-19 [paul]       0.9.8claws
3896
3897         0.9.8claws released
3898
3899 2003-12-19 [paul]       0.9.7claws51
3900
3901         * po/en_GB.po
3902           po/es.po
3903           po/ja.po
3904           po/pl.po
3905           po/sk.po
3906           po/zh_CN.po
3907                 update translations. submitted by me, Ricardo Mones
3908                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3909                 Hansom Young
3910                 
3911         * src/folder_item_prefs.c
3912                 'enable_processing' set to FALSE by default
3913
3914 2003-12-18 [melvin]     0.9.7claws50
3915
3916         * po/fr.po
3917                 Updated French translation
3918
3919 2003-12-17 [christoph]  0.9.7claws49
3920
3921         * src/procheader.c
3922                 revert discarding of whitespace from 0.9.7claws44
3923
3924                 RFC2822 2.2.3: Unfolding is accomplished by simply
3925                 removing any CRLF that is immediately followed by WSP.
3926
3927 2003-12-17 [paul]       0.9.7claws48
3928
3929         * src/folder.c
3930                 fix new message count
3931                 
3932         * configure.ac
3933                 update autotools macros
3934
3935         * sync with 0.9.8a
3936
3937 2003-12-16 [christoph]  0.9.7claws47
3938
3939         * src/folder.c
3940                 fix folder update before adding MsgInfo to cache
3941                 in add_msginfo_to_cache()
3942
3943         * src/procmsg.c
3944                 remove old call to folder_item_update() that is no
3945                 longer required
3946
3947 2003-12-16 [christoph]  0.9.7claws46
3948
3949         * src/main.c
3950                 make sure the shutdown process only runs once
3951
3952 2003-12-16 [hoa]        0.9.7claws45
3953
3954         * src/mainwindow.c
3955         * src/messageview.c
3956         * src/summaryview.[ch]
3957                 Create filter rules using a message is fixed.
3958                 We can now create processing rules using a message.
3959
3960 2003-12-15 [alfons]     0.9.7claws44
3961
3962         * src/procheader.c
3963                 make sure we discard folding white space
3964
3965 2003-12-15 [luke]       0.9.7claws43
3966         * src/textview.c
3967         * src/mimeview.c
3968                 o use "name" parameter if "filename" doesn't exist
3969
3970 2003-12-14 [alfons]     0.9.7claws42
3971
3972         * src/summaryview.c
3973         * src/common/utils.c
3974                 allow quick finding based on the result of passing
3975                 a message to an external command. E.g:
3976
3977                         X "bogofilter < %F" 
3978                 
3979                 gets me all the spam in a folder.
3980
3981 2003-12-14 [luke]       0.9.7claws41
3982
3983         * src/textview.c
3984         * src/mimeview.c
3985                 o use parameter "filename" instead of "name" in a couple of 
3986                   places for correctness
3987
3988         * src/procmime.c
3989         * src/common/utils.[ch]
3990                 o make temporary filename for attachments safe for %p 
3991                   substitutions in actions.
3992
3993 2003-12-13 [christoph]  0.9.7claws40
3994
3995         * src/main.c
3996                 readd exit(0) to clean_quit() because otherwise sylpheed
3997                 does not always terminate
3998
3999         * src/pgpmime.c
4000         * src/privacy.h
4001                 add an identifier-string for PrivacySystems
4002
4003 2003-12-12 [paul]
4004
4005         * doc/man/sylpheed.1
4006                 update the man page
4007
4008 2003-12-12 [paul]       0.9.7claws39
4009
4010         general clean up
4011         
4012         * configure.ac
4013                 correct and clean up './configure --help' info
4014         
4015         * src/plugins/clamav/clamav_plugin.c
4016           src/plugins/spamassassin/spamassassin.c
4017                 correct plugin_desc(), works with LOCAL, IMAP, and
4018                 POP accounts
4019                 
4020         * src/filtering.c
4021           src/matcher.[ch]
4022           src/matcher_parser_parse.y
4023           src/prefs_filtering_action.c
4024                 use 'Change Score' instead of '(In/De)crease score'.
4025                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4026          
4027          * src/mainwindow.c
4028                 hyphenate: 'Pre-processing', 'Post-processing'
4029                 
4030         * src/prefs_account.c
4031                 change 'Generate Message-ID' to 'Generate Message-Id'
4032                 
4033         * src/prefs_folder_item.c
4034                 change 'Processing on startup:' to 'Process at startup'
4035                 change 'Scan for new mail:' to 'Scan for new mail'
4036                 
4037 2003-12-11 [christoph]  0.9.7claws38
4038
4039         * src/crash.c
4040         * src/main.[ch]
4041                 make sure the clean_exit() funtion is not called again by the
4042                 signal handler while it is already running
4043
4044         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4045
4046         * src/summaryview.c
4047                 fix wrong assertion
4048
4049 2003-12-11 [paul]       0.9.7claws37
4050
4051         * src/compose.c
4052                 'anonymise' Message-Id: header string
4053
4054 2003-12-11 [paul]       0.9.7claws36
4055
4056         * src/plugins/clamav/clamav_plugin.c
4057                 fix (don't break) signature count
4058                 use cl_strerror() instead of deprecated cl_perror()
4059         
4060 2003-12-11 [darko]      0.9.7claws35
4061
4062         * src/summaryview.c
4063                 also update the sort arrow (thanks Christoph)
4064
4065 2003-12-11 [darko]      0.9.7claws34
4066
4067         * src/summaryview.c
4068                 allow reverting to default sort mode (no sort)
4069
4070 2003-12-10 [hoa]        0.9.7claws33
4071
4072         * src/matcher.c
4073                 fixed quotation of string for matcher.
4074
4075 2003-12-08 [paul]       0.9.7claws32
4076
4077         * src/imap.c
4078           src/inc.c
4079                 plug memory leaks (patch by Alfons)
4080
4081 2003-12-08 [christoph]  0.9.7claws31
4082
4083         * src/folder_item_prefs.[ch]
4084         * src/folderview.c
4085         * src/prefs_folder_item.c
4086                 add new FolderItem property to exclude folders from new
4087                 mail checks
4088
4089         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4090
4091 2003-12-07 [paul]       0.9.7claws30
4092
4093         * src/plugins/clamav/clamav_plugin.c
4094                 fix signature count
4095
4096 2003-12-07 [thorsten]   0.9.7claws29
4097
4098         * src/filtering.c
4099                 debug_print some warning if destfolder missing
4100         * src/prefs_filtering.c
4101                 uninitialized filter list when deleting a folder
4102
4103 2003-12-06 [paul]       0.9.7claws28
4104
4105         * src/procheader.c
4106                 add Alfons' patch to trim line feeds
4107
4108 2003-12-06 [paul]       0.9.7claws27
4109
4110         * partial sync with 0.9.7cvs8
4111                 leaving claws' online/offline more or less intact
4112                 see ChangeLog 2003-12-04 and 2003-12-06
4113
4114 2003-12-06 [christoph]  0.9.7claws26
4115
4116         * src/messageview.c
4117         * src/privacy.[ch]
4118                 revert pirvacy API changes
4119
4120 2003-12-05 [alfons]     0.9.7claws25
4121
4122         * src/matcher.[ch]
4123                 clean up my old cruft
4124
4125 2003-12-05 [alfons]     0.9.7claws24
4126
4127         * src/matcher.c
4128                 fix comparison buglet ;-) and make `test` matcher
4129                 work again
4130
4131 2003-12-05 [alfons]     0.9.7claws23
4132
4133         * src/prefs_folder_item.c
4134                 K&R 2nd Ed., page 241 (function parameter identifiers
4135                 starting with an underscore are kind of insulting)
4136
4137 2003-12-05 [hoa]        0.9.7claws22
4138
4139         * src/main.c
4140         * src/mainwindow.[ch]
4141         * src/mainwindow.h
4142                 add destructor for mainwindow so that the last 
4143                 MimeInfo opened in messageview is destroyed when
4144                 exiting sylpheed.
4145
4146 2003-12-05 [hoa]        0.9.7claws21
4147
4148         * src/filtering.[ch]
4149         * src/matcher.[ch]
4150         * src/matcher_parser_lex.l
4151         * src/matcher_parser_parse.y
4152         * src/prefs_actions.c
4153         * src/prefs_filtering.c
4154         * src/common/utils.[ch]
4155                 quote arguments before giving them to command line.
4156                 fixed quote of string in matcher/processing/filtering rules.
4157
4158         * src/messageview.c
4159         * src/privacy.[ch]
4160                 allows decryption to return a new whole 
4161                 MIME message structure.
4162
4163 2003-12-04 [hoa]        0.9.7claws20
4164
4165         * src/filtering.[ch]
4166         * src/folder.c
4167         * src/mainwindow.c
4168         * src/matcher.c
4169         * src/matcher_parser_parse.y
4170         * src/folderview.c
4171                 global rules to run before folder specific rules.
4172                 global rules to run after folder specific rules.
4173                 
4174         * src/messageview.c
4175                 fixed quick addition of rules.
4176         
4177         * src/prefs_filtering.[ch]
4178         * src/summaryview.c
4179                 we can now customize the title for the dialog.
4180                 updated case where we rename of delete folders.
4181
4182         * src/addressbook.c
4183                 got back the function addressbook_browse_entry_cb()
4184                 that is needed in case we compiled with LDAP support.
4185
4186 2003-12-04 [paul]       0.9.7claws19
4187
4188         * sync with 0.9.7cvs6
4189                 see ChangeLog 2003-12-04
4190                 fixes bug 171 'Wrong message decoing: koi8-r and 
4191                 iso8859-5 looks same. Can't read many emails.'
4192
4193 2003-12-04 [paul]       0.9.7claws18
4194
4195         * po/POTFILES.in
4196                 remove 'src/prefs_scoring.c'
4197
4198 2003-12-03 [hoa]        0.9.7claws17
4199
4200         * src/Makefile.am
4201                 compilation of scoring.[ch] and prefs_scoring.[ch]
4202                 is removed.
4203         
4204         * src/filtering.[ch]
4205         * src/folder.c
4206         * src/folder_item_prefs.[ch]
4207         * src/folderview.c
4208         * src/main.c
4209         * src/mainwindow.c
4210         * src/matcher.[ch]
4211         * src/matcher_parser.h
4212         * src/matcher_parser_parse.y
4213         * src/prefs_filtering.[ch]
4214         * src/prefs_filtering_action.c
4215         * src/prefs_folder_item.c
4216         * src/prefs_scoring.[ch]              * REMOVED FILES *
4217         * src/procmsg.[ch]
4218         * src/scoring.[ch]                    * REMOVED FILES *
4219         * src/summaryview.c
4220                 merged scoring and filtering.
4221                 
4222                 Note : compatibility is kept by parsing score like 
4223                   add_score. To get the behaviour of older scoring 
4224                   system, you have to define some equivalent rule :
4225                   "score_lower -9999 hide"
4226                   "score_greater 9999 mark"
4227                   
4228                   To define global rules, you have to define them 
4229                   in the new global processing rules.
4230                   The variable that kept the list filtering rules 
4231                   was "global_processing" and has been renamed into 
4232                   "filtering_rules".
4233                   "global_processing" variable is now the name 
4234                   of the variable that keeps the list of global 
4235                   processing rules.
4236                   In the configuration file, "[global]" section is 
4237                   now for the global processing rules (which includes
4238                   score things and new global processing rules).
4239                   New "[filtering]" section is for the filtering rules.
4240                   
4241                   Before running with this version, during testing 
4242                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4243                   Then, you have to make the following changes :
4244                   - leave all scoring rules in "[global]" section.
4245                   - move all other rules of "[global]" section to
4246                       a new section named "[filtering]".
4247
4248 2003-12-03 [christoph]  0.9.7claws16
4249
4250         * src/procmime.c
4251                 use default Content-Type as specified in RFC2045 if
4252                 Content-Type header is syntactically incorrect
4253
4254 2003-12-03 [christoph]  0.9.7claws15
4255
4256         * src/addressbook.c
4257         * src/addrindex.h
4258         * src/addritem.c
4259         * src/expldifdlg.h
4260         * src/exportldif.c
4261         * src/filtering.c
4262         * src/folder.c
4263         * src/folderview.c
4264         * src/jpilot.c
4265         * src/localfolder.c
4266         * src/matcher.h
4267         * src/matcher_parser_lex.l
4268         * src/matcher_parser_parse.y
4269         * src/news.c
4270         * src/prefs_filtering_action.c
4271         * src/prefs_folder_item.c
4272         * src/prefs_fonts.c
4273         * src/procmsg.c
4274         * src/sgpgme.c
4275                 clean up warnings
4276
4277         * src/procmime.c
4278                 revert 0.9.7claws14 change
4279
4280 2003-12-03 [alfons]     0.9.7claws14
4281
4282         * src/procmime.c
4283                 catch invalid Content-Type with no subtype
4284
4285 2003-12-03 [alfons]     0.9.7claws13
4286
4287         * src/alertpanel.h
4288         * src/setup.c
4289         * src/plugins/image_viewer/plugin.c
4290                 compile again, we need stddef.h for size_t
4291
4292 2003-12-03 [paul]       0.9.7claws12
4293
4294         * src/account.c
4295                 don't allow cloning of accounts with remote folders,
4296                 patch submitted by Ricardo Mones Lastra
4297
4298 2003-12-03 [christoph]  0.9.7claws11
4299
4300         * src/folder.[ch]
4301         * src/imap.c
4302         * src/localfolder.[ch]
4303         * src/mh.c
4304         * src/news.c
4305         * src/common/xml.[ch]
4306                 add set_xml() and get_xml() virtual functions to FolderClass to
4307                 save extra information for Folders (for example the rootpath
4308                 only used by LocalFolder). The folderlist write function no
4309                 longer needs to know the folder type to save this extra
4310                 information.
4311
4312 2003-12-02 [christoph]  0.9.7claws10
4313
4314         * src/Makefile.am
4315         * src/account.c
4316         * src/folder.[ch]
4317         * src/folderview.h
4318         * src/imap.c
4319         * src/localfolder.[ch]          ** NEW **
4320         * src/mainwindow.c
4321         * src/mh.[ch]
4322         * src/news.[ch]
4323         * src/prefs_account.[ch]
4324         * src/prefs_filtering.h
4325         * src/procmsg.h
4326         * src/remotefolder.[ch]         ** NEW **
4327         * src/common/xml.[ch]
4328                 add item_set_xml() and item_get_xml() virtual functions to
4329                 FolderClass to give folders the ability to add extra information
4330                 to the saved FolderItem data. If NULL the default function for
4331                 FolderItem will be used.
4332
4333 2003-11-29 [christoph]  0.9.7claws9
4334
4335         * src/procheader.c
4336                 fix bug in unfolding
4337
4338 2003-11-29 [luke]       0.9.7claws8
4339
4340         * src/textview.c
4341                 fix compilation for non c99 compilers
4342
4343 2003-11-29 [christoph]  0.9.7claws7
4344
4345         * src/procmime.[ch]
4346         * src/mimeview.c
4347                 o unknown disposition types should be handled as
4348                   attachment (RFC2183)
4349                 o missing headers should not default to inline
4350                   (would make "Save All" useless when disposition header
4351                    is not set by the sending mailer)
4352                 o remove old MimeInfo data and cleanup
4353
4354 2003-11-29 [luke]       0.9.7claws6
4355
4356         * src/procmime.[ch]
4357                 re-added parsing of Content-Disposition header
4358                         - removes the old  'gchar* content_disposition'
4359                         - adds a new field 'DispositionType disposition'
4360                         - adds parameters to MimeInfo::parameters
4361
4362         * src/mimeview.c
4363                 use the "filename" parameter for saving, and the new
4364                 MimeInfo::disposition for save all.
4365
4366         * src/compose.c
4367         * src/toolbar.[ch]
4368                 add a 'check spelling' button as a possibility for 
4369                 the compose toolbar
4370
4371         * src/stockpixmap.[ch]
4372         * src/pixmaps/check_spelling.xpm        ** NEW **
4373         * src/Makefile.am
4374                 add a pixmap for use with 'check spelling' button or
4375                 a user defined action
4376
4377         * src/textview.c
4378                 re-apply fixed (I hope) patch for bug 57
4379                 "Hidden URL in HTML Mails"
4380
4381 2003-11-28 [christoph]  0.9.7claws5
4382
4383         * src/procmime.c
4384                 o be more liberal in what we accept as Content-Type parameters
4385                 o ignore comments after parameters
4386
4387         * src/sgpgme.c
4388                 o only free passphrase when an error occurs
4389
4390 2003-11-28 [paul]       0.9.7claws4
4391
4392         * src/account.c
4393                 add 'Clone Account' function. patch submitted by
4394                 Ricardo Mones Lastra
4395
4396 2003-11-27 [thorsten]   0.9.7claws3
4397
4398         * src/mimeview.c
4399                 fix crash if 'save_all' failed twice
4400
4401 2003-11-27 [paul]       0.9.7claws2
4402
4403         * po/POTFILES.in
4404                 fix a typo
4405
4406         * po/zh_CN.po
4407                 update Simplified Chinese translation. submitted by
4408                 Hansom Young
4409
4410 2003-11-27 [paul]       0.9.7claws1
4411
4412         * po/POTFILES.in
4413                 clean up
4414
4415 2003-11-26 [paul]       0.9.7claws
4416
4417         * 0.9.7claws released
4418
4419 2003-11-26 [paul]       0.9.6claws99
4420
4421         * src/Makefile.am
4422                 add reference to pixmaps/mime_message.xpm
4423
4424 2003-11-26 [paul]       0.9.6claws98
4425
4426         * po/POTFILES.in
4427                 remove reference to src/sigstatus.c
4428
4429 2003-11-26 [christoph]  0.9.6claws97
4430
4431         * src/Makefile.am
4432         * src/prefs_common.c
4433         * src/rfc2015.c
4434         * src/sigstatus.[ch]            ** REMOVE **
4435                 remove signature result popup option and window
4436
4437 2003-11-26 [paul]       0.9.6claws96
4438
4439         * po/es.po
4440           po/ja.po
4441           po/pl.po
4442           po/sk.po
4443           po/sr.po
4444                 update translations. submitted by Ricardo Mones Lastra,
4445                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4446
4447 2003-11-25 [christoph]  0.9.6claws95
4448
4449         * src/procmime.c
4450                 display mime structure only in debug mode
4451
4452 2003-11-25 [melvin]     0.9.6claws94
4453
4454         * po/fr.po
4455                 Updated French translations + typos fixes of older
4456                 translations (thanks to Fabien Vantard for pointing
4457                 to some of them)
4458
4459 2003-11-25 [melvin]     0.9.6claws93
4460
4461         * src/editldap.c
4462                 Fixed a couple of typos.
4463
4464 2003-11-24 [paul]       0.9.6claws92
4465
4466         * po/POTFILES.in
4467                 add 'src/textview.c'
4468
4469 2003-11-24 [paul]       0.9.6claws91
4470
4471         * src/sgpgme.c
4472                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4473
4474 2003-11-24 [paul]       0.9.6claws90
4475
4476         * src/plugins/image_viewer/viewer.c
4477                 image_viewer_show_mimepart(): 
4478                 use procmime_mimeinfo_get_parameter() to get the file name
4479
4480 2003-11-24 [paul]       0.9.6claws89
4481
4482         * src/textview.c
4483                 textview_show_mime_part(): rewrite text hint
4484
4485 2003-11-22 [paul]       0.9.6claws88
4486
4487         * sync with 0.9.7cvs5
4488                 see ChangeLog 2003-11-21
4489
4490 2003-11-21 [paul]       0.9.6claws87
4491
4492         * src/mimeview.c
4493                 define shortcut key 'o' for 'Open with...'
4494
4495 2003-11-21 [alfons]     0.9.6claws86
4496
4497         * src/messageview.c
4498                 fix bug #383 'Deleting message from "separate message view" 
4499                 uses local Trash folder'
4500
4501 2003-11-21 [christoph]  0.9.6claws85
4502
4503         * src/mimeview.c
4504                 fix content-type guessing by name parameter when finding
4505                 the correct viewer
4506
4507 2003-11-21 [alfons]     0.9.6claws84
4508
4509         * src/main.c
4510                 no mail incorporation allowed with --offline param.
4511                 fixes bug #374, "--offline ignored"
4512
4513 2003-11-20 [christoph]  0.9.6claws83
4514
4515         * src/mimeinfo.c
4516                 use signed MimeInfo when checking the signature and not
4517                 the selected one
4518
4519 2003-11-19 [alfons]     0.9.6claws82
4520
4521         * src/mainwindow.c
4522                 fix crash when toggling separate views, patch submitted
4523                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4524                 fixes bug #342, "separate views  cause crash"
4525
4526 2003-11-19 [paul]       0.9.6claws81
4527
4528         * src/compose.c
4529                 compose_redirect_write_headers_from_headerlist(): 
4530                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4531                 
4532         * src/main.c
4533                 code cleanup (inherited from 0.9.7cvs4)
4534                 
4535         * tools/tb2sylpheed
4536                 bugfix: added missing attribute-list start. submitted by
4537                 Urke MMI
4538
4539 2003-11-19 [luke]       0.9.6claws80
4540
4541         * src/textview.c
4542                 revert my last commit until I get time to fix it
4543
4544 2003-11-18 [christoph]  0.9.6claws79
4545
4546         * src/mimeview.[ch]
4547                 check parent MimeInfos for signatures and display the
4548                 result of the parent when found
4549
4550         * src/pgpmime.c
4551                 o avoid NULL pointer warnings
4552                 o use procmime_mimeinfo_get_parameter()
4553
4554         * src/sgpgme.c
4555                 small text changes
4556
4557 2003-11-17 [luke]       0.9.6claws78
4558
4559         * src/textview.c
4560                 add check for disguised URLs, fixing bug 57
4561                 "Hidden URL in HTML Mails"
4562
4563 2003-11-16 [christoph]  0.9.6claws77
4564
4565         * src/procmime.c
4566                 fix crash when parsing invalid Content-Type header
4567
4568 2003-11-16 [christoph]  0.9.6claws76
4569
4570         * src/pgpmime.c
4571         * src/privacy.c
4572         * src/procmime.c
4573         * src/sgpgme.[ch]
4574                 implement message decrypting
4575
4576         * src/rfc2015.c
4577                 remove old code
4578
4579 2003-11-14 [luke]       0.9.6claws75
4580
4581         * src/mimeview.c
4582                 fix a couple of problems that treated application/* and
4583                 application/octet-stream the wrong way around
4584                 (since 0.9.6claws10), causing "Open" to do nothing.
4585
4586 2003-11-14 [christoph]  0.9.6claws74
4587
4588         * src/messageview.c
4589         * src/pgpmime.c
4590         * src/privacy.[ch]
4591                 prepare for message part decrypting
4592
4593         * src/sgpgme.c
4594                 add output for expired signatures
4595
4596         * src/rfc2015.c
4597                 remove some old code
4598
4599 2003-11-10 [christoph]  0.9.6claws73
4600
4601         * src/mimeview.c
4602                 add "Full info" button for bad and warn signature status
4603
4604         * src/sgpgme.c
4605                 generate full signature info like gpg's output
4606                 (gpg -v --with-fingerprint --verify)
4607
4608 2003-11-10 [christoph]  0.9.6claws72
4609
4610         * src/mimeview.c
4611         * src/pgpmime.c
4612         * src/privacy.[ch]
4613         * src/sgpgme.[ch]
4614         * src/textview.[ch]
4615                 o add code to view full signature info
4616                 o do automatic signature checks
4617
4618 2003-11-10 [alfons]     0.9.6claws71
4619
4620         * src/summaryview.c
4621                 don't crash when gtkut_font_load() returns invalid font (has
4622                 something to do with locale settings)
4623                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4624
4625 2003-11-09 [alfons]     0.9.6claws70
4626
4627         * src/procmime.c
4628                 plug leak
4629
4630 2003-11-08 [luke]       0.9.6claws69
4631
4632         * src/summaryview.c
4633                 fix some typos
4634
4635         * src/compose.c
4636                 rewrite compose_attach_parts(), fixing various bugs mainly
4637                 to do with re-editing.
4638
4639         * src/mimeview.c
4640                 "save all" now only saves attachments with names/filenames
4641
4642 2003-11-04 [match]      0.9.6claws68
4643
4644         * src/ldapctrl.[ch]
4645                 fix broken LDAP support.
4646
4647         * src/ldapquery.c
4648                 remove printf's.
4649
4650 2003-11-04 [luke]       0.9.6claws67
4651
4652         * src/mimeview.c
4653                 o  fixed bug 4 "focus lost on messages with attachments"
4654                 o  fixed 'Save all' attachments for new mime changes
4655                 o  right clicking on icons consistent with right clicking on
4656                    mime tree
4657                   - fixes a bug where wrong part is saved when you
4658                     choose 'Save as' from popup menu
4659                   - fixes bug 308 "No way to "save all" attachments"
4660                 o  fixed a compiler warning.
4661
4662         * src/textview.c
4663                 o  removed flickering in mime tree when using "n" and "p"
4664                    shortcuts
4665                 o  fixed bug where selecting the textview and pressing e.g.
4666                    'y' causes sylpheed to respond twice.
4667
4668         * src/summaryview.c
4669                 removed hard coding of * and ! shortcuts (which only served
4670                 to cause problems if you tried to redefine the shortcuts)
4671
4672 2003-11-04 [luke]       0.9.6claws66
4673
4674         * src/plugins/image_viewer/viewer.c
4675         * src/plugins/image_viewer/viewerprefs.c
4676         * src/plugins/image_viewer/viewerprefs.glade
4677                 o  allow toggling of image scaling by clicking on image
4678                 o  respond to image's container widget resize
4679
4680         * src/procmime.c
4681                 o  fix bad parsing of message when re-editing/viewing a
4682                    message saved to the drafts folder
4683
4684 2003-11-02 [match]      0.9.6claws65
4685
4686         * src/browseldap.h
4687                 fix if not building LDAP support.
4688         * src/addrindex.c
4689         * src/ldapquery.[ch]
4690         * src/editldap.h
4691                 include support for contains query. feature req 529354.
4692
4693 2003-11-02 [alfons]     0.9.6claws64
4694
4695         * src/browseldap.c
4696                 fix build bustage if not compiling ldap support
4697
4698 2003-11-01 [match]      0.9.6claws63
4699
4700         * po/POTFILES.in
4701         * src/Makefile.am
4702         * src/addr_compl.[ch]
4703         * src/addrbook.c
4704         * src/addrcache.[ch]
4705         * src/addrdefs.h        ** NEW **
4706         * src/addressbook.c
4707         * src/addressitem.h
4708         * src/addrindex.[ch]
4709         * src/addritem.h
4710         * src/addrquery.[ch]
4711         * src/ldapquery.[ch]
4712         * src/ldapserver.[ch]
4713                 refactor LDAP query mechanism.
4714
4715         * src/browseldap.[ch]   ** NEW **
4716         * src/ldaplocate.[ch]   ** NEW **
4717                 add feature to browse LDAP entry that was retrieved using
4718                 an explicit LDAP search.
4719
4720 2003-11-01 [alfons]     0.9.6claws62
4721
4722         * src/prefs_gtk.c
4723                 prefs_write_param(): fail when we see an invalid type; all the
4724                 callers seem to handle this gracefully by reverting changes
4725
4726 2003-10-30 [christoph]  0.9.6claws61
4727
4728         * configure.ac
4729         * ac/openssl.m4
4730         * ac/spamassassin.m4
4731         * src/Makefile.am
4732                 use extra variables for all libraries to make sure plugins
4733                 are only linked with libraries they really need. $LIBS is always
4734                 added to the linking parameters, but we only what the libraries
4735                 listed in the Makefile
4736
4737 2003-10-29 [paul]       0.9.6claws60
4738
4739         * src/mimeview.c
4740                 don't use Subject for unknown part name
4741
4742 2003-10-29 [paul]       0.9.6claws59
4743
4744         * src/compose.c
4745                 get name of attachment(s) when re-editing, fwd'ing or
4746                 redirecting
4747                 
4748         * src/mimeview.c
4749                 get name of attachment(s) when saving
4750
4751 2003-10-29 [hoa]        0.9.6claws58
4752
4753         * src/textview.c
4754                 implemented multipart/alternative in MIME message viewer.
4755
4756 2003-10-28 [christoph]  0.9.6claws57
4757
4758         * configure.ac
4759                 make sure MathML-Viewer is not built with the
4760                 Gtk2 version of GtkMathView
4761
4762 2003-10-28 [paul]       0.9.6claws56
4763
4764         * sync with 0.9.7cvs1
4765                 see ChangeLog 2003-10-28
4766
4767 2003-10-27 [alfons]     0.9.6claws55
4768
4769         * src/matcher_parser_parse.y
4770         * src/gtk/colorlabel.c
4771                 allow setting color label to 0 in filtering/processing rules
4772                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4773
4774 2003-10-26 [alfons]     0.9.6claws54
4775
4776         * src/summary_search.c
4777                 fix misnomer and correct selecting initial search node  
4778
4779 2003-10-26 [christoph]  0.9.6claws53
4780
4781         * src/pgpmime.c
4782         * src/sgpgme.c
4783                 change display of signature info to use only name of
4784                 signer, otherwise the text gets too long.
4785
4786         * src/procmime.c
4787                 don't use MimeInfo's filename to generate tmp filename
4788
4789 2003-10-25 [christoph]  0.9.6claws52
4790
4791         * src/procmime.c
4792                 fix message body searching
4793
4794 2003-10-25 [paul]       0.9.6claws51
4795
4796         * src/compose.c
4797                 use g_basename rather than basename
4798
4799 2003-10-24 [christoph]  0.9.6claws50
4800
4801         * src/sgpgme.c
4802                 change fetching of signature key's trust
4803
4804 2003-10-24 [paul]       0.9.6claws49
4805
4806         * po/sk.po
4807                 update Slovak translation
4808                 submitted by Andrej Kacian
4809                 
4810         * src/mainwindow.c
4811                 remove unknown menu entry /File/Add mailbox/mbox...
4812
4813 2003-10-24 [hoa]        0.9.6claws48
4814
4815         * src/Makefile.am
4816                 removed all references to mbox folders
4817
4818         * src/carray.[ch]               * REMOVED *
4819         * src/chash.[ch]                * REMOVED *
4820         * src/maillock.[ch]             * REMOVED *
4821         * src/mailmbox.[ch]             * REMOVED *
4822         * src/mailmbox_folder.[ch]      * REMOVED *
4823         * src/mailmbox_parse.[ch]       * REMOVED *
4824         * src/mailmbox_types.[ch]       * REMOVED *
4825         * src/mbox_folder.[ch]          * REMOVED *
4826                 remove implementation of mbox folders
4827                 and old mailbox folder.
4828                 mbox folder implementation will be added
4829                 as a plugin so that implementation can be entirely
4830                 synchronized with the files of the project they are
4831                 extracted from (libEtPan!).
4832         
4833         * src/mainwindow.c
4834         * src/folder.c
4835         * src/folderview.[ch]
4836         * src/procmsg.h         
4837                 Disable as much code that references mbox folders
4838                 as possible.
4839                 Some UI thing still need to know that folder is mbox
4840                 (when we have to enter the name of the mailbox and
4841                 we want to add /var/mail/$USER).
4842
4843 2003-10-23 [christoph]  0.9.6claws47
4844
4845         * src/noticeview.c
4846                 don't always display button when noticeview is made visible
4847
4848         * src/mimeview.c
4849         * src/pgpmime.c
4850         * src/privacy.[ch]
4851         * src/sgpgme.[ch]
4852                 get signature information from crypto system
4853
4854 2003-10-22 [paul]       0.9.6claws46
4855
4856         * po/es.po
4857                 updated by Ricardo Mones Lastra
4858
4859 2003-10-22 [paul]       0.9.6claws45
4860
4861         * src/Makefile.am
4862                 update to reflect the changes to the icons that
4863                 happened in 0.9.6claws35
4864
4865 2003-10-22 [alfons]     0.9.6claws44
4866         
4867         * src/carray.h
4868                 inline carray_count() 
4869
4870 2003-10-21 [alfons]     0.9.6claws43
4871
4872         * src/carray.h
4873                 glib wrappers
4874         * src/carray.c
4875                 disable
4876         * src/mailmbox.[ch]
4877         * src/mailmbox_folder.c
4878         * src/mailmbox_parse.c
4879         * src/mailmbox_types.[ch]
4880                 %s/uint32_t/guint
4881
4882 2003-10-21 [luke]       0.9.6claws42
4883
4884         * src/stock_pixmaps.[ch]
4885         * src/mimeview.c
4886         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4887         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4888                 o remove mime_application_octet_stream.xpm icon (it was never
4889                   really needed)
4890                 o remove redundant icon messageview_text.xpm
4891
4892         * src/mainwindow.c
4893                 fix visibility of signature noticeview when toggling 'separate
4894                 message view'
4895
4896 2003-10-21 [christoph]  0.9.6claws41
4897
4898         * src/procmime.c
4899                 decode multipart and rfc822 mime parts to allow further
4900                 parsing when required
4901
4902 2003-10-21 [christoph]  0.9.6claws40
4903
4904         * src/procmime.[ch]
4905         * src/textview.c
4906                 remove obsolete charset parameter in MimeInfo and fix
4907                 TextView to use the charset from the parameter hash table
4908
4909         * src/plugins/dillo_viewer/Makefile.am
4910         * src/plugins/trayicon/Makefile.am
4911                 add OPENSSL_CFLAGS to fix building with using
4912                 --with-openssl-* parameters
4913
4914 2003-10-21 [paul]       0.9.6claws39
4915
4916         * src/prefs_matcher.[ch]
4917                 replace remnants of the old, renamed 'Execute' matchtype
4918                 add a brief description to the Info window
4919
4920 2003-10-21 [hoa]        0.9.6claws38
4921         
4922         * src/Makefile.am
4923         * src/carray.[ch]               * NEW *
4924         * src/chash.[ch]                * NEW *
4925         * src/folder.c
4926         * src/maillock.[ch]             * NEW *
4927         * src/mailmbox.[ch]             * NEW *
4928         * src/mailmbox_folder.[ch]      * NEW *
4929         * src/mailmbox_parse.[ch]       * NEW *
4930         * src/mailmbox_types.[ch]       * NEW *
4931                 implementation of mbox folder with unique message numbers
4932
4933                 made use of libEtPan! implementation of mbox for lower-layer.
4934
4935 2003-10-20 [alfons]     0.9.6claws37
4936
4937         * src/noticeview.c
4938                 fix invalid argument warning
4939         * src/pgpmime.c
4940                 no in place variable
4941
4942 2003-10-20 [paul]       0.9.6claws36
4943
4944         * src/compose.[ch]
4945           src/filtering.c
4946           src/messageview.c
4947                 fix crash when using Forward in Filtering when
4948                 external editor option is set
4949                 
4950                 Patch submitted by Simon 'corecode' Schubert
4951                 <corecode@corecode.ath.cx> 
4952
4953 2003-10-20 [paul]       0.9.6claws35
4954
4955         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4956           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4957           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4958           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4959           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4960           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4961           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4962           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4963           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4964           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4965           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4966           src/mimeview.c
4967           src/stock_pixmap.[ch]
4968                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4969                 icons. add privacy_warn.xpm icon
4970
4971 2003-10-20 [hoa]  0.9.6claws34
4972
4973         * src/folder_item_prefs.[ch]
4974         * src/prefs_folder_item.c
4975         * src/main.c
4976                 Added a property per folder to choose whether we 
4977                 want to apply processing on it on startup or if we
4978                 prefer to wait the folder selection to apply it.
4979         
4980         * src/messageview.c
4981                 fixed C89 compatibility (for old compilers, for
4982                 example gcc 2.95.x).
4983
4984 2003-10-17 [christoph]  0.9.6claws33
4985
4986         * src/mimeview.c
4987         * src/noticeview.[ch]
4988                 change noticeview icon to indicate signature status
4989
4990 2003-10-17 [christoph]  0.9.6claws32
4991
4992         * src/Makefile.am
4993         * src/main.c
4994         * src/mimeview.c
4995         * src/noticeview.c
4996         * src/pgpmime.[ch]                              ** NEW **
4997         * src/privacy.[ch]
4998         * src/rfc2015.c
4999         * src/sgpgme.c                                  ** NEW **
5000                 reimplement PGP/Mime signature checking (unfinished)
5001
5002 2003-10-15 [christoph]  0.9.6claws31
5003
5004         * src/procmime.[ch]
5005                 fix procmime_get_text_content() and
5006                 procmime_get_first_text_content()
5007
5008 2003-10-15 [christoph]  0.9.6claws30
5009
5010         * src/plugins/spamassassin/spamassassin_gtk.c
5011         * src/plugins/spamassassin/spamassassin_gtk.glade
5012                 fix timeout tooltip
5013
5014 2003-10-15 [paul]       0.9.6claws29
5015
5016         * src/messageview.c
5017                 workaround for buggy smtp servers. on sending a
5018                 return receipt strip the name part from the address
5019                 when creating headers
5020                 
5021 2003-10-15 [paul]       0.9.6claws28
5022
5023         * sync with 0.9.7 release
5024                 see ChangeLog 2003-10-15
5025
5026 2003-10-14 [christoph]  0.9.6claws27
5027
5028         * src/plugins/clamav/clamav_plugin.c
5029                 fix clamav plugin
5030
5031 2003-10-14 [christoph]  0.9.6claws26
5032
5033         * src/compose.c
5034         * src/mimeview.c
5035         * src/procmime.[ch]
5036         * src/rfc2015.c
5037         * src/textview.c
5038         * src/plugins/clamav/clamav_plugin.c
5039                 use GNode to create the mime tree (some changes to functions
5040                 that traverse the tree are just quick and dirty. Maybe we
5041                 can find better solutions with g_node_*-functions)
5042
5043 2003-10-14 [luke]       0.9.6claws25
5044
5045         * src/mimeview.c
5046                 fix a navigation bug (stupid typo of mine)
5047
5048 2003-10-14 [christoph]  0.9.6claws24
5049
5050         * src/textview.c
5051                 fix missing last line in plain/text mails
5052
5053 2003-10-13 [luke]       0.9.6claws23
5054
5055         * src/summaryview.c
5056                 fix bug 334 (part 1)
5057
5058 2003-10-13 [kov]        0.9.6claws22
5059
5060         * src/mimeview.c
5061                 error checking when the user enters a non-directory at
5062                 the file selection dialog.
5063                 work-around for users entering directory location without
5064                 adding a leading G_DIR_SEPARATOR.
5065
5066 2003-10-13 [luke]       0.9.6claws21
5067
5068         * src/compose.c
5069                 error reporting for inserting files, including catching
5070                 invalid characters for current locale/encoding
5071
5072 2003-10-13 [paul]       0.9.6claws20
5073
5074         * src/folderview.c
5075                 fix bug #347 'subscribe newsgroups crashes'
5076
5077 2003-10-13 [paul]       0.9.6claws19
5078
5079         * src/compose.c
5080                 when using 'Reply to all' include the 'send replies
5081                 to' folder property
5082                 
5083         * po/ja.po
5084                 update Japanese translation. submitted by Rui Hirokawa 
5085                 <rui_hirokawa@ybb.ne.jp>        
5086
5087 2003-10-13 [hoa]        0.9.6claws18
5088
5089         * src/account.c
5090         * src/compose.c
5091         * src/messageview.c
5092         * src/procheader.c
5093         * src/procheader.h
5094                 rename get_header_from_msginfo() into
5095                 procheader_get_header_from_msginfo() so that we have a
5096                 coherent exported naming.
5097                 avoid parsing of header contained in a string via
5098                 a newly written temporary file.
5099
5100         Patch submitted by Simon 'corecode' Schubert
5101                 <corecode@corecode.ath.cx>
5102
5103 2003-10-12 [hoa]        0.9.6claws17
5104
5105         * src/filtering.c
5106         * src/filtering.h
5107         * src/matcher.c
5108         * src/matcher.h
5109         * src/matcher_parser_parse.y
5110         * src/prefs_filtering_action.c
5111                 added "stop" action : stop applying the filtering rules.
5112                 added "set score" and "increase/decrease score" actions.
5113                 That two last action replace the "change_score" action
5114                 introduced by alfons in 0.8.8claws85.
5115                 "set score" is to set a given score to the message.
5116                 "increase/decrease score" will increase or decrease the
5117                 score if the given value is respectively positive or
5118                 negative. If someone find a some better name for this last
5119                 rule, it can be modified.
5120
5121 2003-10-12 [paul]       0.9.6claws16
5122
5123         * AUTHORS
5124           po/ja.po
5125                 update Japanese translation. submitted by Rui Hirokawa 
5126                 <rui_hirokawa@ybb.ne.jp>
5127
5128 2003-10-12 [christoph]  0.9.6claws15
5129
5130         * src/procmime.c
5131                 fix crash caused by incorrect headers
5132
5133 2003-10-10 [christoph]  0.9.6claws14
5134
5135         * src/main.c
5136         * src/privacy.[ch]
5137         * src/rfc2015.[ch]
5138                 implement detection of signed message parts for rfc2015
5139
5140 2003-10-10 [thorsten]   0.9.6claws13
5141
5142         * src/mimeview.c
5143                 fix typo
5144
5145 2003-10-10 [christoph]  0.9.6claws12
5146
5147         * src/stock_pixmap.[ch]
5148         * src/pixmaps/mime_message.xpm                  ** NEW **
5149                 add a new icon for mime type "message"
5150
5151         * src/privacy.[ch]
5152         * src/procmime.[ch]
5153                 add crypto api
5154
5155         * src/mimeview.c
5156                 o use crypto api
5157                 o add icons for message type mime parts
5158
5159 2003-10-10 [christoph]  0.9.6claws11
5160
5161         * src/mainwindow.c
5162         * src/messageview.[ch]
5163         * src/mimeview.[ch]
5164         * src/procmime.[ch]
5165         * src/procmsg.[ch]
5166         * src/rfc2015.c
5167         * src/summaryview.c
5168         * src/textview.[ch]
5169                 o remove switching between TextView and MimeView in MessageView
5170                   (if required we can hide the icon box and the MimeView will
5171                    look exaxtly like the TextView)
5172                 o temporary remove signature and decrypting GPGME code
5173
5174 2003-10-09 [christoph]  0.9.6claws10
5175
5176         * src/action.c
5177         * src/compose.c
5178         * src/messageview.c
5179         * src/mimeview.c
5180         * src/procmime.[ch]
5181         * src/procmsg.c
5182         * src/rfc2015.c
5183         * src/textview.c
5184         * src/common/utils.[ch]
5185         * src/plugins/clamav/clamav_plugin.c
5186         * src/plugins/dillo_viewer/dillo_viewer.c
5187         * src/plugins/image_viewer/viewer.c
5188         * src/plugins/mathml_viewer/mathml_viewer.c
5189                 new mime parser (several things need fixing)
5190
5191 2003-10-09 [paul]       0.9.6claws9
5192
5193         * src/imap.c
5194                 a little more sync with 0.9.6cvs2 and a tidy up
5195
5196 2003-10-08 [paul]       0.9.6claws8
5197
5198         * sync with 0.9.6cvs2
5199                 see ChangeLog 2003-10-03
5200
5201 2003-10-05 [christoph]  0.9.6claws7
5202
5203         * src/summaryview.c
5204                 don't use flags to check if a message is in a news folder
5205
5206         (closes Bug 282 clicking on folder with copied Messages from News
5207          immediately after having copied them crashes Sylpheed-Claws)
5208
5209 2003-10-05 [christoph]  0.9.6claws6
5210
5211         * src/Makefile.am
5212         * src/progressdialog.[ch]               ** REMOVE **
5213         * src/gtk/Makefile.am
5214         * src/gtk/progressdialog.[ch]           ** NEW **
5215                 move progressdialog to gtk directory
5216
5217 2003-10-04 [christoph]  0.9.6claws5
5218
5219         * src/prefs_toolbar.c
5220         * src/gtk/prefswindow.c
5221                 remove widget_show_all for pages root widget
5222
5223         * src/plugins/spamassassin/spamassassin.[ch]
5224         * src/plugins/spamassassin/spamassassin_gtk.c
5225         * src/plugins/spamassassin/spamassassin_gtk.glade
5226                 add support for new libspamc transports
5227
5228 2003-10-04 [christoph]  0.9.6claws4
5229
5230         * src/plugins/spamassassin/libspamc.[ch]
5231         * src/plugins/spamassassin/spamassassin.c
5232         * src/plugins/spamassassin/utils.[ch]
5233                 update libspamc to version from SpamAssassin 2.60
5234
5235 2003-10-03 [christoph]  0.9.6claws3
5236
5237         * src/send_message.c
5238                 fix missing format string bug found by
5239                 Georgi Guninski <guninski@guninski.com>
5240
5241 2003-10-03 [paul]       0.9.6claws2
5242
5243         * po/zh_CN.po
5244                 update Simpilified Chinese translation, submitted by
5245                 Hansom Young
5246
5247 2003-10-02 [christoph]  0.9.6claws1
5248
5249         * src/imap.c
5250                 add UIDPLUS support for COPY and EXPUNGE
5251
5252 2003-10-02 [paul]       0.9.6claws
5253
5254         * 0.9.6claws released
5255
5256 2003-10-02 [paul]
5257
5258         * po/es.po
5259           po/sk.po
5260                 update Spanish and Slovak translations
5261                 submitted by Ricardo Mones Lastra and Andrej Kacian
5262  
5263 2003-10-02 [paul]       0.9.5claws43
5264
5265         * po/en_GB.po
5266                 update British English translation
5267
5268 2003-10-02 [paul]       0.9.5claws42
5269
5270         * po/hr.po
5271                 update Croatian translation, submitted by Dragan
5272
5273 2003-10-01 [paul]       0.9.5claws41
5274
5275         * po/pl.po
5276           po/sr.po
5277                 update Polish and Serbian translations, submitted by
5278                 Emil and Urke MMI
5279
5280 2003-10-01 [melvin]     0.9.5claws40
5281
5282         * po/fr.po
5283                 Updated French translations
5284
5285 2003-10-01 [melvin]     0.9.5claws39
5286
5287         * src/prefs_fonts.c
5288                 Fixed a Gtk warning
5289
5290         * src/plugins/dillo_prefs.c     
5291                 Quasi unnoticeable UI clean-up.
5292
5293 2003-10-01 [paul]
5294
5295         * tools/README
5296           tools/maildir2sylpheed.pl
5297                 bug fixes, rewrites, submitted by Matthias Förste 
5298                 <itsjustme@users.sourceforge.net>
5299
5300 2003-09-29 [paul]       0.9.5claws38
5301
5302         * src/inc.c
5303                 fix my coding carelessness
5304
5305 2003-09-29 [paul]       0.9.5claws37
5306
5307         * po/POTFILES.in
5308           src/Makefile.am
5309           src/main.c
5310           src/prefs_common.[ch]
5311           src/prefs_fonts.[ch]  ** NEW FILES **
5312                 move Font config options to Other Prefs/Display/Fonts
5313                 (user's current configuration is preserved)
5314
5315 2003-09-29 [paul]       0.9.5claws36
5316
5317         * src/inc.c
5318           src/prefs_account.c
5319                 allow 'local_mbox' value to point to either a directory 
5320                 (/var/mail -  default, new) or a file (/var/mail/username
5321                 - original)
5322
5323 2003-09-28 [paul]       0.9.5claws35
5324
5325         * src/rfc2015.c
5326                 on signature check, where key exists, print the
5327                 Key ID
5328
5329 2003-09-27 [alfons]     0.9.5claws34
5330
5331         * src/action.c
5332                 o make progress bar not fill/expand when resizing dialog
5333                 o use default fixed text font for actions output
5334
5335 2003-09-27 [paul]       0.9.5claws33
5336
5337         * src/prefs_common.[ch]
5338           src/procmsg.c
5339           src/send_message.c
5340                 remove External Program settings from Common Prefs/Send
5341                 as they are now unnecessary due to Local account settings.
5342                 plus a little tidying-up after 0.9.5claws31
5343
5344 2003-09-27 [paul]       0.9.5claws32
5345
5346         * src/prefs_account.c
5347                 o make correction to gui text:
5348                   'Local mailbox file' -> 'Local mailbox directory'
5349                 o give 'local_mbox' option a reasonable default value:
5350                   '/var/mail'
5351                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5352                   value
5353
5354 2003-09-26 [paul]       0.9.5claws31
5355
5356         * src/inc.c
5357           src/prefs_common.[ch]
5358                 remove 'Incorporate from spool' common pref,
5359                 force creation of a 'Local' account
5360
5361 2003-09-26 [christoph]  0.9.5claws30
5362
5363         * src/folder.c
5364         * src/msgcache.c
5365                 add more NULL pointer checks
5366
5367 2003-09-25 [christoph]  0.9.5claws29
5368
5369         * src/folder.c
5370                 o don't fetch source message to get it's message id
5371                 o immediately scan dest folder when copying a message did not
5372                   return a new message number and not do it when the first message
5373                   without a new message number is found
5374
5375 2003-09-23 [christoph]  0.9.5claws28
5376
5377         * src/compose.c
5378                 fix generating of headers
5379
5380         (patch by David Relson <relson@osagesoftware.com>)
5381
5382 2003-09-23 [paul]       0.9.5claws27
5383
5384         * po/zh_CN.po
5385                 update Simplified Chinese translation. submitted by
5386                 Hansom Young
5387
5388 2003-09-23 [paul]       0.9.5claws26
5389
5390         * tools/Makefile.am
5391           tools/README
5392           tools/vcard2xml.py    ** NEW FILE **
5393                 add a script that converts an evolution vcard to
5394                 sylpheed's xml format
5395                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5396
5397 2003-09-22 [paul]       0.9.5claws25
5398
5399         * src/plugins/clamav/clamav_plugin.c
5400                 don't skip MULTIPART parts
5401
5402 2003-09-21 [christoph]  0.9.5claws24
5403
5404         * src/alertpanel.c
5405                 remove unneeded include
5406
5407         * src/folder.c
5408                 clean up copy/move mess with duplicated code
5409
5410         * src/imap.c
5411                 fix problem that sometimes the folder was not scanned
5412                 also it was changed
5413
5414 2003-09-21 [christoph]  0.9.5claws23
5415
5416         * src/Makefile.am
5417         * src/logwindow.[ch]                    ** REMOVE **
5418         * src/mainwindow.c
5419         * src/prefs_common.c
5420         * src/gtk/Makefile.am
5421         * src/gtk/logwindow.[ch]                ** ADD **
5422                 make logwindow prefs_common independent and move
5423                 it to gtk directory
5424
5425 2003-09-20 [christoph]  0.9.5claws22
5426
5427         * src/compose.c
5428                 add extra space for address code conversion
5429                 (4 * unconvered size could be too small for short headers)
5430
5431 2003-09-20 [christoph]  0.9.5claws21
5432
5433         * src/compose.c
5434                 increase temp buffer size when writing headers
5435
5436 2003-09-19 [darko]      0.9.5claws20
5437
5438         * src/compose.c
5439                 don't ignore value of 'Save copy of outgoing messages to
5440                 this folder instead of Sent' in message redirect
5441
5442 2003-09-17 [christoph]  0.9.5claws19
5443
5444         * src/compose.c
5445                 use ", " as address seperator for mail headers and pass whole
5446                 header line at once to compose_convert_header to make sure
5447                 it is correctly folded
5448
5449         (closes Bug 64 Problem when sending to many recipients)
5450
5451 2003-09-17 [hoa]        0.9.5claws18
5452         
5453         * src/matcher.[ch]
5454           src/matcher_parser_parse.y
5455           src/prefs_matcher.c
5456                 changed the keyword used for command execution in condition
5457                 keyword is changed from "execute" to "test"
5458                 so that it is not the same as the one used for action.
5459                 This will fix a bug when using filtering dialog.
5460                 All semantic in the code is also changed to reflect
5461                 the keyword change.
5462
5463 2003-09-17 [paul]
5464         
5465         * sync with 0.9.6 release
5466
5467 2003-09-17 [paul]       0.9.5claws17
5468
5469         * sync with 0.9.5cvs8
5470                 see ChangeLog 2003-09-16 and 2003-09-17
5471
5472 2003-09-16 [paul]       0.9.5claws16
5473
5474         * sync with 0.9.5cvs6
5475                 see ChangeLog 2003-09-16
5476
5477 2003-09-15 [paul]       0.9.5claws15
5478
5479         * sync with 0.9.5cvs5
5480                 see ChangeLog 2003-09-15
5481
5482 2003-09-14 [alfons]     0.9.5claws14
5483
5484         * src/inc.c
5485                 make "Go to inbox after receiving new mail" again;
5486                 regression of a sync, restored to sylpheed main 
5487                 behaviour. (misses still some bits)
5488
5489 2003-09-14 [alfons]     0.9.5claws13
5490
5491         * src/prefs_filtering_action.c
5492                 o add proper message if empty execute command line
5493                 o don't select first action item after registering a
5494                   new action to prevent (what seems to be a GTK) bug
5495                   #36, "filtering will only accept one action change 
5496                   per invocation".
5497
5498 2003-09-14 [alfons]     0.9.5claws12
5499
5500         * src/prefs_filtering.c
5501         * src/prefs_filtering_action.c
5502         * src/prefs_matcher.c
5503                 fix function signature for key_pressed_event signal handlers
5504
5505 2003-09-14 [alfons]     0.9.5claws11
5506
5507         * src/mainwindow.c
5508                 fix regression caused by fix for invalid bug #7
5509                 (should fix #246, "Multiple selections are deselected when 
5510                 moving from search window to main window")
5511                 
5512 2003-09-14 [alfons]     0.9.5claws10
5513         
5514         * src/actions.[ch]
5515         * src/filtering.[ch]
5516         * src/prefs_actions.c
5517                 allow `filtering actions` in actions; only for advanced users
5518                 right now: try for example, "%as{mark color 2}" 
5519         
5520 2003-09-13 [paul]       0.9.5claws9
5521         
5522         * po/pl.po
5523           po/zh_CN.po   ** NEW FILE **
5524                 update Polish translation, submitted by Emil 
5525                 <eminowbl@posejdon.wpk.p.lodz.pl>
5526                 add new Simplified Chinese translation, submitted by
5527                 Hansom Young <hansom_young@yahoo.com>
5528
5529 2003-09-12 [alfons]     0.9.5claws8
5530
5531         * src/summaryview.c
5532                 don't open separate message views when View | Separate message view
5533                 is active 
5534                 (please look carefully for any navigation regressions)
5535
5536 2003-09-11 [alfons]     0.9.5claws7
5537
5538         * src/mainwindow.c
5539                 make default message view, opened by View | Separate message 
5540                 view, look like a claws message view (which includes a menu
5541                 bar and a toolbar)
5542                 (fixes bug #298, "message view loses tool bar") 
5543
5544 2003-09-11 [christoph]  0.9.5claws6
5545
5546         * src/folderview.c
5547                 fix double deleting of newsgroup folders
5548
5549         (closes Bug 305 crash after deleting of a newsgroup)
5550
5551 2003-09-11 [paul]       0.9.5claws5
5552
5553         * src/rfc2015.c
5554           src/common/utils.h
5555                 more sync'ing from 0.9.5cvs2
5556
5557 2003-09-11 [christoph]  0.9.5claws4
5558
5559         * src/compose.c
5560         * src/rfc2015.c
5561         * src/common/utils.h
5562                 fix sync with 0.9.5cvs2
5563
5564 2003-09-11 [paul]       0.9.5claws3
5565
5566         * sync with 0.9.5cvs4
5567                 see ChangeLog 2003-09-11
5568
5569 2003-09-11 [paul]       0.9.5claws2
5570
5571         * sync with 0.9.5cvs2
5572                 see ChangeLog 2003-09-05
5573                 
5574 2003-09-11 [paul]       0.9.5claws1
5575
5576         * sync with 0.9.5cvs3
5577                 see ChangeLog 2003-09-10
5578
5579 2003-09-10 [paul]       0.9.5claws
5580
5581         * 0.9.5claws released
5582
5583 2003-09-10 [paul]       0.9.4claws78
5584
5585         * src/Makefile.am
5586                 add missing files
5587
5588 2003-09-10 [melvin]     0.9.4claws77
5589
5590         * po/fr.po
5591                 Updated French translations
5592
5593 2003-09-10 [paul]       0.9.4claws76
5594
5595         * po/es.po
5596           po/sk.po
5597           po/sr.po
5598                 update Spanish, Slovak, and Serbian translations.
5599                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5600                 and Urke MMI
5601                 
5602         * AUTHORS
5603                 add translation team section
5604
5605 2003-09-09 [christoph]  0.9.4claws75
5606
5607         * src/folder.c
5608                 free item->prefs in folder_item_destroy
5609
5610 2003-09-09 [alfons]     0.9.4claws74
5611
5612         * src/folderview.c
5613                 o proper check for root node sorting
5614                 o remove unnecessary gtk_ctree_remove_node 
5615
5616         (should fix bug #300, "crash while moving folder")      
5617
5618 2003-09-08 [christoph]  0.9.4claws73
5619
5620         * src/folderview.c
5621                 o fix double adding of IMAP FolderItems to GtkCTree
5622                 o fix crash then mbox folder is removed
5623
5624 2003-09-08 [christoph]  0.9.4claws72
5625
5626         * src/folder.c
5627         * src/folderview.c
5628         * src/mainwindow.c
5629                 fix new folder notification
5630
5631         * src/mbox_folder.c
5632                 fix cache path
5633
5634 2003-09-08 [christoph]  0.9.4claws71
5635
5636         * src/compose.c
5637                 replace '\n' and '\r' before removing trailing spaces
5638
5639         * src/folder.[ch]
5640         * src/folderview.c
5641                 add information about new or removed items in folder tree change
5642                 notification and use this in folderview to add and remove only
5643                 the appected items and not refresh the whole tree
5644
5645 2003-09-07 [match]      0.9.4claws70
5646
5647         * src/Makefile.am
5648         * src/addr_compl.c
5649         * src/addressbook.c
5650         * src/addressitem.h
5651         * src/addrindex.c
5652         * src/addritem.c
5653         * src/addritem.h
5654         * src/addrquery.c                       ** NEW **
5655         * src/addrquery.h
5656         * src/ldapquery.c
5657         * src/ldapserver.c
5658         * src/stock_pixmap.c
5659         * src/stock_pixmap.h
5660         * src/pixmaps/address_search.xpm        ** NEW **
5661                 re-introduce Lookup button for LDAP 'static' searches.
5662
5663 2003-09-07 [alfons]     0.9.4claws69
5664         
5665         * src/summaryview.c
5666                 abandon setting usize for messageview because it gives layout problems
5667                 with the quick search bar and the headerview; fixes assorted UI glitches:
5668                 
5669                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5670                 o bug #280, "Window resiizes for line length but does not revert"
5671
5672 2003-09-07 [christoph]  0.9.4claws68
5673
5674         * src/compose.c
5675                 o make sure we don't have any newlines in header values
5676                 o check custom headers for spaces and newlines and ignore
5677                   malformed header names
5678
5679 2003-09-06 [christoph]  0.9.4claws67
5680
5681         * src/folder.c
5682         * src/folderview.c
5683                 invoke notification hook for folder tree changes after append
5684                 and remove folder
5685
5686         (closes Bug 294 Crash while moving folder with many subdirectories)
5687
5688 2003-09-06 [christoph]  0.9.4claws66
5689
5690         * src/folder.c
5691                 destroy folder's MsgCache if FolderItem is removed to make sure
5692                 it is not saved when the FolderItem is destroyed
5693
5694 2003-09-06 [christoph]  0.9.4claws65
5695
5696         * src/plugins/clamav/clamav_plugin.c
5697                 fix copy & paste bug
5698
5699 2003-09-05 [christoph]  0.9.4claws64
5700
5701         * src/folder.c
5702         * src/messageview.[ch]
5703         * src/procmsg.[ch]
5704         * src/summaryview.c
5705                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5706                 by MessageView to clear it when the message is deleted. Should
5707                 work even if messages are deleted in MainWindow or by
5708                 processing.
5709
5710 2003-09-05 [alfons]     0.9.4claws63
5711
5712         * src/messageview.c
5713                 deleting a message in a message view frees its msginfo, make 
5714                 messageview_update_all() aware of that (should fix bug #293,
5715                 "deleting message caused crash")
5716
5717 2003-09-05 [melvin]     0.9.4claws62
5718
5719         * src/action.c
5720                 Improve synchronous action exit code (fixes 
5721                 a ~5 seconds delay after action exit on RedHat 9)
5722
5723 2003-09-04 [christoph]  0.9.4claws61
5724
5725         * src/compose.c
5726         * src/rfc2015.c
5727         * src/common/utils.[ch]
5728                 add util function to create mime boundary and use it
5729                 in compose and gpg code
5730
5731 2003-09-04 [alfons]     0.9.4claws60
5732
5733         * src/folder.c
5734                 source folder item's GNode should already have been freed in 
5735                 a previous call to src->folder->klass->remove_folder()
5736                 (should fix bug #287, "crash when moving folders")
5737
5738 2003-09-03 [thorsten]   0.9.4claws59
5739
5740         * src/plugins/spamassassin/spamassassin_gtk.c
5741                 fix compile error
5742
5743 2003-09-03 [christoph]  0.9.4claws58
5744
5745         * src/plugins/spamassassin/spamassassin.[ch]
5746         * src/plugins/spamassassin/spamassassin_gtk.c
5747                 add timeout config option
5748
5749 2003-09-03 [paul]       0.9.4claws57
5750
5751         * po/sk.po      ** NEW FILE **
5752                 add Slovak translation. Submitted by Andrej Kacian 
5753                 <andrej@kacian.sk>
5754
5755 2003-09-03 [paul]       0.9.4claws56
5756
5757         * src/plugins/clamav/clamav_plugin_gtk.c
5758                 gui tweaks: replace a label with a tooltip, modify the
5759                 text, use gtk_check_button_new(); instead of
5760                 gtk_check_button_new_with_label("");
5761
5762 2003-09-02 [alfons]     0.9.4claws55
5763
5764         * src/gtk/filesel.c
5765                 remember last used dir when attaching multiple files (should fix
5766                 bug #290, "Attach File does not remember directory")
5767
5768 2003-09-01 [paul]       0.9.4claws54
5769
5770         * po/es.po
5771                 updated by Ricardo Mones Lastra
5772
5773 2003-09-01 [alfons]     0.9.4claws53
5774
5775         * src/gtk/gtkaspell.[ch]
5776                 be pedantic and strict and use const gchar * instead of guchar *
5777
5778 2003-09-01 [alfons]     0.9.4claws52
5779
5780         * src/mainwindow.c
5781         * src/summaryviewc.
5782                 re-enable Save As when multiple messages are selected
5783
5784 2003-09-01 [paul]       0.9.4claws51
5785
5786         * src/textview.c
5787                 g_free(trimmed_uri);
5788
5789 2003-09-01 [paul]       0.9.4claws50
5790
5791         * sync with 0.9.4cvs13
5792                 see ChangeLog 2003-09-01
5793
5794 2003-09-01 [paul]       0.9.4claws49
5795
5796         * src/textview.c
5797                 trim uri before sending to the statusbar
5798                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5799                 in the message window causes main S-C window to enlarge 
5800                 past screen edges'
5801
5802 2003-09-01 [paul]       0.9.4claws48
5803
5804         * sync with 0.9.4cvs12
5805                 see ChangeLog 2003-09-01
5806
5807 2003-08-30 [christoph]  0.9.4claws47
5808
5809         * src/compose.c
5810         * src/folder_item_prefs.[ch]
5811         * src/prefs_folder_item.c
5812         * src/gtk/gtkaspell.[ch]
5813                 commit per folder dictionary patch by
5814                 Paul Evans <nerd@freeuk.com>
5815
5816 2003-08-30 [christoph]  0.9.4claws46
5817
5818         * src/plugins/spamassassin/spamassassin_gtk.c
5819         * src/plugins/spamassassin/spamassassin_gtk.glade
5820                 reduce GUI clutter by placing hints into tooltips
5821
5822 2003-08-30 [paul]       0.9.4claws45
5823
5824         * src/compose.c
5825                 add 'Content-Disposition: inline' to a text/plain
5826                 part when using PGP/MIME signing
5827
5828 2003-08-30 [paul]       0.9.4claws44
5829
5830         * src/prefs_common.c
5831           src/prefs_spelling.c
5832           src/prefs_spelling.glade
5833                 reduce GUI clutter by placing hints into tooltips
5834
5835 2003-08-29 [christoph]  0.9.4claws43
5836
5837         * configure.ac
5838                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5839
5840         * src/stock_pixmap.c
5841                 change unecessary warning into a debug message
5842
5843         * src/plugins/clamav/Makefile.am
5844                 Fix error "-I$(CLAMAV_LIBS)"
5845
5846 2003-08-29 [christoph]  0.9.4claws42
5847
5848         * intl/Makefile.in
5849         * src/Makefile.am
5850         * src/matcher.h
5851         * src/common/Makefile.am
5852         * src/common/passcrypt.c
5853                 commit fixes and patches for some of the IRIX problems found by
5854                 Ivan Rayner <ivanr@sgi.com>
5855
5856 2003-08-29 [paul]       0.9.4claws41
5857
5858         * src/prefs_filtering.c
5859                 add 'Top' and 'Bottom' buttons, based on changes in
5860                 src/prefs_filter.c in 0.9.4cvs11.
5861
5862 2003-08-27 [christoph]  0.9.4claws40
5863
5864         * src/folderview.c
5865                 fix bug that the current summary settings were copied to the
5866                 wrong folder item, when the folder item prefs are opened.
5867                 Copying is not required because summary settings and
5868                 folder_item_prefs do not contain the same settings
5869
5870 2003-08-27 [thorsten]   0.9.4claws39
5871
5872         * src/imap.c
5873                 fix compile error
5874
5875 2003-08-26 [paul]       0.9.4claws38
5876
5877         * sync with 0.9.4cvs9
5878                 see ChangeLog 2003-08-26
5879
5880 2003-08-25 [paul]       0.9.4claws37
5881
5882         * sync with 0.9.4cvs8
5883                 see ChangeLog 2003-08-25
5884
5885 2003-08-24 [christoph]  0.9.4claws36
5886
5887         * src/prefs_filtering.c
5888                 shouldn't remove items from a GSList while iterating over the
5889                 list (makes cur invalid and cur->next not accessable)
5890
5891         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5892          crashed)
5893
5894 2003-08-23 [christoph]  0.9.4claws35
5895
5896         * src/news.c
5897                 news folders should be scanned when opened
5898
5899 2003-08-22 [christoph]  0.9.4claws34
5900
5901         * src/prefs_folder_item.c
5902                 use macro to assign strings that always frees the old string
5903
5904         * src/gtk/gtkaspell.[ch]
5905                 add gtkaspell_set_dictionary_menu_active_item() to set active
5906                 item in dictionary option menu
5907
5908         * src/prefs_spelling.c
5909                 use gtkaspell_set_dictionary_menu_active_item() to select
5910                 dictionary
5911
5912 2003-08-21 [christoph]  0.9.4claws33
5913
5914         * src/folder.[ch]
5915         * src/imap.c
5916         * src/mbox_folder.c
5917         * src/mh.c
5918         * src/news.c
5919                 optimize folder system
5920
5921         * src/gtk/gtkstext.c
5922                 fix division by zero when font has 0 width for ' '
5923
5924 2003-08-21 [paul]       0.9.4claws32
5925
5926         * sync with 0.9.4cvs7
5927                 see ChangeLog 2003-08-20
5928
5929 2003-08-19 [paul]       0.9.4claws31
5930
5931         * src/common/defs.h
5932                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5933                 SYLDOC_FAQ_HTML_INDEX.
5934         * src/manual.c
5935                 use LC_MESSAGES instead of LC_ALL to find the current
5936                 language
5937
5938           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5939
5940 2003-08-19 [paul]       0.9.4claws30
5941
5942         * po/bg.po
5943                 updated by George Danchev
5944
5945 2003-08-18 [luke]       0.9.4claws29
5946         * src/mimeview.[ch]
5947         * src/gtk/gtkvscrollbutton.[ch]
5948                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5949                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5950                 o removed horizontal separator between icons
5951
5952 2003-08-17 [christoph]  0.9.4claws28
5953
5954         * src/procmsg.c
5955                 no subject threading when the subject has no reply prefix
5956
5957 2003-08-16 [christoph]  0.9.4claws27
5958
5959         * src/mainwindow.c
5960                 remember and restore window sizes and position when the main
5961                 window is hidden or shown
5962
5963         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5964          minimised/reopened using trayicon)
5965
5966 2003-08-16 [paul]       0.9.4claws26
5967
5968         * src/crash.c
5969                 add #include "defs.h"
5970
5971 2003-08-16 [paul]       0.9.4claws25
5972
5973         * src/plugins/clamav/clamav_plugin.c
5974                 reword a debug_print
5975                 
5976         * src/plugins/dillo_viewer/dillo_prefs.c
5977                 cosmetic: change the labels' text, add tooltips, and
5978                 left-align the hint
5979
5980 2003-08-15 [christoph]  0.9.4claws24
5981
5982         * src/news.c
5983                 complete last change (forgot some changes)
5984
5985 2003-08-15 [christoph]  0.9.4claws23
5986
5987         * src/news.c
5988                 o check number of messages and don't return a 0 message
5989                   when no messages are available
5990                 o don't parse xref header anymore
5991
5992         (closes Bug 203 I'm not getting any news)
5993
5994 2003-08-15 [paul]       0.9.4claws22
5995
5996         * src/common/defs.h
5997           src/crash.c
5998                 update and define claws bugzilla location
5999
6000 2003-08-15 [paul]       0.9.4claws21
6001
6002         * po/ru.po
6003                 update submitted by Ruslan N. Balkin
6004
6005 2003-08-14 [christoph]  0.9.4claws20
6006
6007         * src/procmsg.c
6008                 fix search for oldest node in subject threading
6009
6010 2003-08-14 [christoph]  0.9.4claws19
6011
6012         * src/procmsg.c
6013         * src/common/utils.h
6014                 add possibility to check all nodes with the same subject for
6015                 subject threading, not only the oldest node. Should not break
6016                 threads anymore if the oldest node is thread_by_subject_max_age
6017                 days older then parent, because it can now find a child of
6018                 oldest node as new parent.
6019
6020 2003-08-11 [christoph]  0.9.4claws18
6021
6022         * src/plugins/spamassassin/spamassassin.c
6023                 run spam check in background process
6024
6025 2003-08-10 [alfons]     0.9.4claws17
6026
6027         * src/summaryview.c
6028                 make `Select All' sensitive too
6029
6030 2003-08-10 [christoph]  0.9.4claws16
6031
6032         * src/imap.c
6033                 add more checks in imap_close
6034
6035 2003-08-09 [alfons]     0.9.4claws15
6036
6037         * src/prefs_spelling.c
6038                 no spell checking UI if not requested
6039
6040 2003-08-09 [alfons]     0.9.4claws14
6041
6042         * src/gtk/prefswindow.c
6043                 make it compile
6044
6045 2003-08-09 [christoph]  0.9.4claws13
6046
6047         * src/prefs_spelling.c
6048         * src/gtk/prefswindow.[ch]
6049         * src/plugins/clamav/clamav_plugin_gtk.c
6050         * src/plugins/spamassassin/spamassassin_gtk.c
6051                 sort prefs pages by heighest weight in tree
6052
6053 2003-08-09 [paul]       0.9.4claws12
6054
6055         * sync with 0.9.4cvs6
6056                 see ChangeLog 2003-08-07
6057                 
6058         * AUTHORS
6059                 add Leandro and Luke to claws-branch section
6060
6061 2003-08-09 [christoph]  0.9.4claws11
6062
6063         * src/gtk/Makefile.am
6064         * src/gtk/colorsel.[ch]                 ** NEW **
6065                 create a color selection dialog that can be used as a simple
6066                 function call with it's own gtk main loop like filesel.[ch]
6067
6068         * src/Makefile.am
6069         * src/main.c
6070         * src/prefs_common.c
6071         * src/prefs_spelling.[ch]               ** NEW **
6072         * src/prefs_spelling.glade              ** NEW **
6073         * src/gtk/gtkutils.[ch]
6074                 move "Spell Checker" prefs to new prefs dialog
6075
6076         * src/prefs_folder_item.c
6077                 use new colorsel dialog
6078
6079 2003-08-08 [paul]       0.9.4claws10
6080
6081         * src/inc.c
6082                 clear the progress bar unconditionally
6083
6084 2003-08-08 [paul]       0.9.4claws9
6085
6086         * sync with 0.9.4cvs4
6087                 see ChangeLog 2003-07-31
6088
6089 2003-08-07 [christoph]  0.9.4claws8
6090
6091         * configure.ac
6092                 fix bug in image viewer plugin part
6093
6094         * src/imap.c
6095                 don't execute close command if the folder item is not selected
6096
6097 2003-08-07 [hoa]        0.9.4claws7
6098
6099         * src/filtering.[ch]
6100         * src/matcher_parser.h
6101         * src/matcher_parser_parse.y
6102                 can define several actions for each filtering rule
6103                 can import old versions of filtering rules
6104
6105         * src/prefs_filtering.c
6106                 call to a new dialog box to define actions
6107
6108         * src/prefs_filtering_action.[ch]
6109                 dialog box to define actions for filtering rules
6110
6111 2003-08-06 [christoph]  0.9.4claws6
6112
6113         * src/imap.c
6114                 make sure source folder is selected when copying messages
6115
6116 2003-08-06 [christoph]  0.9.4claws5
6117
6118         * sync with 0.9.4cvs2
6119                 see ChangeLog 2003-07-29                
6120
6121 2003-08-05 [paul]       0.9.4claws4
6122
6123         * sync with 0.9.4cvs3
6124                 see ChangeLog 2003-07-30
6125
6126 2003-08-04 [match]      0.9.4claws3
6127
6128         * po/POTFILES.in
6129                 export of LDIF files.
6130
6131 2003-08-04 [match]      0.9.4claws2
6132
6133         * src/ldif.[ch]
6134                 support for export LDIF. documented.
6135         * src/importldif.[ch]
6136         * src/exportldif.[ch]
6137                 add tooltips. documented.
6138         * src/exphtmldlg.[ch]
6139         * src/common/xmlprops.[ch]
6140                 documented.
6141         * src/exportldif.[ch]                   ** NEW **
6142         * src/expldifdlg.[ch]                   ** NEW **
6143         * src/addressbook.[ch]
6144         * src/Makefile.am
6145                 export of LDIF files.
6146                 documented.
6147
6148 2003-08-04 [christoph]  0.9.4claws1
6149
6150         * .cvsignore
6151         * Makefile.am
6152         * configure.ac
6153         * sylpheed-claws.pc.in                  ** NEW **
6154         * src/Makefile.am
6155         * src/common/Makefile.am
6156         * src/gtk/Makefile.am
6157                 install sylpheed header files in $(pkgincludedir) and create a
6158                 pkg-config file to allow building a plugin without the source
6159                 package
6160
6161 2003-08-04 [paul]       0.9.4claws
6162
6163         * version 0.9.4claws
6164
6165 2003-08-04 [paul]       0.9.3claws97
6166
6167         * po/es.po
6168                 update Spanish translation. Submitted by Ricardo
6169                 Mones Lastra.
6170
6171 2003-08-03 [paul]       0.9.3claws96
6172
6173         * po/hr.po
6174           po/sr.po
6175                 update Croatian and Serbian translations. Submitted by
6176                 Dragan and Urke MMI respectively
6177
6178 2003-08-03 [alfons]     0.9.3claws95
6179
6180         * src/summaryview.c
6181                 mark flag has precedence over important flag - seems
6182                 to have been changed in sync of 0.9.3claws45. this fixes
6183                 a regression where messages that were scored as important
6184                 don't show their mark flags. (using the same column for
6185                 both importance as mark flags is the real problem
6186                 ofcourse)
6187
6188 2003-08-03 [melvin]     0.9.3claws94
6189
6190         * po/fr.po
6191                 Updated French translations.
6192
6193 2003-08-03 [melvin]     0.9.3claws93
6194
6195         * src/Makefile.am
6196                 Fixed typo introduced after 0.9.3claws92 
6197                 that prevented compilation
6198                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6199                 CPPFLAGS and YFLAGS to allow user setting these.
6200         * src/common/Makefile.am
6201         * src/gtk/Makefile.am
6202         * src/plugins/clamav/Makefile.am
6203         * src/plugins/demo/Makefile.am
6204         * src/plugins/dillo_viewer/Makefile.am
6205         * src/plugins/image_viewer/Makefile.am
6206         * src/plugins/mathml_viewer/Makefile.am
6207         * src/plugins/spamassassin/Makefile.am
6208         * src/plugins/trayicon/Makefile.am
6209         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6210                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6211                 CPPFLAGS and YFLAGS to allow user setting these.
6212
6213 2003-08-02 [christoph]  0.9.3claws92
6214
6215         * configure.ac
6216                 o rearrange plugin tests
6217                 o add test for clamav.h to ClamAV tests
6218
6219 2003-08-02 [luke]       0.9.3claws91
6220
6221         * src/mimeview.c
6222                 o fixed appearance of icon list when toggling back from the 
6223                   ctree
6224                 o toggling of icons using the keyboard works correctly
6225                 o fixed all other keyboard shortcuts to work when icons are
6226                   active
6227         
6228         * src/messageview.c
6229                 o fixed bug 4 - focus lost when changing messageview view type
6230
6231 2003-08-02 [christoph]  0.9.3claws90
6232
6233         * src/common/hooks.c
6234                 fix crash when pointer stored in hash table could get invalid
6235                 when a plugin is unloaded
6236
6237 2003-08-01 [christoph]  0.9.3claws89
6238
6239         * configure.ac
6240                 o try to build all plugins (except spamassassin) by default
6241                 o don't build a plugin if a dependency check fails
6242
6243         * src/common/hooks.c
6244                 fix warning
6245
6246 2003-08-01 [match]      0.9.3claws88
6247
6248         * src/importldif.c
6249                 allow single click field selection. document code.
6250
6251 2003-08-01 [christoph]  0.9.3claws87
6252
6253         * src/plugins/clamav/clamav_plugin.c
6254         * src/plugins/clamav/clamav_plugin_gtk.c
6255         * src/plugins/dillo_viewer/dillo_viewer.c
6256         * src/plugins/image_viewer/plugin.c
6257         * src/plugins/mathml_viewer/mathml_viewer.c
6258         * src/plugins/spamassassin/spamassassin.c
6259         * src/plugins/spamassassin/spamassassin_gtk.c
6260         * src/plugins/trayicon/trayicon.c
6261                 add version check to all plugins
6262
6263 2003-08-01 [hoa]        0.9.3claws86
6264
6265         * src/prefs_filtering.c
6266                 fixed a cosmetic bug, during creation of dialog box,
6267                 wrong widgets were shown after creation.
6268
6269 2003-08-01 [luke]       0.9.3claws85
6270
6271         * src/mainwindow.c
6272                 o fixed visibility of icons/mimeview after toggling separate
6273                   message/folder view (factored out some similar code too).
6274
6275
6276 2003-07-31 [alfons]     0.9.3claws84
6277
6278         * src/mimeview.c
6279                 tweak icon box UI a bit more, now allowing right-clicks actions
6280                 getting the relevant mime data too; should fix #250, "Can't save 
6281                 attachments sometimes".
6282
6283 2003-07-30 [alfons]     0.9.3claws83
6284
6285         * src/compose.c
6286                 don't do auto-save-draft inside key press handler, but rather
6287                 schedule it half of a second later; should fix #67, "autosave 
6288                 make re-rediting message crazy"
6289
6290 2003-07-30 [christoph]  0.9.3claws82
6291
6292         * src/plugins/trayicon/trayicon.c
6293                 process pending events before unloading the plugin
6294
6295         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6296
6297 2003-07-30 [alfons]     0.9.3claws81
6298
6299         * src/common/hooks.c
6300                 parameter 2 of g_hook_destroy() should really be a hook id
6301
6302 2003-07-30 [alfons]     0.9.3claws80
6303
6304         * src/common/plugin.c
6305                 fix a possibly harmful function signature mismatch 
6306                 for plugin_done
6307
6308 2003-07-30 [alfons]     0.9.3claws79
6309
6310         * src/common/hooks[.ch]
6311                 const correctness
6312
6313 2003-07-30 [darko]      0.9.3claws78
6314
6315         * src/summaryview.c
6316                 make it compile again
6317
6318 2003-07-30 [luke]       0.9.3claws77
6319
6320         * src/crash.c
6321         * src/main.c
6322                 o added/moved signal handlers for SIGTERM (normal kill command) 
6323                   and SIGINT (ctl-c) to be used even without 
6324                   --enable-crash-dialog, fixing bug 166
6325
6326         * src/summaryview.c
6327                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6328                   bug 227
6329
6330         * src/mainwindow.c
6331                 o changed sensitivity condition for 'Next new' and 'Next 
6332                   unread', fixing bug 8
6333
6334 2003-07-29 [alfons]     0.9.3claws76
6335
6336         * src/common/utils.[ch]
6337                 add generate_msgid()
6338         * src/messageview.c
6339                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6340                 sent folder".
6341
6342 2003-07-29 [alfons]     0.9.3claws75
6343
6344         * src/messageview.c
6345                 fix a memleak (claws-only)
6346
6347 2003-07-29 [alfons]     0.9.3claws74
6348
6349         * src/mimeview.[ch]
6350         * src/gtk/gtkvscrollbutton.[ch]
6351                 fix UI glitch where mime icon toolbox' scroll position is not 
6352                 reset after switching to another message
6353                 
6354
6355 2003-07-29 [paul]       0.9.3claws73
6356
6357         * src/prefs_folder_item.c
6358                 split the prefs into 2 separate pages
6359
6360 2003-07-29 [paul]       0.9.3claws72
6361
6362         * src/compose.c
6363                 prepend "\n\n" to a signature without a separator too
6364
6365 2003-07-29 [paul]       0.9.3claws71
6366
6367         * src/compose.c
6368                 fix bug where changing to an account without an auto-sig
6369                 from an initial account without an auto-sig would insert 
6370                 2 blank lines at the cursor point
6371                 fix bug where changing to an account with an auto-sig
6372                 from an initial account without an auto-sig would insert
6373                 the sig at the cursor point
6374
6375 2003-07-29 [paul]       0.9.3claws70
6376
6377         * src/folderview.c
6378                 use the colour from the folder pref unless the folder
6379                 has new messages
6380
6381 2003-07-29 [alfons]     0.9.3claws69
6382
6383         * src/procmsg.[ch]
6384         * src/messageview.c
6385         * src/procheader.c
6386                 rewrite return receipt request work a little bit (the former 
6387                 implementation presumably depended too much on the UI setting
6388                 flags). (we're losing the old pending flag.) 
6389
6390 2003-07-28 [christoph]  0.9.3claws68
6391
6392         * src/folder.c
6393         * src/imap.c
6394         * src/mh.c
6395         * src/procmsg.[ch]
6396                 fix copy to IMAP folder from other folder
6397
6398 2003-07-28 [christoph]  0.9.3claws67
6399
6400         * src/procmsg.c
6401                 fix sync of procmsg_get_message_file_list
6402
6403 2003-07-28 [christoph]  0.9.3claws66
6404
6405         * sync with 0.9.3cvs14
6406                 see ChangeLog 2003-07-18
6407         * sync with 0.9.3cvs17
6408                 see ChangeLog 2003-07-23
6409
6410         (closes Bug 234 segmentation fault after sending out mail via
6411          smtp(auth))
6412
6413 2003-07-28 [paul]       0.9.3claws65
6414
6415         * po/es.po
6416                 update Spanish translation, submitted by Ricardo Mones
6417                 Lastra
6418
6419 2003-07-28 [christoph]  0.9.3claws64
6420
6421         * src/folder.[ch]
6422         * src/imap.c
6423         * src/mh.c
6424                 return new message numbers as a GRelation instead of a GSList
6425                 that has to be in the same order as the input list. A list
6426                 would make it hard for IMAP to optimize oepration by sorting
6427                 the input list. The returned list would have to be reordered
6428                 to match the same order that input list has.
6429
6430         * src/gtk/gtkaspell.c
6431                 fix missing return value, could cause a crash when garbage is
6432                 on the stack that is used as the expected return value
6433
6434 2003-07-28 [paul]       0.9.3claws63
6435
6436         * sync with 0.9.4cvs1
6437                 see ChangeLog 2003-07-28
6438
6439 2003-07-27 [alfons]     0.9.3claws62
6440
6441         * src/mimeview.c
6442                 tweak it more to make icon list act like a check button group
6443
6444 2003-07-27 [christoph]  0.9.3claws61
6445
6446         * sync with 0.9.3cvs20
6447                 see ChangeLog 2003-07-25
6448
6449 2003-07-27 [paul]       0.9.3claws60
6450
6451         * src/procmsg.c
6452                 re-commit changes from 0.9.3claws58 -
6453                 accidently removed in 0.9.3claws59
6454
6455 2003-07-27 [paul]       0.9.3claws59
6456
6457         * src/procmsg.[ch]
6458                 a sync from 0.9.3cvs17
6459                 see ChangeLog 2003-07-23
6460
6461 2003-07-27 [alfons]     0.9.3claws58
6462
6463         * src/procmsg.c
6464                 add missing header members to MsgInfo; fixes the problem of 
6465                 not displaying X-Faces, as noticed by Ricardo Mones
6466
6467 2003-07-26 [christoph]  0.9.3claws57
6468
6469         * sync with 0.9.3cvs18
6470                 see ChangeLog 2003-07-24
6471
6472 2003-07-26 [christoph]  0.9.3claws56
6473
6474         * sync with 0.9.3cvs17
6475                 see ChangeLog 2003-07-23
6476
6477 2003-07-26 [christoph]  0.9.3claws55
6478
6479         * src/folder.[ch]
6480         * src/imap.c
6481         * src/mbox_folder.c
6482         * src/mh.c
6483         * src/news.c
6484                 add support for copy function that copy multiple messages
6485                 (not implemented yet)
6486
6487         * src/summaryview.c
6488                 add missing return value
6489
6490 2003-07-26 [paul]       0.9.3claws54
6491
6492         * tools/multiwebsearch.pl
6493                 do whitespace substitution before passing the string
6494                 to the browser. fixes bug with browsers that don't
6495                 do whitespace conversion themselves.
6496
6497 2003-07-25 [christoph]  0.9.3claws53
6498
6499         * src/folder.[ch]
6500         * src/imap.c
6501         * src/mh.c
6502                 rewrite adding of multiple messages to a folder for
6503                 claws' folder system
6504
6505 2003-07-25 [luke]       0.9.3claws52
6506
6507         * src/mimeview.c
6508                 o icon toggles set correctly on leaving ctree mimeview
6509
6510 2003-07-25 [paul]       0.9.3claws51
6511
6512         * partial sync with 0.9.3cvs21 [src/main.c]
6513                 see ChangeLog 2003-07-25
6514
6515 2003-07-24 [paul]       0.9.3claws50
6516
6517         * tools/maildir2sylpheed.pl
6518                 fix typo
6519
6520 2003-07-24 [paul]       0.9.3claws49
6521
6522         * src/mimeview.c
6523                 increase the gutter size of paned so that the panes
6524                 can be resized
6525                 
6526         * src/plugins/demo/demo.c
6527                 squeeze in another typo fix
6528
6529 2003-07-24 [paul]       0.9.3claws48
6530
6531         * src/plugins/demo/demo.c
6532           src/prefs_account.c
6533                 small changes to the English
6534                 
6535         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6536           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6537           src/Makefile.am
6538           src/stock_pixmap.c
6539                 rename the misspelled icon
6540
6541 2003-07-23 [alfons]     0.9.3claws47
6542
6543         * src/mimeview.c
6544                 make icon list look like a list of toggles
6545
6546 2003-07-23 [luke]       0.9.3claws46
6547
6548         * src/pixmaps/mimeview_gpg_expired.xpm
6549         * src/pixmaps/mimeview_gpg_failed.xpm
6550         * src/pixmaps/mimeview_gpg_passed.xpm
6551         * src/pixmaps/mimeview_text_html.xpm
6552         * src/pixmaps/mimeview_image.xpm
6553                 o all icons the same size
6554
6555         * src/mimeview.[ch]
6556                 o mimeview ctree arranged vertically above the viewer
6557                 o icons changed to buttons
6558                 o can use keyboard to select an icon (Enter)
6559                 o resize icon list to width of icons
6560
6561         *  src/gtk/gtkvscrollbutton.c
6562                 o sensitivity of buttons reacts to position
6563
6564 2003-07-23 [christoph]  0.9.3claws45
6565
6566         * sync with 0.9.3cvs14 (incomplete)
6567                 see ChangeLog 2003-07-17
6568
6569 2003-07-23 [alfons]     0.9.3claws44
6570
6571         * src/folder.c
6572         * src/procmsg.h
6573                 sync with my local tree to restore some claws-only things
6574
6575 2003-07-23 [paul]       0.9.3claws43
6576
6577         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6578           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6579           src/Makefile.am
6580           src/mimeview.c
6581           src/procmime.h
6582           src/rfc2015.c
6583           src/stock_pixmap.[ch]
6584                 indicate missing keys and expired sigs/keys
6585                 in mime view column
6586
6587 2003-07-23 [paul]       0.9.3claws42
6588
6589         * src/compose.c
6590                 Redirect fixes: enable automatic account selection and
6591                 do not append signature to message on changing account
6592                 fixes Bug[s] #248
6593
6594 2003-07-23 [paul]       0.9.3claws41
6595
6596         * sync with 0.9.3cvs16
6597                 see ChangeLog 2003-07-23
6598
6599 2003-07-23 [alfons]     0.9.3claws40
6600
6601         * src/inc.c
6602                 give progress dialog a main window, and give it the first 
6603                 one (presumably the only one). fixes bug #247, "segfault on 
6604                 pop-before-smtp" 
6605
6606 2003-07-22 [alfons]     0.9.3claws39
6607
6608         * src/summaryview.c
6609                 shift-space scrolls up
6610
6611 2003-07-22 [paul]       0.9.3claws38
6612
6613         * sync with 0.9.3cvs15
6614                 see ChangeLog 2003-07-22
6615
6616 2003-07-20 [alfons]     0.9.3claws37
6617
6618         * src/compose.c
6619                 put menu inside #ifdef USE_ASPELL..#endif
6620
6621 2003-07-20 [christoph]  0.9.3claws36
6622
6623         * src/procmsg.c
6624                 fix wrong flags in MsgInfo returned by
6625                 procmsg_msginfo_get_full_info()
6626
6627         (closes Bug 221 Deleting messages from the Message View gives incorrect
6628          new/unread message counts in the folder view)
6629
6630         * src/plugins/spamassassin/spamassassin_gtk.c
6631                 add gettext macro for prefs page title
6632
6633 2003-07-20 [paul]       0.9.3claws35
6634
6635         * src/mimeview.c
6636                 redraw icon list on signature check
6637
6638 2003-07-20 [christoph]  0.9.3claws34
6639
6640         * src/Makefile.am
6641         * src/account.c
6642         * src/folder.[ch]
6643         * src/folder_item_prefs.[ch]            ** NEW **
6644         * src/folderview.c
6645         * src/mainwindow.c
6646         * src/mh.c
6647         * src/prefs_gtk.c
6648         * src/prefs_scoring.c
6649         * src/summaryview.c
6650         * src/prefs_folder_item.[ch]
6651                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6652                   Properties dialog
6653                 o use prefswindow for folder properties
6654
6655         * src/gtk/prefswindow.[ch]
6656                 change implementation to use an invisible notebook instead
6657                 of unparenting widgets
6658
6659 2003-07-20 [christoph]  0.9.3claws33
6660
6661         * src/compose.h
6662         * src/folder.c
6663         * src/folderview.h
6664         * src/headerview.h
6665         * src/prefs_filtering.h
6666         * src/prefs_folder_item.[ch]
6667         * src/procmime.h
6668         * src/procmsg.h
6669         * src/summaryview.h
6670                 clean up header mess
6671                 (always use 1. typedefs, 2. #includes, 3. structures)
6672
6673         * src/common/version.h.in
6674                 add casts for constants
6675
6676         * src/plugins/demo/demo.c
6677                 fix typo
6678
6679         * src/plugins/spamassassin/spamassassin.c
6680                 remove unused variable
6681
6682 2003-07-20 [alfons]     0.9.3claws32
6683
6684         * src/mimeview.c
6685                 o make icon buttons respond on left click
6686                 o minor cosmetic change
6687
6688 2003-07-19 [luke]       0.9.3claws31
6689
6690         * src/mimeview.[ch]
6691         * src/gtk/gtkvscrollbutton.c
6692         * src/messageview.c
6693                 o improved mimeview behaviour when selecting a new message
6694                 o plus code cleanups to remove compile warnings
6695
6696
6697 2003-07-19 [alfons]     0.9.3claws30
6698
6699         * src/procmsg.c
6700         * src/compose.c
6701         * src/common/utils.[ch]
6702                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6703
6704 2003-07-19 [alfons]     0.9.3claws29
6705
6706         * src/prefs_folder_item.c
6707                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6708                 string pointers
6709
6710 2003-07-19 [luke]       0.9.3claws28
6711
6712         * src/messageview.c
6713         * src/mimeview.[ch]
6714         * src/procmime.h
6715         * src/rfc2015.c
6716         * src/stock_pixmap.[ch]
6717         * src/gtk/Makefile.am
6718         * src/Makefile.am
6719         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6720         * src/pixmaps/mime_*.xpm                ** NEW **
6721                 o mimeview rearrangement with a new icon shortcut bar
6722
6723 2003-07-19 [alfons]     0.9.3claws27
6724
6725         * src/folderview.c
6726                 o plug leaking nodes_to_recollapse
6727                 o add folderview_recollapse_all_nodes() (not used yet)
6728
6729 2003-07-19 [alfons]     0.9.3claws26
6730
6731         * src/compose.c
6732         * src/common/utils.c
6733                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6734                 for both forwarding as replying
6735
6736 2003-07-18 [christoph]  0.9.3claws25
6737
6738         * configure.ac
6739         * src/common/sylpheed.[ch]
6740         * src/common/version.h.in
6741                 add version in numeric form to allow easy comparison
6742
6743         * src/plugins/demo/demo.c
6744                 add version check
6745                 - sylpheed version > plugin version => never allowed, sylpheed
6746                   could contain unknown API changes
6747                 - sylpheed version < minimum version required => don't load,
6748                   API required not available (if linking does not fail)
6749
6750 2003-07-18 [alfons]     0.9.3claws24
6751         
6752         * src/common/plugin.[ch]
6753                 const correctness
6754
6755 2003-07-18 [christoph]  0.9.3claws23
6756
6757         * src/common/hooks.c
6758                 fix crash when hooks where unregisted
6759
6760         * src/plugins/trayicon/trayicon.c
6761                 unregister detroy signal before destroying the widget
6762                 (still crashes when the plugin is unloaded)
6763
6764 2003-07-18 [alfons]     0.9.3claws22
6765         
6766         * src/folderview.c
6767                 delay expanding folder tree during drags until timeout triggered
6768                 (needs perhaps some tweaking, so testing is welcome)
6769
6770 2003-07-17 [alfons]     0.9.3claws21
6771
6772         * src/folderview.c
6773                 clean up cruft
6774
6775 2003-07-17 [christoph]  0.9.3claws20
6776
6777         * src/common/session.c
6778                 fix opening of SSL connections
6779
6780         * src/plugins/image_viewer/Makefile.am
6781                 add OPENSSL_CFLAGS (we should find a better solution to remove
6782                 this dependencies if they are not required)
6783
6784         * src/plugins/spamassassin/spamassassin.c
6785                 remove setlocale workaround (fixed in libspamc)
6786
6787         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6788          if spell checking enabled)
6789
6790 2003-07-17 [alfons]     0.9.3claws19
6791
6792         * src/common/hooks.[ch]
6793         * src/plugins/clamav/clamav_plugin.c
6794         * src/plugins/spamassassin/spamassassin.c
6795         * src/plugins/trayicon/trayicon.c
6796                 fix signedness muck 
6797
6798 2003-07-17 [alfons]     0.9.3claws18
6799
6800         * src/procmime.c
6801                 plug memleak
6802
6803 2003-07-17 [alfons]     0.9.3claws17
6804
6805         * src/inc.c
6806                 plug memleak
6807
6808 2003-07-17 [paul]       0.9.3claws16
6809
6810         * src/common/defs.h
6811           src/mainwindow.c
6812           src/manual.[ch]
6813                 add link to the Claws site's FAQ page, after the suggestion
6814                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6815                 Move url strings to defs.h
6816                 
6817         * src/mainwindow.c
6818                 fix typo to prevent "unknown menu entry" warnings
6819
6820 2003-07-17 [alfons]     0.9.3claws15
6821
6822         * src/folderview.[ch]
6823         * src/summaryview.[ch]
6824         * src/mimeview.[ch]
6825                 plug DnD leaks 
6826
6827 2003-07-17 [paul]       0.9.3claws14
6828
6829         * src/inc.c
6830                 remove two instances of 'GTK_EVENTS_FLUSH' because
6831                 they are unnecessary and probably cause a stack overflow
6832
6833 2003-07-16 [christoph]  0.9.3claws13
6834
6835         * src/mimeview.[ch]
6836                 use an invisible GTK notebook to switch between viewers
6837                 instead of reparenting widgets
6838
6839 2003-07-16 [christoph]  0.9.3claws12
6840
6841         * src/folder.c
6842                 move folder_item_update_freeze() to correct place in
6843                 folder_item_scan_full()
6844
6845 2003-07-16 [paul]       0.9.3claws11
6846
6847         * sync with 0.9.3cvs12
6848                 see ChangeLog 2003-07-14 and 2003-07-15
6849
6850 2003-07-16 [christoph]  0.9.3claws10
6851
6852         * src/imap.[ch]
6853         * src/prefs_account.[ch]
6854                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6855
6856 2003-07-15 [alfons]     0.9.3claws9
6857
6858         * src/main.c
6859                 make --config-dir do something useful
6860
6861 2003-07-15 [alfons]     0.9.3claws8
6862
6863         * src/procmsg.c
6864                 o fix a bug where 'last' didn't really point to the last message
6865                   in the top level list of children, but to the last threaded
6866                   message. 
6867                 
6868                 o clean up and make it easier to sync
6869
6870 2003-07-15 [alfons]     0.9.3claws7
6871
6872         * src/mainwindow.c
6873                 make correct menu items sensitive       
6874
6875 2003-07-14 [alfons]     0.9.3claws6
6876
6877         * src/procmsg.c
6878                 tune the threader so it will not subject-thread any message
6879                 without a subject prefix (this will not thread correctly if 
6880                 a parent is delivered after their childs, but it looks 
6881                 better right now)
6882
6883 2003-07-13 [christoph]  0.9.3claws5
6884
6885         * src/mainwindow.c
6886                 group "Add mailbox *..." menu items in submenu
6887
6888 2003-07-13 [alfons]     0.9.3claws4
6889
6890         * src/summaryview.c
6891                 correct summary_toggle_pressed() signature and make sure
6892                 signal is not passed on
6893
6894 2003-07-13 [alfons]     0.9.3claws3
6895
6896         * src/summaryview.c
6897                 o for now don't pass on keys when they we're handled by 
6898                   ctree::key_press_event
6899                 o clean up
6900
6901 2003-07-13 [alfons]     0.9.3claws2
6902         
6903         * src/main.c
6904                 add command line option "--config-dir" to get the current 
6905                 configuration dir
6906
6907 2003-07-12 [alfons]     0.9.3claws1
6908
6909         * src/matcher.[ch]
6910         * src/matcher_parser_parse.y
6911         * src/prefs_filtering.c
6912         * src/filtering.c
6913                 add "Lock" filter action to lock messages;
6914
6915         * src/filtering.c       
6916                 remove debug_print()    
6917         * src/prefs_filtering.c
6918                 re-organize matcher part 9: 
6919                 make action text entries easily extendible;
6920                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6921                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6922
6923 2003-07-12 [paul]
6924
6925         * tools/README
6926                 update old information and add missing
6927                 information
6928
6929 2003-07-12 [paul]       0.9.3claws
6930
6931         * 0.9.3claws released
6932         
6933 2003-07-12 [paul]       0.9.0claws103
6934
6935         * src/Makefile.am
6936                 add addrquery.h
6937
6938 2003-07-12 [melvin]     0.9.0claws102
6939
6940         * src/messageview.c
6941                 Fixed bug #215: Show MIME tab for single text/html messages. 
6942                 
6943 2003-07-12 [paul]       0.9.0claws101
6944
6945         * man/sylpheed.1
6946                 updated
6947
6948 2003-07-12 [paul]       0.9.0claws100
6949
6950         * po/es.po
6951           po/hr.po
6952           po/pl.po
6953           po/sr.po
6954                 update Spanish, Croatian, Polish, Serbian translations.
6955                 submitted by Ricardo Mones Lastra, Dragan, Witold
6956                 Wladyslaw Wojciech Wilk, Urke MMI
6957
6958 2003-07-12 [melvin]     0.9.0claws99
6959
6960         * po/fr.po
6961                 Updated French translations.
6962
6963 2003-07-12 [paul]       0.9.0claws98
6964
6965         * src/addressbook.c
6966                 disable 'Lookup' button as it has no effect
6967
6968 2003-07-11 [alfons]     0.9.0claws97
6969         
6970         * src/summaryview.c
6971                 summary_searchbar_pressed() should return TRUE to signal that
6972                 event was handled. when returning void, the return value passed
6973                 to GTK is actually random, but maybe FALSE, in which case the
6974                 event is handled by parent
6975                 
6976 2003-07-10 [paul]       0.9.0claws96
6977
6978         * ac/missing/gettext.m4
6979                 update to version 0.12
6980
6981 2003-07-10 [paul]       0.9.0claws95
6982
6983         * src/plugins/clamav/clamav_plugin.c
6984                 fix bug where multipart/alternative messages
6985                 would slip through without being scanned
6986
6987 2003-07-10 [christoph]  0.9.0claws94
6988
6989         * src/folder.c
6990                 correct check if folder supports removing when a message is
6991                 moved. if not the message is only copied.
6992
6993         (closes Bug 132 crash on startup in newsgroups folders)
6994
6995 2003-07-09 [alfons]     0.9.0claws93
6996
6997         * configure.ac
6998         * src/common/defs.h
6999                 --with-config-dir (default .sylpheed)
7000
7001 2003-07-09 [christoph]  0.9.0claws92
7002
7003         * configure.ac
7004                 use PKG_CHECK_MODULES to check for gtkmathview
7005                 (version 0.4.2 now required)
7006
7007 2003-07-08 [melvin]     0.9.0claws91
7008
7009         * src/action.c
7010                 Implemented a progress bar that counts the number of completed
7011                 tasks when the action runs more than one command.
7012
7013 2003-07-08 [alfons]     0.9.0claws90
7014
7015         * src/procmsg.c
7016                 if queued message has an invalid Message-Id, don't try to
7017                 find message it refers to (fixes #209 "crash when processing 
7018                 in folder")
7019
7020 2003-07-08 [paul]       0.9.0claws89
7021
7022         * sync with 0.9.3cvs2
7023                 see ChangeLog 2003-07-08
7024
7025 2003-07-08 [match]      0.9.0claws88
7026
7027         * src/ldapctrl.c
7028                 extend LDAP search for first/last name by parsing search term.
7029
7030 2003-07-08 [alfons]     0.9.0claws87
7031
7032         * src/send_message.c
7033                 fix bug #208 "Status message stuck when sending on POP3 account"
7034
7035 2003-07-07 [paul]       0.9.0claws86
7036
7037         * po/hr.po
7038                 new Croatian translation, submitted by
7039                 Dragan <drleskov@inet.hr>
7040
7041 2003-07-07 [paul]       0.9.0claws85
7042
7043         * sync with 0.9.3cvs1
7044                 see ChangeLog 2003-07-07
7045
7046 2003-07-05 [christoph]  0.9.0claws84
7047
7048         * src/Makefile.am
7049         * src/messageview.c
7050         * src/mimeview.[ch]
7051         * src/stock_pixmap.[ch]
7052         * src/pixmaps/messageview_text.xpm              ** NEW **
7053                 move mimeview tabs to the right side and use icons
7054                 instead of text to save some space
7055
7056         (patch by Luke Plant <lukeplant@softhome.net>)
7057
7058 2003-07-05 [christoph]  0.9.0claws83
7059
7060         * src/inc.c
7061                 add NULL pointer checks
7062
7063         (patch by Luke Plant <lukeplant@softhome.net>)
7064         (closes Bug 204 0.9.0 quits on authentication error?!)
7065
7066 2003-07-05 [alfons]     0.9.0claws82
7067
7068         * configure.ac
7069                 take the clue in bug #202 "./configure script - 
7070                 'if test' comparison failure" reported by John Kristoff. 
7071
7072 2003-07-04 [christoph]  0.9.0claws81
7073
7074         * src/plugins/spamassassin/spamassassin.c
7075                 set timeout for spam check
7076
7077 2003-07-04 [christoph]  0.9.0claws80
7078
7079         * src/main.c
7080                 destroy all FolderItems when shutting down to
7081                 allow folders to clean up
7082
7083 2003-07-04 [melvin]     0.9.0claws79
7084
7085         * src/gtk/gtkaspell.c
7086                 Fixed bug #184 "Entering non-ascii character deletes
7087                 previous char if spell checking enabled": this makes
7088                 the spell checking in multibytes (e.g. UTF-8)locales work.
7089                 (Patch by Luke Plant).
7090                 
7091 2003-07-04 [christoph]  0.9.0claws78
7092
7093         * sync with 0.9.2cvs1
7094                 see ChangeLog 2003-06-10
7095
7096 2003-07-04 [paul]       0.9.0claws77
7097
7098         * sync with 0.9.3 release
7099                 see ChangeLog 2003-07-04
7100
7101 2003-07-03 [christoph]  0.9.0claws76
7102
7103         * src/folder.[ch]
7104         * src/imap.c
7105         * src/mbox_folder.c
7106         * src/mh.c
7107         * src/news.c
7108                 move folder_item_get_path() stuff into a folder virtual function
7109
7110         * src/procmsg.c
7111                 use folder_item_fetch_msg() to get message and do not contruct
7112                 the filename from path and number
7113
7114 2003-07-03 [paul]       0.9.0claws75
7115
7116         * sync with 0.9.2cvs12
7117                 see ChangeLog 2003-07-03
7118
7119 2003-07-02 [paul]       0.9.0claws74
7120
7121         * src/messageview.c
7122                 fix text-selection for replying
7123
7124 2003-07-02 [paul]       0.9.0claws73
7125
7126         * sync with 0.9.2cvs11
7127                 see ChangeLog 2003-07-02
7128
7129 2003-07-02 [paul]       0.9.0claws72
7130
7131         * src/procmsg.c
7132                 revert last commit because it breaks more
7133                 than it fixes
7134
7135 2003-07-02 [paul]       0.9.0claws71
7136
7137         * src/procmsg.c
7138                 fix thread by subject/sort by date
7139
7140 2003-07-01 [paul]       0.9.0claws70
7141
7142         * sync with 0.9.2cvs10
7143                 see ChangeLog 2003-07-01
7144
7145 2003-06-30 [paul]       0.9.0claws69
7146
7147         * sync with 0.9.2cvs9
7148                 see ChangeLog 2003-06-30
7149
7150 2003-06-28 [match]      0.9.0claws68
7151
7152         * src/addressbook.c
7153                 fix null ptr.
7154
7155 2003-06-27 [paul]       0.9.0claws67
7156
7157         * sync with 0.9.2cvs7
7158                 see ChangeLog 2003-06-27
7159
7160 2003-06-26 [christoph]  0.9.0claws66
7161
7162         * src/folder.c
7163                 freeze folder updates while a folder is scanned
7164
7165         (closes Bug 185 New message counter)
7166
7167 2003-06-26 [darko]      0.9.0claws65
7168
7169         * src/ldapserver.c
7170                 fix infinite loop when adding a new LDAP server
7171
7172 2003-06-26 [paul]       0.9.0claws64
7173
7174         * sync with 0.9.2cvs6
7175                 see ChangeLog 2003-06-26
7176
7177 2003-06-26 [paul]       0.9.0claws63
7178
7179         * sync with 0.9.2cvs5
7180                 see ChangeLog 2003-06-25 and 2003-06-26
7181
7182 2003-06-25 [match]      0.9.0claws62
7183
7184         * src/addr_compl.c
7185                 Fixed tab/backtab for dropped-down completion list to
7186                 move next/previous field. (close bug 147)
7187
7188 2003-06-25 [christoph]  0.9.0claws61
7189
7190         * src/addr_compl.[ch]
7191         * src/addrindex.[ch]
7192         * src/folderview.c
7193         * src/inc.c
7194         * src/news.c
7195         * src/summaryview.c
7196         * src/toolbar.c
7197                 fix warnings
7198
7199 2003-06-25 [leandro]    0.9.0claws60
7200
7201         * src/compose.c
7202                 o cleanups
7203                 o gray out "Message/Remove references" menu item if not
7204                   replying to a message
7205
7206 2003-06-24 [leandro]    0.9.0claws59
7207
7208         * src/compose.[ch]
7209                 o removed "Message/Create new thread" menu item
7210                 o added "Message/Remove references" menu item
7211                   (it's off by default and will not check anymore
7212                    if the subject changed)
7213
7214 2003-06-23 [alfons]     0.9.0claws58
7215
7216         * src/procmsg.c
7217                 try better grouping messages threaded by subject based on their age.
7218                 still not perfect - because the message tree is not sorted by date.  
7219
7220 2003-06-23 [thorsten]   0.9.0claws57
7221
7222         * src/pop.[ch]
7223                 added mail_receive_hook to allow modifications
7224                 directly after retrieval (e.g. adding headers).
7225
7226 2003-06-23 [paul]       0.9.0claws56
7227
7228         * src/sourcewindow.c
7229                  enable the use of Ctrl+A to select all text in
7230                  the sourcewindow
7231                  Patch submitted by Ivan Francolin Martinez
7232                  <ivanfm@users.sourceforge.net>
7233
7234 2003-06-22 [christoph]  0.9.0claws55
7235
7236         * src/folder.[ch]
7237                 o add notification hook for folder tree changes
7238                 o invoke hooks after folder tree scanning
7239
7240         * src/folderview.[ch]
7241                 register hook for folder tree changes that
7242                 updates the ctree
7243
7244         (there are more places that should be updated, like add, remove 
7245          or move folder)
7246
7247         (closes Bug 164 Crash on rebuild folder tree)
7248         (closes Bug 190 Crash on 'rebuilding folder tree')
7249
7250 2003-06-21 [leandro]    0.9.0claws54
7251
7252         * src/compose.[ch]
7253                 create a new thread if subject changes
7254                 (it's on by default, can be disabled in Message menu)
7255
7256 2003-06-21 [alfons]     0.9.0claws53
7257
7258         * src/summaryview.c
7259                 quiet little compiler
7260
7261 2003-06-21 [christoph]  0.9.0claws52
7262
7263         update gettext stuff to version 0.12
7264
7265 2003-06-19 [alfons]     0.9.0claws51
7266
7267         * src/common/log.c
7268         * src/common/plugin.c
7269                 move defs.h before glib.h to prevent MIN/MAX redefs
7270
7271 2003-06-19 [alfons]
7272
7273         * src/addressbook.c
7274                 translatable
7275
7276 2003-06-19 [match]      0.9.0claws50
7277
7278         * src/addressbook.[ch]
7279         * src/addrindex.[ch]
7280         * src/addr_compl.[ch]
7281         * src/editldap.[ch]
7282         * src/editldap_basedn.[ch]
7283         * src/addritem.[ch]
7284         * src/ldapquery.h
7285                 re-implemented dynamic LDAP search. works without
7286                 slowdown on display sender with addressbook
7287                 option.
7288         * src/addrbook.c
7289                 documented code.
7290
7291 2003-06-19 [paul]       0.9.0claws49
7292
7293         * src/compose.c
7294                 fix Bug #136 'Nonprovided quotation marks crash claws'
7295                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7296
7297 2003-06-19 [alfons]     0.9.0claws48
7298
7299         * src/prefs_common.[ch]
7300         * src/procmsg.c
7301                 restrict threading by subject by checking thread for
7302                 age (prefs_common.thread_by_subject_max_age)
7303
7304 2003-06-18 [christoph]  0.9.0claws47
7305
7306         * src/imap.c
7307                 fix memory leak in imap_cmd_fetch()
7308
7309 2003-06-18 [christoph]  0.9.0claws46
7310
7311         * src/prefs_gtk.c
7312                 fix memory leak in prefs_set_default() when used multiple
7313                 times or after prefs have been read
7314
7315 2003-06-18 [christoph]  0.9.0claws45
7316
7317         * src/common/plugin.c
7318                 fix memory leak in plugin_unload()
7319
7320 2003-06-18 [christoph]  0.9.0claws44
7321
7322         * src/imap.c
7323                 fix memory leak in imap_cmd_ok()
7324
7325 2003-06-18 [christoph]  0.9.0claws43
7326
7327         * src/folder.c
7328                 stop messages that are downloaded from POP3 and added to
7329                 an IMAP inbox from being filtered twice (first by POP3
7330                 and again when IMAP folder is scaned to get the UID of
7331                 the APPEND operation when no UIDPLUS is available)
7332
7333 2003-06-18 [alfons]
7334
7335         * tools/Makefile.am
7336                 phoenix <- firebird     
7337
7338 2003-06-18 [paul]
7339
7340         * tools/launch_phoenix          ** REMOVED **
7341           tools/launch_firebird         ** NEW **
7342                 renamed and edited to reflect the browser's name change from
7343                 'phoenix' to 'firebird'
7344
7345 2003-06-18 [paul]       0.9.0claws42
7346
7347         * sync with 0.9.2cvs2
7348                 see ChangeLog 2003-06-16
7349
7350 2003-06-17 [alfons]     0.9.0claws41
7351
7352         * src/procmsg.c
7353                 prevent threading problems when a node is an ancestor (parent / great parent),
7354                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7355                 for finding an sample set of messages)
7356
7357 2003-06-16 [christoph]  0.9.0claws40
7358
7359         * src/main.c
7360                 don't popup main window on --receive or --receive-all
7361
7362         * src/mainwindow.[ch]
7363         * src/plugins/trayicon/trayicon.c
7364                 allow hiding of main window by clicking on the trayicon
7365                 (doesn't work correctly in seperate window mode and may
7366                  cause unexpected GTK problems I couldn't find yet)
7367
7368         * src/common/ssl.c
7369                 remove incorrect warning
7370
7371 2003-06-15 [alfons]     0.9.0claws39
7372
7373         * src/gtk/gtkstext.c
7374                 don't output debug text;
7375                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7376                 for pointing this out);
7377
7378 2003-06-14 [alfons]     0.9.0claws38
7379         
7380         * src/messageview.c
7381                 remove printf() and make one if..else comply with coding style
7382
7383 2003-06-14 [alfons]     0.9.0claws37
7384
7385         * AUTHORS
7386                 add Martin Wicke
7387         * src/action.c
7388         * src/messageview.[ch]
7389         * src/summaryview.c
7390                 apply patch #754162 "Quoting messages filtered by actions" submitted
7391                 by Martin Wicke, which allows quoting message body changed by an
7392                 action (Thanks!).
7393
7394 2003-06-13 [alfons]     0.9.0claws36
7395
7396         * src/utils.c
7397                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7398                 use case insensitive regexp (suggested by Ivan Martinez)
7399
7400 2003-06-13 [christoph]  0.9.0claws35
7401
7402         * configure.ac
7403         * src/plugins/trayicon/Makefile.am
7404         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7405         * src/plugins/trayicon/trayicon.c
7406         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7407         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7408         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7409         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7410         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7411         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7412                 replace my own EggTrayIcon backport with the backport
7413                 used by (l|x)mule and gabber.
7414
7415 2003-06-13 [alfons]     0.9.0claws34
7416
7417         * AUTHORS
7418         * src/common/utils.c
7419                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7420
7421 2003-06-13 [alfons]     0.9.0claws33
7422
7423         * src/compose.c
7424                 clean up a little bit
7425
7426 2003-06-12 [alfons]     0.9.0claws32
7427
7428         * src/compose.c
7429                 const correctness fix
7430
7431         * src/common/sylpheed.[ch]
7432                 () -> (void)
7433                 prevent redef MIN/MAX
7434                 
7435         * src/common/utils.[ch]
7436                 () -> (void)
7437
7438 2003-06-12 [melvin]     0.9.0claws31
7439
7440         * src/compose.c
7441                 Updated to take into accounts changes in GtkAspell.
7442
7443 2003-06-12 [alfons]     0.9.0claws30
7444
7445         * src/compose.c
7446         * src/procmsg.c
7447         * src/common/utils.[ch]
7448                 handle reply subject prefixes better (initial 
7449                 suggestion by Robert Story adapted and enhanced 
7450                 using regexps)
7451
7452 2003-06-12 [melvin]     0.9.0claws29
7453
7454         * src/compose.c
7455                 Use new gtkaspell_checkers_strerror() to get the speller's
7456                 error message instead of accessing the (now private)
7457                 checkers structure.
7458                 Minor code clean up
7459
7460         * src/main.c
7461                 Use #ifdef instead of #if for USE_ASPELL
7462                 Use the new spell checkers init/quit functions 
7463
7464         * src/gtk/gtkaspell.c
7465                 Use #ifdef instead of #if for USE_ASPELL
7466                 Moved in the majority of GtkAspell structures that were
7467                 exported before by gtkaspell.h
7468         
7469         * src/gtk/gktaspell.h
7470                 Made gtkaspell.h contain only the necessary data to be
7471                 publicized by moving many structures to gtkaspell.c.
7472                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7473                 gtkaspell_checkers_new(): replaced by...
7474                 gtkaspell_checkers_init(): new function for initialization
7475                 gtkaspell_checkers_delete(): replaced by...
7476                 gtkaspell_checkers_quit(): new function
7477                 gtkaspell_checkers_strerror(): new function that returns
7478                 the checker's last error message.
7479                 
7480 2003-06-11 [melvin]     0.9.0claws28
7481
7482         * po/POTFILES.in
7483                 Updated to take into account gtkaspell.c migration to
7484                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7485
7486 2003-06-10 [alfons]     0.9.0claws27
7487
7488         * src/filtering.[ch]
7489         * src/folder.c
7490         * src/matcher.c
7491         * src/scoring.[ch]
7492                 - try fixing bug #18 (any brave testers?)
7493                 - add more robustness by refusing previously 
7494                   unchecked NULL pointers 
7495
7496 2003-06-10 [alfons]     0.9.0claws26
7497
7498         * src/procmsg.c
7499                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7500
7501 2003-06-09 [alfons]     0.9.0claws25
7502
7503         * src/prefs_common.c
7504                 fix bug #163 "Icon switching doesnt work properly" by 
7505                 preventing early freeing of prefs_common.pixmap_theme_path.
7506
7507 2003-06-09 [christoph]  0.9.0claws24
7508
7509         * src/gtk/gtkaspell.c
7510                 revert Thorsten's fix and add forgotten g_strdup for
7511                 aspell path (it should not be possible to alter the path a
7512                 GtkASpell uses from outside)
7513
7514 2003-06-09 [thorsten]   0.9.0claws23
7515
7516         * src/gtk/gtkaspell.c
7517                 dont free prefs_common.aspell_path when closing compose
7518
7519 2003-06-08 [colin]      0.9.0claws22
7520
7521         * src/plugins/spamassassin/spamassassin.c
7522                 fix prefs types
7523
7524 2003-06-07 [christoph]  0.9.0claws21
7525
7526         * src/Makefile.am
7527         * src/compose.c
7528         * src/gtkaspell.[ch]            ** REMOVE **
7529         * src/gtk/Makefile.am
7530         * src/gtk/gtkaspell.[ch]        ** NEW **
7531                 o make gtkaspell independent from sylpheed's prefs
7532                 o move gtkaspell.[ch] to gtk directory
7533
7534 2003-06-07 [christoph]  0.9.0claws20
7535
7536         * src/Makefile.am
7537         * src/crash.c
7538         * src/export.c
7539         * src/filesel.[ch]              ** REMOVE **
7540         * src/folder.c
7541         * src/main.[ch]
7542         * src/common/sylpheed.[ch]
7543         * src/gtk/Makefile.am
7544         * src/gtk/filesel.[ch]          ** NEW **
7545         * src/gtk/pluginwindow.c
7546         * src/gtk/sslcertwindow.c
7547                 move filesel.[ch] to gtk directory
7548
7549 2003-06-07 [alfons]     0.9.0claws19
7550
7551         * src/filesel.c
7552                 make (multi) file selection dialog work again (Claws-only)
7553
7554 2003-06-07 [thorsten]   0.9.0claws18
7555
7556         * po/de.po
7557                 fix typos
7558
7559 2003-06-07 [alfons]     0.9.0claws17
7560
7561         * configure.ac
7562         * src/mimeview.c
7563                 detect apache mishap in which case don't include fnmatch.h
7564                 if regex.h is already included
7565
7566 2003-06-06 [christoph]  0.9.0claws16
7567
7568         * configure.ac
7569         * src/mimeview.h
7570                 add check for fnmatch.h and include it when available
7571
7572         * src/mimeview.[ch]
7573                 fix wrong case sensitivity of Content-Types
7574
7575         * src/gtk/Makefile.am
7576                 need the same include paths in gtk directory as in
7577                 common directory because .h files in common can
7578                 include files from these directories, when included
7579                 in gtk's .h or .c files
7580
7581 2003-06-06 [alfons]     0.9.0claws15
7582
7583         * src/mimeview.c
7584         * src/summaryview.c
7585                 make it compile again because of regex.h / fnmatch.h 
7586                 include problems (related to recent mime stuff, can
7587                 someone check this?)
7588
7589 2003-06-06 [thorsten]   0.9.0claws14
7590
7591         * src/folderview.c
7592                 possible use of uninitialized pointer while dragging
7593
7594 2003-06-06 [paul]       0.9.0claws13
7595
7596         * src/compose.c
7597                 fix bug where the insert sig button would be effective
7598                 only when auto_sig was set
7599
7600 2003-06-06 [paul]       0.9.0claws12
7601
7602         * sync with 0.9.2 release
7603
7604 2003-06-02 [paul]       0.9.0claws11
7605
7606         * sync with 0.9.1cvs1
7607                 see ChangeLog 2003-06-02
7608                 
7609         * po/de.po
7610                 update by Jens
7611
7612 2003-06-01 [christoph]  0.9.0claws10
7613
7614         * src/account.c
7615                 don't use substring search to find accounts by email address
7616
7617         (closes Bug 169 Overly loose matching of "From" address)
7618
7619 2003-05-31 [christoph]  0.9.0claws9
7620
7621         * doc-src/rfc2683.txt
7622         * src/imap.c
7623                 limit IMAP command length as recommended in RFC2683
7624                 (message number lists will be split into multiple imap
7625                 sets, the limit of 1000 octets is not a hard limit)
7626
7627         (closes Bug 161 sylpheed-claws exits with segfault when logging
7628          in to certain imap-servers)
7629
7630 2003-05-29 [alfons]     0.9.0claws8
7631
7632         * src/toolbar.[ch]
7633                 add print button (calling summary_print());
7634                 fine tune setting tooltip text;
7635                 (if someone needs other buttons, please take these 
7636                 commits as a guide, instead of bothering us - also
7637                 see 0.8.11claws150) 
7638
7639 2003-05-29 [darko]      0.9.0claws7
7640
7641         * src/compose.c
7642                 fix crash when word wrapping kicks in due to
7643                 changed text by spell checker
7644
7645 2003-05-29 [paul]       0.9.0claws6
7646
7647         * src/compose.c
7648                 fix bug where changing account would insert
7649                 sig even if auto_sig was FALSE
7650                 
7651         * ChangeLog
7652           ChangeLog.jp
7653           INSTALL
7654                 sync with 0.9.1 release
7655
7656 2003-05-28 [christoph]  0.9.0claws5
7657
7658         * src/imap.c
7659                 fix truncation of too long commands
7660
7661         (closes Bug 167 IMAP hangs trying to get envelope
7662          information in imap_get_uncached_messages)
7663
7664 2003-05-27 [paul]       0.9.0claws4
7665
7666         * tools/Makefile.am
7667           tools/maildir2sylpheed.pl     ** NEW FILE **
7668                 add kmail to sylpheed mailbox conversion script
7669
7670 2003-05-27 [paul]       0.9.0claws3
7671
7672         * sync with 0.9.0cvs10
7673                 see ChangeLog 2003-05-26
7674
7675 2003-05-26 [paul]       0.9.0claws2
7676
7677         * sync with 0.9.0cvs9
7678                 see ChangeLog 2003-05-26
7679
7680 2003-05-24 [paul]       0.9.0claws1
7681
7682         * sync with 0.9.0cvs8
7683                 see ChangeLog 2003-05-23
7684
7685 2003-05-24 [paul]       0.9.0claws
7686
7687         * version 0.9.0claws released
7688
7689 2003-05-24 [paul]       0.8.11claws177
7690
7691         * src/plugins/dillo-viewer/Makefile.am
7692           src/plugins/traycon/Makefile.am
7693                 add missing files
7694                 
7695         * po/bg.po
7696           po/en_GB.po
7697           po/es.po
7698           po/it.po
7699           po/pt_BR.po
7700           po/ru.po
7701           po/sr.po
7702                 update Bulgarian, British English, Spanish, Italian, 
7703                 Brazilian Portuguese, Russian, and Serbian translations, 
7704                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7705                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7706                 Ruslan N. Balkin, and Urke MMI
7707
7708 2003-05-23 [melvin]     0.8.11claws176
7709
7710         * po/fr.po
7711                 Updated French translations
7712
7713 2003-05-22 [paul]       0.8.11claws175
7714
7715         * src/Makefile.am
7716           src/addrbook.[ch]
7717           src/addrcache.[ch]
7718           src/addr_compl.[ch]
7719           src/adressbook.[ch]
7720           src/addrindex.[ch]
7721           src/addritem.[ch]
7722           src/editaddress.c
7723           src/editgroup.c
7724           src/editldap_basedn.c
7725           src/editldap.c
7726           src/jpilot.c
7727           src/vcard.c
7728                 revert to get ldap into it previous working state
7729                 
7730         * po/zh_TW.Big5.po
7731                 new Taiwanese translation,
7732                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7733
7734 2003-05-22 [christoph]  0.8.11claws174
7735
7736         * src/plugins/spamassassin/libspamc.[ch]
7737                 sync libspamc with SpamAssaain release 2.55
7738
7739 2003-05-22 [paul]       0.8.11claws173
7740
7741         * sync with 0.9.0cvs7
7742                 see ChangeLog 2003-05-22
7743                 
7744         * src/summaryview.c
7745                 revert change in 0.8.11claws172: follow
7746                 Hiroyuki's decision and that's the end of it.
7747
7748 2003-05-21 [paul]       0.8.11claws172
7749
7750         * src/summaryview.c
7751                 fix discrepency between open_unread_on_enter
7752                 and always_show_msg
7753
7754 2003-05-21 [paul]       0.8.11claws171
7755
7756         * sync with 0.9.0cvs6
7757                 see ChangeLog 2003-05-21
7758
7759 2003-05-21 [paul]       0.8.11claws170
7760
7761         * sync with 0.9.0cvs5
7762                 see ChangeLog 2003-05-21
7763
7764 2003-05-20 [paul]       0.8.11claws169
7765
7766         * sync with 0.9.0cvs4
7767                 see ChangeLog 2003-05-20
7768                 fixes bug #152, 'encoding of IMAP folders names'
7769
7770 2003-05-20 [paul]       0.8.11claws168
7771
7772         * sync with 0.9.0cvs3
7773                 see ChangeLog 2003-05-20
7774                 
7775         * src/tools/convert_mbox.pl
7776                 minor change in the comments, submitted by Fred Marton
7777
7778 2003-05-19 [paul]       0.8.11claws167
7779
7780         * src/plugins/clamav/Makefile.am
7781           configure.ac
7782                 link clamav_lib to the plugin and not to the main program
7783
7784 2003-05-19 [christoph]
7785
7786         * src/Makefile.am
7787                 add -export-dynamic for linking
7788
7789 2003-05-19 [paul]       0.8.11claws166
7790
7791         * sync with 0.9.0cvs1
7792                 see ChangeLog 2003-05-19
7793
7794 2003-05-19 [paul]       0.8.11claws165
7795
7796         * src/inc.c
7797                 fix 'pop before smtp' timeout
7798
7799 2003-05-18 [alfons]     0.8.11claws164
7800
7801         * src/prefs_matcher.c
7802                 put "execute" action command line ("expression") in edit box
7803
7804 2003-05-18 [christoph]  0.8.11claws163
7805
7806         * src/mimeview.[ch]
7807         * src/plugins/dillo_viewer/dillo_viewer.c
7808         * src/plugins/image_viewer/viewer.c
7809         * src/plugins/mathml_viewer/mathml_viewer.c
7810                 let a viewer have a list of Content-Types
7811
7812 2003-05-18 [paul]       0.8.11claws162
7813
7814         * src/prefs_filtering.c
7815                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7816                 and REDIRECT actions
7817
7818 2003-05-17 [christoph]
7819
7820         * README.claws
7821                 o remove dynamic signatures that was syned with main
7822                 o add infos about no longer "build in" image viewer
7823                 o update bugtracker URL
7824
7825 2003-05-17 [christoph]  0.8.11claws161
7826
7827         * src/folder.c
7828         * src/folderview.c
7829         * src/imap.c
7830                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7831                 for every folder after rebuilding the folder tree.
7832
7833         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7834          messages)
7835
7836 2003-05-17 [christoph]  0.8.11claws160
7837
7838         * src/imap.c
7839                 don't use STATUS command on current folder to check for
7840                 content changes. imap_cmd_ok() now tracks changes to
7841                 folder and number of existing messages.
7842
7843 2003-05-17 [paul]       0.8.11claws159
7844
7845         * src/plugins/clamav/clamav_plugin.c
7846                 remove unnecessary debug_print
7847
7848 2003-05-16 [thorsten]   0.8.11claws158
7849
7850         * src/plugins/demo.c
7851                 included missing intl.h
7852
7853 2003-05-16 [paul]       0.8.11claws157
7854
7855         * po/POTFILES.in
7856                 remove non-existant entries
7857         
7858         * src/plugins/clamav/clamav_plugin.c
7859           src/plugins/clamav/clamav_plugin_gtk.c
7860           src/plugins/dillo_viewer/dillo_prefs.c
7861           src/plugins/dillo_viewer/dillo_viewer.c
7862                 gettextise
7863
7864 2003-05-16 [christoph]  0.8.11claws156
7865
7866         * po/POTFILES.in
7867                 include plugin .c files for translation until I
7868                 find a better solution to have plugins have their
7869                 own textdomain
7870         * src/plugins/demo/demo.c
7871         * src/plugins/image_viewer/plugin.c
7872         * src/plugins/mathml_viewer/mathml_viewer.c
7873         * src/plugins/spamassassin/spamassassin.c
7874         * src/plugins/spamassassin/spamassassin_gtk.c
7875         * src/plugins/trayicon/trayicon.c
7876                 add gettext macros for plugin name and description
7877
7878 2003-05-16 [paul]
7879
7880         * sync with 0.9.0
7881
7882 2003-05-16 [paul]       0.8.11claws155
7883
7884         * sync with lastest 0.9.0pre1
7885                 see ChangeLog 2003-05-16
7886
7887 2003-05-15 [paul]       0.8.11claws154
7888
7889         * sync with latest 0.9.0pre1
7890                 see ChangeLog 2003-05-14 and 2003-05-15
7891
7892 2003-05-14 [christoph]  0.8.11claws153
7893
7894         * src/plugins/image_viewer/viewer.c
7895         * src/plugins/image_viewer/viewer.glade         ** NEW **
7896         * src/plugins/image_viewer/viewerprefs.c
7897                 make it possible to disable the autoload function in the
7898                 imageviewer again
7899
7900 2003-05-14 [christoph]  0.8.11claws152
7901
7902         * src/folder.c
7903                 fix folder update after adding a message
7904
7905 2003-05-13 [alfons]     0.8.11claws151
7906
7907         * src/common/session.c
7908                 remove debug traces
7909                 
7910         * src/addrcache.[ch]
7911         * src/filtering.[ch]
7912         * src/folder.[c]
7913         * src/gtkaspell.[ch]
7914         * src/imap.[ch]
7915         * src/mbox_folder.[ch]
7916         * src/mh.[ch]
7917         * src/mimeview.h
7918         * src/msgcache.[ch]
7919         * src/news.[ch]
7920         * src/passphrase.[ch]
7921         * src/prefs_common.[ch]
7922         * src/prefs_gtk.[ch]
7923         * src/procmsg.c
7924         * src/scoring.[ch]
7925                 be pedantic; (in prototypes () implies (int))
7926
7927 2003-05-13 [alfons]     0.8.11claws150
7928
7929         * src/prefs_toolbar.[ch]
7930         * src/summaryview.[ch]
7931         * src/toolbar.[ch]
7932                 change misleading text in toolbar prefs;
7933                 add toolbar action for ignore thread (toggles ignore thread flag);
7934                 clean up a little bit;
7935
7936 2003-05-12 [paul]
7937
7938         * tools/convert_mbox.pl
7939                 bug fixed by Fred Marton
7940
7941 2003-05-12 [paul]
7942
7943         * sync with 0.9.0pre1
7944
7945 2003-05-09 [paul]       0.8.11claws149
7946
7947         * sync with 0.8.11cvs43
7948                 see ChangeLog 2003-05-09
7949
7950 2003-05-08 [christoph]  0.8.11claws148
7951
7952         * src/imap.[ch]
7953                 o use CAPABILIY as first command and check for PREAUTH
7954                   information in the response to it
7955                 o rewrite all imap_cmd_* functions to use an IMAPSession
7956                   instead of a SockInfo as parameter
7957                 o do STARTTLS after fetching and checking the server
7958                   capabilities
7959
7960 2003-05-08 [paul]       0.8.11claws147
7961
7962         * tools/Makefile.am
7963           tools/README
7964           tools/convert_mbox.pl         ** NEW FILE **
7965                 add mbox conversion script. Submitted by 
7966                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7967
7968 2003-05-07 [christoph]
7969
7970         * doc-src/glade.txt
7971         * src/gtk/pluginwindow.glade
7972         * src/plugins/image_viewer/viewerprefs.glade
7973         * src/plugins/spamassassin/spamassassin_gtk.glade
7974                 add glade files for user interfaces and a description how
7975                 to use glade to create the sylpheed code
7976
7977 2003-05-07 [paul]       0.8.11claws146
7978
7979         * sync with 0.8.11cvs41
7980                 see ChangeLog 2003-05-07
7981
7982 2003-05-06 [christoph]  0.8.11claws145
7983
7984         * src/main.c
7985         * src/plugins/image_viewer/viewer.c
7986                 fix usage of imlib in imageviewer plugin
7987
7988         * src/gtk/prefswindow.c
7989                 handle window close event correctly
7990
7991 2003-05-06 [paul]       0.8.11claws144
7992
7993         * src/common/ssl.c
7994                 fix typo introduced in sync
7995
7996 2003-05-06 [paul]       0.8.11claws143
7997
7998         * sync with 0.8.11cvs39
7999                 see ChangeLog 2003-05-06
8000
8001 2003-05-06 [paul]       0.8.11claws142
8002
8003         * AUTHORS
8004           po/cs.po
8005                 updated Czech translation, submitted by 
8006                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8007                 
8008         * src/plugins/clamav/clamav_plugin_gtk.c
8009                 clean up
8010
8011 2003-05-03 [alfons]     0.8.11claws141
8012
8013         * src/compose.[ch]
8014                 make paste as quotation work even when the call to 
8015                 text_inserted() was deferred (fixes bug #140 "Paste 
8016                 as quotation does not work when using "external" 
8017                 clipboard")
8018
8019 2003-05-03 [thorsten]   0.8.11claws140
8020
8021         * src/addrquery.h
8022           src/ldapquery.h
8023           src/mainwindow.c
8024                 removed C++ comments
8025         * src/addr_compl.c
8026                 function with non-int retval/param used before
8027                 implementation/declaration
8028
8029 2003-05-02 [paul]       0.8.11claws139
8030
8031         * src/addr_compl.[ch]
8032           src/addressbook.[ch]
8033           src/addrindex.c
8034           src/summaryview.c
8035                 revert match's changes to (finally) remove the bug where
8036                 opening a folder causes massive slowdown when using the 
8037                 'Display sender using address book' option
8038
8039 2003-05-01 [melvin]     0.8.11claws138
8040
8041         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8042         * src/plugins/dillo_viewer/dillo_viewer.c
8043                 Fixed bug where "Cancel" button from prefs issued
8044                 warnings.
8045                 Comply a little more to coding style
8046
8047 2003-05-01 [paul]       0.8.11claws137
8048
8049         * sync with 0.8.11cvs38
8050                 see ChangeLog 2003-05-01
8051
8052 2003-05-01 [paul]       0.8.11claws136
8053
8054         * po/bg.po
8055                 updated by George Danchev
8056
8057 2003-04-30 [christoph]  0.8.11claws135
8058
8059         * src/plugins/dillo_viewer/dillo_prefs.c
8060         * src/plugins/image_viewer/viewerprefs.c
8061         * src/plugins/spamassassin/spamassassin_gtk.c
8062                 remove gtk_widget_ref() calls for widgets in
8063                 glade code
8064
8065 2003-04-30 [paul]       0.8.11claws134
8066
8067         * src/addrindex.c
8068                 ok, this time a better fix for the bug where opening folder
8069                 has massive slowdown when using the 'Display sender using 
8070                 address book' option
8071
8072 2003-04-30 [paul]       0.8.11claws133
8073
8074         * src/addrindex.c
8075                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8076         
8077 2003-04-30 [melvin]     0.8.11claws132
8078
8079         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8080
8081         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8082                 Preferences for the dillo plugin
8083         * src/plugins/dillo_viewer/dillo_viewer.c
8084                 Support for preferences
8085         * src/plugins/dillo_viewer/Makefile.am
8086                 Added dillo_prefs.[ch]
8087
8088 2003-04-30 [alfons]     0.8.11claws131
8089
8090         * src/common/plugin.[ch]
8091                 see? this ANSI C'fication immediately gives us type
8092                 checking for free.
8093
8094 2003-04-30 [alfons]     0.8.11claws130
8095
8096         * src/common/plugin.[ch]
8097         * src/plugins/clamav/clamav_plugin.[ch]
8098         * src/plugins/clamav/clamav_plugin_gtk.c
8099         * src/plugins/demo/demo.c
8100         * src/plugins/dillo_viewer/dillo_viewer.c
8101         * src/plugins/image_viewer/plugin.c
8102         * src/plugins/image_viewer/viewer.[ch]
8103         * src/plugins/image_viewer/viewerprefs.[ch]
8104         * src/plugins/mathml_viewer/mathml_viewer.c
8105         * src/plugins/spamassassin/spamassassin.[ch]
8106         * src/plugins/spamassassin/spamassassin_gtk.c
8107         * src/plugins/trayicon/trayicon.c
8108                 clean up
8109
8110 2003-04-30 [alfons]     0.8.11claws129
8111
8112         * src/common/utils.c
8113                 make is_ascii_str() fail gracefully when NULL pointer
8114                 is passed
8115
8116 2003-04-30 [paul]       0.8.11claws128
8117
8118         * src/addrindex.c
8119                 fix bug where opening folder has massive slowdown when
8120                 using the 'Display sender using address book' option
8121
8122 2003-04-30 [paul]       0.8.11claws127
8123
8124         * src/plugins/clamav/clamav_plugin.c
8125           src/plugins/clamav/clamav_plugin_gtk.c
8126           src/plugins/demo/demo.c
8127           src/plugins/dillo_viewer/dillo_viewer.c
8128           src/plugins/image_viewer/plugin.c
8129           src/plugins/mathml_viewer/mathml_viewer.c
8130           src/plugins/spamassassin/spamassassin.c
8131           src/plugins/spamassassin/spamassassin_gtk.c
8132           src/plugins/trayicon/trayicon.c
8133                 get rid of eye-hurting function signatures
8134
8135 2003-04-30 [paul]       0.8.11claws126
8136
8137         * src/plugins/trayicon/trayicon.c
8138                 add description
8139                 
8140         * src/mimeview.c
8141                 be more descriptive
8142
8143 2003-04-30 [paul]       0.8.11claws125
8144
8145         * configure.ac
8146                 arrange the plugins in reverse alphabetical order
8147                 
8148         * src/plugins/clamav/clamav_plugin.[ch]
8149           src/plugins/clamav/clamav_plugin_gtk.c
8150                 rename some params
8151                 resize max_size window
8152                 re-arrange the order of some gui elements
8153                 improve descriptions
8154         
8155         * src/plugins/image_viewer/plugin.c
8156           src/plugins/mathml_viewer/mathml_viewer.c
8157                 add descriptions
8158                 
8159         * src/plugins/spamassassin/spamassassin_gtk.c
8160                 resize max_size window
8161                 re-arrange the order of some gui elements
8162                 
8163         * src/messageview.c
8164           src/mimeview.c
8165                 correct typos
8166
8167 2003-04-30 [alfons]     0.8.11claws124
8168
8169         * src/imap.c
8170                 fix a leak found while browsing Martin Kluge's 
8171                 valgrind log (Claws only)
8172
8173 2003-04-29 [darko]      0.8.11claws123
8174
8175         * src/gtk/gtkstext.h
8176                 include wchar.h if it is available, fixes compilation
8177                 on HP-UX systems
8178
8179 2003-04-29 [melvin]     0.8.11claws122
8180
8181         * src/prefs_actions.c
8182                 Improved help text of Actions' syntax
8183
8184 2003-04-28 [paul]       0.8.11claws121
8185
8186         * src/action.c
8187                 a better fix for the crash when performing an action
8188                 on a mime part
8189
8190 2003-04-28 [paul]       0.8.11claws120
8191
8192         * src/action.c
8193                 fix crash when performing an action on a
8194                 mime part
8195
8196 2003-04-28 [paul]       0.8.11claws119
8197
8198         * sync with 0.8.11cvs36
8199                 see ChangeLog 2003-04-28
8200
8201 2003-04-27 [paul]       0.8.11claws118
8202
8203         * more sync with 0.8.11cvs35
8204                 see ChangeLog 2003-04-25
8205
8206 2003-04-26 [christoph]  0.8.11claws117
8207
8208         * src/folder.c
8209                 fix remove virtual check
8210
8211 2003-04-26 [paul]       0.8.11claws116
8212
8213         * src/messageview.c
8214                 fix return-receipt, make it work again
8215
8216 2003-04-26 [paul]       0.8.11claws115
8217
8218         * src/mimeview.c
8219                 restore double-clicking of the [application/pgp-signature 
8220                 (Select "Check signature" to check)] line in the message view,
8221                 broken in recent sync
8222
8223 2003-04-26 [christoph]  0.8.11claws114
8224
8225         * src/folder.c
8226                 check if remove virtual really exists before
8227                 calling the function
8228
8229 2003-04-25 [match]      0.8.11claws113
8230
8231         * src/addrindex.c
8232         * src/addrbook.c
8233         * src/ldapquery.[ch]
8234         * src/ldapctrl.[ch]
8235                 fix memleak.
8236         * src/ldapserver.[ch]
8237                 fix memleak. fix segfault.
8238                 plug a Claws memleak
8239
8240 2003-04-25 [alfons]     0.8.11claws112
8241
8242         * src/folder.c
8243                 plug a Claws memleak
8244
8245 2003-04-25 [alfons]     0.8.11claws111
8246
8247         * src/common/session.c
8248                 plug a memleak
8249
8250 2003-04-25 [paul]       0.8.11claws110
8251
8252         * sync with 0.8.11cvs35
8253                 see ChangeLog 2003-04-24 and 2003-04-25
8254                 
8255         * src/gtk/pluginwindow.c
8256                 correct another strange float value
8257
8258 2003-04-24 [christoph]  0.8.11claws109
8259
8260         * src/folder.c
8261                 freeze folder item updates when unsetting new flags
8262
8263         * src/gtk/pluginwindow.c
8264                 correct strange float value
8265
8266 2003-04-23 [paul]       0.8.11claws108
8267
8268         * sync with 0.8.11cvs33
8269                 see ChangeLog 2003-04-23
8270
8271 2003-04-22 [paul]       0.8.11claws107
8272
8273         * src/Makefile.am
8274           src/messageview.c
8275           src/mimeview.c
8276           src/pgptext.[ch]      ** REMOVED **
8277                 remove pgptext.[ch] as its not used any more
8278
8279 2003-04-22 [paul]       0.8.11claws106
8280
8281         * sync with 0.8.11cvs31
8282                 see ChangeLog 2003-04-21 and 2003-04-22
8283
8284 2003-04-21 [alfons]     0.8.11claws105
8285
8286         * src/main.c
8287                 No access to GTK structures if we're a spawned child
8288                 (and clean up code a little bit...) Should fix #126.
8289
8290 2003-04-21 [melvin]     0.8.11claws104
8291
8292         * src/plugins/dillo_viewer/README
8293                 Improved slightly the text.
8294
8295 2003-04-21 [melvin]     0.8.11claws103
8296
8297         * src/plugins/dillo_viewer/README *** NEW ***
8298                 Added a README file for the Dillo plugin
8299
8300 2003-04-20 [paul]
8301
8302         * tools/README
8303           tools/outlook2sylpheed.pl
8304                 updated and improved by Ricardo Mones Lastra
8305
8306 2003-04-18 [oliver]     0.8.11claws102
8307
8308         * src/inc.c 
8309         * src/prefs_account.h
8310                 remove Pop3SessionType (used by selective download)
8311         * src/prefs_toolbar.c
8312                 enable set Default Toolbar button
8313
8314 2003-04-18 [paul]       0.8.11claws101
8315
8316         * sync with 0.8.11cvs29
8317                 see ChangeLog 2003-04-18
8318
8319 2003-04-17 [paul]       0.8.11claws100
8320
8321         * src/prefs_common.[ch]
8322           src/summaryview.c
8323                 remove 'Open next message on deletion' option,
8324                 as the same effect can now be achieved via the
8325                 'Always open messages in summary when selected'
8326                 option.
8327
8328 2003-04-17 [paul]       0.8.11claws99
8329
8330         * sync with 0.8.11cvs28
8331                 see ChangeLog 2003-04-17
8332
8333 2003-04-17 [christoph]  0.8.11claws98
8334
8335         * ac/spamassassin.m4
8336         * src/plugins/spamassassin/libspamc.[ch]
8337         * src/plugins/spamassassin/utils.[ch]
8338                 sync libspamc with SpamAssassin project
8339
8340 2003-04-17 [christoph]  0.8.11claws97
8341
8342         * src/common/socket.h
8343         * src/gtk/sslcertwindow.h
8344                 rename old USE_SSL to USE_OPENSSL
8345
8346 2003-04-17 [paul]       0.8.11claws96
8347
8348         * src/prefs_common.h
8349                 use gulong for P_COLOR so that it compiles/runs on
8350                 64-bit systems. Patch submitted by James Noyes
8351                 <jnoyes-claws@retrogeeks.com>
8352                 
8353         * po/de.po
8354                 updated by Jens
8355
8356 2003-04-17 [paul]       0.8.11claws95
8357
8358         * sync with 0.8.11cvs27
8359                 see ChangeLog 2003-04-16
8360
8361 2003-04-15 [paul]       0.8.11claws94
8362
8363         * src/prefs_common.[ch]
8364                 rearrange to stop the window getting too long:
8365                         move Receive dialog stuff to Receive tab
8366                         move Send dialog to Send tab
8367                         remove Dialogs frame
8368                 rename 'Open messages in summary with cursor keys' to
8369                 'Always open messages in summary when selected', as its
8370                 more appropriate
8371
8372 2003-04-15 [paul]       0.8.11claws93
8373
8374         * src/prefs_common.[ch]
8375           src/summaryview.c
8376                 add new option '/Interface/Open next message on deletion'
8377
8378 2003-04-15 [paul]       0.8.11claws92
8379
8380         * src/summaryview.[ch]
8381                 add /Mark/Lock and /Mark/Unlock to the pop-up
8382                 menu. Patch submitted by Ivan Francolin Martinez
8383                 <ivanfm@users.sourceforge.net>
8384
8385 2003-04-15 [paul]       0.8.11claws91
8386
8387         * sync with 0.8.11cvs24
8388                 see ChangeLog 2003-04-15
8389
8390 2003-04-14 [jens]       0.8.11claws90
8391
8392         * updated German translation and some corrections from
8393                 Roland Bless <bless@tm.uka.de>
8394
8395 2003-04-14 [paul]       0.8.11claws89
8396
8397         * sync with 0.8.11cvs22
8398                 see ChangeLog 2003-04-14
8399
8400 2003-04-13 [paul]       0.8.11claws88
8401
8402         * src/plugins/clamav/clamav_plugin.c
8403                 fix memory leaks
8404                 clean up
8405
8406 2003-04-12 [paul]       0.8.11claws87
8407
8408         * src/plugins/clamav/clamav_plugin.c
8409                 activate enable/disable archive scanning option
8410                 
8411         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8412
8413 2003-04-12 [paul]       0.8.11claws86
8414
8415         * src/plugins/Makefile.am
8416           src/plugins/clamav/Makefile.am                ** NEW FILE **
8417           src/plugins/clamav/README                     ** NEW FILE ** 
8418           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8419           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8420                 add Clam AntiVirus plugin
8421
8422 2003-04-12 [paul]       0.8.11claws85
8423
8424         * sync with 0.8.11cvs21
8425                 see ChangeLog 2003-04-11
8426
8427 2003-04-11 [paul]       0.8.11claws84
8428
8429         * po/es.po
8430                 update Spanish translation. Submitted by Ricardo
8431                 Mones Lastra.
8432
8433 2003-04-10 [christoph]  0.8.11claws83
8434
8435         * src/mbox.c
8436                 fix typo that did not move unfiltered mails to destination
8437                 folder
8438
8439         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8440          when filtering from spool)
8441
8442 2003-04-10 [christoph]  0.8.11claws82
8443
8444         * src/imap.c
8445                 use BODY.PEEK instead of BODY in in message fetch operation
8446                 to make sure the IMAP server does not set the \Seen flag for
8447                 messages. Sylpheed does that later itself, when the message
8448                 is opened in sylpheed
8449
8450         (closes Bug 111 Claws destroys unread marks)
8451
8452 2003-04-09 [oliver]     0.8.11claws81
8453         
8454         * src/folder.c
8455                 fix crash in folder_destroy
8456         * README.claws
8457                 remove selective download
8458
8459 2003-04-09 [christoph]  0.8.11claws80
8460
8461         * src/imap.c
8462                 fix crash in imap_get_msginfo() when then fetched message
8463                 is not found
8464
8465         (closes Bug 110 Crash during mail composition)
8466
8467 2003-04-08 [christoph]  0.8.11claws79
8468
8469         * src/folder.c
8470         * src/prefs_account.c
8471                 Filter new messages that are found in an INBOX folder
8472                 when 'Filter messages on receiving' is enabled in the
8473                 Folder's AccountPrefs. This allows to use Sylpheed's
8474                 filtering engine for IMAP folders where messages are
8475                 added to the INBOX by a MTA
8476
8477 2003-04-08 [paul]       0.8.11claws78
8478
8479         * src/procmsg.h
8480                 clean up after last commit
8481
8482 2003-04-08 [paul]       0.8.11claws77
8483
8484         * sync with 0.8.11cvs20
8485                 see ChangeLog 2003-04-07 and 2003-04-08
8486
8487 2003-04-07 [christoph]  0.8.11claws76
8488
8489         * src/filtering.[ch]
8490         * src/inc.[ch]
8491         * src/mbox.c
8492         * src/procmsg.[ch]
8493                 add procmsg_msginfo_filter() to execute filtering actions
8494
8495 2003-04-06 [christoph]  0.8.11claws75
8496
8497         * src/imap.c
8498                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8499
8500 2003-04-06 [christoph]  0.8.11claws74
8501
8502         * src/common/utils.[ch]
8503                 add g_int_compare() function for slist sorting
8504
8505         * src/imap.c
8506                 fetch all MsgInfos with one command in imap_get_msginfos()
8507                 using an imap set with a list of ranges
8508
8509         * src/news.c
8510                 use new g_int_compare() function
8511
8512 2003-04-06 [thorsten]   0.8.11claws73
8513
8514         * src/mh.c
8515                 corrected implementation of mh_folder_destroy()
8516
8517 2003-04-05 [christoph]  0.8.11claws72
8518
8519         * src/account.c
8520         * src/folder.[ch]
8521         * src/folderview.c
8522         * src/imap.c
8523         * src/inc.c
8524         * src/main.c
8525         * src/mainwindow.c
8526         * src/mbox_folder.c
8527         * src/mh.c
8528         * src/mimeview.h
8529         * src/msgcache.[ch]
8530         * src/news.c
8531         * src/procmime.h
8532         * src/procmsg.[ch]
8533         * src/setup.c
8534         * src/gtk/gtkutils.c
8535                 o rename structure field names class and new to klass and
8536                   new_msgs, to allow including files in C++
8537                 o add 'extern "C"' block to some header files
8538                 o add MsgInfoList and MsgNumberList as alias for GSList for
8539                   developers to know what type of list is expected
8540
8541         * src/plugins/image_viewer/plugin.c
8542         * src/plugins/image_viewer/viewer.[ch]
8543         * src/plugins/image_viewer/viewerprefs.[ch]
8544                 rename function names to prevent conflicts
8545
8546 2003-04-05 [paul]       0.8.11claws71
8547
8548         * sync with 0.8.11cvs18
8549                 see ChangeLog 2003-04-03 and 2003-04-04
8550
8551 2003-04-02 [christoph]  0.8.11claws70
8552
8553         * src/folder.[ch]
8554         * src/imap.[ch]
8555         * src/mbox_folder.[ch]
8556         * src/mh.[ch]
8557         * src/news.[ch]
8558                 o Make all virtual folder functions private
8559                 o remove unused folder code
8560
8561         * src/common/socket.[ch]
8562         * src/summaryview.c
8563                 fix warnings
8564
8565 2003-03-30 [alfons]     0.8.11claws69
8566
8567         * src/send_message.c
8568                 remove two debug traces and see if people still report
8569                 errors
8570
8571 2003-03-30 [alfons]     0.8.11claws68
8572
8573         * src/send_message.c
8574         * src/commons/session.c
8575                 add more debug traces
8576
8577 2003-03-30 [christoph]  0.8.11claws67
8578
8579         * src/folder.c
8580                 change processing folder name from .processing to processing
8581
8582         * src/common/ssl.c
8583                 disable SSL certificate check because it causes Xlib error
8584                 when the child process want's to open an GTK window
8585
8586 2003-03-30 [christoph]  0.8.11claws66
8587
8588         * src/folder.c
8589                 don't use default folder for processing folder item because
8590                 it can be a non local folder
8591
8592         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8593
8594 2003-03-30 [alfons]     0.8.11claws65
8595
8596         * src/send_message.c
8597                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8598                 to generate bad code for 'send_send_data_progressive': When
8599                 called from 'send_send_data_finished', the 'data' pointer is
8600                 cleared just before the assignment to the dialog pointer
8601
8602 2003-03-29 [christoph]  0.8.11claws64
8603
8604         * src/common/prefs.h
8605         * src/plugins/image_viewer/Makefile.am
8606         * src/plugins/image_viewer/plugin.c
8607         * src/plugins/image_viewer/viewer.[ch]
8608         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8609                 add PrefsPage for ImageViewer
8610
8611 2003-03-28 [thorsten]   0.8.11claws63
8612
8613         * src/common/session.c
8614                 added some comments
8615
8616 2003-03-28 [paul]       0.8.11claws62
8617
8618         * sync with 0.8.11cvs16
8619                 see ChangeLog 2003-03-28
8620
8621 2003-03-28 [paul]       0.8.11claws61
8622
8623         * sync with 0.8.11cvs15
8624                 see ChangeLog 2003-03-28
8625
8626 2003-03-27 [christoph]  0.8.11claws60
8627
8628         * src/folder.c
8629         * src/imap.c
8630         * src/common/socket.[ch]
8631                 set socket state to DISCONNECTED when any operation
8632                 fails to allow reconnecting in IMAP code without
8633                 checking the return code of all calls to the command
8634                 functions
8635
8636         * src/folderview.c
8637         * src/summaryview.c
8638                 remove some more stuff that depends on specific
8639                 folder types
8640
8641 2003-03-27 [paul]       0.8.11claws59
8642
8643         * sync with 0.8.11cvs14
8644                 see ChangeLog 2003-03-27
8645                 
8646         * src/selective_download.[ch]   ** REMOVED **
8647                 really removed
8648
8649 2003-03-27 [christoph]  0.8.11claws58
8650
8651         * src/folder.c
8652                 fix handling of tmp_flags in flag copy function
8653
8654 2003-03-27 [paul]       0.8.11claws57
8655
8656         * sync with 0.8.11cvs13
8657                 see ChangeLog 2003-03-27
8658
8659 2003-03-27 [oliver]     0.8.11claws56
8660
8661         * src/maiwindow.c
8662                 remove sel_download_cb
8663
8664 2003-03-27 [oliver]     0.8.11claws55
8665         
8666         * src/inc.c
8667                 remove POP3_TOP
8668         
8669 2003-03-26 [oliver]     0.8.11claws54
8670
8671         *src/pop.h
8672                 remove POP3_TOP*
8673         * README.claws
8674                 remove selective donwload readme
8675
8676 2003-03-26 [oliver]     0.8.11claws53
8677         * src/matcher.[ch]
8678         * src/matcher_parser_parse.y 
8679         * src/pop.c 
8680         * src/prefs_account.[ch]
8681         * src/prefs_filtering.c
8682                 remove selective donwload
8683
8684 2003-03-26 [oliver]     0.8.11claws52
8685
8686         * src/inc.[ch] 
8687         * src/filtering.c 
8688         * src/mainwindow.c 
8689                 remove selective donwload
8690
8691 2003-03-26 [oliver]     0.8.11claws51
8692         
8693         * src/Makefile.am
8694         * src/selective_download.[ch]   ** REMOVE **    
8695
8696 2003-03-26 [christoph]  0.8.11claws50
8697
8698         * src/news.c
8699                 fix NEWS that got broken by a sync with sylpheed-main
8700
8701 2003-03-26 [christoph]  0.8.11claws49
8702
8703         * src/mimeview.c
8704                 fix mime type guessing when no mime type is found for a file
8705
8706 2003-03-25 [christoph]  0.8.11claws48
8707
8708         * src/mimeview.c
8709         * src/procmime.c
8710                 remove mime type guessing from mime parser and use
8711                 name based mime types in viewer lookup for mime type
8712                 application/octet-stream
8713
8714 2003-03-25 [christoph]  0.8.11claws47
8715
8716         * doc-src/readme.txt
8717         * doc-src/rfc2554.txt
8718                 add RFC about SMTP AUTH
8719
8720         * src/send_message.c
8721         * src/common/smtp.[ch]
8722                 add extra error code for authentication errors and
8723                 clear temporary password when this error occurs
8724
8725         (closes Bug 84 authentication failure while sending should
8726          prompt for password again)
8727
8728 2003-03-25 [christoph]  0.8.11claws46
8729
8730         * configure.ac
8731         * src/Makefile.am
8732         * src/imageview.[ch]                            ** REMOVE **
8733         * src/messageview.[ch]
8734         * src/mimeview.[ch]
8735         * src/prefs_common.[ch]
8736         * src/textview.c
8737         * src/plugins/Makefile.am
8738         * src/plugins/image_viewer/.cvsignore           ** NEW **
8739         * src/plugins/image_viewer/Makefile.am          ** NEW **
8740         * src/plugins/image_viewer/plugin.c             ** NEW **
8741         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8742                 move image viewer into a plugin (building is enabled by default)
8743                 [ToDo: Prefs for resize and autoview]
8744
8745 2003-03-25 [paul]       0.8.11claws45
8746
8747         * sync with 0.8.11cvs12
8748                 see ChangeLog 2003-03-26
8749
8750 2003-03-25 [paul]       0.8.11claws44
8751
8752         * sync with 0.8.11cvs11
8753                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8754                 
8755         Note: Selective Download is broken.
8756                 
8757 2003-03-22 [christoph]  0.8.11claws43
8758
8759         * src/folder.c
8760                 code cleanup for flags copying
8761
8762 2003-03-22 [christoph]  0.8.11claws42
8763
8764         * src/plugins/trayicon/trayicon.c
8765                 fix setting the transparent area when the window size
8766                 is forced by the system tray
8767
8768 2003-03-22 [christoph]  0.8.11claws41
8769
8770         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8771         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8772         * src/plugins/trayicon/newmail.xpm              ** NEW **
8773         * src/plugins/trayicon/nomail.xpm               ** NEW **
8774         * src/plugins/trayicon/trayicon.c
8775         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8776                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8777                 o add icon for unread mails
8778                 o set transparency for window
8779
8780 2003-03-22 [christoph]  0.8.11claws40
8781
8782         * src/news.c
8783                 init news session to prevent crash when session is closed
8784
8785 2003-03-22 [christoph]  0.8.11claws39
8786
8787         * src/imap.c
8788         * src/common/session.[ch]
8789                 Init session data to make sure we don't have invalid pointers
8790                 for read_ch and write_ch when new multi process sessions are
8791                 not used
8792
8793         * src/main.c
8794         * src/common/plugin.c
8795         * src/common/sylpheed.c
8796         * src/plugins/demo/demo.c
8797         * src/plugins/dillo_viewer/dillo_viewer.c
8798         * src/plugins/mathml_viewer/mathml_viewer.c
8799         * src/plugins/spamassassin/spamassassin.c
8800         * src/plugins/spamassassin/spamassassin_gtk.c
8801                 add plugin types to allow loading plugins at different times
8802                 (and maybe for different frontends), because it's not good to
8803                 load GTK-Plugins gefore gtk_init was called
8804
8805         * configure.ac
8806         * src/plugins/Makefile.am
8807         * src/plugins/trayicon/.cvsignore               ** NEW **
8808         * src/plugins/trayicon/Makefile.am              ** NEW **
8809         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8810         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8811         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8812         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8813         * src/plugins/trayicon/trayicon.c               ** NEW **
8814                 New Trayicon plugin that shows an icon in a systray that uses
8815                 XEMBED protocol like Gnome's systray. Icon shows if there
8816                 are new mails and a tooltip shows information about new,
8817                 unread and total messages.
8818
8819 2003-03-22 [paul]       0.8.11claws38
8820
8821         * src/common/smtp.c
8822                 fix ESMTP AUTH CRAM-MD5
8823                 [sync with main (still version 0.8.11cvs6), see
8824                  ChangeLog 2003-03-22]
8825
8826 2003-03-21 [colin]      0.8.11claws37
8827
8828         * src/send_message.c
8829                 Fix USE_SSL => USE_OPENSSL
8830
8831 2003-03-21 [colin]      0.8.11claws36
8832
8833         * src/folderview.c
8834                 Fix counts in drag and dropped subfolders
8835
8836 2003-03-21 [colin]      0.8.11claws35
8837
8838         * src/folder.c 
8839         * src/folderview.c
8840                 speed up a bit folder dnd
8841
8842 2003-03-20 [alfons]     0.8.11claws34
8843
8844         * src/main.c
8845         * src/toolbar.c
8846         * src/procmsg.c
8847                 don't send locked queue messages
8848                 (feature request "[ 705245 ] Locking message in outbox 
8849                  should prevent sending")
8850
8851 2003-03-20 [christoph]  0.8.11claws33
8852
8853         * src/folder.c
8854                 remove NEW and UNREAD flag in special folders when scanning
8855                 
8856         * src/common/smtp.c
8857                 fix ESMTP AUTH CRAM-MD5
8858
8859 2003-03-20 [paul]       0.8.11claws32
8860
8861         * src/prefs_account.c
8862                 Re-write 'Tunnel command to open connection' as
8863                 'Use command to communicate with server', and disable
8864                 it for all except IMAP accounts
8865
8866 2003-03-20 [paul]       0.8.11claws31
8867
8868         * sync with 0.8.11cvs6
8869                 see ChangeLog 2003-03-20
8870
8871 2003-03-19 [match]      0.8.11claws30
8872
8873         * src/addritem.[ch]
8874                 include documentation. minor refactoring.
8875         * src/addr_compl.[ch]
8876         * src/addrindex.[ch]
8877         * src/addresbook.[ch]
8878         * src/summaryview.c
8879                 re-enable address lookup (was disabled in
8880                 0.8.11claws20).
8881
8882 2003-03-19 [christoph]  0.8.11claws29
8883
8884         * src/procmsg.c
8885                 add temp flag handling, will make moving and copying
8886                 messages possible again
8887
8888         * src/folder.c
8889                 correct calulation of folder stats
8890
8891 2003-03-18 [match]      0.8.11claws28
8892
8893         * src/editgroup.h
8894                 remove case sensitive comparison (closes bug 80).
8895
8896 2003-03-18 [christoph]  0.8.11claws27
8897
8898         * src/imap.c
8899                 fix imap using a tunnel command
8900
8901         (closes bug 87)
8902
8903 2003-03-18 [christoph]  0.8.11claws26
8904
8905         * src/folder.[ch]
8906         * src/imap.c
8907         * src/procmsg.[ch]
8908                 rewrite flag handling for folders
8909
8910 2003-03-18 [christoph]  0.8.11claws25
8911
8912         * src/folder.c
8913         * src/procmsg.c
8914         * src/summaryview.c
8915                 unset NEW and UNREAD flags when message is ignored, to make
8916                 sure messages don't show up as unread on other IMAP clients,
8917                 because the IGNORE_THREAD flag can not be syncronized through
8918                 the IMAP folder
8919
8920 2003-03-17 [christoph]  0.8.11claws24
8921
8922         * src/imap.c
8923                 don't use recursion to fetch uids when the number of messages
8924                 does not match. Moved code into subfunction that is used
8925                 again when needed, to prevent an endless loop.
8926
8927 2003-03-17 [thorsten]   0.8.11claws23
8928
8929         * src/imageview.[ch]
8930                 export imageview_get_resized_size() (for plugins)
8931         * src/prefs_common.[ch]
8932                 added prefs_common_get() (for plugins)
8933
8934 2003-03-17 [christoph]  0.8.11claws22
8935
8936         * src/imap.c
8937                 o remove UID guessing from copy code
8938                 o support UIDPLUS extension for APPEND command
8939
8940 2003-03-17 [paul]       0.8.11claws21
8941
8942         * src/gtk/about.c
8943                 remove 'Compiled-plugins' section.
8944                 
8945         * src/plugins/dillo_viewer/dillo_viewer.c
8946                 slight change to description text
8947
8948 2003-03-16 [match]      0.8.11claws20
8949         * src/ldapserver.[ch]           ** NEW **
8950         * src/ldapctrl.[ch]             ** NEW **
8951         * src/ldapquery.[ch]            ** NEW **
8952         * src/ldaputil.[ch]             ** NEW **
8953         * src/addrcindex.[ch]           ** NEW **
8954         * src/addrquery.h               ** NEW **
8955         * src/addritem.[ch]
8956         * src/addrcache.[ch]
8957         * src/addrindex.[ch]
8958         * src/addr_compl.[ch]
8959         * src/addressbook.[ch]
8960         * src/addrbook.[ch]
8961         * src/editgroup.c
8962         * src/editaddress.c
8963         * src/editldap.c
8964         * src/editldap_basedn.c
8965         * src/vcard.c
8966         * src/jpilot.c
8967         * src/Makefile.am
8968                 included dynamic LDAP queries. improved address
8969                 completion.
8970
8971 2003-03-16 [paul]       0.8.11claws19
8972
8973         * tools/multiwebsearch.pl
8974                 fix a fatal typo
8975
8976 2003-03-16 [christoph]  0.8.11claws18
8977
8978         * src/mimeview.c
8979         * src/plugins/dillo_viewer/dillo_viewer.c
8980         * src/plugins/mathml_viewer/mathml_viewer.c
8981                 make unregistering of MimeViewerFactorys possible
8982
8983 2003-03-16 [alfons]     0.8.11claws17
8984
8985         * configure.ac
8986                 correct typo
8987
8988 2003-03-16 [melvin]     0.8.11claws16
8989
8990         * src/plugins/dillo_viewer.c
8991                 Fixed bug where it was not possible to view more than
8992                 one text/html attachment per message (bug discovered
8993                 by Christoph Hohmann).
8994
8995 2003-03-15 [melvin]     0.8.11claws15
8996
8997         * src/prefs_actions.c
8998                 Fixed compilation warnings.
8999
9000 2003-03-15 [melvin]     0.8.11claws14
9001
9002         * src/plugins/Makefile.am
9003         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9004         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9005         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9006                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9007                 newer (http://dillo.auriga.wearlab.de/).
9008
9009 2003-03-15 [christoph]  0.8.11claws13
9010
9011         * src/imap.c
9012                 don't query imap folder for attributes because we already
9013                 for them from imap_status
9014
9015         * src/mimeview.[ch]
9016                 add support for plugable MimeViewers (unloading Viewers
9017                 not yet complete)
9018
9019         * src/plugins/Makefile.am
9020         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9021         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9022         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9023                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9024                 widget from http://helm.cs.unibo.it/mml-widget/
9025
9026 2003-03-14 [christoph]  0.8.11claws12
9027
9028         * src/folder.[ch]
9029                 o error return code's should better be negative
9030                 o replace printf with debug_print
9031
9032         * src/imap.c
9033                 improve IMAP folder scan by checking UID-NEXT
9034
9035         * src/summaryview.c
9036                 remove check that are unnecessary in my opinion
9037
9038 2003-03-13 [christoph]  0.8.11claws11
9039
9040         * src/folder.[ch]
9041         * src/foldersel.c
9042         * src/folderview.c
9043         * src/imap.c
9044         * src/mbox_folder.c
9045         * src/mh.c
9046         * src/news.c
9047         * src/prefs_scoring.c
9048         * src/summaryview.c
9049                 use a common function to get a displayable name
9050                 for a FolderItem
9051
9052 2003-03-13 [paul]       0.8.11claws10
9053
9054         * tools/Makefile.am
9055           tools/README
9056           tools/multiwebsearch.conf     ** NEW FILE **
9057           tools/multiwebsearch.pl       ** NEW FILE **
9058                 add multiwebsearch Actions script
9059
9060 2003-03-13 [colin]      0.8.11claws9
9061
9062         * src/compose.c
9063                 Remove leading emtpy lines from quoted text
9064                 before quoting it
9065
9066 2003-03-13 [melvin]     0.8.11claws8
9067
9068         * src/prefs_actions.c
9069                 Fixed a memory leak
9070                 Code clean ups
9071                 Added Cancel and OK buttons
9072                 Corrected help text
9073
9074 2003-03-13 [christoph]  0.8.11claws7
9075
9076         * src/account.c
9077         * src/folder.[ch]
9078         * src/imap.c
9079         * src/mainwindow.c
9080         * src/mbox_folder.c
9081         * src/mh.c
9082         * src/news.c
9083         * src/setup.c
9084                 replace more folder type stuff with folder class stuff
9085
9086 2003-03-13 [melvin]     0.8.11claws6
9087
9088         * src/prefs_actions.c
9089                 Added new tokens:
9090                 %u: user provided argument
9091                 %h: user provided argument (hidden on input)
9092                 %s: current text selection in the message view 
9093
9094 2003-03-13 [paul]       0.8.11claws5
9095
9096         * sync with 0.8.11cvs5
9097                 see ChangeLog 2003-03-11, 2003-03-12
9098
9099 2003-03-12 [christoph]  0.8.11claws4
9100
9101         * src/folder.c
9102                 use folder class idstr when writing folderlist.xml
9103
9104         * src/folder.h
9105         * src/imap.c
9106         * src/news.c
9107                 replace folder type checks with folder class checks
9108
9109 2003-03-12 [christoph]  0.8.11claws3
9110
9111         * src/folder.[ch]
9112         * src/imap.[ch]
9113         * src/main.c
9114         * src/mbox_folder.[ch]
9115         * src/mh.[ch]
9116         * src/news.[ch]
9117                 o create a list of known folder classes in the folder system
9118                 o use folder class id strings for folder item identifiers
9119
9120 2003-03-12 [christoph]  0.8.11claws2
9121
9122         * src/imap.c
9123                 fix imap uid validity check
9124
9125 2003-03-12 [christoph]  0.8.11claws1
9126
9127         * src/account.c
9128         * src/folder.[ch]
9129         * src/foldersel.c
9130         * src/folderview.c
9131         * src/imap.c
9132         * src/mainwindow.c
9133         * src/mbox_folder.c
9134         * src/mh.c
9135         * src/news.c
9136         * src/prefs_scoring.c
9137         * src/procmsg.c
9138         * src/setup.c
9139         * src/summaryview.c
9140                 initial restructuring of folder system, seperating
9141                 folders and folder classes
9142
9143 2003-03-12 [paul]       0.8.11claws
9144
9145         0.8.11claws release
9146
9147 2003-03-12 [christoph]
9148
9149         * src/gtk/prefswindow.c
9150                 fix translation of "Page Index"
9151
9152 2003-03-12 [paul]       0.8.10claws110
9153
9154         a sync from 0.8.11cvs4 before the release
9155
9156         * src/common/utils.c
9157                 subject_compare_for_sort(): allow null strings (fixes
9158                 summary sorting).
9159
9160 2003-03-11 [paul]       0.8.10claws109
9161
9162         * po/es.po
9163                 update Spanish translation, submitted by
9164                 Ricardo Mones Lastra
9165
9166 2003-03-11 [melvin]     0.8.10claws108
9167
9168         * po/fr.po
9169                 Updated French translations
9170
9171 2003-03-11 [paul]       0.8.10claws107
9172
9173         * manual/en/Makefile.am
9174           manual/en/*.html
9175                 update English manual, add a new page
9176                 updated by Francois Barriere <fbarriere@atmel.fr>
9177                 
9178         * po/bg.po
9179           po/it.po
9180           po/sr.po
9181                 update Bulgarian, Italian, and Serbian translations
9182                 submitted by George Danchev, Alessandro Maestri, and
9183                 Urke MMI
9184
9185 2003-03-10 [paul]       0.8.10claws106
9186
9187         * src/gtk/about.c
9188           src/gtk/prefswindow.c
9189                 make some strings translatable
9190
9191 2003-03-10 [darko]      0.8.10claws105
9192
9193         * src/compose.c
9194                 code cleanup to make Hiro happy
9195
9196 2003-03-10 [paul]       0.8.10claws104
9197
9198         * sync with 0.8.11cvs2
9199                 see ChangeLog 2003-03-10
9200
9201 2003-03-09 [melvin]     0.8.10claws103
9202
9203         * src/textview.c
9204                 textview_set_font(): fix for message display in
9205                 UTF-8 locales (thanks to Sergey Vlasov).
9206                 (was unintentionnaly reverted in 0.8.6claws6)   
9207
9208 2003-03-08 [darko]      0.8.10claws102
9209
9210         * src/compose.c
9211                 fix infinite loop in wrapping as reported
9212                 by happycactus
9213                 obsoletes patch #696482
9214
9215 2003-03-08 [christoph]  0.8.10claws101
9216
9217         * src/imap.c
9218                 add workaround for IMAP servers that do not
9219                 support the "UID SEARCH UID" command
9220
9221 2003-03-07 [christoph]  0.8.10claws100
9222
9223         * src/plugins/spamassassin/spamassassin.[ch]
9224         * src/plugins/spamassassin/spamassassin_gtk.c
9225                 code cleanup
9226
9227 2003-03-07 [paul]       0.8.10claws99
9228
9229         * po/es.po
9230                 updated Spanish translation, submitted by
9231                 Ricardo Mones Lastra
9232
9233 2003-03-07 [christoph]  0.8.10claws98
9234
9235         * src/send.c
9236                 fix in 0.8.10claws94 was wrong
9237                 local delivery does not require escaping, remove escaping
9238                 code to make signatures of mails with "." lines valid
9239                 
9240                 NOTE: requires that sendmail is executed with "-i" option,
9241                       what is the default now, but has to be changed in all
9242                       exsiting accounts)
9243
9244 2003-03-07 [paul]       0.8.10claws97
9245
9246         * sync with 0.8.11 release
9247                 see ChangeLog 2003-03-07
9248
9249 2003-03-06 [paul]       0.8.10claws96
9250
9251         * src/compose.c
9252                 revert commit 0.8.10claws92
9253
9254 2003-03-06 [paul]       0.8.10claws95
9255
9256         * src/folderview.c
9257                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9258
9259         * src/gtkaspell.c
9260                 fix bug 74, 'Crash opening editor window with pseudo-color
9261                 display'
9262                 
9263         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9264
9265 2003-03-06 [christoph]  0.8.10claws94
9266
9267         * src/send.c
9268                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9269                 all lines starting with a period get an extra period
9270                 inserted
9271                 (found by Simon 'corecode' Schubert)
9272
9273 2003-03-06 [paul]       0.8.10claws93
9274
9275         * src/folderview.c
9276                 if configured font can't be loaded fall back to gtk
9277                 default. (with thanks to Christoph)
9278                 
9279                 closes long-standing bug 15 'Crashes on startup'
9280
9281 2003-03-06 [paul]       0.8.10claws92
9282
9283         * src/compose.c
9284                 freeze text before autosave and thaw afterwards
9285                 fixes bug 67 'autosave make re-rediting message crazy'
9286
9287 2003-03-06 [christoph]  0.8.10claws91
9288
9289         * src/compose.c
9290                 ignore address comment in dupe check for Cc-list
9291
9292         (closes reopened bug 47 Replying to message strips name part of
9293          e-mail addresses of Cc: lines)
9294
9295 2003-03-06 [paul]       0.8.10claws90
9296
9297         * src/Makefile.am
9298                 remove reference to gtkxtext.h as its no longer in
9299                 the repository
9300
9301 2003-03-06 [paul]       0.8.10claws89
9302
9303         * sync with 0.8.10cvs25
9304                 see ChangeLog 2003-03-06
9305
9306 2003-03-06 [oliver]     0.8.10claws88
9307         
9308         * src/messageview.c
9309                 remove include
9310
9311 2003-03-06 [oliver]     0.8.10claws87
9312         
9313         * src/folderview.c 
9314                 remove changes introduced inclaws74
9315         * src/messageview.c
9316                 another attempt to sanely delete and update
9317                 messages deleted in separate messageview
9318
9319 2003-03-05 [christoph]  0.8.10claws86
9320
9321         * src/summaryview.c
9322                 check if "From" matches any account's address if
9323                 addressbook completion of addresses is disabled too
9324
9325         (closes Bug 70 "Display recipient in from" doesn't check
9326          folder's default account)
9327
9328 2003-03-05 [christoph]  0.8.10claws85
9329
9330         * src/compose.c
9331         * src/common/utils.[ch]
9332                 don't strip address comments when building Cc lists
9333
9334         (closes Bug 47 Replying to message strips name part of e-mail addresses
9335          of Cc: lines)
9336
9337         * src/folder.c
9338                 fix return value of copy function
9339
9340 2003-03-05 [christoph]  0.8.10claws84
9341
9342         * src/imap.c
9343                 don't ask imap server for non rfc822 headers
9344
9345         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9346
9347         * src/imap.c
9348                 destroy session on socket error to allow reconnecting
9349
9350 2003-03-05 [christoph]  0.8.10claws83
9351
9352         * configure.ac
9353                 fix building with gnome when no prefix is set
9354
9355         (closes bug 66 Gnome directory is set to NONE)
9356
9357 2003-03-05 [paul]       0.8.10claws82
9358
9359         * sync with 0.8.10cvs23
9360                 see ChangeLog 2003-03-05
9361
9362 2003-03-04 [christoph]  0.8.10claws81
9363
9364         * src/folder.c
9365                 o fix moving and copying when folder returns 0 for new
9366                   message number
9367                 o remove some code for single message copy and move
9368                   operations and use functions for multiple messages
9369
9370         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9371
9372         * src/news.c
9373                 remove unused include
9374
9375 2003-03-04 [paul]       0.8.10claws80
9376
9377         * src/gtk/about.c
9378                 list 'Compiled plugins'
9379
9380 2003-03-03 [christoph]  0.8.10claws79
9381
9382         * src/news.[ch]
9383                 have to multiply the percentage of the current fetch with
9384                 the percentage that it has of the total fetch operation
9385                 for correct values
9386
9387 2003-03-03 [christoph]  0.8.10claws78
9388
9389         * src/news.c
9390                 fix calculation of expected lines for progress indicator
9391
9392 2003-03-03 [christoph]  0.8.10claws77
9393
9394         * src/summaryview.c
9395         * src/common/utils.c
9396                 fix segfault when opening the root news folder
9397
9398 2003-03-03 [christoph]  0.8.10claws76
9399
9400         * src/mainwindow.[ch]
9401         * src/common/Makefile.am
9402         * src/common/progressindicator.[ch]
9403                 add UI independent progress indicator handling
9404
9405         * src/news.[ch]
9406                 use new progress indicator for message info fetching
9407
9408         * src/common/hooks.h
9409                 code cleanup
9410
9411 2003-03-03 [oliver]     0.8.10claws75
9412
9413         * src/toolbar.c
9414         * src/compose.c
9415                 removed commented code
9416
9417 2003-03-03 [oliver]     0.8.10claws74
9418
9419         * src/toolbar.[ch]
9420                 cleanups and refactoring
9421         * src/compose.[ch]
9422                 compose_reply_mode reply & forwarding interface for
9423                 toolbar buttons
9424         * src/folderview.c
9425                 act on messages marked for deletion in folderview_selected
9426                 based on prefs_common.immediate_exec since a message might 
9427                 have been deleted by messageview in a folder we are changing 
9428                 to (does anybody understand what I'm on about ?)
9429
9430 2003-03-03 [oliver]     0.8.10claws73
9431         
9432         * src/messageview.[ch]
9433                 new functions
9434                 - messageview_delete: delete message shown in messagview
9435                 - messageview_update_view: update messageview to currently 
9436                   selected summaryview message
9437                 - add separate messageview to msgview_list in order to update 
9438                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9439         * src/summaryview.[ch]
9440                 summary_get_selection returns a list of selected msgs
9441                 in summaryview
9442         * src/mainwindow.c
9443                 toolbar reply refactoring
9444
9445 2003-03-03 [paul]       0.8.10claws72
9446
9447         * sync with 0.8.10cvs21
9448                 see ChangeLog 2003-03-03
9449
9450 2003-03-02 [christoph]  0.8.10claws71
9451
9452         * src/common/passcrypt.c
9453                 use POSIX includes
9454
9455 2003-03-02 [christoph]  0.8.10claws70
9456
9457         * configure.ac
9458         * src/prefs_account.c
9459         * src/prefs_gtk.[ch]
9460         * src/common/.cvsignore
9461         * src/common/Makefile.am
9462         * src/common/passcrypt.c                ** NEW **
9463         * src/common/passcrypt.h.in             ** NEW **
9464                 Implement password encryption in config files
9465                 using unix encrypt and setkey functions. The crypt
9466                 key can be set as a configure parameter. Old
9467                 passwords will be converted if they do not begin
9468                 with '!'
9469
9470 2003-03-02 [paul]       0.8.10claws69
9471
9472         * src/prefs_account.c
9473                 fix compile error
9474
9475 2003-03-01 [thorsten]   0.8.10claws68
9476
9477         * po/el.po
9478           po/hr.po
9479           po/it.po
9480           po/nl.po
9481           po/sr.po
9482           po/sv.po
9483                 corrected format strings
9484         * po/en_GB.po
9485                 corrected headers
9486                 (fix compile errors with GNU gettext-0.11.5)
9487
9488 2003-03-01 [oliver]     0.8.10claws67
9489
9490         * src/summaryview.c
9491                 menu callbacks call toolbar_menu_reply
9492
9493 2003-03-01 [oliver]     0.8.10claws66
9494
9495         * src/mainwindow.c
9496         * src/messageview.c
9497                 menu callbacks call toolbar_menu_reply
9498         * src/toolbar.[ch]
9499                 callbacks from menu handled by toolbar_menu_reply
9500
9501 2003-03-01 [paul]       0.8.10claws65
9502
9503         * src/addressbook.c
9504                 revert commit 0.8.10claws54 - breaks editing of
9505                 addressbook.
9506                 
9507         * po/bg.po
9508                 update Bulgarian translation, submitted by
9509                 George Danchev
9510
9511 2003-02-28 [christoph]  0.8.10claws64
9512
9513         * src/account.c
9514         * src/addressadd.c
9515         * src/compose.c
9516         * src/gtkaspell.c
9517         * src/gtkxtext.h                ** REMOVE **
9518         * src/imap.c
9519         * src/matcher.[ch]
9520         * src/mh.c
9521         * src/news.c
9522         * src/pine.c
9523         * src/prefs_common.c
9524         * src/prefs_matcher.c
9525         * src/procheader.[ch]
9526         * src/procmsg.[ch]
9527         * src/toolbar.c
9528         * src/common/ssl_certificate.c
9529         * src/gtk/colorlabel.c
9530         * src/gtk/menu.c
9531                 o fix warnings
9532                 o remove code obsoleted by new cache and folder system rework
9533
9534 2003-02-28 [oliver]     0.8.10claws63
9535         
9536         * src/toolbar.[ch]
9537                 * fix bug where reply in Messageview replied to 
9538                 Message displayed in summaryview
9539                 (reportedd via ML by chinatinte at gmx dot ch)
9540                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9541                 didn't work in separate MessageView Toolbar
9542                 (wondering if anybody uses this at all ?)
9543         * src/summaryview.[ch]
9544                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9545                 (generalize reply and forward code);
9546         * src/messageview.c 
9547                 remove focus_in event which updated summaryview to messageview
9548
9549 2003-02-28 [paul]       0.8.10claws62
9550
9551         * po/Makefile.in.in
9552                 add the --check option
9553                 Patch submitted by Ricardo Mones Lastra
9554
9555 2003-02-28 [paul]       0.8.10claws61
9556
9557         * src/prefs_account.c
9558                 re-order 'Signature' items
9559
9560 2003-02-28 [paul]       0.8.10claws60
9561
9562         * sync with 0.8.10cvs20
9563                 see ChangeLog 2003-02-28
9564
9565 2003-02-28 [paul]       0.8.10claws59
9566
9567         * po/POTFILES.in
9568                 update to reflect recent movement of files
9569
9570 2003-02-28 [paul]       0.8.10claws58
9571
9572         * sync with 0.8.10cvs19
9573                 see ChangeLog 2003-02-28
9574
9575 2003-02-27 [martin]     0.8.10claws57
9576
9577         * src/prefs_matcher.c 
9578                 fix segfault in prefs_matcher_ok() when the
9579                 last entry is deleted and prevents that the
9580                 message "entry not saved" comes up after deleting
9581                 an entry
9582
9583 2003-02-27 [martin]     0.8.10claws56
9584
9585         * src/prefs_filtering.c 
9586                 fix segfault in prefs_filtering_ok() when the
9587                 last entry is deleted and prevents that the
9588                 message "entry not saved" comes up after deleting
9589                 an entry
9590
9591 2003-02-27 [paul]       0.8.10claws55
9592
9593         * sync with 0.8.10cvs18
9594                 see ChangeLog 2003-02-27
9595
9596 2003-02-27 [paul]       0.8.10claws54
9597
9598         * src/addressbook.c
9599                 fix bug where the address book crashes with 
9600                 multiple lookups.
9601                 Patch [687729] submitted by David Frager 
9602                 <dbfrager@users.sourceforge.net>
9603
9604 2003-02-25 [christoph]  0.8.10claws53
9605
9606         * src/Makefile.am
9607         * src/colorlabel.[ch]           ** REMOVE **
9608         * src/gtk/Makefile.am
9609         * src/gtk/colorlabel.[ch]       ** NEW **
9610                 move colorlabel files to gtk directory
9611
9612         * src/esmtp.[ch]                ** REMOVE **
9613                 has been merged into smtp.[ch] in 0.7.5
9614
9615 2003-02-25 [christoph]  0.8.10claws52
9616
9617         * src/Makefile.am
9618         * src/about.[ch]                ** REMOVE **
9619         * src/gtk/Makefile.am
9620         * src/gtk/about.[ch]            ** NEW **
9621                 move about files to gtk directory
9622
9623 2003-02-25 [christoph]  0.8.10claws51
9624
9625         * src/folder.c
9626                 some code optimization of folder scanning code
9627
9628         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9629
9630 2003-02-25 [christoph]  0.8.10claws50
9631
9632         * src/main.c
9633         * src/common/sylpheed.c
9634                 add command line parameter parsing to common code
9635
9636 2003-02-24 [christoph]
9637
9638         * Makefile.am
9639         * configure.ac
9640                 fix gnome prefix problems, the configure script now removed
9641                 `gnome-config --prefix` from `gnome-config --datadir`
9642                 and adds $(prefix} instead
9643
9644         (closes Bug 24 Makefile does not respect prefix when installing
9645          GNOME data)
9646
9647 2003-02-24 [christoph]  0.8.10claws49
9648
9649         * src/news.c
9650                 check for valid session before trying to authenticate
9651
9652         (closes Bug 60 crash if "authenticate on logon" is activated
9653          and newsserver-hostname is not valid)
9654
9655 2003-02-24 [melvin]     0.8.10claws48
9656
9657         * src/prefs_actions.c
9658                 Make sure all user's input is sent to the action and then
9659                 close the socket..
9660
9661 2003-02-23 [alfons]     0.8.10claws46
9662
9663         * src/summaryview.c
9664                 also wait cursor when deleting files
9665
9666 2003-02-23 [paul]
9667
9668         * tools/freshmeat_search.pl
9669           tools/google_search.pl
9670                 scripts should now work for any browser/browser command line
9671
9672 2003-02-22 [christoph]  0.8.10claws45
9673
9674         * src/procmsg.c
9675                 fix IMAP flag setting, IMAP flag is not handled correctly
9676                 anymore by the folder system and information about the
9677                 folder should not be saved in the MsgInfo (in my opinion)
9678
9679         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9680
9681 2003-02-22 [christoph]  0.8.10claws44
9682
9683         * src/summaryview.c
9684                 fix spelling of "label" ;-)
9685
9686 2003-02-22 [thorsten]   0.8.10claws43
9687
9688         * src/mimeview.c
9689           src/prefs_common.[ch]
9690           src/procmime.[ch]
9691                 do not use description as attachment name
9692
9693 2003-02-22 [alfons]     0.8.10claws42
9694
9695         * src/summaryview.c
9696                 freeze/thaw folder item updates when changing color labels,
9697                 and put a wait cursors on
9698
9699 2003-02-22 [thorsten]   0.8.10claws41
9700
9701         * src/mimeview.c
9702                 save-all fixes: crash if invoked on multipart container,
9703                 mimeinfo access, pathseparators, error dialog
9704
9705 2003-02-21 [alfons]     0.8.10claws40
9706
9707         * src/prefs_gtk.c
9708                 remove unused var
9709
9710 2003-02-21 [colin]      0.8.10claws39
9711
9712         * src/send.c
9713                 Fix smtp logging
9714
9715 2003-02-21 [colin]      0.8.10claws38
9716
9717         * src/summaryview.c
9718                 Freeze/thaw folderItem updates when filtering messages 
9719                 via Tools/Filter messages
9720
9721 2003-02-21 [paul]       0.8.10claws37
9722
9723         * src/compose.c
9724                 revert commit 0.8.10claws26, there are ulterior motives
9725                 for users to set a Reply-To header when posting to
9726                 newsgroups
9727
9728 2003-02-21 [paul]       0.8.10claws36
9729
9730         * sync with 0.8.10cvs17
9731                 see ChangeLog 2003-02-21
9732
9733 2003-02-20 [christoph]  0.8.10claws35
9734
9735         * src/imap.c
9736                 IMAP UID fetch speedup using SEARCH
9737
9738         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9739
9740         * src/imap.c
9741                 fix problem with UIDs in IMAP UID cache that no longer existed
9742
9743 2003-02-20 [christoph]  0.8.10claws34
9744
9745         * src/imap.c
9746         * src/procheader.c
9747         * src/procheader.h
9748                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9749
9750         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9751
9752         * src/imap.c
9753                 Rewrite imap_cmd_gen_recv use sock_getline instead
9754                 of sock_gets to avoid problems with too long reply
9755                 lines
9756     
9757 2003-02-20 [colin]      0.8.10claws33
9758         
9759         * src/prefs_account.c
9760                 Better wording
9761
9762 2003-02-20 [colin]      0.8.10claws32
9763
9764         * src/compose.c
9765                 Remove useless '&& !to_sender' 
9766
9767 2003-02-20 [darko]
9768
9769         * AUTHORS
9770                 change my e-mail address
9771
9772 2003-02-19 [colin]      0.8.10claws31
9773
9774         * src/prefs_common.c
9775                 X11 style colors for every configurable color
9776
9777 2003-02-19 [alfons]     0.8.10claws30
9778
9779         * src/prefs_gtk.[ch]
9780         * src/prefs_common.c
9781                 for color_new accept both plain integers and X11 style color
9782                 names (as found in /usr/lib/X11/rgb.txt)
9783
9784 2003-02-19 [paul]       0.8.10claws29
9785
9786         * src/mainwindow.c
9787                 add tooltips to online/offline button and account selector
9788                 button
9789
9790 2003-02-19 [paul]       0.8.10claws28
9791
9792         * src/folder.c
9793           src/news.c
9794           src/prefs_account.[ch]
9795           src/prefs_common.[ch]
9796                 move 'Maximum number of articles to download' to
9797                 account prefs.
9798                 clean up account prefs gui a little by hiding entries
9799                 rather then greying out entries
9800
9801 2003-02-19 [hiro]       0.8.10claws27
9802
9803         * src/common/utils.c
9804                 fix bug #54 'yesterdays date is displayed in the message 
9805                 summary window'
9806
9807 2003-02-19 [paul]       0.8.10claws26
9808
9809         * src/compose.c
9810                 fix bug reported in Feature Request [688596] 
9811                 'Reply-to header in news'
9812
9813 2003-02-18 [paul]       0.8.10claws25
9814
9815         * src/select-keys.c
9816                 add a 'List all keys' button to key selection dialog
9817
9818 2003-02-18 [colin]      0.8.10claws24
9819         
9820         * src/stock_pixmap.c
9821                 fix compile error
9822
9823 2003-02-18 [colin]      0.8.10claws23
9824
9825         * src/common/smtp.[ch]
9826           src/prefs_account.c
9827                 Try to starttls if it seems to be the only
9828                 way to authenticate a user
9829
9830 2003-02-18 [paul]       0.8.10claws22
9831
9832         * src/Makefile.am
9833           src/folderview.c
9834           src/stock_pixmap.[ch]
9835           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9836           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9837                 as a Drafts folder is a special folder allow it to have
9838                 its own unique icons
9839
9840 2003-02-18 [colin]      0.8.10claws21
9841
9842         * src/imap.c
9843                 Fix port selection when using starttls
9844
9845 2003-02-18 [paul]       0.8.10claws20
9846
9847         * src/mainwindow.c
9848           src/prefs_common.[ch]
9849                 make blue the default new mail colour
9850
9851 2003-02-18 [paul]       0.8.10claws19
9852
9853         * sync with 0.8.10cvs14
9854                 see ChangeLog 2003-02-18
9855
9856 2003-02-17 [jens]       0.8.10claws18
9857
9858         * src/common/md5.c
9859                 fixed a compile problem with gcc 3.3
9860                 works on 2.95.3 too (testet on PPC as it is big endian)
9861
9862 2003-02-17 [paul]       0.8.10claws17
9863
9864         * sync with 0.8.10cvs13
9865                 see ChangeLog 2003-02-17
9866
9867 2003-02-17 [paul]       0.8.10claws16
9868
9869         * sync with 0.8.10cvs12
9870                 see ChangeLog 2003-02-17
9871
9872 2003-02-16 [match]      0.8.10claws15
9873
9874         * src/addressbook.c
9875                 Eliminates reloading of address data when items
9876                 deleted or added. Applied submitted by
9877                 Luke Plant <lukeplant@softhome.net>
9878
9879 2003-02-16 [paul]       0.8.10claws14
9880
9881         * src/news.c
9882                 when a 'protocol error' is encountered disconnect from
9883                 the server. This means that the user can carry on viewing
9884                 other articles and doesn't have to either wait until the
9885                 server timesout or quit sylpheed.
9886                 Fixes bug #53 'Unable to read messages in newsgroups, 
9887                 displayed message doesn't change'
9888
9889 2003-02-15 [christoph]  0.8.10claws13
9890
9891         * src/imap.c
9892                 fix bug that stopped scanning of folders when an
9893                 IMAP folder was empty
9894
9895         (closes bug 46 stop scan messages in folders after empty folder)
9896
9897 2003-02-15 [paul]
9898
9899         * tools/Makefile.am
9900           tools/README
9901           tools/freshmeat_search.pl     ** NEW FILE **
9902           tools/google_search.pl        ** NEW FILE **
9903                 Add 2 Actions scripts which search freshmeat/google
9904                 for the selected text using the browser configured
9905                 in sylpheedrc.
9906                 
9907         Note: These scripts are very dependent on the format of the
9908         browser command and may not work on every occasion. Testing
9909         is welcome. 
9910
9911 2003-02-14 [alfons]     0.8.10claws12
9912
9913         * src/compose.c
9914                 fix breakage because of uninitialized account pointer.
9915                 please verify.
9916
9917 2003-02-14 [paul]       0.8.10claws11
9918
9919         * src/compose.c
9920           src/prefs_account.[ch]
9921           src/prefs_common.[ch]
9922                 move signature settings to Account Prefs
9923
9924 2003-02-14 [paul]       0.8.10claws10
9925
9926         * sync with 0.8.10cvs11
9927                 see ChangeLog 2003-02-14
9928
9929 2003-02-13 [thorsten]   0.8.10claws9
9930
9931         * src/news.c
9932                 revert news progressbar (GUI separation)
9933
9934 2003-02-13 [paul]       0.8.10claws8
9935
9936         * src/compose.c
9937                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9938                 paragraph 1
9939
9940 2003-02-13 [paul]       0.8.10claws7
9941
9942         * src/compose.[ch]
9943           src/summaryview.c
9944                 fix 'Follow-up and Reply-to' so that it creates a reply to
9945                 the newsgroup and the sender. If the message has the keyword
9946                 'poster' in the Followup-To header, all replies go to the
9947                 sender, re: RFC 1036, Section 2.2.3
9948                 rename all instances of 'ignore_replyto' to 'to_sender', both
9949                 were previously used, now we use just one.
9950
9951 2003-02-13 [paul]       0.8.10claws6
9952
9953         * sync with 0.8.10cvs9
9954                 see ChangeLog 2003-02-13
9955
9956 2003-02-13 [paul]       0.8.10claws5
9957
9958         * configure.ac
9959                 show which plugins are configured in the configure
9960                 output.
9961
9962 2003-02-12 [thorsten]   0.8.10claws4
9963
9964         * src/news.c
9965                 show progress while fetching news headers
9966
9967 2003-02-12 [christoph]  0.8.10claws3
9968
9969         * configure.ac
9970         * src/plugins/Makefile.am
9971                 use AM_CONDITIONAL to enable plugins, automake correctly
9972                 manages this when creating distdir
9973
9974 2003-02-12 [christoph]  0.8.10claws2
9975
9976         * ac/spamassassin.m4
9977         * src/plugins/spamassassin/Makefile.am
9978                 fix building SpamAssassin plugin without OpenSSL
9979
9980 2003-02-12 [paul]       0.8.10claws1
9981
9982         * ac/Makefile.am
9983           src/Makefile.am
9984           src/plugins/Makefile.am
9985                 fix failure of 'make release'
9986
9987 2003-02-12 [paul]       0.8.10claws
9988
9989         * 0.8.10claws released
9990
9991 2003-02-12 [paul]       0.8.9claws56
9992
9993         * po/bg.po
9994           po/es.po
9995           po/it.po
9996           po/ru.po
9997           po/sr.po
9998                 updated translations by George Danchev, Ricardo Mones Lastra,
9999                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10000                 
10001         * sylpheed.spec.in
10002                 Allow the building of RPMs by a regular user. Submitted
10003                 by Sergei Astanin
10004
10005 2003-02-11 [alfons]     0.8.9claws55
10006
10007         * src/colorlabel.c
10008                 don't use pixmaps for label color rect but draw rectangles
10009                 so we can respect the color map of palette based visuals
10010                 (fixes the long time crashes on Suns - thanks to Andreas
10011                 Engel and Steve O'Hara-Smith for testing)
10012
10013 2003-02-11 [christoph]  0.8.9claws54
10014
10015         * src/matcher_parser_parse.y
10016                 correct bug where filering rules of not existing folders in
10017                 matcherrc were added to global filtering
10018                 
10019         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10020          main filter-rules after removing directory, http://bugs.debian.org/180253)
10021         
10022 2003-02-11 [paul]       0.8.9claws53
10023
10024         * sync with 0.8.10cvs7
10025                 see ChangeLog 2003-02-09
10026
10027 2003-02-11 [melvin]     0.8.9claws52
10028
10029         * po/fr.po
10030                 Updated French tranlsations
10031
10032 2003-02-10 [paul]       0.8.9claws51
10033
10034         * sylpheed.spec.in
10035                 correct --enable-openssl
10036                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10037
10038 2003-02-09 [martin]     0.8.9claws50
10039
10040         * src/prefs_matcher.c
10041                 fix segfault in prefs_matcher_substitute_cb() when
10042                 no row is selected
10043
10044 2003-02-09 [paul]       0.8.9claws49
10045
10046         * src/folderview.c
10047                 fix bug where a newsgroup folder's processing rules were
10048                 merged with the global filtering rules when the newsgroup
10049                 folder was deleted, causing some seriously bad results,
10050                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10051
10052 2003-02-08 [melvin]     0.8.9claws48
10053
10054         * src/compose.c
10055                 Corrected and modified an alert message.
10056
10057 2003-02-07 [paul]       0.8.9claws47
10058
10059         * src/folderview.c
10060                 fix bug where both an 'Account properties' window and a
10061                 'Folder properties' window were opened when clicking on
10062                 'Properties' in an NNTP or IMAP folder's popup menu.
10063
10064 2003-02-07 [paul]       0.8.9claws46
10065
10066         * sync with 0.8.10cvs6
10067                 see ChangeLog 2003-02-06
10068
10069 2003-02-06 [christoph]  0.8.9claws45
10070
10071         * src/mbox.c
10072                 freeze folder updates while importing mbox files
10073                 (closes bug 43 importing mbox took hours)
10074                 
10075         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10076
10077 2003-02-06 [thorsten]   0.8.9claws44
10078
10079         * po/de.po
10080                 Updated german translations
10081
10082 2003-02-06 [thorsten]   0.8.9claws43
10083
10084         * src/news.h
10085                 use guint for message numbers (fix count in grouplist dialog)
10086
10087 2003-02-05 [paul]       0.8.9claws42
10088
10089         * sync with 0.8.10cvs2
10090                 see ChangeLog 2003-02-05
10091
10092 2003-02-04 [colin]      0.8.9claws41
10093
10094         * src/prefs_common.[ch]
10095           src/procmsg.c
10096           src/summaryview.c
10097                 Add an option to disable threading by subject
10098
10099 2003-02-04 [christoph]  0.8.9claws40
10100
10101         * src/inc.c
10102                 only abort fetching mails from multiple accounts when the
10103                 error is fatal and does not allow to check any more accounts
10104                 (currently only disk full error)
10105
10106         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10107          receive mails for other accouts)
10108
10109 2003-02-04 [christoph]  0.8.9claws39
10110
10111         * src/folder.c
10112                 first add the new message to the cache, then
10113                 send the update notification
10114
10115         (closes bug 39 after sending message folderview doesnt get updated)
10116
10117 2003-02-04 [colin]      0.8.9claws38
10118
10119         * src/inc.c
10120                 _really_ fix this Connecting... status
10121
10122 2003-02-04 [paul]       0.8.9claws37
10123
10124         * sync with 0.8.10
10125                 see ChangeLog 2003-02-04
10126
10127 2003-02-04 [paul]       0.8.9claws36
10128
10129         * sync with 0.8.9cvs6
10130                 see ChangeLog 2003-02-03
10131
10132 2003-02-04 [paul]       0.8.9claws35
10133
10134         * po/pt_BR.po
10135                 updated by André Filipe de Assunção e Brito 
10136                 <bedecko@netsite.com.br>
10137
10138 2003-02-03 [thorsten]   0.8.9claws34
10139
10140         * po/de.po
10141                 Updated german translations
10142
10143 2003-02-02 [paul]       0.8.9claws33
10144
10145         * po/es.po
10146                 updated by Ricardo Mones Lastra
10147
10148 2003-02-02 [thorsten]   0.8.9claws32
10149
10150         * src/mh.c
10151                 Fix mh_get_msginfo() segfault if file is inaccessible
10152
10153 2003-01-31 [colin]      0.8.9claws31
10154
10155         * src/procheader.c
10156                 Fix last commit's bug
10157
10158 2003-01-31 [colin]      0.8.9claws30
10159
10160         * src/procheader.c
10161                 Missing a change for gpg-signed messages
10162
10163 2003-01-31 [paul]       0.8.9claws29
10164
10165         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10166           src/procheader.c
10167           src/stock_pixmap.[ch]
10168           src/summaryview.c
10169                 indicate GnuPG signed messages by displaying an icon
10170                 in the Attachment column.
10171
10172 2003-01-31 [paul]       0.8.9claws28
10173
10174         * sync with 0.8.9cvs4
10175                 see ChangeLog 2003-01-31
10176
10177 2003-01-31 [alfons]     0.8.9claws27
10178
10179         * src/textview.c
10180                 tune URI parser to accept mailto URLs with a '?'
10181                 (patch from Ruslan Balkin)
10182
10183 2003-01-31 [colin]      0.8.9claws26
10184
10185         * src/summaryview.c
10186                 Fix a leak introduced in claws24
10187
10188 2003-01-31 [colin]      0.8.9claws25
10189
10190         * src/summaryview.c
10191                 Freeze/Thaw folder updates when deleting dups
10192
10193 2003-01-31 [colin]      0.8.9claws24
10194         
10195         * src/addr_compl.c
10196           src/summaryview.c
10197           src/msgcache.c
10198                 little speed improvements
10199
10200 2003-01-31 [colin]      0.8.9claws23
10201
10202         * src/summaryview.c
10203                 Fix segfault when forwarding nothing
10204                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10205                 
10206 2003-01-30 [paul]       0.8.9claws22
10207
10208         * sync with 0.8.9cvs3
10209                 see ChangeLog 2003-01-30
10210
10211 2003-01-30 [paul]       0.8.9claws21
10212
10213         * sync with 0.8.9cvs2
10214                 see ChangeLog 2003-01-30
10215
10216 2003-01-29 [paul]       0.8.9claws20
10217
10218         * sync with 0.8.9cvs1
10219                 see ChangeLog 2003-01-29
10220
10221 2003-01-28 [paul]       0.8.9claws19
10222
10223         * po/POTFILES.in
10224                 update to reflect changes. 
10225                 thanks to Ricardo Mones Lastra
10226
10227 2003-01-27 [christoph]  0.8.9claws18
10228
10229         * ac/openssl.m4
10230         * ac/spamassassin.m4
10231         * src/plugins/spamassassin/README
10232         * src/plugins/spamassassin/libspamc.[ch]
10233         * src/plugins/spamassassin/utils.[ch]
10234                 updated to latest libspamc
10235
10236 2003-01-27 [christoph]  0.8.9claws17
10237
10238         * src/folder.c
10239                 fix wrong use of procheader_get_header_fields
10240
10241 2003-01-27 [christoph]  0.8.9claws16
10242
10243         * src/news.c
10244         * src/prefs_account.[ch]
10245         * src/common/nntp.[ch]
10246                 allow to force authentication for NNTP servers
10247
10248         Patch submitted by Florian Mickler <dmk@d-labs.de>
10249
10250 2003-01-26 [paul]       0.8.9claws15
10251
10252         * src/summaryview.c
10253                 speed up of marking messages as read
10254                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10255
10256 2003-01-26 [christoph]  0.8.9claws14
10257
10258         * src/Makefile.am
10259         * src/mgutils.[ch]              ** REMOVE **
10260         * src/xml.[ch]                  ** REMOVE **
10261         * src/xmlprops.[ch]             ** REMOVE **
10262         * src/common/Makefile.am
10263         * src/common/mgutils.[ch]       ** NEW **
10264         * src/common/xml.[ch]           ** NEW **
10265         * src/common/xmlprops.[ch]      ** NEW **
10266                 move xml files to common directory
10267
10268 2003-01-26 [christoph]  0.8.9claws13
10269
10270         * src/plugins/spamassassin/spamassassin_gtk.c
10271                 only set gtk entry text if string is available
10272
10273 2003-01-26 [melvin]     0.8.9claws12
10274
10275         * src/description_window.c
10276                 Allow resizing of the window
10277                 Allow automatic horizontal scroll bar
10278                 Do not vertically expand and fill
10279
10280 2003-01-26 [christoph]  0.8.9claws11
10281
10282         * src/Makefile.am
10283         * src/gtkutils.[ch]             ** REMOVE **
10284         * src/common/sylpheed.c
10285         * src/gtk/Makefile.am
10286         * src/gtk/description_window.c
10287         * src/gtk/gtkutils.[ch]         ** NEW **
10288         * src/gtk/prefswindow.c
10289                 move gtkutils to gtk directory
10290
10291 2003-01-26 [paul]       0.8.9claws10
10292
10293         * src/summaryview.c
10294                 rename summary_unread_clicked() to summary_status_clicked()
10295
10296 2003-01-26 [melvin]     0.8.9claws9
10297
10298         * src/prefs_actions.c
10299                 Cosmetical changes to the help text
10300
10301 2003-01-26 [paul]       0.8.9claws8
10302
10303         * src/folder.[ch]
10304           src/mainwindow.c
10305           src/prefs_common.c
10306           src/prefs_sumamry_column.c
10307           summaryview.[ch]
10308                 rename the 'Unread' column to 'Status'
10309
10310 2003-01-25 [match]      0.8.9claws7
10311
10312         * src/mgutils.[ch]
10313                 removed reference to LDAP constants. removed error2string.
10314                 included functions to support LDAP dynamic queries.
10315         * src/syldap.h
10316                 moved LDAP constants here.
10317         * src/addressbook.c
10318         * src/addrindex.c
10319         * src/importldif.c
10320                 removed references to LDAP constants and references to
10321                 error2string.
10322
10323 2003-01-25 [paul]       0.8.9claws6
10324
10325         * src/summaryview.c
10326                 summary_thread_build(), summary_thread_init(): remove 
10327                 unneeded reference to summaryview->folder_item
10328
10329 2003-01-25 [christoph]  0.8.9claws5
10330
10331         * src/gtk/description_window.c
10332                 o allow description texts to expand over multiple columns
10333                 o translate all columns
10334         * src/prefs_actions.c
10335                 change syntax description to use new multi column feature
10336
10337         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10338
10339 2003-01-25 [match]      0.8.9claws4
10340
10341         * src/vcard.c
10342                 fixed bug with Quoted-Printable
10343
10344 2003-01-25 [paul]       0.8.9claws3
10345
10346         * src/folder.[ch]
10347           src/summaryview.[ch]
10348                 implement per-folder collapsed/expanded threads setting
10349                 
10350         * src/prefs_common.c
10351                 remove global collapsed/expanded threads option
10352
10353 2003-01-25 [christoph]  0.8.9claws2
10354
10355         * po/POTFILES.in
10356                 add pluginwindow and prefswindow
10357         * src/compose.c
10358                 make send respond correctly to messages that could be added
10359                 to the queue folder, but the UID of the message is unknown
10360         * src/folder.c
10361         * src/imap.c
10362                 don't return guessed UIDs in imap_add_msg anymore. We return
10363                 0 to tell the folder system it was appened but the UID is
10364                 unknown. Folder system now get's the UID by scaning the folder
10365                 and searching the cache for the Message-ID
10366                 (closes bug #29 Messages queued, but not sent)
10367
10368 2003-01-25 [paul]       0.8.9claws1
10369
10370         * src/codeconv.c
10371                 conv_encode_header():  fix bug when long headers with 8-bit
10372                 characters are used, so that the encoded words are wrapped.
10373                 If the space in the original text falls on the wrap boundary,
10374                 it can be lost.
10375                 Patch by Sergey Vlasov.
10376                 
10377         * src/folderview.c
10378                  fix bug where a change to the sorting method or thread view
10379                  of a folder's messages is lost if simpify-subject is set and
10380                  toggled on or off.
10381                  Patch by Luke Plant.
10382
10383 2003-01-24 [paul]       0.8.9claws
10384
10385         * sylpheed-0.8.9claws released
10386         
10387         * Makefile.am
10388           sylpheed.spec.in
10389                 remove reference to 'INSTALL.jp'
10390
10391 2003-01-23 [paul]       0.8.8claws128
10392
10393         * po/es.po
10394           po/it.po
10395           po/ru.po
10396           po/sr.po
10397                 updated translations. submitted by Ricardo Mones Lastra,
10398                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10399
10400 2003-01-23 [colin]      0.8.8claws127
10401
10402         * src/compose.c
10403                 Fix drafted and queued news articles re-edition
10404
10405 2003-01-23 [melvin]     0.8.8claws126
10406
10407         * po/fr.po
10408                 Updated French translations
10409
10410 2003-01-23 [colin]      0.8.8claws125
10411
10412         * src/inc.c
10413                 Fix "Connecting to..." status message
10414
10415 2003-01-22 [paul]       0.8.8claws124
10416
10417         * po/bg.po
10418                 updated by George Danchev
10419                 
10420         * src/folder.c
10421                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10422                 and folder deletion
10423
10424 2003-01-21 [paul]       0.8.8claws123
10425
10426         * po/bg.po
10427                 updated by George Danchev
10428                 
10429         * src/about.c
10430                 its now 2003
10431                 
10432         * src/toolbar.c
10433                 don't translate 'Separator'
10434                 
10435         * src/plugins/spamassassin/Makefile.am
10436                 add aspell to CPPFLAGS
10437                 
10438         * src/plugins/spamassassin/spamassassin.c
10439           src/plugins/spamassassin/spamassassin_gtk.c
10440                 set correct default for spamassassin_receive_spam
10441                 slightly re-word descriptions and some
10442                 other minor changes
10443
10444 2003-01-19 [alfons]     0.8.8claws122
10445                 
10446         * src/mimeview.c
10447                 mimeview_save_as(): we might as well show the file name for
10448                 the single case "Save As" too
10449
10450 2003-01-19 [alfons]     0.8.8claws121
10451
10452         * src/crash.c
10453                 change bug tracker URL to bugzilla URL
10454
10455 2003-01-19 [alfons]     0.8.8claws120
10456
10457         * src/mimeview.c
10458                 mimeview_save_all(): display name of file before overwriting;
10459                 continue saving all, even when one overwrite was cancelled
10460
10461 2003-01-19 [christoph]  0.8.8claws119
10462
10463         * src/summaryview.c
10464         * src/procmsg.[ch]
10465                 fix wrong usage of procmsg_find_children in summaryview
10466                 by using procmsg_update_unread_children instead of
10467                 summaryview_update_unread_children
10468
10469 2003-01-19 [christoph]  0.8.8claws118
10470
10471         * src/procmsg.c
10472                 fix infinite loop in procmsg_find_children
10473                  (closes bug #25 sylpheed crashes on delete.)
10474
10475         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10476
10477 2003-01-19 [paul]       0.8.8claws117
10478
10479         * po/pt_BR.po
10480                 updated by Ivan Francolin Martinez
10481
10482 2003-01-18 [melvin]     0.8.8claws116
10483
10484         * src/prefs_actions.c
10485                 Removed syntax limitation of only one '&' at the end of command.
10486                         Now actions that contain '>/dev/null 2>&1' are possible.
10487
10488 2003-01-18 [melvin]     0.8.8claws115
10489
10490         * src/prefs_actions.c
10491                 Actions IO dialog: when the action ends
10492                 the "Close" button now has focus and [Escape] closes the
10493                 window.
10494
10495 2003-01-18 [christoph]  0.8.8claws114
10496
10497         * src/procmsg.c
10498                 o add debug output when MsgInfos are really freed
10499                 o free GSLists in procmsg_find_children and
10500                   procmsg_update_unread_children
10501
10502 2003-01-18 [christoph]  0.8.8claws113
10503
10504         * src/mainwindow.c
10505                 reorder Configuration menu
10506
10507 2003-01-18 [christoph]  0.8.8claws112
10508
10509         * src/compose.c
10510                 fix applying templates to forwarded messages
10511
10512         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10513
10514 2003-01-17 [christoph]  0.8.8claws111
10515
10516         * src/folder.c
10517                 destroy folder items, when a folder item is removed
10518
10519 2003-01-17 [christoph]  0.8.8claws110
10520
10521         * src/folder.c
10522                 fix wrong folder stats update when ignored message is
10523                 deleted
10524
10525 2003-01-17 [colin]      0.8.8claws109
10526         
10527         * src/mainwindow.c
10528         * src/summaryview.c
10529                 Quicksearch bugfixes: 
10530                 - hide help button at startup if not extended
10531                 - switch to extended when looking for replies
10532
10533 2003-01-17 [paul]
10534
10535         * sync with 0.8.9 release
10536
10537 2003-01-17 [paul]       0.8.8claws108
10538
10539         * sync with 0.8.8cvs11
10540                 see ChangeLog 2003-01-17
10541
10542 2003-01-16 [colin]      0.8.8claws107
10543
10544         * src/procmsg.c
10545                 Changed encryption test to re-ask passphrase
10546                 if an encrypted message hasn't been decrypted
10547                 Fixes bug #5
10548
10549 2003-01-16 [christoph]  0.8.8claws106
10550
10551         * src/prefs_gtk.c
10552         * src/prefs_toolbar.c
10553         * src/gtk/prefswindow.h
10554         * src/plugins/spamassassin/spamassassin_gtk.c
10555                 remove page destroy function that is not used anymore
10556
10557 2003-01-16 [paul]       0.8.8claws105
10558
10559         * sync with 0.8.8cvs9
10560                 see ChangeLog 2002-01-16
10561
10562 2003-01-16 [colin]      0.8.8claws104
10563
10564         * src/compose.[ch]
10565                 Fix bug with autosaved drafts for IMAP, when draft
10566                 folder is specified - fixes bugzilla bug #20
10567
10568 2003-01-15 [paul]       0.8.8claws103
10569
10570         * src/compose.[ch]
10571           src/procmsg.c
10572                 store folder and message-id of message forwarding
10573                 in queue header and set forward flag after sending
10574
10575 2003-01-15 [paul]       0.8.8claws102
10576
10577         * sync with 0.8.8cvs8
10578                 see ChangeLog 2002-01-15
10579
10580 2003-01-15 [colin]      0.8.8claws101
10581
10582         * src/Makefile.am
10583                 Fix linking with GNU libiconv
10584
10585 2003-01-15 [darko]      0.8.8claws100
10586
10587         * src/pine.c
10588                 fix crash when importing pine address book
10589                 entry with an empty name (reported by DY
10590                 <dybulk at tri8.net>)
10591
10592 2003-01-14 [paul]       0.8.8claws99
10593
10594         * configure.in  ** REMOVED **
10595           configure.ac  ** NEW FILE **
10596                 rename configure.in to configure.ac, as it is now
10597                 preferred
10598
10599 2003-01-14 [melvin]     0.8.8claws98
10600
10601         * src/folderview.c
10602                 folderview_check_new(): More precise function description
10603
10604 2003-01-14 [melvin]     0.8.8claws97
10605
10606         * src/folderview.c
10607                 folderview_check_new(): return the number of new messages 
10608                         since last check.
10609         * src/inc.c
10610                 inc_account_mail(): Disable counting of new messages for IMAP
10611                         and NNTP until bug [19] and [14] are fixed.
10612
10613 2003-01-14 [paul]       0.8.8claws96
10614
10615         * sync with 0.8.8cvs6
10616                 see ChangeLog 2003-01-14
10617
10618 2003-01-13 [alfons]     0.8.8claws95
10619
10620         * src/textview.c
10621                 tune email address validation (c. 0.8.8claws89): if . is 
10622                 just one char away from @, the address is invalid too 
10623                 (correctly rejects addresses like foo@.com)
10624
10625 2003-01-13 [paul]       0.8.8claws94
10626
10627         * src/messageview.c
10628           src/toolbar.c
10629                 fixes to the Message View toolbar and menu:
10630                 fix non-functioning Forward button
10631                 make Reply button consider default_reply_list
10632                 remove 'Follow-up...' menu entry
10633                 add 'Forward' and 'Redirect' menu entries
10634
10635 2003-01-13 [melvin]     0.8.8claws93
10636
10637         * src/inc.c
10638                 Fixed typo that could make new messages count incorrect.
10639
10640 2003-01-13 [melvin]     0.8.8claws92
10641
10642         * src/folderview.[ch]
10643                 folderview_check_new(): return the number of new messages.
10644         * src/inc.c
10645                 Should fix bug [14] where new mail notification worked 
10646                         incorrectly with IMAP accounts.
10647                 inc_spool_account(): return number of new msgs, or -1 on error
10648                 inc_all_spool(): return number of new msgs
10649                 
10650 2003-01-13 [melvin]     0.8.8claws91
10651
10652         * src/prefs_actions.c
10653                 Justify help text.
10654
10655 2003-01-12 [thorsten]   0.8.8claws90
10656
10657         * src/common/prefs.c
10658                 close file before rename
10659
10660 2003-01-12 [alfons]     0.8.8claws89
10661
10662         * AUTHORS
10663                 add Christian Mertes
10664         * src/common/utils.[ch]
10665                 g_stricase_hash(), g_stricase_equal(): functions for 
10666                 case insensitive hash tables
10667         * src/textview.c
10668                 use top level domain names to validate email address, based
10669                 on a patch by Christian Mertes (thanks!), but changed 
10670                 implementation to use a hash table 
10671
10672 2003-01-12 [paul]       0.8.8claws88
10673
10674         * po/bg.po
10675                 updated by George Danchev
10676
10677 2003-01-12 [alfons]     0.8.8claws87
10678
10679         * src/summaryview.c
10680                 delete / execute performance: use new style folder update
10681
10682 2003-01-12 [paul]       0.8.8claws86
10683
10684         * sync with 0.8.8cvs5
10685                 see ChangeLog 2003-01-13 (!)
10686
10687 2003-01-12 [alfons]     0.8.8claws85
10688
10689         * src/filtering.c
10690         * src/matcher_parser_parse.y
10691                 prepare change_score filtering action
10692         * src/matcher.[ch]
10693                 give up const-correctness on functions that call non-const-correct functions;
10694                 several casts to gpointer in g_free();
10695                 add change_score;
10696
10697 2003-01-12 [christoph]  0.8.8claws84
10698
10699         * src/compose.c
10700                 fix 2 warnings
10701
10702         * src/gtk/prefswindow.[ch]
10703         * src/plugins/spamassassin/spamassassin_gtk.c
10704                 changed the call of the widget create function
10705                 for PrefsPages, because sometimes the widget
10706                 create function needs a widget that already has
10707                 been attached to a window (to create GDK pixmaps
10708                 for exmaple). So we simply pass the GtkWindow as
10709                 the second parameter now.
10710
10711         * src/main.c
10712         * src/mainwindow.c
10713         * src/prefs_toolbar.[ch]
10714                 rewrite Toolbar Preferences using the new
10715                 prefs window
10716
10717 2003-01-11 [alfons]     0.8.8claws83
10718
10719         * src/addressadd.c
10720                 fix crash when adding sender to addressbook because status bar
10721                 isn't there (the status bar doesn't seem to be used though,
10722                 but I'll let Match decide what to do with it)
10723
10724 2003-01-11 [colin]      0.8.8claws82
10725
10726         * src/main.c
10727           src/toolbar.c
10728                 Two useless changes reversed
10729
10730 2003-01-11 [colin]      0.8.8claws81
10731
10732         * src/mainwindow.c
10733           src/mainwindow.h
10734                 Add mainwindow_get_mainwindow()
10735         * src/alertpanel.c
10736           src/alertpanel.h
10737                 Add alertpanel_error_log() 
10738         * src/compose.c
10739           src/inc.c
10740           src/messageview.c
10741           src/toolbar.c
10742           src/main.c
10743           src/procmsg.c
10744                 Network errors get a View Log button
10745
10746 2003-01-10 [alfons]     0.8.8claws80
10747
10748         * src/prefs_toolbar.c
10749         * src/toolbar.c
10750                 use the translatable string for "Separator" as file name for
10751                 separator toolbar items (probably make this uppercase?)
10752
10753 2003-01-10 [alfons]     0.8.8claws79
10754
10755         * src/prefs_toolbar.c
10756                 put right A_SEPARATOR description string in "displayed
10757                 toolbar items list" so manually added separators are
10758                 saved correctly (bug #10, "Adding a separator to the main 
10759                 toolbar fails, entry in xml file is wrong")
10760
10761 2003-01-10 [christoph]  0.8.8claws78
10762
10763         * src/imap.c
10764                 o fix warnings
10765                 o use CAPABILITY to check if NAMESPACE is available
10766
10767 2003-01-10 [christoph]  0.8.8claws77
10768
10769         * src/imap.[ch]
10770                 apply UIDPLUS IMAP extension support patch
10771
10772         Patch submitted by Simon 'corecode' Schubert
10773
10774 2003-01-10 [paul]       0.8.8claws76
10775
10776         * src/folderview.c
10777                 a sync from main which fixes the news account folders'
10778                 Properties bug
10779
10780 2003-01-10 [christoph]  0.8.8claws75
10781
10782         * src/folder.c
10783                 don't accept 0 as a valid uid returned by copy and move
10784                 functions. 0 means the message was copied or moved but the
10785                 new uid could not be fetched. It is not an error condition
10786                 for the copy or move operation.
10787
10788 2003-01-10 [paul]       0.8.8claws74
10789
10790         * src/prefs_filtering.c
10791                 change English used in Alert when entry is not
10792                 saved.
10793                 
10794         * sync with 0.8.8cvs4
10795                 see ChangeLog 2003-01-10
10796
10797 2003-01-10 [darko]      0.8.8claws73
10798
10799         * src/pine.c
10800                 fix crash when importing address book entry
10801                 without a valid address
10802
10803 2003-01-09 [alfons]     0.8.8claws72
10804
10805         * src/inc.c
10806                 filtering performance: use new style folder update
10807
10808 2003-01-09 [christoph]  0.8.8claws71
10809
10810         * src/compose.c
10811         * src/gtk/menu.[ch]
10812                 fix wrong selecting of mime encoding type, when
10813                 opening property dialog of attachments in the
10814                 compose window. 7bit was always selected and that
10815                 destoryed files with 8bit data.
10816                 (closes bug #9 Sylpheed-claws destroys attachments when
10817                  changing MIME-types)
10818
10819 2003-01-09 [paul]       0.8.8claws70
10820
10821         * sync with 0.8.8cvs3
10822                 see ChangeLog 2003-01-09
10823
10824 2003-01-08 [alfons]     0.8.8claws69
10825         
10826         * src/addressadd.c
10827                 apply patch by Kim Schulz to fix build breakage
10828                 because of missing variable
10829
10830 2003-01-08 [paul]       0.8.8claws68
10831
10832         * sync with 0.8.8cvs2
10833                 see ChangeLog 2002-01-08
10834
10835 2003-01-08 [paul]       0.8.8claws67
10836
10837         * po/it.po
10838                 updated by Alessandro Maestri
10839                 
10840         * src/addressadd.c
10841                 when using 'Add sender to addressbook' allow
10842                 name to be edited and remarks to be entered
10843                 Patch submitted by Luke Plant
10844
10845 2003-01-08 [darko]      0.8.8claws66
10846
10847         * README.claws, src/summaryview.c
10848                 fix description for marked messages
10849
10850 2003-01-08 [paul]
10851
10852         * tools/Makefile.am
10853           tools/launch_phoenix  ** NEW FILE **
10854                 add script that enables using Phoenix as the default
10855                 web browser. 
10856                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10857                 
10858         * tools/OOo2sylpheed.pl
10859                 remove full path to sylpheed executable, just 'sylpheed'
10860                 will do
10861                 
10862         * tools/README
10863                 add launch_phoenix informtion and re-arrange and compress
10864                 the data a little
10865
10866 2003-01-07 [christoph]  0.8.8claws65
10867
10868         * src/folder.c
10869                 fix update for source folder when moving messages
10870         * src/procmsg.[ch]
10871         * src/summaryview.c
10872                 use function to set to_folder for message infos and
10873                 automatically update the op_count for old and new
10874                 folder
10875
10876 2003-01-07 [melvin]     0.8.8claws64
10877
10878         * src/prefs_actions.c
10879                 Fixed bug where an '%p' Action on a displayed image crashed 
10880                         Sylpheed
10881                 Code clean up (get rid of duplicated code and removed unnecessary 
10882                                 structure member)
10883
10884 2003-01-07 [christoph]  0.8.8claws63
10885
10886         * src/compose.c
10887         * src/folder.[ch]
10888         * src/folderview.c
10889         * src/import.c
10890         * src/inc.c
10891         * src/main.c
10892         * src/mainwindow.c
10893         * src/messageview.c
10894         * src/prefs_folder_item.c
10895         * src/procmsg.c
10896         * src/summaryview.c
10897         * src/toolbar.c
10898                 o remove all folder update triggering from the UI code. The folder
10899                   system should know much better when a folder needs an update.
10900                 o to prevent multiple updates in a row the folder updates can be
10901                   frozen for some time.
10902
10903                 Note: - Please verify that no updates are missing
10904                       - Check where freeze/thaws should be added
10905
10906 2003-01-07 [christoph]  0.8.8claws62
10907
10908         * src/prefs_actions.c
10909                 don't translate empty strings
10910
10911         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10912
10913 2003-01-06 [christoph]  0.8.8claws61
10914
10915         * src/prefs_actions.c
10916                 mark strings for gettext
10917         * src/prefs_matcher.c
10918                 use new description window for Execute action and
10919                 match condition in Filtering
10920
10921         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10922
10923 2003-01-06 [alfons]     0.8.8claws60
10924
10925         keep myself inspired to re-organize matcher part 8; 
10926         yes, more to come (I need to move out the descriptive
10927         text for actions to matcher.c, or at least make it not
10928         depend on the wicked ordering)
10929
10930         * src/prefs_matcher.c
10931                 add documentation so others may comprehend the
10932                 UI part of the conditions
10933                 
10934 2003-01-06 [christoph]  0.8.8claws59
10935
10936         * src/prefs_actions.c
10937                 use new description window for syntax help
10938         * src/gtk/description_window.c
10939                 fix display of descriptions with column count != 2
10940
10941         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10942
10943 2003-01-06 [christoph]  0.8.8claws58
10944
10945         * src/quote_fmt.c
10946         * src/summaryview.[ch]
10947         * src/gtk/Makefile.am
10948         * src/gtk/description_window.[ch]       ** NEW **
10949                 use a generic window to display syntax descriptions
10950                 currently used in quote_fmt and summaryview (new description
10951                 for extended quick search)
10952
10953         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10954
10955 2003-01-06 [paul]       0.8.8claws57
10956
10957         * sync with 0.8.8cvs1
10958                 see ChangeLog 2003-01-06
10959
10960 2003-01-06 [christoph]  0.8.8claws56
10961
10962         * src/mainwindow.c
10963         * src/prefs_gtk.[ch]
10964         * src/gtk/prefswindow.[ch]
10965         * src/plugins/spamassassin/spamassassin_gtk.c
10966                 o remove page management from prefswindow, pages
10967                   will be an argument to prefswindow_open
10968                 o prefswindow_open gets a datapointer that is
10969                   passed to the widget_create function to allow
10970                   creation of prefswindow for specific items
10971
10972 2003-01-06 [colin]      0.8.8claws55
10973         
10974         * src/summaryview.c
10975                 We don't want regexp in the reply-finder, 
10976                 because MIDs can contain !,$,. and so on
10977
10978 2003-01-06 [jens]       0.8.8claws54
10979
10980         * src/jpilot.c
10981                 fixed a wrong free in jpilot_read_db_files
10982
10983 2003-01-06 [alfons]     0.8.8claws53
10984
10985         re-organize matcher part 8; more to come
10986        
10987         * src/matcher.c
10988                 matcherprop_to_string(): put g_free()s before the
10989                 switch-case break to fix memleaks                
10990
10991 2003-01-06 [colin]      0.8.8claws52
10992
10993         * src/summaryview.c
10994                 cleanup & reply-finder now displays the first 
10995                 matching message
10996
10997 2003-01-05 [alfons]     0.8.8claws51
10998
10999         re-organize matcher part 7; more to come
11000
11001         * src/matcher.[ch]
11002                 fixes for constant correctness;
11003                 more documentation;
11004
11005 2003-01-05 [alfons]     0.8.8claws50
11006
11007         re-organize matcher part 6; more to come
11008         
11009         * src/matcher.[ch]
11010                 fixes for constant correctness;
11011                 more documentation;
11012         * src/filtering.c
11013                 fix for constant correctness
11014
11015 2003-01-05 [colin]      0.8.8claws49
11016
11017         * src/account.[ch]
11018                 Add account_get_reply_account function
11019         * src/compose.c
11020                 Use account_get_reply_account function 
11021         * src/summaryview.c
11022                 Basic reply-finder - click on the replied
11023                 icon gets you to the outbox using quick-search
11024
11025 2003-01-05 [paul]       0.8.8claws48
11026
11027         * src/prefs_common.c
11028                 small change to English
11029                 
11030         * src/prefs_filtering.c
11031                 prefs_filtering_action_select(): improve logic and uniformity
11032                 of gui
11033
11034 2003-01-05 [alfons]     0.8.8claws47
11035
11036         fine tune solution to focus problems (bug #7)
11037
11038         * src/mainwindow.c
11039                 mainwindow_focus_in_event(): remove grab event check
11040         * src/summaryview.c
11041                 summary_button_pressed(): move selection on right-click
11042                 too. we can't possibly move the selection back after
11043                 canceling a dialog, because gtk's incomplete focus 
11044                 management. whether this is a good solution, only time
11045                 will tell.
11046
11047 2003-01-05 [christoph]  0.8.8claws46
11048
11049         * src/imap.c
11050                 fix crash when no imap connection could be established
11051
11052 2003-01-05 [paul]       0.8.8claws45
11053
11054         * src/mainwindow.c
11055           src/sumamryview.c
11056           src/gtk/menu.[ch]
11057                 fix bug 605957 'shortcuts in popup-menu'
11058                 make user-defined shortcuts work
11059                 show shortcuts that are already defined
11060                 in the main menu
11061                 Patch submitted by Luke Plant
11062
11063 2003-01-05 [alfons]     0.8.8claws44
11064
11065         * src/mainwindow.c
11066                 focus_in_event handler should not select summary view row 
11067                 when another window (menu, dialog) grabbed for events 
11068                 (bug #7, "[0.8.8claws42] Message summary focus") 
11069
11070 2003-01-04 [christoph]  0.8.8claws43
11071
11072         * src/procmsg.c
11073                 update save folder after adding the sent message
11074                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11075
11076 2003-01-02 [christoph]  0.8.8claws42
11077
11078         * src/common/plugin.c
11079                 fix unloading of all plugins and unload
11080                 plugins in reverse order
11081                 
11082         * src/gtk/pluginwindow.c
11083                 implement function of load and unload button
11084
11085         * src/gtk/prefswindow.c
11086         * src/gtk/prefswindow.h
11087                 rename register function and add new unregister
11088                 function
11089
11090         * src/plugins/spamassassin/spamassassin_gtk.c
11091                 unregister prefs page and update for changes in
11092                 src/gtk/prefswindow.c
11093
11094 2003-01-02 [paul]       0.8.8claws41
11095
11096         * po/es.po
11097                 updated by Ricardo Mones Lastra
11098
11099 2003-01-02 [paul]
11100
11101         * tools/tb2sylpheed
11102                 fixes and improvements by Urke MMI
11103
11104 2003-01-02 [thorsten]   0.8.8claws40
11105
11106         * src/procmsg.c
11107                 fixed wrong return value
11108
11109 2003-01-02 [thorsten]   0.8.8claws39
11110
11111         * src/prefs.c
11112                 fixed printing wrong variable
11113
11114 2003-01-02 [thorsten]   0.8.8claws38
11115
11116         * src/prefs.c
11117                 fixed acessing members of freed pfile struct
11118
11119 2003-01-02 [thorsten]   0.8.8claws37
11120
11121         * src/procmsg.c
11122                 detect loops across several messages
11123                 as suggested by Christoph Hohmann
11124
11125 2003-01-01 [match]      0.8.8claws36
11126
11127         * src/addrindex.c
11128                 fixed another memory leak.
11129
11130 2003-01-01 [match]      0.8.8claws35
11131
11132         * src/jpilot.[ch]
11133                 fixed memory leaks. applied Doxygen comments.
11134
11135 2003-01-01 [thorsten]   0.8.8claws34
11136
11137         * src/procmsg.c
11138                 inhibit endless loop if msg references itself
11139                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11140
11141 2003-01-01 [christoph]  0.8.8claws33
11142
11143         * src/mainwindow.c
11144         * src/gtk/Makefile.am
11145         * src/gtk/pluginwindow.c                ** NEW **
11146         * src/gtk/pluginwindow.h                ** NEW **
11147                 add plugin window
11148
11149         * src/plugins/demo/demo.c
11150         * src/plugins/spamassassin/spamassassin.c
11151         * src/plugins/spamassassin/spamassassin_gtk.c
11152                 write better plugin descriptions
11153
11154 2002-12-31 [christoph]  0.8.8claws32
11155
11156         * src/gtk/prefswindow.c
11157         * src/plugins/spamassassin/spamassassin_gtk.c
11158                 some small improvements to GTK code
11159
11160 2002-12-31 [christoph]  0.8.8claws31
11161
11162         * src/plugins/spamassassin/spamassassin_gtk.c
11163                 enable folder select button
11164
11165 2002-12-31 [christoph]  0.8.8claws30
11166
11167         * src/mainwindow.c
11168         * src/gtk/Makefile.am
11169         * src/gtk/prefswindow.c                         ** NEW **
11170         * src/gtk/prefswindow.h                         ** NEW **
11171                 add new prefs window
11172
11173         * src/common/plugin.c
11174                 don't try to load empty config lines
11175         
11176         * src/plugins/spamassassin/Makefile.am
11177         * src/plugins/spamassassin/spamassassin.c
11178         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11179         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11180                 GTK config for SpamAssassin Plugin using
11181                 the new prefs window
11182
11183 2002-12-31 [paul]       0.8.8claws29
11184
11185         * po/POTFILES.in
11186                 remove obsolete entry 'src/menu.c'
11187
11188 2002-12-31 [alfons]     0.8.8claws28
11189
11190         * src/matcher.[ch]
11191         * src/matcher_parser_parse.y
11192         * src/prefs_matcher.c
11193                 add "ignore_thread" and "~ignore_thread" condition so it's
11194                 possible to make the actions / scoring operate on the ignore
11195                 thread flag
11196
11197 2002-12-31 [christoph]  0.8.8claws27
11198
11199         * src/addrbook.c
11200         * src/addrindex.c
11201         * src/folder.c
11202         * src/matcher.c
11203         * src/prefs_account.c
11204         * src/prefs_actions.c
11205         * src/prefs_customheader.c
11206         * src/prefs_display_header.c
11207         * src/prefs_gtk.c
11208         * src/procmime.c
11209         * src/toolbar.c
11210         * src/xmlprops.c
11211         * src/common/prefs.[ch]
11212                 extend prefs file handling for reading and automatic handling
11213                 of blocks. When reading prefs_set_block_label will automatically
11214                 move on to the block. When writing it will copy all other blocks
11215                 automatically
11216
11217         * src/common/plugin.c
11218                 Now loading plugin filenames from [Plugins] block in
11219                 sylpheed rc file
11220
11221 2002-12-30 [christoph]  0.8.8claws26
11222
11223         * src/common/hooks.[ch]
11224                 return abort status to caller of hooks_invoke
11225                 
11226         * src/inc.[ch]
11227                 invoke message filtering hook and stop
11228                 default handling when filter returns abort
11229
11230         * src/common/plugin.[ch]
11231         * src/plugins/demo/demo.c
11232                 modify plugin loader, because resolving symbols for strings
11233                 does not work correctly
11234         
11235         * configure.in
11236         * ac/spamassassin.m4                            ** NEW **
11237         * src/plugins/spamassassin/.cvsignore           ** NEW **
11238         * src/plugins/spamassassin/Makefile.am          ** NEW **
11239         * src/plugins/spamassassin/README               ** NEW **
11240         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11241         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11242         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11243                 add spamassassin plugin, see src/plugins/spamassassin/README
11244                 for details
11245
11246 2002-12-29 [alfons]     0.8.8claws25
11247
11248         * src/mainwindow.c
11249                 when moving focus from a message view to the main 
11250                 window, don't forget to select the summary node
11251                 of the displayed message. should fix "[ 659103 ] 
11252                 focus-follows-mouse confuses sylpheed"
11253
11254 2002-12-29 [christoph]  0.8.8claws24
11255
11256         * src/Makefile.am
11257         * src/stringtable.[ch]          ** REMOVE **
11258         * src/common/Makefile.am
11259         * src/common/stringtable.[ch]   ** NEW **
11260                 move stringtable files to common directory
11261
11262 2002-12-29 [christoph]  0.8.8claws23
11263
11264         * src/Makefile.am
11265         * src/menu.[ch]                 ** REMOVE **
11266         * src/gtk/Makefile.am
11267         * src/gtk/menu.[ch]             ** NEW **
11268                 move menu files to gtk directory
11269
11270 2002-12-29 [match]      0.8.8claws22
11271
11272         * src/addressbook.c
11273         * src/syldap.c
11274                 moved UI specific code out of LDAP code into addressbook
11275                 UI code. fixed memory leak.
11276
11277 2002-12-29 [christoph]  0.8.8claws21
11278
11279         * src/folder.c
11280                 only check for IGNORED parent message when message is
11281                 not IGNORED itself
11282
11283 2002-12-29 [alfons]     0.8.8claws20
11284
11285         * src/summaryview.c
11286                 set gtksctree's anchor correct (immediate execute
11287                 changes the tree's layout, and anchor points at 
11288                 the incorrect row). fixes "[ 657233 ] multiple msg 
11289                 delete sometimes off by 1".
11290                 we probably have to look for more tree layout /
11291                 anchor glitches.
11292
11293 2002-12-29 [paul]       0.8.8claws19
11294
11295         * src/summaryview.c
11296                 fix bug [ 659054 ] incorrect sorting of 'From' column
11297                 when using 'display sender using address book'
11298                 thanks to Alfons and Luke Plant
11299
11300 2002-12-29 [christoph]  0.8.8claws18
11301
11302         * src/folder.c
11303         * src/procmsg.[ch]
11304                 check parent messages for IGNORE THREAD flag, when adding,
11305                 moving or copying messages to a folder
11306
11307 2002-12-27 [alfons]     0.8.8claws17
11308
11309         re-organize matcher part 5; more to come
11310
11311         * src/matcher.c
11312                 hash keywords in matchparser_tab 
11313
11314 2002-12-27 [alfons]     0.8.8claws16
11315
11316         re-organize matcher part 4; more to come
11317
11318         * src/matcher_parser.h
11319         * src/matcher_parser_lex.l
11320         * src/matcher_parser_parse.y
11321                 cleanup
11322
11323 2002-12-27 [alfons]     0.8.8claws15
11324
11325         re-organize matcher part 3; more to come
11326
11327         * src/matcher.[ch]
11328                 cleanup
11329
11330 2002-12-27 [alfons]     0.8.8claws14
11331
11332         re-organize matcher part 2; more to come but this should
11333         work. cc me if there are any regressions.
11334
11335         * src/matcher.h
11336                 add prototype for get_matchparser_tab_id()
11337         * src/matcher_parser_lex.l
11338                 look up keywords using matchparser_tab_id();
11339
11340 2002-12-27 [alfons]     0.8.8claws12
11341
11342         re-organize matcher part 1
11343
11344         * src/matcher.h
11345                 map yacc generated constants to sylpheed matcher constants
11346         * src/matcher.c
11347                 add function to find a matcher constant from a string
11348
11349 2002-12-27 [christoph]  0.8.8claws11
11350
11351         * src/compose.c
11352                 MENUITEM_ADD casts the 4th argument from integer to pointer
11353                 so it probably should not be a pointer, this means we
11354                 should use account id for it and not the account's pointer
11355
11356 2002-12-27 [paul]       0.8.8claws10
11357
11358         * src/mainwindow.c
11359                 remove unneeded 'GtkWidget *vbox'
11360                 
11361         * src/summaryview.c
11362                 further sync with 0.8.8 - make sort
11363                 by recipient work as expected
11364                 
11365         * NEWS
11366                 sync with 0.8.8
11367
11368 2002-12-27 [paul]       0.8.8claws9
11369
11370         * po/pt_BR.po
11371                 updated by Ivan F. Martinez
11372                 
11373 2002-12-27 [darko]      0.8.8claws8
11374
11375         * src/common/utils.c
11376                 added locked pattern to extended search
11377
11378 2002-12-27 [alfons]     0.8.8claws7
11379
11380         * src/prefs_matcher.[ch]
11381                 clean up
11382
11383 2002-12-26 [alfons]     0.8.8claws6
11384
11385         * src/matcher.[ch]
11386         * src/matcher_parser_lex.l
11387         * src/matcher_parser_parse.y
11388         * src/prefs_matcher.c
11389                 allow color label as a condition in the matcher
11390
11391 2002-12-26 [oliver]     0.8.8claws5
11392         
11393         * src/toolbar.c 
11394                 enable Addressbook for Main and Messageview
11395         * src/prefs_actions.c
11396                 enable actions in Messageview
11397
11398 2002-12-26 [christoph]  0.8.8claws4
11399
11400         * src/common/plugin.c
11401                 add a little debug output
11402         * configure.in
11403         * src/plugins/demo/Makefile.am
11404                 better use of automake
11405
11406 2002-12-26 [christoph]  0.8.8claws3
11407
11408         * src/Makefile.am
11409         * src/common/Makefile.am
11410                 fix "make distdir"
11411
11412 2002-12-26 [christoph]  0.8.8claws2
11413
11414         * configure.in
11415                 sort configure checks into common / gtk / plugins
11416         * po/POTFILES.in
11417                 add src/prefs_gtk.c
11418         * src/Makefile.am
11419                 add plugins SUBDIR
11420         * src/main.c
11421         * src/common/sylpheed.[ch]
11422                 added now sylpheed_done function for shutdown
11423         * src/common/Makefile.am
11424         * src/common/plugin.[ch]                ** NEW **
11425                 plugin loader and unloader
11426         * src/plugins/.cvsignore                ** NEW **
11427         * src/plugins/Makefile.am               ** NEW **
11428                 build plugins
11429         * src/plugins/demo/.cvsignore           ** NEW **
11430         * src/plugins/demo/Makefile.am          ** NEW **
11431         * src/plugins/demo/demo.c               ** NEW **
11432                 small demo plugin that installs a logtext hook and
11433                 outputs the log text to stdout
11434
11435 2002-12-26 [paul]       0.8.8claws1
11436
11437         * po/es.po
11438                 updated by Ricardo Mones Lastra
11439
11440 2002-12-26 [paul]       0.8.8claws
11441
11442         * 0.8.8claws released
11443
11444 2002-12-26 [paul]       0.8.7claws12
11445
11446         * po/bg.po
11447                 updated by George Danchev
11448
11449 2002-12-26 [paul]       0.8.7claws11
11450
11451         * po/POTFILES.in
11452                 remove unneeded 'src/prefs.c' entry 
11453
11454 2002-12-26 [paul]       0.8.7claws10
11455
11456         * src/codeconv.c
11457           src/mainwindow.c
11458                 sync with 0.8.8 release
11459         
11460         * src/folder.[ch]
11461           src/mh.c
11462           src/summaryview.c
11463                 partial sync with 0.8.8 release
11464         
11465
11466 2002-12-25 [alfons]     0.8.7claws9
11467
11468         * src/matcher.[ch]
11469         * src/matcher_parser_lex.l
11470         * src/matcher_parser_parse.y
11471         * src/prefs_matcher.c
11472                 add locked flag to possible filtering / matcher 
11473                 conditions (also a good example what should be
11474                 done to add a simple boolean condition)
11475
11476 2002-12-25 [christoph]  0.8.7claws8
11477
11478         * src/Makefile.am
11479         * src/account.[ch]
11480         * src/addrbook.c
11481         * src/addressbook.c
11482         * src/addrindex.c
11483         * src/filtering.c
11484         * src/folder.c
11485         * src/matcher.c
11486         * src/prefs.[ch]                ** REMOVE **
11487         * src/prefs_account.c
11488         * src/prefs_actions.c
11489         * src/prefs_common.c
11490         * src/prefs_customheader.c
11491         * src/prefs_display_header.c
11492         * src/prefs_filtering.c
11493         * src/prefs_folder_item.c
11494         * src/prefs_gtk.[ch]            ** NEW **
11495         * src/prefs_matcher.c
11496         * src/prefs_scoring.c
11497         * src/prefs_summary_column.c
11498         * src/procmime.c
11499         * src/selective_download.c
11500         * src/toolbar.c
11501         * src/common/Makefile.am
11502         * src/common/prefs.[ch]         ** NEW **
11503                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11504
11505 2002-12-24 [alfons]     0.8.7claws7
11506
11507         * src/summaryview.c
11508                 summary_thread_build(): fix real cause of the crash mentioned in
11509                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11510                 this way we get meaningful ctree nodes 
11511
11512 2002-12-24 [oliver]     0.8.7claws6
11513
11514         * src/mainwindow.[ch]
11515         * src/messageview.[ch]
11516         * src/compose.[ch]
11517         * src/inc.c
11518         * src/summaryview.c
11519                 changes to use updated toolbar handling
11520                 
11521 2002-12-24 [oliver]     0.8.7claws5
11522
11523         * src/toolbar.[ch]
11524                 generic toolbar handling
11525                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11526         * src/prefs_toolbar.[ch]
11527                 adjust to handling
11528         
11529 2002-12-24 [oliver]     0.8.7claws4
11530         
11531         * src/stock_pixmap.[ch]
11532                 move SYLPHEED_LOGO to end of list in order 
11533                 to remove it from Custom Toolbar`s Icon View
11534
11535 2002-12-24 [alfons]     0.8.7claws3
11536
11537         * src/summaryview.c
11538                 summary_thread_build(): fix crash because of focus != selection 
11539                 after threading. when deleting the selection, gtk tries but fails 
11540                 to find the correct focusable element. we now force the selection
11541                 to be focused. this should solve the infamous bug reported by 
11542                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11543                 a test case is available. 
11544
11545 2002-12-24 [darko]      0.8.7claws2
11546
11547         * src/summaryview.c
11548                 don't crash when unmarking message with unread children
11549
11550 2002-12-23 [christoph]  0.8.7claws1
11551
11552         * src/Makefile.am
11553         * src/common/Makefile.am
11554                 update Makefiles for moved intl.h, version.h and defs.h
11555         * src/imap.c
11556                 rewrite imap_session_get to avoid duplicate code
11557
11558 2002-12-23 [paul]       0.8.7claws
11559
11560         * Santa-Claws released
11561         
11562         * po/hu.po
11563           po/ru.po
11564                 squeeze in updated Hungarian and Russian translations.
11565                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11566
11567 2002-12-23 [paul]       0.8.6claws129
11568
11569         * po/pl.po
11570                 updated by Witold Wladyslaw Wojciech Wilk
11571
11572 2002-12-23 [paul]       0.8.6claws128
11573
11574         * src/quote_fmt_parse.y
11575                 fix typo and add licence header
11576
11577 2002-12-23 [paul]       0.8.6claws127
11578
11579         * po/en_GB.po
11580                 updated
11581
11582 2002-12-23 [paul]       0.8.6claws126
11583
11584         * po/it.po
11585                 updated translation, submitted by Alessandro Maestri
11586                 
11587 2002-12-23 [paul]       0.8.6claws125
11588
11589         * src/quote_fmt_parse.y
11590                 fix signature-stripping on replies bug. match
11591                 '-- \n' and not '-- '.
11592
11593 2002-12-22 [paul]       0.8.6claws124
11594
11595         * po/bg.po
11596           po/es.po
11597           po/sr.po
11598                 updated translations. submitted by George Danchev,
11599                 Ricardo Mones Lastra, and Urke MMI respectively
11600
11601 2002-12-21 [paul]       0.8.6claws123
11602
11603         * src/addrbook.c
11604                 fix coding style
11605
11606 2002-12-21 [paul]       0.8.6claws122
11607
11608         * src/addrbook.c
11609                 fix bug [643638] where if a person is in one or more
11610                 addressbook groups editing that person's email 
11611                 address results in removal from those groups.
11612                 Patch submitted by Luke Plant.
11613
11614 2002-12-20 [christoph]  0.8.6claws121
11615
11616         * src/common/utils.c
11617         * src/summaryview.c
11618                 reimplement expand_search_string using GString to
11619                 prevent crashs caused by miscalculated string
11620                 lengths reported by Paul
11621
11622 2002-12-20 [christoph]  0.8.6claws120
11623
11624         * src/summaryview.c
11625                 don't use "changed" to check if op_count has to be changed as it
11626                 is also set when the message has unread children
11627                 (closes bug [ 653221 ] crash while deleting duplicates)
11628
11629 2002-12-20 [paul]       0.8.6claws119
11630
11631         * sync with 0.8.6cvs27
11632                 see ChangeLog 2002-12-20
11633
11634 2002-12-20 [paul]       0.8.6claws118
11635
11636         * sync with 0.8.6cvs26
11637                 see ChangeLog 2002-12-19 and 2002-12-20
11638
11639 2002-12-19 [alfons]     0.8.6claws117
11640
11641         * src/textview.c
11642                 fix incorrect parsing of email addresses, submitted by 
11643                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11644                 name display if it contains @".
11645
11646 2002-12-18 [paul]       0.8.6claws116
11647
11648         * sync with 0.8.6cvs23
11649                 see ChangeLog 2002-12-18
11650
11651 2002-12-18 [paul]       0.8.6claws115
11652
11653         * src/Makefile.am
11654         * src/account.c
11655         * src/codeconv.c
11656         * src/gtkutils.[ch]
11657         * src/imap.c
11658                 sync with 0.8.6cvs22.
11659                 see ChangeLog 2002-12-17 and 2002-12-18
11660
11661 2002-12-17 [christoph]  0.8.6claws114
11662
11663         * src/imap.c
11664                 o don't create a session if imap greeting fails
11665                 o don't close socket when authentication fails
11666                   this is done by imap_session_destroy
11667
11668 2002-12-17 [thorsten]   0.8.6claws113
11669
11670         * tools/Makefile.am
11671           tools/README
11672           tools/google_msgid.pl ** NEW FILE **
11673                 Added "search for message-id" script and doc
11674
11675 2002-12-17 [thorsten]   0.8.6claws112
11676
11677         * po/hu.po
11678                 Updated hungarian translation
11679                 (updated by Gal Zoltan)
11680
11681 2002-12-16 [christoph]  0.8.6claws111
11682
11683         * src/addr_compl.c
11684                 remove stupid addressbook dump to debug output
11685         * src/mh.c
11686                 fix memory leak found by Hiro
11687
11688 2002-12-14 [paul]       0.8.6claws110
11689
11690         * src/compose.c
11691                 fix menubar sensitivity on send
11692                 
11693         * src/prefs_filtering.c
11694         * src/prefs_matcher.c
11695         * src/prefs_scoring.c
11696                 Fix english ;)
11697                 
11698         * src/common/quoted-printable.h
11699                 sync: fix typo
11700         
11701 2002-12-13 [christoph]  0.8.6claws109
11702
11703         * src/Makefile.am
11704         * src/manage_window.[ch]        ** REMOVE **
11705         * src/gtk/Makefile.am
11706         * src/gtk/manage_window.[ch]    ** NEW **
11707                 move manage_window files to gtk directory
11708
11709 2002-12-13 [christoph]  0.8.6claws108
11710
11711         * src/Makefile.am
11712         * src/gtkshruler.[ch]           ** REMOVE **
11713         * src/gtk/Makefile.am
11714         * src/gtk/gtkshruler.[ch]       ** NEW **
11715                 move gtkshruler files to gtk directory
11716
11717 2002-12-13 [christoph]  0.8.6claws107
11718
11719         * src/Makefile.am
11720         * src/compose.c
11721         * src/gtkstext.[ch]             ** REMOVE **
11722         * src/gtkutils.[ch]
11723         * src/textview.c
11724         * src/gtk/gtkstext.[ch]         ** NEW **
11725         * src/gtk/Makefile.am
11726                 o move stext functions to gtkstext.c to remove
11727                   dependency of gtkutils
11728                 o move gtkstext files to gtk directory
11729
11730         * src/gtk/Makefile.am
11731         * src/gtk/sslcertwindow.[ch]
11732                 UI stuff can always depend on common code so
11733                 it's ok to add ../common to include path
11734
11735 2002-12-13 [colin]      0.8.6claws106
11736
11737         * src/summaryview.c
11738                 Disconnect sighandlers for mainwindow when
11739                 quicksearch has the focus
11740                 Fix bug #653231
11741         * src/mainwindow.[ch]
11742                 Make key_pressed callback public, to be able
11743                 to disconnect it
11744
11745 2002-12-13 [christoph]  0.8.6claws105
11746
11747         * src/mh.c
11748                 create .mh_sequences file in new MH folders
11749                 (closes feature request [ 523162 ] MH folders should
11750                  get a .mh_sequences)
11751
11752 2002-12-13 [colin]      0.8.6claws104
11753
11754         * src/summaryview.c
11755                 Better handling of quicksearch show/hide
11756                 (basically the button stays under the mouse 
11757                  when toggled)
11758
11759 2002-12-13 [paul]       0.8.6claws103
11760
11761         * sync with 0.8.6cvs17
11762                 see ChangeLog 2002-12-13
11763
11764 2002-12-13 [paul]       0.8.6claws102
11765
11766         * po/es.po
11767                 updated by Ricardo Mones Lastra
11768
11769 2002-12-11 [colin]       0.8.6claws101
11770
11771         * src/folder.c
11772                 remove statusbar stuff
11773           src/folderview.c
11774                 set statusbar verbosity when moving folders
11775
11776 2002-12-11 [colin]       0.8.6claws100
11777         * src/prefs_filtering.c
11778         * src/prefs_matcher.c
11779         * src/prefs_scoring.c
11780                 Fix english ;)
11781
11782 2002-12-11 [colin]       0.8.6claws99
11783
11784         * src/prefs_common.[ch]
11785                 Add summary_quicksearch_type
11786         * src/summaryview.c
11787                 Save last used quicksearch type
11788
11789 2002-12-11 [jens]       0.8.6claws98
11790         * src/prefs_filtering.c
11791         * src/prefs_matcher.c
11792         * src/prefs_scoring.c
11793                 added dialog for incomplete rules in scoring, filtering and
11794                 matcher to ask wheather really close
11795
11796 2002-12-11 [colin]      0.8.6claws97
11797
11798         * src/folder.c
11799                 Fix folder dnd statusbar logging
11800
11801 2002-12-10 [christoph]  0.8.6claws96
11802
11803         * src/compose.c
11804         * src/folder.c
11805         * src/imap.c
11806         * src/inc.c
11807         * src/main.c
11808         * src/mainwindow.c
11809         * src/news.c
11810         * src/send.c
11811         * src/statusbar.[ch]
11812         * src/common/hooks.c
11813         * src/common/log.[ch]
11814                 o handle verbose logging in statusbar directly in statusbar code
11815                   and common code does not need any knowledge about a statusbar
11816                 o remove direct calls to statusbar_(puts|pop)_all functions
11817
11818 2002-12-10 [jens]       0.8.6claws95
11819
11820         * src/*.c
11821                 removed gettext from g_warnings
11822         * po/POTFILES.in
11823                 cleaned and updated
11824         * po/de.po
11825                 updated
11826
11827 2002-12-10 [colin]      0.8.6claws94
11828
11829         * src/main.c
11830                 finish crash dialog fix
11831
11832 2002-12-10 [colin]      0.8.6claws93
11833
11834         * src/main.c
11835                 "Fix" "sylpheed already running" instead of
11836                 crash dialog appearing after a crash
11837
11838 2002-12-10 [colin]      0.8.6claws92
11839
11840         * po/POTFILES.in
11841                 add src/gtk/sslcertwindow.c
11842
11843 2002-12-10 [paul]       0.8.6claws91
11844
11845         * po/POTFILES.in
11846                 updated to reflect recent changes
11847                 submitted by Alessandro Maestri
11848
11849 2002-12-09 [christoph]  0.8.6claws90
11850
11851         * src/Makefile.am
11852         * src/smtp.[ch]                 ** REMOVE **
11853         * src/common/Makefile.am
11854         * src/common/smtp.[ch]          ** NEW **
11855                 move smtp files to common directory
11856
11857 2002-12-09 [christoph]  0.8.6claws89
11858
11859         * src/Makefile.am
11860         * src/session.[ch]              ** REMOVE **
11861         * src/common/Makefile.am
11862         * src/common/session.[ch]       ** NEW **
11863                 move session files to common directory
11864
11865 2002-12-09 [paul]       0.8.6claws88
11866
11867         * src/account.c
11868                 fix bug [649746] edit accounts: move account reverted
11869                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11870
11871 2002-12-09 [colin]      0.8.6claws87
11872
11873         * src/ssl_certificate.c
11874                 cleanup
11875
11876 2002-12-09 [colin]      0.8.6claws86
11877
11878         * src/ssl.c
11879                 Try to open the cert.pem database and 
11880                 issue a warning if it isn't there
11881
11882 2002-12-09 [colin]      0.8.6claws85
11883
11884         * src/common/ssl_certificate.c
11885         * src/gtk/sslcertwindow.c
11886                 Warning fixes
11887
11888 2002-12-09 [colin]      0.8.6claws84
11889
11890         * src/ssl_certificate.[ch] ** REMOVED **
11891         * src/common/ssl_certificate.[ch] ** NEW **
11892         * src/Makefile.am
11893         * src/common/Makefile.am
11894                 Moved ssl_certificate.[ch] to common
11895         * src/common/ssl.c 
11896                 Put back needed include
11897         * src/gtk/sslcertwindow.[ch]
11898                 Changed ssl_certificate.h include
11899         
11900 2002-12-09 [colin]      0.8.6claws83
11901
11902         * src/gtk/sslcertwindow.[ch]
11903                 Implement hook for certificate acception
11904         * src/ssl_certificate.[ch]
11905                 Implement hook for certificate acception
11906         * src/common/ssl.c
11907                 Reenable certificate acception check
11908         * src/mainwindow.c
11909                 Register sslcertwindow's hook
11910         
11911 2002-12-08 [christoph]  0.8.6claws82
11912
11913         * src/about.c
11914         * src/addr_compl.c
11915         * src/codeconv.c
11916         * src/manual.c
11917         * src/undo.c
11918         * src/common/utils.c
11919                 o add missing includes
11920                 o fix warnings
11921         * src/.cvsignore
11922         * src/common/.cvsignore
11923         * src/common/version.h          ** REMOVE **
11924                 remove autogenerated file
11925
11926 2002-12-08 [paul]       0.8.6claws81
11927
11928         * src/stringtable.c
11929                 put back needed include
11930
11931 2002-12-08 [colin]      0.8.6claws80
11932         
11933         * src/gtk/sslcertwindow.c
11934                 Cleaner popups when asking
11935         * src/ssl_certificate.c
11936         * src/prefs_common.[ch]
11937                 remove ssl certificate pref
11938                 put back needed include
11939         * src/undo.c
11940                 put back needed include
11941
11942 2002-12-08 [christoph]  0.8.6claws79
11943
11944         * src/folderview.c
11945         * src/logwindow.c
11946         * src/statusbar.c
11947         * src/summaryview.c
11948                 only abort hook invokation if required data is missing not
11949                 if our own data pointer is NULL, update hookfunction for
11950                 log window
11951
11952 2002-12-08 [paul]       0.8.6claws78
11953
11954         * src/about.c
11955         * src/addrcache.c
11956         * src/addrclip.c
11957         * src/addr_compl.c
11958         * src/addrselect.c
11959         * src/codeconv.c
11960         * src/colorlabel.c
11961         * src/enriched.c
11962         * src/esmtp.c
11963         * src/exporthtml.c
11964         * src/headerview.c
11965         * src/imageview.c
11966         * src/manual.c
11967         * src/noticeview.c
11968         * src/pgptext.c
11969         * src/scoring.c
11970         * src/sourcewindow.c
11971         * src/stringtable.c
11972         * src/undo.c
11973                 clean up: remove unneccesary includes
11974
11975 2002-12-08 [christoph]  0.8.6claws77
11976
11977         * src/folderview.c
11978         * src/statusbar.c
11979         * src/summaryview.c
11980         * src/common/hooks.[ch]
11981                 hook functions now have a gboolean return value, if a hook
11982                 returns TRUE it will stop executing of any more hooks in
11983                 the same hooklist for this invokation
11984
11985 2002-12-08 [colin]      0.8.6claws76
11986         
11987         * src/main.c
11988                 put back argv0 for CRASH_DIALOG
11989
11990 2002-12-08 [christoph]  0.8.6claws75
11991
11992         * src/Makefile.am
11993         * src/about.c
11994         * src/account.c
11995         * src/crash.c
11996         * src/esmtp.h
11997         * src/imap.[ch]
11998         * src/inc.c
11999         * src/main.c
12000         * src/mainwindow.c
12001         * src/news.c
12002         * src/pop.[ch]
12003         * src/prefs_account.[ch]
12004         * src/prefs_common.[ch]
12005         * src/send.[ch]
12006         * src/smtp.[ch]
12007         * src/ssl_certificate.[ch]
12008         * src/ssl_manager.[ch]
12009         * src/common/Makefile.am
12010         * src/common/log.c
12011         * src/common/nntp.[ch]
12012         * src/common/socket.[ch]
12013         * src/common/ssl.[ch]
12014         * src/gtk/sslcertwindow.[ch]
12015         * ac/openssl.m4
12016                 use new autoconf script to detect OpenSSL with extra parameters
12017                 to specify the location of libs and includes, also remove USE_SSL
12018                 to USE_OPENSSL
12019
12020         * src/common/sylpheed.[ch]
12021         * src/common/version.h.in
12022                 start seperation of common code initialization seperated from gui
12023
12024         * src/summaryview.c
12025                 The function that is called when a color label changes
12026                 should not change the color lable again
12027
12028 2002-12-08 [colin]      0.8.6claws74
12029
12030         * src/gtk/sslcertwindow.c
12031                 warning fixes
12032
12033 2002-12-08 [colin]      0.8.6claws73
12034
12035         * src/statusbar.c
12036           src/common/log.h
12037                 Register a hook for statusbar_puts_all
12038         * src/common/log.c
12039                 invoke statusbar_puts_all's hook
12040         
12041 2002-12-08 [colin]      0.8.6claws72
12042
12043         * src/ssl_certificate.c
12044                 Put back a badly-removed include
12045
12046 2002-12-08 [colin]      0.8.6claws71
12047
12048         * src/gtk/sslcertwindow.[ch]    ** NEW **
12049                 new certificate presentation
12050         * src/gtk/Makefile.am
12051                 add new files
12052         * src/ssl_certificate.[ch]
12053                 gtk cleanup, made utility functions public
12054         * src/ssl_manager.c
12055                 use new cert presentation
12056
12057 2002-12-07 [christoph]  0.8.6claws70
12058
12059         * src/Makefile.am
12060         * src/nntp.[ch]                 ** REMOVE **
12061         * src/common/Makefile.am
12062         * src/common/nntp.[ch]          ** NEW **
12063                 move nntp files to common directory
12064
12065 2002-12-07 [christoph]  0.8.6claws69
12066
12067         * src/procmsg.[ch]
12068         * src/summaryview.c
12069                 implement msginfo update callback using sylpheed's new
12070                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12071
12072 2002-12-06 [christoph]  0.8.6claws68
12073
12074         * src/editgroup.c
12075                 This patch changes the 'Edit Group Details' dialog to
12076                 allow extended selections in either pane, so that
12077                 addresses can be added or removed from a group more
12078                 quickly and easily. (it actually is a net decrease in
12079                 file size, as some unnecessary functions have been
12080                 removed). 
12081                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12082
12083 2002-12-06 [christoph]  0.8.6claws67
12084
12085         * src/Makefile.am
12086         * src/template.[ch]             ** REMOVE **
12087         * src/common/Makefile.am
12088         * src/common/template.[ch]      ** NEW **
12089                 move template files to common directory
12090
12091         * src/nntp.c
12092                 add missing log.h include
12093
12094 2002-12-06 [melvin]     0.8.6claws66
12095
12096         * src/prefs_actions.c
12097                 Added the trailing ">" syntax to insert command's output
12098                 without replacing old text (in contrast to trailing "|").
12099
12100 2002-12-05 [colin]      0.8.6claws65
12101         
12102         * src/common/utils.c
12103                 Don't modify original search_string or it'll change
12104                 the next iterations in the for()
12105
12106 2002-12-05 [darko]      0.8.6claws64
12107
12108         * src/common/utils.c
12109                 proper check for filtering commands, found by Colin
12110
12111 2002-12-05 [darko]      0.8.6claws63
12112
12113         * src/common/utils.c
12114                 check proper string for NULL pointer, found by Colin
12115
12116 2002-12-05 [darko]      0.8.6claws62
12117
12118         * src/common/utils.[ch]
12119                 expand_search_string(): new function
12120                 converts Mutt-like patterns to Sylpheed's
12121                 filtering engine
12122         * src/summaryview.c
12123                 use expand_search_string() to allow Mutt-like
12124                 patterns in extended search
12125         * README.claws
12126                 document extended option in quick search
12127
12128 2002-12-05 [paul]       0.8.6claws61
12129
12130         * sync with 0.8.6cvs16
12131                 see ChangeLog 2002-12-05
12132                 
12133         * po/POTFILES.in
12134                 clean up
12135
12136 2002-12-04 [christoph]  0.8.6claws60
12137
12138         * src/imap.[ch]
12139                 put imap authentication code into a new function and
12140                 remove it from imap_session_new that will allow to
12141                 send other commands before authentication
12142
12143 2002-12-04 [christoph]  0.8.6claws59
12144
12145         * src/imap.[ch]
12146                 use already existing method to prevent unneeded IMAP
12147                 folder selects. Set imap_select parameters to NULL
12148                 in some functions if the values are not required.
12149
12150         * src/xml.h
12151                 remove no longer required include
12152
12153 2002-12-04 [paul]       0.8.6claws58
12154
12155         * po/es.po
12156                 updated by Ricardo Mones Lastra
12157                 
12158         * configure.in
12159           po/hu.po      ** NEW FILE **
12160                 initial Hungarian translation, submitted
12161                 by Gál Zoltán <galzoli@hu.inter.net>
12162
12163 2002-12-03 [christoph]  0.8.6claws57
12164
12165         * src/Makefile.am
12166         * src/gtksctree.[ch]            ** REMOVE **
12167         * src/gtk/Makefile.am
12168         * src/gtk/gtksctree.[ch]        ** NEW **
12169                 move gtksctree files to gtk directory
12170
12171 2002-12-03 [christoph]  0.8.6claws56
12172
12173         * src/Makefile.am
12174         * src/md5.[ch]                  ** REMOVE **
12175         * srm/common/Makefile.am
12176         * src/common/md5.[ch]           ** NEW **
12177                 move md5 files to common directory
12178
12179         * src/gtkstext.c
12180                 remove not required #include
12181
12182 2002-12-03 [sergey]     0.8.6claws55
12183
12184         * src/gtkutils.c
12185         * src/gtkutils.h
12186                 gtkut_window_popup(): new function.
12187         * src/mainwindow.c
12188                 main_window_popup(): use gtkut_window_popup() to raise
12189                 window without changing its position.
12190                 (see sylpheed-main ML message [sylpheed:17247])
12191
12192 2002-12-03 [sergey]     0.8.6claws54
12193
12194         * src/send.c
12195                 send_message_local(): removed first-dot escaping
12196                 (SMTP-only, not needed for sending through pipe)
12197
12198 2002-12-03 [paul]       0.8.6claws53
12199
12200         * po/POTFILES.in
12201                 update to reflect recent changes (thanks
12202                 to Ricardo Mones Lastra)
12203                 
12204         * tools/filter_conv.pl
12205                  fix problem with quoted strings. Patch submitted
12206                  by Luke Plant <lukeplant@softhome.net>
12207
12208 2002-12-03 [paul]       0.8.6claws52
12209
12210         * sync with 0.8.6cvs15
12211                 see ChangeLog 2002-12-03
12212
12213 2002-12-02 [christoph]  0.8.6claws51
12214
12215         * src/logwindow.[ch]
12216         * src/common/log.[ch]
12217                 implement logging using a hook function
12218
12219         * src/folderview.c
12220         * src/folder.[ch]
12221                 define hooklist name in header file to avoid
12222                 errors caused by wrong spelling of hooklist names
12223
12224         * src/toolbar.c
12225                 fix warnings
12226
12227 2002-12-02 [christoph]  0.8.6claws50
12228
12229         * src/common/Makefile.am
12230                 add src/common/hooks.[ch]
12231
12232         * src/common/hooks.[ch]
12233                 implement a simple hook system using glib's hook functions
12234
12235         * src/folder.[ch]
12236         * src/folderview.c
12237                 use new hook system for folder item updates
12238
12239 2002-12-02 [christoph]  0.8.6claws49
12240
12241         * doc-src/ui_seperation.txt     ** NEW **
12242                 information for ui seperation
12243
12244         * src/Makefile.am
12245                 remove files that were moved to common
12246                 include common directory by default for the header files
12247
12248         * src/inc.c
12249         * src/common/socket.c
12250         * src/automaton.[ch]
12251                 implement automaton using g_io_*-functions instead of
12252                 gdk_input_add to make it ui independent
12253
12254         * src/codeconv.c
12255         * src/compose.c
12256         * src/ldif.c
12257         * src/pgptext.c
12258         * src/procmime.c
12259         * src/rfc2015.c
12260         * src/smtp.c
12261         * src/unmime.c
12262                 remove common/ prefix because directory is now in
12263                 include path
12264
12265         * src/compose.c
12266         * src/folder.c
12267         * src/folderview.c
12268         * src/mainwindow.c
12269         * src/messageview.c
12270         * src/prefs_common.c
12271         * src/procmsg.c
12272         * src/rfc2015.c
12273                 fix warnings
12274
12275         * src/imap.c
12276         * src/inc.c
12277         * src/news.c
12278         * src/pop.c
12279         * src/send.c
12280         * src/smtp.c
12281         * src/ssl_certificate.c
12282                 add log.h header file for logging functions
12283
12284         * src/main.c
12285         * src/common/utils.c
12286         * src/summaryview.c
12287         * src/xml.c
12288                 o move debug_mode to common/utils.c
12289                 o add functions to set and get debug_mode
12290
12291         * src/defs.h                    ** REMOVE **
12292         * src/intl.h                    ** REMOVE **
12293         * src/socket.[ch]               ** REMOVE **
12294         * src/ssl.[ch]                  ** REMOVE **
12295         * src/utils.[ch]                ** REMOVE **
12296                 replaced by new files in src/common/
12297         
12298         * src/common/Makefile.am
12299                 add new files in src/common/
12300
12301         * src/common/defs.h             ** NEW **
12302         * src/common/intl.h             ** NEW **
12303         * src/common/log.[ch]           ** NEW **
12304         * src/common/socket.[ch]        ** NEW **
12305         * src/common/ssl.[ch]           ** NEW **
12306         * src/common/utils.[ch]         ** NEW **
12307                 replacement for files in src/
12308
12309 2002-12-02 [colin]      0.8.6claws48
12310
12311         * src/folderview.c
12312                 Scroll folderview if necessary during dnd
12313
12314 2002-12-02 [colin]      0.8.6claws47
12315
12316         * src/folder.[ch]
12317                 Add check to verify a move is within a single mailbox
12318         * src/folderview.c
12319                 Add specific error string for this check
12320
12321 2002-12-02 [colin]      0.8.6claws46
12322
12323         * src/folder.c
12324                 Add a test to folder moving, remove a statusbar_print
12325         * src/folderview.c
12326                 Add Move folder... context-menu item
12327                 Factorize folder moving code
12328                 Enable folder DND for mbox
12329
12330 2002-12-01 [christoph]  0.8.6claws45
12331
12332         * ac/aspell.m4
12333                 remove conf.aspelltest if the version check fails
12334
12335 2002-11-30 [christoph]  0.8.6claws44
12336
12337         * autogen.sh
12338                 run libtoolize --force in autogen to create missing
12339                 libtool scripts
12340
12341 2002-11-30 [christoph]  0.8.6claws43
12342
12343         * src/Makefile.am
12344         * src/pgptext.c
12345         * src/procmime.c
12346         * src/rfc2015.c
12347         * src/uuencode.[ch]             ** REMOVED **
12348         * src/common/Makefile.am
12349         * src/common/uuencode.[ch]      ** NEW **
12350                 move uuen/decoder to common directory
12351
12352 2002-11-30 [christoph]  0.8.6claws42
12353
12354         * src/Makefile.am
12355         * src/base64.[ch]               ** REMOVED **
12356         * src/codeconv.c
12357         * src/compose.c
12358         * src/ldif.c
12359         * src/pgptext.c
12360         * src/procmime.c
12361         * src/rfc2015.c
12362         * src/smtp.c
12363         * src/unmime.c
12364         * src/common/Makefile.am
12365         * src/common/base64.[ch]        ** NEW **
12366                 move base64 en/decoder to common directory
12367
12368 2002-11-30 [christoph]  0.8.6claws41
12369
12370         * src/common                    ** NEW **
12371                 new directory for UI independent code
12372         * src/gtk                       ** NEW **
12373                 new directory for GTK frontend
12374         * src/common/.cvsignore         ** NEW **
12375         * src/gtk/.cvsignore            ** NEW **
12376                 ignore build files
12377         * src/common/Makefile.am        ** NEW **
12378         * src/gtk/Makefile.am           ** NEW **
12379                 automake files to build new seperated stuff
12380         * src/Makefile.am
12381                 the binary will currently still be build with the
12382                 files in src, so we include the code from the
12383                 subdirs for now after building the libs there
12384
12385 2002-11-30 [paul]       0.8.6claws40
12386
12387         * src/compose.c
12388                 fix bug [642731] 'Wrong selected account with drafted mail'
12389
12390 2002-11-29 [oliver]     0.8.6claws39
12391         
12392         * src/messageview.c
12393                 o update summaryview when switching between different
12394                   messageviews          
12395         * src/toolbar.c  
12396                 o check if messageview holds already removed msg
12397                   from summaryview
12398                 
12399
12400 2002-11-29 [oliver]     0.8.6claws38
12401
12402         * src/toolbar.c 
12403                 remove not needed variables and includes
12404                 make messageview stay opened and move to next when msgs are deleted 
12405
12406 2002-11-29 [oliver]     0.8.6claws37
12407         
12408         * src/toolbar.c 
12409                 disable compose button (messageview toolbar) by default
12410                 deleted msgs are moved to trash
12411         
12412 2002-11-29 [melvin]     0.8.6claws36
12413
12414         * configure.in
12415                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12416                 and to detect signatures expirations (gpgme 0.3.6)
12417
12418         * src/main.c
12419                 Use non obsolescent function for Gpgme engine checking.
12420
12421         * src/rfc2015.c
12422                 Inform about expired signatures or signatures which key
12423                 has expired. Expiration date is displayed.
12424
12425         * src/sigstatus.c
12426                 Inform about expired signatures or signatures which key
12427                 has expired.
12428
12429 2002-11-28 [paul]       0.8.6claws35
12430
12431         * src/folderview.c
12432                 re-instate 'Check for new messages' in Newsgroup
12433                 folders right-click menu, after a suggestion from
12434                 Tim Mann <timmann@users.sourceforge.net>
12435
12436         * src/main.c
12437                 after a crash check only local folders for new
12438                 messages
12439
12440 2002-11-28 [paul]       0.8.6claws34
12441
12442         * configure.in
12443                 apply patch that fixes the checking of GTK with XIM 
12444                 support on different OSs, such as FreeBSD. Patch 
12445                 submitted by Topia <topia@users.sourceforge.net>
12446                 
12447 2002-11-28 [paul]       0.8.6claws33
12448
12449         * src/mainwindow.c
12450           src/prefs_common.c
12451           src/prefs_toolbar.c
12452                 more changes to the English
12453
12454 2002-11-28 [paul]       0.8.6claws32
12455
12456         * sync with 0.8.6cvs13
12457                 see ChangeLog 2002-11-28 (no sync needed
12458                 for src/compose.c)
12459
12460 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12461         
12462         * src/mainwindow.[ch]
12463                 add patch by Ivan F. Martinez introducing messageview Toolbar
12464                 some changes and committed by oliver    
12465
12466 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12467
12468         * src/messageview.[ch]
12469                 add patch by Ivan F. Martinez introducing messageview Toolbar
12470                 some changes and committed by oliver    
12471
12472 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12473
12474         * src/compose.[ch]
12475                 add patch by Ivan F. Martinez introducing messageview Toolbar
12476                 some changes and committed by oliver    
12477
12478 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12479         
12480         * src/toolbar.[ch]
12481                 add patch by Ivan F. Martinez introducing messageview Toolbar
12482                 some changes and committed by oliver
12483
12484 2002-11-28 [oliver]     0.8.6claws27
12485         
12486         * src/prefs_toolbar.[ch]
12487                 getting ready for messageview toolbar
12488                 free mem allocated by gettext
12489                 change prefs_toolbar to prefs_toolbar_open
12490  
12491 2002-11-28 [thorsten]   0.8.6claws26
12492
12493         * src/imageview.[ch]
12494                 cleaned up conflicting declarations of
12495                 imageview_show_image()
12496
12497 2002-11-28 [paul]       0.8.6claws25
12498
12499         * src/grouplistdialog.c
12500           src/prefs_common.c
12501           src/prefs_summary_column.c
12502                 a few more improvements to the English
12503
12504 2002-11-28 [colin]      0.8.6claws24
12505
12506         * man/sylpheed.1
12507                 A few updates to command-line parameters
12508
12509 2002-11-28 [colin]      0.8.6claws23
12510
12511         * src/prefs_filtering.c
12512                 Fix problems with prefs_filtering_delete_path:
12513                 a) if the first rule is removed, original pointers
12514                    weren't updated (leading to segfaults)
12515                 b) it was always global_processing updated in case
12516                    of removed path was parent of rule path
12517
12518 2002-11-27 [paul]       0.8.6claws22
12519
12520         * src/mainwindow.c
12521           src/prefs_account.c
12522           src/prefs_actions.c
12523           src/prefs_common.c
12524           src/prefs_customheader.c
12525           src/prefs_display_header.c
12526           src/prefs_filtering.c
12527           src/prefs_folder_item.c
12528           src/prefs_matcher.c
12529           src/prefs_scoring.c
12530           src/prefs_summary_column.c
12531           src/prefs_template.c
12532           src/prefs_toolbar.c
12533                  improve the English in the GUI
12534
12535 2002-11-27 [colin]      0.8.6claws21
12536
12537         * src/folder.c
12538                 Fix processing renaming problems happening after
12539                 last commit
12540
12541 2002-11-27 [colin]      0.8.6claws20
12542
12543         * src/folder.c
12544                 recursive move now deletes src each subfolder after 
12545                 having moved it
12546         * src/folderview.c
12547                 Use identifier instead of path during dnd (enables
12548                 IMAP folder dnd)
12549
12550 2002-11-27 [paul]       0.8.6claws19
12551
12552         * src/main.c
12553                 apply patch that does command-line processing 
12554                 BEFORE gtk_init, allowing claws to run from 
12555                 shell-scripts in non-X environment (e.g. crontab 
12556                 or ip-up, ip-down scripts). Patch submitted by
12557                 Ruslan N. Balkin <baron@dartel.ru>
12558                 
12559         * po/it.po
12560                 updated by Alessandro Maestri
12561
12562 2002-11-27 [paul]       0.8.6claws18
12563
12564         * sync with 0.8.6cvs12
12565           src/prefs_common.c
12566                 Differences are that main uses a 'Receive dialog'
12567                 frame on the Interface tab, whereas claws groups all 
12568                 the dialogs together in a 'Dialogs' frame.
12569
12570 2002-11-27 [colin]      0.8.6claws17
12571
12572         * src/prefs_matcher.c
12573                 Fix Execute criteria's NOT flag
12574
12575
12576 2002-11-26 [christoph]  0.8.6claws16
12577
12578         * src/ssl.c
12579                 rewrite the ssl code a little bit, only use one
12580                 SSL context, set default certificates' file/path
12581
12582 2002-11-26 [thorsten]   0.8.6claws15
12583
12584         * src/compose.c
12585                 default-reply-to didn't work for ml-reply
12586
12587 2002-11-26 [melvin]     0.8.6claws14
12588
12589         * src/prefs_actions.c
12590                 Made pipe-actions ignore short headers in message view
12591                 Made trailing-pipe-actions write in the message view with
12592                 the same font as the original message
12593
12594 2002-11-26 [paul]       0.8.6claws13
12595
12596         * src/compose.c
12597                 this time commit the correct file
12598
12599 2002-11-26 [paul]       0.8.6claws12
12600
12601         * sync with 0.8.6cvs11
12602           src/quote_fmt_parse.y  
12603                 no sync needed
12604           src/account.[ch]       
12605                 not sync'ed
12606           src/compose.c
12607                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12608                 on draft mode.
12609                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12610                 header
12611                 
12612         see ChangeLog 2002-11-25 and 2002-11-26
12613
12614 2002-11-26 [colin]      0.8.6claws11
12615
12616         * src/folderview.c
12617                 Fix collapsed folder not auto-expanding during
12618                 mail dnd, if it was the source folder.
12619
12620 2002-11-25 [colin]      0.8.6claws10
12621
12622         * src/folderview.[ch]
12623                 Variable renaming and cleaning (slist of nodes 
12624                 to be re-collapsed is stored in FolderView)
12625
12626 2002-11-25 [paul]       0.8.6claws9
12627
12628         * src/prefs_common.[ch]
12629                 fix breakage caused by last commit
12630
12631 2002-11-25 [paul]       0.8.6claws8
12632
12633         * sync with 0.8.6cvs4
12634                 see ChangeLog 2002-11-21
12635
12636 2002-11-25 [paul]       0.8.6claws7
12637
12638         * sync with 0.8.6cvs4
12639                 see ChangeLog 2002-11-20
12640
12641 2002-11-25 [paul]       0.8.6claws6
12642
12643         * sync with 0.8.6cvs3
12644                 see ChangeLog 2002-11-18
12645
12646 2002-11-25 [colin]      0.8.6claws5
12647
12648         * src/gtkutils.[ch]
12649                 Add gtkut_ctree_node_is_parent()
12650         * src/folderview.c
12651                 Spring-loaded folders
12652
12653 2002-11-25 [colin]      0.8.6claws4
12654
12655         * src/utils.[ch]
12656                 Add slist_concat_unique(), function to merge
12657                 two GSList filtering dups
12658         * src/folder.[ch]
12659         * src/summaryview.[ch]
12660         * src/folderview.c
12661         * src/main.c
12662                 Add detection/update/display of unread answers
12663                 to marked mails
12664         * src/procmsg.[ch]
12665                 Add procmsg_find_children()
12666                 Add procmsg_msg_has_marked_parent()
12667
12668 2002-11-25 [colin]      0.8.6claws3
12669
12670         * src/ssl_certificate.[ch]
12671                 Allow checking a certificate without a DNS
12672                 lookup
12673                 Allow to forget a cert (by deleting it)
12674                 Make ssl_certificate_destroy_public
12675         * src/ssl_manager.[ch] ** NEW FILES **
12676                 Gui to manage (display/remove) certificates
12677         * src/prefs_common.[ch]
12678                 Add a pref to allow silent acceptation of
12679                 trusted certificates or not (based on the
12680                 "I want to know what's going on" principle)
12681         * src/mainwindow.c
12682                 Add SSL manager in Tools menu
12683         * src/Makefile.am
12684                 Add the new files to the build
12685         * po/POTFILES.in
12686                 Add ssl_manager.c to translations
12687
12688 2002-11-25 [colin]      0.8.6claws2
12689
12690         * src/summaryview.[ch]
12691                 Add S_SEARCH_EXTENDED to the quick search, which 
12692                 allows to search using filtering syntax.
12693
12694 2002-11-25 [colin]      0.8.6claws1
12695
12696         * src/summaryview.c
12697                 Deletion of duplicates now prefer deleting
12698                 the unread dup (fixes feature-request 638989).
12699
12700 2002-11-24 [paul]       0.8.6claws
12701
12702         * po/es.po
12703           po/pl.po
12704           po/ru.po
12705           po/sr.po
12706                 updated by Ricardo Mones Lastra,
12707                 Witold Wladyslaw Wojciech Wilk,
12708                 Ruslan N. Balkin, and  Urke MMI 
12709                 respectively
12710
12711 2002-11-24 [paul]       0.8.5claws182
12712
12713         * po/bg.po
12714                 updated by George Danchev
12715
12716 2002-11-23 [alfons]     0.8.5claws181
12717
12718         * src/imap.c
12719                 tiny memory leak found by browsing Dimitar's 
12720                 valgrind report
12721
12722 2002-11-23 [paul]       0.8.5claws180
12723
12724         * po/it.po
12725                 updated by Alessandro Maestri
12726
12727 2002-11-22 [christoph]  0.8.5claws179
12728
12729         * src/compose.c
12730         * src/inc.c
12731         * src/prefs_filtering.c
12732         * src/summaryview.c
12733                 more warning fixes
12734
12735 2002-11-22 [alfons]     0.8.5claws178
12736
12737         * src/summaryview.c
12738                 summary_execute_delete_func(): if message is deleted, make 
12739                 sure to also remove its entry in the subject hash table. 
12740                 fixes a corner case bug.
12741
12742 2002-11-22 [paul]       0.8.5claws177
12743
12744         * .cvsignore
12745                 add 'autom4te.cache'
12746                 
12747         * ltconfig      ** REMOVED **
12748                 not needed
12749
12750 2002-11-22 [paul]       0.8.5claws176
12751
12752         * src/textview.c
12753                 textview_set_font(): fix for message display in
12754                 UTF-8 locales (thanks to Sergey Vlasov).
12755                 
12756         * AUTHORS
12757                 add new team members and contributors
12758
12759
12760 2002-11-21 [colin]      0.8.5claws175
12761
12762         * src/procmsg.[ch]
12763                 Add procmsg_remove_special_headers()
12764         * src/mh.c
12765                 Use procmsg_remove_special_headers() for 
12766                 previous fix
12767
12768 2002-11-21 [colin]      0.8.5claws174
12769
12770         * src/mh.c
12771                 Fix moving/copying from queue/draft folders
12772                 for MH folders
12773
12774 2002-11-21 [christoph]  0.8.5claws173
12775
12776         * src/crash.c
12777         * src/filtering.c
12778         * src/logwindow.c
12779         * src/main.c
12780         * src/matcher_parser_lex.[hl]
12781         * src/mbox.c
12782         * src/mbox_folder.[ch]
12783         * src/prefs_filtering.c
12784         * src/procheader.c
12785         * src/quote_fmt_lex.l
12786         * src/ssl.c
12787                 fix all warnings except the warnings in lex and yacc files
12788
12789 2002-11-20 [christoph]  0.8.5claws172
12790
12791         * src/imap.c
12792                 fix MsgInfo retrieval for IMAP draft and queue folders
12793                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12794
12795 2002-11-19 [christoph]  0.8.5claws171
12796
12797         * src/compose.c
12798                 fix segfault, when draft saving does not get
12799                 the MsgInfo of the new message
12800                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12801
12802 2002-11-19 [christoph]  0.8.5claws170
12803
12804         * src/procmsg.c
12805                 add parameter check for flag setting function
12806                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12807
12808 2002-11-18 [paul]       0.8.5claws169
12809
12810         * src/compose.c
12811                 more sensitivity fixes to redirect mode:
12812                 * disable toolbar draft button
12813                 * allow only Address book in the Tools menu
12814                 * disable editing of message by the spell
12815                   checker
12816
12817 2002-11-18 [paul]       0.8.5claws168
12818
12819         * src/compose.c
12820                 fix sensitivity of menu items in compose_redirect():
12821                 allow only the necessary items 
12822
12823 2002-11-18 [paul]       0.8.5claws167
12824
12825         * src/compose.c
12826                 fix bug [ 603259 ] 'attachment got lost on bounce'
12827
12828 2002-11-18 [paul]       0.8.5claws166
12829
12830         * po/ru.po
12831                 updated by Ruslan N. Balkin <baron@dartel.ru>
12832
12833 2002-11-18 [colin]      0.8.5claws165
12834
12835         * src/main.c
12836           src/defs.h
12837                 Remove old filtering stuff
12838
12839
12840 2002-11-17 [oliver]     0.8.5claws164
12841
12842         * src/toolbar.h
12843                 remove not needed typedef 
12844
12845 2002-11-17 [oliver]     0.8.5claws163
12846
12847         * src/toolbar.c
12848                 make toolbar's on click events translatable
12849
12850 2002-11-15 [colin]      0.8.5claws162
12851
12852         * src/summaryview.c
12853                 Revert too-soon integration of a feature
12854
12855 2002-11-15 [christoph]  0.8.5claws161
12856
12857         * src/imap.c
12858                 use main's implementation of imap_get_msginfo
12859
12860 2002-11-15 [christoph]  0.8.5claws160
12861
12862         * src/compose.c
12863         * src/folder.[ch]
12864         * src/imap.c
12865         * src/mbox_folder.c
12866         * src/mh.c
12867         * src/news.c
12868         * src/procmsg.c
12869         * src/summaryview.c
12870                 replace claws' fetch_msginfo with main's get_msginfo
12871                 (use main's implementation where possible)
12872
12873 2002-11-15 [colin]      0.8.5claws159
12874
12875         * src/ssl_certificate.c
12876                 Missed a check
12877
12878 2002-11-16 [melvin]     0.8.5claws158
12879
12880         * po/fr.po
12881                 Updated French translations.
12882
12883 2002-11-16 [colin]      0.8.5claws157
12884
12885         * src/ssl_certificate.c
12886                 Check for missing parts in the certificates
12887
12888 2002-11-15 [colin]      0.8.5claws156
12889
12890         * src/folderview.c
12891                 Preventive fix (missing check) found by
12892                 Alfons
12893
12894 2002-11-15 [paul]
12895
12896         * NEWS
12897                 sync with 0.8.6 release
12898
12899 2002-11-15 [colin]      0.8.5claws155
12900
12901         * src/folder.[ch]
12902           src/folderview.c
12903                 Fix error handling of folder_item_move_to()
12904                 (thanks to Alfons!)
12905
12906 2002-11-15 [colin]      0.8.5claws154
12907
12908         * src/folder.[ch]
12909           src/folderview.c
12910                 folder_item_move_to() sets an error message instead
12911                 of having GUI stuff in folder.c
12912
12913 2002-11-15 [colin]      0.8.5claws153
12914
12915         * src/procmsg.[ch]
12916                 Implemented a callback for MsgInfo updates, 
12917                 heavily copy/pasted from Christoph's folder 
12918                 callback system
12919         * src/summaryview.[ch]
12920                 Register summary_update_msg as callback
12921
12922 2002-11-14 [colin]      0.8.5claws152
12923         
12924         * src/procmsg.c
12925                 Update the FolderItem after sending (fixes 617593)
12926
12927 2002-11-14 [christoph]  0.8.5claws151
12928
12929         * src/folder.c
12930                 fix wrong position of NULL pointer check found
12931                 by Sergey
12932
12933 2002-11-14 [christoph]  0.8.5claws150
12934
12935         * src/folder.c
12936                 fix segfault when deleting messages from IMAP folders
12937                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12938
12939 2002-11-14 [colin]      0.8.5claws149
12940
12941         * src/compose.c
12942                 Forwarding was also ignoring the folder's default account.
12943
12944 2002-11-14 [colin]      0.8.5claws148
12945
12946         * src/compose.c
12947                 Fix sent folder not set to folder properties when 
12948                 forwarding.
12949
12950 2002-11-14 [thorsten]   0.8.5claws147
12951
12952         * src/inc.c
12953                 inc_start(): Files were not moved from .processing to inbox,
12954                 if no global processing rule existed
12955
12956 2002-11-14 [colin]      0.8.5claws146
12957
12958         * src/ssl_certificate
12959                 Fix file operations
12960
12961 2002-11-14 [paul]       0.8.5claws145
12962
12963         * po/it.po
12964                 updated by Alessandro Maestri
12965
12966 2002-11-13 [alfons]     0.8.5claws144
12967
12968         * src/folder.c
12969                 folder_item_close(): only mark messages unread
12970                 when a folder has new messages 
12971
12972 2002-11-13 [keith]      0.8.5claws143
12973
12974         * src/imap.c
12975                 Fix problem moving or copying between
12976                 IMAP folders
12977
12978 2002-11-13 [colin]      0.8.5claws142
12979
12980         * src/matcher_parser_parse.y
12981                 Fix rule problem when " don't match
12982
12983 2002-11-13 [christoph]  0.8.5claws141
12984
12985         * src/folder.c
12986         * src/folderview.c
12987                 moved cache saving to folder_item_close
12988                 the folderview should not have to deal with
12989                 this things
12990
12991 2002-11-13 [christoph]  0.8.5claws140
12992
12993         * src/summaryview.c
12994                 moved setting of important score to
12995                 summary_set_prefs_from_folderitem
12996
12997 2002-11-13 [colin]      0.8.5claws139
12998
12999         * src/matcher_parser_parse.y
13000                 Fix a segfault in the parser (happening when
13001                 a good expression had been tested and a bad 
13002                 one arrives)
13003
13004 2002-11-13 [paul]       0.8.5claws138
13005
13006         * sync with 0.8.5cvs24
13007                 see ChangeLog 2002-11-13
13008                 
13009         * po/pt_BR.po
13010                 updated by Fabio Jr. Beneditto
13011
13012 2002-11-13 [colin]      0.8.5claws137
13013         
13014         * src/msgcache.c
13015           src/defs.h
13016           src/procmsg.[ch]
13017                 Revert last commit, problem
13018
13019 2002-11-13 [colin]      0.8.5claws136
13020
13021         * src/msgcache.c
13022                 Remove duplicated code
13023         * src/defs.h
13024                 Bumped CACHE_VERSION and MARK_VERSION
13025         * src/procmsg.[ch]
13026                 Network endian for cache and mark files
13027
13028 2002-11-12 [colin]      0.8.5claws135
13029
13030         * src/inc.c
13031                 Fix the "socket error" dialog which disappeared
13032
13033 2002-11-12 [colin]      0.8.5claws134
13034
13035         * src/msgcache.c
13036                 Reverse last commit which had performance 
13037                 problems, but still reverse the list
13038
13039 2002-11-12 [colin]      0.8.5claws133
13040
13041         * src/msgcache.c
13042                 Reverse list order
13043
13044 2002-11-12 [melvin]     0.8.5claws132
13045
13046         * src/compose.c
13047                 Added a check for a NULL prefs_common.dictionary
13048
13049 2002-11-12 [colin]      0.8.5claws131
13050
13051         * src/ssl_certificate.[ch]
13052                 Use FQDN hostname
13053
13054 2002-11-12 [colin]      0.8.5claws130
13055
13056         * src/ssl_certificate.[ch]
13057                 Take connection port into account for 
13058                 checking certificates (a single hostname
13059                 could have multiple servers with multiple
13060                 certificates)
13061         * src/ssl.c
13062                 Pass the port to ssl_certificate_check
13063
13064 2002-11-12 [paul]       0.8.5claws129
13065
13066         * src/folder.c
13067                 fix a typo in last commit
13068
13069 2002-11-12 [paul]       0.8.5claws128
13070
13071         * sync with 0.8.5cvs23
13072                 see ChangeLog entry 2002-11-12
13073
13074 2002-11-11 [colin]      0.8.5claws127
13075
13076         * src/ssl_certificate.c
13077                 Cleaner messages
13078                 Don't popup, instead log error, if the 
13079                 corresponding pref is checked
13080         * src/ssl_certificate.h
13081                 include <openssl/objects/h>
13082
13083 2002-11-11 [colin]      0.8.5claws126
13084
13085         * src/ssl_certificate.h
13086                 _Really_ clean it
13087
13088 2002-11-11 [colin]      0.8.5claws125
13089         
13090         * src/ssl_certificate.c
13091                 Fixed leak
13092
13093 2002-11-11 [colin]      0.8.5claws124
13094
13095         * src/ssl.c
13096                 Cleaned a bit
13097         * src/ssl_certificate.[ch]
13098                 Cleaned a bit (better use of SSL API)
13099                 (This will cause non-recognition of saved 
13100                  certificates of claws12[23]...)
13101
13102 2002-11-11 [paul]       0.8.5claws123
13103         
13104         * po/es.po
13105                 updated by Ricardo Mones Lastra
13106
13107 2002-11-11 [colin]      0.8.5claws122
13108
13109         * src/ssl.c
13110                 Fix a typo
13111
13112 2002-11-11 [colin]      0.8.5claws121
13113
13114         * src/ssl_certificate.[ch] ** NEW FILES **
13115         * src/ssl.[ch]
13116                 Check SSL certificates presented to us
13117         * src/Makefile.am
13118                 Add ssl_certificate.[ch]
13119         * po/POTFILES.in
13120                 Add ssl_certificate.c
13121
13122 2002-11-11 [paul]       0.8.5claws120
13123
13124         * sync with 0.8.5cvs22
13125                 see ChangeLog 2002-11-11
13126
13127 2002-11-11 [paul]       0.8.5claws119
13128
13129         * sync with 0.8.5cvs21
13130                 see ChangeLog 2002-11-11
13131
13132 2002-11-10 [jens]       0.8.5claws118
13133
13134         * src/folder.c
13135         * src/folderview.c
13136                 corrected some typing
13137         * po/de.po
13138                 updated german translation
13139         * sylpheed.spec.in
13140                 cleaned up specfile and adjusted it for claws
13141
13142 2002-11-10 [colin]      0.8.5claws117
13143
13144         * src/summaryview.c
13145                 a STATUSBAR_PUSH/POP fix
13146
13147 2002-11-10 [colin]      0.8.5claws116
13148
13149         * src/prefs_folder_item.c
13150                 Fix hanging after opening folder properties
13151
13152 2002-11-10 [hoa]        0.8.5claws115
13153
13154         * src/matcher_parser_lex.l
13155         * src/matcher_parser_parse.y
13156                 config file for scoring and filtering is no more trashed
13157                 when there is a syntax error in a filtering rule when
13158                 editing it in a dialog.
13159
13160 2002-11-09 [colin]      0.8.5claws114
13161
13162         * src/mbox_folder.c
13163                 Added missing initialisation of folder->destroy()
13164
13165 2002-11-09 [colin]      0.8.5claws113
13166
13167         * src/folder.c
13168           src/folderview.c
13169                 Fix the status bar messages
13170
13171 2002-11-09 [colin]      0.8.5claws112
13172
13173         * src/folderview.c
13174                 Fix hangs after folder dnd, happening after 
13175                 claws109.
13176
13177 2002-11-09 [christoph]  0.8.5claws111
13178
13179         * src/folderview.c
13180                 just changed order of calls (reverse order of
13181                 associated calls)
13182         * src/inc.c
13183                 lock inc when checking only one account, otherwise
13184                 inc all could be executed at the same time
13185
13186 2002-11-09 [christoph]  0.8.5claws110
13187
13188         * src/folderview.c
13189                 better unlock the mouse cursor before calling
13190                 summary_show because it changes the cursor too
13191
13192 2002-11-09 [christoph]  0.8.5claws109
13193
13194         * src/folder.[ch]
13195         * src/folderview.c
13196                 add functions to open and close a folder
13197                 o opending will execute scanning for remote folders
13198                   and processing
13199                 o closing will unset new flag for messages
13200
13201 2002-11-09 [colin]      0.8.5claws108
13202
13203         * src/folder.c
13204                 Add a call to prefs_matcher_write_config to 
13205                 avoid non-leaf folders filtering settings to be
13206                 lost
13207
13208 2002-11-09 [paul]       0.8.5claws107
13209
13210         * src/prefs_account.c
13211                 re-word a label
13212
13213 2002-11-09 [colin]      0.8.5claws106
13214
13215         * src/folderview.c
13216                 Minor esthetic fix
13217
13218 2002-11-09 [colin]      0.8.5claws105
13219
13220         * src/folderview.c
13221                 Fix prefs_filtering deletion for MH folders (same
13222                 reason as below)
13223         * src/prefs_filtering.c
13224                 Fix prefs_filtering renaming and deletion for 
13225                 folder-based processing rules.  
13226
13227 2002-11-09 [christoph]  0.8.5claws104
13228
13229         * src/compose.c
13230         * src/folder.[ch]
13231         * src/folderview.[ch]
13232         * src/import.c
13233         * src/inc.c
13234         * src/main.c
13235         * src/mainwindow.c
13236         * src/messageview.c
13237         * src/prefs_folder_item.c
13238         * src/procmsg.c
13239         * src/summaryview.c
13240                 implement a callback system for folder item updates
13241
13242 2002-11-09 [colin]      0.8.5claws103
13243
13244         * src/folderview.c
13245                 Fix prefs_filtering renaming for MH folders (we
13246                 shouldn't rename by path as another folder could
13247                 have the same hierarchy).
13248
13249 2002-11-09 [colin]      0.8.5claws102
13250
13251         * src/folder.c
13252                 Fix a leak found by Christoph, use better variable
13253                 names
13254
13255 2002-11-09 [colin]      0.8.5claws101
13256
13257         * src/folder.c
13258                 One more fix for processing rules
13259
13260 2002-11-08 [colin]      0.8.5claws100
13261         
13262         * src/matcher.c
13263                 Don't copy the compiled regexp (will be reevaluated)
13264         * src/folderview.c
13265                 Lock folderview while moving
13266         * src/folder.c
13267                 Provide info on what's happening to the user
13268
13269 2002-11-08 [colin]      0.8.5claws99
13270
13271         * src/folderview.c
13272                 Fix folder reordering after a move if parent is 
13273                 root
13274         * src/scoring.[ch]
13275                 Add function to copy a ScoringProp
13276         * src/prefs_folder_item.c
13277                 Copy scoring rules when copying a folder prefs
13278
13279 2002-11-08 [colin]      0.8.5claws98
13280
13281         * src/folderview.c
13282                 Fixes in case of failure
13283         * src/filtering.[ch]    
13284                 Add function to duplicate a FilteringProp
13285         * src/matcher.[ch]
13286                 Add function to duplicate a MatcherProp
13287         * src/prefs_folder_item.c
13288                 Save folder's processing rules when copying 
13289                 its prefs
13290
13291 2002-11-08 [colin]      0.8.5claws97
13292         
13293         * src/folderview.c
13294                 Sort after move
13295         * src/folder.c 
13296                 Change a printf to debug_print
13297
13298 2002-11-08 [colin]      0.8.5claws96
13299
13300         * src/folder.c
13301           src/folderview.c
13302                 Fix segfaults, call me stupido
13303         
13304
13305 2002-11-08 [colin]      0.8.5claws95
13306
13307         *src/folder.c
13308                 Added forgotten prefs to save when moving folders
13309
13310 2002-11-08 [colin]      0.8.5claws94
13311
13312         * src/folder.c
13313                 Fixes to folder DND (prefs copy)
13314         * src/folderview.c
13315                 Optimization for folder DND (don't rescan whole tree)
13316                 Added folderview_create_folder_node() for this 
13317                 optimization, so de-duped a bit the code
13318         * src/prefs_folder_item.[ch]
13319                 Added prefs_folder_item_copy_prefs()    
13320           
13321 2002-11-08 [paul]       0.8.5claws93
13322
13323         * src/prefs_account.c
13324           tools/README
13325           tools/kmail2sylpheed_v2.pl
13326                 correct some typos
13327
13328 2002-11-08 [paul]       0.8.5claws92
13329
13330         * src/compose.c
13331           src/prefs_account.[ch]
13332                 remove account options 'clearsign' and 'ascii_armored',
13333                 replace with 'default_gnupg_mode' to prevent mixed-mode
13334                 Privacy settings
13335
13336 2002-11-08 [paul]       0.8.5claws91
13337
13338         * src/compose.[ch]
13339                 re-implement GnuPG 'on-the-fly' mode selection,
13340                 disallow mixed-mode
13341
13342 2002-11-08 [colin]      0.8.5claws90
13343
13344         * src/folderview.c
13345           src/prefs_folder_item.c
13346                 Change "Property" to "Properties"
13347
13348 2002-11-07 [colin]      0.8.5claws89
13349
13350         * src/folderview.c
13351           src/folder.c
13352                 Allow folder dropping to a root folder
13353
13354 2002-11-07 [paul]       0.8.5claws88
13355
13356         * src/compose.c
13357                 revert last commit
13358
13359 2002-11-07 [paul]       0.8.5claws87
13360
13361         * src/compose.c
13362                 fix reply-to-list bug. closes bug report
13363                 "[633382] reply-to-list broken in recent cvs"
13364
13365 2002-11-07 [paul]       0.8.5claws86
13366
13367         * src/compose.c
13368                 add a forgotten '#if USE_GPGME ... #endif'
13369
13370 2002-11-07 [paul]       0.8.5claws85
13371
13372         * sync with 0.8.5cvs20
13373                 see ChangeLog 2002-11-07
13374
13375 2002-11-07 [colin]      0.8.5claws84
13376
13377         * src/folder.[ch]
13378                 Change folder_item_move_to to return the newly 
13379                 created folderitem.
13380         * src/folderview.c
13381                 Select the new folderitem after moving.
13382
13383 2002-11-07 [colin]      0.8.5claws83
13384
13385         * src/prefs_filtering.c
13386                 Fix rule rewriting when moving a leaf folder to a 
13387                 shorter path
13388
13389 2002-11-07 [colin]      0.8.5claws82
13390
13391         * src/prefs_filtering.c
13392                 fix a leak
13393
13394 2002-11-07 [colin]      0.8.5claws81
13395
13396         * src/folder.[ch]
13397                 Add folder_item_move_to() function to move a 
13398                 folderitem into another one (updates matcher etc)
13399         * src/folderview.c
13400                 Add folder drag'n drop (context menu to come)
13401                 [Should be dataloss free, but Please backup before 
13402                  trying !]
13403
13404 2002-11-06 [colin]      0.8.5claws80
13405
13406         * src/mh.c
13407                 mh_create_folder() returns NULL if can't create
13408                 directory hierarchy
13409
13410 2002-11-06 [paul]       0.8.5claws79
13411
13412         * src/compose.[ch]
13413                 allow 'on-the-fly' changing of the type of encryption 
13414                 and/or signing used (mime/ascii) via the compose window
13415
13416 2002-11-06 [paul]       0.8.5claws78
13417
13418         * sync with 0.8.5cvs19
13419                 see ChangeLog 2002-11-06 for src/account.c: 
13420                 account_get_special_folder()
13421                 
13422 2002-11-05 [alfons]     0.8.5claws77
13423
13424         * src/crash.c
13425                 very minor cleanups: nothing to see here, move on. :-)
13426
13427 2002-11-05 [colin]      0.8.5claws76
13428
13429         * src/main.c
13430                 Changes choices if compose windows are opened to
13431                 Discard, Draft, Don't quit
13432
13433 2002-11-05 [thorsten]   0.8.5claws75
13434
13435         * src/compose.c
13436                 reenabled default_reply_to folder option
13437
13438 2002-11-05 [colin]      0.8.5claws74
13439
13440         * src/compose.[ch] 
13441                 add compose_draft()
13442         * src/crash.c
13443                 add SIGTERM handler
13444         * src/main.[ch]
13445                 add clean_quit() for the SIGTERM handler
13446
13447 2002-11-05 [paul]       0.8.5claws73
13448         
13449         * po/es.po
13450                 updated by Ricardo Mones Lastra
13451
13452 2002-11-05 [melvin]     0.8.5claws72
13453
13454         * src/logwindow.c
13455                 Fixed log-clipping bug #616795.
13456                 To stop logging in the log window use 0 length.
13457         * src/prefs_common.c
13458                 Added a label to inform about the 0 log length behaviour.
13459
13460 2002-11-05 [paul]       0.8.5claws71
13461
13462         * sync with 0.8.5cvs17
13463                 see ChangeLog 2002-11-05
13464
13465 2002-11-04 [paul]       0.8.5claws70
13466
13467         * sylpheed-128x128.png
13468           sylpheed-64x64.png
13469           sylpheed.png
13470                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13471                 <nikai@users.sourceforge.net>
13472                 
13473         * po/bg.po
13474                 updated by George Danchev
13475
13476 2002-11-03 [thorsten]   0.8.5claws69
13477
13478         * src/main.c
13479           src/mimeview.c
13480           src/rfc2015.h
13481                 add check if gpg is active
13482
13483 2002-11-03 [thorsten]   0.8.5claws68
13484
13485         * src/toolbar.h
13486                 removed GSList declaration causing trouble on MacOS-X
13487                 (submitted by alfons, reported by xfesty)
13488
13489 2002-11-01 [paul]       0.8.5claws67
13490
13491         * src/mainwindow.c
13492                 remove last remnants of main's filter code
13493
13494 2002-11-01 [paul]       0.8.5claws66
13495
13496         * tools/filter_conv.pl
13497                 fix bug where user-defined headers were ignored
13498
13499 2002-11-01 [paul]       0.8.5claws65
13500
13501         * src/logwindow.c
13502                 make a debug_print() not translatable
13503
13504 2002-10-31 [melvin]     0.8.5claws64
13505
13506         * ac/aspell.m4
13507                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13508                 not run any GNU/aspell test.  The dictionary path will
13509                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13510                 was given, in which case, it will be $prefix/lib/aspell/
13511         * configure.in
13512                 Fixed typo in commentary (Aspell code).
13513
13514 2002-10-31 [paul]       0.8.5claws63
13515
13516         * po/POTFILES.in
13517                 remove src/filter.c and src/prefs_filter.c
13518                 thanks to Ricardo for reminding me
13519
13520 2002-10-31 [colin]      0.8.5claws62
13521
13522         * src/mbox_folder.c
13523                 Plug some leaks
13524
13525 2002-10-31 [paul]       0.8.5claws61
13526
13527         * src/prefs_filter.[ch] ** REMOVED **
13528           src/filter.[ch]       ** REMOVED **
13529           
13530         * src/Makefile.am
13531           src/folderview.c
13532           src/inc.c
13533           src/main.c
13534           src/mainwindow.c
13535           src/mbox.c
13536           src/prefs_common.c
13537           src/prefs_filtering.c
13538           src/summaryview.[ch]
13539                 remove main's 'filter' code
13540                 
13541         README.claws
13542                 update to reflect removal of main's filter
13543
13544 2002-10-31 [paul]       0.8.5claws60
13545
13546         * src/summaryview.c
13547                 remove check for global_processing in summary_filter_open(). 
13548                 This fixes the bug where if the user uses the right-click 
13549                 'Create filter rule...' and doesn't have any filter rules 
13550                 already defined in claws' advanced filtering, the newly 
13551                 created filter rule goes to main's filtering which is 
13552                 inaccessible through the gui. Now the filter rule gets added
13553                 to claws' filtering by default.
13554
13555 2002-10-28 [melvin]     0.8.5claws59
13556
13557         * src/prefs_actions.c
13558                 Fixed bug #627322 where MIME parts were not always
13559                 correctly passed to a %p action
13560                 Display an error dialog when message filename is not found.
13561
13562 2002-10-28 [melvin]     0.8.5claws58
13563
13564         * src/prefs_common.c
13565                 Readded a missing function declaration lost in 0.8.3claws34
13566
13567 2002-10-28 [paul]       0.8.5claws57
13568
13569         * sync with 0.8.5cvs15
13570                 see ChangeLog 2002-10-28 and 2002-10-25
13571                 
13572         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13573
13574 2002-10-27 [oliver]     0.8.5claws56
13575
13576         * src/pop.c
13577                 plug leak in pop3_top_recv
13578
13579 2002-10-26 [christoph]  0.8.5claws55
13580
13581         * src/folder.c
13582                 set need_update folder flag when messages are added
13583                 (closes bug [ 626922 ] folder not updated after receiving)
13584
13585 2002-10-25 [melvin]     0.8.5claws54
13586
13587         * src/imageview.c
13588                 Fixed a memleak introduced in the scaling code.
13589
13590 2002-10-24 [alfons]     0.8.5claws53
13591
13592         * src/filtering.c
13593                 make filtering's forward message action forward from the 
13594                 correct account
13595                 (closes bug [628089 ] Filter -> Forward from address problem
13596                 reported by Oktay)
13597
13598 2002-10-24 [christoph]  0.8.5claws52
13599
13600         * src/mainwindow.c
13601         * src/manual.[ch]
13602                 o use manual of current locale or english if current
13603                   locale is not available (and english is available)
13604                 o also link to sylpheed doc project manuals
13605
13606 2002-10-23 [paul]       0.8.5claws51
13607
13608         * tools/README
13609           tools/kmail2sylpheed_v2.pl
13610                 add new version of kmail addressbook importer script.
13611                 works with newer versions of Kmail/KAddressBook which
13612                 have new and rearranged data.
13613
13614 2002-10-23 [martin]     0.8.5claws50
13615
13616         * src/folderview.c
13617         * src/summaryview.c
13618         * src/utils.h
13619         * src/utils.c
13620                 added length parameter to get_abbrev_newsgroup_name()
13621                 changed this function so that it abbreviates the newsgroup
13622                 names only so long it is smaller than the length parameter
13623                 (for better reading of some newsgroup names and space efficiency)
13624
13625 2002-10-22 [colin]      0.8.5claws49
13626
13627         *src/foldersel.c
13628                 Revert Alfons' last modification (after voting ;-))
13629
13630 2002-10-21 [alfons]     0.8.5claws48
13631
13632         * src/foldersel.c
13633                 folder view in folder selection dialog reflects state of
13634                 folder view in main window
13635
13636 2002-10-18 [alfons]     0.8.5claws47
13637
13638         * src/mbox.c
13639                 drop imported messages in folder selected by user,
13640                 and not in the inbox
13641                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13642
13643 2002-10-18 [alfons]     0.8.5claws46
13644
13645         * src/compose.c
13646                 make automagic reply work correctly for email accounts 
13647                 (whether it's viable to do a full sync with Hiro's 
13648                 compose.c is still under discussion)
13649
13650 2002-10-18 [melvin]     0.8.5claws45
13651
13652         * src/prefs_actions.c
13653                 Fixed bug #622275 where asynchroneous actions left 
13654                 zombies processes
13655                 Made (synchroneous) actions' input be displayed live.
13656
13657 2002-10-18 [christoph]  0.8.5claws44
13658
13659         * src/textview.c
13660                 don't add a newline in the textview in front of the
13661                 first textpart if header display is disabled
13662                 (closes bug [ 603385 ] disabled header display leaves blank
13663                  lin)
13664
13665 2002-10-18 [christoph]  0.8.5claws43
13666
13667         * src/folder.[ch]
13668         * src/imap.c
13669         * src/mbox_folder.c
13670         * src/mh.c
13671         * src/news.c
13672                 folder->get_num_list now returns an error code
13673                 (closes bug [ 609424 ] News cache cleared on failure)
13674                 
13675 2002-10-17 [colin]      0.8.5claws42
13676         
13677         * src/news.c
13678                 Changed a printf by debug_print
13679
13680 2002-10-16 [paul]       
13681
13682         * tools/OOo2sylpheed.pl
13683                 allow for spaces in the name of the
13684                 file to be attached.
13685
13686 2002-10-16 [colin]      0.8.5claws41
13687
13688         * src/main.c
13689                 Use a tristate to change online mode
13690
13691 2002-10-16 [paul]       0.8.5claws40
13692
13693         * po/es.po
13694                 updated by Ricardo Mones Lastra
13695
13696 2002-10-16 [colin]      0.8.5claws39
13697
13698         * src/main.c
13699           src/mainwindow.[ch]
13700                 Added --online and --offline command-line
13701                 switches
13702
13703 2002-10-15 [christoph]  0.8.5claws38
13704
13705         * src/procmime.c
13706                 set mimeinfo->name to NULL after g_free to
13707                 avoid double freeing with g_free
13708
13709 2002-10-14 [christoph]  0.8.5claws37
13710
13711         * src/compose.c
13712         * src/filtering.c
13713         * src/summaryview.c
13714                 remove calls to folder->change_flags that are now
13715                 done by procmsg flag functions (seems it is not
13716                 used by any foldertype anyway)
13717         * src/folder.c
13718                 init folder->change_flags with NULL
13719
13720 2002-10-14 [christoph]  0.8.5claws36
13721
13722         * src/folder.[ch]
13723         * src/imap.[ch]
13724                 use virtual functions for folder item new and destroy
13725                 functions
13726
13727 2002-10-14 [melvin]     0.8.5claws35
13728
13729         * src/compose.c
13730                 Added a test to not run the spell checker if no default
13731                 dictionary is available. No dialog is displayed though.
13732
13733 2002-10-14 [melvin]     0.8.5claws34
13734
13735         * src/gtkaspell.c
13736                 Fixed bug in dictionary list context menu where
13737                 "More..." pointed to an emtpy submenu if the
13738                 number of dictionaries is a multiple of 15
13739                 Removed unneeded code in suggestions list creation
13740
13741 2002-10-14 [paul]       0.8.5claws33
13742
13743         * po/bg.po
13744                 updated by George Danchev
13745
13746 2002-10-13 [hoa]        0.8.5claws32
13747
13748         * src/matcher.[ch]
13749           src/matcher_parser_parser.y
13750                 removed the escaped string from internal structure
13751                 of matcher.
13752
13753 2002-10-12 [colin]      0.8.5claws31
13754
13755         * src/gtksctree.[ch]
13756           src/summaryview.c
13757                 Removed useless function gtksctree_reanchor
13758
13759 2002-10-12 [alfons]     0.8.5claws30
13760         
13761         * sync with remaining main changes 2002-10-09 - 2002-10-11
13762         - drop changes to src/compose.c (requires claws specific changes)
13763         
13764 2002-10-12 [alfons]     0.8.5claws29
13765         
13766         * sync with main changes of 2002-10-08
13767         - drop changes to src/compose.c (requires claws specific changes)
13768         - drop changes to src/summaryview.c (requires changes to compose.c)     
13769
13770 2002-10-12 [alfons]     0.8.5claws28
13771         
13772         * sync with main changes of 2002-10-07
13773
13774 2002-10-12 [alfons]     0.8.5claws27
13775
13776         * sync with main changes of 2002-10-04
13777         - drop changes to src/compose.c (requires claws specific changes)
13778         - drop changes to src/prefs_folder_item.c (claws implementation
13779           seems to be working)
13780
13781 2002-10-12 [colin]      0.8.5claws26
13782
13783         * src/mainwindow.c
13784                 Fix folder-flicker when space-reading, introduced 
13785                 in claws22.
13786
13787 2002-10-12 [colin]      0.8.5claws25
13788
13789         * src/compose.c
13790                 Save account address when saving as draft.
13791                 (closes bug 621838)
13792
13793 2002-10-12 [colin]      0.8.5claws24
13794
13795         * src/summaryview.c
13796                 Fix the problem consisting of no message selected
13797                 after the last message in a folder has been moved.
13798
13799 2002-10-12 [paul]       0.8.5claws23
13800
13801         * src/compose.c
13802           src/prefs_template.c
13803           src/template.[ch]
13804                 add Cc and Bcc to templates. Patch submitted by
13805                 John L. Males.
13806
13807 2002-10-12 [colin]      0.8.5claws22
13808
13809         * src/folderview.c
13810                 Fix a bug after "Check for new messages":
13811                 If a folder was opened, it was still selected at
13812                 the end of the check, but displayed empty.
13813         * src/mainwindow.c
13814                 Remove unnecessary check
13815
13816 2002-10-12 [paul]
13817
13818         * tools/README
13819                 be more verbose in the description of
13820                 OOo2sylpheed.pl
13821                 
13822
13823 2002-10-11 [colin]      0.8.5claws21
13824
13825         * src/mainwindow.c
13826                 Make space work (better) when no mail is selected
13827
13828 2002-10-11 [colin]      0.8.5claws20
13829
13830         * src/inc.c
13831           src/news.c
13832                 fix warnings
13833
13834 2002-10-11 [colin]      0.8.5claws19
13835
13836         * src/mainwindow.c
13837                 revert 0.8.5claws6 changes as i couldn't get to
13838                 anything satisfying
13839
13840 2002-10-11 [melvin]     0.8.5claws18
13841
13842         * src/compose.c
13843                 Removed buggy and unused macro (should have been committed in
13844                 0.8.5claws17)
13845
13846 2002-10-11 [melvin]     0.8.5claws17
13847
13848         * src/compose.c
13849                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13850
13851 2002-10-11 [thorsten]   0.8.5claws16 
13852
13853         * src/folderview.c
13854                 remove rescan warning
13855
13856 2002-10-11 [colin]      0.8.5claws15 
13857
13858         * src/procheader.c
13859                 fix a segfault that happens if conv_unmime_header
13860                 fails (should be better to find out why it fails)
13861
13862 2002-10-11 [christoph]  0.8.5claws14
13863
13864         * src/summaryview.c
13865                 update folderview stats after ignore/unignore thread
13866
13867 2002-10-11 [hoa]        0.8.5claws13
13868
13869         * src/quote_fmt_parse.y
13870                 Fixed a yacc/bison syntax error
13871         * src/matcher.c
13872                 Escaping of string is fixed.
13873
13874 2002-10-11 [colin]      0.8.5claws12
13875
13876         * src/imageview.c
13877                 Resize images to fit
13878
13879 2002-10-11 [paul]       0.8.5claws11
13880
13881         * po/es.po
13882                 updated by Ricardo Mones Lastra
13883
13884 2002-10-10 [alfons]     0.8.5claws10
13885
13886         * src/compose.c
13887                 allow dropping files by "moving" files from a file manager,
13888                 not only by the more cumbersome "copying". the latter 
13889                 mostly implies holding down the Control button
13890
13891 2002-10-10 [christoph]  0.8.5claws9
13892
13893         * src/summaryview.c
13894                 update folders after thread building for ignored threads
13895
13896 2002-10-10 [christoph]  0.8.5claws8
13897
13898         * config/.cvsignore
13899                 added Makefile
13900         * src/filtering.[ch]
13901         * src/folder.[ch]
13902         * src/folderview.[ch]
13903         * src/import.c
13904         * src/inc.[ch]
13905         * src/mbox.[ch]
13906         * src/procmsg.c
13907         * src/summaryview.[ch]
13908                 o added new flag need_update to FolderItem
13909                 o removed folder_table from various functions from tracking
13910                   folder updates
13911                 o set need_update flags in folder.c's move, copy and delete
13912                   functions and procmsg's flags functions
13913                 o added function folderview_update_items_when_required that
13914                   updates all folders with need_update set
13915                 o call folderview_update_items_when_required instead of
13916                   folderview_update_item_foreach
13917
13918 2002-10-09 [sergey]     0.8.5claws7
13919
13920         * src/compose.c
13921                 Strip CRs whel loading the text into editor in reedit mode.
13922
13923 2002-10-09 [colin]      0.8.5claws6
13924
13925         * src/mainwindow.c
13926                 Make Space work when no mail is selected
13927
13928 2002-10-09 [colin]      0.8.5claws5
13929
13930         * src/gtksctree.[ch]
13931                 Fix range_select
13932                 Add gtk_sctree_reanchor() 
13933         * src/summaryview.c
13934                 Use gtk_sctree_reanchor() - better fix for 
13935                 bug 60413
13936
13937 2002-10-09 [colin]      0.8.5claws4
13938
13939         * src/summaryview.c
13940                 Fix shift-click select after delete problem
13941                 (closes bug 60413)
13942
13943 2002-10-08 [thorsten]   0.8.5claws3
13944
13945         * src/summaryview.c
13946                 exclude current msg from -hide read messages-
13947
13948 2002-10-08 [colin]      0.8.5claws2
13949
13950         * src/inc.[ch]
13951           src/pop.c
13952           src/recv.c
13953                 Differentiate socket errors from disk full
13954                 errors
13955
13956 2002-10-08 [christoph]  0.8.5claws1
13957
13958         * Makefile.am
13959         * configure.in
13960                 modifications for new config directory
13961
13962         * config.guess  ** REMOVED **
13963         * config.sub    ** REMOVED **
13964         * install-sh    ** REMOVED **
13965         * ltmain.sh     ** REMOVED **
13966         * missing       ** REMOVED **
13967         * mkinstalldirs ** REMOVED **
13968                 these files are autogenerated by automake
13969                 when you run autogen.sh
13970
13971         * config/.cvsignore     ** NEW FILE **
13972         * config/Makefile.am    ** NEW FILE **
13973                 ignore autogenerated files
13974                 create a Makefile in this directory
13975
13976 2002-10-08 [paul]       0.8.5claws
13977
13978         * 0.8.5claws release
13979         
13980         * src/compose.c
13981           src/procheader.c
13982           src/procmsg.c
13983                 fix quote reply format for newsgroups reply bug
13984                 (thanks to Hoa)
13985                 
13986         * po/en_GB.po
13987           po/pl.po
13988                 updated by me and Witold Wladyslaw Wojciech Wilk
13989                 repectively
13990
13991 2002-10-07 [paul]       0.8.3claws53
13992
13993         * po/it.po
13994           po/pt_BR.po
13995           po/sr.po
13996                 updated messages catalogs, submitted by
13997                 Alessandro Maestri, Fabio Jr.Beneditto 
13998                 and Urke MMI, respectively.
13999
14000 2002-10-07 [christoph]  0.8.3claws52
14001
14002         * src/folder.[ch]
14003         * src/folderview.c
14004         * src/mainwindow.c
14005                 fix new folder ghost message bug
14006                 (closes bug [ 619722 ] wrong count for newly created folders)
14007
14008 2002-10-07 [christoph]  0.8.3claws51
14009
14010         * src/compose.c
14011                 fix news posting problem
14012
14013 2002-10-07 [melvin]     0.8.3claws50
14014
14015         * po/fr.po
14016                 Updated French translation
14017
14018 2002-10-05 [christoph]  0.8.3claws49
14019
14020         * src/gtkstext.c
14021                 check if line_start_cache is set in gtk_stext_update_text
14022                 (closes bug [ 618119 ] crash while doing search in folder)
14023
14024 2002-10-05 [christoph]  0.8.3claws48
14025
14026         * src/imap.c
14027         * src/news.c
14028         * src/utils.c
14029         * src/utils.h
14030                 implement cache cleanups for claws' folder system
14031                 (closes bug [ 595916 ] imapcache not cleaned up)
14032
14033 2002-10-05 [melvin]     0.8.3claws47
14034
14035         * src/prefs_actions.c
14036                 Made the help text more clear for the %p token
14037
14038 2002-10-04 [paul]       0.8.3claws46
14039
14040         * sync with 0.8.5
14041                 see ChangeLog 2002-10-02 and 2002-10-03
14042
14043 2002-10-04 [christoph]  0.8.3claws45
14044
14045         * src/inc.c
14046                 fix segfault caused by pop before smtp
14047                 call to inc_account_mail with NULL
14048                 pointer for mainwin
14049
14050 2002-10-04 [paul]       0.8.3claws44
14051
14052         * configure.in
14053                 sync the LDAP detection from 0.8.5cvs1
14054
14055 2002-10-02 [christoph]  0.8.3claws43
14056
14057         * po/de.po
14058                 fix small spelling error
14059
14060 2002-10-02 [melvin]     0.8.3claws42
14061
14062         * ac/aspell.m4
14063                 Behave better and say "no" when test program cannot be run.
14064
14065 2002-10-02 [paul]       0.8.3claws41
14066
14067         * sync with 0.8.4cvs1
14068                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14069                 
14070         * src/summaryview.c
14071                 toggle the behavior of Reply menuitem between
14072                 normal reply and reply-to-list
14073
14074 2002-10-01 [sergey]     0.8.3claws40
14075
14076         * src/compose.c
14077                 Convert newlines in the message text to the canonical form
14078                 before base64 encoding (RFC2045 compliance, fixes some
14079                 interoperability issues with Evolution 1.0.3)
14080
14081 2002-09-29 [colin]      0.8.3claws39
14082
14083         * src/summaryview.c
14084                 Fix an unwanted copy/paste
14085
14086 2002-09-29 [colin]      0.8.3claws38
14087
14088         * src/mainwindow.c
14089                 Renamed "Custom toolbar" to "Customize toolbar"
14090                 Renamed "Show all header" to "Show all headers"
14091                 Renamed "Set diplay item" to "Set displayed items"
14092         * src/prefs_common.c
14093                 Renamed "Show all header" to "Show all headers"
14094         * src/prefs_summary_column.c
14095                 Renamed "diplay item" to "displayed items"
14096
14097 2002-09-29 [colin]      0.8.3claws37
14098
14099         * src/mainwindow.[ch]
14100                 online/offline status pixmaps follow theme
14101                 changes
14102         * src/summaryview.[ch]
14103                 quicksearch pixmap follows theme changes
14104
14105 2002-09-29 [thorsten]   0.8.3claws36
14106
14107         * src/compose.c
14108           src/prefs_folder_item.[ch]
14109                 add default_reply_to folder option (closes patch 581044)
14110
14111 2002-09-29 [christoph]  0.8.3claws35
14112
14113         * acconfig.h    ** REMOVED **
14114         * configure.in
14115         * ac/aspell.m4
14116         * ac/check-type.m4
14117         * ac/gnupg-check-typedef.m4
14118                 fix autoheader 2.50 warning
14119
14120 2002-09-29 [christoph]  0.8.3claws34
14121
14122         * major code cleanup (part 2)
14123         
14124                 - unused variables removed
14125                 - unused functions removed
14126                 - uninitialized variables checked
14127                 - missing return statements added
14128                 - missing function return types added
14129                 - added parentheses around assignment
14130                   when suggested by gcc
14131
14132 2002-09-29 [alfons]     0.8.3claws33
14133
14134         * src/logwindow.c
14135                 log_window_clear(): only bracket gtk_text_forward_delete() 
14136                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14137                 works around GTK text bug)
14138
14139 2002-09-29 [paul]       0.8.3claws32
14140
14141         * po/bg.po
14142           po/sr.po
14143                 updated by George Danchev and Urke MMI
14144                 respectively
14145
14146 2002-09-27 [christoph]  0.8.3claws31
14147
14148         * doc-src/readme.txt
14149         * doc-src/rfc1806.txt   ** REMOVED **
14150         * doc-src/rfc2183.txt   ** NEW FILE **
14151         * doc-src/rfc2980.txt   ** NEW FILE **
14152                 update rfcs
14153
14154 2002-09-27 [melvin]     0.8.3claws30
14155
14156         * ac/aspell.m4
14157                 Fixed typo which could break linking
14158
14159 2002-09-27 [melvin]     0.8.3claws29
14160
14161         * ac/aspell.m4
14162                 Improved GNU/aspell checking. 
14163                 Fixed bug #614490
14164
14165 2002-09-27 [paul]       0.8.3claws28
14166
14167         * sync with 0.8.3cvs8
14168                 see ChangeLog 2002-09-27
14169
14170 2002-09-26 [colin]      0.8.3claws27
14171
14172         * src/toolbar.[ch]
14173           src/mainwindow.[ch]
14174                 Add "Reply to Mailing-list" to the toolbar
14175
14176 2002-09-26 [christoph]  0.8.3claws26
14177
14178         * src/summaryview.c
14179                 Fix wrong message counts in summaryview status
14180
14181 2002-09-26 [paul]       0.8.3claws25
14182
14183         * sync with 0.8.3cvs7
14184                 see ChangeLog 2002-09-26
14185
14186 2002-09-26 [paul]       0.8.3claws24
14187
14188         * sync with 0.8.3cvs6
14189                 see ChangeLog 2002-09-25
14190
14191 2002-09-25 [christoph]  0.8.3claws23
14192
14193         * src/prefs_common.c
14194         * src/prefs_folder_item.c
14195         * src/prefs_scoring.c
14196                 Renamed "kill score" to "hide score" in GUI
14197                 and prefs files
14198
14199 2002-09-25 [paul]       0.8.3claws22
14200
14201         * sync with 0.8.3cvs5
14202                 see ChangeLog 2002-09-24
14203
14204 2002-09-24 [alfons]     0.8.3claws21
14205
14206         patch by Satoshi Nagayasu: allows appending / saving multiple 
14207         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14208         'Save as ...'")
14209
14210         * AUTHORS
14211                 add Satoshi Nagayasu
14212         * src/summaryview.c
14213                 summary_save_as(): allow saving selected files to
14214                 one file
14215                 summary_set_menu_sensitive: enable "Save As..." when
14216                 multiple files are selected
14217         * src/utils.[ch]
14218                 append_file(): new function
14219
14220 2002-09-24 [colin]      0.8.3claws20
14221
14222         * src/procmime.c
14223                 Fix segfault when mimeinfo doesn't have a 
14224                 content_type. 
14225
14226 2002-09-24 [colin]      0.8.3claws19
14227
14228         * src/prefs_common.[ch]
14229                 Add a preference to display send dialog or not
14230         * src/send.c
14231                 Display send dialog according to preference
14232
14233 2002-09-24 [colin]      0.8.3claws18
14234
14235         * src/compose.[ch]
14236                 Disable user actions when sending
14237
14238 2002-09-24 [colin]      0.8.3claws17
14239
14240         * src/procmime.c
14241                 Do not display name or filename for attachments
14242                 with an application/pgp-signature type
14243                 (security flaw, see bug 537413)
14244
14245 2002-09-23 [colin]      0.8.3claws16
14246
14247         * src/editaddress.c
14248                 Initialize entry_email, entry_alias and 
14249                 entry_remarks to first email address of the list
14250
14251 2002-09-23 [colin]      0.83claws15
14252
14253         * src/compose.c
14254                 Drop pgp-signature when reediting a signed queued
14255                 message
14256
14257 2002-09-23 [melvin]     0.8.3claws14
14258
14259         * po/fr.po
14260                 Updated French translation
14261
14262 2002-09-23 [melvin]     0.8.3claws13
14263
14264         * src/mainwindow.c
14265                 Made custom toolbar menu labels more consistent
14266         * src/prefs_toolbar.c
14267                 Made custom toolbar window title more consistent
14268
14269 2002-09-22 [colin]      0.8.3claws12
14270
14271         * src/inc.c
14272                 Initialize session type to normal before getting 
14273                 mail (fixes strange Get behaviour)
14274         * src/prefs_account.h
14275                 Move STYPE_POP_BEFORE_SMTP to last position to 
14276                 avoid other side-effects
14277
14278 2002-09-22 [colin]      0.8.3claws11
14279
14280         * src/prefs_account.c
14281                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14282                 from pop3 to apop or vice-versa
14283
14284 2002-09-22 [colin]      0.8.3claws10
14285         
14286         * src/prefs_account.[ch]
14287                 Add an option for the POP before SMTP timeout
14288         * src/inc.c
14289                 Remember time of last POP connection
14290         * src/send.c
14291                 Do POP before SMTP only if timeout reached
14292
14293 2002-09-22 [oliver]     0.8.3claws9
14294         
14295         * README.claws
14296                 explain custom toolbar
14297
14298 2002-09-22 [oliver]     0.8.3claws8
14299
14300         * src/prefs_actions.[ch]
14301         custom toolbar for compose      
14302                 actions callback from compose toolbar
14303         * src/folderview.c
14304                 remove include toolbar.h
14305
14306 2002-09-22 [oliver]     0.8.3claws7
14307         
14308         * src/prefs_toolbar.[ch]
14309                 custom toolbar for compose
14310                 - generic prefs_toolbar handles both
14311                   Mainwin's toolbar as well as Compose toolbar          
14312
14313 2002-09-22 [oliver]     0.8.3claws6
14314         
14315         * src/toolbar.[ch]
14316                 custom toolbar for compose
14317                 restructure toolbar.[ch]
14318
14319 2002-09-22 [oliver]     0.8.3claws5
14320
14321         * src/compose.[ch]
14322                 custom toolbar for compose
14323
14324 2002-09-22 [oliver]     0.8.3claws4
14325         
14326         * src/mainwindow.[ch]
14327                 custom toolbar for compose 
14328                 move mainwin toolbar back to mainwindow
14329
14330 2002-09-22 [alfons]     0.8.3claws3
14331
14332         * src/procmsg.c
14333                 :%sno/if(/if (/gc
14334                 :%sno/for(/for (/gc
14335                 (beautify)
14336
14337 2002-09-22 [alfons]     0.8.3claws2
14338         
14339         * src/procmsg.c
14340                 procmsg_save_to_outbox(): don't unlink message file from queue;
14341                 callers should do it using folder_item_remove_msg()
14342
14343 2002-09-22 [colin]      0.8.3claws1
14344
14345         * src/mimeview.[ch]
14346                 Made mimeview_check_signature() public
14347         * src/textview.c
14348                 Made GPG signatures verifiable by clicking
14349                 the [application/pgp-signature] in the Text
14350                 view
14351
14352 2002-09-22 [paul]       0.8.3claws
14353
14354         * po/bg.po
14355           po/en_GB.po
14356           po/es.po
14357           po/it.po
14358           po/pl.po
14359           po/pt_BR.po
14360           po/sr.po
14361                 updated translations, submitted by George Danchev,
14362                 me, Ricardo Mones Lastra, Alessandro Maestri,
14363                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14364                 and Urke MMI, respectively.     
14365
14366 2002-09-22 [alfons]     0.8.2claws65
14367
14368         * src/procmsg.c
14369         * src/pgptext.c
14370                 no furry valgrinds have been used to plug these memleaks
14371
14372 2002-09-20 [paul]       0.8.2claws64
14373
14374         * sync with 0.8.3cvs4
14375                 'Select thread' re-implemented 
14376                 see ChangeLog 2002-09-20
14377
14378 2002-09-21 [alfons]     0.8.2claws63
14379
14380         * src/compose.c
14381                 compose_send(): plug unnoticed memleak
14382
14383 2002-09-20 [alfons]     0.8.2claws62
14384
14385         * src/addr_compl.c
14386                 replace_address_in_edit(): strict check for NULL address to
14387                 fix "[ 607348 ] Segfault in address completion". My guess is
14388                 that this happens with an empty address book, but it's good
14389                 to have this check here anyway
14390                 
14391                 completion_window_button_press(): free string returned 
14392                 from the internal cache
14393
14394 2002-09-20 [christoph]  0.8.2claws61
14395
14396         * src/procmime.h
14397                 added ENC_BINARY to EncodingType
14398         * src/procmime.c
14399                 the string returned by procmime_get_encoding_str
14400                 should not depend on the order of values in the
14401                 EncodingType definition
14402         * doc-src/rfc1806.txt   ** NEW FILE **
14403                 Added rfc1806 about MIME Content-Disposition
14404                 Extension
14405
14406 2002-09-19 [paul]       0.8.2claws60
14407
14408         * sync with 0.8.2cvs3
14409                 see ChangeLog 2002-09-19
14410
14411 2002-09-19 [paul]       0.8.2claws59
14412
14413         * src/prefs_folder_item.c
14414                 revert to Darko's original alignment of colour
14415                 selector button
14416                 add a colon to folder_color label
14417                 
14418         * src/compose.c
14419                 add Colin's patch (with Hiro's modifications) to 
14420                 force BASE64 encoding for 8-bit text when signing
14421                 (sync with 0.8.3cvs2)
14422
14423 2002-09-18 [alfons]     0.8.2claws58
14424
14425         * src/compose.c
14426                 :%sno/if(/if (/gc
14427                 :%sno/for(/for (/gc
14428                 (beautify a little bit)
14429
14430 2002-09-18 [christoph]  0.8.2claws57
14431
14432         * src/pine.c
14433                 fix handling of fgetc return value
14434
14435 2002-09-17 [alfons]     0.8.2claws56
14436         
14437         * src/summaryview.c
14438                 summary_sort(): check non-NULL summaryview->folder_item when no 
14439                 folder is selected at all
14440                 (closes "[ 610344 ] sort label make syl Crash")
14441
14442 2002-09-17 [alfons]     0.8.2claws55
14443         
14444         * src/compose.c
14445                 beautify a little bit
14446
14447 2002-09-17 [christoph]  0.8.2claws54
14448
14449         * src/folder.c
14450                 initialize max values for cache and folder
14451                 when cache or folder is empty
14452
14453 2002-09-15 [colin]      0.8.2claws53
14454
14455         * src/compose.c
14456                 Fix a leak (thanks Alfons!) and cleaned
14457                 variables names for custom headers
14458
14459 2002-09-15 [colin]      0.8.2claws52
14460
14461         * src/compose.c
14462                 Fix custom headers recognition when
14463                 prefs_common.trans_hdr is on
14464
14465 2002-09-15 [colin]      0.8.2claws51
14466
14467         * src/compose.c
14468                 Allow dynamically-added custom headers
14469                 Yet not reparsed if reedited
14470
14471 2002-09-15 [alfons]     0.8.2claws50
14472
14473         * src/prefs_account.c
14474                 fix warnings
14475
14476 2002-09-15 [colin]      0.8.2claws49
14477         
14478         * src/prefs_account.c
14479                 fix pop_before_smtp sensitivity
14480
14481 2002-09-15 [colin]      0.8.2claws48
14482
14483         * src/inc.[ch]
14484                 add inc_pop_before_smtp()
14485                 allow MainWindow to be undefined in 
14486                 inc_account_mail() and inc_start()
14487         * src/pop.c
14488           src/prefs_account.h
14489                 add STYPE_POP_BEFORE_SMTP session type
14490         * src/prefs_account.c
14491                 activated pop before smtp option
14492         * src/send.c
14493                 do pop before smtp if the relevant option 
14494                 is set
14495
14496 2002-09-15 [paul]       0.8.2claws47
14497
14498         * sync with 0.8.3
14499                 see ChangeLog 2002-09-15
14500
14501 2002-09-14 [paul]       0.8.2claws46
14502
14503         * po/bg.po
14504                 updated Bulgarian translation, submitted by
14505                 George Danchev
14506
14507 2002-09-13 [paul]       0.8.2claws45
14508
14509         * src/compose.c
14510                 merge claws' select_account() with main's
14511                 (new) compose_select_account(). [sync with
14512                 0.8.2cvs15, see ChangeLog 2002-09-11]
14513
14514 2002-09-12 [christoph]  0.8.2claws44
14515
14516         * src/filter.c
14517                 allocate 1 elements of FolderItem not 0
14518
14519 2002-09-12 [colin]      0.8.2claws43
14520
14521         * src/compose.c
14522                 Fix bug #590825 (obey Follow-up: poster)
14523
14524 2002-09-12 [colin]      0.8.2claws42
14525
14526         * src/procmime.c
14527                 Fix bug #557009 (wrong headers for messages 
14528                 forwarded as attachments)
14529
14530 2002-09-11 [colin]      0.8.2claws41
14531         
14532         * src/compose.c
14533                 Put SCF: pseudo-header on top of message
14534                 Set draft tmp_flag when saved as draft
14535
14536         * src/procmsg.c
14537           src/procheader.c
14538                 Skip after first \n\n for beginning of real message
14539                 for drafts too
14540
14541 2002-09-11 [christoph]  0.8.2claws40
14542
14543         * src/filtering.c
14544                 use procmsg flag functions in filtering or processing
14545                 will cause incorrect folder message counts
14546
14547 2002-09-11 [colin]      0.8.2claws39
14548
14549         * src/compose.c
14550                 Fix bug #550175 - wrong save folder when reediting
14551                 drafts
14552
14553 2002-09-11 [paul]       0.8.2claws38
14554
14555         * sync with 0.8.2cvs14
14556                 see ChangeLog 2002-09-11
14557
14558 2002-09-11 [colin]      0.8.2claws37
14559
14560         * src/folder.c
14561                 Fix a typo (seeming to cause new/unread status to
14562                 be lost)
14563
14564 2002-09-10 [christoph]  0.8.2claws36
14565
14566         * src/compose.c
14567                 compose_redirect should not use compose_generic_new
14568                 because that does more stuff than expected including
14569                 opening the external editor
14570                 (closes bug "[ 526608 ] bounced messages appear blank
14571                  in editor")
14572
14573 2002-09-10 [christoph]  0.8.2claws35
14574
14575         * src/folder.c
14576                 fix problem with too large message number range
14577                 causing a crash in folder_item_scan
14578
14579 2002-09-10 [paul]       0.8.2claws34
14580
14581         * sync with 0.8.2cvs13
14582                 see ChangeLog 2002-09-10
14583
14584 2002-09-10 [christoph]  0.8.2claws33
14585
14586         * src/msgcache.c
14587                 set MsgInfo TmpFlags for queue and draft folders
14588                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14589
14590 2002-09-10 [paul]       0.8.2claws32
14591
14592         * AUTHORS
14593           po/bg.po      ** NEW FILE **
14594                 new Bulgarian translation submitted by
14595                 George Danchev <danchev@spnet.net>
14596                 
14597         * tools/Makefile.am
14598           tools/README
14599           tools/tb2sylpheed     ** NEW FILE **
14600                 add script that converts an addressbook exported
14601                 from The Bat! into a Sylpheed addressbook. Submitted
14602                 by Urke MMI <urke-kg@eunet.yu>
14603
14604 2002-09-10 [paul]       0.8.2claws31
14605
14606         * sync with 0.8.2cvs12
14607                 see ChangeLog 2002-09-10
14608
14609 2002-09-06 [paul]       0.8.2claws30
14610
14611         * src/prefs_common.c
14612                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14613                 
14614         * tools/Makefile.am
14615           tools/README
14616           tools/ldif-to-xml.py  ** REMOVED **
14617                 remove obsolete python script
14618
14619 2002-09-06 [paul]       0.8.2claws29
14620
14621         * sync with 0.8.2cvs10
14622                 see ChangeLog 2002-09-06
14623
14624 2002-09-04 [paul]       0.8.2claws28
14625
14626         * sync with 0.8.2cvs9
14627                 see ChangeLog 2002-08-04
14628
14629 2002-09-04 [colin]      0.8.2claws27 
14630
14631         * src/prefs_common.[ch]
14632                 Added signature color configuration
14633         * src/textview.c
14634                 Use user-specified signature color
14635
14636 2002-09-03 [colin]      0.8.2claws26
14637
14638         * src/prefs_common.[ch]
14639                 Added autosave and autosave_length prefs
14640         * src/compose.c
14641                 Added compose_remove_draft()
14642                 Auto-save drafts according to the prefs
14643         * src/main.c
14644                 Added a crash-indicator file, allowing to check
14645                 for new messages on startup if Sylpheed crashed
14646                 (makes saved drafts "reappear")
14647
14648 2002-09-03 [colin]      0.8.2claws25
14649
14650         * src/textview.[ch]
14651                 Grey the signature
14652
14653 2002-09-03 [paul]       0.8.2claws24
14654
14655         * sync with 0.8.2cvs8
14656                 see ChangeLog 2002-09-02 and 2002-09-03
14657
14658 2002-09-03 [darko]      0.8.2claws23
14659
14660         * src/folderview.c
14661                 use normal style when creating new folder to pick
14662                 proper font size 
14663
14664 2002-09-02 [melvin]     0.8.2claws22
14665
14666         * src/gtkaspell.m4
14667                 removed some obsolete code
14668
14669 2002-09-02 [melvin]     0.8.2claws21
14670
14671         * ac/aspell.m4
14672                 fixed test's equality sign (== to =)
14673
14674 2002-09-02 [alfons]     0.8.2claws20
14675
14676         * src/folder.c
14677         * src/mh.c
14678                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14679                 as folder->destroy virtual as suggested by Hiro
14680                 (the mh.c code seems to have been lost around mh.c.1.21)
14681
14682 2002-09-02 [paul]       0.8.2claws19
14683
14684         * po/pt_BR.po
14685                 updated by Fabio Jr. Beneditto
14686                 
14687         * src/defs.h
14688                 use 'http://claws.sylpheed.org' for homepage link. 
14689                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14690
14691 2002-09-01 [alfons]     0.8.2claws18
14692
14693         * src/mh.c
14694                 plug memleak related to one Martin Kluge found
14695
14696 2002-08-31 [paul]       0.8.2claws17
14697
14698         * sync with 0.8.2cvs6
14699                 see ChangeLog 2002-08-30
14700
14701 2002-08-31 [alfons]     0.8.2claws16
14702
14703         * src/folder.c
14704                 folder_destroy(): remove mailbox from folderlist even if it has
14705                 no destroy virtual
14706
14707 2002-08-31 [alfons]     0.8.2claws15
14708
14709         * src/folder.c
14710                 :%sno/if(/if (/gc
14711                 :%sno/for(/for (/gc
14712                 (being pedantic I know)
14713
14714 2002-08-31 [alfons]     0.8.2claws14
14715
14716         * src/folder.c
14717                 check for NULL pointers returned from folder->fetch_msginfo virtual
14718                 (should solve some reported crashes)
14719
14720 2002-08-30 [alfons]     0.8.2claws13
14721
14722         * acconfig.h
14723         * configure.in
14724         * src/crash.c
14725                 enable crash dialog on compilation time
14726                 (--enable-crash-dialog configure option)
14727
14728 2002-08-30 [alfons]     0.8.2claws12
14729
14730         * AUTHORS
14731                 add Martin Kluge
14732         * src/mh.c
14733                 apply memory leak plug patch by Martin Kluge
14734                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14735                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14736                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14737
14738 2002-08-30 [darko]      0.8.2claws11
14739
14740         * src/folderview.c
14741                 copy Gtk style from normal style to match
14742                 font size for coloured folders
14743
14744 2002-08-29 [alfons]     0.8.2claws10
14745
14746         * sylpheed.desktop
14747                 Type=Internet <- Type=Application
14748                 (reported by Michael Schwendt, see:
14749                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14750                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14751
14752 2002-08-29 [paul]       0.8.2claws9
14753
14754         * sync with 0.8.2cvs5
14755                 see ChangeLog 2002-08-29
14756
14757 2002-08-29 [colin]      0.8.2claws8
14758
14759         * src/summaryview.c
14760                 Added a sanity check in summary_select_thread
14761                 Should fix bug 601605
14762
14763 2002-08-29 [colin]      0.8.2claws7
14764
14765         * src/main.c
14766                 Revert claws6 changes regarding bug #591676
14767
14768 2002-08-28 [colin]      0.8.2claws6
14769         
14770         * src/main.c
14771                 Ignore cache for queue folderitems
14772                 Fix bug #591676
14773
14774 2002-08-28 [melvin]     0.8.2claws5
14775
14776         * README.claws
14777                 Fixed typos.
14778
14779 2002-08-28 [melvin]     0.8.2claws4
14780
14781         * README.claws
14782                 Updated a bit the text concerning the spell checker
14783
14784 2002-08-28 [melvin]     0.8.2claws3
14785
14786         Merged the GNU_aspell_branch:
14787                 Support of new GNU/aspell is now included and the old pspell
14788                 is not supported anymore.
14789                 See README.claws
14790
14791         * README.claws
14792                 Updated spell checker text to reflect the switch to GNU/aspell
14793
14794         * ac/aspell.m4          *** NEW ***
14795         * src/gtkaspell.[ch]    *** NEW *** 
14796         * ac/pspell.m4          *** DELETED *** 
14797         * src/gtkspell.[ch]     *** DELETED ***
14798
14799         * ac/Makefile.am
14800                 Updated for GNU/aspell support
14801
14802         * po/POTFILES.in
14803                 Replaced gtkspell.c by gtkaspell.c
14804
14805         * acconfig.h
14806         * src/Makefile.am
14807         * src/about.c
14808         * src/compose.[ch]
14809         * src/crash.c
14810         * src/main.c
14811         * src/prefs_common.[ch]
14812                 Updated for GNU/aspell support
14813
14814 2002-08-28 [paul]       0.8.2claws2
14815
14816         * sync with 0.8.2cvs4
14817                 see ChangeLog 2002-08-27 and 2002-08-28
14818
14819 2002-08-28 [colin]      0.8.2claws1
14820
14821         * src/summary_search.c
14822                 Added "AND search"
14823
14824 2002-08-28 [jens]       0.8.2claws
14825
14826         *po/de.po
14827                 Updated German translations
14828
14829 2002-08-27 [melvin]     0.8.2claws
14830
14831         * po/fr.po
14832                 Updated French translations
14833
14834 2002-08-27 [paul]       0.8.2claws
14835
14836         * sync with 0.8.2 main release
14837
14838         * po/en_GB.po
14839           po/es.po
14840           po/it.po
14841           po/pl.po
14842           po/pt_BR.po
14843           po/sr.po
14844                 updated message catalogs submitted by
14845                 Ricardo Mones Lastra, Alessandro Maestri,
14846                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14847                 Beneditto and Urke MMI  
14848
14849 2002-08-27 [hoa]        0.8.1claws123
14850
14851         * src/mainwindow.[ch]
14852         * src/summaryview.[ch]
14853                 removed the "filter setting" menu option.
14854                 add a "cancel a news message" menu option.
14855
14856 2002-08-26 [martin]     0.8.1claws122
14857
14858         * ChangeLog.claws
14859                 changed string under 0.8.1claws79 changed by myself
14860                 i'm sorry alfons :(
14861
14862 2002-08-26 [martin]     0.8.1claws121
14863
14864         * src/crash.c
14865                 added kill command to debuggerrc to start crash dialog
14866
14867 2002-08-26 [paul]       0.8.1claws120
14868
14869         * sync with 0.8.1cvs31
14870                 see ChangeLog 2002-08-26
14871
14872 2002-08-25 [alfons]     0.8.1claws119
14873
14874         * src/procmsg.c
14875                 fix bug that didn't send out correct headers to news server
14876                 when sending news article and email from queue (bug reported
14877                 and patch provided by Tim Mann; closes bug 
14878                 "[ 583196 ] 0.7.8claws can't post news")
14879
14880 2002-08-25 [alfons]     0.8.1claws118
14881
14882         * src/selective_download.c
14883                 mark two strings as translatable
14884                 (thanks to Urke MMI for pointing this out)
14885
14886 2002-08-25 [alfons]     0.8.1claws117
14887
14888         * src/summaryview.c
14889                 treat sent boxes as special and allow sorting them by addressee
14890                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14891                 submitted by Steve Lamb)
14892
14893 2002-08-24 [alfons]     0.8.1claws116
14894
14895         * src/matcher.c
14896                 fix memleak reported by Martin Kluge
14897                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14898
14899 2002-08-24 [oliver]     0.8.1claws115
14900
14901         * src/prefs_toolbar.c
14902                 o code cleanup as suggested by Alfons
14903                 o memleak fix
14904
14905 2002-08-24 [alfons]     0.8.1claws114
14906
14907         * src/summaryview.c
14908                 o fix another memory leak reported by Martin Kluge
14909                   (see "[ 599568 ] Small Memory Leak")
14910                 o remove 'from' variable from 'summary_set_header()'; we can
14911                   do with just 'to' 
14912
14913 2002-08-24 [paul]       0.8.1claws113
14914
14915         * sync with 0.8.1cvs30
14916                 see ChangeLog 2002-08-23
14917
14918 2002-08-24 [alfons]     0.8.1claws112
14919
14920         * src/summaryview.c
14921                 remove unnecessary allocations for search bar fixing leaks
14922                 reported by Martin Kluge
14923                 (see "[ 599451 ] Further memory leaks?")
14924
14925 2002-08-24 [alfons]     0.8.1claws111
14926
14927         * src/main.c
14928                 make get_socket_name() public for crash.c
14929         * src/crash.c
14930                 o make report bug button work (goes to claws' 
14931                   bug tracker at sf.net)
14932                 o introduce function for doing important stuff just
14933                   before claws goes down
14934                 o clean up code 
14935
14936 2002-08-24 [alfons]     0.8.1claws110
14937
14938         * src/compose.c
14939                 move cursor to "To" entry when forwarding as attachment
14940                 (reported and solved by Steve Lamb, closes bug report
14941                 "[ 592880 ] Forward as attachment; cursor not in to")
14942
14943 2002-08-24 [colin]      0.8.1claws109
14944
14945         * src/mainwindow.c
14946                 fix quick search visibility after GUI (de)separations.
14947
14948 2002-08-23 [colin]      0.8.1claws108
14949
14950         * src/mainwindow.c
14951                 fix header pane visibility after folderview or
14952                 messageview (de)separation
14953
14954 2002-08-23 [paul]       0.8.1claws107
14955
14956         * src/mainwindow.[ch]
14957           src/toolbar.c
14958                 give full control of display or non-display 
14959                 of the Execute icon to Custom toolbar settings.
14960                 add new sensitivity condition to maninwindow.h: 
14961                 M_DELAY_EXEC
14962
14963         * ChangeLog
14964           ChangeLog.jp
14965           NEWS
14966                 more sync with 0.8.1cvs29
14967
14968 2002-08-23 [melvin]     0.8.1claws106
14969
14970         * src/alertpanel.c
14971                 Readded support for custom widget in alertpanel lost in last
14972                 sync.
14973
14974 2002-08-23 [paul]       0.8.1claws105
14975
14976         * sync with 0.8.1cvs29
14977                 see ChangeLog 2002-08-23
14978
14979 2002-08-23 [colin]      0.8.1claws104
14980
14981         * src/summaryview.c
14982                 Fix folder and search pixmaps exchanging positions
14983                 after theme or toolbar changes. Thank to Oliver for 
14984                 reporting this.
14985
14986 2002-08-23 [colin]      0.8.1claws103
14987
14988         * src/mainwindow.c
14989           src/messageview.[ch]
14990           src/noticeview.[ch]
14991           src/summaryview.c
14992                 Changed messageview_create() and noticeview_create()
14993                 to avoid the last gdk_warning
14994
14995 2002-08-22 [colin]      0.8.1claws102
14996
14997         * src/summaryview.c
14998                 Fix my new `Creating pixmap from xpm' warning
14999
15000 2002-08-22 [colin]      0.8.1claws101
15001
15002         * src/mainwindow.c
15003                 Fix some of the gdk warnings
15004
15005 2002-08-22 [colin]      0.8.1claws100
15006
15007         * src/Makefile.am
15008         * src/stock_pixmap.c
15009         * src/stock_pixmap.h
15010         * src/pixmaps/quicksearch.xpm *ADDED*
15011                 Add the quicksearch pixmap
15012         * src/mainwindow.c
15013         * src/summaryview.c
15014         * src/summaryview.h
15015                 Make quicksearch bar visible/hidden via a button
15016
15017 2002-08-22 [christoph]  0.8.1claws99
15018
15019         * src/folder.c
15020                 fix folder update for newsgroups with message
15021                 numbers below minimum number of articles to fetch
15022                 (closes bug #598445)
15023
15024 2002-08-22 [paul]       0.8.1claws98
15025
15026         * sync with 0.8.1cvs28
15027                 see ChangeLog 2002-08-22
15028
15029 2002-08-21 [alfons]     0.8.1claws97
15030
15031         * src/crash.c
15032                 use bt instead of bt full which seems to work 
15033                 better, and bt full doesn't give a great deal 
15034                 of information anyway
15035
15036 2002-08-21 [colin]      0.8.1claws96
15037
15038         * src/summaryview.c
15039                 fix summaryview_searchtype_changed prototype
15040
15041 2002-08-21 [christoph]  0.8.1claws95
15042
15043         * src/mainwindow.c
15044                 o fix broken menu update for sorting type, we have to
15045                   get this info from the summaryview now
15046                 o removed setting of threaded state in menu callback
15047         * src/summaryview.[ch]
15048                 more summaryview/folderitem seperation for
15049                 threading option
15050         * configure.in
15051                 removed not required --with-compiler-flags option
15052
15053 2002-08-21 [oliver]     0.8.1claws94
15054         
15055         * src/toolbar.h 
15056                 o rename toolbar.xml to toolbar_main.xml
15057                   since toolbar_compose.xml might come up 
15058                   any time soon
15059         * README.claws
15060                 add custom toolbar              
15061
15062 2002-08-21 [darko]      0.8.1claws93
15063
15064         * src/procmsg.c
15065                 don't reset tmp flags for messages copied
15066                 to sent folder
15067
15068 2002-08-21 [colin]      0.8.1claws92
15069         
15070         * src/prefs_filtering.c
15071                 fix renaming rules on folder rename 
15072                 when folder is not a leaf folder
15073
15074 2002-08-21 [paul]       0.8.1claws91
15075
15076         * src/prefs_folder_item.c
15077                 fix alignment of colour selector
15078
15079 2002-08-21 [paul]       0.8.1claws90
15080
15081         * sync with 0.8.1cvs27
15082                 see ChangeLog 2002-08-21
15083
15084 2002-08-21 [paul]       0.8.1claws89
15085
15086         * src/summaryview.c
15087                 fix crash when changing field type in
15088                 Quick search bar
15089
15090 2002-08-21 [colin]      0.8.1claws88
15091
15092         * src/summaryview.c
15093                 Made quick search case-insensitive
15094
15095 2002-08-21 [paul]       0.8.1claws87
15096
15097         * sync with 0.8.1cvs26
15098                 see ChangeLog 2002-08-21
15099
15100 2002-08-20 [christoph]  0.8.1claws86
15101
15102         * src/folderview.c
15103         * src/main.c
15104         * src/summaryview.[ch]
15105                 more summaryview/folderitem seperation for
15106                 sort_key and sort_type
15107         * src/procmsg.c
15108                 added missing return statement
15109
15110 2002-08-20 [colin]      0.8.1claws85
15111
15112         * src/summaryview.[ch]
15113                 Added a quick search box
15114         * src/mainwindow.c
15115         * src/prefs_common.[ch]
15116                 Added a show/hide option for the quick search
15117
15118 2002-08-20 [oliver]     0.8.1claws84
15119         
15120         * src/mainwindow.c
15121                 remove toolbar_create_popups
15122         * src/toolbar.[ch]
15123                 o remove toolbar_create_popups
15124                 o fix toolbar_set_sensitive 
15125                   (Bug reports #596834 and #596832)     
15126         * src/prefs_toolbar.c
15127                 o add "Set default" button
15128                 o align label and text + combo widgets
15129
15130 2002-08-20 [hoa]        0.8.1claws83bis
15131
15132         * src/imap.c
15133                 fixed a bug in imap_fetch_msginfo() in case there is no
15134                 current folder.
15135
15136 2002-08-20 [darko]      0.8.1claws83
15137
15138         * src/folderview.c
15139                 copy the color style of folder view so it
15140                 works with GTK themes
15141
15142 2002-08-20 [darko]      0.8.1claws82
15143
15144         * src/folder.h
15145         * src/folderview.c
15146         * src/prefs_folder_item.[hc]
15147                 don't use UI stuff in folder.h
15148
15149 2002-08-20 [darko]      0.8.1claws81
15150
15151         * src/folder.h
15152         * src/prefs_folder_item.h
15153         * src/folderview.c
15154         * src/prefs_folder_item.c
15155                 ability to set folder color in folderview
15156
15157 2002-08-19 [alfons]     0.8.1claws80
15158
15159         * src/summaryview.c
15160                 fix one of the earlier memleaks reported by Martin Kluge
15161
15162 2002-08-19 [alfons]     0.8.1claws79
15163
15164         * src/mainwindow.c
15165                 hide notice view when selecting seperate folder
15166                 view (reported by Urke MMI)
15167
15168 2002-08-19 [christoph]  0.8.1claws78
15169
15170         * src/folderview.c
15171         * src/prefs_folder_item.h
15172         * src/summaryview.[ch]
15173                 o add summary_set_prefs_from_folderitem to set
15174                   summaryview prefs (first step to remove all
15175                   references to the folderitem in summaryview)
15176                 o moved compiled regex stuff from folderitem prefs
15177                   to summaryview code
15178
15179 2002-08-19 [paul]       0.8.1claws77
15180
15181         * src/compose.c
15182                 add check for '.' to QUOTE_IF_REQUIRED
15183
15184 2002-08-19 [paul]       0.8.1claws76
15185
15186         * src/inc.c
15187                 sync with 0.8.1cvs25 (plug memory leak)
15188
15189         * src/prefs_toolbar.c
15190                 re-order prefs_toolbar_cancel()
15191
15192 2002-08-18 [alfons]     0.8.1claws75
15193
15194         * src/inc.c
15195         * src/matcher.c
15196                 plug other memleaks reported by Martin Kluge
15197
15198 2002-08-18 [paul]       0.8.1claws74
15199
15200         * po/pt_BR.po
15201                 updated by Fabio Jr. Beneditto
15202
15203 2002-08-18 [paul]       0.8.1claws73
15204
15205         * src/toolbar.[ch]
15206                 fix bug where tooltips were displayed untranslated              
15207
15208         * src/prefs_toolbar.c
15209                 fix bug where clicking 'Cancel' creates an icon & text
15210                 toolbar regardless of prefs
15211         
15212
15213 2002-08-17 [oliver]     0.8.1claws72
15214
15215         * src/prefs_toolbar.c
15216                 update toolbar on CANCEL
15217                 bug reported by Martin Kluge
15218         * src/toolbar.c
15219                 toolbar_destroy memleak fixed           
15220
15221 2002-08-17 [alfons]     0.8.1claws71
15222
15223         * src/toolbar.c
15224                 plug another memleak reported by Martin Kluge
15225
15226 2002-08-16 [alfons]     0.8.1claws70
15227
15228         * src/crash.c
15229                 use execvp() correctly (suggested by wwp; thanks!)
15230
15231 2002-08-16 [alfons]     0.8.1claws69
15232
15233         * src/gtksctree.c
15234                 plug memory leak reported by Kim Schultz & Martin Kluge
15235
15236 2002-08-16 [paul]       0.8.1claws68
15237
15238         * po/es.po
15239                 updated by Ricardo Mones Lastra
15240
15241 2002-08-16 [paul]       0.8.1claws67
15242
15243         * src/toolbar.h
15244                 fix bug where 'Compose News' icon showed wrong
15245                 tooltip
15246
15247 2002-08-16 [paul]       0.8.1claws66
15248
15249         * sync with 0.8.1cvs24
15250                 see ChangeLog 2002-08-16
15251
15252         * po/it.po
15253                 updated by Alessandro Maestri
15254
15255 2002-08-15 [paul]       0.8.1claws65
15256
15257         * po/sr.po
15258                 updated by Urke MMI
15259
15260 2002-08-15 [paul]       0.8.1claws64
15261
15262         * src/*.c
15263                 don't translate debug info
15264
15265         * src/matcher.[ch]
15266                 add copyright info
15267
15268 2002-08-15 [paul]       0.8.1claws63
15269
15270         * src/prefs_toolbar.c
15271                 fix bug where clicking 'OK' creates an icon & text
15272                 toolbar regardless of prefs
15273
15274 2002-08-14 [alfons]     0.8.1claws62
15275
15276         * src/main.c
15277                 add global var that has the full argv[0]
15278         * src/crash.c
15279                 o execvp the correct sylpheed by using argv0
15280                   and setting the correct work dir
15281                 o other tweaks  
15282
15283 2002-08-14 [oliver]     0.8.1claws61
15284         
15285         * enable/disable Toolbar Action Buttons 
15286         * code cleanups
15287         * src/mainwindow.c
15288         * src/toolbar.[ch]      
15289         * src/prefs_toolbar.c   
15290
15291 2002-08-14 [melvin]     0.8.1claws60
15292
15293         * po/fr.po
15294                 Updated French translations
15295
15296 2002-08-14 [melvin]     0.8.1claws59
15297
15298         * src/crash.c
15299                 Made bug report not translatable
15300         * src/exporthtml.c
15301                 Fixed exporthtml_build_filespec() return value
15302         * src/foldersel.c
15303                 Fixed incorrect include file
15304         * src/gtkspell.c
15305         * src/prefs_actions.c
15306         * src/prefs_toolbar.c
15307                 Made debug info not translatable
15308         * src/mutt.c
15309         * src/quote_fmt.c
15310                 Added missing includes
15311         * src/prefs_common.c
15312                 Fixed typo
15313
15314 2002-08-14 [paul]       0.8.1claws58
15315
15316         * faq/es/sylpheed-faq.html
15317           faq/es/sylpheed-faq-[1-3].html
15318           faq/es/sylpheed-faq-4.html     **NEW FILE **
15319                 update Spanish FAQ
15320
15321 2002-08-13 [christoph]  0.8.1claws57
15322
15323         * src/procmsg.c
15324                 ignore thread fix that did not mark all
15325                 child nodes of a ignored thread as
15326                 ignored. Does not work perfectly yet,
15327                 but it is better now
15328
15329 2002-08-13 [alfons]     0.8.1claws56
15330
15331         * src/crash.c
15332                 o implement 'save crash log'
15333                 o some tweaks
15334
15335 2002-08-13 [melvin]     0.8.1claws55
15336
15337         * src/main.c
15338                 removed unrequired "execinfo.h" header
15339
15340 2002-08-12 [paul]       0.8.1claws54
15341
15342         * faq/en/sylpheed-faq.html
15343           faq/en/sylpheed-faq-[1-3].html
15344           faq/en/sylpheed-faq-4.html     **NEW FILE **
15345                 update English FAQ
15346
15347 2002-08-12 [alfons]     0.8.1claws53
15348
15349         * po/POTFILES.in
15350                 add crash.c to translatables
15351         * src/crash.c
15352                 bring in Leandro's crash dialog
15353
15354 2002-08-11 [alfons]     0.8.1claws52
15355
15356         * src/crash.c
15357                 clean up some warnings
15358
15359 2002-08-11 [alfons]     0.8.1claws51
15360
15361         * acconfig.h
15362         * configure.in
15363         * src/crash.[ch]        ** NEW FILES **
15364         * src/main.c            
15365                 initial gdb crash handler
15366
15367 2002-08-11 [paul]       0.8.1claws50
15368
15369         * src/prefs_toolbar.c
15370                 replace Up/Down arrow pixmaps with text to be
15371                 consistent across icon themes
15372
15373 2002-08-11 [paul]       0.8.1claws49
15374
15375         * src/prefs_common.c
15376           src/prefs_toolbar.c
15377                 rename 'Pixmap' -> 'Icon'
15378
15379         * src/toolbar.[ch]
15380                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15381
15382 2002-08-10 [paul]       0.8.1claws48
15383
15384         * src/prefs_toolbar.c
15385                 re-work the UI
15386
15387 2002-08-10 [paul]       0.8.1claws47
15388
15389         * src/main.c
15390                 don't write Processing progress to status bar
15391                 patch submitted by Alexander Evseev
15392
15393         * src/prefs_toolbar.c
15394                 re-position and resize window
15395                 make window assume correct size on first call
15396
15397 2002-08-10 [paul]       0.8.1claws46
15398
15399         * src/mainwindow.c
15400           src/prefs_toolbar.c
15401           src/toolbar.c
15402           src/toolbar.h
15403                 obey coding style
15404                 follow UI text conventions
15405
15406 2002-08-10 [alfons]     0.8.1claws45
15407
15408         * src/toolbar.c
15409                 correct pixmap for delete action
15410
15411 2002-08-10 [paul]       0.8.1claws44
15412
15413         * po/pt_BR.po
15414                 updated by Fabio Jr. Beneditto
15415
15416 2002-08-10 [paul]       0.8.1claws43
15417
15418         * po/POTFILES.in
15419                 add custom toolbar files
15420
15421 2002-08-10 [paul]       0.8.1claws42
15422
15423         * sync with 0.8.1cvs22
15424                 see ChangeLog 2002-08-09
15425
15426 2002-08-09 [paul]       0.8.1claws41
15427
15428         * tools/Makefile.am
15429           tools/README
15430           tools/outlook2sylpheed.pl     ** NEW FILE **
15431                 add script to convert exported Outlook
15432                 contacts list to a Sylpheed addressbook.
15433                 Submitted by Ricardo Mones Lastra.
15434
15435 2002-08-09 [paul]       0.8.1claws40
15436
15437         * AUTHORS
15438           configure.in
15439           po/sr.po      ** NEW FILE **
15440                 add Serbian message catalog. Submitted by
15441                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15442
15443 2002-08-09 [paul]       0.8.1claws39
15444
15445         * sync with 0.8.1cvs21
15446                 see ChangeLog 2002-08-08
15447
15448 2002-08-08 [oliver]     0.8.1claws38
15449
15450         * src/mainwindow.c
15451                 move Custom Toolbar to Configuration menu
15452
15453 2002-08-08 [oliver]     0.8.1claws37
15454
15455         * src/prefs_toolbar.c
15456                 fix substitute pixmap bug
15457
15458 2002-08-08 [paul]       0.8.1claws36
15459
15460         * sync with 0.8.1cvs19
15461                 see ChangeLog 2002-08-08
15462
15463 2002-08-07 [christoph]  0.8.1claws35
15464
15465         * src/utils.c
15466                 fixed a memory leak in new canonicalize_file_replace
15467
15468 2002-08-07 [christoph]  0.8.1claws34
15469
15470         * src/utils.[ch]
15471                 o canonicalize_file_replace should create the temporary
15472                   file in the same directory as the original file.
15473                 o added get_tmpfile_in_dir that creates a temorary file
15474                   in a specified directory.
15475
15476 2002-08-07 [melvin]     0.8.1claws33
15477
15478         * src/toolbar.c
15479                 fixed bug where 'Article' button acted as 'Email' button.
15480
15481 2002-08-07 [paul]       0.8.1claws32
15482
15483         * sync with 0.8.1.cvs17
15484                 see ChangeLog 2002-08-07
15485
15486 2002-08-07 [colin]      0.8.1claws31
15487         
15488         * src/news.c
15489                 fix mass-cancel problem
15490
15491 2002-08-07 [thorsten]   0.8.1claws30
15492
15493         * src/prefs_toolbar.c
15494                 fix: crash on replace or add new button
15495         * src/toolbar.c
15496                 fix: close xmlfile after reading
15497         * src/utils.c
15498                 fix: unlink() file before rename()
15499
15500 2002-08-06 [paul]       0.8.1claws29
15501
15502         * sync with 0.8.cvs15
15503                 see ChangeLog 2002-08-06
15504
15505 2002-08-06 [oliver]     0.8.1claws28
15506
15507         * src/toolbar.c
15508         * src/prefs_toolbar.c
15509                 fixed empty toolbar issue
15510
15511 2002-08-06 [oliver]     0.8.1claws27
15512
15513         * Custom Toolbar Final 
15514         * src/folderview.c
15515         * src/inc.c
15516         * src/summaryview.c
15517                 o toolbar stuff now lives in src/toolbar.[ch]
15518                 o main_window_toolbar_* functions are renamed to
15519                   toolbar_* reflecting their new source file
15520         * src/mainwindow.[ch]
15521                 o remove toolbar stuff  
15522
15523 2002-08-06 [oliver]     0.8.1claws26
15524         
15525         * src/Makefile.am
15526         * src/prefs_toolbar.[ch]        **New File**
15527         * src/toolbar.[ch]              **New File**
15528                 o prefs_toolbar.[ch] custom toolbar frontend
15529                 o toolbar.[ch]       backend 
15530
15531 2002-08-06 [oliver]     0.8.1claws25
15532
15533         * src/prefs_actions.[ch]
15534                 o new exported function actions_execute
15535
15536 2002-08-06 [paul]       0.8.1claws24
15537
15538         * sync with 0.8.1cvs4
15539                 see ChangeLog 2002-08-06
15540
15541 2002-08-06 [paul]       0.8.1claws23
15542
15543         * sync with 0.8.1cvs13
15544                 see ChangeLog 2002-08-06
15545
15546 2002-08-06 [paul]       0.8.1claws22
15547
15548         * sync with 0.8.1cvs12
15549                 see ChangeLog 2002-08-05 and 2002-08-06
15550
15551 2002-08-06 [match]      0.8.1claws21
15552
15553         * src/addrclip.c
15554                 improvements to cut/copy/paste address
15555
15556 2002-08-05 [match]      0.8.1claws20
15557
15558         * src/addritem.[ch]
15559         * src/addrcache.c
15560         * src/addrbook.c
15561         * src/editaddress.c
15562         * src/addressbook.c
15563                 fixes to improve cut/copy/paste
15564
15565 2002-08-06 [melvin]     0.8.1claws19
15566
15567         * src/account.[ch]
15568                 account_find_all_from_address(): new function that returns the
15569                 list of all accounts that are matched in an address.
15570         * src/alertpanel.[ch]
15571                 alertpanel() now accepts a custom widget
15572                 alertpanel_with_widget(): new function that pops up a panel with
15573                 a custom widget in it 
15574         * src/gtkutils.[ch]
15575                 gtkut_account_menu_new(): new function that allows the selection
15576                 of an account from a list of accounts.
15577         * src/messageview.c
15578                 Extended Return Receipt notification to select the correct 
15579                 account and to make a security test on the Delivery-Notification
15580                 address which should be the same as the Return-Path.
15581
15582 2002-08-06 [thorsten]   0.8.1claws18
15583
15584         * src/mimeview.c
15585                 attach_all: save unnamed as "noname.%d",
15586                 dont free static dirname
15587
15588 2002-08-05 [alfons]     0.8.1claws17
15589
15590         * configure.in
15591                 detect XIM by trying to link rather than compile a XIM program
15592
15593 2002-08-05 [oliver]     0.8.1claws16
15594                 
15595         * src/stock_pixmap.[ch]
15596                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15597                 o new func to retrieve pixmaps
15598
15599 2002-08-05 [paul]       0.8.1claws15
15600
15601         * sync with 0.8.1cvs10
15602                 see ChangeLog 2002-08-05
15603
15604 2002-08-04 [alfons]     0.8.1claws14
15605
15606         * src/textview.c
15607                 see if this plugs memleak
15608
15609 2002-08-04 [melvin]     0.8.1claws13
15610
15611         * src/gtkspell.c
15612                 fixed bug that could crash Sylpheed when highlighting
15613                 all misspelled words.
15614
15615 2002-08-03 [melvin]     0.8.1claws12
15616
15617         * src/prefs_actions.c
15618                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15619         * src/messageview.c
15620                 fixed bug where the Return Receipt was sent to
15621                 Delivery-Notification-To address even if it was not present
15622
15623 2002-08-02 [alfons]     0.8.1claws11
15624
15625         * src/prefs_actions.c
15626                 o more check for NULLs
15627                 o put create_io_dialog() in right conditional block
15628
15629 2002-08-02 [paul]       0.8.1claws10
15630
15631         * po/es.po
15632                 updated by Ricardo Mones Lastra
15633
15634 2002-08-01 [christoph]  0.8.1claws9
15635
15636         * src/folder.c
15637                 don't free the cache of the opened
15638                 folder in the summaryview
15639         * src/summaryview.c
15640                 don't unset flags, if it is not required
15641
15642 2002-08-01 [paul]       0.8.1claws8
15643
15644         * sync with 0.8.1cvs8
15645                 see ChangeLog entry 2002-08-01
15646
15647 2002-08-01 [paul]       0.8.1claws7
15648
15649         * sync with 0.8.1cvs7
15650                 see ChangeLog 2002-07-31 and 2002-08-01
15651
15652 2002-07-31 [christoph]  0.8.1claws6
15653
15654         * src/mainwindow.c
15655                 forgot to update menu sensitivity
15656                 function for new menu entry
15657
15658 2002-07-31 [alfons]     0.8.1claws5
15659
15660         * src/main.c
15661                 check folder item and its path for NULL on
15662                 initial processing
15663
15664 2002-07-31 [christoph]  0.8.1claws4
15665
15666         * src/folder.c
15667                 check if folder_item_get_msginfo in
15668                 folder_item_remove_msg returned NULL
15669         * src/imap.c
15670                 better clear the uid cache in the
15671                 uid validity check function and delete
15672                 cached messages
15673
15674 2002-07-31 [paul]       0.8.1claws3
15675
15676         * man/sylpheed.1
15677                 add the '--attach' option and a few other
15678                 minor changes
15679
15680 2002-07-31 [paul]       0.8.1claws2
15681
15682         * sync with 0.8.1cvs5
15683                 see ChangeLog 2002-07-31
15684
15685 2002-07-31 [christoph]  0.8.1claws1
15686
15687         * src/folderview.[ch]
15688         * src/mainwindow.c
15689                 replace "Rescan all folders..." with
15690                 "Check all folders for new messages..."
15691
15692 2002-07-30 [paul]       0.8.1claws
15693
15694         * version 0.8.1claws released
15695
15696 2002-07-30 [paul]       0.8.0claws29
15697
15698         * tools/OOo2sylpheed.pl ** NEW FILE **
15699           tools/README
15700                 add script to enable sending documents as
15701                 attachments from OpenOffice.org
15702
15703 2002-07-30 [melvin]     0.8.0claws28
15704
15705         * src/prefs_actions.c
15706                 Made the actions' input/output dialog display
15707                 without delay.
15708
15709 2002-07-30 [christoph]  0.8.0claws27
15710
15711         * src/procmsg.c
15712                 check if folder_item_get_msginfo in
15713                 procmsg_save_to_outbox returned NULL
15714
15715 2002-07-30 [paul]       0.8.0claws26
15716
15717         * sync with 0.8.1cvs4
15718                 see ChangeLog 2002-07-29
15719
15720 2002-07-29 [thorsten]   0.8.0claws25
15721
15722         * README.claws
15723                 added selective download, delete on server
15724
15725 2002-07-29 [paul]       0.8.0claws24
15726
15727         * sync with 0.8.1cvs3
15728                 see ChangeLog 2002-07-29
15729
15730 2002-07-27 [christoph]  0.8.0claws23
15731
15732         * src/folder.c
15733                 add extra check if fetching the msginfo
15734                 returned NULL
15735
15736 2002-07-27 [paul]       0.8.0claws22
15737
15738         * sync with 0.8.1cvs2
15739                 see ChangeLog 2002-07-26
15740
15741 2002-07-27 [christoph]  0.8.0claws21
15742
15743         * src/imap.c
15744                 add another check if a valid msginfo
15745                 was returned
15746
15747 2002-07-26 [hoa]        0.8.0claws20
15748
15749         * src/folder.c
15750                 Fixed a condition in folder_item_destroy()
15751
15752         * src/imap.c
15753                 Fixed an error in IMAP protocol
15754
15755 2002-07-26 [alfons]     0.8.0claws19
15756
15757         * src/folder.c
15758                 ofcourse compare with identifier, not the path
15759
15760 2002-07-26 [alfons]     0.8.0claws18
15761
15762         * src/folder.c
15763                 use folder item identifier for saving / restoring
15764                 preferences because folder->path might not be unique
15765
15766 2002-07-26 [melvin]     0.8.0claws17
15767
15768         * src/logwindow.c
15769                 Fixed a crash introduced in 0.8.0claws5 when log is 
15770                 cut under 80 characters.
15771
15772 2002-07-26 [paul]       0.8.0claws16
15773
15774         * sync with 0.8.1cvs1
15775                 see ChangeLog 2002-07-26
15776
15777 2002-07-26 [christoph]  0.8.0claws15
15778
15779         * src/imap.[ch]
15780                 imap folder now remembers the last selected
15781                 folder and imap_fetch_msginfo skips selecting
15782                 the folder if it is already selected
15783
15784 2002-07-26 [christoph]  0.8.0claws14
15785
15786         * src/folder.c
15787         * src/folderview.c
15788         * src/imap.c
15789                 fix imap folder rescanning
15790
15791 2002-07-25 [christoph]  0.8.0claws13
15792
15793         * src/filter.c
15794         * src/folder.[ch]
15795         * src/folderview.c
15796         * src/imap.[ch]
15797         * src/mainwindow.c
15798         * src/mbox_folder.c
15799         * src/mh.c
15800         * src/news.c
15801                 implement imap uid cache and uid validity check
15802
15803 2002-07-25 [alfons]     0.8.0claws12
15804
15805         * src/summaryview.c
15806                 fix a brown paper bag bug, and also add some more
15807                 checks
15808
15809 2002-07-25 [christoph]  0.8.0claws11
15810
15811         * src/folder.c
15812                 don't mix copy, fetch_msginfo and remove
15813                 operations in folder item copy and move
15814                 operations
15815
15816 2002-07-25 [christoph]  0.8.0claws10
15817
15818         * src/folderview.c
15819         * src/mainwindow.c
15820         * src/prefs_folder_item.c
15821         * src/summaryview.[ch]
15822                 remove no longer required parameter update_cache from
15823                 summary_show
15824
15825 2002-07-25 [paul]       0.8.0claws9
15826
15827         * sync with 0.8.1
15828         
15829         * AUTHORS
15830                 a few corrections
15831
15832 2002-07-24 [alfons]     0.8.0claws8
15833
15834         * src/summaryview.c
15835                 sort correctly when using simplified subject line
15836                 (closes feature request "[ 585141 ] applying regexp to subject 
15837                 before sort" submitted by Alexandra Walford)
15838
15839 2002-07-24 [paul]       0.8.0claws7
15840
15841         * sync with 0.8.0cvs3
15842                 see ChangeLog 2002-07-24
15843
15844 2002-07-23 [christoph]  0.8.0claws6
15845
15846         * src/folder.c
15847         * src/folder.h
15848         * src/summaryview.c
15849         * src/summaryview.h
15850         * src/main.c
15851                 o separate processing and summaryview
15852                 o removed summary_write_cache from summaryview
15853                 o removed summaryview->killed_messages, because we don't have
15854                   to keep a list of killed messages anymore. New cache will
15855                   keep the hidden messages in cache anyway
15856         * src/folderview.c
15857         * src/inc.c
15858         * src/selective_download.c
15859                 o removed unnecessary summary_write_cache calls
15860         * src/procmsg.c
15861                 o don't set ignore thread flag in procmsg_get_thread_tree
15862                   if it is already set
15863         * src/mainwindow.c
15864         * src/statusbar.h
15865                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15866                   they are used in different files
15867
15868 2002-07-23 [melvin]     0.8.0claws5
15869
15870         * src/addressbook.c
15871         * src/addrgather.c
15872         * src/editaddress.c
15873         * src/editgroup.c
15874         * src/editldap_basedn.c
15875         * src/importldif.c
15876         * src/prefs_common.c
15877                 Fixed few memory leak (gtk_editable_get_chars returns
15878                 an allocated string)
15879         * src/logwindow.c
15880                 Fixed few memory leak (gtk_editable_get_chars returns
15881                 an allocated string) and modified a little the log cutting
15882                 loop.
15883         * src/compose.c
15884                 Replaced a call to an obsolete function gtk_entry_get_text()
15885                 by gtk_editable_get_chars()
15886         * src/send.c
15887                 Removed a debug printf
15888
15889 2002-07-23 [christoph]  0.8.0claws4
15890
15891         * src/filesel.c
15892                 fix another g_dirname memory leak
15893
15894 2002-07-23 [christoph]  0.8.0claws3
15895
15896         * src/mh.c
15897                 fixed a memory leak in mh_fetch_msginfo
15898                 fixed crash when message header could not be
15899                 parsed
15900
15901 2002-07-23 [paul]       0.8.0claws2
15902
15903         * sync with 0.8.0cvs2
15904                 see ChangeLog 2002-07-23
15905
15906 2002-07-23 [paul]       0.8.0claws1
15907
15908         * sync with 0.8.0cvs1
15909                 see ChangeLog 2002-07-23
15910
15911 2002-07-23 [paul]       0.8.0claws
15912
15913         * release of 0.8.0claws