2005-02-27 [colin] 1.0.1cvs19.3
[claws.git] / ChangeLog.claws
1 2005-02-25 [paul]       1.0.1cvs19
2
3         * src/prefs_account.c
4         * src/prefs_folder_item.c
5         * src/gtk/prefswindow.c
6         * src/gtk/prefswindow.h
7                 fix bug 698 'Clicking OK without username 'crashes'
8                 account edit window'. Patch by Alfons
9
10 2005-02-24 [colin]      1.0.1cvs18
11
12         * src/messageview.c
13                 Don't send out receipts if offline. Ask.
14
15 2005-02-23 [colin]      1.0.1cvs17
16
17         * src/compose.c
18                 Encode parts when signing
19
20 2005-02-23 [colin]      1.0.1cvs16
21
22         * src/compose.c
23         * src/procmsg.c
24                 Fix mimeinfo leakages
25
26 2005-02-21 [colin]      1.0.1cvs15
27
28         * src/compose.c
29                 Fix signing/encrypting still on after
30                 privacy system has been disabled
31
32 2005-02-18 [colin]      1.0.1cvs14
33
34         * src/quote_fmt_lex.l
35         * src/quote_fmt_parse.y
36                 Bugfix: Fix parser init (patch by Ivan)
37
38 2005-02-18 [colin]      1.0.1cvs13
39
40         * src/plugins/pgpmime/pgpmime.c
41                 Fix build (missed my `mv`)
42
43 2005-02-18 [colin]      1.0.1cvs12
44
45         * src/Makefile.am
46         * src/privacy.c         ** RE-ADDED **
47         * src/privacy.cpp       ** REMOVED **
48         * src/privacy.h
49         * src/plugins/pgpmime/Makefile.am
50         * src/plugins/pgpmime/passphrase.h
51         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
52         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
53         * src/plugins/pgpmime/pgpmime.h
54         * src/plugins/pgpmime/prefs_gpg.h
55         * src/plugins/pgpmime/select-keys.h
56         * src/plugins/pgpmime/sgpgme.h
57                 Revert huge API breakage.
58
59 2005-02-16 [christoph]  1.0.1cvs11
60
61         * src/mh.c
62                 add scan required function for MH folders
63
64         (Patch by Ivan Rayner <ivanr@sgi.com>)
65
66 2005-02-15 [christoph]  1.0.1cvs10
67
68         * src/plugins/pgpmime/pgpmime.cpp
69         * src/plugins/pgpmime/pgpmime.h
70                 add sign and encrypt functions
71
72 2005-02-15 [christoph]  1.0.1cvs9
73
74         * configure.ac
75         * src/Makefile.am
76         * src/privacy.c                                 ** REMOVE **
77         * src/privacy.cpp                               ** NEW **
78         * src/privacy.h
79         * src/plugins/pgpmime/Makefile.am
80         * src/plugins/pgpmime/passphrase.h
81         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
82         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
83         * src/plugins/pgpmime/pgpmime.h
84         * src/plugins/pgpmime/prefs_gpg.h
85         * src/plugins/pgpmime/select-keys.h
86         * src/plugins/pgpmime/sgpgme.h
87                 change Privacy-API to C++
88
89 2005-02-15 [colin]      1.0.1cvs8
90
91         * src/mimeview.c
92         * src/common/utils.c
93                 Sanitize substitution for saved filenames:
94                 only \ / * and \r \n \t are bad. 
95
96 2005-02-15 [colin]      1.0.1cvs7
97
98         * src/compose.c
99         * src/procmime.c
100                 Optimize (constant instead of strlen). Thanks
101                 Alfons for the hint.
102
103 2005-02-14 [colin]      1.0.1cvs6
104
105         * src/compose.c
106         * src/procmime.c
107                 Use quoted-printable instead of 7bit or 8bit
108                 to encode "^From " and avoid mail corruption 
109                 on the MTA, as specified by RFC 3156. Thanks
110                 Hoa for the hint.
111
112 2005-02-12 [colin]      1.0.1cvs5
113
114         * src/filtering.c
115                 Remove wrong use of compose struct after
116                 compose_send(). Spotted by Alfons and Holger Berndt.
117
118 2005-02-10 [paul]       1.0.1cvs4
119
120         * src/compose.c
121                 sync with main, see ChangeLog 2005-02-10
122
123 2005-02-10 [colin]      1.0.1cvs3
124
125         * src/mainwindow.c
126                 dereference freed messageview,
127                 and don't try to use it after free.
128                 This caused occasional late segfaults
129                 when quitting.
130
131 2005-02-10 [colin]      1.0.1cvs2
132
133         * src/messageview.c
134                 Don't display html with plugin automatically
135                 (Dillo steals focus)
136
137 2005-02-09 [colin]      1.0.1cvs1
138
139         * src/mimeview.c
140         * src/mimeview.h
141         * src/messageview.c
142                 Display first relevant part using plugin
143                 if not text/plain if possible (useful for 
144                 vCalendar for example)
145
146 2005-02-08 [paul]       1.0.1
147
148         1.0.1 released
149
150 2005-02-08 [paul]       1.0.0cvs29
151
152         * po/de.po
153         * po/es.po
154         * po/fr.po
155         * po/it.po
156         * po/pt_BR.po
157         * po/sk.po
158         * po/sr.po
159                 updated by Thomas Gilgin, Ricardo Mones Lastra,
160                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
161                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
162
163 2005-02-05 [paul]       1.0.0cvs28
164
165         * src/compose.c
166                 fix Bug 682 'redirect is broken'
167
168
169 2005-02-05 [thorsten]   1.0.0cvs27
170
171         * src/partial_download.c
172                 fix buf overflow
173
174 2005-02-03 [colin]      1.0.0cvs26
175
176         * src/common/plugin.c
177                 Don't load GTK2 plugins at all. This solves
178                 the plugins problem when switching between
179                 GTK1 and GTK2 version.
180
181 2005-02-02 [colin]      1.0.0cvs25
182
183         * src/messageview.c
184                 Fix dangerous typo
185
186 2005-01-31 [colin]      1.0.0cvs24
187
188         * src/compose.c
189                 Fix MsgInfo reference leak
190
191 2005-01-28 [colin]      1.0.0cvs23
192
193         * src/folderview.c
194                 Change check - partial_recv is not cached.
195
196 2005-01-28 [colin]      1.0.0cvs22
197
198         * src/folderview.c
199                 Don't call partial_mark_for_delete() when 
200                 it's useless
201
202 2005-01-27 [colin]      1.0.0cvs21
203
204         * src/procmsg.c
205         * src/compose.c
206                 Fix build - sorry.
207
208 2005-01-27 [christoph]  1.0.0cvs20
209
210         * src/folder.c
211                 use normal message remove function if a folder has no function
212                 to remove all messages
213
214         * src/folderview.c
215                 fix memory leak
216
217 2005-01-27 [colin]      1.0.0cvs19
218
219         * src/procmime.c
220                 Forgot to commit this file with cvs18.
221
222 2005-01-27 [colin]      1.0.0cvs18
223
224         * src/compose.c
225                 Uhm, better not touch the original msginfo_list.
226
227 2005-01-27 [colin]      1.0.0cvs17
228
229         * src/procmsg.c
230         * src/procmsg.h
231                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
232         * src/compose.c
233                 ... And use it to be able to reply to the currently 
234                 selected MimeInfo.
235
236 2005-01-27 [colin]      1.0.0cvs16
237
238         * src/messageview.c
239         * src/summaryview.c
240         * src/compose.c
241         * src/compose.h
242         * src/toolbar.c
243         * src/mainwindow.c
244                 Factorize this reply mess
245
246 2005-01-26 [paul]       1.0.0cvs15
247
248         * ChangeLog
249         * ChangeLog.jp
250         * src/common/template.c
251                 sync with main, (fix memory leak), see ChangeLog
252                 2005-01-25
253
254 2005-01-25 [paul]       1.0.0cvs14
255
256         * src/compose.c
257                 compose_redirect(): fix sensitivity of attachment 
258                 "Properties..." button
259
260 2005-01-24 [colin]      1.0.0cvs13
261
262         * src/summaryview.c
263                 Freeze clist during operations involving message
264                 lists.
265
266 2005-01-24 [paul]       1.0.0cvs12
267
268         * ChangeLog
269         * ChangeLog.jp
270         * src/messageview.c
271         * src/mh.c
272         * src/common/utils.c
273                 sync with main, see ChangeLog 2005-01-19
274
275 2005-01-24 [colin]      1.0.0cvs11
276
277         * src/procheader.c
278                 Fix build with MIPSpro compiler.
279                 Patch by Ivan Rayner <ivanr@sgi.com>
280
281 2005-01-24 [colin]      1.0.0cvs10
282
283         * src/folderview.c
284                 Use (+) in collapsed folders with quicksearch-
285                 matching subfolders
286
287 2005-01-23 [holger]     1.0.0cvs9
288
289         * src/crash.c
290                 Include missing header file
291
292 2005-01-22 [colin]      1.0.0cvs8
293
294         * src/summaryview.c
295         * src/gtk/quicksearch.c
296                 Make recursive quicksearch work in
297                 root folders (and code fixes)
298
299 2005-01-21 [colin]      1.0.0cvs7
300
301         * src/summaryview.c
302                 Set cursor to wait while looking in subfolders
303
304 2005-01-21 [colin]      1.0.0cvs6
305
306         * src/summaryview.c
307                 Don't clear quicksearch if recursion is on,
308                 even if !sticky
309
310 2005-01-21 [colin]      1.0.0cvs5
311
312         * src/gtk/quicksearch.c
313         * src/prefs_common.c
314         * src/prefs_common.h
315                 Add option to recurse or not
316
317 2005-01-21 [colin]      1.0.0cvs4
318
319         * src/folder.h
320         * src/folderview.c
321         * src/folderview.h
322         * src/summaryview.c
323         * src/gtk/quicksearch.c
324         * src/gtk/quicksearch.h
325                 Make quicksearch recursive - results materialized
326                 by search icons in the folderview.
327
328 2005-01-20 [holger]     1.0.0cvs3
329
330         * src/addrindex.c
331         * src/addrindex.h
332                 Add addrindex_load_person_attribute() (for plugins)
333
334 2005-01-19 [colin]      1.0.0cvs2
335
336         * src/mbox.c
337         * src/mbox.h
338         * src/mainwindow.c
339         * src/summaryview.c
340         * src/summaryview.h
341                 Add an easy way to export specific messages
342                 to an mbox file.
343
344 2005-01-19 [paul]       1.0.0cvs1
345
346         * po/ja.po
347         * po/ko.po
348                 updated by  Rui Hirokawa and
349                 SungHyun Nam
350
351 2005-01-18 [paul]       1.0.0
352
353         * version 1.0.0 released
354
355 2005-01-17 [thorsten]   0.9.13cvs38
356
357         * src/crash.c
358         * src/gtk/pluginwindow.c
359                 return value of filesel should not be free()d
360
361 2005-01-17 [paul]       0.9.13cvs37
362
363         * AUTHORS
364         * po/es.po
365         * po/fr.po
366         * po/hr.po
367         * po/it.po
368         * po/pt_BR.po
369         * po/sk.po
370         * po/sr.po
371                 update translations. submitted by Ricardo Mones
372                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
373                 Frederico Goncalves Guimaraes, Andrej Kacian,
374                 Aleksandar Urosevic
375
376 2005-01-16 [colin]      0.9.13cvs36
377
378         * src/prefs_toolbar.c
379                 Fix two leaks, both found by Alfons.
380
381 2005-01-15 [paul]       0.9.13cvs35
382
383         * src/gtk/pluginwindow.c
384                 fix 2 memleaks, patch by Alfons
385
386 2005-01-15 [paul]       0.9.13cvs34
387
388         * ChangeLog
389         * ChangeLog.jp
390         * src/common/template.c
391                 sync with main, see ChangeLog 2005-01-11
392                 (fix potential memory corruption bug)
393
394 2005-01-14 [colin]      0.9.13cvs33
395
396         * src/html.c
397         * src/msgcache.c
398                 Fix coding style issues from the last patch
399
400 2005-01-14 [colin]      0.9.13cvs32
401
402         * src/msgcache.c
403                 Fix possible double free, avoid putting 8k on the stack
404         * src/html.c
405         * src/html.h
406                 Fix links with tags inside, add some entities
407         * AUTHORS
408                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
409
410 2005-01-09 [thorsten]   0.9.13cvs31
411
412         * tools/calypso_convert.pl
413                 support nested subdirs (possible in recent calypso versions)
414                 fix "change of readonly value" error with perl >= 5.8
415
416 2005-01-08 [colin]      0.9.13cvs30
417
418         * src/prefs_filtering_action.c
419                 Plug leak - patch by Alfons
420
421 2005-01-07 [paul]       0.9.13cvs29
422
423         * ChangeLog
424         * ChangeLog.jp
425         * src/pop.c
426         * src/pop.h
427                 sync with main, see ChangeLog 2005-01-06
428
429 2005-01-06 [colin]      0.9.13cvs28
430
431         * src/prefs_matcher.c
432                 Plug leak. Patch by Alfons
433
434 2005-01-04 [christoph]  0.9.13cvs27
435
436         * src/folderview.c
437         * src/imap_gtk.c
438         * src/news_gtk.c
439                 Create extra popup menu entries for account settings
440
441         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
442
443 2005-01-03 [colin]      0.9.13cvs26
444
445         * src/main.c
446                 Plugins should be loaded before --receive or --receive-all 
447                 is processed. 
448                 Patch by Felix Eckhofer <felix-ml@tribut.de>
449
450 2005-01-03 [colin]      0.9.13cvs25
451
452         * src/pop.c
453         * src/pop.h
454                 Add data_len member, because we can get NULs from network
455                 Patch by Alfons
456
457 2005-01-01 [colin]      0.9.13cvs24
458
459         * src/procmime.c
460                 Fix possible memleak in corner case - found by
461                 Martin Kluge, patch by Alfons
462
463 2004-12-30 [colin]      0.9.13cvs23
464
465         * src/account.c
466                 Fix prototypes - patch by Alfons
467
468 2004-12-30 [paul]       0.9.13cvs22
469
470         * ChangeLog
471         * ChangeLog.jp
472         * NEWS
473         * src/account.c
474                 sync with main 1.0.0.
475                 see ChangeLog 2004-12-22
476
477 2004-12-18 [paul]       0.9.13cvs21
478
479         * AUTHORS
480         * ChangeLog
481         * ChangeLog.jp
482         * src/action.c
483                 sync with main, see ChangeLog 2004-12-17
484
485 2004-12-17 [thorsten]   0.9.13cvs20
486
487         * src/compose.c
488                 protect trailing spaces when signing message
489
490 2004-12-16 [paul]       0.9.13cvs19
491
492         * ChangeLog
493         * ChangeLog.jp
494         * NEWS
495         * src/compose.c
496         * src/syldap.c
497                 sync with main 1.0.0rc
498                 see ChangeLog 2004-12-15
499
500 2004-12-14 [colin]      0.9.13cvs18
501
502         * src/gtk/prefswindow.c
503                 Fix build. Sorry :)
504
505 2004-12-14 [colin]      0.9.13cvs17
506
507         * src/gtk/gtkutils.c
508         * src/gtk/gtkutils.h
509         * src/gtk/prefswindow.c
510                 Catch Enter in prefswindow while in text
511                 widget. Patch by Alfons.
512
513 2004-12-14 [paul]       0.9.13cvs16
514
515         * ChangeLog
516         * ChangeLog.jp
517         * src/action.c
518         * src/compose.c
519         * src/common/utils.c
520                 sync with main, see ChangeLog entries 2004-12-10
521                 and 2004-12-13
522
523         * po/ru.po
524                 updated by Pavlo Bohmat
525
526 2004-12-13 [thorsten]   0.9.13cvs15
527
528         * src/plugins/spamassassin/libspamc.c
529                 fix memleak
530
531 2004-12-13 [colin]      0.9.13cvs14
532
533         * src/gtk/prefswindow.c
534         * src/gtk/pluginwindow.c
535                 Fix key_pressed handlers
536
537 2004-12-11 [colin]      0.9.13cvs13
538
539         * src/quote_fmt_parse.y
540                 Rework quote_fmt_parse to use less local 
541                 arrays in local blocks, so it doesn't 
542                 freak out IBM's stack protector. Patch
543                 by Alfons.
544
545 2004-12-10 [colin]      0.9.13cvs12
546
547         * src/messageview.c
548                 Fix logic error
549         * src/mainwindow.c
550                 Fix corruptions when de-separating messageview
551
552 2004-12-10 [paul]       0.9.13cvs11
553
554         * src/prefs_themes.c
555                 use a different set of icons for the Preview
556
557 2004-12-09 [colin]      0.9.13cvs10
558
559         * src/procmime.c
560                 Fix procmime_encode_content doing horribly wrong
561                 stuff when encoding to B64 from memory
562
563 2004-12-08 [colin]      0.9.13cvs9
564
565         * src/gtk/colorlabel.c
566                 Fix color label off-by-one
567                 Patch by Alfons
568
569 2004-12-08 [hoa]        0.9.13cvs8
570
571         * src/quote_fmt_parse.y
572                 really fix buffer overflow
573
574 2004-12-08 [colin]      0.9.13cvs7
575
576         * src/matcher_parser_parse.y
577         * src/msgcache.c
578         * src/prefs_matcher.c
579         * src/procheader.c
580         * src/matcher.c
581         * src/common/defs.h
582                 Cache total_size and use that to speed up
583                 'partial' match.
584                 Add 'partial' to the list of useable stuff
585                 in filtering
586
587 2004-12-08 [paul]
588
589         * po/sr.po
590                 updated by URKE MMI
591
592 2004-12-08 [colin]      0.9.13cvs6
593
594         * src/textview.c
595                 Fix possible boundary overrun in
596                 get_email_part(). Patch by Alfons
597
598 2004-12-08 [hoa]        0.9.13cvs5
599
600         * src/quote_fmt_parse.y
601                 fix buffer overflow
602                 http://bugs.gentoo.org/show_bug.cgi?id=67253
603
604 2004-12-07 [thorsten]   0.9.13cvs4
605
606         * src/procmime.c
607                 fix leak introduced with 0.9.13cvs1
608
609 2004-12-07 [keith]      0.9.13cvs3
610
611         * src/procmime.c
612                 Fix typo
613
614 2004-12-07 [colin]      0.9.13cvs2
615
616         * AUTHORS
617         * src/prefs_account.c
618         * src/common/smtp.c
619         * src/common/smtp.h
620                 Add SMTP PLAIN authentication. Patch by 
621                 George Michaelson <ggm@apnic.net>
622
623 2004-12-07 [thorsten]   0.9.13cvs1
624
625         * src/procmime.c
626                 [Bug 650] reply button causes crash
627                 Patch partly by David Relson
628
629 2004-12-06 [paul]       0.9.13
630
631         0.9.13 released
632
633 2004-12-06 [paul]
634
635         * po/sk.po
636                 updated by Andrej Kacian
637         * INSTALL
638         * README.claws
639                 updated
640         
641 2004-12-06 [christoph]
642
643         * configure.ac
644                 move GPGME check to PGP/MIME plugin checks
645
646 2004-12-06 [colin]      0.9.12cvs187
647
648         * src/compose.c
649                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
650
651 2004-12-06 [paul]       0.9.12cvs186
652
653         * INSTALL
654         * README.claws
655                 updated
656         * po/es.po
657         * po/fr.po
658         * po/it.po
659         * po/ja.po
660         * po/pt_BR.po
661         * po/zh_CN.po
662                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
663                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
664                 and Yang Guilong
665
666 2004-12-05 [paul]       0.9.12cvs185
667
668         * INSTALL
669         * Makefile.am
670         * README.claws
671                 update
672         * TODO.claws    **REMOVED**
673                 removed, use the wiki instead
674         * tools/Makefile.am
675         * tools/README
676                 remove newscache_conv.pl from the release package
677                 and notes as it is broken and not currently maintained
678         * tools/filter_conv.pl
679                 use --config-dir to find claws' config dir
680         * tools/kdeservicemenu/README
681         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
682         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
683                 make a top-level menu entry
684
685 2004-12-04 [paul]       0.9.12cvs184
686
687         * src/addrharvest.c
688                 conv_unmime_header_overwrite(name)
689
690 2004-12-04 [colin]      0.9.12cvs183
691
692         * src/compose.c
693                 Fix saving of compose window position
694                 when sending mail. Patch by Alfons.
695
696 2004-12-04 [paul]       0.9.12cvs182
697
698         * ChangeLog
699         * ChangeLog.jp
700         * INSTALL
701         * NEWS
702         * README
703         * README.jp
704         * doc/manual/ja/Makefile.am
705         * doc/manual/ja/sylpheed-1.html
706         * doc/manual/ja/sylpheed-10.html
707         * doc/manual/ja/sylpheed-11.html
708         * doc/manual/ja/sylpheed-12.html
709         * doc/manual/ja/sylpheed-13.html
710         * doc/manual/ja/sylpheed-14.html
711         * doc/manual/ja/sylpheed-15.html
712         * doc/manual/ja/sylpheed-16.html
713         * doc/manual/ja/sylpheed-17.html
714         * doc/manual/ja/sylpheed-18.html
715         * doc/manual/ja/sylpheed-19.html
716         * doc/manual/ja/sylpheed-2.html
717         * doc/manual/ja/sylpheed-20.html
718         * doc/manual/ja/sylpheed-3.html
719         * doc/manual/ja/sylpheed-4.html
720         * doc/manual/ja/sylpheed-5.html
721         * doc/manual/ja/sylpheed-6.html
722         * doc/manual/ja/sylpheed-7.html
723         * doc/manual/ja/sylpheed-8.html
724         * doc/manual/ja/sylpheed-9.html
725         * doc/manual/ja/sylpheed.html
726         * doc/manual/ja/sylpheed.sgml
727         * src/Makefile.am
728         * src/procmime.c
729         * src/pixmaps/regular.xpm **REMOVED**
730                 sync with main 1.0.0beta4, including: "canonicalize text files
731                 before encoding to BASE64, and uncanonicalize after decoding
732                 to conform with RFC 2045" 
733
734 2004-12-03 [christoph]  0.9.12cvs181
735
736         * src/compose.c
737                 build the Privacy System menu without GtkItemFactory to
738                 allow '/' in Privacy System names
739
740         * src/plugins/pgpmime/pgpmime.c
741         * src/plugins/pgpmime/plugin.c
742                 Update description and change Privacy System name
743
744 2004-12-03 [paul]
745
746         * src/pixmaps/dir_close.xpm
747         * src/pixmaps/dir_open.xpm
748         * src/pixmaps/drafts_close.xpm
749         * src/pixmaps/drafts_open.xpm
750         * src/pixmaps/group.xpm
751         * src/pixmaps/unread.xpm
752                 update icons (sync with main (adjust hue))      
753
754 2004-12-02 [paul]       0.9.12cvs180
755
756         * ChangeLog
757         * ChangeLog.jp
758         * src/Makefile.am
759         * src/pop.c
760         * src/common/utils.c
761         * src/common/utils.h
762         * src/pixmaps/folder.xpm **REMOVED**
763                 sync with main
764                 fixes bug 644 'extra CRs in subject line break filtering' 
765
766 2004-12-02 [colin]      0.9.12cvs179
767
768         * src/compose.c
769                 Prevent duplicate edition of queued
770                 and drafted mails
771
772 2004-12-02 [colin]      0.9.12cvs178
773
774         * src/compose.c
775                 Fix quote linewrapping ignoring pref
776                 Patch by Alfons
777
778 2004-11-30 [colin]      0.9.12cvs177
779
780         * src/gtk/prefswindow.c
781         * src/gtk/pluginwindow.c
782                 Add shortcut keys to prefs window
783                 and plugin window. Patch by Fabien Vantard.
784
785 2004-11-29 [colin]      0.9.12cvs176
786
787         * src/folderview.c
788                 Fix disappearing separators in folderview's popup
789
790 2004-11-29 [colin]      0.9.12cvs175
791
792         * src/procmime.c
793                 Another format bug
794
795 2004-11-29 [colin]      0.9.12cvs174
796
797         * src/pop.c
798                 Fix format string
799
800 2004-11-26 [colin]      0.9.12cvs173
801
802         * src/common/smtp.c
803         * src/common/smtp.h
804                 Use ESMTP for all servers advertising it
805                 Add SIZE= parameter to MAIL command for 
806                 ESMTP servers
807
808 2004-11-24 [colin]      0.9.12cvs172
809
810         * src/plugins/pgpmime/pgpmime.c
811                 Forgot one :(
812
813 2004-11-24 [colin]      0.9.12cvs171
814
815         * src/plugins/pgpmime/pgpmime.c
816                 Fix numerous GpgmeGtk leaks
817
818 2004-11-24 [colin]      0.9.12cvs170
819
820         * src/plugins/pgpmime/pgpmime.c
821                 Fix numerous GpgmeCtx leaks
822
823 2004-11-24 [colin]      0.9.12cvs169
824
825         * src/plugins/pgpmime/plugin.c
826                 Update requirements
827         * src/plugins/trayicon/Makefile.am
828         * src/plugins/trayicon/newmarkedmail.xpm
829         * src/plugins/trayicon/trayicon.c
830         * src/plugins/trayicon/unreadmarkedmail.xpm
831                 Add new icons when there are unread marked mails
832                 answers
833
834 2004-11-23 [thorsten]   0.9.12cvs168
835
836         * src/plugins/pgpmime/plugin.c
837                 typo: plugin_init instead of plugin_done
838
839 2004-11-23 [thorsten]   0.9.12cvs167
840
841         * commitHelper
842                 o add me
843         * src/partial_download.c
844         * src/partial_download.h
845                 o fix path for includes
846
847 2004-11-23 [colin]      0.9.12cvs166
848
849         * src/procmime.c
850                 Uh, changed API.
851
852 2004-11-23 [colin]      0.9.12cvs165
853
854         * src/procmime.c
855                 Fix mime headers wrapping
856
857 2004-11-23 [christoph]  0.9.12cvs164
858
859         * src/common/Makefile.am
860         * src/common/partial_download.[ch]
861         * src/Makefile.am
862         * src/partial_download.[ch]
863         * src/folderview.c
864                 move to src because it depends on src stuff
865
866         * src/codeconv.c
867         * src/common/base64.h
868                 move B64LEN macro to base64.h
869
870         * src/compose.c
871         * src/privacy.[ch]
872                 add PrefsAccount to sign-function parameters
873
874         * src/main.c
875         * src/prefs_account.[ch]
876         * src/gtk/prefswindow.[ch]
877                 o use new prefswindow for account prefs
878                 o add possibility to add new pages to account prefs
879
880         * src/plugins/pgpmime/prefs_gpg.[ch]
881         * src/plugins/pgpmime/prefs_gpg.glade
882                 add account prefs for GPG
883
884         * src/plugins/pgpmime/pgpmime.c
885         * src/plugins/pgpmime/sgpgme.[ch]
886                 create signers list based on the GPG account prefs
887
888 2004-11-23 [colin]      0.9.12cvs163
889
890         * src/main.c
891                 Fix cursor going from normal to wait
892                 as many times as there are folders
893                 (very noticeable on exported displays)
894
895 2004-11-23 [colin]      0.9.12cvs162
896
897         * src/msgcache.c
898                 HEAD needs this leak fix too
899
900 2004-11-22 [luke]       0.9.12cvs161
901
902         * src/gtk/gtkstext.c
903                 'Up' key moves one line (not one paragraph) like 'Down'
904
905 2004-11-22 [paul]       0.9.12cvs160
906
907         * src/prefs_themes.c
908                 fix oversized GtkFrames
909
910 2004-11-19 [paul]       0.9.12cvs159
911
912         * src/prefs_common.c
913                 update prefs_keybind_apply_clicked()
914
915 2004-11-18 [paul]       0.9.12cvs158
916
917         * src/compose.c
918         * src/messageview.c
919         * src/common/utils.c
920         * src/common/utils.h
921                 use Message-ID format like that previously
922                 used in compose_generate_msgid()
923
924 2004-11-17 [christoph]  0.9.12cvs157
925
926         * src/mainwindow.c
927         * src/prefs_common.c
928                 integrate "Common preferences" into new preferences dialog
929
930 2004-11-17 [colin]      0.9.12cvs156
931
932         * src/prefs_account.c
933         * src/prefs_account.h
934         * src/procmsg.c
935                 Add an option to let the user choose to store encrypted
936                 mail as clear text or encrypted.
937
938 2004-11-17 [colin]      0.9.12cvs155
939
940         * src/compose.c
941         * src/toolbar.c
942                 Be verbose when sending fails
943         * src/procmsg.c
944                 Fix procmsg_send_queue returning 0 when there's an error
945                 Don't send messages to be encrypted to nobody 
946
947
948 2004-11-17 [colin]      0.9.12cvs154
949
950         * src/privacy.c
951                 Fix more pointer confusion
952
953 2004-11-17 [paul]       0.9.12cvs153
954
955         * src/procmime.h
956                 forgotten in sync with main 1.0.0beta3
957
958
959 2004-11-17 [paul]       0.9.12cvs152
960
961         * ChangeLog
962         * ChangeLog.jp
963         * NEWS
964         * src/compose.c
965         * src/jpilot.c
966         * src/procmime.c
967                 sync with main 1.0.0beta3
968                 see ChangeLog 2004-11-15 and 2004-11-16
969
970 2004-11-17 [colin]      0.9.12cvs151
971
972         * src/plugins/pgpmime/pgpmime.c
973                 Remove debug printf
974
975 2004-11-17 [colin]      0.9.12cvs150
976
977         * src/plugins/pgpmime/pgpmime.c
978                 Fix off-by-one causing segs
979
980 2004-11-17 [colin]      0.9.12cvs149
981
982         * src/procmsg.c
983                 < Reboot_> don't compare pointers to NULL with !
984                 So, use the other form to bring consistency.
985                 Also fix coding style.
986
987 2004-11-16 [colin]      0.9.12cvs148
988
989         * src/procmsg.c
990                 Fix the fix :)
991
992 2004-11-16 [colin]      0.9.12cvs147
993
994         * src/procmsg.c
995                 Fix leaks in procmsg_send_message_queue
996
997 2004-11-12 [paul]       0.9.12cvs146
998
999         * src/prefs_account.c
1000         * src/procmime.c
1001         * src/procmime.h
1002                 fix sync breakage 
1003
1004 2004-11-12 [paul]
1005
1006         * src/pixmaps/complete.xpm
1007         * src/pixmaps/continue.xpm
1008                 small sync with main, see ChangeLog 2004-11-11
1009
1010 2004-11-11 [paul]       0.9.12cvs145
1011
1012         * ChangeLog
1013         * ChangeLog.jp
1014         * src/account.c
1015         * src/folderview.c
1016         * src/folderview.h
1017         * src/imap.c
1018         * src/imap_gtk.c
1019         * src/inc.c
1020         * src/mainwindow.c
1021         * src/mh_gtk.c
1022         * src/news_gtk.c
1023         * src/pop.c
1024         * src/prefs_account.c
1025         * src/prefs_account.h
1026         * src/prefs_ext_prog.c
1027         * src/procmsg.c
1028         * src/procmsg.h
1029         * src/summary_search.c
1030         * src/summaryview.c
1031         * src/textview.c
1032         * src/common/defs.h
1033         * src/common/utils.c
1034         * src/common/utils.h
1035         * src/gtk/menu.c
1036         * src/gtk/menu.h
1037                 sync with main 1.0.0beta2 (plus 4)
1038
1039 2004-11-09 [christoph]  0.9.12cvs144
1040
1041         * src/compose.c
1042         * src/prefs_account.[ch]
1043                 add option menu to select default privacy system
1044
1045         * src/plugins/pgpmime/pgpmime.c
1046                 better memory allocation
1047
1048         * src/folder.c
1049                 syncronize flags when scanning a folder
1050
1051 2004-11-08 [colin]      0.9.12cvs143
1052
1053         * src/summaryview.c
1054                 Prevent useless folder count updates while 
1055                 quicksearch is running. It is really annoying 
1056                 while quicksearch is running a full-mail
1057                 scan, like 'b foo', in a big folder.
1058
1059 2004-11-08 [colin]      0.9.12cvs142
1060
1061         * src/textview.c
1062                 Really fix these mail URIs
1063
1064 2004-11-08 [colin]      0.9.12cvs141
1065
1066         * src/textview.c
1067                 fix "colin@colino.net" <colin@colino.net> 
1068                 types of URIs
1069
1070 2004-11-06 [colin]      0.9.12cvs140
1071
1072         * src/compose.c
1073                 Don't ask for passphrase if not sending
1074
1075 2004-11-05 [christoph]  0.9.12cvs139
1076
1077         * src/compose.c
1078                 o encode text content of composed mails
1079         * src/procmime.c
1080                 o allow encoding of MimeInfos that are stored in memory buffers
1081                 
1082
1083 2004-11-03 [paul]       0.9.12cvs138
1084
1085         * po/POTFILES.in
1086                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1087                 Patch submitted by Fabien Vantard
1088
1089         * src/prefs_ext_prog.c
1090                 fix typos. Patch submitted by Fabien Vantard
1091
1092         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1093         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1094                 add German, Spanish, Italian, Brazilian Portuguese,
1095                 and Slovak translations. Submitted by Thomas Gilgin,
1096                 J. José del Río 'partymola', Andrea Spadaccini,
1097                 Frederico Goncalves Guimaraes, and Andrej Kacian
1098
1099 2004-11-01 [christoph]  0.9.12cvs137
1100
1101         * src/procmime.c
1102                 implement RFC2231's parameter encoding
1103
1104 2004-10-29 [colin]      0.9.12cvs136
1105
1106         * src/common/utils.c
1107                 Fix boundary delimiter (a Pine user gets this:
1108                 > Malformed message: Unexpected characters at end of parameters:
1109                 > =_Thu__28_Oct_2)
1110
1111 2004-10-29 [paul]
1112
1113         * tools/textviewer.sh
1114                 fix typo. patch submitted by Johann Koenig 
1115                 <explosive@hvc.rr.com>
1116
1117 2004-10-29 [paul]
1118
1119         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1120         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1121                 add French translations, submitted by Fabien Vantard
1122
1123 2004-10-28 [christoph]  0.9.12cvs135
1124
1125         * doc/src/rfc2231.txt                           ** NEW **
1126         * src/procmime.c
1127         * src/common/quoted-printable.c
1128         * src/common/utils.[ch]
1129                 implement RFC2231's parameter decoding
1130
1131 2004-10-27 [paul]
1132
1133         * tools/kdeservicemenu/README
1134         * tools/kdeservicemenu/install.sh
1135         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1136         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1137         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1138                 output files to /tmp instead of littering the
1139                 current dir
1140                 add uninstall function
1141                 refactor
1142
1143 2004-10-26 [christoph]  0.9.12cvs134
1144
1145         * src/procmime.c
1146                 better check if parameters have to be in quoted string
1147
1148 2004-10-25 [paul]
1149
1150         * tools/kdeservicemenu/README
1151         * tools/kdeservicemenu/install.sh
1152         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1153         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1154         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1155                 add files for Sylpheed Service Menu in Konqueror
1156
1157 2004-10-22 [paul]       0.9.12cvs133
1158
1159         * src/compose.c
1160         * src/prefs_common.c
1161         * src/prefs_common.h
1162         * src/prefs_wrapping.c
1163                 remove 'smart wrapping'
1164
1165 2004-10-21 [colin]      0.9.12cvs132
1166
1167         * src/compose.c
1168                 Remove extraneous separator in Options
1169
1170 2004-10-21 [colin]      0.9.12cvs131
1171
1172         * src/compose.c
1173                 Replace "unknown" attachments by "application/octet-stream"
1174                 Be a bit more defensive when using strchr
1175
1176 2004-10-20 [paul]
1177
1178         * po/ru.po
1179                 updated by Pavlo Bohmat
1180
1181 2004-10-19 [christoph]  0.9.12cvs130
1182
1183         * src/compose.c
1184                 fix wrong menu entry path
1185
1186         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1187
1188         * src/gtk/menu.c
1189                 add extra check for missing menu entries
1190
1191 2004-10-19 [christoph]  0.9.12cvs129
1192
1193         * src/compose.c
1194         * src/common/utils.c
1195                 use utils' generate_msgid() in compose.c
1196
1197 2004-10-18 [christoph]  0.9.12cvs128
1198
1199         * src/plugins/pgpmime/passphrase.c
1200         * src/plugins/pgpmime/pgpmime.c
1201         * src/plugins/pgpmime/prefs_gpg.[ch]
1202         * src/plugins/pgpmime/prefs_gpg.glade
1203         * src/plugins/pgpmime/sgpgme.c
1204                 add GPG prefs
1205
1206 2004-10-18 [christoph]  0.9.12cvs127
1207
1208         * src/addrbook.c
1209         * src/addrcache.c
1210         * src/addressbook.c
1211         * src/codeconv.c
1212         * src/compose.c
1213         * src/customheader.c
1214         * src/editaddress.c
1215         * src/editgroup.c
1216         * src/exporthtml.c
1217         * src/folder.c
1218         * src/folderview.c
1219         * src/imap.c
1220         * src/jpilot.c
1221         * src/main.c
1222         * src/matcher_parser_parse.y
1223         * src/mbox.c
1224         * src/pop.c
1225         * src/prefs_account.c
1226         * src/prefs_gtk.c
1227         * src/prefs_msg_colors.c
1228         * src/procheader.c
1229         * src/procmime.[ch]
1230         * src/procmsg.c
1231         * src/summaryview.c
1232         * src/textview.c
1233         * src/common/base64.c
1234         * src/common/partial_download.c
1235         * src/common/socket.c
1236         * src/common/sylpheed.c
1237         * src/common/utils.[ch]
1238         * src/gtk/filesel.c
1239         * src/gtk/pluginwindow.c
1240         * src/gtk/quicksearch.c
1241         * src/plugins/pgpmime/pgpmime.c
1242         * src/plugins/pgpmime/plugin.c
1243         * src/plugins/pgpmime/select-keys.c
1244         * src/plugins/pgpmime/sgpgme.c
1245         * src/plugins/spamassassin/libspamc.c
1246         * src/plugins/trayicon/trayicon.c
1247         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1248         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1249                 o don't use any GNU C extensions
1250                 o fix warnings
1251                 o replace some non-POSIX functions
1252
1253         * src/plugins/spamassassin/spamassassin.[ch]
1254         * src/plugins/spamassassin/spamassassin_gtk.c
1255         * src/plugins/clamav/clamav_plugin.[ch]
1256         * src/plugins/clamav/clamav_plugin_gtk.c
1257                 replace statusbar_print_all() from common code because it is a
1258                 GUI function
1259
1260 2004-10-17 [paul]
1261
1262         * po/es.po
1263         * po/ko.po
1264         * AUTHORS
1265                 update Spanish and Korean translations,
1266                 submitted by Ricardo Mones Lastra and
1267                 SungHyun Nam
1268
1269 2004-10-13 [colin]      0.9.12cvs126
1270
1271         * src/compose.c
1272                 Don't convert message to forced encoding when 
1273                 drafting, plus minor magic-values cleanup.
1274
1275 2004-10-13 [colin]      0.9.12cvs125
1276
1277         * po/POTFILES.in
1278                 Update POTFILES.in to reflect the source
1279                 place changes
1280
1281 2004-10-08 [christoph]  0.9.12cvs124
1282
1283         * m4/spamassassin.m4
1284                 fix libspamc OpenSSL
1285
1286         * src/compose.c
1287                 rearrange the compose menu
1288
1289 2004-10-08 [christoph]  0.9.12cvs123
1290
1291         * src/Makefile.am
1292         * src/account.c
1293         * src/compose.[ch]
1294         * src/crash.c
1295         * src/main.c
1296         * src/mimeview.c
1297         * src/passphrase.[ch]                           ** REMOVE **
1298         * src/prefs_account.[ch]
1299         * src/prefs_common.[ch]
1300         * src/privacy.[ch]
1301         * src/procmime.[ch]
1302         * src/procmsg.c
1303         * src/rfc2015.[ch]                              ** REMOVE **
1304         * src/select-keys.[ch]                          ** REMOVE **
1305         * src/common/utils.[ch]
1306         * src/gtk/about.c
1307         * src/plugins/pgpmime/Makefile.am
1308         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1309         * src/plugins/pgpmime/pgpmime.c
1310         * src/plugins/pgpmime/plugin.c
1311         * src/plugins/pgpmime/prefs_gpg.[ch]
1312         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1313         * src/plugins/pgpmime/sgpgme.[ch]
1314                 o Add new MIME-Writer
1315                 o extend PrivacySystem with sign and encrypt functions
1316                 o extend PGP/MIME plugin with sign and encrypt functions
1317                 o integrate extended Privacy API in Compose and Sending process
1318
1319 2004-10-04 [colin]      0.9.12cvs122
1320
1321         * src/mainwindow.c
1322         * src/messageview.c
1323         * src/messageview.h
1324         * src/textview.c
1325                 Make forced encoding limited to messageview and
1326                 apply only to parts displayed using textview
1327
1328 2004-10-04 [colin]      0.9.12cvs121
1329
1330         * src/summaryview.c
1331                 Fix bug #605 (collapsed threads re-expand when moving or
1332                 deleting mails)
1333
1334 2004-10-03 [colin]      0.9.12cvs120
1335
1336         * src/summaryview.c
1337                 Fix bug #602
1338
1339 2004-10-02 [colin]      0.9.12cvs119
1340
1341         * src/mainwindow.c
1342         * src/messageview.c
1343         * src/prefs_common.h
1344         * src/procmime.c
1345         * src/procmime.h
1346         * src/textview.c
1347                 Clean up forced charset feature
1348                 Add forced decode
1349
1350 2004-10-01 [colin]      0.9.12cvs118
1351
1352         * src/mimeview.c
1353                 Better fix for Save all: skip multipart mails' first 
1354                 text part
1355
1356 2004-10-01 [colin]      0.9.12cvs117
1357
1358         * src/mimeview.c
1359                 Only save attachments in Save All
1360
1361 2004-10-01 [paul]       0.9.12cvs116
1362
1363         * ChangeLog
1364         * ChangeLog.jp
1365         * src/account.c
1366         * src/prefs_common.c
1367         * src/gtk/colorlabel.c
1368                 sync with main 0.9.12cvs17
1369
1370 2004-09-30 [colin]      0.9.12cvs115
1371
1372         * src/stock_pixmap.c
1373         * src/stock_pixmap.h
1374         * src/folderview.c
1375         * src/Makefile.am
1376         * src/pixmaps/read.xpm
1377                 Add icon for total # column
1378
1379 2004-09-29 [colin]      0.9.12cvs114
1380
1381         * src/compose.c
1382                 Don't close compose until message is sent if 
1383                 Show Send Dialog is Always
1384
1385 2004-09-29 [paul]       0.9.12cvs113
1386
1387         * src/quote_fmt_parse.y
1388                 In the quotation templates recognise sender's first and last 
1389                 names (%F %L) when the name is in the format "Duck, Donald".
1390                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1391
1392
1393 2004-09-28 [colin]      0.9.12cvs112
1394
1395         * src/mainwindow.c
1396                 Put back mnemonic
1397         * src/folderview.c
1398                 Fix Empty trash being visible-invisible-visible...
1399
1400 2004-09-28 [colin]      0.9.12cvs111
1401
1402         * src/mainwindow.c
1403                 Relabel Empty all Trash folders
1404
1405 2004-09-28 [colin]      0.9.12cvs110
1406
1407         * src/folderview.c
1408                 Add contextual Empty trash menu
1409         * src/mainwindow.c
1410                 Revert cvs109 which was useless
1411
1412 2004-09-28 [colin]      0.9.12cvs109
1413
1414         * src/mainwindow.c
1415                 Fix uninialized var
1416
1417 2004-09-28 [colin]      0.9.12cvs108
1418
1419         * src/addressbook.c
1420                 Fix triple-click
1421
1422 2004-09-28 [colin]      0.9.12cvs107
1423
1424         * src/addressbook.c
1425                 Fix double-click on entries
1426
1427 2004-09-28 [colin]      0.9.12cvs106
1428
1429         * src/inc.c
1430                 Reintroduce folder_item update freeze on incorporation
1431
1432 2004-09-27 [christoph]  0.9.12cvs105
1433
1434         * src/folderview.c
1435                 right-align new and unread column
1436
1437 2004-09-27 [paul]
1438
1439         * 0.9.12b released
1440
1441 2004-09-27 [paul]       0.9.12cvs104
1442
1443         * src/main.c
1444                 revert 0.9.12cvs101, it causes another segfault
1445
1446 2004-09-23 [christoph]  0.9.12cvs103
1447
1448         * src/plugins/spamassassin/libspamc.[ch]
1449         * src/plugins/spamassassin/utils.[ch]
1450                 update libspamc to SpamAssassin 3.0.0
1451
1452 2004-09-17 [paul]       0.9.12cvs102
1453
1454         * ChangeLog
1455         * ChangeLog.jp
1456         * src/inc.c
1457                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1458  
1459
1460 2004-09-17 [colin]      0.9.12cvs101
1461
1462         * src/main.c
1463                 Fix segfaults when quitting. valgrind says:
1464                         ==12144== Invalid read of size 4
1465                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1466                         [...]
1467                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1468                         [...]
1469                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1470
1471
1472 2004-09-13 [christoph]  0.9.12cvs100
1473
1474         * src/folder.c
1475                 add NULL pointer checks to fix segfault when messages can
1476                 not be fetched
1477
1478 2004-09-08 [colin]      0.9.12cvs99
1479
1480         * src/account.c
1481                 Remove a debug printf
1482
1483 2004-09-08 [christoph]  0.9.12cvs98
1484
1485         * src/procmsg.[ch]
1486                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1487                 if the message structure has been scanned
1488
1489         * src/folder.c
1490                 o scan structure when the mail is fetched for the first time
1491                   to prevent unnecessary fetching of messages while scanning
1492                   the folder for messages
1493                 o revert 0.9.12cvs24
1494
1495         * src/plugins/pgpmime/pgpmime.c
1496                 check signature if auto signature checking is enabled when the
1497                 signature status is requested for first time and not when
1498                 checking if a part has a signature
1499
1500 2004-09-07 [colin]      0.9.12cvs97
1501
1502         * src/inc.c
1503                 Change session error messages so that they
1504                 are a bit more helpful (the origin of the
1505                 error is not apparent if one isn't in 
1506                 front of Sylpheed when it happens).
1507
1508 2004-09-06 [colin]      0.9.12cvs96
1509
1510         * src/toolbar.c
1511                 Fix graying out Redirect in non english languages
1512                 Patch by Fabien Vantard
1513
1514 2004-09-06 [colin]      0.9.12cvs95
1515
1516         * src/summaryview.c
1517         * src/mimeview.c
1518                 Fix dropped URIs
1519
1520 2004-09-06 [colin]      0.9.12cvs94
1521
1522         * src/addressbook.c
1523         * src/addressitem.h
1524         * src/addritem.c
1525         * src/addritem.h
1526                 Add basic drag and drop to addressbook
1527
1528 2004-09-03 [colin]      0.9.12cvs93
1529
1530         * src/summaryview.c
1531                 Next/Prev unread message should start
1532                 from next/prev node (especially if 
1533                 mark_as_read_delay != 0)
1534
1535 2004-09-03 [colin]      0.9.12cvs92
1536
1537         * src/prefs_common.c
1538         * src/prefs_common.h
1539         * src/summaryview.c
1540                 Add an hidden 'mark_as_read_delay' pref 
1541
1542 2004-09-02 [colin]      0.9.12cvs91
1543
1544         * src/gtk/menu.c
1545                 Add unduplicated menu entries (fixes bug 532)
1546                 Patch by Fabien Vantard
1547
1548 2004-09-02 [colin]      0.9.12cvs90
1549
1550         * src/account.c
1551                 Fix bug 582 (broken auto account selection)
1552
1553 2004-09-02 [colin]      0.9.12cvs89
1554
1555         * src/addrindex.c
1556                 Free deleted queries too
1557
1558 2004-09-02 [colin]      0.9.12cvs88
1559
1560         * src/ldapquery.c
1561                 Fix freezes in LDAP, due to memory corruption
1562                 after deletion of a query (and not removing it
1563                 from the corresponding list of queries).
1564                 Very probably fixes bug 567 and bug 569
1565
1566 2004-09-02 [colin]      0.9.12cvs87
1567
1568         * src/prefs_spelling.c
1569                 Fix bug with aspell prefs init, where spell checking
1570                 is enabled at first but dictionary not specified. Use
1571                 LANG's dictionary by default.
1572
1573 2004-09-01 [colin]      0.9.12cvs86
1574
1575         * src/filtering.c
1576         * src/imap.c
1577         * src/prefs_matcher.c
1578         * src/stock_pixmap.c
1579                 Fix more nasty uninitialized variables
1580
1581 2004-08-31 [colin]      0.9.12cvs85
1582
1583         * src/folder.c
1584                 Fix memory corruption when entering procmsg_msginfo_free()
1585                 with unitialized msginfo. Thanks Valgrind.
1586
1587 2004-08-29 [colin]      0.9.12cvs84
1588
1589         * src/mimeview.c
1590                 Don't escape filenames before saving - that's 
1591                 not dangerous. By the way, fix the leak.
1592
1593 2004-08-27 [paul]       0.9.12cvs83
1594
1595         * src/mh.c
1596         * src/procheader.c
1597         * src/procmsg.c
1598         * src/procmsg.h
1599         * src/common/utils.c
1600         * src/gtk/menu.h
1601                 sync with main 0.9.12cvs6, see ChangeLog
1602                 2004-08-24, 2004-08-25, 2004-08-26
1603
1604
1605 2004-08-26 [paul]
1606
1607         * po/ja.po
1608                 updated by Rui Hirokawa
1609
1610 2004-08-25 [colin]      0.9.12cvs82
1611
1612         * src/plugins/pgpmime/pgpmime.c
1613                 Fix leak on non-combined encrypted messages
1614
1615 2004-08-25 [colin]      0.9.12cvs81
1616
1617         * src/plugins/pgpmime/pgpmime.c
1618         * src/plugins/pgpmime/sgpgme.c
1619         * src/plugins/pgpmime/sgpgme.h
1620                 Handle combined encryption/signature
1621
1622 2004-08-24 [colin]      0.9.12cvs80
1623
1624         * src/folder.c
1625                 Set mime flags on non multipart messages too
1626
1627 2004-08-23 [christoph]  0.9.12cvs79
1628
1629         * src/compose.c
1630                 create message header in memory as GString before writing it
1631                 to the message file
1632
1633 2004-08-23 [colin]      0.9.12cvs78
1634
1635         * src/rfc2015.c
1636         * src/rfc2015.h
1637         * src/compose.c
1638                 Fix (again) bug 197: inline encryption broken
1639
1640 2004-08-23 [paul]
1641
1642         * po/zh_CN.po
1643                 updated by Hansom Young
1644
1645 2004-08-23 [paul]
1646
1647         * 0.9.12a released
1648
1649 2004-08-23 [colin]      0.9.12cvs77
1650
1651         * src/imap.c
1652                 Try and fix bug 577 (session->last_access_time is broken since 
1653                 sync with main 0.9.12cvs2). 
1654                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1655
1656 2004-08-23 [paul]
1657
1658         * po/es.po
1659         * po/fr.po
1660         * po/pl.po
1661         * po/pt_BR.po
1662         * po/sk.po
1663         * po/sr.po
1664                 update translations. submitted by Ricardo
1665                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1666                 Frederico Goncalves Guimaraes, Andrej Kacian,
1667                 Urke MMI
1668
1669 2004-08-22 [paul]       0.9.12cvs76
1670
1671         * src/plugins/trayicon/trayicon.c
1672                 fix formatting bug in trayicon_popup_menu_entries[]
1673
1674
1675 2004-08-22 [paul]       0.9.12cvs75
1676
1677         * m4/Makefile.am
1678                 remove reference to openssl.m4
1679
1680
1681 2004-08-21 [colin]      0.9.12cvs74
1682
1683         * src/compose.c
1684                 Fix bug 576 (Duplicate auto-bcc on reedit)
1685
1686 2004-08-21 [colin]      0.9.12cvs73
1687
1688         * src/toolbar.c
1689                 Grey out Redirect in the toolbar when selection is
1690                 multiple. Fixes bug 520
1691
1692 2004-08-21 [colin]      0.9.12cvs72
1693
1694         * src/compose.c
1695                 Save Sign, Encrypt and Mode status when drafting or queuing
1696                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1697                 state)
1698
1699 2004-08-21 [colin]      0.9.12cvs71
1700
1701         * src/summaryview.c
1702                 Fix bug 494 (Messages are always opened in summary 
1703                 view when right clicked.) Also fixes bug 508.
1704
1705 2004-08-21 [colin]      0.9.12cvs70
1706
1707         * src/compose.c
1708                 When using inline encryption, don't use QP or Base64:
1709                 the mail will be encrypted to a 7bit string.
1710                 Fixes bug 197
1711
1712 2004-08-21 [colin]      0.9.12cvs69
1713
1714         * src/compose.c
1715                 Fix inline-signing with 8bit chars: data must be 
1716                 converted to Quoted-printable before signing.
1717
1718 2004-08-21 [colin]      0.9.12cvs68
1719
1720         * src/compose.c
1721                 Remove 'Message/Save to draft folder'
1722                 and 'Message/Save and keep editing' to 
1723                 put a single 'File/Save' command.
1724                 Fixes bug 224
1725
1726 2004-08-21 [colin]      0.9.12cvs67
1727
1728         * src/mainwindow.c
1729                 Fix bug 222 (Summary view state not retained between sessions)
1730
1731 2004-08-20 [colin]      0.9.12cvs66
1732
1733         * src/codeconv.c
1734                 Fix bug 574 (empty cur_locale is not enough)
1735
1736 2004-08-20 [paul]
1737
1738         * src/plugins/pgpmime/plugin.c
1739                 modify PGP/MIME plugin's description
1740
1741 2004-08-16 [colin]      0.9.12cvs65
1742
1743         * src/common/ssl.c
1744                 Fix version comparison
1745
1746 2004-08-16 [colin]      0.9.12cvs64
1747
1748         * src/common/ssl.c
1749                 I meant 2.2.
1750
1751 2004-08-16 [colin]      0.9.12cvs63
1752
1753         * src/common/ssl.c
1754                 People with glibc 2.1 have had problems with non-blocking
1755                 SSL_connect. Disable it for glibc < 2.2.
1756
1757 2004-08-16 [colin]      0.9.12cvs62
1758
1759         * src/common/ssl.c
1760                 Fix format error
1761
1762 2004-08-13 [colin]      0.9.12cvs61
1763
1764         * src/plugins/pgpmime/plugin.c
1765                 Add plugin's description
1766
1767 2004-08-12 [christoph]  0.9.12cvs60
1768
1769         * src/folderutils.c
1770                 fix bug that did not thaw folder updates when deleting
1771                 duplicates in empty folders
1772
1773 2004-08-12 [colin]      0.9.12cvs59
1774
1775         * src/plugins/trayicon/trayicon.c
1776                 Add a context menu with most common operations
1777
1778 2004-08-12 [colin]      0.9.12cvs58
1779
1780         * configure.ac
1781         * sylpheed.desktop
1782         * src/Makefile.am
1783         * src/main.c
1784                 Add support for Freedesktop.org's startup notification
1785
1786 2004-08-10 [colin]      0.9.12cvs57
1787
1788         * src/main.c
1789         * src/common/socket.c
1790         * src/common/ssl.c
1791         * src/common/sylpheed.c
1792         * src/common/sylpheed.h
1793                 Put back the ssl connect nonblocking...
1794                 without the race condition
1795
1796 2004-08-09 [colin]      0.9.12cvs56
1797
1798         * src/main.c
1799         * src/common/ssl.c
1800         * src/common/sylpheed.c
1801         * src/common/sylpheed.h
1802                 Reverting previous commit, doesn't work 
1803
1804 2004-08-09 [colin]      0.9.12cvs55
1805
1806         * src/main.c
1807         * src/common/ssl.c
1808         * src/common/sylpheed.c
1809         * src/common/sylpheed.h
1810                 Make SSL_connect nonblocking, using a thread
1811
1812 2004-08-09 [paul]       0.9.12cvs54
1813
1814         * po/POTFILES.in
1815                 reflect new location of sgpgme.c
1816         * src/main.c
1817                 sync with main, see ChangeLog 2004-08-09
1818
1819 2004-08-08 [christoph]  0.9.12cvs53
1820
1821         * src/folderutils.c
1822                 freeze FolderItem updates while deleting duplicate messages
1823
1824 2004-08-08 [christoph]  0.9.12cvs52
1825
1826         * configure.ac
1827         * src/Makefile.am
1828         * src/main.c
1829         * src/pgpmime.c
1830         * src/pgpmime.h
1831         * src/sgpgme.c
1832         * src/sgpgme.h
1833         * src/plugins/Makefile.am
1834         * src/plugins/pgpmime/.cvsignore
1835         * src/plugins/pgpmime/Makefile.am
1836         * src/plugins/pgpmime/pgpmime.c
1837         * src/plugins/pgpmime/pgpmime.h
1838         * src/plugins/pgpmime/plugin.c
1839         * src/plugins/pgpmime/sgpgme.c
1840         * src/plugins/pgpmime/sgpgme.h
1841                 new plugin for PGP/MIME
1842
1843 2004-08-07 [christoph]  0.9.12cvs51
1844
1845         * src/folder.c
1846                 disable immediate folder change notification on opened folders
1847                 until SummaryView can handle it quickly
1848
1849 2004-08-07 [colin]      0.9.12cvs50
1850
1851         * src/pop.c
1852         * src/common/partial_download.c
1853                 fix warnings
1854
1855 2004-08-07 [colin]      0.9.12cvs49
1856
1857         * src/Makefile.am
1858         * src/account.c
1859         * src/addressbook.c
1860         * src/alertpanel.c
1861         * src/alertpanel.h
1862         * src/compose.c
1863         * src/exphtmldlg.c
1864         * src/expldifdlg.c
1865         * src/main.c
1866         * src/message_search.c
1867         * src/messageview.c
1868         * src/pop.c
1869         * src/sgpgme.c
1870         * src/summary_search.c
1871         * src/summaryview.c
1872         * src/textview.c
1873         * src/gtk/sslcertwindow.c
1874         * src/pixmaps/stock_dialog-error.xpm
1875         * src/pixmaps/stock_dialog-info.xpm
1876         * src/pixmaps/stock_dialog-question.xpm
1877         * src/pixmaps/stock_dialog-warning.xpm
1878                 sync new alertpanel from gtk2
1879
1880 2004-08-07 [colin]      0.9.12cvs48
1881
1882         * src/prefs_folder_item.c
1883                 fix memory corruption in folderitem's prefs
1884
1885 2004-08-06 [colin]      0.9.12cvs47
1886
1887         * src/compose.c
1888                 close compose window after queuing, before 
1889                 sending when user presses Send
1890
1891 2004-08-05 [christoph]  0.9.12cvs46
1892
1893         * src/msgcache.c
1894         * src/common/defs.h
1895                 add charset to cache file and convert charset when reading the
1896                 cache if different from internal used charset
1897
1898 2004-08-05 [christoph]  0.9.12cvs45
1899
1900         * src/messageview.c
1901         * src/mimeview.[ch]
1902         * src/procmime.h
1903         * src/common/utils.h
1904                 cleanup (remove unused includes/reorganize)
1905
1906         * src/prefs_ext_prog.c
1907         * src/prefs_folder_item.c
1908         * src/prefs_fonts.c
1909         * src/prefs_msg_colors.c
1910         * src/prefs_spelling.c
1911         * src/prefs_themes.c
1912         * src/prefs_toolbar.c
1913         * src/prefs_wrapping.c
1914         * src/gtk/prefswindow.[ch]
1915         * src/plugins/clamav/clamav_plugin_gtk.c
1916         * src/plugins/dillo_viewer/dillo_prefs.c
1917         * src/plugins/image_viewer/viewerprefs.c
1918         * src/plugins/spamassassin/spamassassin_gtk.c
1919                 change PrefsPage path into an array of strings and don't
1920                 split a single string into parts (better for translation)
1921
1922 2004-08-05 [christoph]  0.9.12cvs44
1923
1924         * src/folder.c
1925                 fix FolderItem's message counts after rebuilding a cache
1926
1927 2004-08-05 [paul]       0.9.12cvs43
1928
1929         * ChangeLog
1930         * ChangeLog.jp
1931         * src/imap.c
1932         * src/news.c
1933         * src/common/nntp.c
1934         * src/common/session.c
1935         * src/common/session.h
1936         * src/common/socket.c
1937                 sync with main 0.9.12cvs2
1938                 see ChangeLog 2004-08-04
1939
1940 2004-08-04 [christoph]  0.9.12cvs42
1941
1942         * configure.ac
1943                 add missing AC_DEFINE(USE_OPENSSL, ...)
1944         * src/folder.c
1945                 use new xml_node_new() function
1946
1947 2004-08-03 [christoph]  0.9.12cvs41
1948
1949         * src/folder.c
1950         * src/localfolder.c
1951         * src/common/xml.[ch]
1952                 sync with main 0.9.12cvs1
1953                 see ChangeLog 2004-07-23
1954
1955 2004-08-03 [christoph]
1956
1957         * configure.ac
1958         * m4/openssl.m4                 ** REMOVE **
1959                 use pkg-config to get OpenSSL CFLAGS and LIBS
1960                 (OpenSSL 0.9.7 is required now)
1961
1962 2004-08-02 [paul]       0.9.12cvs40
1963
1964         * AUTHORS
1965                 update translation team section
1966         * po/pt_BR.po
1967                 updated by Frederico Goncalves Guimaraes
1968                 <fggdebian@yahoo.com.br>
1969
1970 2004-07-29 [colin]      0.9.12cvs39
1971
1972         * src/messageview.c
1973                 Inform the user when a partially 
1974                 downloaded mail isn't on the server
1975                 anymore (due to Mark for deletion)
1976
1977 2004-07-29 [colin]      0.9.12cvs38
1978
1979         * src/messageview.c
1980                 Hide noticeview if necessary
1981
1982 2004-07-27 [colin]      0.9.12cvs37
1983
1984         * src/msgcache.c
1985                 More fixes (i overlook a bit, thanks
1986                 Christoph for spotting it)
1987
1988 2004-07-27 [colin]      0.9.12cvs36
1989
1990         * src/msgcache.c
1991                 Fix wrong test 
1992
1993 2004-07-26 [colin]      0.9.12cvs35
1994
1995         * src/pop.c
1996                 Fix uidl-file parsing when not in new
1997                 format
1998
1999 2004-07-19 [colin]      0.9.12cvs34
2000
2001         * src/compose.c
2002                 Save attachment status when drafting
2003
2004 2004-07-19 [colin]      0.9.12cvs33
2005
2006         * src/folder.h
2007         * src/folderview.c
2008         * src/summaryview.c
2009                 Reverse 0.9.12cvs29 to 31 (folder icon update
2010                 when quicksearch is active)
2011
2012 2004-07-18 [colin]      0.9.12cvs32
2013
2014         * src/pop.c
2015                 Fix partial download bug with "Download all
2016                 messages" option
2017
2018 2004-07-18 [colin]      0.9.12cvs31
2019
2020         * src/folderview.c
2021                 Fix crash
2022
2023 2004-07-17 [colin]      0.9.12cvs30
2024
2025         * src/summaryview.c
2026                 Same, when sticky search is off
2027
2028 2004-07-17 [colin]      0.9.12cvs29
2029
2030         * src/folder.h
2031         * src/folderview.c
2032         * src/summaryview.c
2033                 Update FolderItem icon whenever its summaryview is 
2034                 filtered
2035
2036 2004-07-16 [christoph]  0.9.12cvs28
2037
2038         * src/mimeview.c
2039                 make doubleclick work again
2040
2041 2004-07-16 [christoph]  0.9.12cvs27
2042
2043         * src/mimeview.c
2044                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2045
2046 2004-07-16 [paul]       0.9.12cvs26
2047         
2048         * src/gtk/quicksearch.c
2049         * src/compose.c
2050         * src/customheader.c
2051         * src/messageview.c
2052         * src/news.c
2053         * src/prefs_account.c
2054         * src/prefs_display_header.c
2055         * src/procheader.c
2056                 replace "Message-Id" with "Message-ID"
2057
2058 2004-07-16 [paul]       0.9.12cvs25
2059
2060         * ChangeLog
2061         * ChangeLog.jp
2062         * src/account.c
2063         * src/account.h
2064         * src/folder_item_prefs.c
2065         * src/main.c
2066         * src/pop.c
2067         * src/pop.h
2068         * src/prefs_account.c
2069         * src/prefs_account.h
2070         * src/prefs_common.c
2071         * src/prefs_common.h
2072         * src/prefs_gtk.c
2073         * src/prefs_gtk.h
2074                 sync with main 0.9.12cvs1
2075
2076 2004-07-15 [colin]      0.9.12cvs24
2077
2078         * src/folder.c
2079                 Disable GPG signature check during
2080                 folder move and scan 
2081         (Closes Bug 521 Signature checking slows down Folder-Move)
2082
2083 2004-07-14 [christoph]  0.9.12cvs23
2084
2085         * src/pgpmime.c
2086                 add missing fclose. Patch by Thomas Gilgin.
2087
2088         * src/procmime.c
2089                 add checks if fopen really worked
2090
2091 2004-07-14 [colin]      0.9.12cvs22
2092
2093         * src/pop.c
2094         * src/common/partial_download.c
2095                 Update includes
2096
2097 2004-07-14 [colin]      0.9.12cvs21
2098
2099         * src/folder.c
2100         * src/inc.c
2101         * src/matcher.c
2102         * src/matcher.h
2103         * src/matcher_parser_parse.y
2104         * src/messageview.c
2105         * src/msgcache.c
2106         * src/noticeview.c
2107         * src/noticeview.h
2108         * src/pop.c
2109         * src/pop.h
2110         * src/prefs_matcher.c
2111         * src/procheader.c
2112         * src/procmsg.c
2113         * src/procmsg.h
2114         * src/summaryview.c
2115         * src/common/Makefile.am
2116         * src/common/defs.h
2117         * src/gtk/quicksearch.c
2118         * src/common/partial_download.c ** NEW FILES **
2119         * src/common/partial_download.h ** NEW FILES **
2120                 Partial downloading of pop3 mails
2121
2122 2004-07-13 [christoph]  0.9.12cvs20
2123
2124         * src/mimeview.c
2125                 use "button_release_event" instead of "button_press_event",
2126                 because executing event callbacks while the button is still
2127                 pressed is not good and causes problems
2128
2129 2004-07-12 [colin]      0.9.12cvs19
2130
2131         * src/gtk/quicksearch.c
2132                 Fix a missing status update in quicksearch
2133
2134 2004-07-08 [colin]      0.9.12cvs18
2135
2136         * src/common/smtp.h
2137                 Fix guint vs gint bug
2138
2139 2004-07-08 [colin]      0.9.12cvs17
2140
2141         * src/common/smtp.c
2142                 use to_human_readable() for sizes
2143
2144 2004-07-08 [paul]       0.9.12cvs16
2145
2146         * src/inc.c [1.174]
2147                 fix occasional non-clearance of the statusbar
2148                 (close Bug 531 'SA plugin: status bar does not 
2149                  get cleared in OFFLINE mode')
2150
2151 2004-07-07 [colin]      0.9.12cvs15
2152
2153         * src/prefs_common.c [1.225]
2154         * src/prefs_common.h [1.112]
2155                 Add a hidden summary_quicksearch_sticky preference,
2156                 to allow the quicksearch bar to reset across folders
2157         * src/summaryview.c [1.437]
2158                 Use this preference
2159         * src/gtk/quicksearch.c [1.5]
2160         * src/gtk/quicksearch.h [1.3]
2161                 Add this preference, fix focus when hitting Enter,
2162                 add handling of Esc key to reset
2163
2164 2004-07-06 [colin]      0.9.12cvs14
2165
2166         * src/gtk/quicksearch.c [1.4]
2167                 Add Clear button
2168
2169 2004-07-06 [christoph]  0.9.12cvs13
2170
2171         * src/toolbar.c
2172                 enable next unread button in empty folders if next folder
2173                 dialog is not disabled
2174
2175         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2176          folders)
2177
2178 2004-07-06 [colin]      0.9.12cvs12
2179
2180         * src/common/smtp.c [1.16]
2181                 Display maximum message size in the log
2182
2183 2004-07-06 [paul]       0.9.12cvs11
2184
2185         * src/toolbar.c
2186                 fix typo. (spotted by Fabien Vantard)
2187
2188 2004-07-06 [paul]       0.9.12cvs10
2189
2190         * src/main.c
2191                 terminate cleanly on SIGHUP. Patch submitted by
2192                 Thomas Gilgin <thg@karate-muellheim.de>
2193
2194 2004-07-05 [christoph]  0.9.12cvs9
2195
2196         * src/inc.c
2197                 better replacing of %d in new mail notification command
2198
2199 2004-07-05 [colin]      0.9.12cvs8
2200
2201         * src/common/smtp.[ch]
2202                 Take SIZE (returned by EHLO) into account, and
2203                 avoid sending too big messages
2204
2205 2004-07-04 [paul]       0.9.12cvs7
2206
2207         * src/account.c
2208                 fix auto-account selection on imap/news
2209
2210 2004-07-01 [paul]       0.9.12cvs6
2211
2212         * src/gtk/quicksearch.c
2213                 reveal hidden string in gui
2214                 
2215         * src/compose.c
2216                 fix updating of gpg signing setting on 
2217                 switching accounts
2218
2219 2004-06-30 [darko]      0.9.12cvs5
2220
2221         * src/common/utils.c
2222                 remove expand_search_string()
2223         * src/gtk/quicksearch.c
2224                 remove no longer needed for loop (thanks Christoph)
2225                 add expand_search_string()
2226
2227 2004-06-30 [darko]      0.9.12cvs4
2228
2229         * src/common/utils.c
2230                 allow all filtering expressions in quicksearch
2231
2232         (Closes Bug 519 filtering expr. in quicksearch)
2233
2234 2004-06-30 [christoph]  0.9.12cvs3
2235
2236         * configure.ac
2237                 better 'localedir'
2238
2239         * src/common/intl.h
2240                 allow plugins to define TEXTDOMAIN for the _(...) macro
2241
2242 2004-06-30 [paul]       0.9.12cvs2
2243
2244         * po/POTFILES.in
2245           src/Makefile.am
2246           src/main.c
2247           src/prefs_common.c
2248           src/prefs_msg_colors.[ch]     ** NEW FILES **
2249                 move message colouring options to
2250                 '/Other Preferences/Message View/Colors'
2251
2252 2004-06-30 [paul]       0.9.12cvs1
2253
2254         * po/POTFILES.in
2255           src/Makefile.am
2256           src/main.c
2257           src/prefs_common.c
2258           src/prefs_wrapping.[ch]       ** NEW FILES **
2259                 move message wrapping options to
2260                 /'Other Preferences/Compose/Message Wrapping'
2261
2262 2004-06-28 [paul]       0.9.12
2263
2264         * Sylpheed-Claws 0.9.12 released
2265
2266         * po/es.po
2267           po/fr.po
2268           po/sk.po
2269                 updated by Ricardo Mones Lastra, Fabien Vantard,
2270                 Andrej Kacian
2271
2272 2004-06-27 [paul]       0.9.11cvs19
2273
2274         * src/common/ssl.c
2275                 re-enable certificate check
2276
2277 2004-06-25 [christoph]  0.9.11cvs18
2278
2279         * src/procmsg.h
2280                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2281
2282 2004-06-25 [paul]       0.9.11cvs17
2283
2284         * sync with main 0.9.12cvs1
2285                 see ChangeLog 2004-06-23
2286                 
2287         * src/gtk/menu.c
2288                 remove unused menu_toggle_toggle()
2289
2290 2004-06-23 [christoph]  0.9.11cvs16
2291
2292         * src/folder.c
2293         * src/procheader.c
2294         * src/procmsg.h
2295         * src/summaryview.c
2296                 scan the mime structure of multipart mails for correct
2297                 attachment, encryped and signed (with privacy API) part
2298                 detection
2299
2300         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2301
2302 2004-06-22 [paul]
2303
2304         * po/ru.po
2305                 updated by Pavlo Bohmat
2306
2307 2004-06-20 [christoph]  0.9.11cvs15
2308
2309         * src/inc.c
2310         * src/pop.[ch]
2311                 disconnect after authentication when doing POP before SMTP
2312
2313         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2314
2315 2004-06-19 [christoph]  0.9.11cvs14
2316
2317         * src/folder.c
2318                 fix FolderItem name update
2319
2320         (Closes Bug 511 Folder-Renaming not reflected immediately)
2321
2322 2004-06-17 [paul]       0.9.11cvs13
2323         
2324         * sync with main 0.9.12 release
2325           src/session.c
2326                 session_set_timeout(): fixed a bug that didn't
2327                 reset timeout_tag when interval is 0.
2328
2329 2004-06-16 [christoph]  0.9.11cvs12
2330
2331         * src/textview.c
2332                 correctly clear the URL in the status bar
2333
2334 2004-06-15 [christoph]  0.9.11cvs11
2335
2336         * src/summaryview.c
2337                 add missing gtk_widget_show()
2338
2339 2004-06-11 [christoph]  0.9.11cvs10
2340
2341         * src/plugins/spamassassin/spamassassin.c
2342                 correctly check waitpid return code
2343
2344         (Closes Bug 396 Zombie process when spamassassin is called)
2345
2346 2004-06-10 [christoph]  0.9.11cvs9
2347
2348         * src/mainwindow.c
2349         * src/summaryview.[ch]
2350         * src/gtk/Makefile.am
2351         * src/gtk/quicksearch.c                         ** NEW **
2352                 separate quick search from summaryview
2353
2354 2004-06-09 [christoph]  0.9.11cvs8
2355
2356         * src/inc.c
2357                 remove unused code
2358
2359         * src/textview.c
2360                 get folder for compose default account from MsgInfo and not
2361                 from SummaryView
2362
2363 2004-06-09 [christoph]  0.9.11cvs7
2364
2365         * src/folder.[ch]
2366                 add information about added or removed messages to
2367                 FOLDER_ITEM_UPDATE hook
2368
2369         * src/imap_gtk.c
2370         * src/mh_gtk.c
2371                 scan folder when removing a folder failed instead of
2372                 updating the summaryview
2373
2374 2004-06-08 [paul]       0.9.11cvs6
2375
2376         * sync with main 0.9.11cvs2
2377                 see ChangeLog 2004-06-08
2378
2379 2004-06-07 [christoph]  0.9.11cvs5
2380
2381         * configure.ac
2382         * src/common/Makefile.am
2383                 detect library providing 'encrypt' function
2384
2385 2004-06-07 [paul]       0.9.11cvs4
2386
2387         * src/inc.c
2388                 sync with main, 'code cleanup'
2389                 
2390         * tools/nautilus2sylpheed.sh
2391                 fix whitespace limitation. patch submitted by
2392                 Stephan Sachse <white@teg-clan.de>
2393
2394 2004-06-04 [christoph]  0.9.11cvs3
2395
2396         * src/account.c
2397         * src/action.[ch]
2398         * src/addressbook.c
2399         * src/addrindex.h
2400         * src/folder.h
2401         * src/folder_item_prefs.c
2402         * src/inc.c
2403         * src/main.c
2404         * src/messageview.c
2405         * src/mh_gtk.c
2406         * src/prefs_themes.c
2407         * src/procmime.c
2408         * src/quote_fmt.h
2409         * src/stock_pixmap.c
2410         * src/toolbar.c
2411                 fix compiler warnings
2412
2413 2004-06-03 [paul]       0.9.11cvs2
2414
2415         * src/msgcache.c
2416                 sync with main 0.9.11cvs1: "changed gint32 to
2417                 guint32 for some platforms"
2418
2419 2004-06-02 [christoph]  0.9.11cvs1
2420
2421         * src/common/ssl.c
2422                 fix SSL_CTX variable name for older OpenSSL versions
2423
2424         (Closes Bug 503 fix compilation with older OpenSSL)
2425
2426 2004-05-31 [paul]       0.9.11claws
2427
2428         * 0.9.11claws released
2429
2430 2004-05-31 [paul]       0.9.10claws72
2431
2432         * po/es.po
2433           po/it.po
2434           po/ja.po
2435           po/pl.po
2436           po/sk.po
2437           po/sr.po
2438           po/zh_CN.po
2439                 update translations, submitted by Ricardo Mones Lastra,
2440                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2441                 Urke MMI, and Hansom Young
2442
2443 2004-05-25 [luke]       0.9.10claws71
2444
2445         * AUTHORS
2446         * src/mimeview.c
2447         * src/stockpixmap.[ch]
2448         * src/Makefile.am
2449         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2450         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2451         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2452         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2453         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2454
2455                 o Added privacy emblems from Jesper Shultz 
2456                   <jesper@schultz-net.dk>
2457                 o Overlay emblems onto mimeview icons to indicate
2458                   status of signature and if a message is encrypted
2459         
2460         * src/textview.c
2461                 remove unused color definitions (were used to 
2462                 indicate sig status)
2463
2464 2004-05-25 [paul]       0.9.10claws70
2465
2466         * AUTHORS
2467           tools/Makefile.am
2468           tools/README
2469           tools/nautilus2sylpheed.sh            ** NEW FILE **
2470                 add script to enable sending files from
2471                 nautilus.
2472                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2473                 
2474         * tools/launch_firebird                 ** REMOVED **
2475                 removed as the standard "firefox '%s'" now functions
2476                 correctly
2477
2478 2004-05-23 [paul]       0.9.10claws69
2479
2480         * src/compose.c
2481                 fix %X cursor point segfault
2482                 patch by Christoph
2483
2484 2004-05-23 [christoph]  0.9.10claws68
2485
2486         * src/folder.c
2487                 fix folder moving
2488
2489 2004-05-21 [paul]       0.9.10claws67
2490
2491         * sync with 0.9.10cvs17
2492                 see ChangeLog 2004-05-21
2493
2494 2004-05-20 [paul]       0.9.10claws66
2495
2496         * sync with 0.9.10cvs16
2497                 see ChangeLog 2004-05-19 and 2004-05-20
2498
2499 2004-05-19 [alfons]     0.9.10claws65
2500
2501         * src/summaryview.h
2502                 on some platforms regoff_t is defined as off_t, so 
2503                 pull in sys/types.h
2504
2505 2004-05-19 [paul]       0.9.10claws64
2506
2507         * sync with 0.9.10cvs13
2508                 see ChangeLog 2004-05-18
2509
2510 2004-05-17 [christoph]  0.9.10claws63
2511
2512         * src/folder.c
2513                 search all folders when searching for default folders and
2514                 not return the special folder of the first folder
2515
2516 2004-05-13 [alfons]     0.9.10claws62
2517
2518         * src/summaryview.c
2519                 add a better check to see if a message is a news message
2520                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2521
2522 2004-05-13 [paul]       0.9.10claws61
2523
2524         * src/msgcache.c
2525                 sync with 0.9.10cvs12
2526                 see ChangeLog 2004-05-12
2527
2528 2004-05-12 [alfons]     0.9.10claws60
2529
2530         * src/folderview.c
2531                 release lock in case of folder could not be opened 
2532
2533 2004-05-11 [christoph]  0.9.10claws59
2534
2535         * src/inc.[ch]
2536                 remove unused folderview update stuff from inc.[ch]
2537
2538 2004-05-11 [paul]       0.9.10claws58
2539
2540         * sync with 0.9.10cvs11
2541                 see ChangeLog 2004-05-10 and 2004-05-11
2542
2543 2004-05-09 [christoph]  0.9.10claws57
2544
2545         * src/folderview.c
2546                 check for folder class functions and not folder type to detect
2547                 valid drag targets
2548
2549 2004-05-08 [christoph]  0.9.10claws56
2550
2551         * src/sgpgme.c
2552                 fix date output for signature expire times
2553
2554         (Patch by Edgar Toernig <froese@gmx.de>)
2555
2556 2004-05-06 [christoph]  0.9.10claws55
2557
2558         * src/gtk/prefswindow.c
2559                 change window type to DIALOG
2560
2561         * src/folder.[ch]
2562         * src/folderview.c
2563         * src/news_gtk.c
2564                 o add folder_remove()
2565                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2566                 o add new "sort" field to Folder, no longer sort folders by type
2567                   higher sort values will be first in the folder list, new folders get 0
2568                   and will be added to the end
2569
2570         * src/mainwindow.c
2571         * src/gtk/Makefile.am
2572         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2573                 add dialog to allow users to change the folder order
2574
2575 2004-05-04 [paul]       0.9.10claws54
2576
2577         * src/inc.c
2578                 Display account_name in statusbar when retrieving
2579                 messages from a pop account
2580         * src/prefs_account.c
2581                 display account name in title of prefs_account
2582                 window
2583         * src/prefs_folder_item.c
2584                 display folder name in title of prefs_folder window
2585
2586         all 3 patches submitted by Fabien Vantard
2587
2588         * AUTHORS
2589                 add Fabien Vantard
2590
2591 2004-05-04 [paul]       0.9.10claws53
2592
2593         * src/prefs_actions.c
2594           src/prefs_template.c
2595                 'Esc' Key exits alertpanel
2596                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2597
2598 2004-04-26 [christoph]  0.9.10claws52
2599
2600         * src/gtk/about.c
2601         * src/gtk/colorsel.c
2602         * src/gtk/description_window.c
2603         * src/gtk/filesel.c
2604         * src/gtk/gtkaspell.c
2605         * src/gtk/inputdialog.c
2606         * src/gtk/pluginwindow.c
2607         * src/gtk/progressdialog.c
2608                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2609                   it does not work correctly with xinerama
2610                 o lock incorporation while the plugin window is open
2611
2612 2004-04-23 [paul]       0.9.10claws51
2613
2614         * po/POTFILES.in
2615                 update location of inputdialog.c
2616                 
2617         * src/gtk/about.c
2618                 update Copyright string
2619                 
2620         * src/msgcache.c
2621           src/prefs_common.c
2622           src/prefs_themes.c
2623                 improve the english a little
2624
2625 2004-04-22 [christoph]  0.9.10claws50
2626
2627         * src/folderutils.[ch]
2628                 add folderutils_mark_all_read()
2629
2630         * src/folderview.c
2631                 readd "mark all read" from popup menu, now works
2632                 in all folders and not only the opened folder
2633
2634 2004-04-21 [christoph]  0.9.10claws49
2635
2636         * src/Makefile.am
2637         * src/inputdialog.[ch]                  ** REMOVED **
2638         * src/gtk/Makefile.am
2639         * src/gtk/inputdialog.[ch]              ** NEW **
2640                 move inputdialog.[ch] into gtk directory
2641
2642         * src/mh_gtk.c
2643                 remove check for missing IMAP folder account
2644
2645 2004-04-20 [christoph]  0.9.10claws48
2646
2647         * src/mainwindow.c
2648         * src/foldersel.c
2649                 remove new/rename/delete folder GUI functions because
2650                 they are always active, even for news folders, and can
2651                 not be easily made folder class dependent
2652
2653         * src/gtk/menu.[ch]
2654                 make menu_translate() public
2655
2656         * src/Makefile.am
2657         * src/folder.[ch]
2658         * src/folderview.[ch]
2659         * src/imap_gtk.[ch]                     ** NEW **
2660         * src/main.c
2661         * src/mh_gtk.[ch]                       ** NEW **
2662         * src/news_gtk.[ch]                     ** NEW **
2663                 o dynamically build FolderView popup menus from a folder
2664                   specific part, with callbacks to seperated code, and
2665                   a common part
2666                 o remove the folder class specifiy code from folderview.c
2667
2668 2004-04-15 [luke]       0.9.10claws47
2669
2670         * src/prefs_folder_item.c
2671                 o remove buttons for applying 'scan for new mail'
2672                   and 'process at startup' to sub folders
2673                 o add 'apply to sub folder' check buttons for all
2674                   properties and set folder prefs accordingly
2675                 o replace multiple gtk_widget_show() with one
2676                   gtk_widget_show_all() on container
2677
2678 2004-04-14 [darko]      0.9.10claws46
2679
2680         * src/gtk/Makefile.am
2681         * src/gtk/pluginwindow.c
2682                 load plugins from to $(prefix)/lib/sylpheed/plugins
2683                 in file selection dialog
2684         * src/plugins/clamav/clamav_plugin.c
2685                 const correctness
2686
2687 2004-04-14 [christoph]  0.9.10claws45
2688
2689         * src/folder.c
2690         * src/plugins/image_viewer/viewer.c
2691                 fix g_warnings
2692
2693 2004-04-10 [alfons]     0.9.10claws44
2694         
2695         * src/compose.c
2696                 appropriate auto account selection when forwarding
2697                 (fixes bug #476, "forward as attachment does not listen
2698                 to account rules")
2699
2700 2004-04-09 [alfons]     0.9.10claws43
2701
2702         * src/summaryview.c
2703                 make quick search combo matching case sensitive
2704
2705 2004-04-06 [alfons]     0.9.10claws42
2706
2707         * src/addr_compl.c
2708                 use cursor position to prevent clearing the entire entry
2709
2710 2004-04-06 [alfons]     0.9.10claws41
2711
2712         * src/folderview.c
2713                 fix bug #472, "filter not updated when renaming folder" 
2714
2715 2004-04-06 [alfons]     0.9.10claws40
2716
2717         * src/messageview.[ch]
2718           src/summaryview.c
2719                 reflect changes to Show all headers to main view
2720                 and message view (only affects detached message
2721                 view). see also bug #473, 'Show All Headers 
2722                 "problem"'.
2723
2724 2004-04-03 [alfons]     0.9.10claws39
2725
2726         * src/matcher.c
2727                 free address list
2728
2729 2004-04-03 [alfons]     0.9.10claws38
2730
2731         * src/matcher_parser_parse.y
2732           src/matcher.[ch]
2733                 prepare address look up matcher type; marginally
2734                 tested, and not hooked into the UI yet.
2735
2736                 basically it accepts the result of the left hand
2737                 side of the matcher (the "criteria"):
2738
2739                         from all_in_addressbook ""
2740                         ~to_or_cc any_in_addressbook ""
2741                 
2742                 the first case matches all addresses found in the
2743                 from header, and the second case matches if any
2744                 (at least one) of the addresses in to or cc headers 
2745                 are not in the address book.
2746
2747                 the string argument is not used yet, but is intended
2748                 to match a group of addresses 
2749
2750 2004-04-02 [luke]       0.9.10claws37
2751
2752         * src/prefs_folder_item.c
2753                 Add two buttons to apply 'scan for new mail'
2754                 and 'process at startup' to sub folders
2755
2756 2004-04-02 [luke]
2757         * tools/textviewer.sh
2758                 better filename extension matching plus some support for
2759                 MS Excel, MS Powerpoint and HTML
2760
2761 2004-03-29 [christoph]  0.9.10claws36
2762
2763         * src/folder.h
2764         * src/folderutils.[ch]
2765         * src/mainwindow.c
2766                 add delete duplicates for all folders
2767
2768 2004-03-29 [alfons]     0.9.10claws35
2769
2770         * src/folder.c
2771                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2772                 when selecting top-level folder node (thanks to 
2773                 Alex S. Moore)
2774
2775 2004-03-28 [keith]      0.9.10claws34
2776
2777         * src/textview.c
2778                 prepend "http://" to URIs of the form "www.example.com"
2779
2780 2004-03-28 [paul]       0.9.10claws33
2781
2782         * src/common/nntp.c
2783           src/common/smtp.c
2784           src/folder.c
2785           src/imap.c
2786           src/inc.c
2787           src/news.c
2788           src/pop.c
2789                 revise 'translatable string' policy:
2790                 don't translate debug_print() or log_print(),
2791                 translate log_message() and log_warning()
2792         
2793         * po/zh_CN.po
2794                 update submitted by Hansom Young
2795
2796 2004-03-25 [alfons]     0.9.10claws32
2797
2798         * src/prefs_common.c
2799                 I mean this one: Return the GList...
2800
2801 2004-03-25 [alfons]     0.9.10claws31
2802
2803         * src/prefs_common.h
2804                 add new members at the end of prefs_common, so
2805                 they get properly initialized
2806
2807 2004-03-24 [christoph]  0.9.10claws30
2808
2809         * src/imap.c
2810                 o NULL is a valid GSList
2811
2812 2004-03-24 [alfons]     0.9.10claws29
2813
2814         * src/prefs_common.[ch]
2815           src/summaryview.c
2816           src/common/defs.h
2817                 add history to quick search (patch submitted by 
2818                 Ivan Francolin Martinez - thanks!)
2819
2820 2004-03-24 [alfons]     0.9.10claws28
2821
2822         * src/imap.c
2823                 NULL output pointer parameter
2824
2825 2004-03-21 [alfons]     0.9.10claws27
2826
2827         * src/addrindex.[ch]
2828           src/addr_compl.c
2829                 complete addresses on nicks and aliases
2830
2831 2004-03-21 [alfons]     0.9.10claws26
2832
2833         * src/import.c
2834           src/inc.c
2835           src/mbox.[ch]
2836                 disable filters on import mbox (patch submitted
2837                 by Edgar Toernig)
2838
2839 2004-03-21 [darko]      0.9.10claws25
2840
2841         * src/addr_compl.c
2842                 select the address when only one match is found while
2843                 doing address completion with tab key (feature
2844                 request #914720)
2845
2846 2004-03-21 [alfons]     0.9.10claws24
2847
2848         * src/messageview.c
2849           src/toolbar.c
2850                 don't `navigate-delete` when a summary view's selection does not 
2851                 match the accompanying message view's message
2852
2853 2004-03-20 [alfons]     0.9.10claws23
2854
2855         * src/summaryview.c
2856                 hide ext search button on initial display (should fix bug #459,
2857                 "Toggling quick-search at 1st time: minor UI inconsistency")
2858
2859 2004-03-20 [alfons]     0.9.10claws22
2860
2861         * src/summaryview.[ch]
2862                 add function to get selected msginfo, if there's
2863                 only one selected
2864
2865 2004-03-20 [paul]       0.9.10claws21
2866
2867         * sync with 0.9.10cvs7
2868                 see ChangeLog 2004-03-19
2869
2870 2004-03-19 [paul]       0.9.10claws20
2871
2872         * src/common/nntp.c
2873           src/common/smtp.c
2874           src/common/ssl.c
2875           src/folder.c
2876           src/imap.c
2877           src/inc.c
2878           src/news.c
2879           src/pop.c
2880                 don't translate strings in debug_print(), log_print(),
2881                 log_message(),  and log_warning()
2882
2883 2004-03-19 [alfons]     0.9.10claws19
2884
2885         better next/previous/delete/focus navigation with separate 
2886         message view 
2887         
2888         * src/toolbar.c
2889                 call summaryview_delete() instead of messageview_delete()
2890         * src/messageview.c
2891                 disable messageview_delete()
2892
2893 2004-03-18 [paul]       0.9.10claws18
2894
2895         * sync with 0.9.10cvs6
2896                 see ChangeLog 2004-03-16
2897
2898 2004-03-17 [alfons]     0.9.10claws17
2899
2900         * src/gtk/filesel.c
2901                 remove bogus semicolon after if() (sometimes it pays to
2902                 read LKML :)
2903
2904 2004-03-15 [darko]      0.9.10claws16
2905
2906         * src/gtk/filesel.c
2907                 support full path in place of a filename
2908         * src/mimeview.c
2909                 store directory attachments were saved to and
2910                 use it when saving attachments
2911         * src/prefs_common.[hc]
2912                 store directory attachments were last saved to
2913
2914 2004-03-15 [paul]       0.9.10claws15
2915
2916         * src/folderview.c
2917                 fix bug where unsubscribing a newsgroup would destroy
2918                 (most of the) filtering rules
2919
2920 2004-03-15 [paul]       0.9.10claws14
2921
2922         * src/folderview.c
2923                 fix Bug 458, 'Folder View remaining empty after 
2924                 removing a NEWS account' (was also true of IMAP
2925                 accounts)
2926
2927 2004-03-15 [paul]       0.9.10claws13
2928
2929         * src/folderview.c
2930                 fix folderview invisibility of newly subscribed
2931                 newsgroups
2932
2933 2004-03-13 [paul]       0.9.10claws12
2934
2935         * src/compose.c
2936           src/plugins/dillo_viewer/dillo_prefs.c
2937           src/plugins/image_viewer/viewerprefs.c
2938                 gettextise some forgotten parts
2939
2940 2004-03-13 [alfons]     0.9.10claws11
2941
2942         * src/imap.c
2943                 make sure the correct type is passed to sscanf()
2944
2945 2004-03-13 [paul]       0.9.10claws10
2946
2947         * sync with 0.9.10cvs5
2948                 see ChangeLog 2004-03-02 and 2004-03-12, 
2949                 specifically:
2950                 'always move messages by default when using DnD (except 
2951                 for News folder). Copy messages if Ctrl-key is pressed.'
2952                 and 'added a function to filter selected messages'
2953
2954 2004-03-12 [christoph]  0.9.10claws9
2955
2956         * src/codeconv.c
2957                 add parameter check to conv_unmime_header_overwrite()
2958
2959         * src/imap.c
2960                 o fix spelling
2961                 o fix removing of NEW flag when UNREAD is unset
2962
2963         * src/procmime.c
2964                 decode MIME-headers
2965
2966         (Closes 437 i18n attachment display error.)
2967
2968 2004-03-12 [paul]       0.9.10claws8
2969
2970         * po/it.po
2971                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2972                 
2973         * tools/Makefile.am
2974                 add 'textviewer.sh'
2975
2976 2004-03-12 [alfons]     0.9.10claws7
2977
2978         * src/imap.c
2979                 o quiet compiler and typecast Folder * to IMAP Folder *
2980                 o wake up and fix my previous incompatible type assignment bug
2981
2982 2004-03-12 [alfons]     0.9.10claws6
2983
2984         * src/imap.c
2985                 don't mix up pointers to int, guint32 _and_ 
2986                 unsigned int 
2987
2988 2004-03-12 [christoph]  0.9.10claws5
2989
2990         * src/folderview.c
2991                 Add error requester when renaming a folder failed
2992
2993         * src/imap.c
2994                 Check new FolderItem name for namespace seperator
2995                 before renaming
2996
2997         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2998
2999 2004-03-11 [christoph]  0.9.10claws4
3000
3001         * src/folder.[ch]
3002         * src/imap.c
3003         * src/procmsg.h
3004                 syncronize flags in cache with IMAP folder flags
3005
3006         Adapted a patch submitted by Simon 'corecode' Schubert
3007         <corecode@corecode.ath.cx> 
3008
3009
3010 2004-03-11 [alfons]     0.9.10claws3
3011
3012         * src/textview.[ch]
3013                 remove dead code that at one time controlled display of
3014                 URIs in status bar
3015
3016 2004-03-10 [paul]       0.9.10claws2
3017
3018         * po/it.po
3019                 updated by Lupino <lupin85@email.it>
3020
3021 2004-03-09 [alfons]     0.9.10claws1
3022
3023         * src/matcher.c
3024                 we're not using yywrap, but we may, so close yyin instead
3025                 of initial FILE *
3026
3027 2004-03-08 [paul]       0.9.10claws
3028
3029         * 0.9.10claws released
3030
3031 2004-03-08 [paul]       0.9.9claws41
3032
3033         * po/es.po
3034           po/ja.po
3035           po/ru.po
3036           po/sk.po
3037           po/sr.po
3038           po/zh_CN.po
3039                 update translations. submitted by Ricardo Mones Lastra,
3040                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3041                 Hansom Young
3042
3043 2004-03-06 [paul]       0.9.9claws40
3044
3045         * src/stock_pixmap.c
3046                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3047                 patch submitted by Pawel Pekala
3048
3049 2004-03-06 [alfons]             0.9.9claws39
3050
3051         * src/addrindex.c
3052                 allow nick name completion again 
3053
3054 2004-03-02 [match]              0.9.9claws38
3055
3056         * configure.ac
3057                 added definition of USE_LDAP_TLS to support TLS.
3058         * src/ldapctrl.[ch]
3059         * src/ldapquery.c
3060         * src/ldapserver.[ch]
3061         * src/addressbook.c
3062         * src/addrindex.c
3063         * src/editldap.c
3064                 included LDAP TLS support.
3065
3066 2004-03-02 [christoph]          0.9.9claws37
3067
3068         * src/folder.[ch]
3069                 o add more documentation for FolderClass
3070                 o remove usused FolderClass virtual functions
3071
3072         * src/imap.c
3073         * src/mh.c
3074         * src/news.c
3075                 change creation of FolderClass because static initializations
3076                 for structs suck in C89
3077
3078 2004-03-01 [paul]
3079
3080         * sync with 0.9.10
3081
3082 2004-02-28 [keith]      0.9.9claws36
3083
3084         * src/common/utils.c
3085                 Fix treatment of whitespace in quicksearch bar (leading
3086                 spaces and >1 space between commands and parameters).
3087
3088 2004-02-27 [alfons]     0.9.9claws35
3089
3090         * src/compose.[ch]
3091                 Explicitly remove draft timeout to fix nasty race between 
3092                 compose_send_cb() (which destroys the compose window) and 
3093                 compose_defer_auto_save_draft() (which expects compose 
3094                 window to exist). Should fix Keith's and Fred Marton's
3095                 bug report (#128, "crash after complaining about character
3096                 set conversion")
3097
3098 2004-02-27 [luke]       0.9.9claws34
3099         
3100         * src/folder.c
3101                 Do folder_item_apply_processing() even if no processing
3102                 rules for the folder exist (so global processing is applied)
3103
3104 2004-02-26 [thorsten]   0.9.9claws33
3105
3106         * src/mimeview.c
3107                 Remove misleading static declaration
3108
3109 2004-02-26 [alfons]     0.9.9claws32
3110
3111         * src/procmime.[ch]
3112           src/compose.c
3113           src/mimeview.c
3114           src/textview.c
3115                 use/add procmime_get_content_type_str() as a safe wrapper
3116                 for returning a Content-Type type string; should fix 
3117                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3118                  - attachments."
3119
3120 2004-02-26 [thorsten]   0.9.9claws31
3121
3122         * src/mimeview.c
3123                 Restructure save_as/save_all
3124
3125 2004-02-26 [alfons]     0.9.9claws30
3126
3127         * src/procmime.c
3128                 clean up (2)
3129
3130 2004-02-26 [alfons]     0.9.9claws29
3131
3132         * src/procmime.c
3133                 clean up (1)
3134
3135 2004-02-24 [luke]
3136
3137         * tools/textviewer.sh
3138                 tweaks from Johann Koenig, recognition of shell
3139                 scripts in particular
3140
3141 2004-02-24 [paul]       0.9.9claws28
3142
3143         * sync with 0.9.9cvs13
3144                 see ChangeLog 2004-02-24
3145
3146 2004-02-23 [paul]       0.9.9claws27
3147
3148         * src/inc.c
3149                 one alertpanel on pop3 authentication error will suffice
3150                 
3151         * src/prefs_fonts.c
3152                 remove unnecessary printf
3153
3154 2004-02-22 [alfons]     0.9.9claws26
3155
3156         * src/messageview.c
3157                 put back a lost check
3158
3159 2004-02-21 [alfons]     0.9.9claws25
3160
3161         * src/folderview.c
3162                 don't forget to save folder properties after renaming folder
3163
3164 2004-02-20 [paul]       0.9.9.claws24
3165
3166         * src/addressbook.c
3167                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3168                 
3169         * src/inc.c
3170                 complete sync with 0.9.9cvs9's 'update folderview
3171                 progressively'
3172                 
3173         * configure.ac
3174                 require gettext >= 0.12.1
3175
3176 2004-02-17 [match]      0.9.9claws23
3177
3178         * src/compose.c
3179                 keep the peace - change style.
3180
3181 2004-02-17 [alfons]     0.9.9claws22
3182
3183         * src/filtering.c
3184                 make MATCHACTION_STOP cancel filtering / processing;
3185                 clean up and document it to make it a little bit more clear;
3186
3187 2004-02-17 [alfons]     0.9.9claws21
3188
3189         %X marks the cursor spot for reply quote format
3190
3191         * src/quote_fmt_lex.l 
3192           src/quote_fmt.c
3193                 add %X token
3194                 
3195         * src/quote_fmt.h
3196           src/quote_fmt_parse.y
3197                 handle %X token
3198                 
3199         * src/compose.c
3200                 handle %X token for replies only (for now)
3201
3202 2004-02-17 [paul]       0.9.9claws20
3203
3204         * po/sk.po
3205                 updated by Andrej Kacian
3206                 
3207         * src/news.c
3208                 remove unneeded include
3209                 
3210         * src/prefs_fonts.c
3211                 be a little more user-friendly with the labels
3212                 
3213         * configure.ac
3214                 a change forgotten in the last commit: 
3215                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3216
3217 2004-02-17 [paul]       0.9.9claws19
3218
3219         * ac/*                          ** REMOVED **
3220           ac/                           ** REMOVED **
3221           intl/Makefile.in              ** REMOVED **
3222           m4/                           ** NEW **
3223           m4/missing                    ** NEW **
3224           m4/missing/gdk-pixbuf.m4      ** NEW **
3225           m4/missing/gettext.m4         ** NEW **
3226           m4/missing/gpgme.m4           ** NEW **
3227           m4/missing/imlib.m4           ** NEW **
3228           m4/.cvsignore                 ** NEW **
3229           m4/Makefile.am                ** NEW **
3230           m4/README                     ** NEW **
3231           m4/aclocal-include.m4         ** NEW **
3232           m4/aspell.m4                  ** NEW **
3233           m4/check-type.m4              ** NEW **
3234           m4/gnupg-check-typedef.m4     ** NEW **
3235           m4/openssl.m4                 ** NEW **
3236           m4/spamassassin.m4            ** NEW **
3237           po/ChangeLog                  ** REMOVED **
3238           po/Makefile.in.in             ** REMOVED **
3239           po/Rules-quot                 ** REMOVED **
3240           po/boldquot.sed               ** REMOVED **
3241           po/en@boldquot.header         ** REMOVED **
3242           po/en@quot.header             ** REMOVED **
3243           po/insert-header.sin          ** REMOVED **
3244           po/quot.sed                   ** REMOVED **
3245           po/remove-potcdate.sed        ** REMOVED **
3246           po/remove-potcdate.sin        ** REMOVED **
3247           po/stamp-po                   ** REMOVED **
3248           Makefile.am
3249           autogen.sh
3250           configure.ac
3251                 enable building with automake 1.8.x
3252                 add 'autopoint' to autogen.sh and remove all
3253                 auto-generated files, remove ac/ in favour of
3254                 m4/
3255
3256 2004-02-17 [alfons]     0.9.9claws18
3257         
3258         * src/summaryview.c
3259                 MSG_IS_NEWS() is not stored at all, and is bogus
3260
3261 2004-02-17 [martin]     0.9.9claws17
3262
3263         * src/prefs_themes.c
3264                 fix crash when installing wrong theme and output an
3265                 error message
3266
3267 2004-02-16 [christoph]  0.9.9claws16
3268
3269         * src/compose.c
3270         * src/stock_pixmap.[ch]
3271         * src/toolbar.[ch]
3272         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3273                 add "Wrap current paragraph" to compose toolbar
3274
3275 2004-02-15 [alfons]     0.9.9claws15
3276
3277         * src/folderview.c
3278                 refine previous commit to make sure other hook functions
3279                 get their grab of the pie too
3280
3281 2004-02-15 [alfons]     0.9.9claws14
3282
3283         * src/folderview.c
3284                 fix sync breakage so we don't pass invalid pointer types
3285
3286 2004-02-15 [match]      0.9.9claws13
3287
3288         * src/ldapquery.[ch]
3289         * src/ldapserver.h
3290         * src/addrindex.[ch]
3291                 tweak threading calls.
3292         * src/addr_compl.[ch]
3293                 add alias into completion list.
3294         * src/addressbook.c
3295                 fix ldap browse.
3296                 improve context menu behavior.
3297                 change menu sequence.
3298                 add send mail from addressbook.
3299         * src/addrselect.[ch]
3300         * src/compose.[ch]
3301                 add send mail from addressbook.
3302
3303 2004-02-15 [christoph]  0.9.9claws12
3304
3305         * src/folderutils.c
3306                 skip deleting when duplist is empty
3307
3308         * src/folderview.[ch]
3309         * src/mainwindow.c
3310         * src/summaryview.[ch]
3311                 call folderutils_delete_duplicates() from mainwindow code
3312
3313 2004-02-15 [alfons]     0.9.9claws11
3314         
3315         * src/common/utils.c
3316                 add prefix for italian ms o(e) 
3317
3318 2004-02-14 [paul]       0.9.9claws10
3319
3320         * src/foldersel.c
3321                 fix updating of the folder view when creating a
3322                 new folder
3323
3324 2004-02-13 [paul]       0.9.9claws9
3325
3326         * src/plugins/clamav/clamav_plugin.c
3327                 remove GUI code
3328
3329 2004-02-13 [paul]       0.9.9claws8
3330
3331         * sync with 0.9.9cvs9
3332                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3333
3334 2004-02-13 [alfons]     0.9.9claws7
3335
3336         * src/common/utils.c
3337                 fix wrong type of argument for ctype functions (pass unsigned
3338                 char instead of signed char)
3339
3340 2004-02-12 [alfons]     0.9.9claws6
3341
3342         * src/compose.[ch]
3343                 don't select text in header entry when composing to a 
3344                 default address, but rather give the header entry a
3345                 different color / style (same as the folder new color)
3346
3347 2004-02-12 [alfons]     0.9.9claws5
3348
3349         * src/plugins/clamav/clamav_plugin.c
3350                 don't exit(2) on libclamav init error - show a warning.
3351                 (tested by damaging a clamav database file.)
3352
3353 2004-02-12 [paul]       0.9.9claws4
3354
3355         * sync with 0.9.9cvs4
3356                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3357
3358 2004-02-11 [luke]       0.9.9claws3
3359
3360         * src/mimeview.c
3361                 remove redundant check introduced in 0.9.9claws1
3362
3363 2004-02-11 [luke]       0.9.9claws2
3364
3365         * src/mimeview.c
3366                 fix compilation of my previous commit without gpg enabled
3367
3368 2004-02-10 [luke]       0.9.9claws1
3369
3370         * src/mimeview.c
3371                 add borders to icons to indicate the privacy status for
3372                 the message part (unknown/bad/good)
3373
3374 2004-02-06 [paul]       0.9.9claws
3375
3376         0.9.9claws released
3377
3378 2004-02-06 [darko]      0.9.8claws64
3379
3380         * src/compose.c
3381                 don't allow Ctrl+Enter while external editor is active
3382
3383 2004-02-06 [paul]       0.9.8claws63
3384
3385         * po/es.po
3386           po/pl.po
3387           po/sk.po
3388           po/sr.po
3389                 update Spanish, Polish, Slovak, and Serbian translations.
3390                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3391                 and Urke MMI
3392
3393 2004-02-04 [alfons]     0.9.8claws62
3394
3395         * src/compose.c
3396                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3397                 don't have clue yet why the cursor pos is at the end of the
3398                 text.)
3399
3400 2004-02-04 [alfons]     0.9.8claws61
3401
3402         * src/compose.c
3403                 always grab focus when one of the header entries is clicked 
3404                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3405
3406 2004-02-02 [paul]
3407
3408         * ac/missing/gdk-pixbuf.m4
3409           ac/missing/gpgme.m4
3410           ac/missing/imlib.m4
3411                 prevent 'underquoted definition' warnings
3412                 patch submitted by David Relson
3413                 
3414         * src/plugins/clamav/README
3415                 update, improve, correct
3416
3417 2004-01-31 [thorsten]   0.9.8claws60
3418
3419         * src/news.c
3420                 'dir' not initialized if group has no messages
3421
3422 2004-01-29 [christoph]  0.9.8claws59
3423
3424         * src/customheader.[ch]
3425                 add custom_header_is_allowed() to check for disallowed header names
3426                 that must not be overridden by custom headers
3427
3428         * src/compose.c
3429                 always write From: header and use custom_header_is_allowed() to
3430                 check if custom header should be written
3431
3432         * src/prefs_customheader.c
3433                 check if custom header is disallowed using custom_header_is_allowed()
3434
3435         * src/folderutils.c
3436                 destroy message id GHashTable before freeing the MsgInfos
3437
3438 2004-01-29 [paul]       0.9.8claws58
3439
3440         * sync with 0.9.9 release
3441                 see ChangeLog 2004-01-29
3442
3443 2004-01-29 [paul]       0.9.8claws57
3444
3445         * sync with 0.9.8cvs11
3446                 see ChangeLog 2004-01-29
3447
3448 2004-01-28 [christoph]  0.9.8claws56
3449
3450         * src/pgpmime.c
3451         * src/sgpgme.[ch]
3452                 return WARN signature status when signature is not trusted
3453
3454         * src/Makefile.am
3455         * src/folder.c
3456         * src/folderutils.[ch]                  ** NEW **
3457         * src/summaryview.c
3458                 implement delete duplicates summaryview independent
3459
3460 2004-01-28 [paul]       0.9.8claws55
3461
3462         * sync with 0.9.8cvs10
3463                 see Changelog 2004-01-27 and 2004-01-28
3464
3465 2004-01-26 [christoph]  0.9.8claws54
3466
3467         * src/imap.c
3468                 create a root node for the Folder if scan fails because root
3469                 folder does not exist
3470
3471 2004-01-26 [paul]       0.9.8claws53
3472
3473         * sync with 0.9.8cvs7
3474                 see ChangeLog 2004-01-23
3475
3476 2004-01-25 [alfons]     0.9.8claws52
3477
3478         * src/compose.c
3479                 remove left-over constant INDENT_CHARS
3480
3481 2004-01-25 [alfons]     0.9.8claws51
3482
3483         * src/procmime.c
3484                 add NULL pointer check for mimeinfo->node in
3485                 procmime_mimeinfo_parent()
3486
3487 2004-01-25 [darko]      0.9.8claws50
3488
3489         * src/compose.c
3490                 make "Wrap all long lines" toolbar button wrap all
3491                 long lines not just the current line
3492                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3493
3494
3495 2004-01-25 [alfons]     0.9.8claws49
3496
3497         * src/procmime.c
3498                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3499                 necessary anyway, because *scanf() functions neglect white
3500                 space in the input. 
3501                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3502
3503 2004-01-25 [paul]       0.9.8claws48
3504
3505         * src/prefs_ext_prog.c
3506                 apply Alfons' patch to check for NULL pointers
3507                 fixes bug #424
3508
3509 2004-01-25 [paul]       0.9.8claws47
3510
3511         * sync with 0.9.8cvs8
3512                 see ChangeLog 2004-01-23
3513
3514 2004-01-25 [thorsten]   0.9.8claws46
3515
3516         * src/messageview.c
3517                 remove orphaned mimeview unref()
3518
3519 2004-01-23 [christoph]  0.9.8claws45
3520
3521         * src/summaryview.c
3522                 set ctree widget style
3523
3524 2004-01-23 [paul]       0.9.8claws44
3525
3526         * sync with 0.9.8cvs5
3527                 see ChangeLog 2004-01-22
3528
3529 2004-01-23 [alfons]     0.9.8claws43
3530
3531         * src/procmsg.c
3532                 remove redundant code in procmsg_get_thread_tree()
3533
3534 2004-01-21 [christoph]  0.9.8claws42
3535
3536         * src/folderview.c
3537                 set ctree widget style, otherwise GTK does not use the
3538                 the correct vertical size for the list items
3539
3540 2004-01-21 [alfons]     0.9.8claws41
3541
3542         * src/summaryview.c
3543                 GDK_Left should only switch to folderview when
3544                 when summaryview hscrollbar is at the leftmost
3545                 position (fixes bug #420, "Focus error")
3546
3547 2004-01-21 [paul]       0.9.8claws40
3548
3549         * sync with 0.9.8cvs4
3550                 see ChangeLog 2004-01-20
3551
3552 2004-01-20 [christoph]  0.9.8claws39
3553
3554         * src/folderview.c
3555                 remove setting sensitivity for no longer existing
3556                 /Scoring... popup entry
3557
3558 2004-01-20 [keith]      0.9.8claws38
3559
3560         * configure.ac
3561                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3562
3563 2004-01-20 [paul]       0.9.8claws37
3564
3565         * src/prefs_fonts.c
3566                 demystify font settings
3567                 
3568         * src/textview.c
3569                 use textview->msgfont for header->body in
3570                 textview_show_header()
3571
3572 2004-01-20 [paul]       0.9.8claws36
3573
3574         * src/compose.c
3575           src/undo.c
3576                 remove superfluous debug_print's
3577                 
3578         * src/inc.c
3579                 clear the statusbar after LOCAL incorporation
3580
3581 2004-01-20 [paul]       0.9.8claws35
3582
3583         * sync with 0.9.8cvs3
3584                 see ChangeLog 2004-01-20
3585
3586 2004-01-19 [keith]      0.9.8claws34
3587
3588         * src/folderview.c
3589                 don't show 'Search folder...' on popup menu
3590                 if folder has no mails in it
3591
3592 2004-01-17 [keith]      0.9.8claws33
3593
3594         * src/compose.c
3595           src/prefs_common.c
3596           src/prefs_common.h
3597                 store position of compose window in prefs
3598
3599 2004-01-17 [thorsten]   0.9.8claws32
3600
3601         * src/gtk/gtkvscrollbutton.c
3602                 ensure scrollbutton resize event on different gtk versions
3603
3604 2004-01-15 [alfons]     0.9.8claws31
3605         
3606         * src/summaryview.c
3607                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3608                 message as read
3609
3610 2004-01-12 [christoph]  0.9.8claws30
3611
3612         * src/procmime.c
3613                 better MIME-Version check
3614
3615 2004-01-11 [alfons]     0.9.8claws29
3616
3617         * src/procmsg.c
3618                 remove unnecessary but still effective check (could possibly
3619                 lead to some unwanted side effects)
3620
3621 2004-01-11 [alfons]     0.9.8claws28
3622
3623         * src/procmsg.c
3624                 we should not prefer lowest message number while threading 
3625                 (introduced in previous commit)
3626
3627 2004-01-11 [alfons]     0.9.8claws27
3628
3629         * src/procmsg.c
3630                 subject threading fixes:
3631                 
3632                         - make message with lowest message number the
3633                           thread parent,
3634                         - refine recording last node when threading. the last node
3635                           should be the previous one if a node has a thread parent,
3636                           or the current node if not
3637                 
3638                 (there's another threading bug fix coming up)
3639
3640 2004-01-10 [paul]       0.9.8claws26
3641
3642         * src/main.c
3643           src/prefs_ext_prog.c
3644           src/plugins/clamav/clamav_plugin_gtk.c
3645                 minor gui fixes
3646
3647 2004-01-09 [christoph]  0.9.8claws25
3648
3649         * src/Makefile.am
3650         * src/string_match.[ch]                 ** REMOVE **
3651         * src/common/Makefile.am
3652         * src/common/string_match.[ch]          ** NEW **
3653                 move string_match.[ch] to common directory
3654
3655 2004-01-09 [christoph]  0.9.8claws24
3656
3657         * src/pgpmime.c
3658                 add MIME-Version header for the message parser
3659
3660 2004-01-09 [paul]       0.9.8claws23
3661
3662         * po/POTFILES.in
3663           src/Makefile.am
3664           src/main.c
3665           src/prefs_common.c
3666           src/prefs_ext_prog.[ch]       ** NEW FILES **
3667                 move External Command options from 'Common Prefs/Other' to
3668                 'Other Prefs/Message View/External Programs', also reveal
3669                 the hidden options for audio player and image viewer.
3670                 
3671         * src/prefs_common.c
3672                 fix toggling of header pane
3673
3674 2004-01-09 [paul]       0.9.8claws22
3675
3676         * src/compose.c
3677                 when changing account also change the save folder
3678
3679         * src/textview.c
3680                 if a text/plain attachment has 'Content-Disposition: attachment'
3681                 don't display it inline
3682
3683 2004-01-08 [christoph]  0.9.8claws21
3684
3685         * src/procmime.c
3686                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3687                 otherwise thread the message content as one text part and
3688                 don't assume charset US-ASCII which is only specified as
3689                 default for MIME-messages
3690
3691 2004-01-08 [paul]       0.9.8claws20
3692
3693         * src/plugins/clamav/clamav_plugin.c
3694           src/plugins/spamassassin/spamassassin.c
3695                 inform the user what is happening via the statusbar
3696
3697 2004-01-06 [paul]       0.9.8claws19
3698
3699         * po/es.po
3700                 update Spanish translation. submitted by Ricardo
3701                 Mones Lastra
3702
3703 2004-01-05 [paul]       0.9.8claws18
3704
3705         * sync with 0.9.8cvs2
3706                 see ChangeLog 2004-01-05
3707
3708 2004-01-03 [luke]       0.9.8claws17
3709
3710         * src/procheader.c
3711                 Clean up:
3712                 o remove unused functions string_getchar() and file_getchar()
3713                 o remove the getchar_ parameter from generic_get_one_field()
3714                 o add an 'unfold' parameter to generic_get_one_field, to
3715                   be used if no HeaderEntry is supplied
3716                 o procheader_get_one_field_asis() uses
3717                   generic_get_one_field().
3718
3719 2004-01-01 [christoph]  0.9.8claws16
3720
3721         * src/common/xml.[ch]
3722                 o add xml_new_tag() to manage usage counts of strings correctly
3723                 o correct xml_copy_tree() function name
3724
3725         * src/folder.c
3726         * src/main.c
3727                 allow registering and unregistering of FolderClasses anytime
3728
3729 2003-12-31 [christoph]  0.9.8claws15
3730
3731         * src/folder.[ch]
3732         * src/common/xml.[ch]
3733                 keep folderlist.xml data for unloaded FolderClasses
3734
3735 2003-12-30 [luke]       0.9.8claws14
3736
3737         * src/procheader.[ch]
3738                 o added procheader_get_one_field_asis() that does not do
3739                   unfolding
3740                 o fix procheader_get_header_array_asis() to use the above,
3741                   fixing ugliness of headers in textview
3742
3743         * src/compose.c
3744                 o don't unfold headers when redirecting.        
3745
3746 2003-12-30 [paul]       0.9.8claws13
3747
3748         * po/POTFILES.in
3749           src/common/defs.h
3750           src/Makefile.am
3751           src/main.c
3752           src/prefs_common.c
3753           src/prefs_themes.[ch] ** NEW FILES **
3754                 redesign and move Icon Theme selector to
3755                 the new prefs window
3756           
3757         * src/stock_pixmap.c
3758                 fix the old bug where icons are not always
3759                 updated when changing themes
3760         
3761         * src/summaryview.c
3762                 fix bug where the icons on the title row
3763                 of the summary view were not updated
3764         
3765         all patches submitted by Ricardo Mones Lastra
3766
3767 2003-12-30 [hoa]        0.9.8claws12
3768
3769         * src/folder.c
3770                 run preglobal and postglobal processing rules
3771                 even if the folder does not have any rules.
3772
3773 2003-12-28 [paul]       0.9.8claws11
3774
3775         * ac/aspell.m4
3776           ac/check-type.m4
3777           ac/gnupg-check-typedef.m4
3778           ac/openssl.m4
3779           ac/spamassassin.m4
3780                 fix 'underquoted definition' warnings, patch submitted by
3781                 David Relson <relson@osagesoftware.com>
3782                 
3783         * src/common/utils.c
3784                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3785                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3786
3787 2003-12-28 [paul]       0.9.8claws10
3788
3789         * sync with 0.9.8cvs1
3790                 see ChangeLog 2003-12-17
3791
3792 2003-12-27 [christoph]  0.9.8claws9
3793
3794         * src/common/utils.[ch]
3795                 add g_node_map() to map a GNode into a new GNode
3796                 converting all node data's with a function
3797
3798         * src/account.c
3799         * src/folder.[ch]
3800         * src/folderview.c
3801         * src/imap.c
3802         * src/mainwindow.c
3803         * src/summaryview.c
3804                 o use g_node_map() to convert XML <-> Folder
3805                 o remove redundant FolderItem->parent and
3806                   replace it with folder_item_parent()
3807
3808 2003-12-23 [christoph]  0.9.8claws8
3809
3810         * src/folder.[ch]
3811         * src/folderview.c
3812         * src/mainwindow.c
3813         * src/procmsg.c
3814                 o use callback for notifications about added and
3815                   destroyed folders
3816                 o rewrite folderlist saving (new functions to create
3817                   folder from XML tree, and XML tree from folder)
3818
3819         * src/common/xml.[ch]
3820                 add function to save XML trees
3821
3822         * src/prefs_filtering.c
3823                 code cleanup
3824
3825 2003-12-22 [christoph]  0.9.8claws7
3826
3827         * src/prefs_account.[ch]
3828                 add "SMTP only" accounts
3829
3830 2003-12-20 [melvin]     0.9.8claws6
3831
3832         * src/action.[ch]
3833                 Changed the interface for action_update_*_menu() so
3834                 action.c does not need to know the paths of the different
3835                 actions menu (mainwindow, message view and compose window). 
3836
3837         * src/compose.c
3838                 Tiny code cleanup to merge spell checker related code
3839                 compose_update_actions_menu(): new function to update
3840                 the actions menu. Use it in compose_create()
3841
3842         * src/compose.h
3843                 compose_update_actions_menu(): new function to update
3844                 the actions menu. Used also in prefs_actions.c.
3845
3846         * src/mainwindow.[ch]
3847                 main_window_update_actions_menu(): new function to update
3848                 the actions menu. Used in main_window_create() and in
3849                 prefs_actions.c
3850
3851         * src/messageview.[ch]
3852                 messageview_update_actions_menu(): new function to update
3853                 the actions menu. Used in messageview_add_toolbar() and in
3854                 prefs_actions.c
3855                 
3856         * src/prefs_actions.c   
3857                 prefs_actions_ok(): fixed to update the actions menu of
3858                 the separate message view and the compose windows.
3859
3860 2003-12-20 [luke]       0.9.8claws5
3861         * src/procheader.c
3862                 fix unfolding/newline stripping for multiline fields
3863                 in generic_get_one_field()
3864
3865 2003-12-19 [christoph]  0.9.8claws4
3866
3867         * src/summaryview.c
3868                 o code cleanup
3869                 o use subject_compare_for_sort() when comparing
3870                   simplified subjects
3871
3872 2003-12-19 [christoph]  0.9.8claws3
3873
3874         * src/msgcache.c
3875                 more syncing with 0.8.9a
3876
3877 2003-12-19 [christoph]  0.9.8claws2
3878
3879         * src/folder.c
3880                 don't write all FolderItem XML attributes for the root node
3881
3882 2003-12-19 [melvin]     0.9.8claws1
3883
3884         * src/messageview.c
3885                 Added missing menu branch (Tools/Create processing/rule)
3886         * po/fr.po
3887                 Updated French translation for the added string.
3888
3889 2003-12-19 [paul]       0.9.8claws
3890
3891         0.9.8claws released
3892
3893 2003-12-19 [paul]       0.9.7claws51
3894
3895         * po/en_GB.po
3896           po/es.po
3897           po/ja.po
3898           po/pl.po
3899           po/sk.po
3900           po/zh_CN.po
3901                 update translations. submitted by me, Ricardo Mones
3902                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3903                 Hansom Young
3904                 
3905         * src/folder_item_prefs.c
3906                 'enable_processing' set to FALSE by default
3907
3908 2003-12-18 [melvin]     0.9.7claws50
3909
3910         * po/fr.po
3911                 Updated French translation
3912
3913 2003-12-17 [christoph]  0.9.7claws49
3914
3915         * src/procheader.c
3916                 revert discarding of whitespace from 0.9.7claws44
3917
3918                 RFC2822 2.2.3: Unfolding is accomplished by simply
3919                 removing any CRLF that is immediately followed by WSP.
3920
3921 2003-12-17 [paul]       0.9.7claws48
3922
3923         * src/folder.c
3924                 fix new message count
3925                 
3926         * configure.ac
3927                 update autotools macros
3928
3929         * sync with 0.9.8a
3930
3931 2003-12-16 [christoph]  0.9.7claws47
3932
3933         * src/folder.c
3934                 fix folder update before adding MsgInfo to cache
3935                 in add_msginfo_to_cache()
3936
3937         * src/procmsg.c
3938                 remove old call to folder_item_update() that is no
3939                 longer required
3940
3941 2003-12-16 [christoph]  0.9.7claws46
3942
3943         * src/main.c
3944                 make sure the shutdown process only runs once
3945
3946 2003-12-16 [hoa]        0.9.7claws45
3947
3948         * src/mainwindow.c
3949         * src/messageview.c
3950         * src/summaryview.[ch]
3951                 Create filter rules using a message is fixed.
3952                 We can now create processing rules using a message.
3953
3954 2003-12-15 [alfons]     0.9.7claws44
3955
3956         * src/procheader.c
3957                 make sure we discard folding white space
3958
3959 2003-12-15 [luke]       0.9.7claws43
3960         * src/textview.c
3961         * src/mimeview.c
3962                 o use "name" parameter if "filename" doesn't exist
3963
3964 2003-12-14 [alfons]     0.9.7claws42
3965
3966         * src/summaryview.c
3967         * src/common/utils.c
3968                 allow quick finding based on the result of passing
3969                 a message to an external command. E.g:
3970
3971                         X "bogofilter < %F" 
3972                 
3973                 gets me all the spam in a folder.
3974
3975 2003-12-14 [luke]       0.9.7claws41
3976
3977         * src/textview.c
3978         * src/mimeview.c
3979                 o use parameter "filename" instead of "name" in a couple of 
3980                   places for correctness
3981
3982         * src/procmime.c
3983         * src/common/utils.[ch]
3984                 o make temporary filename for attachments safe for %p 
3985                   substitutions in actions.
3986
3987 2003-12-13 [christoph]  0.9.7claws40
3988
3989         * src/main.c
3990                 readd exit(0) to clean_quit() because otherwise sylpheed
3991                 does not always terminate
3992
3993         * src/pgpmime.c
3994         * src/privacy.h
3995                 add an identifier-string for PrivacySystems
3996
3997 2003-12-12 [paul]
3998
3999         * doc/man/sylpheed.1
4000                 update the man page
4001
4002 2003-12-12 [paul]       0.9.7claws39
4003
4004         general clean up
4005         
4006         * configure.ac
4007                 correct and clean up './configure --help' info
4008         
4009         * src/plugins/clamav/clamav_plugin.c
4010           src/plugins/spamassassin/spamassassin.c
4011                 correct plugin_desc(), works with LOCAL, IMAP, and
4012                 POP accounts
4013                 
4014         * src/filtering.c
4015           src/matcher.[ch]
4016           src/matcher_parser_parse.y
4017           src/prefs_filtering_action.c
4018                 use 'Change Score' instead of '(In/De)crease score'.
4019                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4020          
4021          * src/mainwindow.c
4022                 hyphenate: 'Pre-processing', 'Post-processing'
4023                 
4024         * src/prefs_account.c
4025                 change 'Generate Message-ID' to 'Generate Message-Id'
4026                 
4027         * src/prefs_folder_item.c
4028                 change 'Processing on startup:' to 'Process at startup'
4029                 change 'Scan for new mail:' to 'Scan for new mail'
4030                 
4031 2003-12-11 [christoph]  0.9.7claws38
4032
4033         * src/crash.c
4034         * src/main.[ch]
4035                 make sure the clean_exit() funtion is not called again by the
4036                 signal handler while it is already running
4037
4038         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4039
4040         * src/summaryview.c
4041                 fix wrong assertion
4042
4043 2003-12-11 [paul]       0.9.7claws37
4044
4045         * src/compose.c
4046                 'anonymise' Message-Id: header string
4047
4048 2003-12-11 [paul]       0.9.7claws36
4049
4050         * src/plugins/clamav/clamav_plugin.c
4051                 fix (don't break) signature count
4052                 use cl_strerror() instead of deprecated cl_perror()
4053         
4054 2003-12-11 [darko]      0.9.7claws35
4055
4056         * src/summaryview.c
4057                 also update the sort arrow (thanks Christoph)
4058
4059 2003-12-11 [darko]      0.9.7claws34
4060
4061         * src/summaryview.c
4062                 allow reverting to default sort mode (no sort)
4063
4064 2003-12-10 [hoa]        0.9.7claws33
4065
4066         * src/matcher.c
4067                 fixed quotation of string for matcher.
4068
4069 2003-12-08 [paul]       0.9.7claws32
4070
4071         * src/imap.c
4072           src/inc.c
4073                 plug memory leaks (patch by Alfons)
4074
4075 2003-12-08 [christoph]  0.9.7claws31
4076
4077         * src/folder_item_prefs.[ch]
4078         * src/folderview.c
4079         * src/prefs_folder_item.c
4080                 add new FolderItem property to exclude folders from new
4081                 mail checks
4082
4083         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4084
4085 2003-12-07 [paul]       0.9.7claws30
4086
4087         * src/plugins/clamav/clamav_plugin.c
4088                 fix signature count
4089
4090 2003-12-07 [thorsten]   0.9.7claws29
4091
4092         * src/filtering.c
4093                 debug_print some warning if destfolder missing
4094         * src/prefs_filtering.c
4095                 uninitialized filter list when deleting a folder
4096
4097 2003-12-06 [paul]       0.9.7claws28
4098
4099         * src/procheader.c
4100                 add Alfons' patch to trim line feeds
4101
4102 2003-12-06 [paul]       0.9.7claws27
4103
4104         * partial sync with 0.9.7cvs8
4105                 leaving claws' online/offline more or less intact
4106                 see ChangeLog 2003-12-04 and 2003-12-06
4107
4108 2003-12-06 [christoph]  0.9.7claws26
4109
4110         * src/messageview.c
4111         * src/privacy.[ch]
4112                 revert pirvacy API changes
4113
4114 2003-12-05 [alfons]     0.9.7claws25
4115
4116         * src/matcher.[ch]
4117                 clean up my old cruft
4118
4119 2003-12-05 [alfons]     0.9.7claws24
4120
4121         * src/matcher.c
4122                 fix comparison buglet ;-) and make `test` matcher
4123                 work again
4124
4125 2003-12-05 [alfons]     0.9.7claws23
4126
4127         * src/prefs_folder_item.c
4128                 K&R 2nd Ed., page 241 (function parameter identifiers
4129                 starting with an underscore are kind of insulting)
4130
4131 2003-12-05 [hoa]        0.9.7claws22
4132
4133         * src/main.c
4134         * src/mainwindow.[ch]
4135         * src/mainwindow.h
4136                 add destructor for mainwindow so that the last 
4137                 MimeInfo opened in messageview is destroyed when
4138                 exiting sylpheed.
4139
4140 2003-12-05 [hoa]        0.9.7claws21
4141
4142         * src/filtering.[ch]
4143         * src/matcher.[ch]
4144         * src/matcher_parser_lex.l
4145         * src/matcher_parser_parse.y
4146         * src/prefs_actions.c
4147         * src/prefs_filtering.c
4148         * src/common/utils.[ch]
4149                 quote arguments before giving them to command line.
4150                 fixed quote of string in matcher/processing/filtering rules.
4151
4152         * src/messageview.c
4153         * src/privacy.[ch]
4154                 allows decryption to return a new whole 
4155                 MIME message structure.
4156
4157 2003-12-04 [hoa]        0.9.7claws20
4158
4159         * src/filtering.[ch]
4160         * src/folder.c
4161         * src/mainwindow.c
4162         * src/matcher.c
4163         * src/matcher_parser_parse.y
4164         * src/folderview.c
4165                 global rules to run before folder specific rules.
4166                 global rules to run after folder specific rules.
4167                 
4168         * src/messageview.c
4169                 fixed quick addition of rules.
4170         
4171         * src/prefs_filtering.[ch]
4172         * src/summaryview.c
4173                 we can now customize the title for the dialog.
4174                 updated case where we rename of delete folders.
4175
4176         * src/addressbook.c
4177                 got back the function addressbook_browse_entry_cb()
4178                 that is needed in case we compiled with LDAP support.
4179
4180 2003-12-04 [paul]       0.9.7claws19
4181
4182         * sync with 0.9.7cvs6
4183                 see ChangeLog 2003-12-04
4184                 fixes bug 171 'Wrong message decoing: koi8-r and 
4185                 iso8859-5 looks same. Can't read many emails.'
4186
4187 2003-12-04 [paul]       0.9.7claws18
4188
4189         * po/POTFILES.in
4190                 remove 'src/prefs_scoring.c'
4191
4192 2003-12-03 [hoa]        0.9.7claws17
4193
4194         * src/Makefile.am
4195                 compilation of scoring.[ch] and prefs_scoring.[ch]
4196                 is removed.
4197         
4198         * src/filtering.[ch]
4199         * src/folder.c
4200         * src/folder_item_prefs.[ch]
4201         * src/folderview.c
4202         * src/main.c
4203         * src/mainwindow.c
4204         * src/matcher.[ch]
4205         * src/matcher_parser.h
4206         * src/matcher_parser_parse.y
4207         * src/prefs_filtering.[ch]
4208         * src/prefs_filtering_action.c
4209         * src/prefs_folder_item.c
4210         * src/prefs_scoring.[ch]              * REMOVED FILES *
4211         * src/procmsg.[ch]
4212         * src/scoring.[ch]                    * REMOVED FILES *
4213         * src/summaryview.c
4214                 merged scoring and filtering.
4215                 
4216                 Note : compatibility is kept by parsing score like 
4217                   add_score. To get the behaviour of older scoring 
4218                   system, you have to define some equivalent rule :
4219                   "score_lower -9999 hide"
4220                   "score_greater 9999 mark"
4221                   
4222                   To define global rules, you have to define them 
4223                   in the new global processing rules.
4224                   The variable that kept the list filtering rules 
4225                   was "global_processing" and has been renamed into 
4226                   "filtering_rules".
4227                   "global_processing" variable is now the name 
4228                   of the variable that keeps the list of global 
4229                   processing rules.
4230                   In the configuration file, "[global]" section is 
4231                   now for the global processing rules (which includes
4232                   score things and new global processing rules).
4233                   New "[filtering]" section is for the filtering rules.
4234                   
4235                   Before running with this version, during testing 
4236                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4237                   Then, you have to make the following changes :
4238                   - leave all scoring rules in "[global]" section.
4239                   - move all other rules of "[global]" section to
4240                       a new section named "[filtering]".
4241
4242 2003-12-03 [christoph]  0.9.7claws16
4243
4244         * src/procmime.c
4245                 use default Content-Type as specified in RFC2045 if
4246                 Content-Type header is syntactically incorrect
4247
4248 2003-12-03 [christoph]  0.9.7claws15
4249
4250         * src/addressbook.c
4251         * src/addrindex.h
4252         * src/addritem.c
4253         * src/expldifdlg.h
4254         * src/exportldif.c
4255         * src/filtering.c
4256         * src/folder.c
4257         * src/folderview.c
4258         * src/jpilot.c
4259         * src/localfolder.c
4260         * src/matcher.h
4261         * src/matcher_parser_lex.l
4262         * src/matcher_parser_parse.y
4263         * src/news.c
4264         * src/prefs_filtering_action.c
4265         * src/prefs_folder_item.c
4266         * src/prefs_fonts.c
4267         * src/procmsg.c
4268         * src/sgpgme.c
4269                 clean up warnings
4270
4271         * src/procmime.c
4272                 revert 0.9.7claws14 change
4273
4274 2003-12-03 [alfons]     0.9.7claws14
4275
4276         * src/procmime.c
4277                 catch invalid Content-Type with no subtype
4278
4279 2003-12-03 [alfons]     0.9.7claws13
4280
4281         * src/alertpanel.h
4282         * src/setup.c
4283         * src/plugins/image_viewer/plugin.c
4284                 compile again, we need stddef.h for size_t
4285
4286 2003-12-03 [paul]       0.9.7claws12
4287
4288         * src/account.c
4289                 don't allow cloning of accounts with remote folders,
4290                 patch submitted by Ricardo Mones Lastra
4291
4292 2003-12-03 [christoph]  0.9.7claws11
4293
4294         * src/folder.[ch]
4295         * src/imap.c
4296         * src/localfolder.[ch]
4297         * src/mh.c
4298         * src/news.c
4299         * src/common/xml.[ch]
4300                 add set_xml() and get_xml() virtual functions to FolderClass to
4301                 save extra information for Folders (for example the rootpath
4302                 only used by LocalFolder). The folderlist write function no
4303                 longer needs to know the folder type to save this extra
4304                 information.
4305
4306 2003-12-02 [christoph]  0.9.7claws10
4307
4308         * src/Makefile.am
4309         * src/account.c
4310         * src/folder.[ch]
4311         * src/folderview.h
4312         * src/imap.c
4313         * src/localfolder.[ch]          ** NEW **
4314         * src/mainwindow.c
4315         * src/mh.[ch]
4316         * src/news.[ch]
4317         * src/prefs_account.[ch]
4318         * src/prefs_filtering.h
4319         * src/procmsg.h
4320         * src/remotefolder.[ch]         ** NEW **
4321         * src/common/xml.[ch]
4322                 add item_set_xml() and item_get_xml() virtual functions to
4323                 FolderClass to give folders the ability to add extra information
4324                 to the saved FolderItem data. If NULL the default function for
4325                 FolderItem will be used.
4326
4327 2003-11-29 [christoph]  0.9.7claws9
4328
4329         * src/procheader.c
4330                 fix bug in unfolding
4331
4332 2003-11-29 [luke]       0.9.7claws8
4333
4334         * src/textview.c
4335                 fix compilation for non c99 compilers
4336
4337 2003-11-29 [christoph]  0.9.7claws7
4338
4339         * src/procmime.[ch]
4340         * src/mimeview.c
4341                 o unknown disposition types should be handled as
4342                   attachment (RFC2183)
4343                 o missing headers should not default to inline
4344                   (would make "Save All" useless when disposition header
4345                    is not set by the sending mailer)
4346                 o remove old MimeInfo data and cleanup
4347
4348 2003-11-29 [luke]       0.9.7claws6
4349
4350         * src/procmime.[ch]
4351                 re-added parsing of Content-Disposition header
4352                         - removes the old  'gchar* content_disposition'
4353                         - adds a new field 'DispositionType disposition'
4354                         - adds parameters to MimeInfo::parameters
4355
4356         * src/mimeview.c
4357                 use the "filename" parameter for saving, and the new
4358                 MimeInfo::disposition for save all.
4359
4360         * src/compose.c
4361         * src/toolbar.[ch]
4362                 add a 'check spelling' button as a possibility for 
4363                 the compose toolbar
4364
4365         * src/stockpixmap.[ch]
4366         * src/pixmaps/check_spelling.xpm        ** NEW **
4367         * src/Makefile.am
4368                 add a pixmap for use with 'check spelling' button or
4369                 a user defined action
4370
4371         * src/textview.c
4372                 re-apply fixed (I hope) patch for bug 57
4373                 "Hidden URL in HTML Mails"
4374
4375 2003-11-28 [christoph]  0.9.7claws5
4376
4377         * src/procmime.c
4378                 o be more liberal in what we accept as Content-Type parameters
4379                 o ignore comments after parameters
4380
4381         * src/sgpgme.c
4382                 o only free passphrase when an error occurs
4383
4384 2003-11-28 [paul]       0.9.7claws4
4385
4386         * src/account.c
4387                 add 'Clone Account' function. patch submitted by
4388                 Ricardo Mones Lastra
4389
4390 2003-11-27 [thorsten]   0.9.7claws3
4391
4392         * src/mimeview.c
4393                 fix crash if 'save_all' failed twice
4394
4395 2003-11-27 [paul]       0.9.7claws2
4396
4397         * po/POTFILES.in
4398                 fix a typo
4399
4400         * po/zh_CN.po
4401                 update Simplified Chinese translation. submitted by
4402                 Hansom Young
4403
4404 2003-11-27 [paul]       0.9.7claws1
4405
4406         * po/POTFILES.in
4407                 clean up
4408
4409 2003-11-26 [paul]       0.9.7claws
4410
4411         * 0.9.7claws released
4412
4413 2003-11-26 [paul]       0.9.6claws99
4414
4415         * src/Makefile.am
4416                 add reference to pixmaps/mime_message.xpm
4417
4418 2003-11-26 [paul]       0.9.6claws98
4419
4420         * po/POTFILES.in
4421                 remove reference to src/sigstatus.c
4422
4423 2003-11-26 [christoph]  0.9.6claws97
4424
4425         * src/Makefile.am
4426         * src/prefs_common.c
4427         * src/rfc2015.c
4428         * src/sigstatus.[ch]            ** REMOVE **
4429                 remove signature result popup option and window
4430
4431 2003-11-26 [paul]       0.9.6claws96
4432
4433         * po/es.po
4434           po/ja.po
4435           po/pl.po
4436           po/sk.po
4437           po/sr.po
4438                 update translations. submitted by Ricardo Mones Lastra,
4439                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4440
4441 2003-11-25 [christoph]  0.9.6claws95
4442
4443         * src/procmime.c
4444                 display mime structure only in debug mode
4445
4446 2003-11-25 [melvin]     0.9.6claws94
4447
4448         * po/fr.po
4449                 Updated French translations + typos fixes of older
4450                 translations (thanks to Fabien Vantard for pointing
4451                 to some of them)
4452
4453 2003-11-25 [melvin]     0.9.6claws93
4454
4455         * src/editldap.c
4456                 Fixed a couple of typos.
4457
4458 2003-11-24 [paul]       0.9.6claws92
4459
4460         * po/POTFILES.in
4461                 add 'src/textview.c'
4462
4463 2003-11-24 [paul]       0.9.6claws91
4464
4465         * src/sgpgme.c
4466                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4467
4468 2003-11-24 [paul]       0.9.6claws90
4469
4470         * src/plugins/image_viewer/viewer.c
4471                 image_viewer_show_mimepart(): 
4472                 use procmime_mimeinfo_get_parameter() to get the file name
4473
4474 2003-11-24 [paul]       0.9.6claws89
4475
4476         * src/textview.c
4477                 textview_show_mime_part(): rewrite text hint
4478
4479 2003-11-22 [paul]       0.9.6claws88
4480
4481         * sync with 0.9.7cvs5
4482                 see ChangeLog 2003-11-21
4483
4484 2003-11-21 [paul]       0.9.6claws87
4485
4486         * src/mimeview.c
4487                 define shortcut key 'o' for 'Open with...'
4488
4489 2003-11-21 [alfons]     0.9.6claws86
4490
4491         * src/messageview.c
4492                 fix bug #383 'Deleting message from "separate message view" 
4493                 uses local Trash folder'
4494
4495 2003-11-21 [christoph]  0.9.6claws85
4496
4497         * src/mimeview.c
4498                 fix content-type guessing by name parameter when finding
4499                 the correct viewer
4500
4501 2003-11-21 [alfons]     0.9.6claws84
4502
4503         * src/main.c
4504                 no mail incorporation allowed with --offline param.
4505                 fixes bug #374, "--offline ignored"
4506
4507 2003-11-20 [christoph]  0.9.6claws83
4508
4509         * src/mimeinfo.c
4510                 use signed MimeInfo when checking the signature and not
4511                 the selected one
4512
4513 2003-11-19 [alfons]     0.9.6claws82
4514
4515         * src/mainwindow.c
4516                 fix crash when toggling separate views, patch submitted
4517                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4518                 fixes bug #342, "separate views  cause crash"
4519
4520 2003-11-19 [paul]       0.9.6claws81
4521
4522         * src/compose.c
4523                 compose_redirect_write_headers_from_headerlist(): 
4524                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4525                 
4526         * src/main.c
4527                 code cleanup (inherited from 0.9.7cvs4)
4528                 
4529         * tools/tb2sylpheed
4530                 bugfix: added missing attribute-list start. submitted by
4531                 Urke MMI
4532
4533 2003-11-19 [luke]       0.9.6claws80
4534
4535         * src/textview.c
4536                 revert my last commit until I get time to fix it
4537
4538 2003-11-18 [christoph]  0.9.6claws79
4539
4540         * src/mimeview.[ch]
4541                 check parent MimeInfos for signatures and display the
4542                 result of the parent when found
4543
4544         * src/pgpmime.c
4545                 o avoid NULL pointer warnings
4546                 o use procmime_mimeinfo_get_parameter()
4547
4548         * src/sgpgme.c
4549                 small text changes
4550
4551 2003-11-17 [luke]       0.9.6claws78
4552
4553         * src/textview.c
4554                 add check for disguised URLs, fixing bug 57
4555                 "Hidden URL in HTML Mails"
4556
4557 2003-11-16 [christoph]  0.9.6claws77
4558
4559         * src/procmime.c
4560                 fix crash when parsing invalid Content-Type header
4561
4562 2003-11-16 [christoph]  0.9.6claws76
4563
4564         * src/pgpmime.c
4565         * src/privacy.c
4566         * src/procmime.c
4567         * src/sgpgme.[ch]
4568                 implement message decrypting
4569
4570         * src/rfc2015.c
4571                 remove old code
4572
4573 2003-11-14 [luke]       0.9.6claws75
4574
4575         * src/mimeview.c
4576                 fix a couple of problems that treated application/* and
4577                 application/octet-stream the wrong way around
4578                 (since 0.9.6claws10), causing "Open" to do nothing.
4579
4580 2003-11-14 [christoph]  0.9.6claws74
4581
4582         * src/messageview.c
4583         * src/pgpmime.c
4584         * src/privacy.[ch]
4585                 prepare for message part decrypting
4586
4587         * src/sgpgme.c
4588                 add output for expired signatures
4589
4590         * src/rfc2015.c
4591                 remove some old code
4592
4593 2003-11-10 [christoph]  0.9.6claws73
4594
4595         * src/mimeview.c
4596                 add "Full info" button for bad and warn signature status
4597
4598         * src/sgpgme.c
4599                 generate full signature info like gpg's output
4600                 (gpg -v --with-fingerprint --verify)
4601
4602 2003-11-10 [christoph]  0.9.6claws72
4603
4604         * src/mimeview.c
4605         * src/pgpmime.c
4606         * src/privacy.[ch]
4607         * src/sgpgme.[ch]
4608         * src/textview.[ch]
4609                 o add code to view full signature info
4610                 o do automatic signature checks
4611
4612 2003-11-10 [alfons]     0.9.6claws71
4613
4614         * src/summaryview.c
4615                 don't crash when gtkut_font_load() returns invalid font (has
4616                 something to do with locale settings)
4617                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4618
4619 2003-11-09 [alfons]     0.9.6claws70
4620
4621         * src/procmime.c
4622                 plug leak
4623
4624 2003-11-08 [luke]       0.9.6claws69
4625
4626         * src/summaryview.c
4627                 fix some typos
4628
4629         * src/compose.c
4630                 rewrite compose_attach_parts(), fixing various bugs mainly
4631                 to do with re-editing.
4632
4633         * src/mimeview.c
4634                 "save all" now only saves attachments with names/filenames
4635
4636 2003-11-04 [match]      0.9.6claws68
4637
4638         * src/ldapctrl.[ch]
4639                 fix broken LDAP support.
4640
4641         * src/ldapquery.c
4642                 remove printf's.
4643
4644 2003-11-04 [luke]       0.9.6claws67
4645
4646         * src/mimeview.c
4647                 o  fixed bug 4 "focus lost on messages with attachments"
4648                 o  fixed 'Save all' attachments for new mime changes
4649                 o  right clicking on icons consistent with right clicking on
4650                    mime tree
4651                   - fixes a bug where wrong part is saved when you
4652                     choose 'Save as' from popup menu
4653                   - fixes bug 308 "No way to "save all" attachments"
4654                 o  fixed a compiler warning.
4655
4656         * src/textview.c
4657                 o  removed flickering in mime tree when using "n" and "p"
4658                    shortcuts
4659                 o  fixed bug where selecting the textview and pressing e.g.
4660                    'y' causes sylpheed to respond twice.
4661
4662         * src/summaryview.c
4663                 removed hard coding of * and ! shortcuts (which only served
4664                 to cause problems if you tried to redefine the shortcuts)
4665
4666 2003-11-04 [luke]       0.9.6claws66
4667
4668         * src/plugins/image_viewer/viewer.c
4669         * src/plugins/image_viewer/viewerprefs.c
4670         * src/plugins/image_viewer/viewerprefs.glade
4671                 o  allow toggling of image scaling by clicking on image
4672                 o  respond to image's container widget resize
4673
4674         * src/procmime.c
4675                 o  fix bad parsing of message when re-editing/viewing a
4676                    message saved to the drafts folder
4677
4678 2003-11-02 [match]      0.9.6claws65
4679
4680         * src/browseldap.h
4681                 fix if not building LDAP support.
4682         * src/addrindex.c
4683         * src/ldapquery.[ch]
4684         * src/editldap.h
4685                 include support for contains query. feature req 529354.
4686
4687 2003-11-02 [alfons]     0.9.6claws64
4688
4689         * src/browseldap.c
4690                 fix build bustage if not compiling ldap support
4691
4692 2003-11-01 [match]      0.9.6claws63
4693
4694         * po/POTFILES.in
4695         * src/Makefile.am
4696         * src/addr_compl.[ch]
4697         * src/addrbook.c
4698         * src/addrcache.[ch]
4699         * src/addrdefs.h        ** NEW **
4700         * src/addressbook.c
4701         * src/addressitem.h
4702         * src/addrindex.[ch]
4703         * src/addritem.h
4704         * src/addrquery.[ch]
4705         * src/ldapquery.[ch]
4706         * src/ldapserver.[ch]
4707                 refactor LDAP query mechanism.
4708
4709         * src/browseldap.[ch]   ** NEW **
4710         * src/ldaplocate.[ch]   ** NEW **
4711                 add feature to browse LDAP entry that was retrieved using
4712                 an explicit LDAP search.
4713
4714 2003-11-01 [alfons]     0.9.6claws62
4715
4716         * src/prefs_gtk.c
4717                 prefs_write_param(): fail when we see an invalid type; all the
4718                 callers seem to handle this gracefully by reverting changes
4719
4720 2003-10-30 [christoph]  0.9.6claws61
4721
4722         * configure.ac
4723         * ac/openssl.m4
4724         * ac/spamassassin.m4
4725         * src/Makefile.am
4726                 use extra variables for all libraries to make sure plugins
4727                 are only linked with libraries they really need. $LIBS is always
4728                 added to the linking parameters, but we only what the libraries
4729                 listed in the Makefile
4730
4731 2003-10-29 [paul]       0.9.6claws60
4732
4733         * src/mimeview.c
4734                 don't use Subject for unknown part name
4735
4736 2003-10-29 [paul]       0.9.6claws59
4737
4738         * src/compose.c
4739                 get name of attachment(s) when re-editing, fwd'ing or
4740                 redirecting
4741                 
4742         * src/mimeview.c
4743                 get name of attachment(s) when saving
4744
4745 2003-10-29 [hoa]        0.9.6claws58
4746
4747         * src/textview.c
4748                 implemented multipart/alternative in MIME message viewer.
4749
4750 2003-10-28 [christoph]  0.9.6claws57
4751
4752         * configure.ac
4753                 make sure MathML-Viewer is not built with the
4754                 Gtk2 version of GtkMathView
4755
4756 2003-10-28 [paul]       0.9.6claws56
4757
4758         * sync with 0.9.7cvs1
4759                 see ChangeLog 2003-10-28
4760
4761 2003-10-27 [alfons]     0.9.6claws55
4762
4763         * src/matcher_parser_parse.y
4764         * src/gtk/colorlabel.c
4765                 allow setting color label to 0 in filtering/processing rules
4766                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4767
4768 2003-10-26 [alfons]     0.9.6claws54
4769
4770         * src/summary_search.c
4771                 fix misnomer and correct selecting initial search node  
4772
4773 2003-10-26 [christoph]  0.9.6claws53
4774
4775         * src/pgpmime.c
4776         * src/sgpgme.c
4777                 change display of signature info to use only name of
4778                 signer, otherwise the text gets too long.
4779
4780         * src/procmime.c
4781                 don't use MimeInfo's filename to generate tmp filename
4782
4783 2003-10-25 [christoph]  0.9.6claws52
4784
4785         * src/procmime.c
4786                 fix message body searching
4787
4788 2003-10-25 [paul]       0.9.6claws51
4789
4790         * src/compose.c
4791                 use g_basename rather than basename
4792
4793 2003-10-24 [christoph]  0.9.6claws50
4794
4795         * src/sgpgme.c
4796                 change fetching of signature key's trust
4797
4798 2003-10-24 [paul]       0.9.6claws49
4799
4800         * po/sk.po
4801                 update Slovak translation
4802                 submitted by Andrej Kacian
4803                 
4804         * src/mainwindow.c
4805                 remove unknown menu entry /File/Add mailbox/mbox...
4806
4807 2003-10-24 [hoa]        0.9.6claws48
4808
4809         * src/Makefile.am
4810                 removed all references to mbox folders
4811
4812         * src/carray.[ch]               * REMOVED *
4813         * src/chash.[ch]                * REMOVED *
4814         * src/maillock.[ch]             * REMOVED *
4815         * src/mailmbox.[ch]             * REMOVED *
4816         * src/mailmbox_folder.[ch]      * REMOVED *
4817         * src/mailmbox_parse.[ch]       * REMOVED *
4818         * src/mailmbox_types.[ch]       * REMOVED *
4819         * src/mbox_folder.[ch]          * REMOVED *
4820                 remove implementation of mbox folders
4821                 and old mailbox folder.
4822                 mbox folder implementation will be added
4823                 as a plugin so that implementation can be entirely
4824                 synchronized with the files of the project they are
4825                 extracted from (libEtPan!).
4826         
4827         * src/mainwindow.c
4828         * src/folder.c
4829         * src/folderview.[ch]
4830         * src/procmsg.h         
4831                 Disable as much code that references mbox folders
4832                 as possible.
4833                 Some UI thing still need to know that folder is mbox
4834                 (when we have to enter the name of the mailbox and
4835                 we want to add /var/mail/$USER).
4836
4837 2003-10-23 [christoph]  0.9.6claws47
4838
4839         * src/noticeview.c
4840                 don't always display button when noticeview is made visible
4841
4842         * src/mimeview.c
4843         * src/pgpmime.c
4844         * src/privacy.[ch]
4845         * src/sgpgme.[ch]
4846                 get signature information from crypto system
4847
4848 2003-10-22 [paul]       0.9.6claws46
4849
4850         * po/es.po
4851                 updated by Ricardo Mones Lastra
4852
4853 2003-10-22 [paul]       0.9.6claws45
4854
4855         * src/Makefile.am
4856                 update to reflect the changes to the icons that
4857                 happened in 0.9.6claws35
4858
4859 2003-10-22 [alfons]     0.9.6claws44
4860         
4861         * src/carray.h
4862                 inline carray_count() 
4863
4864 2003-10-21 [alfons]     0.9.6claws43
4865
4866         * src/carray.h
4867                 glib wrappers
4868         * src/carray.c
4869                 disable
4870         * src/mailmbox.[ch]
4871         * src/mailmbox_folder.c
4872         * src/mailmbox_parse.c
4873         * src/mailmbox_types.[ch]
4874                 %s/uint32_t/guint
4875
4876 2003-10-21 [luke]       0.9.6claws42
4877
4878         * src/stock_pixmaps.[ch]
4879         * src/mimeview.c
4880         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4881         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4882                 o remove mime_application_octet_stream.xpm icon (it was never
4883                   really needed)
4884                 o remove redundant icon messageview_text.xpm
4885
4886         * src/mainwindow.c
4887                 fix visibility of signature noticeview when toggling 'separate
4888                 message view'
4889
4890 2003-10-21 [christoph]  0.9.6claws41
4891
4892         * src/procmime.c
4893                 decode multipart and rfc822 mime parts to allow further
4894                 parsing when required
4895
4896 2003-10-21 [christoph]  0.9.6claws40
4897
4898         * src/procmime.[ch]
4899         * src/textview.c
4900                 remove obsolete charset parameter in MimeInfo and fix
4901                 TextView to use the charset from the parameter hash table
4902
4903         * src/plugins/dillo_viewer/Makefile.am
4904         * src/plugins/trayicon/Makefile.am
4905                 add OPENSSL_CFLAGS to fix building with using
4906                 --with-openssl-* parameters
4907
4908 2003-10-21 [paul]       0.9.6claws39
4909
4910         * src/prefs_matcher.[ch]
4911                 replace remnants of the old, renamed 'Execute' matchtype
4912                 add a brief description to the Info window
4913
4914 2003-10-21 [hoa]        0.9.6claws38
4915         
4916         * src/Makefile.am
4917         * src/carray.[ch]               * NEW *
4918         * src/chash.[ch]                * NEW *
4919         * src/folder.c
4920         * src/maillock.[ch]             * NEW *
4921         * src/mailmbox.[ch]             * NEW *
4922         * src/mailmbox_folder.[ch]      * NEW *
4923         * src/mailmbox_parse.[ch]       * NEW *
4924         * src/mailmbox_types.[ch]       * NEW *
4925                 implementation of mbox folder with unique message numbers
4926
4927                 made use of libEtPan! implementation of mbox for lower-layer.
4928
4929 2003-10-20 [alfons]     0.9.6claws37
4930
4931         * src/noticeview.c
4932                 fix invalid argument warning
4933         * src/pgpmime.c
4934                 no in place variable
4935
4936 2003-10-20 [paul]       0.9.6claws36
4937
4938         * src/compose.[ch]
4939           src/filtering.c
4940           src/messageview.c
4941                 fix crash when using Forward in Filtering when
4942                 external editor option is set
4943                 
4944                 Patch submitted by Simon 'corecode' Schubert
4945                 <corecode@corecode.ath.cx> 
4946
4947 2003-10-20 [paul]       0.9.6claws35
4948
4949         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4950           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4951           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4952           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4953           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4954           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4955           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4956           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4957           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4958           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4959           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4960           src/mimeview.c
4961           src/stock_pixmap.[ch]
4962                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4963                 icons. add privacy_warn.xpm icon
4964
4965 2003-10-20 [hoa]  0.9.6claws34
4966
4967         * src/folder_item_prefs.[ch]
4968         * src/prefs_folder_item.c
4969         * src/main.c
4970                 Added a property per folder to choose whether we 
4971                 want to apply processing on it on startup or if we
4972                 prefer to wait the folder selection to apply it.
4973         
4974         * src/messageview.c
4975                 fixed C89 compatibility (for old compilers, for
4976                 example gcc 2.95.x).
4977
4978 2003-10-17 [christoph]  0.9.6claws33
4979
4980         * src/mimeview.c
4981         * src/noticeview.[ch]
4982                 change noticeview icon to indicate signature status
4983
4984 2003-10-17 [christoph]  0.9.6claws32
4985
4986         * src/Makefile.am
4987         * src/main.c
4988         * src/mimeview.c
4989         * src/noticeview.c
4990         * src/pgpmime.[ch]                              ** NEW **
4991         * src/privacy.[ch]
4992         * src/rfc2015.c
4993         * src/sgpgme.c                                  ** NEW **
4994                 reimplement PGP/Mime signature checking (unfinished)
4995
4996 2003-10-15 [christoph]  0.9.6claws31
4997
4998         * src/procmime.[ch]
4999                 fix procmime_get_text_content() and
5000                 procmime_get_first_text_content()
5001
5002 2003-10-15 [christoph]  0.9.6claws30
5003
5004         * src/plugins/spamassassin/spamassassin_gtk.c
5005         * src/plugins/spamassassin/spamassassin_gtk.glade
5006                 fix timeout tooltip
5007
5008 2003-10-15 [paul]       0.9.6claws29
5009
5010         * src/messageview.c
5011                 workaround for buggy smtp servers. on sending a
5012                 return receipt strip the name part from the address
5013                 when creating headers
5014                 
5015 2003-10-15 [paul]       0.9.6claws28
5016
5017         * sync with 0.9.7 release
5018                 see ChangeLog 2003-10-15
5019
5020 2003-10-14 [christoph]  0.9.6claws27
5021
5022         * src/plugins/clamav/clamav_plugin.c
5023                 fix clamav plugin
5024
5025 2003-10-14 [christoph]  0.9.6claws26
5026
5027         * src/compose.c
5028         * src/mimeview.c
5029         * src/procmime.[ch]
5030         * src/rfc2015.c
5031         * src/textview.c
5032         * src/plugins/clamav/clamav_plugin.c
5033                 use GNode to create the mime tree (some changes to functions
5034                 that traverse the tree are just quick and dirty. Maybe we
5035                 can find better solutions with g_node_*-functions)
5036
5037 2003-10-14 [luke]       0.9.6claws25
5038
5039         * src/mimeview.c
5040                 fix a navigation bug (stupid typo of mine)
5041
5042 2003-10-14 [christoph]  0.9.6claws24
5043
5044         * src/textview.c
5045                 fix missing last line in plain/text mails
5046
5047 2003-10-13 [luke]       0.9.6claws23
5048
5049         * src/summaryview.c
5050                 fix bug 334 (part 1)
5051
5052 2003-10-13 [kov]        0.9.6claws22
5053
5054         * src/mimeview.c
5055                 error checking when the user enters a non-directory at
5056                 the file selection dialog.
5057                 work-around for users entering directory location without
5058                 adding a leading G_DIR_SEPARATOR.
5059
5060 2003-10-13 [luke]       0.9.6claws21
5061
5062         * src/compose.c
5063                 error reporting for inserting files, including catching
5064                 invalid characters for current locale/encoding
5065
5066 2003-10-13 [paul]       0.9.6claws20
5067
5068         * src/folderview.c
5069                 fix bug #347 'subscribe newsgroups crashes'
5070
5071 2003-10-13 [paul]       0.9.6claws19
5072
5073         * src/compose.c
5074                 when using 'Reply to all' include the 'send replies
5075                 to' folder property
5076                 
5077         * po/ja.po
5078                 update Japanese translation. submitted by Rui Hirokawa 
5079                 <rui_hirokawa@ybb.ne.jp>        
5080
5081 2003-10-13 [hoa]        0.9.6claws18
5082
5083         * src/account.c
5084         * src/compose.c
5085         * src/messageview.c
5086         * src/procheader.c
5087         * src/procheader.h
5088                 rename get_header_from_msginfo() into
5089                 procheader_get_header_from_msginfo() so that we have a
5090                 coherent exported naming.
5091                 avoid parsing of header contained in a string via
5092                 a newly written temporary file.
5093
5094         Patch submitted by Simon 'corecode' Schubert
5095                 <corecode@corecode.ath.cx>
5096
5097 2003-10-12 [hoa]        0.9.6claws17
5098
5099         * src/filtering.c
5100         * src/filtering.h
5101         * src/matcher.c
5102         * src/matcher.h
5103         * src/matcher_parser_parse.y
5104         * src/prefs_filtering_action.c
5105                 added "stop" action : stop applying the filtering rules.
5106                 added "set score" and "increase/decrease score" actions.
5107                 That two last action replace the "change_score" action
5108                 introduced by alfons in 0.8.8claws85.
5109                 "set score" is to set a given score to the message.
5110                 "increase/decrease score" will increase or decrease the
5111                 score if the given value is respectively positive or
5112                 negative. If someone find a some better name for this last
5113                 rule, it can be modified.
5114
5115 2003-10-12 [paul]       0.9.6claws16
5116
5117         * AUTHORS
5118           po/ja.po
5119                 update Japanese translation. submitted by Rui Hirokawa 
5120                 <rui_hirokawa@ybb.ne.jp>
5121
5122 2003-10-12 [christoph]  0.9.6claws15
5123
5124         * src/procmime.c
5125                 fix crash caused by incorrect headers
5126
5127 2003-10-10 [christoph]  0.9.6claws14
5128
5129         * src/main.c
5130         * src/privacy.[ch]
5131         * src/rfc2015.[ch]
5132                 implement detection of signed message parts for rfc2015
5133
5134 2003-10-10 [thorsten]   0.9.6claws13
5135
5136         * src/mimeview.c
5137                 fix typo
5138
5139 2003-10-10 [christoph]  0.9.6claws12
5140
5141         * src/stock_pixmap.[ch]
5142         * src/pixmaps/mime_message.xpm                  ** NEW **
5143                 add a new icon for mime type "message"
5144
5145         * src/privacy.[ch]
5146         * src/procmime.[ch]
5147                 add crypto api
5148
5149         * src/mimeview.c
5150                 o use crypto api
5151                 o add icons for message type mime parts
5152
5153 2003-10-10 [christoph]  0.9.6claws11
5154
5155         * src/mainwindow.c
5156         * src/messageview.[ch]
5157         * src/mimeview.[ch]
5158         * src/procmime.[ch]
5159         * src/procmsg.[ch]
5160         * src/rfc2015.c
5161         * src/summaryview.c
5162         * src/textview.[ch]
5163                 o remove switching between TextView and MimeView in MessageView
5164                   (if required we can hide the icon box and the MimeView will
5165                    look exaxtly like the TextView)
5166                 o temporary remove signature and decrypting GPGME code
5167
5168 2003-10-09 [christoph]  0.9.6claws10
5169
5170         * src/action.c
5171         * src/compose.c
5172         * src/messageview.c
5173         * src/mimeview.c
5174         * src/procmime.[ch]
5175         * src/procmsg.c
5176         * src/rfc2015.c
5177         * src/textview.c
5178         * src/common/utils.[ch]
5179         * src/plugins/clamav/clamav_plugin.c
5180         * src/plugins/dillo_viewer/dillo_viewer.c
5181         * src/plugins/image_viewer/viewer.c
5182         * src/plugins/mathml_viewer/mathml_viewer.c
5183                 new mime parser (several things need fixing)
5184
5185 2003-10-09 [paul]       0.9.6claws9
5186
5187         * src/imap.c
5188                 a little more sync with 0.9.6cvs2 and a tidy up
5189
5190 2003-10-08 [paul]       0.9.6claws8
5191
5192         * sync with 0.9.6cvs2
5193                 see ChangeLog 2003-10-03
5194
5195 2003-10-05 [christoph]  0.9.6claws7
5196
5197         * src/summaryview.c
5198                 don't use flags to check if a message is in a news folder
5199
5200         (closes Bug 282 clicking on folder with copied Messages from News
5201          immediately after having copied them crashes Sylpheed-Claws)
5202
5203 2003-10-05 [christoph]  0.9.6claws6
5204
5205         * src/Makefile.am
5206         * src/progressdialog.[ch]               ** REMOVE **
5207         * src/gtk/Makefile.am
5208         * src/gtk/progressdialog.[ch]           ** NEW **
5209                 move progressdialog to gtk directory
5210
5211 2003-10-04 [christoph]  0.9.6claws5
5212
5213         * src/prefs_toolbar.c
5214         * src/gtk/prefswindow.c
5215                 remove widget_show_all for pages root widget
5216
5217         * src/plugins/spamassassin/spamassassin.[ch]
5218         * src/plugins/spamassassin/spamassassin_gtk.c
5219         * src/plugins/spamassassin/spamassassin_gtk.glade
5220                 add support for new libspamc transports
5221
5222 2003-10-04 [christoph]  0.9.6claws4
5223
5224         * src/plugins/spamassassin/libspamc.[ch]
5225         * src/plugins/spamassassin/spamassassin.c
5226         * src/plugins/spamassassin/utils.[ch]
5227                 update libspamc to version from SpamAssassin 2.60
5228
5229 2003-10-03 [christoph]  0.9.6claws3
5230
5231         * src/send_message.c
5232                 fix missing format string bug found by
5233                 Georgi Guninski <guninski@guninski.com>
5234
5235 2003-10-03 [paul]       0.9.6claws2
5236
5237         * po/zh_CN.po
5238                 update Simpilified Chinese translation, submitted by
5239                 Hansom Young
5240
5241 2003-10-02 [christoph]  0.9.6claws1
5242
5243         * src/imap.c
5244                 add UIDPLUS support for COPY and EXPUNGE
5245
5246 2003-10-02 [paul]       0.9.6claws
5247
5248         * 0.9.6claws released
5249
5250 2003-10-02 [paul]
5251
5252         * po/es.po
5253           po/sk.po
5254                 update Spanish and Slovak translations
5255                 submitted by Ricardo Mones Lastra and Andrej Kacian
5256  
5257 2003-10-02 [paul]       0.9.5claws43
5258
5259         * po/en_GB.po
5260                 update British English translation
5261
5262 2003-10-02 [paul]       0.9.5claws42
5263
5264         * po/hr.po
5265                 update Croatian translation, submitted by Dragan
5266
5267 2003-10-01 [paul]       0.9.5claws41
5268
5269         * po/pl.po
5270           po/sr.po
5271                 update Polish and Serbian translations, submitted by
5272                 Emil and Urke MMI
5273
5274 2003-10-01 [melvin]     0.9.5claws40
5275
5276         * po/fr.po
5277                 Updated French translations
5278
5279 2003-10-01 [melvin]     0.9.5claws39
5280
5281         * src/prefs_fonts.c
5282                 Fixed a Gtk warning
5283
5284         * src/plugins/dillo_prefs.c     
5285                 Quasi unnoticeable UI clean-up.
5286
5287 2003-10-01 [paul]
5288
5289         * tools/README
5290           tools/maildir2sylpheed.pl
5291                 bug fixes, rewrites, submitted by Matthias Förste 
5292                 <itsjustme@users.sourceforge.net>
5293
5294 2003-09-29 [paul]       0.9.5claws38
5295
5296         * src/inc.c
5297                 fix my coding carelessness
5298
5299 2003-09-29 [paul]       0.9.5claws37
5300
5301         * po/POTFILES.in
5302           src/Makefile.am
5303           src/main.c
5304           src/prefs_common.[ch]
5305           src/prefs_fonts.[ch]  ** NEW FILES **
5306                 move Font config options to Other Prefs/Display/Fonts
5307                 (user's current configuration is preserved)
5308
5309 2003-09-29 [paul]       0.9.5claws36
5310
5311         * src/inc.c
5312           src/prefs_account.c
5313                 allow 'local_mbox' value to point to either a directory 
5314                 (/var/mail -  default, new) or a file (/var/mail/username
5315                 - original)
5316
5317 2003-09-28 [paul]       0.9.5claws35
5318
5319         * src/rfc2015.c
5320                 on signature check, where key exists, print the
5321                 Key ID
5322
5323 2003-09-27 [alfons]     0.9.5claws34
5324
5325         * src/action.c
5326                 o make progress bar not fill/expand when resizing dialog
5327                 o use default fixed text font for actions output
5328
5329 2003-09-27 [paul]       0.9.5claws33
5330
5331         * src/prefs_common.[ch]
5332           src/procmsg.c
5333           src/send_message.c
5334                 remove External Program settings from Common Prefs/Send
5335                 as they are now unnecessary due to Local account settings.
5336                 plus a little tidying-up after 0.9.5claws31
5337
5338 2003-09-27 [paul]       0.9.5claws32
5339
5340         * src/prefs_account.c
5341                 o make correction to gui text:
5342                   'Local mailbox file' -> 'Local mailbox directory'
5343                 o give 'local_mbox' option a reasonable default value:
5344                   '/var/mail'
5345                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5346                   value
5347
5348 2003-09-26 [paul]       0.9.5claws31
5349
5350         * src/inc.c
5351           src/prefs_common.[ch]
5352                 remove 'Incorporate from spool' common pref,
5353                 force creation of a 'Local' account
5354
5355 2003-09-26 [christoph]  0.9.5claws30
5356
5357         * src/folder.c
5358         * src/msgcache.c
5359                 add more NULL pointer checks
5360
5361 2003-09-25 [christoph]  0.9.5claws29
5362
5363         * src/folder.c
5364                 o don't fetch source message to get it's message id
5365                 o immediately scan dest folder when copying a message did not
5366                   return a new message number and not do it when the first message
5367                   without a new message number is found
5368
5369 2003-09-23 [christoph]  0.9.5claws28
5370
5371         * src/compose.c
5372                 fix generating of headers
5373
5374         (patch by David Relson <relson@osagesoftware.com>)
5375
5376 2003-09-23 [paul]       0.9.5claws27
5377
5378         * po/zh_CN.po
5379                 update Simplified Chinese translation. submitted by
5380                 Hansom Young
5381
5382 2003-09-23 [paul]       0.9.5claws26
5383
5384         * tools/Makefile.am
5385           tools/README
5386           tools/vcard2xml.py    ** NEW FILE **
5387                 add a script that converts an evolution vcard to
5388                 sylpheed's xml format
5389                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5390
5391 2003-09-22 [paul]       0.9.5claws25
5392
5393         * src/plugins/clamav/clamav_plugin.c
5394                 don't skip MULTIPART parts
5395
5396 2003-09-21 [christoph]  0.9.5claws24
5397
5398         * src/alertpanel.c
5399                 remove unneeded include
5400
5401         * src/folder.c
5402                 clean up copy/move mess with duplicated code
5403
5404         * src/imap.c
5405                 fix problem that sometimes the folder was not scanned
5406                 also it was changed
5407
5408 2003-09-21 [christoph]  0.9.5claws23
5409
5410         * src/Makefile.am
5411         * src/logwindow.[ch]                    ** REMOVE **
5412         * src/mainwindow.c
5413         * src/prefs_common.c
5414         * src/gtk/Makefile.am
5415         * src/gtk/logwindow.[ch]                ** ADD **
5416                 make logwindow prefs_common independent and move
5417                 it to gtk directory
5418
5419 2003-09-20 [christoph]  0.9.5claws22
5420
5421         * src/compose.c
5422                 add extra space for address code conversion
5423                 (4 * unconvered size could be too small for short headers)
5424
5425 2003-09-20 [christoph]  0.9.5claws21
5426
5427         * src/compose.c
5428                 increase temp buffer size when writing headers
5429
5430 2003-09-19 [darko]      0.9.5claws20
5431
5432         * src/compose.c
5433                 don't ignore value of 'Save copy of outgoing messages to
5434                 this folder instead of Sent' in message redirect
5435
5436 2003-09-17 [christoph]  0.9.5claws19
5437
5438         * src/compose.c
5439                 use ", " as address seperator for mail headers and pass whole
5440                 header line at once to compose_convert_header to make sure
5441                 it is correctly folded
5442
5443         (closes Bug 64 Problem when sending to many recipients)
5444
5445 2003-09-17 [hoa]        0.9.5claws18
5446         
5447         * src/matcher.[ch]
5448           src/matcher_parser_parse.y
5449           src/prefs_matcher.c
5450                 changed the keyword used for command execution in condition
5451                 keyword is changed from "execute" to "test"
5452                 so that it is not the same as the one used for action.
5453                 This will fix a bug when using filtering dialog.
5454                 All semantic in the code is also changed to reflect
5455                 the keyword change.
5456
5457 2003-09-17 [paul]
5458         
5459         * sync with 0.9.6 release
5460
5461 2003-09-17 [paul]       0.9.5claws17
5462
5463         * sync with 0.9.5cvs8
5464                 see ChangeLog 2003-09-16 and 2003-09-17
5465
5466 2003-09-16 [paul]       0.9.5claws16
5467
5468         * sync with 0.9.5cvs6
5469                 see ChangeLog 2003-09-16
5470
5471 2003-09-15 [paul]       0.9.5claws15
5472
5473         * sync with 0.9.5cvs5
5474                 see ChangeLog 2003-09-15
5475
5476 2003-09-14 [alfons]     0.9.5claws14
5477
5478         * src/inc.c
5479                 make "Go to inbox after receiving new mail" again;
5480                 regression of a sync, restored to sylpheed main 
5481                 behaviour. (misses still some bits)
5482
5483 2003-09-14 [alfons]     0.9.5claws13
5484
5485         * src/prefs_filtering_action.c
5486                 o add proper message if empty execute command line
5487                 o don't select first action item after registering a
5488                   new action to prevent (what seems to be a GTK) bug
5489                   #36, "filtering will only accept one action change 
5490                   per invocation".
5491
5492 2003-09-14 [alfons]     0.9.5claws12
5493
5494         * src/prefs_filtering.c
5495         * src/prefs_filtering_action.c
5496         * src/prefs_matcher.c
5497                 fix function signature for key_pressed_event signal handlers
5498
5499 2003-09-14 [alfons]     0.9.5claws11
5500
5501         * src/mainwindow.c
5502                 fix regression caused by fix for invalid bug #7
5503                 (should fix #246, "Multiple selections are deselected when 
5504                 moving from search window to main window")
5505                 
5506 2003-09-14 [alfons]     0.9.5claws10
5507         
5508         * src/actions.[ch]
5509         * src/filtering.[ch]
5510         * src/prefs_actions.c
5511                 allow `filtering actions` in actions; only for advanced users
5512                 right now: try for example, "%as{mark color 2}" 
5513         
5514 2003-09-13 [paul]       0.9.5claws9
5515         
5516         * po/pl.po
5517           po/zh_CN.po   ** NEW FILE **
5518                 update Polish translation, submitted by Emil 
5519                 <eminowbl@posejdon.wpk.p.lodz.pl>
5520                 add new Simplified Chinese translation, submitted by
5521                 Hansom Young <hansom_young@yahoo.com>
5522
5523 2003-09-12 [alfons]     0.9.5claws8
5524
5525         * src/summaryview.c
5526                 don't open separate message views when View | Separate message view
5527                 is active 
5528                 (please look carefully for any navigation regressions)
5529
5530 2003-09-11 [alfons]     0.9.5claws7
5531
5532         * src/mainwindow.c
5533                 make default message view, opened by View | Separate message 
5534                 view, look like a claws message view (which includes a menu
5535                 bar and a toolbar)
5536                 (fixes bug #298, "message view loses tool bar") 
5537
5538 2003-09-11 [christoph]  0.9.5claws6
5539
5540         * src/folderview.c
5541                 fix double deleting of newsgroup folders
5542
5543         (closes Bug 305 crash after deleting of a newsgroup)
5544
5545 2003-09-11 [paul]       0.9.5claws5
5546
5547         * src/rfc2015.c
5548           src/common/utils.h
5549                 more sync'ing from 0.9.5cvs2
5550
5551 2003-09-11 [christoph]  0.9.5claws4
5552
5553         * src/compose.c
5554         * src/rfc2015.c
5555         * src/common/utils.h
5556                 fix sync with 0.9.5cvs2
5557
5558 2003-09-11 [paul]       0.9.5claws3
5559
5560         * sync with 0.9.5cvs4
5561                 see ChangeLog 2003-09-11
5562
5563 2003-09-11 [paul]       0.9.5claws2
5564
5565         * sync with 0.9.5cvs2
5566                 see ChangeLog 2003-09-05
5567                 
5568 2003-09-11 [paul]       0.9.5claws1
5569
5570         * sync with 0.9.5cvs3
5571                 see ChangeLog 2003-09-10
5572
5573 2003-09-10 [paul]       0.9.5claws
5574
5575         * 0.9.5claws released
5576
5577 2003-09-10 [paul]       0.9.4claws78
5578
5579         * src/Makefile.am
5580                 add missing files
5581
5582 2003-09-10 [melvin]     0.9.4claws77
5583
5584         * po/fr.po
5585                 Updated French translations
5586
5587 2003-09-10 [paul]       0.9.4claws76
5588
5589         * po/es.po
5590           po/sk.po
5591           po/sr.po
5592                 update Spanish, Slovak, and Serbian translations.
5593                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5594                 and Urke MMI
5595                 
5596         * AUTHORS
5597                 add translation team section
5598
5599 2003-09-09 [christoph]  0.9.4claws75
5600
5601         * src/folder.c
5602                 free item->prefs in folder_item_destroy
5603
5604 2003-09-09 [alfons]     0.9.4claws74
5605
5606         * src/folderview.c
5607                 o proper check for root node sorting
5608                 o remove unnecessary gtk_ctree_remove_node 
5609
5610         (should fix bug #300, "crash while moving folder")      
5611
5612 2003-09-08 [christoph]  0.9.4claws73
5613
5614         * src/folderview.c
5615                 o fix double adding of IMAP FolderItems to GtkCTree
5616                 o fix crash then mbox folder is removed
5617
5618 2003-09-08 [christoph]  0.9.4claws72
5619
5620         * src/folder.c
5621         * src/folderview.c
5622         * src/mainwindow.c
5623                 fix new folder notification
5624
5625         * src/mbox_folder.c
5626                 fix cache path
5627
5628 2003-09-08 [christoph]  0.9.4claws71
5629
5630         * src/compose.c
5631                 replace '\n' and '\r' before removing trailing spaces
5632
5633         * src/folder.[ch]
5634         * src/folderview.c
5635                 add information about new or removed items in folder tree change
5636                 notification and use this in folderview to add and remove only
5637                 the appected items and not refresh the whole tree
5638
5639 2003-09-07 [match]      0.9.4claws70
5640
5641         * src/Makefile.am
5642         * src/addr_compl.c
5643         * src/addressbook.c
5644         * src/addressitem.h
5645         * src/addrindex.c
5646         * src/addritem.c
5647         * src/addritem.h
5648         * src/addrquery.c                       ** NEW **
5649         * src/addrquery.h
5650         * src/ldapquery.c
5651         * src/ldapserver.c
5652         * src/stock_pixmap.c
5653         * src/stock_pixmap.h
5654         * src/pixmaps/address_search.xpm        ** NEW **
5655                 re-introduce Lookup button for LDAP 'static' searches.
5656
5657 2003-09-07 [alfons]     0.9.4claws69
5658         
5659         * src/summaryview.c
5660                 abandon setting usize for messageview because it gives layout problems
5661                 with the quick search bar and the headerview; fixes assorted UI glitches:
5662                 
5663                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5664                 o bug #280, "Window resiizes for line length but does not revert"
5665
5666 2003-09-07 [christoph]  0.9.4claws68
5667
5668         * src/compose.c
5669                 o make sure we don't have any newlines in header values
5670                 o check custom headers for spaces and newlines and ignore
5671                   malformed header names
5672
5673 2003-09-06 [christoph]  0.9.4claws67
5674
5675         * src/folder.c
5676         * src/folderview.c
5677                 invoke notification hook for folder tree changes after append
5678                 and remove folder
5679
5680         (closes Bug 294 Crash while moving folder with many subdirectories)
5681
5682 2003-09-06 [christoph]  0.9.4claws66
5683
5684         * src/folder.c
5685                 destroy folder's MsgCache if FolderItem is removed to make sure
5686                 it is not saved when the FolderItem is destroyed
5687
5688 2003-09-06 [christoph]  0.9.4claws65
5689
5690         * src/plugins/clamav/clamav_plugin.c
5691                 fix copy & paste bug
5692
5693 2003-09-05 [christoph]  0.9.4claws64
5694
5695         * src/folder.c
5696         * src/messageview.[ch]
5697         * src/procmsg.[ch]
5698         * src/summaryview.c
5699                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5700                 by MessageView to clear it when the message is deleted. Should
5701                 work even if messages are deleted in MainWindow or by
5702                 processing.
5703
5704 2003-09-05 [alfons]     0.9.4claws63
5705
5706         * src/messageview.c
5707                 deleting a message in a message view frees its msginfo, make 
5708                 messageview_update_all() aware of that (should fix bug #293,
5709                 "deleting message caused crash")
5710
5711 2003-09-05 [melvin]     0.9.4claws62
5712
5713         * src/action.c
5714                 Improve synchronous action exit code (fixes 
5715                 a ~5 seconds delay after action exit on RedHat 9)
5716
5717 2003-09-04 [christoph]  0.9.4claws61
5718
5719         * src/compose.c
5720         * src/rfc2015.c
5721         * src/common/utils.[ch]
5722                 add util function to create mime boundary and use it
5723                 in compose and gpg code
5724
5725 2003-09-04 [alfons]     0.9.4claws60
5726
5727         * src/folder.c
5728                 source folder item's GNode should already have been freed in 
5729                 a previous call to src->folder->klass->remove_folder()
5730                 (should fix bug #287, "crash when moving folders")
5731
5732 2003-09-03 [thorsten]   0.9.4claws59
5733
5734         * src/plugins/spamassassin/spamassassin_gtk.c
5735                 fix compile error
5736
5737 2003-09-03 [christoph]  0.9.4claws58
5738
5739         * src/plugins/spamassassin/spamassassin.[ch]
5740         * src/plugins/spamassassin/spamassassin_gtk.c
5741                 add timeout config option
5742
5743 2003-09-03 [paul]       0.9.4claws57
5744
5745         * po/sk.po      ** NEW FILE **
5746                 add Slovak translation. Submitted by Andrej Kacian 
5747                 <andrej@kacian.sk>
5748
5749 2003-09-03 [paul]       0.9.4claws56
5750
5751         * src/plugins/clamav/clamav_plugin_gtk.c
5752                 gui tweaks: replace a label with a tooltip, modify the
5753                 text, use gtk_check_button_new(); instead of
5754                 gtk_check_button_new_with_label("");
5755
5756 2003-09-02 [alfons]     0.9.4claws55
5757
5758         * src/gtk/filesel.c
5759                 remember last used dir when attaching multiple files (should fix
5760                 bug #290, "Attach File does not remember directory")
5761
5762 2003-09-01 [paul]       0.9.4claws54
5763
5764         * po/es.po
5765                 updated by Ricardo Mones Lastra
5766
5767 2003-09-01 [alfons]     0.9.4claws53
5768
5769         * src/gtk/gtkaspell.[ch]
5770                 be pedantic and strict and use const gchar * instead of guchar *
5771
5772 2003-09-01 [alfons]     0.9.4claws52
5773
5774         * src/mainwindow.c
5775         * src/summaryviewc.
5776                 re-enable Save As when multiple messages are selected
5777
5778 2003-09-01 [paul]       0.9.4claws51
5779
5780         * src/textview.c
5781                 g_free(trimmed_uri);
5782
5783 2003-09-01 [paul]       0.9.4claws50
5784
5785         * sync with 0.9.4cvs13
5786                 see ChangeLog 2003-09-01
5787
5788 2003-09-01 [paul]       0.9.4claws49
5789
5790         * src/textview.c
5791                 trim uri before sending to the statusbar
5792                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5793                 in the message window causes main S-C window to enlarge 
5794                 past screen edges'
5795
5796 2003-09-01 [paul]       0.9.4claws48
5797
5798         * sync with 0.9.4cvs12
5799                 see ChangeLog 2003-09-01
5800
5801 2003-08-30 [christoph]  0.9.4claws47
5802
5803         * src/compose.c
5804         * src/folder_item_prefs.[ch]
5805         * src/prefs_folder_item.c
5806         * src/gtk/gtkaspell.[ch]
5807                 commit per folder dictionary patch by
5808                 Paul Evans <nerd@freeuk.com>
5809
5810 2003-08-30 [christoph]  0.9.4claws46
5811
5812         * src/plugins/spamassassin/spamassassin_gtk.c
5813         * src/plugins/spamassassin/spamassassin_gtk.glade
5814                 reduce GUI clutter by placing hints into tooltips
5815
5816 2003-08-30 [paul]       0.9.4claws45
5817
5818         * src/compose.c
5819                 add 'Content-Disposition: inline' to a text/plain
5820                 part when using PGP/MIME signing
5821
5822 2003-08-30 [paul]       0.9.4claws44
5823
5824         * src/prefs_common.c
5825           src/prefs_spelling.c
5826           src/prefs_spelling.glade
5827                 reduce GUI clutter by placing hints into tooltips
5828
5829 2003-08-29 [christoph]  0.9.4claws43
5830
5831         * configure.ac
5832                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5833
5834         * src/stock_pixmap.c
5835                 change unecessary warning into a debug message
5836
5837         * src/plugins/clamav/Makefile.am
5838                 Fix error "-I$(CLAMAV_LIBS)"
5839
5840 2003-08-29 [christoph]  0.9.4claws42
5841
5842         * intl/Makefile.in
5843         * src/Makefile.am
5844         * src/matcher.h
5845         * src/common/Makefile.am
5846         * src/common/passcrypt.c
5847                 commit fixes and patches for some of the IRIX problems found by
5848                 Ivan Rayner <ivanr@sgi.com>
5849
5850 2003-08-29 [paul]       0.9.4claws41
5851
5852         * src/prefs_filtering.c
5853                 add 'Top' and 'Bottom' buttons, based on changes in
5854                 src/prefs_filter.c in 0.9.4cvs11.
5855
5856 2003-08-27 [christoph]  0.9.4claws40
5857
5858         * src/folderview.c
5859                 fix bug that the current summary settings were copied to the
5860                 wrong folder item, when the folder item prefs are opened.
5861                 Copying is not required because summary settings and
5862                 folder_item_prefs do not contain the same settings
5863
5864 2003-08-27 [thorsten]   0.9.4claws39
5865
5866         * src/imap.c
5867                 fix compile error
5868
5869 2003-08-26 [paul]       0.9.4claws38
5870
5871         * sync with 0.9.4cvs9
5872                 see ChangeLog 2003-08-26
5873
5874 2003-08-25 [paul]       0.9.4claws37
5875
5876         * sync with 0.9.4cvs8
5877                 see ChangeLog 2003-08-25
5878
5879 2003-08-24 [christoph]  0.9.4claws36
5880
5881         * src/prefs_filtering.c
5882                 shouldn't remove items from a GSList while iterating over the
5883                 list (makes cur invalid and cur->next not accessable)
5884
5885         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5886          crashed)
5887
5888 2003-08-23 [christoph]  0.9.4claws35
5889
5890         * src/news.c
5891                 news folders should be scanned when opened
5892
5893 2003-08-22 [christoph]  0.9.4claws34
5894
5895         * src/prefs_folder_item.c
5896                 use macro to assign strings that always frees the old string
5897
5898         * src/gtk/gtkaspell.[ch]
5899                 add gtkaspell_set_dictionary_menu_active_item() to set active
5900                 item in dictionary option menu
5901
5902         * src/prefs_spelling.c
5903                 use gtkaspell_set_dictionary_menu_active_item() to select
5904                 dictionary
5905
5906 2003-08-21 [christoph]  0.9.4claws33
5907
5908         * src/folder.[ch]
5909         * src/imap.c
5910         * src/mbox_folder.c
5911         * src/mh.c
5912         * src/news.c
5913                 optimize folder system
5914
5915         * src/gtk/gtkstext.c
5916                 fix division by zero when font has 0 width for ' '
5917
5918 2003-08-21 [paul]       0.9.4claws32
5919
5920         * sync with 0.9.4cvs7
5921                 see ChangeLog 2003-08-20
5922
5923 2003-08-19 [paul]       0.9.4claws31
5924
5925         * src/common/defs.h
5926                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5927                 SYLDOC_FAQ_HTML_INDEX.
5928         * src/manual.c
5929                 use LC_MESSAGES instead of LC_ALL to find the current
5930                 language
5931
5932           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5933
5934 2003-08-19 [paul]       0.9.4claws30
5935
5936         * po/bg.po
5937                 updated by George Danchev
5938
5939 2003-08-18 [luke]       0.9.4claws29
5940         * src/mimeview.[ch]
5941         * src/gtk/gtkvscrollbutton.[ch]
5942                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5943                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5944                 o removed horizontal separator between icons
5945
5946 2003-08-17 [christoph]  0.9.4claws28
5947
5948         * src/procmsg.c
5949                 no subject threading when the subject has no reply prefix
5950
5951 2003-08-16 [christoph]  0.9.4claws27
5952
5953         * src/mainwindow.c
5954                 remember and restore window sizes and position when the main
5955                 window is hidden or shown
5956
5957         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5958          minimised/reopened using trayicon)
5959
5960 2003-08-16 [paul]       0.9.4claws26
5961
5962         * src/crash.c
5963                 add #include "defs.h"
5964
5965 2003-08-16 [paul]       0.9.4claws25
5966
5967         * src/plugins/clamav/clamav_plugin.c
5968                 reword a debug_print
5969                 
5970         * src/plugins/dillo_viewer/dillo_prefs.c
5971                 cosmetic: change the labels' text, add tooltips, and
5972                 left-align the hint
5973
5974 2003-08-15 [christoph]  0.9.4claws24
5975
5976         * src/news.c
5977                 complete last change (forgot some changes)
5978
5979 2003-08-15 [christoph]  0.9.4claws23
5980
5981         * src/news.c
5982                 o check number of messages and don't return a 0 message
5983                   when no messages are available
5984                 o don't parse xref header anymore
5985
5986         (closes Bug 203 I'm not getting any news)
5987
5988 2003-08-15 [paul]       0.9.4claws22
5989
5990         * src/common/defs.h
5991           src/crash.c
5992                 update and define claws bugzilla location
5993
5994 2003-08-15 [paul]       0.9.4claws21
5995
5996         * po/ru.po
5997                 update submitted by Ruslan N. Balkin
5998
5999 2003-08-14 [christoph]  0.9.4claws20
6000
6001         * src/procmsg.c
6002                 fix search for oldest node in subject threading
6003
6004 2003-08-14 [christoph]  0.9.4claws19
6005
6006         * src/procmsg.c
6007         * src/common/utils.h
6008                 add possibility to check all nodes with the same subject for
6009                 subject threading, not only the oldest node. Should not break
6010                 threads anymore if the oldest node is thread_by_subject_max_age
6011                 days older then parent, because it can now find a child of
6012                 oldest node as new parent.
6013
6014 2003-08-11 [christoph]  0.9.4claws18
6015
6016         * src/plugins/spamassassin/spamassassin.c
6017                 run spam check in background process
6018
6019 2003-08-10 [alfons]     0.9.4claws17
6020
6021         * src/summaryview.c
6022                 make `Select All' sensitive too
6023
6024 2003-08-10 [christoph]  0.9.4claws16
6025
6026         * src/imap.c
6027                 add more checks in imap_close
6028
6029 2003-08-09 [alfons]     0.9.4claws15
6030
6031         * src/prefs_spelling.c
6032                 no spell checking UI if not requested
6033
6034 2003-08-09 [alfons]     0.9.4claws14
6035
6036         * src/gtk/prefswindow.c
6037                 make it compile
6038
6039 2003-08-09 [christoph]  0.9.4claws13
6040
6041         * src/prefs_spelling.c
6042         * src/gtk/prefswindow.[ch]
6043         * src/plugins/clamav/clamav_plugin_gtk.c
6044         * src/plugins/spamassassin/spamassassin_gtk.c
6045                 sort prefs pages by heighest weight in tree
6046
6047 2003-08-09 [paul]       0.9.4claws12
6048
6049         * sync with 0.9.4cvs6
6050                 see ChangeLog 2003-08-07
6051                 
6052         * AUTHORS
6053                 add Leandro and Luke to claws-branch section
6054
6055 2003-08-09 [christoph]  0.9.4claws11
6056
6057         * src/gtk/Makefile.am
6058         * src/gtk/colorsel.[ch]                 ** NEW **
6059                 create a color selection dialog that can be used as a simple
6060                 function call with it's own gtk main loop like filesel.[ch]
6061
6062         * src/Makefile.am
6063         * src/main.c
6064         * src/prefs_common.c
6065         * src/prefs_spelling.[ch]               ** NEW **
6066         * src/prefs_spelling.glade              ** NEW **
6067         * src/gtk/gtkutils.[ch]
6068                 move "Spell Checker" prefs to new prefs dialog
6069
6070         * src/prefs_folder_item.c
6071                 use new colorsel dialog
6072
6073 2003-08-08 [paul]       0.9.4claws10
6074
6075         * src/inc.c
6076                 clear the progress bar unconditionally
6077
6078 2003-08-08 [paul]       0.9.4claws9
6079
6080         * sync with 0.9.4cvs4
6081                 see ChangeLog 2003-07-31
6082
6083 2003-08-07 [christoph]  0.9.4claws8
6084
6085         * configure.ac
6086                 fix bug in image viewer plugin part
6087
6088         * src/imap.c
6089                 don't execute close command if the folder item is not selected
6090
6091 2003-08-07 [hoa]        0.9.4claws7
6092
6093         * src/filtering.[ch]
6094         * src/matcher_parser.h
6095         * src/matcher_parser_parse.y
6096                 can define several actions for each filtering rule
6097                 can import old versions of filtering rules
6098
6099         * src/prefs_filtering.c
6100                 call to a new dialog box to define actions
6101
6102         * src/prefs_filtering_action.[ch]
6103                 dialog box to define actions for filtering rules
6104
6105 2003-08-06 [christoph]  0.9.4claws6
6106
6107         * src/imap.c
6108                 make sure source folder is selected when copying messages
6109
6110 2003-08-06 [christoph]  0.9.4claws5
6111
6112         * sync with 0.9.4cvs2
6113                 see ChangeLog 2003-07-29                
6114
6115 2003-08-05 [paul]       0.9.4claws4
6116
6117         * sync with 0.9.4cvs3
6118                 see ChangeLog 2003-07-30
6119
6120 2003-08-04 [match]      0.9.4claws3
6121
6122         * po/POTFILES.in
6123                 export of LDIF files.
6124
6125 2003-08-04 [match]      0.9.4claws2
6126
6127         * src/ldif.[ch]
6128                 support for export LDIF. documented.
6129         * src/importldif.[ch]
6130         * src/exportldif.[ch]
6131                 add tooltips. documented.
6132         * src/exphtmldlg.[ch]
6133         * src/common/xmlprops.[ch]
6134                 documented.
6135         * src/exportldif.[ch]                   ** NEW **
6136         * src/expldifdlg.[ch]                   ** NEW **
6137         * src/addressbook.[ch]
6138         * src/Makefile.am
6139                 export of LDIF files.
6140                 documented.
6141
6142 2003-08-04 [christoph]  0.9.4claws1
6143
6144         * .cvsignore
6145         * Makefile.am
6146         * configure.ac
6147         * sylpheed-claws.pc.in                  ** NEW **
6148         * src/Makefile.am
6149         * src/common/Makefile.am
6150         * src/gtk/Makefile.am
6151                 install sylpheed header files in $(pkgincludedir) and create a
6152                 pkg-config file to allow building a plugin without the source
6153                 package
6154
6155 2003-08-04 [paul]       0.9.4claws
6156
6157         * version 0.9.4claws
6158
6159 2003-08-04 [paul]       0.9.3claws97
6160
6161         * po/es.po
6162                 update Spanish translation. Submitted by Ricardo
6163                 Mones Lastra.
6164
6165 2003-08-03 [paul]       0.9.3claws96
6166
6167         * po/hr.po
6168           po/sr.po
6169                 update Croatian and Serbian translations. Submitted by
6170                 Dragan and Urke MMI respectively
6171
6172 2003-08-03 [alfons]     0.9.3claws95
6173
6174         * src/summaryview.c
6175                 mark flag has precedence over important flag - seems
6176                 to have been changed in sync of 0.9.3claws45. this fixes
6177                 a regression where messages that were scored as important
6178                 don't show their mark flags. (using the same column for
6179                 both importance as mark flags is the real problem
6180                 ofcourse)
6181
6182 2003-08-03 [melvin]     0.9.3claws94
6183
6184         * po/fr.po
6185                 Updated French translations.
6186
6187 2003-08-03 [melvin]     0.9.3claws93
6188
6189         * src/Makefile.am
6190                 Fixed typo introduced after 0.9.3claws92 
6191                 that prevented compilation
6192                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6193                 CPPFLAGS and YFLAGS to allow user setting these.
6194         * src/common/Makefile.am
6195         * src/gtk/Makefile.am
6196         * src/plugins/clamav/Makefile.am
6197         * src/plugins/demo/Makefile.am
6198         * src/plugins/dillo_viewer/Makefile.am
6199         * src/plugins/image_viewer/Makefile.am
6200         * src/plugins/mathml_viewer/Makefile.am
6201         * src/plugins/spamassassin/Makefile.am
6202         * src/plugins/trayicon/Makefile.am
6203         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6204                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6205                 CPPFLAGS and YFLAGS to allow user setting these.
6206
6207 2003-08-02 [christoph]  0.9.3claws92
6208
6209         * configure.ac
6210                 o rearrange plugin tests
6211                 o add test for clamav.h to ClamAV tests
6212
6213 2003-08-02 [luke]       0.9.3claws91
6214
6215         * src/mimeview.c
6216                 o fixed appearance of icon list when toggling back from the 
6217                   ctree
6218                 o toggling of icons using the keyboard works correctly
6219                 o fixed all other keyboard shortcuts to work when icons are
6220                   active
6221         
6222         * src/messageview.c
6223                 o fixed bug 4 - focus lost when changing messageview view type
6224
6225 2003-08-02 [christoph]  0.9.3claws90
6226
6227         * src/common/hooks.c
6228                 fix crash when pointer stored in hash table could get invalid
6229                 when a plugin is unloaded
6230
6231 2003-08-01 [christoph]  0.9.3claws89
6232
6233         * configure.ac
6234                 o try to build all plugins (except spamassassin) by default
6235                 o don't build a plugin if a dependency check fails
6236
6237         * src/common/hooks.c
6238                 fix warning
6239
6240 2003-08-01 [match]      0.9.3claws88
6241
6242         * src/importldif.c
6243                 allow single click field selection. document code.
6244
6245 2003-08-01 [christoph]  0.9.3claws87
6246
6247         * src/plugins/clamav/clamav_plugin.c
6248         * src/plugins/clamav/clamav_plugin_gtk.c
6249         * src/plugins/dillo_viewer/dillo_viewer.c
6250         * src/plugins/image_viewer/plugin.c
6251         * src/plugins/mathml_viewer/mathml_viewer.c
6252         * src/plugins/spamassassin/spamassassin.c
6253         * src/plugins/spamassassin/spamassassin_gtk.c
6254         * src/plugins/trayicon/trayicon.c
6255                 add version check to all plugins
6256
6257 2003-08-01 [hoa]        0.9.3claws86
6258
6259         * src/prefs_filtering.c
6260                 fixed a cosmetic bug, during creation of dialog box,
6261                 wrong widgets were shown after creation.
6262
6263 2003-08-01 [luke]       0.9.3claws85
6264
6265         * src/mainwindow.c
6266                 o fixed visibility of icons/mimeview after toggling separate
6267                   message/folder view (factored out some similar code too).
6268
6269
6270 2003-07-31 [alfons]     0.9.3claws84
6271
6272         * src/mimeview.c
6273                 tweak icon box UI a bit more, now allowing right-clicks actions
6274                 getting the relevant mime data too; should fix #250, "Can't save 
6275                 attachments sometimes".
6276
6277 2003-07-30 [alfons]     0.9.3claws83
6278
6279         * src/compose.c
6280                 don't do auto-save-draft inside key press handler, but rather
6281                 schedule it half of a second later; should fix #67, "autosave 
6282                 make re-rediting message crazy"
6283
6284 2003-07-30 [christoph]  0.9.3claws82
6285
6286         * src/plugins/trayicon/trayicon.c
6287                 process pending events before unloading the plugin
6288
6289         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6290
6291 2003-07-30 [alfons]     0.9.3claws81
6292
6293         * src/common/hooks.c
6294                 parameter 2 of g_hook_destroy() should really be a hook id
6295
6296 2003-07-30 [alfons]     0.9.3claws80
6297
6298         * src/common/plugin.c
6299                 fix a possibly harmful function signature mismatch 
6300                 for plugin_done
6301
6302 2003-07-30 [alfons]     0.9.3claws79
6303
6304         * src/common/hooks[.ch]
6305                 const correctness
6306
6307 2003-07-30 [darko]      0.9.3claws78
6308
6309         * src/summaryview.c
6310                 make it compile again
6311
6312 2003-07-30 [luke]       0.9.3claws77
6313
6314         * src/crash.c
6315         * src/main.c
6316                 o added/moved signal handlers for SIGTERM (normal kill command) 
6317                   and SIGINT (ctl-c) to be used even without 
6318                   --enable-crash-dialog, fixing bug 166
6319
6320         * src/summaryview.c
6321                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6322                   bug 227
6323
6324         * src/mainwindow.c
6325                 o changed sensitivity condition for 'Next new' and 'Next 
6326                   unread', fixing bug 8
6327
6328 2003-07-29 [alfons]     0.9.3claws76
6329
6330         * src/common/utils.[ch]
6331                 add generate_msgid()
6332         * src/messageview.c
6333                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6334                 sent folder".
6335
6336 2003-07-29 [alfons]     0.9.3claws75
6337
6338         * src/messageview.c
6339                 fix a memleak (claws-only)
6340
6341 2003-07-29 [alfons]     0.9.3claws74
6342
6343         * src/mimeview.[ch]
6344         * src/gtk/gtkvscrollbutton.[ch]
6345                 fix UI glitch where mime icon toolbox' scroll position is not 
6346                 reset after switching to another message
6347                 
6348
6349 2003-07-29 [paul]       0.9.3claws73
6350
6351         * src/prefs_folder_item.c
6352                 split the prefs into 2 separate pages
6353
6354 2003-07-29 [paul]       0.9.3claws72
6355
6356         * src/compose.c
6357                 prepend "\n\n" to a signature without a separator too
6358
6359 2003-07-29 [paul]       0.9.3claws71
6360
6361         * src/compose.c
6362                 fix bug where changing to an account without an auto-sig
6363                 from an initial account without an auto-sig would insert 
6364                 2 blank lines at the cursor point
6365                 fix bug where changing to an account with an auto-sig
6366                 from an initial account without an auto-sig would insert
6367                 the sig at the cursor point
6368
6369 2003-07-29 [paul]       0.9.3claws70
6370
6371         * src/folderview.c
6372                 use the colour from the folder pref unless the folder
6373                 has new messages
6374
6375 2003-07-29 [alfons]     0.9.3claws69
6376
6377         * src/procmsg.[ch]
6378         * src/messageview.c
6379         * src/procheader.c
6380                 rewrite return receipt request work a little bit (the former 
6381                 implementation presumably depended too much on the UI setting
6382                 flags). (we're losing the old pending flag.) 
6383
6384 2003-07-28 [christoph]  0.9.3claws68
6385
6386         * src/folder.c
6387         * src/imap.c
6388         * src/mh.c
6389         * src/procmsg.[ch]
6390                 fix copy to IMAP folder from other folder
6391
6392 2003-07-28 [christoph]  0.9.3claws67
6393
6394         * src/procmsg.c
6395                 fix sync of procmsg_get_message_file_list
6396
6397 2003-07-28 [christoph]  0.9.3claws66
6398
6399         * sync with 0.9.3cvs14
6400                 see ChangeLog 2003-07-18
6401         * sync with 0.9.3cvs17
6402                 see ChangeLog 2003-07-23
6403
6404         (closes Bug 234 segmentation fault after sending out mail via
6405          smtp(auth))
6406
6407 2003-07-28 [paul]       0.9.3claws65
6408
6409         * po/es.po
6410                 update Spanish translation, submitted by Ricardo Mones
6411                 Lastra
6412
6413 2003-07-28 [christoph]  0.9.3claws64
6414
6415         * src/folder.[ch]
6416         * src/imap.c
6417         * src/mh.c
6418                 return new message numbers as a GRelation instead of a GSList
6419                 that has to be in the same order as the input list. A list
6420                 would make it hard for IMAP to optimize oepration by sorting
6421                 the input list. The returned list would have to be reordered
6422                 to match the same order that input list has.
6423
6424         * src/gtk/gtkaspell.c
6425                 fix missing return value, could cause a crash when garbage is
6426                 on the stack that is used as the expected return value
6427
6428 2003-07-28 [paul]       0.9.3claws63
6429
6430         * sync with 0.9.4cvs1
6431                 see ChangeLog 2003-07-28
6432
6433 2003-07-27 [alfons]     0.9.3claws62
6434
6435         * src/mimeview.c
6436                 tweak it more to make icon list act like a check button group
6437
6438 2003-07-27 [christoph]  0.9.3claws61
6439
6440         * sync with 0.9.3cvs20
6441                 see ChangeLog 2003-07-25
6442
6443 2003-07-27 [paul]       0.9.3claws60
6444
6445         * src/procmsg.c
6446                 re-commit changes from 0.9.3claws58 -
6447                 accidently removed in 0.9.3claws59
6448
6449 2003-07-27 [paul]       0.9.3claws59
6450
6451         * src/procmsg.[ch]
6452                 a sync from 0.9.3cvs17
6453                 see ChangeLog 2003-07-23
6454
6455 2003-07-27 [alfons]     0.9.3claws58
6456
6457         * src/procmsg.c
6458                 add missing header members to MsgInfo; fixes the problem of 
6459                 not displaying X-Faces, as noticed by Ricardo Mones
6460
6461 2003-07-26 [christoph]  0.9.3claws57
6462
6463         * sync with 0.9.3cvs18
6464                 see ChangeLog 2003-07-24
6465
6466 2003-07-26 [christoph]  0.9.3claws56
6467
6468         * sync with 0.9.3cvs17
6469                 see ChangeLog 2003-07-23
6470
6471 2003-07-26 [christoph]  0.9.3claws55
6472
6473         * src/folder.[ch]
6474         * src/imap.c
6475         * src/mbox_folder.c
6476         * src/mh.c
6477         * src/news.c
6478                 add support for copy function that copy multiple messages
6479                 (not implemented yet)
6480
6481         * src/summaryview.c
6482                 add missing return value
6483
6484 2003-07-26 [paul]       0.9.3claws54
6485
6486         * tools/multiwebsearch.pl
6487                 do whitespace substitution before passing the string
6488                 to the browser. fixes bug with browsers that don't
6489                 do whitespace conversion themselves.
6490
6491 2003-07-25 [christoph]  0.9.3claws53
6492
6493         * src/folder.[ch]
6494         * src/imap.c
6495         * src/mh.c
6496                 rewrite adding of multiple messages to a folder for
6497                 claws' folder system
6498
6499 2003-07-25 [luke]       0.9.3claws52
6500
6501         * src/mimeview.c
6502                 o icon toggles set correctly on leaving ctree mimeview
6503
6504 2003-07-25 [paul]       0.9.3claws51
6505
6506         * partial sync with 0.9.3cvs21 [src/main.c]
6507                 see ChangeLog 2003-07-25
6508
6509 2003-07-24 [paul]       0.9.3claws50
6510
6511         * tools/maildir2sylpheed.pl
6512                 fix typo
6513
6514 2003-07-24 [paul]       0.9.3claws49
6515
6516         * src/mimeview.c
6517                 increase the gutter size of paned so that the panes
6518                 can be resized
6519                 
6520         * src/plugins/demo/demo.c
6521                 squeeze in another typo fix
6522
6523 2003-07-24 [paul]       0.9.3claws48
6524
6525         * src/plugins/demo/demo.c
6526           src/prefs_account.c
6527                 small changes to the English
6528                 
6529         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6530           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6531           src/Makefile.am
6532           src/stock_pixmap.c
6533                 rename the misspelled icon
6534
6535 2003-07-23 [alfons]     0.9.3claws47
6536
6537         * src/mimeview.c
6538                 make icon list look like a list of toggles
6539
6540 2003-07-23 [luke]       0.9.3claws46
6541
6542         * src/pixmaps/mimeview_gpg_expired.xpm
6543         * src/pixmaps/mimeview_gpg_failed.xpm
6544         * src/pixmaps/mimeview_gpg_passed.xpm
6545         * src/pixmaps/mimeview_text_html.xpm
6546         * src/pixmaps/mimeview_image.xpm
6547                 o all icons the same size
6548
6549         * src/mimeview.[ch]
6550                 o mimeview ctree arranged vertically above the viewer
6551                 o icons changed to buttons
6552                 o can use keyboard to select an icon (Enter)
6553                 o resize icon list to width of icons
6554
6555         *  src/gtk/gtkvscrollbutton.c
6556                 o sensitivity of buttons reacts to position
6557
6558 2003-07-23 [christoph]  0.9.3claws45
6559
6560         * sync with 0.9.3cvs14 (incomplete)
6561                 see ChangeLog 2003-07-17
6562
6563 2003-07-23 [alfons]     0.9.3claws44
6564
6565         * src/folder.c
6566         * src/procmsg.h
6567                 sync with my local tree to restore some claws-only things
6568
6569 2003-07-23 [paul]       0.9.3claws43
6570
6571         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6572           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6573           src/Makefile.am
6574           src/mimeview.c
6575           src/procmime.h
6576           src/rfc2015.c
6577           src/stock_pixmap.[ch]
6578                 indicate missing keys and expired sigs/keys
6579                 in mime view column
6580
6581 2003-07-23 [paul]       0.9.3claws42
6582
6583         * src/compose.c
6584                 Redirect fixes: enable automatic account selection and
6585                 do not append signature to message on changing account
6586                 fixes Bug[s] #248
6587
6588 2003-07-23 [paul]       0.9.3claws41
6589
6590         * sync with 0.9.3cvs16
6591                 see ChangeLog 2003-07-23
6592
6593 2003-07-23 [alfons]     0.9.3claws40
6594
6595         * src/inc.c
6596                 give progress dialog a main window, and give it the first 
6597                 one (presumably the only one). fixes bug #247, "segfault on 
6598                 pop-before-smtp" 
6599
6600 2003-07-22 [alfons]     0.9.3claws39
6601
6602         * src/summaryview.c
6603                 shift-space scrolls up
6604
6605 2003-07-22 [paul]       0.9.3claws38
6606
6607         * sync with 0.9.3cvs15
6608                 see ChangeLog 2003-07-22
6609
6610 2003-07-20 [alfons]     0.9.3claws37
6611
6612         * src/compose.c
6613                 put menu inside #ifdef USE_ASPELL..#endif
6614
6615 2003-07-20 [christoph]  0.9.3claws36
6616
6617         * src/procmsg.c
6618                 fix wrong flags in MsgInfo returned by
6619                 procmsg_msginfo_get_full_info()
6620
6621         (closes Bug 221 Deleting messages from the Message View gives incorrect
6622          new/unread message counts in the folder view)
6623
6624         * src/plugins/spamassassin/spamassassin_gtk.c
6625                 add gettext macro for prefs page title
6626
6627 2003-07-20 [paul]       0.9.3claws35
6628
6629         * src/mimeview.c
6630                 redraw icon list on signature check
6631
6632 2003-07-20 [christoph]  0.9.3claws34
6633
6634         * src/Makefile.am
6635         * src/account.c
6636         * src/folder.[ch]
6637         * src/folder_item_prefs.[ch]            ** NEW **
6638         * src/folderview.c
6639         * src/mainwindow.c
6640         * src/mh.c
6641         * src/prefs_gtk.c
6642         * src/prefs_scoring.c
6643         * src/summaryview.c
6644         * src/prefs_folder_item.[ch]
6645                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6646                   Properties dialog
6647                 o use prefswindow for folder properties
6648
6649         * src/gtk/prefswindow.[ch]
6650                 change implementation to use an invisible notebook instead
6651                 of unparenting widgets
6652
6653 2003-07-20 [christoph]  0.9.3claws33
6654
6655         * src/compose.h
6656         * src/folder.c
6657         * src/folderview.h
6658         * src/headerview.h
6659         * src/prefs_filtering.h
6660         * src/prefs_folder_item.[ch]
6661         * src/procmime.h
6662         * src/procmsg.h
6663         * src/summaryview.h
6664                 clean up header mess
6665                 (always use 1. typedefs, 2. #includes, 3. structures)
6666
6667         * src/common/version.h.in
6668                 add casts for constants
6669
6670         * src/plugins/demo/demo.c
6671                 fix typo
6672
6673         * src/plugins/spamassassin/spamassassin.c
6674                 remove unused variable
6675
6676 2003-07-20 [alfons]     0.9.3claws32
6677
6678         * src/mimeview.c
6679                 o make icon buttons respond on left click
6680                 o minor cosmetic change
6681
6682 2003-07-19 [luke]       0.9.3claws31
6683
6684         * src/mimeview.[ch]
6685         * src/gtk/gtkvscrollbutton.c
6686         * src/messageview.c
6687                 o improved mimeview behaviour when selecting a new message
6688                 o plus code cleanups to remove compile warnings
6689
6690
6691 2003-07-19 [alfons]     0.9.3claws30
6692
6693         * src/procmsg.c
6694         * src/compose.c
6695         * src/common/utils.[ch]
6696                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6697
6698 2003-07-19 [alfons]     0.9.3claws29
6699
6700         * src/prefs_folder_item.c
6701                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6702                 string pointers
6703
6704 2003-07-19 [luke]       0.9.3claws28
6705
6706         * src/messageview.c
6707         * src/mimeview.[ch]
6708         * src/procmime.h
6709         * src/rfc2015.c
6710         * src/stock_pixmap.[ch]
6711         * src/gtk/Makefile.am
6712         * src/Makefile.am
6713         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6714         * src/pixmaps/mime_*.xpm                ** NEW **
6715                 o mimeview rearrangement with a new icon shortcut bar
6716
6717 2003-07-19 [alfons]     0.9.3claws27
6718
6719         * src/folderview.c
6720                 o plug leaking nodes_to_recollapse
6721                 o add folderview_recollapse_all_nodes() (not used yet)
6722
6723 2003-07-19 [alfons]     0.9.3claws26
6724
6725         * src/compose.c
6726         * src/common/utils.c
6727                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6728                 for both forwarding as replying
6729
6730 2003-07-18 [christoph]  0.9.3claws25
6731
6732         * configure.ac
6733         * src/common/sylpheed.[ch]
6734         * src/common/version.h.in
6735                 add version in numeric form to allow easy comparison
6736
6737         * src/plugins/demo/demo.c
6738                 add version check
6739                 - sylpheed version > plugin version => never allowed, sylpheed
6740                   could contain unknown API changes
6741                 - sylpheed version < minimum version required => don't load,
6742                   API required not available (if linking does not fail)
6743
6744 2003-07-18 [alfons]     0.9.3claws24
6745         
6746         * src/common/plugin.[ch]
6747                 const correctness
6748
6749 2003-07-18 [christoph]  0.9.3claws23
6750
6751         * src/common/hooks.c
6752                 fix crash when hooks where unregisted
6753
6754         * src/plugins/trayicon/trayicon.c
6755                 unregister detroy signal before destroying the widget
6756                 (still crashes when the plugin is unloaded)
6757
6758 2003-07-18 [alfons]     0.9.3claws22
6759         
6760         * src/folderview.c
6761                 delay expanding folder tree during drags until timeout triggered
6762                 (needs perhaps some tweaking, so testing is welcome)
6763
6764 2003-07-17 [alfons]     0.9.3claws21
6765
6766         * src/folderview.c
6767                 clean up cruft
6768
6769 2003-07-17 [christoph]  0.9.3claws20
6770
6771         * src/common/session.c
6772                 fix opening of SSL connections
6773
6774         * src/plugins/image_viewer/Makefile.am
6775                 add OPENSSL_CFLAGS (we should find a better solution to remove
6776                 this dependencies if they are not required)
6777
6778         * src/plugins/spamassassin/spamassassin.c
6779                 remove setlocale workaround (fixed in libspamc)
6780
6781         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6782          if spell checking enabled)
6783
6784 2003-07-17 [alfons]     0.9.3claws19
6785
6786         * src/common/hooks.[ch]
6787         * src/plugins/clamav/clamav_plugin.c
6788         * src/plugins/spamassassin/spamassassin.c
6789         * src/plugins/trayicon/trayicon.c
6790                 fix signedness muck 
6791
6792 2003-07-17 [alfons]     0.9.3claws18
6793
6794         * src/procmime.c
6795                 plug memleak
6796
6797 2003-07-17 [alfons]     0.9.3claws17
6798
6799         * src/inc.c
6800                 plug memleak
6801
6802 2003-07-17 [paul]       0.9.3claws16
6803
6804         * src/common/defs.h
6805           src/mainwindow.c
6806           src/manual.[ch]
6807                 add link to the Claws site's FAQ page, after the suggestion
6808                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6809                 Move url strings to defs.h
6810                 
6811         * src/mainwindow.c
6812                 fix typo to prevent "unknown menu entry" warnings
6813
6814 2003-07-17 [alfons]     0.9.3claws15
6815
6816         * src/folderview.[ch]
6817         * src/summaryview.[ch]
6818         * src/mimeview.[ch]
6819                 plug DnD leaks 
6820
6821 2003-07-17 [paul]       0.9.3claws14
6822
6823         * src/inc.c
6824                 remove two instances of 'GTK_EVENTS_FLUSH' because
6825                 they are unnecessary and probably cause a stack overflow
6826
6827 2003-07-16 [christoph]  0.9.3claws13
6828
6829         * src/mimeview.[ch]
6830                 use an invisible GTK notebook to switch between viewers
6831                 instead of reparenting widgets
6832
6833 2003-07-16 [christoph]  0.9.3claws12
6834
6835         * src/folder.c
6836                 move folder_item_update_freeze() to correct place in
6837                 folder_item_scan_full()
6838
6839 2003-07-16 [paul]       0.9.3claws11
6840
6841         * sync with 0.9.3cvs12
6842                 see ChangeLog 2003-07-14 and 2003-07-15
6843
6844 2003-07-16 [christoph]  0.9.3claws10
6845
6846         * src/imap.[ch]
6847         * src/prefs_account.[ch]
6848                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6849
6850 2003-07-15 [alfons]     0.9.3claws9
6851
6852         * src/main.c
6853                 make --config-dir do something useful
6854
6855 2003-07-15 [alfons]     0.9.3claws8
6856
6857         * src/procmsg.c
6858                 o fix a bug where 'last' didn't really point to the last message
6859                   in the top level list of children, but to the last threaded
6860                   message. 
6861                 
6862                 o clean up and make it easier to sync
6863
6864 2003-07-15 [alfons]     0.9.3claws7
6865
6866         * src/mainwindow.c
6867                 make correct menu items sensitive       
6868
6869 2003-07-14 [alfons]     0.9.3claws6
6870
6871         * src/procmsg.c
6872                 tune the threader so it will not subject-thread any message
6873                 without a subject prefix (this will not thread correctly if 
6874                 a parent is delivered after their childs, but it looks 
6875                 better right now)
6876
6877 2003-07-13 [christoph]  0.9.3claws5
6878
6879         * src/mainwindow.c
6880                 group "Add mailbox *..." menu items in submenu
6881
6882 2003-07-13 [alfons]     0.9.3claws4
6883
6884         * src/summaryview.c
6885                 correct summary_toggle_pressed() signature and make sure
6886                 signal is not passed on
6887
6888 2003-07-13 [alfons]     0.9.3claws3
6889
6890         * src/summaryview.c
6891                 o for now don't pass on keys when they we're handled by 
6892                   ctree::key_press_event
6893                 o clean up
6894
6895 2003-07-13 [alfons]     0.9.3claws2
6896         
6897         * src/main.c
6898                 add command line option "--config-dir" to get the current 
6899                 configuration dir
6900
6901 2003-07-12 [alfons]     0.9.3claws1
6902
6903         * src/matcher.[ch]
6904         * src/matcher_parser_parse.y
6905         * src/prefs_filtering.c
6906         * src/filtering.c
6907                 add "Lock" filter action to lock messages;
6908
6909         * src/filtering.c       
6910                 remove debug_print()    
6911         * src/prefs_filtering.c
6912                 re-organize matcher part 9: 
6913                 make action text entries easily extendible;
6914                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6915                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6916
6917 2003-07-12 [paul]
6918
6919         * tools/README
6920                 update old information and add missing
6921                 information
6922
6923 2003-07-12 [paul]       0.9.3claws
6924
6925         * 0.9.3claws released
6926         
6927 2003-07-12 [paul]       0.9.0claws103
6928
6929         * src/Makefile.am
6930                 add addrquery.h
6931
6932 2003-07-12 [melvin]     0.9.0claws102
6933
6934         * src/messageview.c
6935                 Fixed bug #215: Show MIME tab for single text/html messages. 
6936                 
6937 2003-07-12 [paul]       0.9.0claws101
6938
6939         * man/sylpheed.1
6940                 updated
6941
6942 2003-07-12 [paul]       0.9.0claws100
6943
6944         * po/es.po
6945           po/hr.po
6946           po/pl.po
6947           po/sr.po
6948                 update Spanish, Croatian, Polish, Serbian translations.
6949                 submitted by Ricardo Mones Lastra, Dragan, Witold
6950                 Wladyslaw Wojciech Wilk, Urke MMI
6951
6952 2003-07-12 [melvin]     0.9.0claws99
6953
6954         * po/fr.po
6955                 Updated French translations.
6956
6957 2003-07-12 [paul]       0.9.0claws98
6958
6959         * src/addressbook.c
6960                 disable 'Lookup' button as it has no effect
6961
6962 2003-07-11 [alfons]     0.9.0claws97
6963         
6964         * src/summaryview.c
6965                 summary_searchbar_pressed() should return TRUE to signal that
6966                 event was handled. when returning void, the return value passed
6967                 to GTK is actually random, but maybe FALSE, in which case the
6968                 event is handled by parent
6969                 
6970 2003-07-10 [paul]       0.9.0claws96
6971
6972         * ac/missing/gettext.m4
6973                 update to version 0.12
6974
6975 2003-07-10 [paul]       0.9.0claws95
6976
6977         * src/plugins/clamav/clamav_plugin.c
6978                 fix bug where multipart/alternative messages
6979                 would slip through without being scanned
6980
6981 2003-07-10 [christoph]  0.9.0claws94
6982
6983         * src/folder.c
6984                 correct check if folder supports removing when a message is
6985                 moved. if not the message is only copied.
6986
6987         (closes Bug 132 crash on startup in newsgroups folders)
6988
6989 2003-07-09 [alfons]     0.9.0claws93
6990
6991         * configure.ac
6992         * src/common/defs.h
6993                 --with-config-dir (default .sylpheed)
6994
6995 2003-07-09 [christoph]  0.9.0claws92
6996
6997         * configure.ac
6998                 use PKG_CHECK_MODULES to check for gtkmathview
6999                 (version 0.4.2 now required)
7000
7001 2003-07-08 [melvin]     0.9.0claws91
7002
7003         * src/action.c
7004                 Implemented a progress bar that counts the number of completed
7005                 tasks when the action runs more than one command.
7006
7007 2003-07-08 [alfons]     0.9.0claws90
7008
7009         * src/procmsg.c
7010                 if queued message has an invalid Message-Id, don't try to
7011                 find message it refers to (fixes #209 "crash when processing 
7012                 in folder")
7013
7014 2003-07-08 [paul]       0.9.0claws89
7015
7016         * sync with 0.9.3cvs2
7017                 see ChangeLog 2003-07-08
7018
7019 2003-07-08 [match]      0.9.0claws88
7020
7021         * src/ldapctrl.c
7022                 extend LDAP search for first/last name by parsing search term.
7023
7024 2003-07-08 [alfons]     0.9.0claws87
7025
7026         * src/send_message.c
7027                 fix bug #208 "Status message stuck when sending on POP3 account"
7028
7029 2003-07-07 [paul]       0.9.0claws86
7030
7031         * po/hr.po
7032                 new Croatian translation, submitted by
7033                 Dragan <drleskov@inet.hr>
7034
7035 2003-07-07 [paul]       0.9.0claws85
7036
7037         * sync with 0.9.3cvs1
7038                 see ChangeLog 2003-07-07
7039
7040 2003-07-05 [christoph]  0.9.0claws84
7041
7042         * src/Makefile.am
7043         * src/messageview.c
7044         * src/mimeview.[ch]
7045         * src/stock_pixmap.[ch]
7046         * src/pixmaps/messageview_text.xpm              ** NEW **
7047                 move mimeview tabs to the right side and use icons
7048                 instead of text to save some space
7049
7050         (patch by Luke Plant <lukeplant@softhome.net>)
7051
7052 2003-07-05 [christoph]  0.9.0claws83
7053
7054         * src/inc.c
7055                 add NULL pointer checks
7056
7057         (patch by Luke Plant <lukeplant@softhome.net>)
7058         (closes Bug 204 0.9.0 quits on authentication error?!)
7059
7060 2003-07-05 [alfons]     0.9.0claws82
7061
7062         * configure.ac
7063                 take the clue in bug #202 "./configure script - 
7064                 'if test' comparison failure" reported by John Kristoff. 
7065
7066 2003-07-04 [christoph]  0.9.0claws81
7067
7068         * src/plugins/spamassassin/spamassassin.c
7069                 set timeout for spam check
7070
7071 2003-07-04 [christoph]  0.9.0claws80
7072
7073         * src/main.c
7074                 destroy all FolderItems when shutting down to
7075                 allow folders to clean up
7076
7077 2003-07-04 [melvin]     0.9.0claws79
7078
7079         * src/gtk/gtkaspell.c
7080                 Fixed bug #184 "Entering non-ascii character deletes
7081                 previous char if spell checking enabled": this makes
7082                 the spell checking in multibytes (e.g. UTF-8)locales work.
7083                 (Patch by Luke Plant).
7084                 
7085 2003-07-04 [christoph]  0.9.0claws78
7086
7087         * sync with 0.9.2cvs1
7088                 see ChangeLog 2003-06-10
7089
7090 2003-07-04 [paul]       0.9.0claws77
7091
7092         * sync with 0.9.3 release
7093                 see ChangeLog 2003-07-04
7094
7095 2003-07-03 [christoph]  0.9.0claws76
7096
7097         * src/folder.[ch]
7098         * src/imap.c
7099         * src/mbox_folder.c
7100         * src/mh.c
7101         * src/news.c
7102                 move folder_item_get_path() stuff into a folder virtual function
7103
7104         * src/procmsg.c
7105                 use folder_item_fetch_msg() to get message and do not contruct
7106                 the filename from path and number
7107
7108 2003-07-03 [paul]       0.9.0claws75
7109
7110         * sync with 0.9.2cvs12
7111                 see ChangeLog 2003-07-03
7112
7113 2003-07-02 [paul]       0.9.0claws74
7114
7115         * src/messageview.c
7116                 fix text-selection for replying
7117
7118 2003-07-02 [paul]       0.9.0claws73
7119
7120         * sync with 0.9.2cvs11
7121                 see ChangeLog 2003-07-02
7122
7123 2003-07-02 [paul]       0.9.0claws72
7124
7125         * src/procmsg.c
7126                 revert last commit because it breaks more
7127                 than it fixes
7128
7129 2003-07-02 [paul]       0.9.0claws71
7130
7131         * src/procmsg.c
7132                 fix thread by subject/sort by date
7133
7134 2003-07-01 [paul]       0.9.0claws70
7135
7136         * sync with 0.9.2cvs10
7137                 see ChangeLog 2003-07-01
7138
7139 2003-06-30 [paul]       0.9.0claws69
7140
7141         * sync with 0.9.2cvs9
7142                 see ChangeLog 2003-06-30
7143
7144 2003-06-28 [match]      0.9.0claws68
7145
7146         * src/addressbook.c
7147                 fix null ptr.
7148
7149 2003-06-27 [paul]       0.9.0claws67
7150
7151         * sync with 0.9.2cvs7
7152                 see ChangeLog 2003-06-27
7153
7154 2003-06-26 [christoph]  0.9.0claws66
7155
7156         * src/folder.c
7157                 freeze folder updates while a folder is scanned
7158
7159         (closes Bug 185 New message counter)
7160
7161 2003-06-26 [darko]      0.9.0claws65
7162
7163         * src/ldapserver.c
7164                 fix infinite loop when adding a new LDAP server
7165
7166 2003-06-26 [paul]       0.9.0claws64
7167
7168         * sync with 0.9.2cvs6
7169                 see ChangeLog 2003-06-26
7170
7171 2003-06-26 [paul]       0.9.0claws63
7172
7173         * sync with 0.9.2cvs5
7174                 see ChangeLog 2003-06-25 and 2003-06-26
7175
7176 2003-06-25 [match]      0.9.0claws62
7177
7178         * src/addr_compl.c
7179                 Fixed tab/backtab for dropped-down completion list to
7180                 move next/previous field. (close bug 147)
7181
7182 2003-06-25 [christoph]  0.9.0claws61
7183
7184         * src/addr_compl.[ch]
7185         * src/addrindex.[ch]
7186         * src/folderview.c
7187         * src/inc.c
7188         * src/news.c
7189         * src/summaryview.c
7190         * src/toolbar.c
7191                 fix warnings
7192
7193 2003-06-25 [leandro]    0.9.0claws60
7194
7195         * src/compose.c
7196                 o cleanups
7197                 o gray out "Message/Remove references" menu item if not
7198                   replying to a message
7199
7200 2003-06-24 [leandro]    0.9.0claws59
7201
7202         * src/compose.[ch]
7203                 o removed "Message/Create new thread" menu item
7204                 o added "Message/Remove references" menu item
7205                   (it's off by default and will not check anymore
7206                    if the subject changed)
7207
7208 2003-06-23 [alfons]     0.9.0claws58
7209
7210         * src/procmsg.c
7211                 try better grouping messages threaded by subject based on their age.
7212                 still not perfect - because the message tree is not sorted by date.  
7213
7214 2003-06-23 [thorsten]   0.9.0claws57
7215
7216         * src/pop.[ch]
7217                 added mail_receive_hook to allow modifications
7218                 directly after retrieval (e.g. adding headers).
7219
7220 2003-06-23 [paul]       0.9.0claws56
7221
7222         * src/sourcewindow.c
7223                  enable the use of Ctrl+A to select all text in
7224                  the sourcewindow
7225                  Patch submitted by Ivan Francolin Martinez
7226                  <ivanfm@users.sourceforge.net>
7227
7228 2003-06-22 [christoph]  0.9.0claws55
7229
7230         * src/folder.[ch]
7231                 o add notification hook for folder tree changes
7232                 o invoke hooks after folder tree scanning
7233
7234         * src/folderview.[ch]
7235                 register hook for folder tree changes that
7236                 updates the ctree
7237
7238         (there are more places that should be updated, like add, remove 
7239          or move folder)
7240
7241         (closes Bug 164 Crash on rebuild folder tree)
7242         (closes Bug 190 Crash on 'rebuilding folder tree')
7243
7244 2003-06-21 [leandro]    0.9.0claws54
7245
7246         * src/compose.[ch]
7247                 create a new thread if subject changes
7248                 (it's on by default, can be disabled in Message menu)
7249
7250 2003-06-21 [alfons]     0.9.0claws53
7251
7252         * src/summaryview.c
7253                 quiet little compiler
7254
7255 2003-06-21 [christoph]  0.9.0claws52
7256
7257         update gettext stuff to version 0.12
7258
7259 2003-06-19 [alfons]     0.9.0claws51
7260
7261         * src/common/log.c
7262         * src/common/plugin.c
7263                 move defs.h before glib.h to prevent MIN/MAX redefs
7264
7265 2003-06-19 [alfons]
7266
7267         * src/addressbook.c
7268                 translatable
7269
7270 2003-06-19 [match]      0.9.0claws50
7271
7272         * src/addressbook.[ch]
7273         * src/addrindex.[ch]
7274         * src/addr_compl.[ch]
7275         * src/editldap.[ch]
7276         * src/editldap_basedn.[ch]
7277         * src/addritem.[ch]
7278         * src/ldapquery.h
7279                 re-implemented dynamic LDAP search. works without
7280                 slowdown on display sender with addressbook
7281                 option.
7282         * src/addrbook.c
7283                 documented code.
7284
7285 2003-06-19 [paul]       0.9.0claws49
7286
7287         * src/compose.c
7288                 fix Bug #136 'Nonprovided quotation marks crash claws'
7289                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7290
7291 2003-06-19 [alfons]     0.9.0claws48
7292
7293         * src/prefs_common.[ch]
7294         * src/procmsg.c
7295                 restrict threading by subject by checking thread for
7296                 age (prefs_common.thread_by_subject_max_age)
7297
7298 2003-06-18 [christoph]  0.9.0claws47
7299
7300         * src/imap.c
7301                 fix memory leak in imap_cmd_fetch()
7302
7303 2003-06-18 [christoph]  0.9.0claws46
7304
7305         * src/prefs_gtk.c
7306                 fix memory leak in prefs_set_default() when used multiple
7307                 times or after prefs have been read
7308
7309 2003-06-18 [christoph]  0.9.0claws45
7310
7311         * src/common/plugin.c
7312                 fix memory leak in plugin_unload()
7313
7314 2003-06-18 [christoph]  0.9.0claws44
7315
7316         * src/imap.c
7317                 fix memory leak in imap_cmd_ok()
7318
7319 2003-06-18 [christoph]  0.9.0claws43
7320
7321         * src/folder.c
7322                 stop messages that are downloaded from POP3 and added to
7323                 an IMAP inbox from being filtered twice (first by POP3
7324                 and again when IMAP folder is scaned to get the UID of
7325                 the APPEND operation when no UIDPLUS is available)
7326
7327 2003-06-18 [alfons]
7328
7329         * tools/Makefile.am
7330                 phoenix <- firebird     
7331
7332 2003-06-18 [paul]
7333
7334         * tools/launch_phoenix          ** REMOVED **
7335           tools/launch_firebird         ** NEW **
7336                 renamed and edited to reflect the browser's name change from
7337                 'phoenix' to 'firebird'
7338
7339 2003-06-18 [paul]       0.9.0claws42
7340
7341         * sync with 0.9.2cvs2
7342                 see ChangeLog 2003-06-16
7343
7344 2003-06-17 [alfons]     0.9.0claws41
7345
7346         * src/procmsg.c
7347                 prevent threading problems when a node is an ancestor (parent / great parent),
7348                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7349                 for finding an sample set of messages)
7350
7351 2003-06-16 [christoph]  0.9.0claws40
7352
7353         * src/main.c
7354                 don't popup main window on --receive or --receive-all
7355
7356         * src/mainwindow.[ch]
7357         * src/plugins/trayicon/trayicon.c
7358                 allow hiding of main window by clicking on the trayicon
7359                 (doesn't work correctly in seperate window mode and may
7360                  cause unexpected GTK problems I couldn't find yet)
7361
7362         * src/common/ssl.c
7363                 remove incorrect warning
7364
7365 2003-06-15 [alfons]     0.9.0claws39
7366
7367         * src/gtk/gtkstext.c
7368                 don't output debug text;
7369                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7370                 for pointing this out);
7371
7372 2003-06-14 [alfons]     0.9.0claws38
7373         
7374         * src/messageview.c
7375                 remove printf() and make one if..else comply with coding style
7376
7377 2003-06-14 [alfons]     0.9.0claws37
7378
7379         * AUTHORS
7380                 add Martin Wicke
7381         * src/action.c
7382         * src/messageview.[ch]
7383         * src/summaryview.c
7384                 apply patch #754162 "Quoting messages filtered by actions" submitted
7385                 by Martin Wicke, which allows quoting message body changed by an
7386                 action (Thanks!).
7387
7388 2003-06-13 [alfons]     0.9.0claws36
7389
7390         * src/utils.c
7391                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7392                 use case insensitive regexp (suggested by Ivan Martinez)
7393
7394 2003-06-13 [christoph]  0.9.0claws35
7395
7396         * configure.ac
7397         * src/plugins/trayicon/Makefile.am
7398         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7399         * src/plugins/trayicon/trayicon.c
7400         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7401         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7402         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7403         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7404         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7405         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7406                 replace my own EggTrayIcon backport with the backport
7407                 used by (l|x)mule and gabber.
7408
7409 2003-06-13 [alfons]     0.9.0claws34
7410
7411         * AUTHORS
7412         * src/common/utils.c
7413                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7414
7415 2003-06-13 [alfons]     0.9.0claws33
7416
7417         * src/compose.c
7418                 clean up a little bit
7419
7420 2003-06-12 [alfons]     0.9.0claws32
7421
7422         * src/compose.c
7423                 const correctness fix
7424
7425         * src/common/sylpheed.[ch]
7426                 () -> (void)
7427                 prevent redef MIN/MAX
7428                 
7429         * src/common/utils.[ch]
7430                 () -> (void)
7431
7432 2003-06-12 [melvin]     0.9.0claws31
7433
7434         * src/compose.c
7435                 Updated to take into accounts changes in GtkAspell.
7436
7437 2003-06-12 [alfons]     0.9.0claws30
7438
7439         * src/compose.c
7440         * src/procmsg.c
7441         * src/common/utils.[ch]
7442                 handle reply subject prefixes better (initial 
7443                 suggestion by Robert Story adapted and enhanced 
7444                 using regexps)
7445
7446 2003-06-12 [melvin]     0.9.0claws29
7447
7448         * src/compose.c
7449                 Use new gtkaspell_checkers_strerror() to get the speller's
7450                 error message instead of accessing the (now private)
7451                 checkers structure.
7452                 Minor code clean up
7453
7454         * src/main.c
7455                 Use #ifdef instead of #if for USE_ASPELL
7456                 Use the new spell checkers init/quit functions 
7457
7458         * src/gtk/gtkaspell.c
7459                 Use #ifdef instead of #if for USE_ASPELL
7460                 Moved in the majority of GtkAspell structures that were
7461                 exported before by gtkaspell.h
7462         
7463         * src/gtk/gktaspell.h
7464                 Made gtkaspell.h contain only the necessary data to be
7465                 publicized by moving many structures to gtkaspell.c.
7466                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7467                 gtkaspell_checkers_new(): replaced by...
7468                 gtkaspell_checkers_init(): new function for initialization
7469                 gtkaspell_checkers_delete(): replaced by...
7470                 gtkaspell_checkers_quit(): new function
7471                 gtkaspell_checkers_strerror(): new function that returns
7472                 the checker's last error message.
7473                 
7474 2003-06-11 [melvin]     0.9.0claws28
7475
7476         * po/POTFILES.in
7477                 Updated to take into account gtkaspell.c migration to
7478                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7479
7480 2003-06-10 [alfons]     0.9.0claws27
7481
7482         * src/filtering.[ch]
7483         * src/folder.c
7484         * src/matcher.c
7485         * src/scoring.[ch]
7486                 - try fixing bug #18 (any brave testers?)
7487                 - add more robustness by refusing previously 
7488                   unchecked NULL pointers 
7489
7490 2003-06-10 [alfons]     0.9.0claws26
7491
7492         * src/procmsg.c
7493                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7494
7495 2003-06-09 [alfons]     0.9.0claws25
7496
7497         * src/prefs_common.c
7498                 fix bug #163 "Icon switching doesnt work properly" by 
7499                 preventing early freeing of prefs_common.pixmap_theme_path.
7500
7501 2003-06-09 [christoph]  0.9.0claws24
7502
7503         * src/gtk/gtkaspell.c
7504                 revert Thorsten's fix and add forgotten g_strdup for
7505                 aspell path (it should not be possible to alter the path a
7506                 GtkASpell uses from outside)
7507
7508 2003-06-09 [thorsten]   0.9.0claws23
7509
7510         * src/gtk/gtkaspell.c
7511                 dont free prefs_common.aspell_path when closing compose
7512
7513 2003-06-08 [colin]      0.9.0claws22
7514
7515         * src/plugins/spamassassin/spamassassin.c
7516                 fix prefs types
7517
7518 2003-06-07 [christoph]  0.9.0claws21
7519
7520         * src/Makefile.am
7521         * src/compose.c
7522         * src/gtkaspell.[ch]            ** REMOVE **
7523         * src/gtk/Makefile.am
7524         * src/gtk/gtkaspell.[ch]        ** NEW **
7525                 o make gtkaspell independent from sylpheed's prefs
7526                 o move gtkaspell.[ch] to gtk directory
7527
7528 2003-06-07 [christoph]  0.9.0claws20
7529
7530         * src/Makefile.am
7531         * src/crash.c
7532         * src/export.c
7533         * src/filesel.[ch]              ** REMOVE **
7534         * src/folder.c
7535         * src/main.[ch]
7536         * src/common/sylpheed.[ch]
7537         * src/gtk/Makefile.am
7538         * src/gtk/filesel.[ch]          ** NEW **
7539         * src/gtk/pluginwindow.c
7540         * src/gtk/sslcertwindow.c
7541                 move filesel.[ch] to gtk directory
7542
7543 2003-06-07 [alfons]     0.9.0claws19
7544
7545         * src/filesel.c
7546                 make (multi) file selection dialog work again (Claws-only)
7547
7548 2003-06-07 [thorsten]   0.9.0claws18
7549
7550         * po/de.po
7551                 fix typos
7552
7553 2003-06-07 [alfons]     0.9.0claws17
7554
7555         * configure.ac
7556         * src/mimeview.c
7557                 detect apache mishap in which case don't include fnmatch.h
7558                 if regex.h is already included
7559
7560 2003-06-06 [christoph]  0.9.0claws16
7561
7562         * configure.ac
7563         * src/mimeview.h
7564                 add check for fnmatch.h and include it when available
7565
7566         * src/mimeview.[ch]
7567                 fix wrong case sensitivity of Content-Types
7568
7569         * src/gtk/Makefile.am
7570                 need the same include paths in gtk directory as in
7571                 common directory because .h files in common can
7572                 include files from these directories, when included
7573                 in gtk's .h or .c files
7574
7575 2003-06-06 [alfons]     0.9.0claws15
7576
7577         * src/mimeview.c
7578         * src/summaryview.c
7579                 make it compile again because of regex.h / fnmatch.h 
7580                 include problems (related to recent mime stuff, can
7581                 someone check this?)
7582
7583 2003-06-06 [thorsten]   0.9.0claws14
7584
7585         * src/folderview.c
7586                 possible use of uninitialized pointer while dragging
7587
7588 2003-06-06 [paul]       0.9.0claws13
7589
7590         * src/compose.c
7591                 fix bug where the insert sig button would be effective
7592                 only when auto_sig was set
7593
7594 2003-06-06 [paul]       0.9.0claws12
7595
7596         * sync with 0.9.2 release
7597
7598 2003-06-02 [paul]       0.9.0claws11
7599
7600         * sync with 0.9.1cvs1
7601                 see ChangeLog 2003-06-02
7602                 
7603         * po/de.po
7604                 update by Jens
7605
7606 2003-06-01 [christoph]  0.9.0claws10
7607
7608         * src/account.c
7609                 don't use substring search to find accounts by email address
7610
7611         (closes Bug 169 Overly loose matching of "From" address)
7612
7613 2003-05-31 [christoph]  0.9.0claws9
7614
7615         * doc-src/rfc2683.txt
7616         * src/imap.c
7617                 limit IMAP command length as recommended in RFC2683
7618                 (message number lists will be split into multiple imap
7619                 sets, the limit of 1000 octets is not a hard limit)
7620
7621         (closes Bug 161 sylpheed-claws exits with segfault when logging
7622          in to certain imap-servers)
7623
7624 2003-05-29 [alfons]     0.9.0claws8
7625
7626         * src/toolbar.[ch]
7627                 add print button (calling summary_print());
7628                 fine tune setting tooltip text;
7629                 (if someone needs other buttons, please take these 
7630                 commits as a guide, instead of bothering us - also
7631                 see 0.8.11claws150) 
7632
7633 2003-05-29 [darko]      0.9.0claws7
7634
7635         * src/compose.c
7636                 fix crash when word wrapping kicks in due to
7637                 changed text by spell checker
7638
7639 2003-05-29 [paul]       0.9.0claws6
7640
7641         * src/compose.c
7642                 fix bug where changing account would insert
7643                 sig even if auto_sig was FALSE
7644                 
7645         * ChangeLog
7646           ChangeLog.jp
7647           INSTALL
7648                 sync with 0.9.1 release
7649
7650 2003-05-28 [christoph]  0.9.0claws5
7651
7652         * src/imap.c
7653                 fix truncation of too long commands
7654
7655         (closes Bug 167 IMAP hangs trying to get envelope
7656          information in imap_get_uncached_messages)
7657
7658 2003-05-27 [paul]       0.9.0claws4
7659
7660         * tools/Makefile.am
7661           tools/maildir2sylpheed.pl     ** NEW FILE **
7662                 add kmail to sylpheed mailbox conversion script
7663
7664 2003-05-27 [paul]       0.9.0claws3
7665
7666         * sync with 0.9.0cvs10
7667                 see ChangeLog 2003-05-26
7668
7669 2003-05-26 [paul]       0.9.0claws2
7670
7671         * sync with 0.9.0cvs9
7672                 see ChangeLog 2003-05-26
7673
7674 2003-05-24 [paul]       0.9.0claws1
7675
7676         * sync with 0.9.0cvs8
7677                 see ChangeLog 2003-05-23
7678
7679 2003-05-24 [paul]       0.9.0claws
7680
7681         * version 0.9.0claws released
7682
7683 2003-05-24 [paul]       0.8.11claws177
7684
7685         * src/plugins/dillo-viewer/Makefile.am
7686           src/plugins/traycon/Makefile.am
7687                 add missing files
7688                 
7689         * po/bg.po
7690           po/en_GB.po
7691           po/es.po
7692           po/it.po
7693           po/pt_BR.po
7694           po/ru.po
7695           po/sr.po
7696                 update Bulgarian, British English, Spanish, Italian, 
7697                 Brazilian Portuguese, Russian, and Serbian translations, 
7698                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7699                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7700                 Ruslan N. Balkin, and Urke MMI
7701
7702 2003-05-23 [melvin]     0.8.11claws176
7703
7704         * po/fr.po
7705                 Updated French translations
7706
7707 2003-05-22 [paul]       0.8.11claws175
7708
7709         * src/Makefile.am
7710           src/addrbook.[ch]
7711           src/addrcache.[ch]
7712           src/addr_compl.[ch]
7713           src/adressbook.[ch]
7714           src/addrindex.[ch]
7715           src/addritem.[ch]
7716           src/editaddress.c
7717           src/editgroup.c
7718           src/editldap_basedn.c
7719           src/editldap.c
7720           src/jpilot.c
7721           src/vcard.c
7722                 revert to get ldap into it previous working state
7723                 
7724         * po/zh_TW.Big5.po
7725                 new Taiwanese translation,
7726                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7727
7728 2003-05-22 [christoph]  0.8.11claws174
7729
7730         * src/plugins/spamassassin/libspamc.[ch]
7731                 sync libspamc with SpamAssaain release 2.55
7732
7733 2003-05-22 [paul]       0.8.11claws173
7734
7735         * sync with 0.9.0cvs7
7736                 see ChangeLog 2003-05-22
7737                 
7738         * src/summaryview.c
7739                 revert change in 0.8.11claws172: follow
7740                 Hiroyuki's decision and that's the end of it.
7741
7742 2003-05-21 [paul]       0.8.11claws172
7743
7744         * src/summaryview.c
7745                 fix discrepency between open_unread_on_enter
7746                 and always_show_msg
7747
7748 2003-05-21 [paul]       0.8.11claws171
7749
7750         * sync with 0.9.0cvs6
7751                 see ChangeLog 2003-05-21
7752
7753 2003-05-21 [paul]       0.8.11claws170
7754
7755         * sync with 0.9.0cvs5
7756                 see ChangeLog 2003-05-21
7757
7758 2003-05-20 [paul]       0.8.11claws169
7759
7760         * sync with 0.9.0cvs4
7761                 see ChangeLog 2003-05-20
7762                 fixes bug #152, 'encoding of IMAP folders names'
7763
7764 2003-05-20 [paul]       0.8.11claws168
7765
7766         * sync with 0.9.0cvs3
7767                 see ChangeLog 2003-05-20
7768                 
7769         * src/tools/convert_mbox.pl
7770                 minor change in the comments, submitted by Fred Marton
7771
7772 2003-05-19 [paul]       0.8.11claws167
7773
7774         * src/plugins/clamav/Makefile.am
7775           configure.ac
7776                 link clamav_lib to the plugin and not to the main program
7777
7778 2003-05-19 [christoph]
7779
7780         * src/Makefile.am
7781                 add -export-dynamic for linking
7782
7783 2003-05-19 [paul]       0.8.11claws166
7784
7785         * sync with 0.9.0cvs1
7786                 see ChangeLog 2003-05-19
7787
7788 2003-05-19 [paul]       0.8.11claws165
7789
7790         * src/inc.c
7791                 fix 'pop before smtp' timeout
7792
7793 2003-05-18 [alfons]     0.8.11claws164
7794
7795         * src/prefs_matcher.c
7796                 put "execute" action command line ("expression") in edit box
7797
7798 2003-05-18 [christoph]  0.8.11claws163
7799
7800         * src/mimeview.[ch]
7801         * src/plugins/dillo_viewer/dillo_viewer.c
7802         * src/plugins/image_viewer/viewer.c
7803         * src/plugins/mathml_viewer/mathml_viewer.c
7804                 let a viewer have a list of Content-Types
7805
7806 2003-05-18 [paul]       0.8.11claws162
7807
7808         * src/prefs_filtering.c
7809                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7810                 and REDIRECT actions
7811
7812 2003-05-17 [christoph]
7813
7814         * README.claws
7815                 o remove dynamic signatures that was syned with main
7816                 o add infos about no longer "build in" image viewer
7817                 o update bugtracker URL
7818
7819 2003-05-17 [christoph]  0.8.11claws161
7820
7821         * src/folder.c
7822         * src/folderview.c
7823         * src/imap.c
7824                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7825                 for every folder after rebuilding the folder tree.
7826
7827         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7828          messages)
7829
7830 2003-05-17 [christoph]  0.8.11claws160
7831
7832         * src/imap.c
7833                 don't use STATUS command on current folder to check for
7834                 content changes. imap_cmd_ok() now tracks changes to
7835                 folder and number of existing messages.
7836
7837 2003-05-17 [paul]       0.8.11claws159
7838
7839         * src/plugins/clamav/clamav_plugin.c
7840                 remove unnecessary debug_print
7841
7842 2003-05-16 [thorsten]   0.8.11claws158
7843
7844         * src/plugins/demo.c
7845                 included missing intl.h
7846
7847 2003-05-16 [paul]       0.8.11claws157
7848
7849         * po/POTFILES.in
7850                 remove non-existant entries
7851         
7852         * src/plugins/clamav/clamav_plugin.c
7853           src/plugins/clamav/clamav_plugin_gtk.c
7854           src/plugins/dillo_viewer/dillo_prefs.c
7855           src/plugins/dillo_viewer/dillo_viewer.c
7856                 gettextise
7857
7858 2003-05-16 [christoph]  0.8.11claws156
7859
7860         * po/POTFILES.in
7861                 include plugin .c files for translation until I
7862                 find a better solution to have plugins have their
7863                 own textdomain
7864         * src/plugins/demo/demo.c
7865         * src/plugins/image_viewer/plugin.c
7866         * src/plugins/mathml_viewer/mathml_viewer.c
7867         * src/plugins/spamassassin/spamassassin.c
7868         * src/plugins/spamassassin/spamassassin_gtk.c
7869         * src/plugins/trayicon/trayicon.c
7870                 add gettext macros for plugin name and description
7871
7872 2003-05-16 [paul]
7873
7874         * sync with 0.9.0
7875
7876 2003-05-16 [paul]       0.8.11claws155
7877
7878         * sync with lastest 0.9.0pre1
7879                 see ChangeLog 2003-05-16
7880
7881 2003-05-15 [paul]       0.8.11claws154
7882
7883         * sync with latest 0.9.0pre1
7884                 see ChangeLog 2003-05-14 and 2003-05-15
7885
7886 2003-05-14 [christoph]  0.8.11claws153
7887
7888         * src/plugins/image_viewer/viewer.c
7889         * src/plugins/image_viewer/viewer.glade         ** NEW **
7890         * src/plugins/image_viewer/viewerprefs.c
7891                 make it possible to disable the autoload function in the
7892                 imageviewer again
7893
7894 2003-05-14 [christoph]  0.8.11claws152
7895
7896         * src/folder.c
7897                 fix folder update after adding a message
7898
7899 2003-05-13 [alfons]     0.8.11claws151
7900
7901         * src/common/session.c
7902                 remove debug traces
7903                 
7904         * src/addrcache.[ch]
7905         * src/filtering.[ch]
7906         * src/folder.[c]
7907         * src/gtkaspell.[ch]
7908         * src/imap.[ch]
7909         * src/mbox_folder.[ch]
7910         * src/mh.[ch]
7911         * src/mimeview.h
7912         * src/msgcache.[ch]
7913         * src/news.[ch]
7914         * src/passphrase.[ch]
7915         * src/prefs_common.[ch]
7916         * src/prefs_gtk.[ch]
7917         * src/procmsg.c
7918         * src/scoring.[ch]
7919                 be pedantic; (in prototypes () implies (int))
7920
7921 2003-05-13 [alfons]     0.8.11claws150
7922
7923         * src/prefs_toolbar.[ch]
7924         * src/summaryview.[ch]
7925         * src/toolbar.[ch]
7926                 change misleading text in toolbar prefs;
7927                 add toolbar action for ignore thread (toggles ignore thread flag);
7928                 clean up a little bit;
7929
7930 2003-05-12 [paul]
7931
7932         * tools/convert_mbox.pl
7933                 bug fixed by Fred Marton
7934
7935 2003-05-12 [paul]
7936
7937         * sync with 0.9.0pre1
7938
7939 2003-05-09 [paul]       0.8.11claws149
7940
7941         * sync with 0.8.11cvs43
7942                 see ChangeLog 2003-05-09
7943
7944 2003-05-08 [christoph]  0.8.11claws148
7945
7946         * src/imap.[ch]
7947                 o use CAPABILIY as first command and check for PREAUTH
7948                   information in the response to it
7949                 o rewrite all imap_cmd_* functions to use an IMAPSession
7950                   instead of a SockInfo as parameter
7951                 o do STARTTLS after fetching and checking the server
7952                   capabilities
7953
7954 2003-05-08 [paul]       0.8.11claws147
7955
7956         * tools/Makefile.am
7957           tools/README
7958           tools/convert_mbox.pl         ** NEW FILE **
7959                 add mbox conversion script. Submitted by 
7960                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7961
7962 2003-05-07 [christoph]
7963
7964         * doc-src/glade.txt
7965         * src/gtk/pluginwindow.glade
7966         * src/plugins/image_viewer/viewerprefs.glade
7967         * src/plugins/spamassassin/spamassassin_gtk.glade
7968                 add glade files for user interfaces and a description how
7969                 to use glade to create the sylpheed code
7970
7971 2003-05-07 [paul]       0.8.11claws146
7972
7973         * sync with 0.8.11cvs41
7974                 see ChangeLog 2003-05-07
7975
7976 2003-05-06 [christoph]  0.8.11claws145
7977
7978         * src/main.c
7979         * src/plugins/image_viewer/viewer.c
7980                 fix usage of imlib in imageviewer plugin
7981
7982         * src/gtk/prefswindow.c
7983                 handle window close event correctly
7984
7985 2003-05-06 [paul]       0.8.11claws144
7986
7987         * src/common/ssl.c
7988                 fix typo introduced in sync
7989
7990 2003-05-06 [paul]       0.8.11claws143
7991
7992         * sync with 0.8.11cvs39
7993                 see ChangeLog 2003-05-06
7994
7995 2003-05-06 [paul]       0.8.11claws142
7996
7997         * AUTHORS
7998           po/cs.po
7999                 updated Czech translation, submitted by 
8000                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8001                 
8002         * src/plugins/clamav/clamav_plugin_gtk.c
8003                 clean up
8004
8005 2003-05-03 [alfons]     0.8.11claws141
8006
8007         * src/compose.[ch]
8008                 make paste as quotation work even when the call to 
8009                 text_inserted() was deferred (fixes bug #140 "Paste 
8010                 as quotation does not work when using "external" 
8011                 clipboard")
8012
8013 2003-05-03 [thorsten]   0.8.11claws140
8014
8015         * src/addrquery.h
8016           src/ldapquery.h
8017           src/mainwindow.c
8018                 removed C++ comments
8019         * src/addr_compl.c
8020                 function with non-int retval/param used before
8021                 implementation/declaration
8022
8023 2003-05-02 [paul]       0.8.11claws139
8024
8025         * src/addr_compl.[ch]
8026           src/addressbook.[ch]
8027           src/addrindex.c
8028           src/summaryview.c
8029                 revert match's changes to (finally) remove the bug where
8030                 opening a folder causes massive slowdown when using the 
8031                 'Display sender using address book' option
8032
8033 2003-05-01 [melvin]     0.8.11claws138
8034
8035         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8036         * src/plugins/dillo_viewer/dillo_viewer.c
8037                 Fixed bug where "Cancel" button from prefs issued
8038                 warnings.
8039                 Comply a little more to coding style
8040
8041 2003-05-01 [paul]       0.8.11claws137
8042
8043         * sync with 0.8.11cvs38
8044                 see ChangeLog 2003-05-01
8045
8046 2003-05-01 [paul]       0.8.11claws136
8047
8048         * po/bg.po
8049                 updated by George Danchev
8050
8051 2003-04-30 [christoph]  0.8.11claws135
8052
8053         * src/plugins/dillo_viewer/dillo_prefs.c
8054         * src/plugins/image_viewer/viewerprefs.c
8055         * src/plugins/spamassassin/spamassassin_gtk.c
8056                 remove gtk_widget_ref() calls for widgets in
8057                 glade code
8058
8059 2003-04-30 [paul]       0.8.11claws134
8060
8061         * src/addrindex.c
8062                 ok, this time a better fix for the bug where opening folder
8063                 has massive slowdown when using the 'Display sender using 
8064                 address book' option
8065
8066 2003-04-30 [paul]       0.8.11claws133
8067
8068         * src/addrindex.c
8069                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8070         
8071 2003-04-30 [melvin]     0.8.11claws132
8072
8073         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8074
8075         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8076                 Preferences for the dillo plugin
8077         * src/plugins/dillo_viewer/dillo_viewer.c
8078                 Support for preferences
8079         * src/plugins/dillo_viewer/Makefile.am
8080                 Added dillo_prefs.[ch]
8081
8082 2003-04-30 [alfons]     0.8.11claws131
8083
8084         * src/common/plugin.[ch]
8085                 see? this ANSI C'fication immediately gives us type
8086                 checking for free.
8087
8088 2003-04-30 [alfons]     0.8.11claws130
8089
8090         * src/common/plugin.[ch]
8091         * src/plugins/clamav/clamav_plugin.[ch]
8092         * src/plugins/clamav/clamav_plugin_gtk.c
8093         * src/plugins/demo/demo.c
8094         * src/plugins/dillo_viewer/dillo_viewer.c
8095         * src/plugins/image_viewer/plugin.c
8096         * src/plugins/image_viewer/viewer.[ch]
8097         * src/plugins/image_viewer/viewerprefs.[ch]
8098         * src/plugins/mathml_viewer/mathml_viewer.c
8099         * src/plugins/spamassassin/spamassassin.[ch]
8100         * src/plugins/spamassassin/spamassassin_gtk.c
8101         * src/plugins/trayicon/trayicon.c
8102                 clean up
8103
8104 2003-04-30 [alfons]     0.8.11claws129
8105
8106         * src/common/utils.c
8107                 make is_ascii_str() fail gracefully when NULL pointer
8108                 is passed
8109
8110 2003-04-30 [paul]       0.8.11claws128
8111
8112         * src/addrindex.c
8113                 fix bug where opening folder has massive slowdown when
8114                 using the 'Display sender using address book' option
8115
8116 2003-04-30 [paul]       0.8.11claws127
8117
8118         * src/plugins/clamav/clamav_plugin.c
8119           src/plugins/clamav/clamav_plugin_gtk.c
8120           src/plugins/demo/demo.c
8121           src/plugins/dillo_viewer/dillo_viewer.c
8122           src/plugins/image_viewer/plugin.c
8123           src/plugins/mathml_viewer/mathml_viewer.c
8124           src/plugins/spamassassin/spamassassin.c
8125           src/plugins/spamassassin/spamassassin_gtk.c
8126           src/plugins/trayicon/trayicon.c
8127                 get rid of eye-hurting function signatures
8128
8129 2003-04-30 [paul]       0.8.11claws126
8130
8131         * src/plugins/trayicon/trayicon.c
8132                 add description
8133                 
8134         * src/mimeview.c
8135                 be more descriptive
8136
8137 2003-04-30 [paul]       0.8.11claws125
8138
8139         * configure.ac
8140                 arrange the plugins in reverse alphabetical order
8141                 
8142         * src/plugins/clamav/clamav_plugin.[ch]
8143           src/plugins/clamav/clamav_plugin_gtk.c
8144                 rename some params
8145                 resize max_size window
8146                 re-arrange the order of some gui elements
8147                 improve descriptions
8148         
8149         * src/plugins/image_viewer/plugin.c
8150           src/plugins/mathml_viewer/mathml_viewer.c
8151                 add descriptions
8152                 
8153         * src/plugins/spamassassin/spamassassin_gtk.c
8154                 resize max_size window
8155                 re-arrange the order of some gui elements
8156                 
8157         * src/messageview.c
8158           src/mimeview.c
8159                 correct typos
8160
8161 2003-04-30 [alfons]     0.8.11claws124
8162
8163         * src/imap.c
8164                 fix a leak found while browsing Martin Kluge's 
8165                 valgrind log (Claws only)
8166
8167 2003-04-29 [darko]      0.8.11claws123
8168
8169         * src/gtk/gtkstext.h
8170                 include wchar.h if it is available, fixes compilation
8171                 on HP-UX systems
8172
8173 2003-04-29 [melvin]     0.8.11claws122
8174
8175         * src/prefs_actions.c
8176                 Improved help text of Actions' syntax
8177
8178 2003-04-28 [paul]       0.8.11claws121
8179
8180         * src/action.c
8181                 a better fix for the crash when performing an action
8182                 on a mime part
8183
8184 2003-04-28 [paul]       0.8.11claws120
8185
8186         * src/action.c
8187                 fix crash when performing an action on a
8188                 mime part
8189
8190 2003-04-28 [paul]       0.8.11claws119
8191
8192         * sync with 0.8.11cvs36
8193                 see ChangeLog 2003-04-28
8194
8195 2003-04-27 [paul]       0.8.11claws118
8196
8197         * more sync with 0.8.11cvs35
8198                 see ChangeLog 2003-04-25
8199
8200 2003-04-26 [christoph]  0.8.11claws117
8201
8202         * src/folder.c
8203                 fix remove virtual check
8204
8205 2003-04-26 [paul]       0.8.11claws116
8206
8207         * src/messageview.c
8208                 fix return-receipt, make it work again
8209
8210 2003-04-26 [paul]       0.8.11claws115
8211
8212         * src/mimeview.c
8213                 restore double-clicking of the [application/pgp-signature 
8214                 (Select "Check signature" to check)] line in the message view,
8215                 broken in recent sync
8216
8217 2003-04-26 [christoph]  0.8.11claws114
8218
8219         * src/folder.c
8220                 check if remove virtual really exists before
8221                 calling the function
8222
8223 2003-04-25 [match]      0.8.11claws113
8224
8225         * src/addrindex.c
8226         * src/addrbook.c
8227         * src/ldapquery.[ch]
8228         * src/ldapctrl.[ch]
8229                 fix memleak.
8230         * src/ldapserver.[ch]
8231                 fix memleak. fix segfault.
8232                 plug a Claws memleak
8233
8234 2003-04-25 [alfons]     0.8.11claws112
8235
8236         * src/folder.c
8237                 plug a Claws memleak
8238
8239 2003-04-25 [alfons]     0.8.11claws111
8240
8241         * src/common/session.c
8242                 plug a memleak
8243
8244 2003-04-25 [paul]       0.8.11claws110
8245
8246         * sync with 0.8.11cvs35
8247                 see ChangeLog 2003-04-24 and 2003-04-25
8248                 
8249         * src/gtk/pluginwindow.c
8250                 correct another strange float value
8251
8252 2003-04-24 [christoph]  0.8.11claws109
8253
8254         * src/folder.c
8255                 freeze folder item updates when unsetting new flags
8256
8257         * src/gtk/pluginwindow.c
8258                 correct strange float value
8259
8260 2003-04-23 [paul]       0.8.11claws108
8261
8262         * sync with 0.8.11cvs33
8263                 see ChangeLog 2003-04-23
8264
8265 2003-04-22 [paul]       0.8.11claws107
8266
8267         * src/Makefile.am
8268           src/messageview.c
8269           src/mimeview.c
8270           src/pgptext.[ch]      ** REMOVED **
8271                 remove pgptext.[ch] as its not used any more
8272
8273 2003-04-22 [paul]       0.8.11claws106
8274
8275         * sync with 0.8.11cvs31
8276                 see ChangeLog 2003-04-21 and 2003-04-22
8277
8278 2003-04-21 [alfons]     0.8.11claws105
8279
8280         * src/main.c
8281                 No access to GTK structures if we're a spawned child
8282                 (and clean up code a little bit...) Should fix #126.
8283
8284 2003-04-21 [melvin]     0.8.11claws104
8285
8286         * src/plugins/dillo_viewer/README
8287                 Improved slightly the text.
8288
8289 2003-04-21 [melvin]     0.8.11claws103
8290
8291         * src/plugins/dillo_viewer/README *** NEW ***
8292                 Added a README file for the Dillo plugin
8293
8294 2003-04-20 [paul]
8295
8296         * tools/README
8297           tools/outlook2sylpheed.pl
8298                 updated and improved by Ricardo Mones Lastra
8299
8300 2003-04-18 [oliver]     0.8.11claws102
8301
8302         * src/inc.c 
8303         * src/prefs_account.h
8304                 remove Pop3SessionType (used by selective download)
8305         * src/prefs_toolbar.c
8306                 enable set Default Toolbar button
8307
8308 2003-04-18 [paul]       0.8.11claws101
8309
8310         * sync with 0.8.11cvs29
8311                 see ChangeLog 2003-04-18
8312
8313 2003-04-17 [paul]       0.8.11claws100
8314
8315         * src/prefs_common.[ch]
8316           src/summaryview.c
8317                 remove 'Open next message on deletion' option,
8318                 as the same effect can now be achieved via the
8319                 'Always open messages in summary when selected'
8320                 option.
8321
8322 2003-04-17 [paul]       0.8.11claws99
8323
8324         * sync with 0.8.11cvs28
8325                 see ChangeLog 2003-04-17
8326
8327 2003-04-17 [christoph]  0.8.11claws98
8328
8329         * ac/spamassassin.m4
8330         * src/plugins/spamassassin/libspamc.[ch]
8331         * src/plugins/spamassassin/utils.[ch]
8332                 sync libspamc with SpamAssassin project
8333
8334 2003-04-17 [christoph]  0.8.11claws97
8335
8336         * src/common/socket.h
8337         * src/gtk/sslcertwindow.h
8338                 rename old USE_SSL to USE_OPENSSL
8339
8340 2003-04-17 [paul]       0.8.11claws96
8341
8342         * src/prefs_common.h
8343                 use gulong for P_COLOR so that it compiles/runs on
8344                 64-bit systems. Patch submitted by James Noyes
8345                 <jnoyes-claws@retrogeeks.com>
8346                 
8347         * po/de.po
8348                 updated by Jens
8349
8350 2003-04-17 [paul]       0.8.11claws95
8351
8352         * sync with 0.8.11cvs27
8353                 see ChangeLog 2003-04-16
8354
8355 2003-04-15 [paul]       0.8.11claws94
8356
8357         * src/prefs_common.[ch]
8358                 rearrange to stop the window getting too long:
8359                         move Receive dialog stuff to Receive tab
8360                         move Send dialog to Send tab
8361                         remove Dialogs frame
8362                 rename 'Open messages in summary with cursor keys' to
8363                 'Always open messages in summary when selected', as its
8364                 more appropriate
8365
8366 2003-04-15 [paul]       0.8.11claws93
8367
8368         * src/prefs_common.[ch]
8369           src/summaryview.c
8370                 add new option '/Interface/Open next message on deletion'
8371
8372 2003-04-15 [paul]       0.8.11claws92
8373
8374         * src/summaryview.[ch]
8375                 add /Mark/Lock and /Mark/Unlock to the pop-up
8376                 menu. Patch submitted by Ivan Francolin Martinez
8377                 <ivanfm@users.sourceforge.net>
8378
8379 2003-04-15 [paul]       0.8.11claws91
8380
8381         * sync with 0.8.11cvs24
8382                 see ChangeLog 2003-04-15
8383
8384 2003-04-14 [jens]       0.8.11claws90
8385
8386         * updated German translation and some corrections from
8387                 Roland Bless <bless@tm.uka.de>
8388
8389 2003-04-14 [paul]       0.8.11claws89
8390
8391         * sync with 0.8.11cvs22
8392                 see ChangeLog 2003-04-14
8393
8394 2003-04-13 [paul]       0.8.11claws88
8395
8396         * src/plugins/clamav/clamav_plugin.c
8397                 fix memory leaks
8398                 clean up
8399
8400 2003-04-12 [paul]       0.8.11claws87
8401
8402         * src/plugins/clamav/clamav_plugin.c
8403                 activate enable/disable archive scanning option
8404                 
8405         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8406
8407 2003-04-12 [paul]       0.8.11claws86
8408
8409         * src/plugins/Makefile.am
8410           src/plugins/clamav/Makefile.am                ** NEW FILE **
8411           src/plugins/clamav/README                     ** NEW FILE ** 
8412           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8413           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8414                 add Clam AntiVirus plugin
8415
8416 2003-04-12 [paul]       0.8.11claws85
8417
8418         * sync with 0.8.11cvs21
8419                 see ChangeLog 2003-04-11
8420
8421 2003-04-11 [paul]       0.8.11claws84
8422
8423         * po/es.po
8424                 update Spanish translation. Submitted by Ricardo
8425                 Mones Lastra.
8426
8427 2003-04-10 [christoph]  0.8.11claws83
8428
8429         * src/mbox.c
8430                 fix typo that did not move unfiltered mails to destination
8431                 folder
8432
8433         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8434          when filtering from spool)
8435
8436 2003-04-10 [christoph]  0.8.11claws82
8437
8438         * src/imap.c
8439                 use BODY.PEEK instead of BODY in in message fetch operation
8440                 to make sure the IMAP server does not set the \Seen flag for
8441                 messages. Sylpheed does that later itself, when the message
8442                 is opened in sylpheed
8443
8444         (closes Bug 111 Claws destroys unread marks)
8445
8446 2003-04-09 [oliver]     0.8.11claws81
8447         
8448         * src/folder.c
8449                 fix crash in folder_destroy
8450         * README.claws
8451                 remove selective download
8452
8453 2003-04-09 [christoph]  0.8.11claws80
8454
8455         * src/imap.c
8456                 fix crash in imap_get_msginfo() when then fetched message
8457                 is not found
8458
8459         (closes Bug 110 Crash during mail composition)
8460
8461 2003-04-08 [christoph]  0.8.11claws79
8462
8463         * src/folder.c
8464         * src/prefs_account.c
8465                 Filter new messages that are found in an INBOX folder
8466                 when 'Filter messages on receiving' is enabled in the
8467                 Folder's AccountPrefs. This allows to use Sylpheed's
8468                 filtering engine for IMAP folders where messages are
8469                 added to the INBOX by a MTA
8470
8471 2003-04-08 [paul]       0.8.11claws78
8472
8473         * src/procmsg.h
8474                 clean up after last commit
8475
8476 2003-04-08 [paul]       0.8.11claws77
8477
8478         * sync with 0.8.11cvs20
8479                 see ChangeLog 2003-04-07 and 2003-04-08
8480
8481 2003-04-07 [christoph]  0.8.11claws76
8482
8483         * src/filtering.[ch]
8484         * src/inc.[ch]
8485         * src/mbox.c
8486         * src/procmsg.[ch]
8487                 add procmsg_msginfo_filter() to execute filtering actions
8488
8489 2003-04-06 [christoph]  0.8.11claws75
8490
8491         * src/imap.c
8492                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8493
8494 2003-04-06 [christoph]  0.8.11claws74
8495
8496         * src/common/utils.[ch]
8497                 add g_int_compare() function for slist sorting
8498
8499         * src/imap.c
8500                 fetch all MsgInfos with one command in imap_get_msginfos()
8501                 using an imap set with a list of ranges
8502
8503         * src/news.c
8504                 use new g_int_compare() function
8505
8506 2003-04-06 [thorsten]   0.8.11claws73
8507
8508         * src/mh.c
8509                 corrected implementation of mh_folder_destroy()
8510
8511 2003-04-05 [christoph]  0.8.11claws72
8512
8513         * src/account.c
8514         * src/folder.[ch]
8515         * src/folderview.c
8516         * src/imap.c
8517         * src/inc.c
8518         * src/main.c
8519         * src/mainwindow.c
8520         * src/mbox_folder.c
8521         * src/mh.c
8522         * src/mimeview.h
8523         * src/msgcache.[ch]
8524         * src/news.c
8525         * src/procmime.h
8526         * src/procmsg.[ch]
8527         * src/setup.c
8528         * src/gtk/gtkutils.c
8529                 o rename structure field names class and new to klass and
8530                   new_msgs, to allow including files in C++
8531                 o add 'extern "C"' block to some header files
8532                 o add MsgInfoList and MsgNumberList as alias for GSList for
8533                   developers to know what type of list is expected
8534
8535         * src/plugins/image_viewer/plugin.c
8536         * src/plugins/image_viewer/viewer.[ch]
8537         * src/plugins/image_viewer/viewerprefs.[ch]
8538                 rename function names to prevent conflicts
8539
8540 2003-04-05 [paul]       0.8.11claws71
8541
8542         * sync with 0.8.11cvs18
8543                 see ChangeLog 2003-04-03 and 2003-04-04
8544
8545 2003-04-02 [christoph]  0.8.11claws70
8546
8547         * src/folder.[ch]
8548         * src/imap.[ch]
8549         * src/mbox_folder.[ch]
8550         * src/mh.[ch]
8551         * src/news.[ch]
8552                 o Make all virtual folder functions private
8553                 o remove unused folder code
8554
8555         * src/common/socket.[ch]
8556         * src/summaryview.c
8557                 fix warnings
8558
8559 2003-03-30 [alfons]     0.8.11claws69
8560
8561         * src/send_message.c
8562                 remove two debug traces and see if people still report
8563                 errors
8564
8565 2003-03-30 [alfons]     0.8.11claws68
8566
8567         * src/send_message.c
8568         * src/commons/session.c
8569                 add more debug traces
8570
8571 2003-03-30 [christoph]  0.8.11claws67
8572
8573         * src/folder.c
8574                 change processing folder name from .processing to processing
8575
8576         * src/common/ssl.c
8577                 disable SSL certificate check because it causes Xlib error
8578                 when the child process want's to open an GTK window
8579
8580 2003-03-30 [christoph]  0.8.11claws66
8581
8582         * src/folder.c
8583                 don't use default folder for processing folder item because
8584                 it can be a non local folder
8585
8586         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8587
8588 2003-03-30 [alfons]     0.8.11claws65
8589
8590         * src/send_message.c
8591                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8592                 to generate bad code for 'send_send_data_progressive': When
8593                 called from 'send_send_data_finished', the 'data' pointer is
8594                 cleared just before the assignment to the dialog pointer
8595
8596 2003-03-29 [christoph]  0.8.11claws64
8597
8598         * src/common/prefs.h
8599         * src/plugins/image_viewer/Makefile.am
8600         * src/plugins/image_viewer/plugin.c
8601         * src/plugins/image_viewer/viewer.[ch]
8602         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8603                 add PrefsPage for ImageViewer
8604
8605 2003-03-28 [thorsten]   0.8.11claws63
8606
8607         * src/common/session.c
8608                 added some comments
8609
8610 2003-03-28 [paul]       0.8.11claws62
8611
8612         * sync with 0.8.11cvs16
8613                 see ChangeLog 2003-03-28
8614
8615 2003-03-28 [paul]       0.8.11claws61
8616
8617         * sync with 0.8.11cvs15
8618                 see ChangeLog 2003-03-28
8619
8620 2003-03-27 [christoph]  0.8.11claws60
8621
8622         * src/folder.c
8623         * src/imap.c
8624         * src/common/socket.[ch]
8625                 set socket state to DISCONNECTED when any operation
8626                 fails to allow reconnecting in IMAP code without
8627                 checking the return code of all calls to the command
8628                 functions
8629
8630         * src/folderview.c
8631         * src/summaryview.c
8632                 remove some more stuff that depends on specific
8633                 folder types
8634
8635 2003-03-27 [paul]       0.8.11claws59
8636
8637         * sync with 0.8.11cvs14
8638                 see ChangeLog 2003-03-27
8639                 
8640         * src/selective_download.[ch]   ** REMOVED **
8641                 really removed
8642
8643 2003-03-27 [christoph]  0.8.11claws58
8644
8645         * src/folder.c
8646                 fix handling of tmp_flags in flag copy function
8647
8648 2003-03-27 [paul]       0.8.11claws57
8649
8650         * sync with 0.8.11cvs13
8651                 see ChangeLog 2003-03-27
8652
8653 2003-03-27 [oliver]     0.8.11claws56
8654
8655         * src/maiwindow.c
8656                 remove sel_download_cb
8657
8658 2003-03-27 [oliver]     0.8.11claws55
8659         
8660         * src/inc.c
8661                 remove POP3_TOP
8662         
8663 2003-03-26 [oliver]     0.8.11claws54
8664
8665         *src/pop.h
8666                 remove POP3_TOP*
8667         * README.claws
8668                 remove selective donwload readme
8669
8670 2003-03-26 [oliver]     0.8.11claws53
8671         * src/matcher.[ch]
8672         * src/matcher_parser_parse.y 
8673         * src/pop.c 
8674         * src/prefs_account.[ch]
8675         * src/prefs_filtering.c
8676                 remove selective donwload
8677
8678 2003-03-26 [oliver]     0.8.11claws52
8679
8680         * src/inc.[ch] 
8681         * src/filtering.c 
8682         * src/mainwindow.c 
8683                 remove selective donwload
8684
8685 2003-03-26 [oliver]     0.8.11claws51
8686         
8687         * src/Makefile.am
8688         * src/selective_download.[ch]   ** REMOVE **    
8689
8690 2003-03-26 [christoph]  0.8.11claws50
8691
8692         * src/news.c
8693                 fix NEWS that got broken by a sync with sylpheed-main
8694
8695 2003-03-26 [christoph]  0.8.11claws49
8696
8697         * src/mimeview.c
8698                 fix mime type guessing when no mime type is found for a file
8699
8700 2003-03-25 [christoph]  0.8.11claws48
8701
8702         * src/mimeview.c
8703         * src/procmime.c
8704                 remove mime type guessing from mime parser and use
8705                 name based mime types in viewer lookup for mime type
8706                 application/octet-stream
8707
8708 2003-03-25 [christoph]  0.8.11claws47
8709
8710         * doc-src/readme.txt
8711         * doc-src/rfc2554.txt
8712                 add RFC about SMTP AUTH
8713
8714         * src/send_message.c
8715         * src/common/smtp.[ch]
8716                 add extra error code for authentication errors and
8717                 clear temporary password when this error occurs
8718
8719         (closes Bug 84 authentication failure while sending should
8720          prompt for password again)
8721
8722 2003-03-25 [christoph]  0.8.11claws46
8723
8724         * configure.ac
8725         * src/Makefile.am
8726         * src/imageview.[ch]                            ** REMOVE **
8727         * src/messageview.[ch]
8728         * src/mimeview.[ch]
8729         * src/prefs_common.[ch]
8730         * src/textview.c
8731         * src/plugins/Makefile.am
8732         * src/plugins/image_viewer/.cvsignore           ** NEW **
8733         * src/plugins/image_viewer/Makefile.am          ** NEW **
8734         * src/plugins/image_viewer/plugin.c             ** NEW **
8735         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8736                 move image viewer into a plugin (building is enabled by default)
8737                 [ToDo: Prefs for resize and autoview]
8738
8739 2003-03-25 [paul]       0.8.11claws45
8740
8741         * sync with 0.8.11cvs12
8742                 see ChangeLog 2003-03-26
8743
8744 2003-03-25 [paul]       0.8.11claws44
8745
8746         * sync with 0.8.11cvs11
8747                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8748                 
8749         Note: Selective Download is broken.
8750                 
8751 2003-03-22 [christoph]  0.8.11claws43
8752
8753         * src/folder.c
8754                 code cleanup for flags copying
8755
8756 2003-03-22 [christoph]  0.8.11claws42
8757
8758         * src/plugins/trayicon/trayicon.c
8759                 fix setting the transparent area when the window size
8760                 is forced by the system tray
8761
8762 2003-03-22 [christoph]  0.8.11claws41
8763
8764         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8765         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8766         * src/plugins/trayicon/newmail.xpm              ** NEW **
8767         * src/plugins/trayicon/nomail.xpm               ** NEW **
8768         * src/plugins/trayicon/trayicon.c
8769         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8770                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8771                 o add icon for unread mails
8772                 o set transparency for window
8773
8774 2003-03-22 [christoph]  0.8.11claws40
8775
8776         * src/news.c
8777                 init news session to prevent crash when session is closed
8778
8779 2003-03-22 [christoph]  0.8.11claws39
8780
8781         * src/imap.c
8782         * src/common/session.[ch]
8783                 Init session data to make sure we don't have invalid pointers
8784                 for read_ch and write_ch when new multi process sessions are
8785                 not used
8786
8787         * src/main.c
8788         * src/common/plugin.c
8789         * src/common/sylpheed.c
8790         * src/plugins/demo/demo.c
8791         * src/plugins/dillo_viewer/dillo_viewer.c
8792         * src/plugins/mathml_viewer/mathml_viewer.c
8793         * src/plugins/spamassassin/spamassassin.c
8794         * src/plugins/spamassassin/spamassassin_gtk.c
8795                 add plugin types to allow loading plugins at different times
8796                 (and maybe for different frontends), because it's not good to
8797                 load GTK-Plugins gefore gtk_init was called
8798
8799         * configure.ac
8800         * src/plugins/Makefile.am
8801         * src/plugins/trayicon/.cvsignore               ** NEW **
8802         * src/plugins/trayicon/Makefile.am              ** NEW **
8803         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8804         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8805         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8806         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8807         * src/plugins/trayicon/trayicon.c               ** NEW **
8808                 New Trayicon plugin that shows an icon in a systray that uses
8809                 XEMBED protocol like Gnome's systray. Icon shows if there
8810                 are new mails and a tooltip shows information about new,
8811                 unread and total messages.
8812
8813 2003-03-22 [paul]       0.8.11claws38
8814
8815         * src/common/smtp.c
8816                 fix ESMTP AUTH CRAM-MD5
8817                 [sync with main (still version 0.8.11cvs6), see
8818                  ChangeLog 2003-03-22]
8819
8820 2003-03-21 [colin]      0.8.11claws37
8821
8822         * src/send_message.c
8823                 Fix USE_SSL => USE_OPENSSL
8824
8825 2003-03-21 [colin]      0.8.11claws36
8826
8827         * src/folderview.c
8828                 Fix counts in drag and dropped subfolders
8829
8830 2003-03-21 [colin]      0.8.11claws35
8831
8832         * src/folder.c 
8833         * src/folderview.c
8834                 speed up a bit folder dnd
8835
8836 2003-03-20 [alfons]     0.8.11claws34
8837
8838         * src/main.c
8839         * src/toolbar.c
8840         * src/procmsg.c
8841                 don't send locked queue messages
8842                 (feature request "[ 705245 ] Locking message in outbox 
8843                  should prevent sending")
8844
8845 2003-03-20 [christoph]  0.8.11claws33
8846
8847         * src/folder.c
8848                 remove NEW and UNREAD flag in special folders when scanning
8849                 
8850         * src/common/smtp.c
8851                 fix ESMTP AUTH CRAM-MD5
8852
8853 2003-03-20 [paul]       0.8.11claws32
8854
8855         * src/prefs_account.c
8856                 Re-write 'Tunnel command to open connection' as
8857                 'Use command to communicate with server', and disable
8858                 it for all except IMAP accounts
8859
8860 2003-03-20 [paul]       0.8.11claws31
8861
8862         * sync with 0.8.11cvs6
8863                 see ChangeLog 2003-03-20
8864
8865 2003-03-19 [match]      0.8.11claws30
8866
8867         * src/addritem.[ch]
8868                 include documentation. minor refactoring.
8869         * src/addr_compl.[ch]
8870         * src/addrindex.[ch]
8871         * src/addresbook.[ch]
8872         * src/summaryview.c
8873                 re-enable address lookup (was disabled in
8874                 0.8.11claws20).
8875
8876 2003-03-19 [christoph]  0.8.11claws29
8877
8878         * src/procmsg.c
8879                 add temp flag handling, will make moving and copying
8880                 messages possible again
8881
8882         * src/folder.c
8883                 correct calulation of folder stats
8884
8885 2003-03-18 [match]      0.8.11claws28
8886
8887         * src/editgroup.h
8888                 remove case sensitive comparison (closes bug 80).
8889
8890 2003-03-18 [christoph]  0.8.11claws27
8891
8892         * src/imap.c
8893                 fix imap using a tunnel command
8894
8895         (closes bug 87)
8896
8897 2003-03-18 [christoph]  0.8.11claws26
8898
8899         * src/folder.[ch]
8900         * src/imap.c
8901         * src/procmsg.[ch]
8902                 rewrite flag handling for folders
8903
8904 2003-03-18 [christoph]  0.8.11claws25
8905
8906         * src/folder.c
8907         * src/procmsg.c
8908         * src/summaryview.c
8909                 unset NEW and UNREAD flags when message is ignored, to make
8910                 sure messages don't show up as unread on other IMAP clients,
8911                 because the IGNORE_THREAD flag can not be syncronized through
8912                 the IMAP folder
8913
8914 2003-03-17 [christoph]  0.8.11claws24
8915
8916         * src/imap.c
8917                 don't use recursion to fetch uids when the number of messages
8918                 does not match. Moved code into subfunction that is used
8919                 again when needed, to prevent an endless loop.
8920
8921 2003-03-17 [thorsten]   0.8.11claws23
8922
8923         * src/imageview.[ch]
8924                 export imageview_get_resized_size() (for plugins)
8925         * src/prefs_common.[ch]
8926                 added prefs_common_get() (for plugins)
8927
8928 2003-03-17 [christoph]  0.8.11claws22
8929
8930         * src/imap.c
8931                 o remove UID guessing from copy code
8932                 o support UIDPLUS extension for APPEND command
8933
8934 2003-03-17 [paul]       0.8.11claws21
8935
8936         * src/gtk/about.c
8937                 remove 'Compiled-plugins' section.
8938                 
8939         * src/plugins/dillo_viewer/dillo_viewer.c
8940                 slight change to description text
8941
8942 2003-03-16 [match]      0.8.11claws20
8943         * src/ldapserver.[ch]           ** NEW **
8944         * src/ldapctrl.[ch]             ** NEW **
8945         * src/ldapquery.[ch]            ** NEW **
8946         * src/ldaputil.[ch]             ** NEW **
8947         * src/addrcindex.[ch]           ** NEW **
8948         * src/addrquery.h               ** NEW **
8949         * src/addritem.[ch]
8950         * src/addrcache.[ch]
8951         * src/addrindex.[ch]
8952         * src/addr_compl.[ch]
8953         * src/addressbook.[ch]
8954         * src/addrbook.[ch]
8955         * src/editgroup.c
8956         * src/editaddress.c
8957         * src/editldap.c
8958         * src/editldap_basedn.c
8959         * src/vcard.c
8960         * src/jpilot.c
8961         * src/Makefile.am
8962                 included dynamic LDAP queries. improved address
8963                 completion.
8964
8965 2003-03-16 [paul]       0.8.11claws19
8966
8967         * tools/multiwebsearch.pl
8968                 fix a fatal typo
8969
8970 2003-03-16 [christoph]  0.8.11claws18
8971
8972         * src/mimeview.c
8973         * src/plugins/dillo_viewer/dillo_viewer.c
8974         * src/plugins/mathml_viewer/mathml_viewer.c
8975                 make unregistering of MimeViewerFactorys possible
8976
8977 2003-03-16 [alfons]     0.8.11claws17
8978
8979         * configure.ac
8980                 correct typo
8981
8982 2003-03-16 [melvin]     0.8.11claws16
8983
8984         * src/plugins/dillo_viewer.c
8985                 Fixed bug where it was not possible to view more than
8986                 one text/html attachment per message (bug discovered
8987                 by Christoph Hohmann).
8988
8989 2003-03-15 [melvin]     0.8.11claws15
8990
8991         * src/prefs_actions.c
8992                 Fixed compilation warnings.
8993
8994 2003-03-15 [melvin]     0.8.11claws14
8995
8996         * src/plugins/Makefile.am
8997         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8998         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8999         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9000                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9001                 newer (http://dillo.auriga.wearlab.de/).
9002
9003 2003-03-15 [christoph]  0.8.11claws13
9004
9005         * src/imap.c
9006                 don't query imap folder for attributes because we already
9007                 for them from imap_status
9008
9009         * src/mimeview.[ch]
9010                 add support for plugable MimeViewers (unloading Viewers
9011                 not yet complete)
9012
9013         * src/plugins/Makefile.am
9014         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9015         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9016         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9017                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9018                 widget from http://helm.cs.unibo.it/mml-widget/
9019
9020 2003-03-14 [christoph]  0.8.11claws12
9021
9022         * src/folder.[ch]
9023                 o error return code's should better be negative
9024                 o replace printf with debug_print
9025
9026         * src/imap.c
9027                 improve IMAP folder scan by checking UID-NEXT
9028
9029         * src/summaryview.c
9030                 remove check that are unnecessary in my opinion
9031
9032 2003-03-13 [christoph]  0.8.11claws11
9033
9034         * src/folder.[ch]
9035         * src/foldersel.c
9036         * src/folderview.c
9037         * src/imap.c
9038         * src/mbox_folder.c
9039         * src/mh.c
9040         * src/news.c
9041         * src/prefs_scoring.c
9042         * src/summaryview.c
9043                 use a common function to get a displayable name
9044                 for a FolderItem
9045
9046 2003-03-13 [paul]       0.8.11claws10
9047
9048         * tools/Makefile.am
9049           tools/README
9050           tools/multiwebsearch.conf     ** NEW FILE **
9051           tools/multiwebsearch.pl       ** NEW FILE **
9052                 add multiwebsearch Actions script
9053
9054 2003-03-13 [colin]      0.8.11claws9
9055
9056         * src/compose.c
9057                 Remove leading emtpy lines from quoted text
9058                 before quoting it
9059
9060 2003-03-13 [melvin]     0.8.11claws8
9061
9062         * src/prefs_actions.c
9063                 Fixed a memory leak
9064                 Code clean ups
9065                 Added Cancel and OK buttons
9066                 Corrected help text
9067
9068 2003-03-13 [christoph]  0.8.11claws7
9069
9070         * src/account.c
9071         * src/folder.[ch]
9072         * src/imap.c
9073         * src/mainwindow.c
9074         * src/mbox_folder.c
9075         * src/mh.c
9076         * src/news.c
9077         * src/setup.c
9078                 replace more folder type stuff with folder class stuff
9079
9080 2003-03-13 [melvin]     0.8.11claws6
9081
9082         * src/prefs_actions.c
9083                 Added new tokens:
9084                 %u: user provided argument
9085                 %h: user provided argument (hidden on input)
9086                 %s: current text selection in the message view 
9087
9088 2003-03-13 [paul]       0.8.11claws5
9089
9090         * sync with 0.8.11cvs5
9091                 see ChangeLog 2003-03-11, 2003-03-12
9092
9093 2003-03-12 [christoph]  0.8.11claws4
9094
9095         * src/folder.c
9096                 use folder class idstr when writing folderlist.xml
9097
9098         * src/folder.h
9099         * src/imap.c
9100         * src/news.c
9101                 replace folder type checks with folder class checks
9102
9103 2003-03-12 [christoph]  0.8.11claws3
9104
9105         * src/folder.[ch]
9106         * src/imap.[ch]
9107         * src/main.c
9108         * src/mbox_folder.[ch]
9109         * src/mh.[ch]
9110         * src/news.[ch]
9111                 o create a list of known folder classes in the folder system
9112                 o use folder class id strings for folder item identifiers
9113
9114 2003-03-12 [christoph]  0.8.11claws2
9115
9116         * src/imap.c
9117                 fix imap uid validity check
9118
9119 2003-03-12 [christoph]  0.8.11claws1
9120
9121         * src/account.c
9122         * src/folder.[ch]
9123         * src/foldersel.c
9124         * src/folderview.c
9125         * src/imap.c
9126         * src/mainwindow.c
9127         * src/mbox_folder.c
9128         * src/mh.c
9129         * src/news.c
9130         * src/prefs_scoring.c
9131         * src/procmsg.c
9132         * src/setup.c
9133         * src/summaryview.c
9134                 initial restructuring of folder system, seperating
9135                 folders and folder classes
9136
9137 2003-03-12 [paul]       0.8.11claws
9138
9139         0.8.11claws release
9140
9141 2003-03-12 [christoph]
9142
9143         * src/gtk/prefswindow.c
9144                 fix translation of "Page Index"
9145
9146 2003-03-12 [paul]       0.8.10claws110
9147
9148         a sync from 0.8.11cvs4 before the release
9149
9150         * src/common/utils.c
9151                 subject_compare_for_sort(): allow null strings (fixes
9152                 summary sorting).
9153
9154 2003-03-11 [paul]       0.8.10claws109
9155
9156         * po/es.po
9157                 update Spanish translation, submitted by
9158                 Ricardo Mones Lastra
9159
9160 2003-03-11 [melvin]     0.8.10claws108
9161
9162         * po/fr.po
9163                 Updated French translations
9164
9165 2003-03-11 [paul]       0.8.10claws107
9166
9167         * manual/en/Makefile.am
9168           manual/en/*.html
9169                 update English manual, add a new page
9170                 updated by Francois Barriere <fbarriere@atmel.fr>
9171                 
9172         * po/bg.po
9173           po/it.po
9174           po/sr.po
9175                 update Bulgarian, Italian, and Serbian translations
9176                 submitted by George Danchev, Alessandro Maestri, and
9177                 Urke MMI
9178
9179 2003-03-10 [paul]       0.8.10claws106
9180
9181         * src/gtk/about.c
9182           src/gtk/prefswindow.c
9183                 make some strings translatable
9184
9185 2003-03-10 [darko]      0.8.10claws105
9186
9187         * src/compose.c
9188                 code cleanup to make Hiro happy
9189
9190 2003-03-10 [paul]       0.8.10claws104
9191
9192         * sync with 0.8.11cvs2
9193                 see ChangeLog 2003-03-10
9194
9195 2003-03-09 [melvin]     0.8.10claws103
9196
9197         * src/textview.c
9198                 textview_set_font(): fix for message display in
9199                 UTF-8 locales (thanks to Sergey Vlasov).
9200                 (was unintentionnaly reverted in 0.8.6claws6)   
9201
9202 2003-03-08 [darko]      0.8.10claws102
9203
9204         * src/compose.c
9205                 fix infinite loop in wrapping as reported
9206                 by happycactus
9207                 obsoletes patch #696482
9208
9209 2003-03-08 [christoph]  0.8.10claws101
9210
9211         * src/imap.c
9212                 add workaround for IMAP servers that do not
9213                 support the "UID SEARCH UID" command
9214
9215 2003-03-07 [christoph]  0.8.10claws100
9216
9217         * src/plugins/spamassassin/spamassassin.[ch]
9218         * src/plugins/spamassassin/spamassassin_gtk.c
9219                 code cleanup
9220
9221 2003-03-07 [paul]       0.8.10claws99
9222
9223         * po/es.po
9224                 updated Spanish translation, submitted by
9225                 Ricardo Mones Lastra
9226
9227 2003-03-07 [christoph]  0.8.10claws98
9228
9229         * src/send.c
9230                 fix in 0.8.10claws94 was wrong
9231                 local delivery does not require escaping, remove escaping
9232                 code to make signatures of mails with "." lines valid
9233                 
9234                 NOTE: requires that sendmail is executed with "-i" option,
9235                       what is the default now, but has to be changed in all
9236                       exsiting accounts)
9237
9238 2003-03-07 [paul]       0.8.10claws97
9239
9240         * sync with 0.8.11 release
9241                 see ChangeLog 2003-03-07
9242
9243 2003-03-06 [paul]       0.8.10claws96
9244
9245         * src/compose.c
9246                 revert commit 0.8.10claws92
9247
9248 2003-03-06 [paul]       0.8.10claws95
9249
9250         * src/folderview.c
9251                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9252
9253         * src/gtkaspell.c
9254                 fix bug 74, 'Crash opening editor window with pseudo-color
9255                 display'
9256                 
9257         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9258
9259 2003-03-06 [christoph]  0.8.10claws94
9260
9261         * src/send.c
9262                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9263                 all lines starting with a period get an extra period
9264                 inserted
9265                 (found by Simon 'corecode' Schubert)
9266
9267 2003-03-06 [paul]       0.8.10claws93
9268
9269         * src/folderview.c
9270                 if configured font can't be loaded fall back to gtk
9271                 default. (with thanks to Christoph)
9272                 
9273                 closes long-standing bug 15 'Crashes on startup'
9274
9275 2003-03-06 [paul]       0.8.10claws92
9276
9277         * src/compose.c
9278                 freeze text before autosave and thaw afterwards
9279                 fixes bug 67 'autosave make re-rediting message crazy'
9280
9281 2003-03-06 [christoph]  0.8.10claws91
9282
9283         * src/compose.c
9284                 ignore address comment in dupe check for Cc-list
9285
9286         (closes reopened bug 47 Replying to message strips name part of
9287          e-mail addresses of Cc: lines)
9288
9289 2003-03-06 [paul]       0.8.10claws90
9290
9291         * src/Makefile.am
9292                 remove reference to gtkxtext.h as its no longer in
9293                 the repository
9294
9295 2003-03-06 [paul]       0.8.10claws89
9296
9297         * sync with 0.8.10cvs25
9298                 see ChangeLog 2003-03-06
9299
9300 2003-03-06 [oliver]     0.8.10claws88
9301         
9302         * src/messageview.c
9303                 remove include
9304
9305 2003-03-06 [oliver]     0.8.10claws87
9306         
9307         * src/folderview.c 
9308                 remove changes introduced inclaws74
9309         * src/messageview.c
9310                 another attempt to sanely delete and update
9311                 messages deleted in separate messageview
9312
9313 2003-03-05 [christoph]  0.8.10claws86
9314
9315         * src/summaryview.c
9316                 check if "From" matches any account's address if
9317                 addressbook completion of addresses is disabled too
9318
9319         (closes Bug 70 "Display recipient in from" doesn't check
9320          folder's default account)
9321
9322 2003-03-05 [christoph]  0.8.10claws85
9323
9324         * src/compose.c
9325         * src/common/utils.[ch]
9326                 don't strip address comments when building Cc lists
9327
9328         (closes Bug 47 Replying to message strips name part of e-mail addresses
9329          of Cc: lines)
9330
9331         * src/folder.c
9332                 fix return value of copy function
9333
9334 2003-03-05 [christoph]  0.8.10claws84
9335
9336         * src/imap.c
9337                 don't ask imap server for non rfc822 headers
9338
9339         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9340
9341         * src/imap.c
9342                 destroy session on socket error to allow reconnecting
9343
9344 2003-03-05 [christoph]  0.8.10claws83
9345
9346         * configure.ac
9347                 fix building with gnome when no prefix is set
9348
9349         (closes bug 66 Gnome directory is set to NONE)
9350
9351 2003-03-05 [paul]       0.8.10claws82
9352
9353         * sync with 0.8.10cvs23
9354                 see ChangeLog 2003-03-05
9355
9356 2003-03-04 [christoph]  0.8.10claws81
9357
9358         * src/folder.c
9359                 o fix moving and copying when folder returns 0 for new
9360                   message number
9361                 o remove some code for single message copy and move
9362                   operations and use functions for multiple messages
9363
9364         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9365
9366         * src/news.c
9367                 remove unused include
9368
9369 2003-03-04 [paul]       0.8.10claws80
9370
9371         * src/gtk/about.c
9372                 list 'Compiled plugins'
9373
9374 2003-03-03 [christoph]  0.8.10claws79
9375
9376         * src/news.[ch]
9377                 have to multiply the percentage of the current fetch with
9378                 the percentage that it has of the total fetch operation
9379                 for correct values
9380
9381 2003-03-03 [christoph]  0.8.10claws78
9382
9383         * src/news.c
9384                 fix calculation of expected lines for progress indicator
9385
9386 2003-03-03 [christoph]  0.8.10claws77
9387
9388         * src/summaryview.c
9389         * src/common/utils.c
9390                 fix segfault when opening the root news folder
9391
9392 2003-03-03 [christoph]  0.8.10claws76
9393
9394         * src/mainwindow.[ch]
9395         * src/common/Makefile.am
9396         * src/common/progressindicator.[ch]
9397                 add UI independent progress indicator handling
9398
9399         * src/news.[ch]
9400                 use new progress indicator for message info fetching
9401
9402         * src/common/hooks.h
9403                 code cleanup
9404
9405 2003-03-03 [oliver]     0.8.10claws75
9406
9407         * src/toolbar.c
9408         * src/compose.c
9409                 removed commented code
9410
9411 2003-03-03 [oliver]     0.8.10claws74
9412
9413         * src/toolbar.[ch]
9414                 cleanups and refactoring
9415         * src/compose.[ch]
9416                 compose_reply_mode reply & forwarding interface for
9417                 toolbar buttons
9418         * src/folderview.c
9419                 act on messages marked for deletion in folderview_selected
9420                 based on prefs_common.immediate_exec since a message might 
9421                 have been deleted by messageview in a folder we are changing 
9422                 to (does anybody understand what I'm on about ?)
9423
9424 2003-03-03 [oliver]     0.8.10claws73
9425         
9426         * src/messageview.[ch]
9427                 new functions
9428                 - messageview_delete: delete message shown in messagview
9429                 - messageview_update_view: update messageview to currently 
9430                   selected summaryview message
9431                 - add separate messageview to msgview_list in order to update 
9432                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9433         * src/summaryview.[ch]
9434                 summary_get_selection returns a list of selected msgs
9435                 in summaryview
9436         * src/mainwindow.c
9437                 toolbar reply refactoring
9438
9439 2003-03-03 [paul]       0.8.10claws72
9440
9441         * sync with 0.8.10cvs21
9442                 see ChangeLog 2003-03-03
9443
9444 2003-03-02 [christoph]  0.8.10claws71
9445
9446         * src/common/passcrypt.c
9447                 use POSIX includes
9448
9449 2003-03-02 [christoph]  0.8.10claws70
9450
9451         * configure.ac
9452         * src/prefs_account.c
9453         * src/prefs_gtk.[ch]
9454         * src/common/.cvsignore
9455         * src/common/Makefile.am
9456         * src/common/passcrypt.c                ** NEW **
9457         * src/common/passcrypt.h.in             ** NEW **
9458                 Implement password encryption in config files
9459                 using unix encrypt and setkey functions. The crypt
9460                 key can be set as a configure parameter. Old
9461                 passwords will be converted if they do not begin
9462                 with '!'
9463
9464 2003-03-02 [paul]       0.8.10claws69
9465
9466         * src/prefs_account.c
9467                 fix compile error
9468
9469 2003-03-01 [thorsten]   0.8.10claws68
9470
9471         * po/el.po
9472           po/hr.po
9473           po/it.po
9474           po/nl.po
9475           po/sr.po
9476           po/sv.po
9477                 corrected format strings
9478         * po/en_GB.po
9479                 corrected headers
9480                 (fix compile errors with GNU gettext-0.11.5)
9481
9482 2003-03-01 [oliver]     0.8.10claws67
9483
9484         * src/summaryview.c
9485                 menu callbacks call toolbar_menu_reply
9486
9487 2003-03-01 [oliver]     0.8.10claws66
9488
9489         * src/mainwindow.c
9490         * src/messageview.c
9491                 menu callbacks call toolbar_menu_reply
9492         * src/toolbar.[ch]
9493                 callbacks from menu handled by toolbar_menu_reply
9494
9495 2003-03-01 [paul]       0.8.10claws65
9496
9497         * src/addressbook.c
9498                 revert commit 0.8.10claws54 - breaks editing of
9499                 addressbook.
9500                 
9501         * po/bg.po
9502                 update Bulgarian translation, submitted by
9503                 George Danchev
9504
9505 2003-02-28 [christoph]  0.8.10claws64
9506
9507         * src/account.c
9508         * src/addressadd.c
9509         * src/compose.c
9510         * src/gtkaspell.c
9511         * src/gtkxtext.h                ** REMOVE **
9512         * src/imap.c
9513         * src/matcher.[ch]
9514         * src/mh.c
9515         * src/news.c
9516         * src/pine.c
9517         * src/prefs_common.c
9518         * src/prefs_matcher.c
9519         * src/procheader.[ch]
9520         * src/procmsg.[ch]
9521         * src/toolbar.c
9522         * src/common/ssl_certificate.c
9523         * src/gtk/colorlabel.c
9524         * src/gtk/menu.c
9525                 o fix warnings
9526                 o remove code obsoleted by new cache and folder system rework
9527
9528 2003-02-28 [oliver]     0.8.10claws63
9529         
9530         * src/toolbar.[ch]
9531                 * fix bug where reply in Messageview replied to 
9532                 Message displayed in summaryview
9533                 (reportedd via ML by chinatinte at gmx dot ch)
9534                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9535                 didn't work in separate MessageView Toolbar
9536                 (wondering if anybody uses this at all ?)
9537         * src/summaryview.[ch]
9538                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9539                 (generalize reply and forward code);
9540         * src/messageview.c 
9541                 remove focus_in event which updated summaryview to messageview
9542
9543 2003-02-28 [paul]       0.8.10claws62
9544
9545         * po/Makefile.in.in
9546                 add the --check option
9547                 Patch submitted by Ricardo Mones Lastra
9548
9549 2003-02-28 [paul]       0.8.10claws61
9550
9551         * src/prefs_account.c
9552                 re-order 'Signature' items
9553
9554 2003-02-28 [paul]       0.8.10claws60
9555
9556         * sync with 0.8.10cvs20
9557                 see ChangeLog 2003-02-28
9558
9559 2003-02-28 [paul]       0.8.10claws59
9560
9561         * po/POTFILES.in
9562                 update to reflect recent movement of files
9563
9564 2003-02-28 [paul]       0.8.10claws58
9565
9566         * sync with 0.8.10cvs19
9567                 see ChangeLog 2003-02-28
9568
9569 2003-02-27 [martin]     0.8.10claws57
9570
9571         * src/prefs_matcher.c 
9572                 fix segfault in prefs_matcher_ok() when the
9573                 last entry is deleted and prevents that the
9574                 message "entry not saved" comes up after deleting
9575                 an entry
9576
9577 2003-02-27 [martin]     0.8.10claws56
9578
9579         * src/prefs_filtering.c 
9580                 fix segfault in prefs_filtering_ok() when the
9581                 last entry is deleted and prevents that the
9582                 message "entry not saved" comes up after deleting
9583                 an entry
9584
9585 2003-02-27 [paul]       0.8.10claws55
9586
9587         * sync with 0.8.10cvs18
9588                 see ChangeLog 2003-02-27
9589
9590 2003-02-27 [paul]       0.8.10claws54
9591
9592         * src/addressbook.c
9593                 fix bug where the address book crashes with 
9594                 multiple lookups.
9595                 Patch [687729] submitted by David Frager 
9596                 <dbfrager@users.sourceforge.net>
9597
9598 2003-02-25 [christoph]  0.8.10claws53
9599
9600         * src/Makefile.am
9601         * src/colorlabel.[ch]           ** REMOVE **
9602         * src/gtk/Makefile.am
9603         * src/gtk/colorlabel.[ch]       ** NEW **
9604                 move colorlabel files to gtk directory
9605
9606         * src/esmtp.[ch]                ** REMOVE **
9607                 has been merged into smtp.[ch] in 0.7.5
9608
9609 2003-02-25 [christoph]  0.8.10claws52
9610
9611         * src/Makefile.am
9612         * src/about.[ch]                ** REMOVE **
9613         * src/gtk/Makefile.am
9614         * src/gtk/about.[ch]            ** NEW **
9615                 move about files to gtk directory
9616
9617 2003-02-25 [christoph]  0.8.10claws51
9618
9619         * src/folder.c
9620                 some code optimization of folder scanning code
9621
9622         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9623
9624 2003-02-25 [christoph]  0.8.10claws50
9625
9626         * src/main.c
9627         * src/common/sylpheed.c
9628                 add command line parameter parsing to common code
9629
9630 2003-02-24 [christoph]
9631
9632         * Makefile.am
9633         * configure.ac
9634                 fix gnome prefix problems, the configure script now removed
9635                 `gnome-config --prefix` from `gnome-config --datadir`
9636                 and adds $(prefix} instead
9637
9638         (closes Bug 24 Makefile does not respect prefix when installing
9639          GNOME data)
9640
9641 2003-02-24 [christoph]  0.8.10claws49
9642
9643         * src/news.c
9644                 check for valid session before trying to authenticate
9645
9646         (closes Bug 60 crash if "authenticate on logon" is activated
9647          and newsserver-hostname is not valid)
9648
9649 2003-02-24 [melvin]     0.8.10claws48
9650
9651         * src/prefs_actions.c
9652                 Make sure all user's input is sent to the action and then
9653                 close the socket..
9654
9655 2003-02-23 [alfons]     0.8.10claws46
9656
9657         * src/summaryview.c
9658                 also wait cursor when deleting files
9659
9660 2003-02-23 [paul]
9661
9662         * tools/freshmeat_search.pl
9663           tools/google_search.pl
9664                 scripts should now work for any browser/browser command line
9665
9666 2003-02-22 [christoph]  0.8.10claws45
9667
9668         * src/procmsg.c
9669                 fix IMAP flag setting, IMAP flag is not handled correctly
9670                 anymore by the folder system and information about the
9671                 folder should not be saved in the MsgInfo (in my opinion)
9672
9673         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9674
9675 2003-02-22 [christoph]  0.8.10claws44
9676
9677         * src/summaryview.c
9678                 fix spelling of "label" ;-)
9679
9680 2003-02-22 [thorsten]   0.8.10claws43
9681
9682         * src/mimeview.c
9683           src/prefs_common.[ch]
9684           src/procmime.[ch]
9685                 do not use description as attachment name
9686
9687 2003-02-22 [alfons]     0.8.10claws42
9688
9689         * src/summaryview.c
9690                 freeze/thaw folder item updates when changing color labels,
9691                 and put a wait cursors on
9692
9693 2003-02-22 [thorsten]   0.8.10claws41
9694
9695         * src/mimeview.c
9696                 save-all fixes: crash if invoked on multipart container,
9697                 mimeinfo access, pathseparators, error dialog
9698
9699 2003-02-21 [alfons]     0.8.10claws40
9700
9701         * src/prefs_gtk.c
9702                 remove unused var
9703
9704 2003-02-21 [colin]      0.8.10claws39
9705
9706         * src/send.c
9707                 Fix smtp logging
9708
9709 2003-02-21 [colin]      0.8.10claws38
9710
9711         * src/summaryview.c
9712                 Freeze/thaw folderItem updates when filtering messages 
9713                 via Tools/Filter messages
9714
9715 2003-02-21 [paul]       0.8.10claws37
9716
9717         * src/compose.c
9718                 revert commit 0.8.10claws26, there are ulterior motives
9719                 for users to set a Reply-To header when posting to
9720                 newsgroups
9721
9722 2003-02-21 [paul]       0.8.10claws36
9723
9724         * sync with 0.8.10cvs17
9725                 see ChangeLog 2003-02-21
9726
9727 2003-02-20 [christoph]  0.8.10claws35
9728
9729         * src/imap.c
9730                 IMAP UID fetch speedup using SEARCH
9731
9732         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9733
9734         * src/imap.c
9735                 fix problem with UIDs in IMAP UID cache that no longer existed
9736
9737 2003-02-20 [christoph]  0.8.10claws34
9738
9739         * src/imap.c
9740         * src/procheader.c
9741         * src/procheader.h
9742                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9743
9744         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9745
9746         * src/imap.c
9747                 Rewrite imap_cmd_gen_recv use sock_getline instead
9748                 of sock_gets to avoid problems with too long reply
9749                 lines
9750     
9751 2003-02-20 [colin]      0.8.10claws33
9752         
9753         * src/prefs_account.c
9754                 Better wording
9755
9756 2003-02-20 [colin]      0.8.10claws32
9757
9758         * src/compose.c
9759                 Remove useless '&& !to_sender' 
9760
9761 2003-02-20 [darko]
9762
9763         * AUTHORS
9764                 change my e-mail address
9765
9766 2003-02-19 [colin]      0.8.10claws31
9767
9768         * src/prefs_common.c
9769                 X11 style colors for every configurable color
9770
9771 2003-02-19 [alfons]     0.8.10claws30
9772
9773         * src/prefs_gtk.[ch]
9774         * src/prefs_common.c
9775                 for color_new accept both plain integers and X11 style color
9776                 names (as found in /usr/lib/X11/rgb.txt)
9777
9778 2003-02-19 [paul]       0.8.10claws29
9779
9780         * src/mainwindow.c
9781                 add tooltips to online/offline button and account selector
9782                 button
9783
9784 2003-02-19 [paul]       0.8.10claws28
9785
9786         * src/folder.c
9787           src/news.c
9788           src/prefs_account.[ch]
9789           src/prefs_common.[ch]
9790                 move 'Maximum number of articles to download' to
9791                 account prefs.
9792                 clean up account prefs gui a little by hiding entries
9793                 rather then greying out entries
9794
9795 2003-02-19 [hiro]       0.8.10claws27
9796
9797         * src/common/utils.c
9798                 fix bug #54 'yesterdays date is displayed in the message 
9799                 summary window'
9800
9801 2003-02-19 [paul]       0.8.10claws26
9802
9803         * src/compose.c
9804                 fix bug reported in Feature Request [688596] 
9805                 'Reply-to header in news'
9806
9807 2003-02-18 [paul]       0.8.10claws25
9808
9809         * src/select-keys.c
9810                 add a 'List all keys' button to key selection dialog
9811
9812 2003-02-18 [colin]      0.8.10claws24
9813         
9814         * src/stock_pixmap.c
9815                 fix compile error
9816
9817 2003-02-18 [colin]      0.8.10claws23
9818
9819         * src/common/smtp.[ch]
9820           src/prefs_account.c
9821                 Try to starttls if it seems to be the only
9822                 way to authenticate a user
9823
9824 2003-02-18 [paul]       0.8.10claws22
9825
9826         * src/Makefile.am
9827           src/folderview.c
9828           src/stock_pixmap.[ch]
9829           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9830           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9831                 as a Drafts folder is a special folder allow it to have
9832                 its own unique icons
9833
9834 2003-02-18 [colin]      0.8.10claws21
9835
9836         * src/imap.c
9837                 Fix port selection when using starttls
9838
9839 2003-02-18 [paul]       0.8.10claws20
9840
9841         * src/mainwindow.c
9842           src/prefs_common.[ch]
9843                 make blue the default new mail colour
9844
9845 2003-02-18 [paul]       0.8.10claws19
9846
9847         * sync with 0.8.10cvs14
9848                 see ChangeLog 2003-02-18
9849
9850 2003-02-17 [jens]       0.8.10claws18
9851
9852         * src/common/md5.c
9853                 fixed a compile problem with gcc 3.3
9854                 works on 2.95.3 too (testet on PPC as it is big endian)
9855
9856 2003-02-17 [paul]       0.8.10claws17
9857
9858         * sync with 0.8.10cvs13
9859                 see ChangeLog 2003-02-17
9860
9861 2003-02-17 [paul]       0.8.10claws16
9862
9863         * sync with 0.8.10cvs12
9864                 see ChangeLog 2003-02-17
9865
9866 2003-02-16 [match]      0.8.10claws15
9867
9868         * src/addressbook.c
9869                 Eliminates reloading of address data when items
9870                 deleted or added. Applied submitted by
9871                 Luke Plant <lukeplant@softhome.net>
9872
9873 2003-02-16 [paul]       0.8.10claws14
9874
9875         * src/news.c
9876                 when a 'protocol error' is encountered disconnect from
9877                 the server. This means that the user can carry on viewing
9878                 other articles and doesn't have to either wait until the
9879                 server timesout or quit sylpheed.
9880                 Fixes bug #53 'Unable to read messages in newsgroups, 
9881                 displayed message doesn't change'
9882
9883 2003-02-15 [christoph]  0.8.10claws13
9884
9885         * src/imap.c
9886                 fix bug that stopped scanning of folders when an
9887                 IMAP folder was empty
9888
9889         (closes bug 46 stop scan messages in folders after empty folder)
9890
9891 2003-02-15 [paul]
9892
9893         * tools/Makefile.am
9894           tools/README
9895           tools/freshmeat_search.pl     ** NEW FILE **
9896           tools/google_search.pl        ** NEW FILE **
9897                 Add 2 Actions scripts which search freshmeat/google
9898                 for the selected text using the browser configured
9899                 in sylpheedrc.
9900                 
9901         Note: These scripts are very dependent on the format of the
9902         browser command and may not work on every occasion. Testing
9903         is welcome. 
9904
9905 2003-02-14 [alfons]     0.8.10claws12
9906
9907         * src/compose.c
9908                 fix breakage because of uninitialized account pointer.
9909                 please verify.
9910
9911 2003-02-14 [paul]       0.8.10claws11
9912
9913         * src/compose.c
9914           src/prefs_account.[ch]
9915           src/prefs_common.[ch]
9916                 move signature settings to Account Prefs
9917
9918 2003-02-14 [paul]       0.8.10claws10
9919
9920         * sync with 0.8.10cvs11
9921                 see ChangeLog 2003-02-14
9922
9923 2003-02-13 [thorsten]   0.8.10claws9
9924
9925         * src/news.c
9926                 revert news progressbar (GUI separation)
9927
9928 2003-02-13 [paul]       0.8.10claws8
9929
9930         * src/compose.c
9931                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9932                 paragraph 1
9933
9934 2003-02-13 [paul]       0.8.10claws7
9935
9936         * src/compose.[ch]
9937           src/summaryview.c
9938                 fix 'Follow-up and Reply-to' so that it creates a reply to
9939                 the newsgroup and the sender. If the message has the keyword
9940                 'poster' in the Followup-To header, all replies go to the
9941                 sender, re: RFC 1036, Section 2.2.3
9942                 rename all instances of 'ignore_replyto' to 'to_sender', both
9943                 were previously used, now we use just one.
9944
9945 2003-02-13 [paul]       0.8.10claws6
9946
9947         * sync with 0.8.10cvs9
9948                 see ChangeLog 2003-02-13
9949
9950 2003-02-13 [paul]       0.8.10claws5
9951
9952         * configure.ac
9953                 show which plugins are configured in the configure
9954                 output.
9955
9956 2003-02-12 [thorsten]   0.8.10claws4
9957
9958         * src/news.c
9959                 show progress while fetching news headers
9960
9961 2003-02-12 [christoph]  0.8.10claws3
9962
9963         * configure.ac
9964         * src/plugins/Makefile.am
9965                 use AM_CONDITIONAL to enable plugins, automake correctly
9966                 manages this when creating distdir
9967
9968 2003-02-12 [christoph]  0.8.10claws2
9969
9970         * ac/spamassassin.m4
9971         * src/plugins/spamassassin/Makefile.am
9972                 fix building SpamAssassin plugin without OpenSSL
9973
9974 2003-02-12 [paul]       0.8.10claws1
9975
9976         * ac/Makefile.am
9977           src/Makefile.am
9978           src/plugins/Makefile.am
9979                 fix failure of 'make release'
9980
9981 2003-02-12 [paul]       0.8.10claws
9982
9983         * 0.8.10claws released
9984
9985 2003-02-12 [paul]       0.8.9claws56
9986
9987         * po/bg.po
9988           po/es.po
9989           po/it.po
9990           po/ru.po
9991           po/sr.po
9992                 updated translations by George Danchev, Ricardo Mones Lastra,
9993                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9994                 
9995         * sylpheed.spec.in
9996                 Allow the building of RPMs by a regular user. Submitted
9997                 by Sergei Astanin
9998
9999 2003-02-11 [alfons]     0.8.9claws55
10000
10001         * src/colorlabel.c
10002                 don't use pixmaps for label color rect but draw rectangles
10003                 so we can respect the color map of palette based visuals
10004                 (fixes the long time crashes on Suns - thanks to Andreas
10005                 Engel and Steve O'Hara-Smith for testing)
10006
10007 2003-02-11 [christoph]  0.8.9claws54
10008
10009         * src/matcher_parser_parse.y
10010                 correct bug where filering rules of not existing folders in
10011                 matcherrc were added to global filtering
10012                 
10013         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10014          main filter-rules after removing directory, http://bugs.debian.org/180253)
10015         
10016 2003-02-11 [paul]       0.8.9claws53
10017
10018         * sync with 0.8.10cvs7
10019                 see ChangeLog 2003-02-09
10020
10021 2003-02-11 [melvin]     0.8.9claws52
10022
10023         * po/fr.po
10024                 Updated French tranlsations
10025
10026 2003-02-10 [paul]       0.8.9claws51
10027
10028         * sylpheed.spec.in
10029                 correct --enable-openssl
10030                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10031
10032 2003-02-09 [martin]     0.8.9claws50
10033
10034         * src/prefs_matcher.c
10035                 fix segfault in prefs_matcher_substitute_cb() when
10036                 no row is selected
10037
10038 2003-02-09 [paul]       0.8.9claws49
10039
10040         * src/folderview.c
10041                 fix bug where a newsgroup folder's processing rules were
10042                 merged with the global filtering rules when the newsgroup
10043                 folder was deleted, causing some seriously bad results,
10044                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10045
10046 2003-02-08 [melvin]     0.8.9claws48
10047
10048         * src/compose.c
10049                 Corrected and modified an alert message.
10050
10051 2003-02-07 [paul]       0.8.9claws47
10052
10053         * src/folderview.c
10054                 fix bug where both an 'Account properties' window and a
10055                 'Folder properties' window were opened when clicking on
10056                 'Properties' in an NNTP or IMAP folder's popup menu.
10057
10058 2003-02-07 [paul]       0.8.9claws46
10059
10060         * sync with 0.8.10cvs6
10061                 see ChangeLog 2003-02-06
10062
10063 2003-02-06 [christoph]  0.8.9claws45
10064
10065         * src/mbox.c
10066                 freeze folder updates while importing mbox files
10067                 (closes bug 43 importing mbox took hours)
10068                 
10069         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10070
10071 2003-02-06 [thorsten]   0.8.9claws44
10072
10073         * po/de.po
10074                 Updated german translations
10075
10076 2003-02-06 [thorsten]   0.8.9claws43
10077
10078         * src/news.h
10079                 use guint for message numbers (fix count in grouplist dialog)
10080
10081 2003-02-05 [paul]       0.8.9claws42
10082
10083         * sync with 0.8.10cvs2
10084                 see ChangeLog 2003-02-05
10085
10086 2003-02-04 [colin]      0.8.9claws41
10087
10088         * src/prefs_common.[ch]
10089           src/procmsg.c
10090           src/summaryview.c
10091                 Add an option to disable threading by subject
10092
10093 2003-02-04 [christoph]  0.8.9claws40
10094
10095         * src/inc.c
10096                 only abort fetching mails from multiple accounts when the
10097                 error is fatal and does not allow to check any more accounts
10098                 (currently only disk full error)
10099
10100         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10101          receive mails for other accouts)
10102
10103 2003-02-04 [christoph]  0.8.9claws39
10104
10105         * src/folder.c
10106                 first add the new message to the cache, then
10107                 send the update notification
10108
10109         (closes bug 39 after sending message folderview doesnt get updated)
10110
10111 2003-02-04 [colin]      0.8.9claws38
10112
10113         * src/inc.c
10114                 _really_ fix this Connecting... status
10115
10116 2003-02-04 [paul]       0.8.9claws37
10117
10118         * sync with 0.8.10
10119                 see ChangeLog 2003-02-04
10120
10121 2003-02-04 [paul]       0.8.9claws36
10122
10123         * sync with 0.8.9cvs6
10124                 see ChangeLog 2003-02-03
10125
10126 2003-02-04 [paul]       0.8.9claws35
10127
10128         * po/pt_BR.po
10129                 updated by André Filipe de Assunção e Brito 
10130                 <bedecko@netsite.com.br>
10131
10132 2003-02-03 [thorsten]   0.8.9claws34
10133
10134         * po/de.po
10135                 Updated german translations
10136
10137 2003-02-02 [paul]       0.8.9claws33
10138
10139         * po/es.po
10140                 updated by Ricardo Mones Lastra
10141
10142 2003-02-02 [thorsten]   0.8.9claws32
10143
10144         * src/mh.c
10145                 Fix mh_get_msginfo() segfault if file is inaccessible
10146
10147 2003-01-31 [colin]      0.8.9claws31
10148
10149         * src/procheader.c
10150                 Fix last commit's bug
10151
10152 2003-01-31 [colin]      0.8.9claws30
10153
10154         * src/procheader.c
10155                 Missing a change for gpg-signed messages
10156
10157 2003-01-31 [paul]       0.8.9claws29
10158
10159         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10160           src/procheader.c
10161           src/stock_pixmap.[ch]
10162           src/summaryview.c
10163                 indicate GnuPG signed messages by displaying an icon
10164                 in the Attachment column.
10165
10166 2003-01-31 [paul]       0.8.9claws28
10167
10168         * sync with 0.8.9cvs4
10169                 see ChangeLog 2003-01-31
10170
10171 2003-01-31 [alfons]     0.8.9claws27
10172
10173         * src/textview.c
10174                 tune URI parser to accept mailto URLs with a '?'
10175                 (patch from Ruslan Balkin)
10176
10177 2003-01-31 [colin]      0.8.9claws26
10178
10179         * src/summaryview.c
10180                 Fix a leak introduced in claws24
10181
10182 2003-01-31 [colin]      0.8.9claws25
10183
10184         * src/summaryview.c
10185                 Freeze/Thaw folder updates when deleting dups
10186
10187 2003-01-31 [colin]      0.8.9claws24
10188         
10189         * src/addr_compl.c
10190           src/summaryview.c
10191           src/msgcache.c
10192                 little speed improvements
10193
10194 2003-01-31 [colin]      0.8.9claws23
10195
10196         * src/summaryview.c
10197                 Fix segfault when forwarding nothing
10198                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10199                 
10200 2003-01-30 [paul]       0.8.9claws22
10201
10202         * sync with 0.8.9cvs3
10203                 see ChangeLog 2003-01-30
10204
10205 2003-01-30 [paul]       0.8.9claws21
10206
10207         * sync with 0.8.9cvs2
10208                 see ChangeLog 2003-01-30
10209
10210 2003-01-29 [paul]       0.8.9claws20
10211
10212         * sync with 0.8.9cvs1
10213                 see ChangeLog 2003-01-29
10214
10215 2003-01-28 [paul]       0.8.9claws19
10216
10217         * po/POTFILES.in
10218                 update to reflect changes. 
10219                 thanks to Ricardo Mones Lastra
10220
10221 2003-01-27 [christoph]  0.8.9claws18
10222
10223         * ac/openssl.m4
10224         * ac/spamassassin.m4
10225         * src/plugins/spamassassin/README
10226         * src/plugins/spamassassin/libspamc.[ch]
10227         * src/plugins/spamassassin/utils.[ch]
10228                 updated to latest libspamc
10229
10230 2003-01-27 [christoph]  0.8.9claws17
10231
10232         * src/folder.c
10233                 fix wrong use of procheader_get_header_fields
10234
10235 2003-01-27 [christoph]  0.8.9claws16
10236
10237         * src/news.c
10238         * src/prefs_account.[ch]
10239         * src/common/nntp.[ch]
10240                 allow to force authentication for NNTP servers
10241
10242         Patch submitted by Florian Mickler <dmk@d-labs.de>
10243
10244 2003-01-26 [paul]       0.8.9claws15
10245
10246         * src/summaryview.c
10247                 speed up of marking messages as read
10248                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10249
10250 2003-01-26 [christoph]  0.8.9claws14
10251
10252         * src/Makefile.am
10253         * src/mgutils.[ch]              ** REMOVE **
10254         * src/xml.[ch]                  ** REMOVE **
10255         * src/xmlprops.[ch]             ** REMOVE **
10256         * src/common/Makefile.am
10257         * src/common/mgutils.[ch]       ** NEW **
10258         * src/common/xml.[ch]           ** NEW **
10259         * src/common/xmlprops.[ch]      ** NEW **
10260                 move xml files to common directory
10261
10262 2003-01-26 [christoph]  0.8.9claws13
10263
10264         * src/plugins/spamassassin/spamassassin_gtk.c
10265                 only set gtk entry text if string is available
10266
10267 2003-01-26 [melvin]     0.8.9claws12
10268
10269         * src/description_window.c
10270                 Allow resizing of the window
10271                 Allow automatic horizontal scroll bar
10272                 Do not vertically expand and fill
10273
10274 2003-01-26 [christoph]  0.8.9claws11
10275
10276         * src/Makefile.am
10277         * src/gtkutils.[ch]             ** REMOVE **
10278         * src/common/sylpheed.c
10279         * src/gtk/Makefile.am
10280         * src/gtk/description_window.c
10281         * src/gtk/gtkutils.[ch]         ** NEW **
10282         * src/gtk/prefswindow.c
10283                 move gtkutils to gtk directory
10284
10285 2003-01-26 [paul]       0.8.9claws10
10286
10287         * src/summaryview.c
10288                 rename summary_unread_clicked() to summary_status_clicked()
10289
10290 2003-01-26 [melvin]     0.8.9claws9
10291
10292         * src/prefs_actions.c
10293                 Cosmetical changes to the help text
10294
10295 2003-01-26 [paul]       0.8.9claws8
10296
10297         * src/folder.[ch]
10298           src/mainwindow.c
10299           src/prefs_common.c
10300           src/prefs_sumamry_column.c
10301           summaryview.[ch]
10302                 rename the 'Unread' column to 'Status'
10303
10304 2003-01-25 [match]      0.8.9claws7
10305
10306         * src/mgutils.[ch]
10307                 removed reference to LDAP constants. removed error2string.
10308                 included functions to support LDAP dynamic queries.
10309         * src/syldap.h
10310                 moved LDAP constants here.
10311         * src/addressbook.c
10312         * src/addrindex.c
10313         * src/importldif.c
10314                 removed references to LDAP constants and references to
10315                 error2string.
10316
10317 2003-01-25 [paul]       0.8.9claws6
10318
10319         * src/summaryview.c
10320                 summary_thread_build(), summary_thread_init(): remove 
10321                 unneeded reference to summaryview->folder_item
10322
10323 2003-01-25 [christoph]  0.8.9claws5
10324
10325         * src/gtk/description_window.c
10326                 o allow description texts to expand over multiple columns
10327                 o translate all columns
10328         * src/prefs_actions.c
10329                 change syntax description to use new multi column feature
10330
10331         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10332
10333 2003-01-25 [match]      0.8.9claws4
10334
10335         * src/vcard.c
10336                 fixed bug with Quoted-Printable
10337
10338 2003-01-25 [paul]       0.8.9claws3
10339
10340         * src/folder.[ch]
10341           src/summaryview.[ch]
10342                 implement per-folder collapsed/expanded threads setting
10343                 
10344         * src/prefs_common.c
10345                 remove global collapsed/expanded threads option
10346
10347 2003-01-25 [christoph]  0.8.9claws2
10348
10349         * po/POTFILES.in
10350                 add pluginwindow and prefswindow
10351         * src/compose.c
10352                 make send respond correctly to messages that could be added
10353                 to the queue folder, but the UID of the message is unknown
10354         * src/folder.c
10355         * src/imap.c
10356                 don't return guessed UIDs in imap_add_msg anymore. We return
10357                 0 to tell the folder system it was appened but the UID is
10358                 unknown. Folder system now get's the UID by scaning the folder
10359                 and searching the cache for the Message-ID
10360                 (closes bug #29 Messages queued, but not sent)
10361
10362 2003-01-25 [paul]       0.8.9claws1
10363
10364         * src/codeconv.c
10365                 conv_encode_header():  fix bug when long headers with 8-bit
10366                 characters are used, so that the encoded words are wrapped.
10367                 If the space in the original text falls on the wrap boundary,
10368                 it can be lost.
10369                 Patch by Sergey Vlasov.
10370                 
10371         * src/folderview.c
10372                  fix bug where a change to the sorting method or thread view
10373                  of a folder's messages is lost if simpify-subject is set and
10374                  toggled on or off.
10375                  Patch by Luke Plant.
10376
10377 2003-01-24 [paul]       0.8.9claws
10378
10379         * sylpheed-0.8.9claws released
10380         
10381         * Makefile.am
10382           sylpheed.spec.in
10383                 remove reference to 'INSTALL.jp'
10384
10385 2003-01-23 [paul]       0.8.8claws128
10386
10387         * po/es.po
10388           po/it.po
10389           po/ru.po
10390           po/sr.po
10391                 updated translations. submitted by Ricardo Mones Lastra,
10392                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10393
10394 2003-01-23 [colin]      0.8.8claws127
10395
10396         * src/compose.c
10397                 Fix drafted and queued news articles re-edition
10398
10399 2003-01-23 [melvin]     0.8.8claws126
10400
10401         * po/fr.po
10402                 Updated French translations
10403
10404 2003-01-23 [colin]      0.8.8claws125
10405
10406         * src/inc.c
10407                 Fix "Connecting to..." status message
10408
10409 2003-01-22 [paul]       0.8.8claws124
10410
10411         * po/bg.po
10412                 updated by George Danchev
10413                 
10414         * src/folder.c
10415                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10416                 and folder deletion
10417
10418 2003-01-21 [paul]       0.8.8claws123
10419
10420         * po/bg.po
10421                 updated by George Danchev
10422                 
10423         * src/about.c
10424                 its now 2003
10425                 
10426         * src/toolbar.c
10427                 don't translate 'Separator'
10428                 
10429         * src/plugins/spamassassin/Makefile.am
10430                 add aspell to CPPFLAGS
10431                 
10432         * src/plugins/spamassassin/spamassassin.c
10433           src/plugins/spamassassin/spamassassin_gtk.c
10434                 set correct default for spamassassin_receive_spam
10435                 slightly re-word descriptions and some
10436                 other minor changes
10437
10438 2003-01-19 [alfons]     0.8.8claws122
10439                 
10440         * src/mimeview.c
10441                 mimeview_save_as(): we might as well show the file name for
10442                 the single case "Save As" too
10443
10444 2003-01-19 [alfons]     0.8.8claws121
10445
10446         * src/crash.c
10447                 change bug tracker URL to bugzilla URL
10448
10449 2003-01-19 [alfons]     0.8.8claws120
10450
10451         * src/mimeview.c
10452                 mimeview_save_all(): display name of file before overwriting;
10453                 continue saving all, even when one overwrite was cancelled
10454
10455 2003-01-19 [christoph]  0.8.8claws119
10456
10457         * src/summaryview.c
10458         * src/procmsg.[ch]
10459                 fix wrong usage of procmsg_find_children in summaryview
10460                 by using procmsg_update_unread_children instead of
10461                 summaryview_update_unread_children
10462
10463 2003-01-19 [christoph]  0.8.8claws118
10464
10465         * src/procmsg.c
10466                 fix infinite loop in procmsg_find_children
10467                  (closes bug #25 sylpheed crashes on delete.)
10468
10469         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10470
10471 2003-01-19 [paul]       0.8.8claws117
10472
10473         * po/pt_BR.po
10474                 updated by Ivan Francolin Martinez
10475
10476 2003-01-18 [melvin]     0.8.8claws116
10477
10478         * src/prefs_actions.c
10479                 Removed syntax limitation of only one '&' at the end of command.
10480                         Now actions that contain '>/dev/null 2>&1' are possible.
10481
10482 2003-01-18 [melvin]     0.8.8claws115
10483
10484         * src/prefs_actions.c
10485                 Actions IO dialog: when the action ends
10486                 the "Close" button now has focus and [Escape] closes the
10487                 window.
10488
10489 2003-01-18 [christoph]  0.8.8claws114
10490
10491         * src/procmsg.c
10492                 o add debug output when MsgInfos are really freed
10493                 o free GSLists in procmsg_find_children and
10494                   procmsg_update_unread_children
10495
10496 2003-01-18 [christoph]  0.8.8claws113
10497
10498         * src/mainwindow.c
10499                 reorder Configuration menu
10500
10501 2003-01-18 [christoph]  0.8.8claws112
10502
10503         * src/compose.c
10504                 fix applying templates to forwarded messages
10505
10506         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10507
10508 2003-01-17 [christoph]  0.8.8claws111
10509
10510         * src/folder.c
10511                 destroy folder items, when a folder item is removed
10512
10513 2003-01-17 [christoph]  0.8.8claws110
10514
10515         * src/folder.c
10516                 fix wrong folder stats update when ignored message is
10517                 deleted
10518
10519 2003-01-17 [colin]      0.8.8claws109
10520         
10521         * src/mainwindow.c
10522         * src/summaryview.c
10523                 Quicksearch bugfixes: 
10524                 - hide help button at startup if not extended
10525                 - switch to extended when looking for replies
10526
10527 2003-01-17 [paul]
10528
10529         * sync with 0.8.9 release
10530
10531 2003-01-17 [paul]       0.8.8claws108
10532
10533         * sync with 0.8.8cvs11
10534                 see ChangeLog 2003-01-17
10535
10536 2003-01-16 [colin]      0.8.8claws107
10537
10538         * src/procmsg.c
10539                 Changed encryption test to re-ask passphrase
10540                 if an encrypted message hasn't been decrypted
10541                 Fixes bug #5
10542
10543 2003-01-16 [christoph]  0.8.8claws106
10544
10545         * src/prefs_gtk.c
10546         * src/prefs_toolbar.c
10547         * src/gtk/prefswindow.h
10548         * src/plugins/spamassassin/spamassassin_gtk.c
10549                 remove page destroy function that is not used anymore
10550
10551 2003-01-16 [paul]       0.8.8claws105
10552
10553         * sync with 0.8.8cvs9
10554                 see ChangeLog 2002-01-16
10555
10556 2003-01-16 [colin]      0.8.8claws104
10557
10558         * src/compose.[ch]
10559                 Fix bug with autosaved drafts for IMAP, when draft
10560                 folder is specified - fixes bugzilla bug #20
10561
10562 2003-01-15 [paul]       0.8.8claws103
10563
10564         * src/compose.[ch]
10565           src/procmsg.c
10566                 store folder and message-id of message forwarding
10567                 in queue header and set forward flag after sending
10568
10569 2003-01-15 [paul]       0.8.8claws102
10570
10571         * sync with 0.8.8cvs8
10572                 see ChangeLog 2002-01-15
10573
10574 2003-01-15 [colin]      0.8.8claws101
10575
10576         * src/Makefile.am
10577                 Fix linking with GNU libiconv
10578
10579 2003-01-15 [darko]      0.8.8claws100
10580
10581         * src/pine.c
10582                 fix crash when importing pine address book
10583                 entry with an empty name (reported by DY
10584                 <dybulk at tri8.net>)
10585
10586 2003-01-14 [paul]       0.8.8claws99
10587
10588         * configure.in  ** REMOVED **
10589           configure.ac  ** NEW FILE **
10590                 rename configure.in to configure.ac, as it is now
10591                 preferred
10592
10593 2003-01-14 [melvin]     0.8.8claws98
10594
10595         * src/folderview.c
10596                 folderview_check_new(): More precise function description
10597
10598 2003-01-14 [melvin]     0.8.8claws97
10599
10600         * src/folderview.c
10601                 folderview_check_new(): return the number of new messages 
10602                         since last check.
10603         * src/inc.c
10604                 inc_account_mail(): Disable counting of new messages for IMAP
10605                         and NNTP until bug [19] and [14] are fixed.
10606
10607 2003-01-14 [paul]       0.8.8claws96
10608
10609         * sync with 0.8.8cvs6
10610                 see ChangeLog 2003-01-14
10611
10612 2003-01-13 [alfons]     0.8.8claws95
10613
10614         * src/textview.c
10615                 tune email address validation (c. 0.8.8claws89): if . is 
10616                 just one char away from @, the address is invalid too 
10617                 (correctly rejects addresses like foo@.com)
10618
10619 2003-01-13 [paul]       0.8.8claws94
10620
10621         * src/messageview.c
10622           src/toolbar.c
10623                 fixes to the Message View toolbar and menu:
10624                 fix non-functioning Forward button
10625                 make Reply button consider default_reply_list
10626                 remove 'Follow-up...' menu entry
10627                 add 'Forward' and 'Redirect' menu entries
10628
10629 2003-01-13 [melvin]     0.8.8claws93
10630
10631         * src/inc.c
10632                 Fixed typo that could make new messages count incorrect.
10633
10634 2003-01-13 [melvin]     0.8.8claws92
10635
10636         * src/folderview.[ch]
10637                 folderview_check_new(): return the number of new messages.
10638         * src/inc.c
10639                 Should fix bug [14] where new mail notification worked 
10640                         incorrectly with IMAP accounts.
10641                 inc_spool_account(): return number of new msgs, or -1 on error
10642                 inc_all_spool(): return number of new msgs
10643                 
10644 2003-01-13 [melvin]     0.8.8claws91
10645
10646         * src/prefs_actions.c
10647                 Justify help text.
10648
10649 2003-01-12 [thorsten]   0.8.8claws90
10650
10651         * src/common/prefs.c
10652                 close file before rename
10653
10654 2003-01-12 [alfons]     0.8.8claws89
10655
10656         * AUTHORS
10657                 add Christian Mertes
10658         * src/common/utils.[ch]
10659                 g_stricase_hash(), g_stricase_equal(): functions for 
10660                 case insensitive hash tables
10661         * src/textview.c
10662                 use top level domain names to validate email address, based
10663                 on a patch by Christian Mertes (thanks!), but changed 
10664                 implementation to use a hash table 
10665
10666 2003-01-12 [paul]       0.8.8claws88
10667
10668         * po/bg.po
10669                 updated by George Danchev
10670
10671 2003-01-12 [alfons]     0.8.8claws87
10672
10673         * src/summaryview.c
10674                 delete / execute performance: use new style folder update
10675
10676 2003-01-12 [paul]       0.8.8claws86
10677
10678         * sync with 0.8.8cvs5
10679                 see ChangeLog 2003-01-13 (!)
10680
10681 2003-01-12 [alfons]     0.8.8claws85
10682
10683         * src/filtering.c
10684         * src/matcher_parser_parse.y
10685                 prepare change_score filtering action
10686         * src/matcher.[ch]
10687                 give up const-correctness on functions that call non-const-correct functions;
10688                 several casts to gpointer in g_free();
10689                 add change_score;
10690
10691 2003-01-12 [christoph]  0.8.8claws84
10692
10693         * src/compose.c
10694                 fix 2 warnings
10695
10696         * src/gtk/prefswindow.[ch]
10697         * src/plugins/spamassassin/spamassassin_gtk.c
10698                 changed the call of the widget create function
10699                 for PrefsPages, because sometimes the widget
10700                 create function needs a widget that already has
10701                 been attached to a window (to create GDK pixmaps
10702                 for exmaple). So we simply pass the GtkWindow as
10703                 the second parameter now.
10704
10705         * src/main.c
10706         * src/mainwindow.c
10707         * src/prefs_toolbar.[ch]
10708                 rewrite Toolbar Preferences using the new
10709                 prefs window
10710
10711 2003-01-11 [alfons]     0.8.8claws83
10712
10713         * src/addressadd.c
10714                 fix crash when adding sender to addressbook because status bar
10715                 isn't there (the status bar doesn't seem to be used though,
10716                 but I'll let Match decide what to do with it)
10717
10718 2003-01-11 [colin]      0.8.8claws82
10719
10720         * src/main.c
10721           src/toolbar.c
10722                 Two useless changes reversed
10723
10724 2003-01-11 [colin]      0.8.8claws81
10725
10726         * src/mainwindow.c
10727           src/mainwindow.h
10728                 Add mainwindow_get_mainwindow()
10729         * src/alertpanel.c
10730           src/alertpanel.h
10731                 Add alertpanel_error_log() 
10732         * src/compose.c
10733           src/inc.c
10734           src/messageview.c
10735           src/toolbar.c
10736           src/main.c
10737           src/procmsg.c
10738                 Network errors get a View Log button
10739
10740 2003-01-10 [alfons]     0.8.8claws80
10741
10742         * src/prefs_toolbar.c
10743         * src/toolbar.c
10744                 use the translatable string for "Separator" as file name for
10745                 separator toolbar items (probably make this uppercase?)
10746
10747 2003-01-10 [alfons]     0.8.8claws79
10748
10749         * src/prefs_toolbar.c
10750                 put right A_SEPARATOR description string in "displayed
10751                 toolbar items list" so manually added separators are
10752                 saved correctly (bug #10, "Adding a separator to the main 
10753                 toolbar fails, entry in xml file is wrong")
10754
10755 2003-01-10 [christoph]  0.8.8claws78
10756
10757         * src/imap.c
10758                 o fix warnings
10759                 o use CAPABILITY to check if NAMESPACE is available
10760
10761 2003-01-10 [christoph]  0.8.8claws77
10762
10763         * src/imap.[ch]
10764                 apply UIDPLUS IMAP extension support patch
10765
10766         Patch submitted by Simon 'corecode' Schubert
10767
10768 2003-01-10 [paul]       0.8.8claws76
10769
10770         * src/folderview.c
10771                 a sync from main which fixes the news account folders'
10772                 Properties bug
10773
10774 2003-01-10 [christoph]  0.8.8claws75
10775
10776         * src/folder.c
10777                 don't accept 0 as a valid uid returned by copy and move
10778                 functions. 0 means the message was copied or moved but the
10779                 new uid could not be fetched. It is not an error condition
10780                 for the copy or move operation.
10781
10782 2003-01-10 [paul]       0.8.8claws74
10783
10784         * src/prefs_filtering.c
10785                 change English used in Alert when entry is not
10786                 saved.
10787                 
10788         * sync with 0.8.8cvs4
10789                 see ChangeLog 2003-01-10
10790
10791 2003-01-10 [darko]      0.8.8claws73
10792
10793         * src/pine.c
10794                 fix crash when importing address book entry
10795                 without a valid address
10796
10797 2003-01-09 [alfons]     0.8.8claws72
10798
10799         * src/inc.c
10800                 filtering performance: use new style folder update
10801
10802 2003-01-09 [christoph]  0.8.8claws71
10803
10804         * src/compose.c
10805         * src/gtk/menu.[ch]
10806                 fix wrong selecting of mime encoding type, when
10807                 opening property dialog of attachments in the
10808                 compose window. 7bit was always selected and that
10809                 destoryed files with 8bit data.
10810                 (closes bug #9 Sylpheed-claws destroys attachments when
10811                  changing MIME-types)
10812
10813 2003-01-09 [paul]       0.8.8claws70
10814
10815         * sync with 0.8.8cvs3
10816                 see ChangeLog 2003-01-09
10817
10818 2003-01-08 [alfons]     0.8.8claws69
10819         
10820         * src/addressadd.c
10821                 apply patch by Kim Schulz to fix build breakage
10822                 because of missing variable
10823
10824 2003-01-08 [paul]       0.8.8claws68
10825
10826         * sync with 0.8.8cvs2
10827                 see ChangeLog 2002-01-08
10828
10829 2003-01-08 [paul]       0.8.8claws67
10830
10831         * po/it.po
10832                 updated by Alessandro Maestri
10833                 
10834         * src/addressadd.c
10835                 when using 'Add sender to addressbook' allow
10836                 name to be edited and remarks to be entered
10837                 Patch submitted by Luke Plant
10838
10839 2003-01-08 [darko]      0.8.8claws66
10840
10841         * README.claws, src/summaryview.c
10842                 fix description for marked messages
10843
10844 2003-01-08 [paul]
10845
10846         * tools/Makefile.am
10847           tools/launch_phoenix  ** NEW FILE **
10848                 add script that enables using Phoenix as the default
10849                 web browser. 
10850                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10851                 
10852         * tools/OOo2sylpheed.pl
10853                 remove full path to sylpheed executable, just 'sylpheed'
10854                 will do
10855                 
10856         * tools/README
10857                 add launch_phoenix informtion and re-arrange and compress
10858                 the data a little
10859
10860 2003-01-07 [christoph]  0.8.8claws65
10861
10862         * src/folder.c
10863                 fix update for source folder when moving messages
10864         * src/procmsg.[ch]
10865         * src/summaryview.c
10866                 use function to set to_folder for message infos and
10867                 automatically update the op_count for old and new
10868                 folder
10869
10870 2003-01-07 [melvin]     0.8.8claws64
10871
10872         * src/prefs_actions.c
10873                 Fixed bug where an '%p' Action on a displayed image crashed 
10874                         Sylpheed
10875                 Code clean up (get rid of duplicated code and removed unnecessary 
10876                                 structure member)
10877
10878 2003-01-07 [christoph]  0.8.8claws63
10879
10880         * src/compose.c
10881         * src/folder.[ch]
10882         * src/folderview.c
10883         * src/import.c
10884         * src/inc.c
10885         * src/main.c
10886         * src/mainwindow.c
10887         * src/messageview.c
10888         * src/prefs_folder_item.c
10889         * src/procmsg.c
10890         * src/summaryview.c
10891         * src/toolbar.c
10892                 o remove all folder update triggering from the UI code. The folder
10893                   system should know much better when a folder needs an update.
10894                 o to prevent multiple updates in a row the folder updates can be
10895                   frozen for some time.
10896
10897                 Note: - Please verify that no updates are missing
10898                       - Check where freeze/thaws should be added
10899
10900 2003-01-07 [christoph]  0.8.8claws62
10901
10902         * src/prefs_actions.c
10903                 don't translate empty strings
10904
10905         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10906
10907 2003-01-06 [christoph]  0.8.8claws61
10908
10909         * src/prefs_actions.c
10910                 mark strings for gettext
10911         * src/prefs_matcher.c
10912                 use new description window for Execute action and
10913                 match condition in Filtering
10914
10915         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10916
10917 2003-01-06 [alfons]     0.8.8claws60
10918
10919         keep myself inspired to re-organize matcher part 8; 
10920         yes, more to come (I need to move out the descriptive
10921         text for actions to matcher.c, or at least make it not
10922         depend on the wicked ordering)
10923
10924         * src/prefs_matcher.c
10925                 add documentation so others may comprehend the
10926                 UI part of the conditions
10927                 
10928 2003-01-06 [christoph]  0.8.8claws59
10929
10930         * src/prefs_actions.c
10931                 use new description window for syntax help
10932         * src/gtk/description_window.c
10933                 fix display of descriptions with column count != 2
10934
10935         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10936
10937 2003-01-06 [christoph]  0.8.8claws58
10938
10939         * src/quote_fmt.c
10940         * src/summaryview.[ch]
10941         * src/gtk/Makefile.am
10942         * src/gtk/description_window.[ch]       ** NEW **
10943                 use a generic window to display syntax descriptions
10944                 currently used in quote_fmt and summaryview (new description
10945                 for extended quick search)
10946
10947         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10948
10949 2003-01-06 [paul]       0.8.8claws57
10950
10951         * sync with 0.8.8cvs1
10952                 see ChangeLog 2003-01-06
10953
10954 2003-01-06 [christoph]  0.8.8claws56
10955
10956         * src/mainwindow.c
10957         * src/prefs_gtk.[ch]
10958         * src/gtk/prefswindow.[ch]
10959         * src/plugins/spamassassin/spamassassin_gtk.c
10960                 o remove page management from prefswindow, pages
10961                   will be an argument to prefswindow_open
10962                 o prefswindow_open gets a datapointer that is
10963                   passed to the widget_create function to allow
10964                   creation of prefswindow for specific items
10965
10966 2003-01-06 [colin]      0.8.8claws55
10967         
10968         * src/summaryview.c
10969                 We don't want regexp in the reply-finder, 
10970                 because MIDs can contain !,$,. and so on
10971
10972 2003-01-06 [jens]       0.8.8claws54
10973
10974         * src/jpilot.c
10975                 fixed a wrong free in jpilot_read_db_files
10976
10977 2003-01-06 [alfons]     0.8.8claws53
10978
10979         re-organize matcher part 8; more to come
10980        
10981         * src/matcher.c
10982                 matcherprop_to_string(): put g_free()s before the
10983                 switch-case break to fix memleaks                
10984
10985 2003-01-06 [colin]      0.8.8claws52
10986
10987         * src/summaryview.c
10988                 cleanup & reply-finder now displays the first 
10989                 matching message
10990
10991 2003-01-05 [alfons]     0.8.8claws51
10992
10993         re-organize matcher part 7; more to come
10994
10995         * src/matcher.[ch]
10996                 fixes for constant correctness;
10997                 more documentation;
10998
10999 2003-01-05 [alfons]     0.8.8claws50
11000
11001         re-organize matcher part 6; more to come
11002         
11003         * src/matcher.[ch]
11004                 fixes for constant correctness;
11005                 more documentation;
11006         * src/filtering.c
11007                 fix for constant correctness
11008
11009 2003-01-05 [colin]      0.8.8claws49
11010
11011         * src/account.[ch]
11012                 Add account_get_reply_account function
11013         * src/compose.c
11014                 Use account_get_reply_account function 
11015         * src/summaryview.c
11016                 Basic reply-finder - click on the replied
11017                 icon gets you to the outbox using quick-search
11018
11019 2003-01-05 [paul]       0.8.8claws48
11020
11021         * src/prefs_common.c
11022                 small change to English
11023                 
11024         * src/prefs_filtering.c
11025                 prefs_filtering_action_select(): improve logic and uniformity
11026                 of gui
11027
11028 2003-01-05 [alfons]     0.8.8claws47
11029
11030         fine tune solution to focus problems (bug #7)
11031
11032         * src/mainwindow.c
11033                 mainwindow_focus_in_event(): remove grab event check
11034         * src/summaryview.c
11035                 summary_button_pressed(): move selection on right-click
11036                 too. we can't possibly move the selection back after
11037                 canceling a dialog, because gtk's incomplete focus 
11038                 management. whether this is a good solution, only time
11039                 will tell.
11040
11041 2003-01-05 [christoph]  0.8.8claws46
11042
11043         * src/imap.c
11044                 fix crash when no imap connection could be established
11045
11046 2003-01-05 [paul]       0.8.8claws45
11047
11048         * src/mainwindow.c
11049           src/sumamryview.c
11050           src/gtk/menu.[ch]
11051                 fix bug 605957 'shortcuts in popup-menu'
11052                 make user-defined shortcuts work
11053                 show shortcuts that are already defined
11054                 in the main menu
11055                 Patch submitted by Luke Plant
11056
11057 2003-01-05 [alfons]     0.8.8claws44
11058
11059         * src/mainwindow.c
11060                 focus_in_event handler should not select summary view row 
11061                 when another window (menu, dialog) grabbed for events 
11062                 (bug #7, "[0.8.8claws42] Message summary focus") 
11063
11064 2003-01-04 [christoph]  0.8.8claws43
11065
11066         * src/procmsg.c
11067                 update save folder after adding the sent message
11068                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11069
11070 2003-01-02 [christoph]  0.8.8claws42
11071
11072         * src/common/plugin.c
11073                 fix unloading of all plugins and unload
11074                 plugins in reverse order
11075                 
11076         * src/gtk/pluginwindow.c
11077                 implement function of load and unload button
11078
11079         * src/gtk/prefswindow.c
11080         * src/gtk/prefswindow.h
11081                 rename register function and add new unregister
11082                 function
11083
11084         * src/plugins/spamassassin/spamassassin_gtk.c
11085                 unregister prefs page and update for changes in
11086                 src/gtk/prefswindow.c
11087
11088 2003-01-02 [paul]       0.8.8claws41
11089
11090         * po/es.po
11091                 updated by Ricardo Mones Lastra
11092
11093 2003-01-02 [paul]
11094
11095         * tools/tb2sylpheed
11096                 fixes and improvements by Urke MMI
11097
11098 2003-01-02 [thorsten]   0.8.8claws40
11099
11100         * src/procmsg.c
11101                 fixed wrong return value
11102
11103 2003-01-02 [thorsten]   0.8.8claws39
11104
11105         * src/prefs.c
11106                 fixed printing wrong variable
11107
11108 2003-01-02 [thorsten]   0.8.8claws38
11109
11110         * src/prefs.c
11111                 fixed acessing members of freed pfile struct
11112
11113 2003-01-02 [thorsten]   0.8.8claws37
11114
11115         * src/procmsg.c
11116                 detect loops across several messages
11117                 as suggested by Christoph Hohmann
11118
11119 2003-01-01 [match]      0.8.8claws36
11120
11121         * src/addrindex.c
11122                 fixed another memory leak.
11123
11124 2003-01-01 [match]      0.8.8claws35
11125
11126         * src/jpilot.[ch]
11127                 fixed memory leaks. applied Doxygen comments.
11128
11129 2003-01-01 [thorsten]   0.8.8claws34
11130
11131         * src/procmsg.c
11132                 inhibit endless loop if msg references itself
11133                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11134
11135 2003-01-01 [christoph]  0.8.8claws33
11136
11137         * src/mainwindow.c
11138         * src/gtk/Makefile.am
11139         * src/gtk/pluginwindow.c                ** NEW **
11140         * src/gtk/pluginwindow.h                ** NEW **
11141                 add plugin window
11142
11143         * src/plugins/demo/demo.c
11144         * src/plugins/spamassassin/spamassassin.c
11145         * src/plugins/spamassassin/spamassassin_gtk.c
11146                 write better plugin descriptions
11147
11148 2002-12-31 [christoph]  0.8.8claws32
11149
11150         * src/gtk/prefswindow.c
11151         * src/plugins/spamassassin/spamassassin_gtk.c
11152                 some small improvements to GTK code
11153
11154 2002-12-31 [christoph]  0.8.8claws31
11155
11156         * src/plugins/spamassassin/spamassassin_gtk.c
11157                 enable folder select button
11158
11159 2002-12-31 [christoph]  0.8.8claws30
11160
11161         * src/mainwindow.c
11162         * src/gtk/Makefile.am
11163         * src/gtk/prefswindow.c                         ** NEW **
11164         * src/gtk/prefswindow.h                         ** NEW **
11165                 add new prefs window
11166
11167         * src/common/plugin.c
11168                 don't try to load empty config lines
11169         
11170         * src/plugins/spamassassin/Makefile.am
11171         * src/plugins/spamassassin/spamassassin.c
11172         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11173         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11174                 GTK config for SpamAssassin Plugin using
11175                 the new prefs window
11176
11177 2002-12-31 [paul]       0.8.8claws29
11178
11179         * po/POTFILES.in
11180                 remove obsolete entry 'src/menu.c'
11181
11182 2002-12-31 [alfons]     0.8.8claws28
11183
11184         * src/matcher.[ch]
11185         * src/matcher_parser_parse.y
11186         * src/prefs_matcher.c
11187                 add "ignore_thread" and "~ignore_thread" condition so it's
11188                 possible to make the actions / scoring operate on the ignore
11189                 thread flag
11190
11191 2002-12-31 [christoph]  0.8.8claws27
11192
11193         * src/addrbook.c
11194         * src/addrindex.c
11195         * src/folder.c
11196         * src/matcher.c
11197         * src/prefs_account.c
11198         * src/prefs_actions.c
11199         * src/prefs_customheader.c
11200         * src/prefs_display_header.c
11201         * src/prefs_gtk.c
11202         * src/procmime.c
11203         * src/toolbar.c
11204         * src/xmlprops.c
11205         * src/common/prefs.[ch]
11206                 extend prefs file handling for reading and automatic handling
11207                 of blocks. When reading prefs_set_block_label will automatically
11208                 move on to the block. When writing it will copy all other blocks
11209                 automatically
11210
11211         * src/common/plugin.c
11212                 Now loading plugin filenames from [Plugins] block in
11213                 sylpheed rc file
11214
11215 2002-12-30 [christoph]  0.8.8claws26
11216
11217         * src/common/hooks.[ch]
11218                 return abort status to caller of hooks_invoke
11219                 
11220         * src/inc.[ch]
11221                 invoke message filtering hook and stop
11222                 default handling when filter returns abort
11223
11224         * src/common/plugin.[ch]
11225         * src/plugins/demo/demo.c
11226                 modify plugin loader, because resolving symbols for strings
11227                 does not work correctly
11228         
11229         * configure.in
11230         * ac/spamassassin.m4                            ** NEW **
11231         * src/plugins/spamassassin/.cvsignore           ** NEW **
11232         * src/plugins/spamassassin/Makefile.am          ** NEW **
11233         * src/plugins/spamassassin/README               ** NEW **
11234         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11235         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11236         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11237                 add spamassassin plugin, see src/plugins/spamassassin/README
11238                 for details
11239
11240 2002-12-29 [alfons]     0.8.8claws25
11241
11242         * src/mainwindow.c
11243                 when moving focus from a message view to the main 
11244                 window, don't forget to select the summary node
11245                 of the displayed message. should fix "[ 659103 ] 
11246                 focus-follows-mouse confuses sylpheed"
11247
11248 2002-12-29 [christoph]  0.8.8claws24
11249
11250         * src/Makefile.am
11251         * src/stringtable.[ch]          ** REMOVE **
11252         * src/common/Makefile.am
11253         * src/common/stringtable.[ch]   ** NEW **
11254                 move stringtable files to common directory
11255
11256 2002-12-29 [christoph]  0.8.8claws23
11257
11258         * src/Makefile.am
11259         * src/menu.[ch]                 ** REMOVE **
11260         * src/gtk/Makefile.am
11261         * src/gtk/menu.[ch]             ** NEW **
11262                 move menu files to gtk directory
11263
11264 2002-12-29 [match]      0.8.8claws22
11265
11266         * src/addressbook.c
11267         * src/syldap.c
11268                 moved UI specific code out of LDAP code into addressbook
11269                 UI code. fixed memory leak.
11270
11271 2002-12-29 [christoph]  0.8.8claws21
11272
11273         * src/folder.c
11274                 only check for IGNORED parent message when message is
11275                 not IGNORED itself
11276
11277 2002-12-29 [alfons]     0.8.8claws20
11278
11279         * src/summaryview.c
11280                 set gtksctree's anchor correct (immediate execute
11281                 changes the tree's layout, and anchor points at 
11282                 the incorrect row). fixes "[ 657233 ] multiple msg 
11283                 delete sometimes off by 1".
11284                 we probably have to look for more tree layout /
11285                 anchor glitches.
11286
11287 2002-12-29 [paul]       0.8.8claws19
11288
11289         * src/summaryview.c
11290                 fix bug [ 659054 ] incorrect sorting of 'From' column
11291                 when using 'display sender using address book'
11292                 thanks to Alfons and Luke Plant
11293
11294 2002-12-29 [christoph]  0.8.8claws18
11295
11296         * src/folder.c
11297         * src/procmsg.[ch]
11298                 check parent messages for IGNORE THREAD flag, when adding,
11299                 moving or copying messages to a folder
11300
11301 2002-12-27 [alfons]     0.8.8claws17
11302
11303         re-organize matcher part 5; more to come
11304
11305         * src/matcher.c
11306                 hash keywords in matchparser_tab 
11307
11308 2002-12-27 [alfons]     0.8.8claws16
11309
11310         re-organize matcher part 4; more to come
11311
11312         * src/matcher_parser.h
11313         * src/matcher_parser_lex.l
11314         * src/matcher_parser_parse.y
11315                 cleanup
11316
11317 2002-12-27 [alfons]     0.8.8claws15
11318
11319         re-organize matcher part 3; more to come
11320
11321         * src/matcher.[ch]
11322                 cleanup
11323
11324 2002-12-27 [alfons]     0.8.8claws14
11325
11326         re-organize matcher part 2; more to come but this should
11327         work. cc me if there are any regressions.
11328
11329         * src/matcher.h
11330                 add prototype for get_matchparser_tab_id()
11331         * src/matcher_parser_lex.l
11332                 look up keywords using matchparser_tab_id();
11333
11334 2002-12-27 [alfons]     0.8.8claws12
11335
11336         re-organize matcher part 1
11337
11338         * src/matcher.h
11339                 map yacc generated constants to sylpheed matcher constants
11340         * src/matcher.c
11341                 add function to find a matcher constant from a string
11342
11343 2002-12-27 [christoph]  0.8.8claws11
11344
11345         * src/compose.c
11346                 MENUITEM_ADD casts the 4th argument from integer to pointer
11347                 so it probably should not be a pointer, this means we
11348                 should use account id for it and not the account's pointer
11349
11350 2002-12-27 [paul]       0.8.8claws10
11351
11352         * src/mainwindow.c
11353                 remove unneeded 'GtkWidget *vbox'
11354                 
11355         * src/summaryview.c
11356                 further sync with 0.8.8 - make sort
11357                 by recipient work as expected
11358                 
11359         * NEWS
11360                 sync with 0.8.8
11361
11362 2002-12-27 [paul]       0.8.8claws9
11363
11364         * po/pt_BR.po
11365                 updated by Ivan F. Martinez
11366                 
11367 2002-12-27 [darko]      0.8.8claws8
11368
11369         * src/common/utils.c
11370                 added locked pattern to extended search
11371
11372 2002-12-27 [alfons]     0.8.8claws7
11373
11374         * src/prefs_matcher.[ch]
11375                 clean up
11376
11377 2002-12-26 [alfons]     0.8.8claws6
11378
11379         * src/matcher.[ch]
11380         * src/matcher_parser_lex.l
11381         * src/matcher_parser_parse.y
11382         * src/prefs_matcher.c
11383                 allow color label as a condition in the matcher
11384
11385 2002-12-26 [oliver]     0.8.8claws5
11386         
11387         * src/toolbar.c 
11388                 enable Addressbook for Main and Messageview
11389         * src/prefs_actions.c
11390                 enable actions in Messageview
11391
11392 2002-12-26 [christoph]  0.8.8claws4
11393
11394         * src/common/plugin.c
11395                 add a little debug output
11396         * configure.in
11397         * src/plugins/demo/Makefile.am
11398                 better use of automake
11399
11400 2002-12-26 [christoph]  0.8.8claws3
11401
11402         * src/Makefile.am
11403         * src/common/Makefile.am
11404                 fix "make distdir"
11405
11406 2002-12-26 [christoph]  0.8.8claws2
11407
11408         * configure.in
11409                 sort configure checks into common / gtk / plugins
11410         * po/POTFILES.in
11411                 add src/prefs_gtk.c
11412         * src/Makefile.am
11413                 add plugins SUBDIR
11414         * src/main.c
11415         * src/common/sylpheed.[ch]
11416                 added now sylpheed_done function for shutdown
11417         * src/common/Makefile.am
11418         * src/common/plugin.[ch]                ** NEW **
11419                 plugin loader and unloader
11420         * src/plugins/.cvsignore                ** NEW **
11421         * src/plugins/Makefile.am               ** NEW **
11422                 build plugins
11423         * src/plugins/demo/.cvsignore           ** NEW **
11424         * src/plugins/demo/Makefile.am          ** NEW **
11425         * src/plugins/demo/demo.c               ** NEW **
11426                 small demo plugin that installs a logtext hook and
11427                 outputs the log text to stdout
11428
11429 2002-12-26 [paul]       0.8.8claws1
11430
11431         * po/es.po
11432                 updated by Ricardo Mones Lastra
11433
11434 2002-12-26 [paul]       0.8.8claws
11435
11436         * 0.8.8claws released
11437
11438 2002-12-26 [paul]       0.8.7claws12
11439
11440         * po/bg.po
11441                 updated by George Danchev
11442
11443 2002-12-26 [paul]       0.8.7claws11
11444
11445         * po/POTFILES.in
11446                 remove unneeded 'src/prefs.c' entry 
11447
11448 2002-12-26 [paul]       0.8.7claws10
11449
11450         * src/codeconv.c
11451           src/mainwindow.c
11452                 sync with 0.8.8 release
11453         
11454         * src/folder.[ch]
11455           src/mh.c
11456           src/summaryview.c
11457                 partial sync with 0.8.8 release
11458         
11459
11460 2002-12-25 [alfons]     0.8.7claws9
11461
11462         * src/matcher.[ch]
11463         * src/matcher_parser_lex.l
11464         * src/matcher_parser_parse.y
11465         * src/prefs_matcher.c
11466                 add locked flag to possible filtering / matcher 
11467                 conditions (also a good example what should be
11468                 done to add a simple boolean condition)
11469
11470 2002-12-25 [christoph]  0.8.7claws8
11471
11472         * src/Makefile.am
11473         * src/account.[ch]
11474         * src/addrbook.c
11475         * src/addressbook.c
11476         * src/addrindex.c
11477         * src/filtering.c
11478         * src/folder.c
11479         * src/matcher.c
11480         * src/prefs.[ch]                ** REMOVE **
11481         * src/prefs_account.c
11482         * src/prefs_actions.c
11483         * src/prefs_common.c
11484         * src/prefs_customheader.c
11485         * src/prefs_display_header.c
11486         * src/prefs_filtering.c
11487         * src/prefs_folder_item.c
11488         * src/prefs_gtk.[ch]            ** NEW **
11489         * src/prefs_matcher.c
11490         * src/prefs_scoring.c
11491         * src/prefs_summary_column.c
11492         * src/procmime.c
11493         * src/selective_download.c
11494         * src/toolbar.c
11495         * src/common/Makefile.am
11496         * src/common/prefs.[ch]         ** NEW **
11497                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11498
11499 2002-12-24 [alfons]     0.8.7claws7
11500
11501         * src/summaryview.c
11502                 summary_thread_build(): fix real cause of the crash mentioned in
11503                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11504                 this way we get meaningful ctree nodes 
11505
11506 2002-12-24 [oliver]     0.8.7claws6
11507
11508         * src/mainwindow.[ch]
11509         * src/messageview.[ch]
11510         * src/compose.[ch]
11511         * src/inc.c
11512         * src/summaryview.c
11513                 changes to use updated toolbar handling
11514                 
11515 2002-12-24 [oliver]     0.8.7claws5
11516
11517         * src/toolbar.[ch]
11518                 generic toolbar handling
11519                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11520         * src/prefs_toolbar.[ch]
11521                 adjust to handling
11522         
11523 2002-12-24 [oliver]     0.8.7claws4
11524         
11525         * src/stock_pixmap.[ch]
11526                 move SYLPHEED_LOGO to end of list in order 
11527                 to remove it from Custom Toolbar`s Icon View
11528
11529 2002-12-24 [alfons]     0.8.7claws3
11530
11531         * src/summaryview.c
11532                 summary_thread_build(): fix crash because of focus != selection 
11533                 after threading. when deleting the selection, gtk tries but fails 
11534                 to find the correct focusable element. we now force the selection
11535                 to be focused. this should solve the infamous bug reported by 
11536                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11537                 a test case is available. 
11538
11539 2002-12-24 [darko]      0.8.7claws2
11540
11541         * src/summaryview.c
11542                 don't crash when unmarking message with unread children
11543
11544 2002-12-23 [christoph]  0.8.7claws1
11545
11546         * src/Makefile.am
11547         * src/common/Makefile.am
11548                 update Makefiles for moved intl.h, version.h and defs.h
11549         * src/imap.c
11550                 rewrite imap_session_get to avoid duplicate code
11551
11552 2002-12-23 [paul]       0.8.7claws
11553
11554         * Santa-Claws released
11555         
11556         * po/hu.po
11557           po/ru.po
11558                 squeeze in updated Hungarian and Russian translations.
11559                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11560
11561 2002-12-23 [paul]       0.8.6claws129
11562
11563         * po/pl.po
11564                 updated by Witold Wladyslaw Wojciech Wilk
11565
11566 2002-12-23 [paul]       0.8.6claws128
11567
11568         * src/quote_fmt_parse.y
11569                 fix typo and add licence header
11570
11571 2002-12-23 [paul]       0.8.6claws127
11572
11573         * po/en_GB.po
11574                 updated
11575
11576 2002-12-23 [paul]       0.8.6claws126
11577
11578         * po/it.po
11579                 updated translation, submitted by Alessandro Maestri
11580                 
11581 2002-12-23 [paul]       0.8.6claws125
11582
11583         * src/quote_fmt_parse.y
11584                 fix signature-stripping on replies bug. match
11585                 '-- \n' and not '-- '.
11586
11587 2002-12-22 [paul]       0.8.6claws124
11588
11589         * po/bg.po
11590           po/es.po
11591           po/sr.po
11592                 updated translations. submitted by George Danchev,
11593                 Ricardo Mones Lastra, and Urke MMI respectively
11594
11595 2002-12-21 [paul]       0.8.6claws123
11596
11597         * src/addrbook.c
11598                 fix coding style
11599
11600 2002-12-21 [paul]       0.8.6claws122
11601
11602         * src/addrbook.c
11603                 fix bug [643638] where if a person is in one or more
11604                 addressbook groups editing that person's email 
11605                 address results in removal from those groups.
11606                 Patch submitted by Luke Plant.
11607
11608 2002-12-20 [christoph]  0.8.6claws121
11609
11610         * src/common/utils.c
11611         * src/summaryview.c
11612                 reimplement expand_search_string using GString to
11613                 prevent crashs caused by miscalculated string
11614                 lengths reported by Paul
11615
11616 2002-12-20 [christoph]  0.8.6claws120
11617
11618         * src/summaryview.c
11619                 don't use "changed" to check if op_count has to be changed as it
11620                 is also set when the message has unread children
11621                 (closes bug [ 653221 ] crash while deleting duplicates)
11622
11623 2002-12-20 [paul]       0.8.6claws119
11624
11625         * sync with 0.8.6cvs27
11626                 see ChangeLog 2002-12-20
11627
11628 2002-12-20 [paul]       0.8.6claws118
11629
11630         * sync with 0.8.6cvs26
11631                 see ChangeLog 2002-12-19 and 2002-12-20
11632
11633 2002-12-19 [alfons]     0.8.6claws117
11634
11635         * src/textview.c
11636                 fix incorrect parsing of email addresses, submitted by 
11637                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11638                 name display if it contains @".
11639
11640 2002-12-18 [paul]       0.8.6claws116
11641
11642         * sync with 0.8.6cvs23
11643                 see ChangeLog 2002-12-18
11644
11645 2002-12-18 [paul]       0.8.6claws115
11646
11647         * src/Makefile.am
11648         * src/account.c
11649         * src/codeconv.c
11650         * src/gtkutils.[ch]
11651         * src/imap.c
11652                 sync with 0.8.6cvs22.
11653                 see ChangeLog 2002-12-17 and 2002-12-18
11654
11655 2002-12-17 [christoph]  0.8.6claws114
11656
11657         * src/imap.c
11658                 o don't create a session if imap greeting fails
11659                 o don't close socket when authentication fails
11660                   this is done by imap_session_destroy
11661
11662 2002-12-17 [thorsten]   0.8.6claws113
11663
11664         * tools/Makefile.am
11665           tools/README
11666           tools/google_msgid.pl ** NEW FILE **
11667                 Added "search for message-id" script and doc
11668
11669 2002-12-17 [thorsten]   0.8.6claws112
11670
11671         * po/hu.po
11672                 Updated hungarian translation
11673                 (updated by Gal Zoltan)
11674
11675 2002-12-16 [christoph]  0.8.6claws111
11676
11677         * src/addr_compl.c
11678                 remove stupid addressbook dump to debug output
11679         * src/mh.c
11680                 fix memory leak found by Hiro
11681
11682 2002-12-14 [paul]       0.8.6claws110
11683
11684         * src/compose.c
11685                 fix menubar sensitivity on send
11686                 
11687         * src/prefs_filtering.c
11688         * src/prefs_matcher.c
11689         * src/prefs_scoring.c
11690                 Fix english ;)
11691                 
11692         * src/common/quoted-printable.h
11693                 sync: fix typo
11694         
11695 2002-12-13 [christoph]  0.8.6claws109
11696
11697         * src/Makefile.am
11698         * src/manage_window.[ch]        ** REMOVE **
11699         * src/gtk/Makefile.am
11700         * src/gtk/manage_window.[ch]    ** NEW **
11701                 move manage_window files to gtk directory
11702
11703 2002-12-13 [christoph]  0.8.6claws108
11704
11705         * src/Makefile.am
11706         * src/gtkshruler.[ch]           ** REMOVE **
11707         * src/gtk/Makefile.am
11708         * src/gtk/gtkshruler.[ch]       ** NEW **
11709                 move gtkshruler files to gtk directory
11710
11711 2002-12-13 [christoph]  0.8.6claws107
11712
11713         * src/Makefile.am
11714         * src/compose.c
11715         * src/gtkstext.[ch]             ** REMOVE **
11716         * src/gtkutils.[ch]
11717         * src/textview.c
11718         * src/gtk/gtkstext.[ch]         ** NEW **
11719         * src/gtk/Makefile.am
11720                 o move stext functions to gtkstext.c to remove
11721                   dependency of gtkutils
11722                 o move gtkstext files to gtk directory
11723
11724         * src/gtk/Makefile.am
11725         * src/gtk/sslcertwindow.[ch]
11726                 UI stuff can always depend on common code so
11727                 it's ok to add ../common to include path
11728
11729 2002-12-13 [colin]      0.8.6claws106
11730
11731         * src/summaryview.c
11732                 Disconnect sighandlers for mainwindow when
11733                 quicksearch has the focus
11734                 Fix bug #653231
11735         * src/mainwindow.[ch]
11736                 Make key_pressed callback public, to be able
11737                 to disconnect it
11738
11739 2002-12-13 [christoph]  0.8.6claws105
11740
11741         * src/mh.c
11742                 create .mh_sequences file in new MH folders
11743                 (closes feature request [ 523162 ] MH folders should
11744                  get a .mh_sequences)
11745
11746 2002-12-13 [colin]      0.8.6claws104
11747
11748         * src/summaryview.c
11749                 Better handling of quicksearch show/hide
11750                 (basically the button stays under the mouse 
11751                  when toggled)
11752
11753 2002-12-13 [paul]       0.8.6claws103
11754
11755         * sync with 0.8.6cvs17
11756                 see ChangeLog 2002-12-13
11757
11758 2002-12-13 [paul]       0.8.6claws102
11759
11760         * po/es.po
11761                 updated by Ricardo Mones Lastra
11762
11763 2002-12-11 [colin]       0.8.6claws101
11764
11765         * src/folder.c
11766                 remove statusbar stuff
11767           src/folderview.c
11768                 set statusbar verbosity when moving folders
11769
11770 2002-12-11 [colin]       0.8.6claws100
11771         * src/prefs_filtering.c
11772         * src/prefs_matcher.c
11773         * src/prefs_scoring.c
11774                 Fix english ;)
11775
11776 2002-12-11 [colin]       0.8.6claws99
11777
11778         * src/prefs_common.[ch]
11779                 Add summary_quicksearch_type
11780         * src/summaryview.c
11781                 Save last used quicksearch type
11782
11783 2002-12-11 [jens]       0.8.6claws98
11784         * src/prefs_filtering.c
11785         * src/prefs_matcher.c
11786         * src/prefs_scoring.c
11787                 added dialog for incomplete rules in scoring, filtering and
11788                 matcher to ask wheather really close
11789
11790 2002-12-11 [colin]      0.8.6claws97
11791
11792         * src/folder.c
11793                 Fix folder dnd statusbar logging
11794
11795 2002-12-10 [christoph]  0.8.6claws96
11796
11797         * src/compose.c
11798         * src/folder.c
11799         * src/imap.c
11800         * src/inc.c
11801         * src/main.c
11802         * src/mainwindow.c
11803         * src/news.c
11804         * src/send.c
11805         * src/statusbar.[ch]
11806         * src/common/hooks.c
11807         * src/common/log.[ch]
11808                 o handle verbose logging in statusbar directly in statusbar code
11809                   and common code does not need any knowledge about a statusbar
11810                 o remove direct calls to statusbar_(puts|pop)_all functions
11811
11812 2002-12-10 [jens]       0.8.6claws95
11813
11814         * src/*.c
11815                 removed gettext from g_warnings
11816         * po/POTFILES.in
11817                 cleaned and updated
11818         * po/de.po
11819                 updated
11820
11821 2002-12-10 [colin]      0.8.6claws94
11822
11823         * src/main.c
11824                 finish crash dialog fix
11825
11826 2002-12-10 [colin]      0.8.6claws93
11827
11828         * src/main.c
11829                 "Fix" "sylpheed already running" instead of
11830                 crash dialog appearing after a crash
11831
11832 2002-12-10 [colin]      0.8.6claws92
11833
11834         * po/POTFILES.in
11835                 add src/gtk/sslcertwindow.c
11836
11837 2002-12-10 [paul]       0.8.6claws91
11838
11839         * po/POTFILES.in
11840                 updated to reflect recent changes
11841                 submitted by Alessandro Maestri
11842
11843 2002-12-09 [christoph]  0.8.6claws90
11844
11845         * src/Makefile.am
11846         * src/smtp.[ch]                 ** REMOVE **
11847         * src/common/Makefile.am
11848         * src/common/smtp.[ch]          ** NEW **
11849                 move smtp files to common directory
11850
11851 2002-12-09 [christoph]  0.8.6claws89
11852
11853         * src/Makefile.am
11854         * src/session.[ch]              ** REMOVE **
11855         * src/common/Makefile.am
11856         * src/common/session.[ch]       ** NEW **
11857                 move session files to common directory
11858
11859 2002-12-09 [paul]       0.8.6claws88
11860
11861         * src/account.c
11862                 fix bug [649746] edit accounts: move account reverted
11863                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11864
11865 2002-12-09 [colin]      0.8.6claws87
11866
11867         * src/ssl_certificate.c
11868                 cleanup
11869
11870 2002-12-09 [colin]      0.8.6claws86
11871
11872         * src/ssl.c
11873                 Try to open the cert.pem database and 
11874                 issue a warning if it isn't there
11875
11876 2002-12-09 [colin]      0.8.6claws85
11877
11878         * src/common/ssl_certificate.c
11879         * src/gtk/sslcertwindow.c
11880                 Warning fixes
11881
11882 2002-12-09 [colin]      0.8.6claws84
11883
11884         * src/ssl_certificate.[ch] ** REMOVED **
11885         * src/common/ssl_certificate.[ch] ** NEW **
11886         * src/Makefile.am
11887         * src/common/Makefile.am
11888                 Moved ssl_certificate.[ch] to common
11889         * src/common/ssl.c 
11890                 Put back needed include
11891         * src/gtk/sslcertwindow.[ch]
11892                 Changed ssl_certificate.h include
11893         
11894 2002-12-09 [colin]      0.8.6claws83
11895
11896         * src/gtk/sslcertwindow.[ch]
11897                 Implement hook for certificate acception
11898         * src/ssl_certificate.[ch]
11899                 Implement hook for certificate acception
11900         * src/common/ssl.c
11901                 Reenable certificate acception check
11902         * src/mainwindow.c
11903                 Register sslcertwindow's hook
11904         
11905 2002-12-08 [christoph]  0.8.6claws82
11906
11907         * src/about.c
11908         * src/addr_compl.c
11909         * src/codeconv.c
11910         * src/manual.c
11911         * src/undo.c
11912         * src/common/utils.c
11913                 o add missing includes
11914                 o fix warnings
11915         * src/.cvsignore
11916         * src/common/.cvsignore
11917         * src/common/version.h          ** REMOVE **
11918                 remove autogenerated file
11919
11920 2002-12-08 [paul]       0.8.6claws81
11921
11922         * src/stringtable.c
11923                 put back needed include
11924
11925 2002-12-08 [colin]      0.8.6claws80
11926         
11927         * src/gtk/sslcertwindow.c
11928                 Cleaner popups when asking
11929         * src/ssl_certificate.c
11930         * src/prefs_common.[ch]
11931                 remove ssl certificate pref
11932                 put back needed include
11933         * src/undo.c
11934                 put back needed include
11935
11936 2002-12-08 [christoph]  0.8.6claws79
11937
11938         * src/folderview.c
11939         * src/logwindow.c
11940         * src/statusbar.c
11941         * src/summaryview.c
11942                 only abort hook invokation if required data is missing not
11943                 if our own data pointer is NULL, update hookfunction for
11944                 log window
11945
11946 2002-12-08 [paul]       0.8.6claws78
11947
11948         * src/about.c
11949         * src/addrcache.c
11950         * src/addrclip.c
11951         * src/addr_compl.c
11952         * src/addrselect.c
11953         * src/codeconv.c
11954         * src/colorlabel.c
11955         * src/enriched.c
11956         * src/esmtp.c
11957         * src/exporthtml.c
11958         * src/headerview.c
11959         * src/imageview.c
11960         * src/manual.c
11961         * src/noticeview.c
11962         * src/pgptext.c
11963         * src/scoring.c
11964         * src/sourcewindow.c
11965         * src/stringtable.c
11966         * src/undo.c
11967                 clean up: remove unneccesary includes
11968
11969 2002-12-08 [christoph]  0.8.6claws77
11970
11971         * src/folderview.c
11972         * src/statusbar.c
11973         * src/summaryview.c
11974         * src/common/hooks.[ch]
11975                 hook functions now have a gboolean return value, if a hook
11976                 returns TRUE it will stop executing of any more hooks in
11977                 the same hooklist for this invokation
11978
11979 2002-12-08 [colin]      0.8.6claws76
11980         
11981         * src/main.c
11982                 put back argv0 for CRASH_DIALOG
11983
11984 2002-12-08 [christoph]  0.8.6claws75
11985
11986         * src/Makefile.am
11987         * src/about.c
11988         * src/account.c
11989         * src/crash.c
11990         * src/esmtp.h
11991         * src/imap.[ch]
11992         * src/inc.c
11993         * src/main.c
11994         * src/mainwindow.c
11995         * src/news.c
11996         * src/pop.[ch]
11997         * src/prefs_account.[ch]
11998         * src/prefs_common.[ch]
11999         * src/send.[ch]
12000         * src/smtp.[ch]
12001         * src/ssl_certificate.[ch]
12002         * src/ssl_manager.[ch]
12003         * src/common/Makefile.am
12004         * src/common/log.c
12005         * src/common/nntp.[ch]
12006         * src/common/socket.[ch]
12007         * src/common/ssl.[ch]
12008         * src/gtk/sslcertwindow.[ch]
12009         * ac/openssl.m4
12010                 use new autoconf script to detect OpenSSL with extra parameters
12011                 to specify the location of libs and includes, also remove USE_SSL
12012                 to USE_OPENSSL
12013
12014         * src/common/sylpheed.[ch]
12015         * src/common/version.h.in
12016                 start seperation of common code initialization seperated from gui
12017
12018         * src/summaryview.c
12019                 The function that is called when a color label changes
12020                 should not change the color lable again
12021
12022 2002-12-08 [colin]      0.8.6claws74
12023
12024         * src/gtk/sslcertwindow.c
12025                 warning fixes
12026
12027 2002-12-08 [colin]      0.8.6claws73
12028
12029         * src/statusbar.c
12030           src/common/log.h
12031                 Register a hook for statusbar_puts_all
12032         * src/common/log.c
12033                 invoke statusbar_puts_all's hook
12034         
12035 2002-12-08 [colin]      0.8.6claws72
12036
12037         * src/ssl_certificate.c
12038                 Put back a badly-removed include
12039
12040 2002-12-08 [colin]      0.8.6claws71
12041
12042         * src/gtk/sslcertwindow.[ch]    ** NEW **
12043                 new certificate presentation
12044         * src/gtk/Makefile.am
12045                 add new files
12046         * src/ssl_certificate.[ch]
12047                 gtk cleanup, made utility functions public
12048         * src/ssl_manager.c
12049                 use new cert presentation
12050
12051 2002-12-07 [christoph]  0.8.6claws70
12052
12053         * src/Makefile.am
12054         * src/nntp.[ch]                 ** REMOVE **
12055         * src/common/Makefile.am
12056         * src/common/nntp.[ch]          ** NEW **
12057                 move nntp files to common directory
12058
12059 2002-12-07 [christoph]  0.8.6claws69
12060
12061         * src/procmsg.[ch]
12062         * src/summaryview.c
12063                 implement msginfo update callback using sylpheed's new
12064                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12065
12066 2002-12-06 [christoph]  0.8.6claws68
12067
12068         * src/editgroup.c
12069                 This patch changes the 'Edit Group Details' dialog to
12070                 allow extended selections in either pane, so that
12071                 addresses can be added or removed from a group more
12072                 quickly and easily. (it actually is a net decrease in
12073                 file size, as some unnecessary functions have been
12074                 removed). 
12075                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12076
12077 2002-12-06 [christoph]  0.8.6claws67
12078
12079         * src/Makefile.am
12080         * src/template.[ch]             ** REMOVE **
12081         * src/common/Makefile.am
12082         * src/common/template.[ch]      ** NEW **
12083                 move template files to common directory
12084
12085         * src/nntp.c
12086                 add missing log.h include
12087
12088 2002-12-06 [melvin]     0.8.6claws66
12089
12090         * src/prefs_actions.c
12091                 Added the trailing ">" syntax to insert command's output
12092                 without replacing old text (in contrast to trailing "|").
12093
12094 2002-12-05 [colin]      0.8.6claws65
12095         
12096         * src/common/utils.c
12097                 Don't modify original search_string or it'll change
12098                 the next iterations in the for()
12099
12100 2002-12-05 [darko]      0.8.6claws64
12101
12102         * src/common/utils.c
12103                 proper check for filtering commands, found by Colin
12104
12105 2002-12-05 [darko]      0.8.6claws63
12106
12107         * src/common/utils.c
12108                 check proper string for NULL pointer, found by Colin
12109
12110 2002-12-05 [darko]      0.8.6claws62
12111
12112         * src/common/utils.[ch]
12113                 expand_search_string(): new function
12114                 converts Mutt-like patterns to Sylpheed's
12115                 filtering engine
12116         * src/summaryview.c
12117                 use expand_search_string() to allow Mutt-like
12118                 patterns in extended search
12119         * README.claws
12120                 document extended option in quick search
12121
12122 2002-12-05 [paul]       0.8.6claws61
12123
12124         * sync with 0.8.6cvs16
12125                 see ChangeLog 2002-12-05
12126                 
12127         * po/POTFILES.in
12128                 clean up
12129
12130 2002-12-04 [christoph]  0.8.6claws60
12131
12132         * src/imap.[ch]
12133                 put imap authentication code into a new function and
12134                 remove it from imap_session_new that will allow to
12135                 send other commands before authentication
12136
12137 2002-12-04 [christoph]  0.8.6claws59
12138
12139         * src/imap.[ch]
12140                 use already existing method to prevent unneeded IMAP
12141                 folder selects. Set imap_select parameters to NULL
12142                 in some functions if the values are not required.
12143
12144         * src/xml.h
12145                 remove no longer required include
12146
12147 2002-12-04 [paul]       0.8.6claws58
12148
12149         * po/es.po
12150                 updated by Ricardo Mones Lastra
12151                 
12152         * configure.in
12153           po/hu.po      ** NEW FILE **
12154                 initial Hungarian translation, submitted
12155                 by Gál Zoltán <galzoli@hu.inter.net>
12156
12157 2002-12-03 [christoph]  0.8.6claws57
12158
12159         * src/Makefile.am
12160         * src/gtksctree.[ch]            ** REMOVE **
12161         * src/gtk/Makefile.am
12162         * src/gtk/gtksctree.[ch]        ** NEW **
12163                 move gtksctree files to gtk directory
12164
12165 2002-12-03 [christoph]  0.8.6claws56
12166
12167         * src/Makefile.am
12168         * src/md5.[ch]                  ** REMOVE **
12169         * srm/common/Makefile.am
12170         * src/common/md5.[ch]           ** NEW **
12171                 move md5 files to common directory
12172
12173         * src/gtkstext.c
12174                 remove not required #include
12175
12176 2002-12-03 [sergey]     0.8.6claws55
12177
12178         * src/gtkutils.c
12179         * src/gtkutils.h
12180                 gtkut_window_popup(): new function.
12181         * src/mainwindow.c
12182                 main_window_popup(): use gtkut_window_popup() to raise
12183                 window without changing its position.
12184                 (see sylpheed-main ML message [sylpheed:17247])
12185
12186 2002-12-03 [sergey]     0.8.6claws54
12187
12188         * src/send.c
12189                 send_message_local(): removed first-dot escaping
12190                 (SMTP-only, not needed for sending through pipe)
12191
12192 2002-12-03 [paul]       0.8.6claws53
12193
12194         * po/POTFILES.in
12195                 update to reflect recent changes (thanks
12196                 to Ricardo Mones Lastra)
12197                 
12198         * tools/filter_conv.pl
12199                  fix problem with quoted strings. Patch submitted
12200                  by Luke Plant <lukeplant@softhome.net>
12201
12202 2002-12-03 [paul]       0.8.6claws52
12203
12204         * sync with 0.8.6cvs15
12205                 see ChangeLog 2002-12-03
12206
12207 2002-12-02 [christoph]  0.8.6claws51
12208
12209         * src/logwindow.[ch]
12210         * src/common/log.[ch]
12211                 implement logging using a hook function
12212
12213         * src/folderview.c
12214         * src/folder.[ch]
12215                 define hooklist name in header file to avoid
12216                 errors caused by wrong spelling of hooklist names
12217
12218         * src/toolbar.c
12219                 fix warnings
12220
12221 2002-12-02 [christoph]  0.8.6claws50
12222
12223         * src/common/Makefile.am
12224                 add src/common/hooks.[ch]
12225
12226         * src/common/hooks.[ch]
12227                 implement a simple hook system using glib's hook functions
12228
12229         * src/folder.[ch]
12230         * src/folderview.c
12231                 use new hook system for folder item updates
12232
12233 2002-12-02 [christoph]  0.8.6claws49
12234
12235         * doc-src/ui_seperation.txt     ** NEW **
12236                 information for ui seperation
12237
12238         * src/Makefile.am
12239                 remove files that were moved to common
12240                 include common directory by default for the header files
12241
12242         * src/inc.c
12243         * src/common/socket.c
12244         * src/automaton.[ch]
12245                 implement automaton using g_io_*-functions instead of
12246                 gdk_input_add to make it ui independent
12247
12248         * src/codeconv.c
12249         * src/compose.c
12250         * src/ldif.c
12251         * src/pgptext.c
12252         * src/procmime.c
12253         * src/rfc2015.c
12254         * src/smtp.c
12255         * src/unmime.c
12256                 remove common/ prefix because directory is now in
12257                 include path
12258
12259         * src/compose.c
12260         * src/folder.c
12261         * src/folderview.c
12262         * src/mainwindow.c
12263         * src/messageview.c
12264         * src/prefs_common.c
12265         * src/procmsg.c
12266         * src/rfc2015.c
12267                 fix warnings
12268
12269         * src/imap.c
12270         * src/inc.c
12271         * src/news.c
12272         * src/pop.c
12273         * src/send.c
12274         * src/smtp.c
12275         * src/ssl_certificate.c
12276                 add log.h header file for logging functions
12277
12278         * src/main.c
12279         * src/common/utils.c
12280         * src/summaryview.c
12281         * src/xml.c
12282                 o move debug_mode to common/utils.c
12283                 o add functions to set and get debug_mode
12284
12285         * src/defs.h                    ** REMOVE **
12286         * src/intl.h                    ** REMOVE **
12287         * src/socket.[ch]               ** REMOVE **
12288         * src/ssl.[ch]                  ** REMOVE **
12289         * src/utils.[ch]                ** REMOVE **
12290                 replaced by new files in src/common/
12291         
12292         * src/common/Makefile.am
12293                 add new files in src/common/
12294
12295         * src/common/defs.h             ** NEW **
12296         * src/common/intl.h             ** NEW **
12297         * src/common/log.[ch]           ** NEW **
12298         * src/common/socket.[ch]        ** NEW **
12299         * src/common/ssl.[ch]           ** NEW **
12300         * src/common/utils.[ch]         ** NEW **
12301                 replacement for files in src/
12302
12303 2002-12-02 [colin]      0.8.6claws48
12304
12305         * src/folderview.c
12306                 Scroll folderview if necessary during dnd
12307
12308 2002-12-02 [colin]      0.8.6claws47
12309
12310         * src/folder.[ch]
12311                 Add check to verify a move is within a single mailbox
12312         * src/folderview.c
12313                 Add specific error string for this check
12314
12315 2002-12-02 [colin]      0.8.6claws46
12316
12317         * src/folder.c
12318                 Add a test to folder moving, remove a statusbar_print
12319         * src/folderview.c
12320                 Add Move folder... context-menu item
12321                 Factorize folder moving code
12322                 Enable folder DND for mbox
12323
12324 2002-12-01 [christoph]  0.8.6claws45
12325
12326         * ac/aspell.m4
12327                 remove conf.aspelltest if the version check fails
12328
12329 2002-11-30 [christoph]  0.8.6claws44
12330
12331         * autogen.sh
12332                 run libtoolize --force in autogen to create missing
12333                 libtool scripts
12334
12335 2002-11-30 [christoph]  0.8.6claws43
12336
12337         * src/Makefile.am
12338         * src/pgptext.c
12339         * src/procmime.c
12340         * src/rfc2015.c
12341         * src/uuencode.[ch]             ** REMOVED **
12342         * src/common/Makefile.am
12343         * src/common/uuencode.[ch]      ** NEW **
12344                 move uuen/decoder to common directory
12345
12346 2002-11-30 [christoph]  0.8.6claws42
12347
12348         * src/Makefile.am
12349         * src/base64.[ch]               ** REMOVED **
12350         * src/codeconv.c
12351         * src/compose.c
12352         * src/ldif.c
12353         * src/pgptext.c
12354         * src/procmime.c
12355         * src/rfc2015.c
12356         * src/smtp.c
12357         * src/unmime.c
12358         * src/common/Makefile.am
12359         * src/common/base64.[ch]        ** NEW **
12360                 move base64 en/decoder to common directory
12361
12362 2002-11-30 [christoph]  0.8.6claws41
12363
12364         * src/common                    ** NEW **
12365                 new directory for UI independent code
12366         * src/gtk                       ** NEW **
12367                 new directory for GTK frontend
12368         * src/common/.cvsignore         ** NEW **
12369         * src/gtk/.cvsignore            ** NEW **
12370                 ignore build files
12371         * src/common/Makefile.am        ** NEW **
12372         * src/gtk/Makefile.am           ** NEW **
12373                 automake files to build new seperated stuff
12374         * src/Makefile.am
12375                 the binary will currently still be build with the
12376                 files in src, so we include the code from the
12377                 subdirs for now after building the libs there
12378
12379 2002-11-30 [paul]       0.8.6claws40
12380
12381         * src/compose.c
12382                 fix bug [642731] 'Wrong selected account with drafted mail'
12383
12384 2002-11-29 [oliver]     0.8.6claws39
12385         
12386         * src/messageview.c
12387                 o update summaryview when switching between different
12388                   messageviews          
12389         * src/toolbar.c  
12390                 o check if messageview holds already removed msg
12391                   from summaryview
12392                 
12393
12394 2002-11-29 [oliver]     0.8.6claws38
12395
12396         * src/toolbar.c 
12397                 remove not needed variables and includes
12398                 make messageview stay opened and move to next when msgs are deleted 
12399
12400 2002-11-29 [oliver]     0.8.6claws37
12401         
12402         * src/toolbar.c 
12403                 disable compose button (messageview toolbar) by default
12404                 deleted msgs are moved to trash
12405         
12406 2002-11-29 [melvin]     0.8.6claws36
12407
12408         * configure.in
12409                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12410                 and to detect signatures expirations (gpgme 0.3.6)
12411
12412         * src/main.c
12413                 Use non obsolescent function for Gpgme engine checking.
12414
12415         * src/rfc2015.c
12416                 Inform about expired signatures or signatures which key
12417                 has expired. Expiration date is displayed.
12418
12419         * src/sigstatus.c
12420                 Inform about expired signatures or signatures which key
12421                 has expired.
12422
12423 2002-11-28 [paul]       0.8.6claws35
12424
12425         * src/folderview.c
12426                 re-instate 'Check for new messages' in Newsgroup
12427                 folders right-click menu, after a suggestion from
12428                 Tim Mann <timmann@users.sourceforge.net>
12429
12430         * src/main.c
12431                 after a crash check only local folders for new
12432                 messages
12433
12434 2002-11-28 [paul]       0.8.6claws34
12435
12436         * configure.in
12437                 apply patch that fixes the checking of GTK with XIM 
12438                 support on different OSs, such as FreeBSD. Patch 
12439                 submitted by Topia <topia@users.sourceforge.net>
12440                 
12441 2002-11-28 [paul]       0.8.6claws33
12442
12443         * src/mainwindow.c
12444           src/prefs_common.c
12445           src/prefs_toolbar.c
12446                 more changes to the English
12447
12448 2002-11-28 [paul]       0.8.6claws32
12449
12450         * sync with 0.8.6cvs13
12451                 see ChangeLog 2002-11-28 (no sync needed
12452                 for src/compose.c)
12453
12454 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12455         
12456         * src/mainwindow.[ch]
12457                 add patch by Ivan F. Martinez introducing messageview Toolbar
12458                 some changes and committed by oliver    
12459
12460 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12461
12462         * src/messageview.[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.6claws29
12467
12468         * src/compose.[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.6claws28
12473         
12474         * src/toolbar.[ch]
12475                 add patch by Ivan F. Martinez introducing messageview Toolbar
12476                 some changes and committed by oliver
12477
12478 2002-11-28 [oliver]     0.8.6claws27
12479         
12480         * src/prefs_toolbar.[ch]
12481                 getting ready for messageview toolbar
12482                 free mem allocated by gettext
12483                 change prefs_toolbar to prefs_toolbar_open
12484  
12485 2002-11-28 [thorsten]   0.8.6claws26
12486
12487         * src/imageview.[ch]
12488                 cleaned up conflicting declarations of
12489                 imageview_show_image()
12490
12491 2002-11-28 [paul]       0.8.6claws25
12492
12493         * src/grouplistdialog.c
12494           src/prefs_common.c
12495           src/prefs_summary_column.c
12496                 a few more improvements to the English
12497
12498 2002-11-28 [colin]      0.8.6claws24
12499
12500         * man/sylpheed.1
12501                 A few updates to command-line parameters
12502
12503 2002-11-28 [colin]      0.8.6claws23
12504
12505         * src/prefs_filtering.c
12506                 Fix problems with prefs_filtering_delete_path:
12507                 a) if the first rule is removed, original pointers
12508                    weren't updated (leading to segfaults)
12509                 b) it was always global_processing updated in case
12510                    of removed path was parent of rule path
12511
12512 2002-11-27 [paul]       0.8.6claws22
12513
12514         * src/mainwindow.c
12515           src/prefs_account.c
12516           src/prefs_actions.c
12517           src/prefs_common.c
12518           src/prefs_customheader.c
12519           src/prefs_display_header.c
12520           src/prefs_filtering.c
12521           src/prefs_folder_item.c
12522           src/prefs_matcher.c
12523           src/prefs_scoring.c
12524           src/prefs_summary_column.c
12525           src/prefs_template.c
12526           src/prefs_toolbar.c
12527                  improve the English in the GUI
12528
12529 2002-11-27 [colin]      0.8.6claws21
12530
12531         * src/folder.c
12532                 Fix processing renaming problems happening after
12533                 last commit
12534
12535 2002-11-27 [colin]      0.8.6claws20
12536
12537         * src/folder.c
12538                 recursive move now deletes src each subfolder after 
12539                 having moved it
12540         * src/folderview.c
12541                 Use identifier instead of path during dnd (enables
12542                 IMAP folder dnd)
12543
12544 2002-11-27 [paul]       0.8.6claws19
12545
12546         * src/main.c
12547                 apply patch that does command-line processing 
12548                 BEFORE gtk_init, allowing claws to run from 
12549                 shell-scripts in non-X environment (e.g. crontab 
12550                 or ip-up, ip-down scripts). Patch submitted by
12551                 Ruslan N. Balkin <baron@dartel.ru>
12552                 
12553         * po/it.po
12554                 updated by Alessandro Maestri
12555
12556 2002-11-27 [paul]       0.8.6claws18
12557
12558         * sync with 0.8.6cvs12
12559           src/prefs_common.c
12560                 Differences are that main uses a 'Receive dialog'
12561                 frame on the Interface tab, whereas claws groups all 
12562                 the dialogs together in a 'Dialogs' frame.
12563
12564 2002-11-27 [colin]      0.8.6claws17
12565
12566         * src/prefs_matcher.c
12567                 Fix Execute criteria's NOT flag
12568
12569
12570 2002-11-26 [christoph]  0.8.6claws16
12571
12572         * src/ssl.c
12573                 rewrite the ssl code a little bit, only use one
12574                 SSL context, set default certificates' file/path
12575
12576 2002-11-26 [thorsten]   0.8.6claws15
12577
12578         * src/compose.c
12579                 default-reply-to didn't work for ml-reply
12580
12581 2002-11-26 [melvin]     0.8.6claws14
12582
12583         * src/prefs_actions.c
12584                 Made pipe-actions ignore short headers in message view
12585                 Made trailing-pipe-actions write in the message view with
12586                 the same font as the original message
12587
12588 2002-11-26 [paul]       0.8.6claws13
12589
12590         * src/compose.c
12591                 this time commit the correct file
12592
12593 2002-11-26 [paul]       0.8.6claws12
12594
12595         * sync with 0.8.6cvs11
12596           src/quote_fmt_parse.y  
12597                 no sync needed
12598           src/account.[ch]       
12599                 not sync'ed
12600           src/compose.c
12601                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12602                 on draft mode.
12603                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12604                 header
12605                 
12606         see ChangeLog 2002-11-25 and 2002-11-26
12607
12608 2002-11-26 [colin]      0.8.6claws11
12609
12610         * src/folderview.c
12611                 Fix collapsed folder not auto-expanding during
12612                 mail dnd, if it was the source folder.
12613
12614 2002-11-25 [colin]      0.8.6claws10
12615
12616         * src/folderview.[ch]
12617                 Variable renaming and cleaning (slist of nodes 
12618                 to be re-collapsed is stored in FolderView)
12619
12620 2002-11-25 [paul]       0.8.6claws9
12621
12622         * src/prefs_common.[ch]
12623                 fix breakage caused by last commit
12624
12625 2002-11-25 [paul]       0.8.6claws8
12626
12627         * sync with 0.8.6cvs4
12628                 see ChangeLog 2002-11-21
12629
12630 2002-11-25 [paul]       0.8.6claws7
12631
12632         * sync with 0.8.6cvs4
12633                 see ChangeLog 2002-11-20
12634
12635 2002-11-25 [paul]       0.8.6claws6
12636
12637         * sync with 0.8.6cvs3
12638                 see ChangeLog 2002-11-18
12639
12640 2002-11-25 [colin]      0.8.6claws5
12641
12642         * src/gtkutils.[ch]
12643                 Add gtkut_ctree_node_is_parent()
12644         * src/folderview.c
12645                 Spring-loaded folders
12646
12647 2002-11-25 [colin]      0.8.6claws4
12648
12649         * src/utils.[ch]
12650                 Add slist_concat_unique(), function to merge
12651                 two GSList filtering dups
12652         * src/folder.[ch]
12653         * src/summaryview.[ch]
12654         * src/folderview.c
12655         * src/main.c
12656                 Add detection/update/display of unread answers
12657                 to marked mails
12658         * src/procmsg.[ch]
12659                 Add procmsg_find_children()
12660                 Add procmsg_msg_has_marked_parent()
12661
12662 2002-11-25 [colin]      0.8.6claws3
12663
12664         * src/ssl_certificate.[ch]
12665                 Allow checking a certificate without a DNS
12666                 lookup
12667                 Allow to forget a cert (by deleting it)
12668                 Make ssl_certificate_destroy_public
12669         * src/ssl_manager.[ch] ** NEW FILES **
12670                 Gui to manage (display/remove) certificates
12671         * src/prefs_common.[ch]
12672                 Add a pref to allow silent acceptation of
12673                 trusted certificates or not (based on the
12674                 "I want to know what's going on" principle)
12675         * src/mainwindow.c
12676                 Add SSL manager in Tools menu
12677         * src/Makefile.am
12678                 Add the new files to the build
12679         * po/POTFILES.in
12680                 Add ssl_manager.c to translations
12681
12682 2002-11-25 [colin]      0.8.6claws2
12683
12684         * src/summaryview.[ch]
12685                 Add S_SEARCH_EXTENDED to the quick search, which 
12686                 allows to search using filtering syntax.
12687
12688 2002-11-25 [colin]      0.8.6claws1
12689
12690         * src/summaryview.c
12691                 Deletion of duplicates now prefer deleting
12692                 the unread dup (fixes feature-request 638989).
12693
12694 2002-11-24 [paul]       0.8.6claws
12695
12696         * po/es.po
12697           po/pl.po
12698           po/ru.po
12699           po/sr.po
12700                 updated by Ricardo Mones Lastra,
12701                 Witold Wladyslaw Wojciech Wilk,
12702                 Ruslan N. Balkin, and  Urke MMI 
12703                 respectively
12704
12705 2002-11-24 [paul]       0.8.5claws182
12706
12707         * po/bg.po
12708                 updated by George Danchev
12709
12710 2002-11-23 [alfons]     0.8.5claws181
12711
12712         * src/imap.c
12713                 tiny memory leak found by browsing Dimitar's 
12714                 valgrind report
12715
12716 2002-11-23 [paul]       0.8.5claws180
12717
12718         * po/it.po
12719                 updated by Alessandro Maestri
12720
12721 2002-11-22 [christoph]  0.8.5claws179
12722
12723         * src/compose.c
12724         * src/inc.c
12725         * src/prefs_filtering.c
12726         * src/summaryview.c
12727                 more warning fixes
12728
12729 2002-11-22 [alfons]     0.8.5claws178
12730
12731         * src/summaryview.c
12732                 summary_execute_delete_func(): if message is deleted, make 
12733                 sure to also remove its entry in the subject hash table. 
12734                 fixes a corner case bug.
12735
12736 2002-11-22 [paul]       0.8.5claws177
12737
12738         * .cvsignore
12739                 add 'autom4te.cache'
12740                 
12741         * ltconfig      ** REMOVED **
12742                 not needed
12743
12744 2002-11-22 [paul]       0.8.5claws176
12745
12746         * src/textview.c
12747                 textview_set_font(): fix for message display in
12748                 UTF-8 locales (thanks to Sergey Vlasov).
12749                 
12750         * AUTHORS
12751                 add new team members and contributors
12752
12753
12754 2002-11-21 [colin]      0.8.5claws175
12755
12756         * src/procmsg.[ch]
12757                 Add procmsg_remove_special_headers()
12758         * src/mh.c
12759                 Use procmsg_remove_special_headers() for 
12760                 previous fix
12761
12762 2002-11-21 [colin]      0.8.5claws174
12763
12764         * src/mh.c
12765                 Fix moving/copying from queue/draft folders
12766                 for MH folders
12767
12768 2002-11-21 [christoph]  0.8.5claws173
12769
12770         * src/crash.c
12771         * src/filtering.c
12772         * src/logwindow.c
12773         * src/main.c
12774         * src/matcher_parser_lex.[hl]
12775         * src/mbox.c
12776         * src/mbox_folder.[ch]
12777         * src/prefs_filtering.c
12778         * src/procheader.c
12779         * src/quote_fmt_lex.l
12780         * src/ssl.c
12781                 fix all warnings except the warnings in lex and yacc files
12782
12783 2002-11-20 [christoph]  0.8.5claws172
12784
12785         * src/imap.c
12786                 fix MsgInfo retrieval for IMAP draft and queue folders
12787                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12788
12789 2002-11-19 [christoph]  0.8.5claws171
12790
12791         * src/compose.c
12792                 fix segfault, when draft saving does not get
12793                 the MsgInfo of the new message
12794                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12795
12796 2002-11-19 [christoph]  0.8.5claws170
12797
12798         * src/procmsg.c
12799                 add parameter check for flag setting function
12800                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12801
12802 2002-11-18 [paul]       0.8.5claws169
12803
12804         * src/compose.c
12805                 more sensitivity fixes to redirect mode:
12806                 * disable toolbar draft button
12807                 * allow only Address book in the Tools menu
12808                 * disable editing of message by the spell
12809                   checker
12810
12811 2002-11-18 [paul]       0.8.5claws168
12812
12813         * src/compose.c
12814                 fix sensitivity of menu items in compose_redirect():
12815                 allow only the necessary items 
12816
12817 2002-11-18 [paul]       0.8.5claws167
12818
12819         * src/compose.c
12820                 fix bug [ 603259 ] 'attachment got lost on bounce'
12821
12822 2002-11-18 [paul]       0.8.5claws166
12823
12824         * po/ru.po
12825                 updated by Ruslan N. Balkin <baron@dartel.ru>
12826
12827 2002-11-18 [colin]      0.8.5claws165
12828
12829         * src/main.c
12830           src/defs.h
12831                 Remove old filtering stuff
12832
12833
12834 2002-11-17 [oliver]     0.8.5claws164
12835
12836         * src/toolbar.h
12837                 remove not needed typedef 
12838
12839 2002-11-17 [oliver]     0.8.5claws163
12840
12841         * src/toolbar.c
12842                 make toolbar's on click events translatable
12843
12844 2002-11-15 [colin]      0.8.5claws162
12845
12846         * src/summaryview.c
12847                 Revert too-soon integration of a feature
12848
12849 2002-11-15 [christoph]  0.8.5claws161
12850
12851         * src/imap.c
12852                 use main's implementation of imap_get_msginfo
12853
12854 2002-11-15 [christoph]  0.8.5claws160
12855
12856         * src/compose.c
12857         * src/folder.[ch]
12858         * src/imap.c
12859         * src/mbox_folder.c
12860         * src/mh.c
12861         * src/news.c
12862         * src/procmsg.c
12863         * src/summaryview.c
12864                 replace claws' fetch_msginfo with main's get_msginfo
12865                 (use main's implementation where possible)
12866
12867 2002-11-15 [colin]      0.8.5claws159
12868
12869         * src/ssl_certificate.c
12870                 Missed a check
12871
12872 2002-11-16 [melvin]     0.8.5claws158
12873
12874         * po/fr.po
12875                 Updated French translations.
12876
12877 2002-11-16 [colin]      0.8.5claws157
12878
12879         * src/ssl_certificate.c
12880                 Check for missing parts in the certificates
12881
12882 2002-11-15 [colin]      0.8.5claws156
12883
12884         * src/folderview.c
12885                 Preventive fix (missing check) found by
12886                 Alfons
12887
12888 2002-11-15 [paul]
12889
12890         * NEWS
12891                 sync with 0.8.6 release
12892
12893 2002-11-15 [colin]      0.8.5claws155
12894
12895         * src/folder.[ch]
12896           src/folderview.c
12897                 Fix error handling of folder_item_move_to()
12898                 (thanks to Alfons!)
12899
12900 2002-11-15 [colin]      0.8.5claws154
12901
12902         * src/folder.[ch]
12903           src/folderview.c
12904                 folder_item_move_to() sets an error message instead
12905                 of having GUI stuff in folder.c
12906
12907 2002-11-15 [colin]      0.8.5claws153
12908
12909         * src/procmsg.[ch]
12910                 Implemented a callback for MsgInfo updates, 
12911                 heavily copy/pasted from Christoph's folder 
12912                 callback system
12913         * src/summaryview.[ch]
12914                 Register summary_update_msg as callback
12915
12916 2002-11-14 [colin]      0.8.5claws152
12917         
12918         * src/procmsg.c
12919                 Update the FolderItem after sending (fixes 617593)
12920
12921 2002-11-14 [christoph]  0.8.5claws151
12922
12923         * src/folder.c
12924                 fix wrong position of NULL pointer check found
12925                 by Sergey
12926
12927 2002-11-14 [christoph]  0.8.5claws150
12928
12929         * src/folder.c
12930                 fix segfault when deleting messages from IMAP folders
12931                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12932
12933 2002-11-14 [colin]      0.8.5claws149
12934
12935         * src/compose.c
12936                 Forwarding was also ignoring the folder's default account.
12937
12938 2002-11-14 [colin]      0.8.5claws148
12939
12940         * src/compose.c
12941                 Fix sent folder not set to folder properties when 
12942                 forwarding.
12943
12944 2002-11-14 [thorsten]   0.8.5claws147
12945
12946         * src/inc.c
12947                 inc_start(): Files were not moved from .processing to inbox,
12948                 if no global processing rule existed
12949
12950 2002-11-14 [colin]      0.8.5claws146
12951
12952         * src/ssl_certificate
12953                 Fix file operations
12954
12955 2002-11-14 [paul]       0.8.5claws145
12956
12957         * po/it.po
12958                 updated by Alessandro Maestri
12959
12960 2002-11-13 [alfons]     0.8.5claws144
12961
12962         * src/folder.c
12963                 folder_item_close(): only mark messages unread
12964                 when a folder has new messages 
12965
12966 2002-11-13 [keith]      0.8.5claws143
12967
12968         * src/imap.c
12969                 Fix problem moving or copying between
12970                 IMAP folders
12971
12972 2002-11-13 [colin]      0.8.5claws142
12973
12974         * src/matcher_parser_parse.y
12975                 Fix rule problem when " don't match
12976
12977 2002-11-13 [christoph]  0.8.5claws141
12978
12979         * src/folder.c
12980         * src/folderview.c
12981                 moved cache saving to folder_item_close
12982                 the folderview should not have to deal with
12983                 this things
12984
12985 2002-11-13 [christoph]  0.8.5claws140
12986
12987         * src/summaryview.c
12988                 moved setting of important score to
12989                 summary_set_prefs_from_folderitem
12990
12991 2002-11-13 [colin]      0.8.5claws139
12992
12993         * src/matcher_parser_parse.y
12994                 Fix a segfault in the parser (happening when
12995                 a good expression had been tested and a bad 
12996                 one arrives)
12997
12998 2002-11-13 [paul]       0.8.5claws138
12999
13000         * sync with 0.8.5cvs24
13001                 see ChangeLog 2002-11-13
13002                 
13003         * po/pt_BR.po
13004                 updated by Fabio Jr. Beneditto
13005
13006 2002-11-13 [colin]      0.8.5claws137
13007         
13008         * src/msgcache.c
13009           src/defs.h
13010           src/procmsg.[ch]
13011                 Revert last commit, problem
13012
13013 2002-11-13 [colin]      0.8.5claws136
13014
13015         * src/msgcache.c
13016                 Remove duplicated code
13017         * src/defs.h
13018                 Bumped CACHE_VERSION and MARK_VERSION
13019         * src/procmsg.[ch]
13020                 Network endian for cache and mark files
13021
13022 2002-11-12 [colin]      0.8.5claws135
13023
13024         * src/inc.c
13025                 Fix the "socket error" dialog which disappeared
13026
13027 2002-11-12 [colin]      0.8.5claws134
13028
13029         * src/msgcache.c
13030                 Reverse last commit which had performance 
13031                 problems, but still reverse the list
13032
13033 2002-11-12 [colin]      0.8.5claws133
13034
13035         * src/msgcache.c
13036                 Reverse list order
13037
13038 2002-11-12 [melvin]     0.8.5claws132
13039
13040         * src/compose.c
13041                 Added a check for a NULL prefs_common.dictionary
13042
13043 2002-11-12 [colin]      0.8.5claws131
13044
13045         * src/ssl_certificate.[ch]
13046                 Use FQDN hostname
13047
13048 2002-11-12 [colin]      0.8.5claws130
13049
13050         * src/ssl_certificate.[ch]
13051                 Take connection port into account for 
13052                 checking certificates (a single hostname
13053                 could have multiple servers with multiple
13054                 certificates)
13055         * src/ssl.c
13056                 Pass the port to ssl_certificate_check
13057
13058 2002-11-12 [paul]       0.8.5claws129
13059
13060         * src/folder.c
13061                 fix a typo in last commit
13062
13063 2002-11-12 [paul]       0.8.5claws128
13064
13065         * sync with 0.8.5cvs23
13066                 see ChangeLog entry 2002-11-12
13067
13068 2002-11-11 [colin]      0.8.5claws127
13069
13070         * src/ssl_certificate.c
13071                 Cleaner messages
13072                 Don't popup, instead log error, if the 
13073                 corresponding pref is checked
13074         * src/ssl_certificate.h
13075                 include <openssl/objects/h>
13076
13077 2002-11-11 [colin]      0.8.5claws126
13078
13079         * src/ssl_certificate.h
13080                 _Really_ clean it
13081
13082 2002-11-11 [colin]      0.8.5claws125
13083         
13084         * src/ssl_certificate.c
13085                 Fixed leak
13086
13087 2002-11-11 [colin]      0.8.5claws124
13088
13089         * src/ssl.c
13090                 Cleaned a bit
13091         * src/ssl_certificate.[ch]
13092                 Cleaned a bit (better use of SSL API)
13093                 (This will cause non-recognition of saved 
13094                  certificates of claws12[23]...)
13095
13096 2002-11-11 [paul]       0.8.5claws123
13097         
13098         * po/es.po
13099                 updated by Ricardo Mones Lastra
13100
13101 2002-11-11 [colin]      0.8.5claws122
13102
13103         * src/ssl.c
13104                 Fix a typo
13105
13106 2002-11-11 [colin]      0.8.5claws121
13107
13108         * src/ssl_certificate.[ch] ** NEW FILES **
13109         * src/ssl.[ch]
13110                 Check SSL certificates presented to us
13111         * src/Makefile.am
13112                 Add ssl_certificate.[ch]
13113         * po/POTFILES.in
13114                 Add ssl_certificate.c
13115
13116 2002-11-11 [paul]       0.8.5claws120
13117
13118         * sync with 0.8.5cvs22
13119                 see ChangeLog 2002-11-11
13120
13121 2002-11-11 [paul]       0.8.5claws119
13122
13123         * sync with 0.8.5cvs21
13124                 see ChangeLog 2002-11-11
13125
13126 2002-11-10 [jens]       0.8.5claws118
13127
13128         * src/folder.c
13129         * src/folderview.c
13130                 corrected some typing
13131         * po/de.po
13132                 updated german translation
13133         * sylpheed.spec.in
13134                 cleaned up specfile and adjusted it for claws
13135
13136 2002-11-10 [colin]      0.8.5claws117
13137
13138         * src/summaryview.c
13139                 a STATUSBAR_PUSH/POP fix
13140
13141 2002-11-10 [colin]      0.8.5claws116
13142
13143         * src/prefs_folder_item.c
13144                 Fix hanging after opening folder properties
13145
13146 2002-11-10 [hoa]        0.8.5claws115
13147
13148         * src/matcher_parser_lex.l
13149         * src/matcher_parser_parse.y
13150                 config file for scoring and filtering is no more trashed
13151                 when there is a syntax error in a filtering rule when
13152                 editing it in a dialog.
13153
13154 2002-11-09 [colin]      0.8.5claws114
13155
13156         * src/mbox_folder.c
13157                 Added missing initialisation of folder->destroy()
13158
13159 2002-11-09 [colin]      0.8.5claws113
13160
13161         * src/folder.c
13162           src/folderview.c
13163                 Fix the status bar messages
13164
13165 2002-11-09 [colin]      0.8.5claws112
13166
13167         * src/folderview.c
13168                 Fix hangs after folder dnd, happening after 
13169                 claws109.
13170
13171 2002-11-09 [christoph]  0.8.5claws111
13172
13173         * src/folderview.c
13174                 just changed order of calls (reverse order of
13175                 associated calls)
13176         * src/inc.c
13177                 lock inc when checking only one account, otherwise
13178                 inc all could be executed at the same time
13179
13180 2002-11-09 [christoph]  0.8.5claws110
13181
13182         * src/folderview.c
13183                 better unlock the mouse cursor before calling
13184                 summary_show because it changes the cursor too
13185
13186 2002-11-09 [christoph]  0.8.5claws109
13187
13188         * src/folder.[ch]
13189         * src/folderview.c
13190                 add functions to open and close a folder
13191                 o opending will execute scanning for remote folders
13192                   and processing
13193                 o closing will unset new flag for messages
13194
13195 2002-11-09 [colin]      0.8.5claws108
13196
13197         * src/folder.c
13198                 Add a call to prefs_matcher_write_config to 
13199                 avoid non-leaf folders filtering settings to be
13200                 lost
13201
13202 2002-11-09 [paul]       0.8.5claws107
13203
13204         * src/prefs_account.c
13205                 re-word a label
13206
13207 2002-11-09 [colin]      0.8.5claws106
13208
13209         * src/folderview.c
13210                 Minor esthetic fix
13211
13212 2002-11-09 [colin]      0.8.5claws105
13213
13214         * src/folderview.c
13215                 Fix prefs_filtering deletion for MH folders (same
13216                 reason as below)
13217         * src/prefs_filtering.c
13218                 Fix prefs_filtering renaming and deletion for 
13219                 folder-based processing rules.  
13220
13221 2002-11-09 [christoph]  0.8.5claws104
13222
13223         * src/compose.c
13224         * src/folder.[ch]
13225         * src/folderview.[ch]
13226         * src/import.c
13227         * src/inc.c
13228         * src/main.c
13229         * src/mainwindow.c
13230         * src/messageview.c
13231         * src/prefs_folder_item.c
13232         * src/procmsg.c
13233         * src/summaryview.c
13234                 implement a callback system for folder item updates
13235
13236 2002-11-09 [colin]      0.8.5claws103
13237
13238         * src/folderview.c
13239                 Fix prefs_filtering renaming for MH folders (we
13240                 shouldn't rename by path as another folder could
13241                 have the same hierarchy).
13242
13243 2002-11-09 [colin]      0.8.5claws102
13244
13245         * src/folder.c
13246                 Fix a leak found by Christoph, use better variable
13247                 names
13248
13249 2002-11-09 [colin]      0.8.5claws101
13250
13251         * src/folder.c
13252                 One more fix for processing rules
13253
13254 2002-11-08 [colin]      0.8.5claws100
13255         
13256         * src/matcher.c
13257                 Don't copy the compiled regexp (will be reevaluated)
13258         * src/folderview.c
13259                 Lock folderview while moving
13260         * src/folder.c
13261                 Provide info on what's happening to the user
13262
13263 2002-11-08 [colin]      0.8.5claws99
13264
13265         * src/folderview.c
13266                 Fix folder reordering after a move if parent is 
13267                 root
13268         * src/scoring.[ch]
13269                 Add function to copy a ScoringProp
13270         * src/prefs_folder_item.c
13271                 Copy scoring rules when copying a folder prefs
13272
13273 2002-11-08 [colin]      0.8.5claws98
13274
13275         * src/folderview.c
13276                 Fixes in case of failure
13277         * src/filtering.[ch]    
13278                 Add function to duplicate a FilteringProp
13279         * src/matcher.[ch]
13280                 Add function to duplicate a MatcherProp
13281         * src/prefs_folder_item.c
13282                 Save folder's processing rules when copying 
13283                 its prefs
13284
13285 2002-11-08 [colin]      0.8.5claws97
13286         
13287         * src/folderview.c
13288                 Sort after move
13289         * src/folder.c 
13290                 Change a printf to debug_print
13291
13292 2002-11-08 [colin]      0.8.5claws96
13293
13294         * src/folder.c
13295           src/folderview.c
13296                 Fix segfaults, call me stupido
13297         
13298
13299 2002-11-08 [colin]      0.8.5claws95
13300
13301         *src/folder.c
13302                 Added forgotten prefs to save when moving folders
13303
13304 2002-11-08 [colin]      0.8.5claws94
13305
13306         * src/folder.c
13307                 Fixes to folder DND (prefs copy)
13308         * src/folderview.c
13309                 Optimization for folder DND (don't rescan whole tree)
13310                 Added folderview_create_folder_node() for this 
13311                 optimization, so de-duped a bit the code
13312         * src/prefs_folder_item.[ch]
13313                 Added prefs_folder_item_copy_prefs()    
13314           
13315 2002-11-08 [paul]       0.8.5claws93
13316
13317         * src/prefs_account.c
13318           tools/README
13319           tools/kmail2sylpheed_v2.pl
13320                 correct some typos
13321
13322 2002-11-08 [paul]       0.8.5claws92
13323
13324         * src/compose.c
13325           src/prefs_account.[ch]
13326                 remove account options 'clearsign' and 'ascii_armored',
13327                 replace with 'default_gnupg_mode' to prevent mixed-mode
13328                 Privacy settings
13329
13330 2002-11-08 [paul]       0.8.5claws91
13331
13332         * src/compose.[ch]
13333                 re-implement GnuPG 'on-the-fly' mode selection,
13334                 disallow mixed-mode
13335
13336 2002-11-08 [colin]      0.8.5claws90
13337
13338         * src/folderview.c
13339           src/prefs_folder_item.c
13340                 Change "Property" to "Properties"
13341
13342 2002-11-07 [colin]      0.8.5claws89
13343
13344         * src/folderview.c
13345           src/folder.c
13346                 Allow folder dropping to a root folder
13347
13348 2002-11-07 [paul]       0.8.5claws88
13349
13350         * src/compose.c
13351                 revert last commit
13352
13353 2002-11-07 [paul]       0.8.5claws87
13354
13355         * src/compose.c
13356                 fix reply-to-list bug. closes bug report
13357                 "[633382] reply-to-list broken in recent cvs"
13358
13359 2002-11-07 [paul]       0.8.5claws86
13360
13361         * src/compose.c
13362                 add a forgotten '#if USE_GPGME ... #endif'
13363
13364 2002-11-07 [paul]       0.8.5claws85
13365
13366         * sync with 0.8.5cvs20
13367                 see ChangeLog 2002-11-07
13368
13369 2002-11-07 [colin]      0.8.5claws84
13370
13371         * src/folder.[ch]
13372                 Change folder_item_move_to to return the newly 
13373                 created folderitem.
13374         * src/folderview.c
13375                 Select the new folderitem after moving.
13376
13377 2002-11-07 [colin]      0.8.5claws83
13378
13379         * src/prefs_filtering.c
13380                 Fix rule rewriting when moving a leaf folder to a 
13381                 shorter path
13382
13383 2002-11-07 [colin]      0.8.5claws82
13384
13385         * src/prefs_filtering.c
13386                 fix a leak
13387
13388 2002-11-07 [colin]      0.8.5claws81
13389
13390         * src/folder.[ch]
13391                 Add folder_item_move_to() function to move a 
13392                 folderitem into another one (updates matcher etc)
13393         * src/folderview.c
13394                 Add folder drag'n drop (context menu to come)
13395                 [Should be dataloss free, but Please backup before 
13396                  trying !]
13397
13398 2002-11-06 [colin]      0.8.5claws80
13399
13400         * src/mh.c
13401                 mh_create_folder() returns NULL if can't create
13402                 directory hierarchy
13403
13404 2002-11-06 [paul]       0.8.5claws79
13405
13406         * src/compose.[ch]
13407                 allow 'on-the-fly' changing of the type of encryption 
13408                 and/or signing used (mime/ascii) via the compose window
13409
13410 2002-11-06 [paul]       0.8.5claws78
13411
13412         * sync with 0.8.5cvs19
13413                 see ChangeLog 2002-11-06 for src/account.c: 
13414                 account_get_special_folder()
13415                 
13416 2002-11-05 [alfons]     0.8.5claws77
13417
13418         * src/crash.c
13419                 very minor cleanups: nothing to see here, move on. :-)
13420
13421 2002-11-05 [colin]      0.8.5claws76
13422
13423         * src/main.c
13424                 Changes choices if compose windows are opened to
13425                 Discard, Draft, Don't quit
13426
13427 2002-11-05 [thorsten]   0.8.5claws75
13428
13429         * src/compose.c
13430                 reenabled default_reply_to folder option
13431
13432 2002-11-05 [colin]      0.8.5claws74
13433
13434         * src/compose.[ch] 
13435                 add compose_draft()
13436         * src/crash.c
13437                 add SIGTERM handler
13438         * src/main.[ch]
13439                 add clean_quit() for the SIGTERM handler
13440
13441 2002-11-05 [paul]       0.8.5claws73
13442         
13443         * po/es.po
13444                 updated by Ricardo Mones Lastra
13445
13446 2002-11-05 [melvin]     0.8.5claws72
13447
13448         * src/logwindow.c
13449                 Fixed log-clipping bug #616795.
13450                 To stop logging in the log window use 0 length.
13451         * src/prefs_common.c
13452                 Added a label to inform about the 0 log length behaviour.
13453
13454 2002-11-05 [paul]       0.8.5claws71
13455
13456         * sync with 0.8.5cvs17
13457                 see ChangeLog 2002-11-05
13458
13459 2002-11-04 [paul]       0.8.5claws70
13460
13461         * sylpheed-128x128.png
13462           sylpheed-64x64.png
13463           sylpheed.png
13464                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13465                 <nikai@users.sourceforge.net>
13466                 
13467         * po/bg.po
13468                 updated by George Danchev
13469
13470 2002-11-03 [thorsten]   0.8.5claws69
13471
13472         * src/main.c
13473           src/mimeview.c
13474           src/rfc2015.h
13475                 add check if gpg is active
13476
13477 2002-11-03 [thorsten]   0.8.5claws68
13478
13479         * src/toolbar.h
13480                 removed GSList declaration causing trouble on MacOS-X
13481                 (submitted by alfons, reported by xfesty)
13482
13483 2002-11-01 [paul]       0.8.5claws67
13484
13485         * src/mainwindow.c
13486                 remove last remnants of main's filter code
13487
13488 2002-11-01 [paul]       0.8.5claws66
13489
13490         * tools/filter_conv.pl
13491                 fix bug where user-defined headers were ignored
13492
13493 2002-11-01 [paul]       0.8.5claws65
13494
13495         * src/logwindow.c
13496                 make a debug_print() not translatable
13497
13498 2002-10-31 [melvin]     0.8.5claws64
13499
13500         * ac/aspell.m4
13501                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13502                 not run any GNU/aspell test.  The dictionary path will
13503                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13504                 was given, in which case, it will be $prefix/lib/aspell/
13505         * configure.in
13506                 Fixed typo in commentary (Aspell code).
13507
13508 2002-10-31 [paul]       0.8.5claws63
13509
13510         * po/POTFILES.in
13511                 remove src/filter.c and src/prefs_filter.c
13512                 thanks to Ricardo for reminding me
13513
13514 2002-10-31 [colin]      0.8.5claws62
13515
13516         * src/mbox_folder.c
13517                 Plug some leaks
13518
13519 2002-10-31 [paul]       0.8.5claws61
13520
13521         * src/prefs_filter.[ch] ** REMOVED **
13522           src/filter.[ch]       ** REMOVED **
13523           
13524         * src/Makefile.am
13525           src/folderview.c
13526           src/inc.c
13527           src/main.c
13528           src/mainwindow.c
13529           src/mbox.c
13530           src/prefs_common.c
13531           src/prefs_filtering.c
13532           src/summaryview.[ch]
13533                 remove main's 'filter' code
13534                 
13535         README.claws
13536                 update to reflect removal of main's filter
13537
13538 2002-10-31 [paul]       0.8.5claws60
13539
13540         * src/summaryview.c
13541                 remove check for global_processing in summary_filter_open(). 
13542                 This fixes the bug where if the user uses the right-click 
13543                 'Create filter rule...' and doesn't have any filter rules 
13544                 already defined in claws' advanced filtering, the newly 
13545                 created filter rule goes to main's filtering which is 
13546                 inaccessible through the gui. Now the filter rule gets added
13547                 to claws' filtering by default.
13548
13549 2002-10-28 [melvin]     0.8.5claws59
13550
13551         * src/prefs_actions.c
13552                 Fixed bug #627322 where MIME parts were not always
13553                 correctly passed to a %p action
13554                 Display an error dialog when message filename is not found.
13555
13556 2002-10-28 [melvin]     0.8.5claws58
13557
13558         * src/prefs_common.c
13559                 Readded a missing function declaration lost in 0.8.3claws34
13560
13561 2002-10-28 [paul]       0.8.5claws57
13562
13563         * sync with 0.8.5cvs15
13564                 see ChangeLog 2002-10-28 and 2002-10-25
13565                 
13566         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13567
13568 2002-10-27 [oliver]     0.8.5claws56
13569
13570         * src/pop.c
13571                 plug leak in pop3_top_recv
13572
13573 2002-10-26 [christoph]  0.8.5claws55
13574
13575         * src/folder.c
13576                 set need_update folder flag when messages are added
13577                 (closes bug [ 626922 ] folder not updated after receiving)
13578
13579 2002-10-25 [melvin]     0.8.5claws54
13580
13581         * src/imageview.c
13582                 Fixed a memleak introduced in the scaling code.
13583
13584 2002-10-24 [alfons]     0.8.5claws53
13585
13586         * src/filtering.c
13587                 make filtering's forward message action forward from the 
13588                 correct account
13589                 (closes bug [628089 ] Filter -> Forward from address problem
13590                 reported by Oktay)
13591
13592 2002-10-24 [christoph]  0.8.5claws52
13593
13594         * src/mainwindow.c
13595         * src/manual.[ch]
13596                 o use manual of current locale or english if current
13597                   locale is not available (and english is available)
13598                 o also link to sylpheed doc project manuals
13599
13600 2002-10-23 [paul]       0.8.5claws51
13601
13602         * tools/README
13603           tools/kmail2sylpheed_v2.pl
13604                 add new version of kmail addressbook importer script.
13605                 works with newer versions of Kmail/KAddressBook which
13606                 have new and rearranged data.
13607
13608 2002-10-23 [martin]     0.8.5claws50
13609
13610         * src/folderview.c
13611         * src/summaryview.c
13612         * src/utils.h
13613         * src/utils.c
13614                 added length parameter to get_abbrev_newsgroup_name()
13615                 changed this function so that it abbreviates the newsgroup
13616                 names only so long it is smaller than the length parameter
13617                 (for better reading of some newsgroup names and space efficiency)
13618
13619 2002-10-22 [colin]      0.8.5claws49
13620
13621         *src/foldersel.c
13622                 Revert Alfons' last modification (after voting ;-))
13623
13624 2002-10-21 [alfons]     0.8.5claws48
13625
13626         * src/foldersel.c
13627                 folder view in folder selection dialog reflects state of
13628                 folder view in main window
13629
13630 2002-10-18 [alfons]     0.8.5claws47
13631
13632         * src/mbox.c
13633                 drop imported messages in folder selected by user,
13634                 and not in the inbox
13635                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13636
13637 2002-10-18 [alfons]     0.8.5claws46
13638
13639         * src/compose.c
13640                 make automagic reply work correctly for email accounts 
13641                 (whether it's viable to do a full sync with Hiro's 
13642                 compose.c is still under discussion)
13643
13644 2002-10-18 [melvin]     0.8.5claws45
13645
13646         * src/prefs_actions.c
13647                 Fixed bug #622275 where asynchroneous actions left 
13648                 zombies processes
13649                 Made (synchroneous) actions' input be displayed live.
13650
13651 2002-10-18 [christoph]  0.8.5claws44
13652
13653         * src/textview.c
13654                 don't add a newline in the textview in front of the
13655                 first textpart if header display is disabled
13656                 (closes bug [ 603385 ] disabled header display leaves blank
13657                  lin)
13658
13659 2002-10-18 [christoph]  0.8.5claws43
13660
13661         * src/folder.[ch]
13662         * src/imap.c
13663         * src/mbox_folder.c
13664         * src/mh.c
13665         * src/news.c
13666                 folder->get_num_list now returns an error code
13667                 (closes bug [ 609424 ] News cache cleared on failure)
13668                 
13669 2002-10-17 [colin]      0.8.5claws42
13670         
13671         * src/news.c
13672                 Changed a printf by debug_print
13673
13674 2002-10-16 [paul]       
13675
13676         * tools/OOo2sylpheed.pl
13677                 allow for spaces in the name of the
13678                 file to be attached.
13679
13680 2002-10-16 [colin]      0.8.5claws41
13681
13682         * src/main.c
13683                 Use a tristate to change online mode
13684
13685 2002-10-16 [paul]       0.8.5claws40
13686
13687         * po/es.po
13688                 updated by Ricardo Mones Lastra
13689
13690 2002-10-16 [colin]      0.8.5claws39
13691
13692         * src/main.c
13693           src/mainwindow.[ch]
13694                 Added --online and --offline command-line
13695                 switches
13696
13697 2002-10-15 [christoph]  0.8.5claws38
13698
13699         * src/procmime.c
13700                 set mimeinfo->name to NULL after g_free to
13701                 avoid double freeing with g_free
13702
13703 2002-10-14 [christoph]  0.8.5claws37
13704
13705         * src/compose.c
13706         * src/filtering.c
13707         * src/summaryview.c
13708                 remove calls to folder->change_flags that are now
13709                 done by procmsg flag functions (seems it is not
13710                 used by any foldertype anyway)
13711         * src/folder.c
13712                 init folder->change_flags with NULL
13713
13714 2002-10-14 [christoph]  0.8.5claws36
13715
13716         * src/folder.[ch]
13717         * src/imap.[ch]
13718                 use virtual functions for folder item new and destroy
13719                 functions
13720
13721 2002-10-14 [melvin]     0.8.5claws35
13722
13723         * src/compose.c
13724                 Added a test to not run the spell checker if no default
13725                 dictionary is available. No dialog is displayed though.
13726
13727 2002-10-14 [melvin]     0.8.5claws34
13728
13729         * src/gtkaspell.c
13730                 Fixed bug in dictionary list context menu where
13731                 "More..." pointed to an emtpy submenu if the
13732                 number of dictionaries is a multiple of 15
13733                 Removed unneeded code in suggestions list creation
13734
13735 2002-10-14 [paul]       0.8.5claws33
13736
13737         * po/bg.po
13738                 updated by George Danchev
13739
13740 2002-10-13 [hoa]        0.8.5claws32
13741
13742         * src/matcher.[ch]
13743           src/matcher_parser_parser.y
13744                 removed the escaped string from internal structure
13745                 of matcher.
13746
13747 2002-10-12 [colin]      0.8.5claws31
13748
13749         * src/gtksctree.[ch]
13750           src/summaryview.c
13751                 Removed useless function gtksctree_reanchor
13752
13753 2002-10-12 [alfons]     0.8.5claws30
13754         
13755         * sync with remaining main changes 2002-10-09 - 2002-10-11
13756         - drop changes to src/compose.c (requires claws specific changes)
13757         
13758 2002-10-12 [alfons]     0.8.5claws29
13759         
13760         * sync with main changes of 2002-10-08
13761         - drop changes to src/compose.c (requires claws specific changes)
13762         - drop changes to src/summaryview.c (requires changes to compose.c)     
13763
13764 2002-10-12 [alfons]     0.8.5claws28
13765         
13766         * sync with main changes of 2002-10-07
13767
13768 2002-10-12 [alfons]     0.8.5claws27
13769
13770         * sync with main changes of 2002-10-04
13771         - drop changes to src/compose.c (requires claws specific changes)
13772         - drop changes to src/prefs_folder_item.c (claws implementation
13773           seems to be working)
13774
13775 2002-10-12 [colin]      0.8.5claws26
13776
13777         * src/mainwindow.c
13778                 Fix folder-flicker when space-reading, introduced 
13779                 in claws22.
13780
13781 2002-10-12 [colin]      0.8.5claws25
13782
13783         * src/compose.c
13784                 Save account address when saving as draft.
13785                 (closes bug 621838)
13786
13787 2002-10-12 [colin]      0.8.5claws24
13788
13789         * src/summaryview.c
13790                 Fix the problem consisting of no message selected
13791                 after the last message in a folder has been moved.
13792
13793 2002-10-12 [paul]       0.8.5claws23
13794
13795         * src/compose.c
13796           src/prefs_template.c
13797           src/template.[ch]
13798                 add Cc and Bcc to templates. Patch submitted by
13799                 John L. Males.
13800
13801 2002-10-12 [colin]      0.8.5claws22
13802
13803         * src/folderview.c
13804                 Fix a bug after "Check for new messages":
13805                 If a folder was opened, it was still selected at
13806                 the end of the check, but displayed empty.
13807         * src/mainwindow.c
13808                 Remove unnecessary check
13809
13810 2002-10-12 [paul]
13811
13812         * tools/README
13813                 be more verbose in the description of
13814                 OOo2sylpheed.pl
13815                 
13816
13817 2002-10-11 [colin]      0.8.5claws21
13818
13819         * src/mainwindow.c
13820                 Make space work (better) when no mail is selected
13821
13822 2002-10-11 [colin]      0.8.5claws20
13823
13824         * src/inc.c
13825           src/news.c
13826                 fix warnings
13827
13828 2002-10-11 [colin]      0.8.5claws19
13829
13830         * src/mainwindow.c
13831                 revert 0.8.5claws6 changes as i couldn't get to
13832                 anything satisfying
13833
13834 2002-10-11 [melvin]     0.8.5claws18
13835
13836         * src/compose.c
13837                 Removed buggy and unused macro (should have been committed in
13838                 0.8.5claws17)
13839
13840 2002-10-11 [melvin]     0.8.5claws17
13841
13842         * src/compose.c
13843                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13844
13845 2002-10-11 [thorsten]   0.8.5claws16 
13846
13847         * src/folderview.c
13848                 remove rescan warning
13849
13850 2002-10-11 [colin]      0.8.5claws15 
13851
13852         * src/procheader.c
13853                 fix a segfault that happens if conv_unmime_header
13854                 fails (should be better to find out why it fails)
13855
13856 2002-10-11 [christoph]  0.8.5claws14
13857
13858         * src/summaryview.c
13859                 update folderview stats after ignore/unignore thread
13860
13861 2002-10-11 [hoa]        0.8.5claws13
13862
13863         * src/quote_fmt_parse.y
13864                 Fixed a yacc/bison syntax error
13865         * src/matcher.c
13866                 Escaping of string is fixed.
13867
13868 2002-10-11 [colin]      0.8.5claws12
13869
13870         * src/imageview.c
13871                 Resize images to fit
13872
13873 2002-10-11 [paul]       0.8.5claws11
13874
13875         * po/es.po
13876                 updated by Ricardo Mones Lastra
13877
13878 2002-10-10 [alfons]     0.8.5claws10
13879
13880         * src/compose.c
13881                 allow dropping files by "moving" files from a file manager,
13882                 not only by the more cumbersome "copying". the latter 
13883                 mostly implies holding down the Control button
13884
13885 2002-10-10 [christoph]  0.8.5claws9
13886
13887         * src/summaryview.c
13888                 update folders after thread building for ignored threads
13889
13890 2002-10-10 [christoph]  0.8.5claws8
13891
13892         * config/.cvsignore
13893                 added Makefile
13894         * src/filtering.[ch]
13895         * src/folder.[ch]
13896         * src/folderview.[ch]
13897         * src/import.c
13898         * src/inc.[ch]
13899         * src/mbox.[ch]
13900         * src/procmsg.c
13901         * src/summaryview.[ch]
13902                 o added new flag need_update to FolderItem
13903                 o removed folder_table from various functions from tracking
13904                   folder updates
13905                 o set need_update flags in folder.c's move, copy and delete
13906                   functions and procmsg's flags functions
13907                 o added function folderview_update_items_when_required that
13908                   updates all folders with need_update set
13909                 o call folderview_update_items_when_required instead of
13910                   folderview_update_item_foreach
13911
13912 2002-10-09 [sergey]     0.8.5claws7
13913
13914         * src/compose.c
13915                 Strip CRs whel loading the text into editor in reedit mode.
13916
13917 2002-10-09 [colin]      0.8.5claws6
13918
13919         * src/mainwindow.c
13920                 Make Space work when no mail is selected
13921
13922 2002-10-09 [colin]      0.8.5claws5
13923
13924         * src/gtksctree.[ch]
13925                 Fix range_select
13926                 Add gtk_sctree_reanchor() 
13927         * src/summaryview.c
13928                 Use gtk_sctree_reanchor() - better fix for 
13929                 bug 60413
13930
13931 2002-10-09 [colin]      0.8.5claws4
13932
13933         * src/summaryview.c
13934                 Fix shift-click select after delete problem
13935                 (closes bug 60413)
13936
13937 2002-10-08 [thorsten]   0.8.5claws3
13938
13939         * src/summaryview.c
13940                 exclude current msg from -hide read messages-
13941
13942 2002-10-08 [colin]      0.8.5claws2
13943
13944         * src/inc.[ch]
13945           src/pop.c
13946           src/recv.c
13947                 Differentiate socket errors from disk full
13948                 errors
13949
13950 2002-10-08 [christoph]  0.8.5claws1
13951
13952         * Makefile.am
13953         * configure.in
13954                 modifications for new config directory
13955
13956         * config.guess  ** REMOVED **
13957         * config.sub    ** REMOVED **
13958         * install-sh    ** REMOVED **
13959         * ltmain.sh     ** REMOVED **
13960         * missing       ** REMOVED **
13961         * mkinstalldirs ** REMOVED **
13962                 these files are autogenerated by automake
13963                 when you run autogen.sh
13964
13965         * config/.cvsignore     ** NEW FILE **
13966         * config/Makefile.am    ** NEW FILE **
13967                 ignore autogenerated files
13968                 create a Makefile in this directory
13969
13970 2002-10-08 [paul]       0.8.5claws
13971
13972         * 0.8.5claws release
13973         
13974         * src/compose.c
13975           src/procheader.c
13976           src/procmsg.c
13977                 fix quote reply format for newsgroups reply bug
13978                 (thanks to Hoa)
13979                 
13980         * po/en_GB.po
13981           po/pl.po
13982                 updated by me and Witold Wladyslaw Wojciech Wilk
13983                 repectively
13984
13985 2002-10-07 [paul]       0.8.3claws53
13986
13987         * po/it.po
13988           po/pt_BR.po
13989           po/sr.po
13990                 updated messages catalogs, submitted by
13991                 Alessandro Maestri, Fabio Jr.Beneditto 
13992                 and Urke MMI, respectively.
13993
13994 2002-10-07 [christoph]  0.8.3claws52
13995
13996         * src/folder.[ch]
13997         * src/folderview.c
13998         * src/mainwindow.c
13999                 fix new folder ghost message bug
14000                 (closes bug [ 619722 ] wrong count for newly created folders)
14001
14002 2002-10-07 [christoph]  0.8.3claws51
14003
14004         * src/compose.c
14005                 fix news posting problem
14006
14007 2002-10-07 [melvin]     0.8.3claws50
14008
14009         * po/fr.po
14010                 Updated French translation
14011
14012 2002-10-05 [christoph]  0.8.3claws49
14013
14014         * src/gtkstext.c
14015                 check if line_start_cache is set in gtk_stext_update_text
14016                 (closes bug [ 618119 ] crash while doing search in folder)
14017
14018 2002-10-05 [christoph]  0.8.3claws48
14019
14020         * src/imap.c
14021         * src/news.c
14022         * src/utils.c
14023         * src/utils.h
14024                 implement cache cleanups for claws' folder system
14025                 (closes bug [ 595916 ] imapcache not cleaned up)
14026
14027 2002-10-05 [melvin]     0.8.3claws47
14028
14029         * src/prefs_actions.c
14030                 Made the help text more clear for the %p token
14031
14032 2002-10-04 [paul]       0.8.3claws46
14033
14034         * sync with 0.8.5
14035                 see ChangeLog 2002-10-02 and 2002-10-03
14036
14037 2002-10-04 [christoph]  0.8.3claws45
14038
14039         * src/inc.c
14040                 fix segfault caused by pop before smtp
14041                 call to inc_account_mail with NULL
14042                 pointer for mainwin
14043
14044 2002-10-04 [paul]       0.8.3claws44
14045
14046         * configure.in
14047                 sync the LDAP detection from 0.8.5cvs1
14048
14049 2002-10-02 [christoph]  0.8.3claws43
14050
14051         * po/de.po
14052                 fix small spelling error
14053
14054 2002-10-02 [melvin]     0.8.3claws42
14055
14056         * ac/aspell.m4
14057                 Behave better and say "no" when test program cannot be run.
14058
14059 2002-10-02 [paul]       0.8.3claws41
14060
14061         * sync with 0.8.4cvs1
14062                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14063                 
14064         * src/summaryview.c
14065                 toggle the behavior of Reply menuitem between
14066                 normal reply and reply-to-list
14067
14068 2002-10-01 [sergey]     0.8.3claws40
14069
14070         * src/compose.c
14071                 Convert newlines in the message text to the canonical form
14072                 before base64 encoding (RFC2045 compliance, fixes some
14073                 interoperability issues with Evolution 1.0.3)
14074
14075 2002-09-29 [colin]      0.8.3claws39
14076
14077         * src/summaryview.c
14078                 Fix an unwanted copy/paste
14079
14080 2002-09-29 [colin]      0.8.3claws38
14081
14082         * src/mainwindow.c
14083                 Renamed "Custom toolbar" to "Customize toolbar"
14084                 Renamed "Show all header" to "Show all headers"
14085                 Renamed "Set diplay item" to "Set displayed items"
14086         * src/prefs_common.c
14087                 Renamed "Show all header" to "Show all headers"
14088         * src/prefs_summary_column.c
14089                 Renamed "diplay item" to "displayed items"
14090
14091 2002-09-29 [colin]      0.8.3claws37
14092
14093         * src/mainwindow.[ch]
14094                 online/offline status pixmaps follow theme
14095                 changes
14096         * src/summaryview.[ch]
14097                 quicksearch pixmap follows theme changes
14098
14099 2002-09-29 [thorsten]   0.8.3claws36
14100
14101         * src/compose.c
14102           src/prefs_folder_item.[ch]
14103                 add default_reply_to folder option (closes patch 581044)
14104
14105 2002-09-29 [christoph]  0.8.3claws35
14106
14107         * acconfig.h    ** REMOVED **
14108         * configure.in
14109         * ac/aspell.m4
14110         * ac/check-type.m4
14111         * ac/gnupg-check-typedef.m4
14112                 fix autoheader 2.50 warning
14113
14114 2002-09-29 [christoph]  0.8.3claws34
14115
14116         * major code cleanup (part 2)
14117         
14118                 - unused variables removed
14119                 - unused functions removed
14120                 - uninitialized variables checked
14121                 - missing return statements added
14122                 - missing function return types added
14123                 - added parentheses around assignment
14124                   when suggested by gcc
14125
14126 2002-09-29 [alfons]     0.8.3claws33
14127
14128         * src/logwindow.c
14129                 log_window_clear(): only bracket gtk_text_forward_delete() 
14130                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14131                 works around GTK text bug)
14132
14133 2002-09-29 [paul]       0.8.3claws32
14134
14135         * po/bg.po
14136           po/sr.po
14137                 updated by George Danchev and Urke MMI
14138                 respectively
14139
14140 2002-09-27 [christoph]  0.8.3claws31
14141
14142         * doc-src/readme.txt
14143         * doc-src/rfc1806.txt   ** REMOVED **
14144         * doc-src/rfc2183.txt   ** NEW FILE **
14145         * doc-src/rfc2980.txt   ** NEW FILE **
14146                 update rfcs
14147
14148 2002-09-27 [melvin]     0.8.3claws30
14149
14150         * ac/aspell.m4
14151                 Fixed typo which could break linking
14152
14153 2002-09-27 [melvin]     0.8.3claws29
14154
14155         * ac/aspell.m4
14156                 Improved GNU/aspell checking. 
14157                 Fixed bug #614490
14158
14159 2002-09-27 [paul]       0.8.3claws28
14160
14161         * sync with 0.8.3cvs8
14162                 see ChangeLog 2002-09-27
14163
14164 2002-09-26 [colin]      0.8.3claws27
14165
14166         * src/toolbar.[ch]
14167           src/mainwindow.[ch]
14168                 Add "Reply to Mailing-list" to the toolbar
14169
14170 2002-09-26 [christoph]  0.8.3claws26
14171
14172         * src/summaryview.c
14173                 Fix wrong message counts in summaryview status
14174
14175 2002-09-26 [paul]       0.8.3claws25
14176
14177         * sync with 0.8.3cvs7
14178                 see ChangeLog 2002-09-26
14179
14180 2002-09-26 [paul]       0.8.3claws24
14181
14182         * sync with 0.8.3cvs6
14183                 see ChangeLog 2002-09-25
14184
14185 2002-09-25 [christoph]  0.8.3claws23
14186
14187         * src/prefs_common.c
14188         * src/prefs_folder_item.c
14189         * src/prefs_scoring.c
14190                 Renamed "kill score" to "hide score" in GUI
14191                 and prefs files
14192
14193 2002-09-25 [paul]       0.8.3claws22
14194
14195         * sync with 0.8.3cvs5
14196                 see ChangeLog 2002-09-24
14197
14198 2002-09-24 [alfons]     0.8.3claws21
14199
14200         patch by Satoshi Nagayasu: allows appending / saving multiple 
14201         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14202         'Save as ...'")
14203
14204         * AUTHORS
14205                 add Satoshi Nagayasu
14206         * src/summaryview.c
14207                 summary_save_as(): allow saving selected files to
14208                 one file
14209                 summary_set_menu_sensitive: enable "Save As..." when
14210                 multiple files are selected
14211         * src/utils.[ch]
14212                 append_file(): new function
14213
14214 2002-09-24 [colin]      0.8.3claws20
14215
14216         * src/procmime.c
14217                 Fix segfault when mimeinfo doesn't have a 
14218                 content_type. 
14219
14220 2002-09-24 [colin]      0.8.3claws19
14221
14222         * src/prefs_common.[ch]
14223                 Add a preference to display send dialog or not
14224         * src/send.c
14225                 Display send dialog according to preference
14226
14227 2002-09-24 [colin]      0.8.3claws18
14228
14229         * src/compose.[ch]
14230                 Disable user actions when sending
14231
14232 2002-09-24 [colin]      0.8.3claws17
14233
14234         * src/procmime.c
14235                 Do not display name or filename for attachments
14236                 with an application/pgp-signature type
14237                 (security flaw, see bug 537413)
14238
14239 2002-09-23 [colin]      0.8.3claws16
14240
14241         * src/editaddress.c
14242                 Initialize entry_email, entry_alias and 
14243                 entry_remarks to first email address of the list
14244
14245 2002-09-23 [colin]      0.83claws15
14246
14247         * src/compose.c
14248                 Drop pgp-signature when reediting a signed queued
14249                 message
14250
14251 2002-09-23 [melvin]     0.8.3claws14
14252
14253         * po/fr.po
14254                 Updated French translation
14255
14256 2002-09-23 [melvin]     0.8.3claws13
14257
14258         * src/mainwindow.c
14259                 Made custom toolbar menu labels more consistent
14260         * src/prefs_toolbar.c
14261                 Made custom toolbar window title more consistent
14262
14263 2002-09-22 [colin]      0.8.3claws12
14264
14265         * src/inc.c
14266                 Initialize session type to normal before getting 
14267                 mail (fixes strange Get behaviour)
14268         * src/prefs_account.h
14269                 Move STYPE_POP_BEFORE_SMTP to last position to 
14270                 avoid other side-effects
14271
14272 2002-09-22 [colin]      0.8.3claws11
14273
14274         * src/prefs_account.c
14275                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14276                 from pop3 to apop or vice-versa
14277
14278 2002-09-22 [colin]      0.8.3claws10
14279         
14280         * src/prefs_account.[ch]
14281                 Add an option for the POP before SMTP timeout
14282         * src/inc.c
14283                 Remember time of last POP connection
14284         * src/send.c
14285                 Do POP before SMTP only if timeout reached
14286
14287 2002-09-22 [oliver]     0.8.3claws9
14288         
14289         * README.claws
14290                 explain custom toolbar
14291
14292 2002-09-22 [oliver]     0.8.3claws8
14293
14294         * src/prefs_actions.[ch]
14295         custom toolbar for compose      
14296                 actions callback from compose toolbar
14297         * src/folderview.c
14298                 remove include toolbar.h
14299
14300 2002-09-22 [oliver]     0.8.3claws7
14301         
14302         * src/prefs_toolbar.[ch]
14303                 custom toolbar for compose
14304                 - generic prefs_toolbar handles both
14305                   Mainwin's toolbar as well as Compose toolbar          
14306
14307 2002-09-22 [oliver]     0.8.3claws6
14308         
14309         * src/toolbar.[ch]
14310                 custom toolbar for compose
14311                 restructure toolbar.[ch]
14312
14313 2002-09-22 [oliver]     0.8.3claws5
14314
14315         * src/compose.[ch]
14316                 custom toolbar for compose
14317
14318 2002-09-22 [oliver]     0.8.3claws4
14319         
14320         * src/mainwindow.[ch]
14321                 custom toolbar for compose 
14322                 move mainwin toolbar back to mainwindow
14323
14324 2002-09-22 [alfons]     0.8.3claws3
14325
14326         * src/procmsg.c
14327                 :%sno/if(/if (/gc
14328                 :%sno/for(/for (/gc
14329                 (beautify)
14330
14331 2002-09-22 [alfons]     0.8.3claws2
14332         
14333         * src/procmsg.c
14334                 procmsg_save_to_outbox(): don't unlink message file from queue;
14335                 callers should do it using folder_item_remove_msg()
14336
14337 2002-09-22 [colin]      0.8.3claws1
14338
14339         * src/mimeview.[ch]
14340                 Made mimeview_check_signature() public
14341         * src/textview.c
14342                 Made GPG signatures verifiable by clicking
14343                 the [application/pgp-signature] in the Text
14344                 view
14345
14346 2002-09-22 [paul]       0.8.3claws
14347
14348         * po/bg.po
14349           po/en_GB.po
14350           po/es.po
14351           po/it.po
14352           po/pl.po
14353           po/pt_BR.po
14354           po/sr.po
14355                 updated translations, submitted by George Danchev,
14356                 me, Ricardo Mones Lastra, Alessandro Maestri,
14357                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14358                 and Urke MMI, respectively.     
14359
14360 2002-09-22 [alfons]     0.8.2claws65
14361
14362         * src/procmsg.c
14363         * src/pgptext.c
14364                 no furry valgrinds have been used to plug these memleaks
14365
14366 2002-09-20 [paul]       0.8.2claws64
14367
14368         * sync with 0.8.3cvs4
14369                 'Select thread' re-implemented 
14370                 see ChangeLog 2002-09-20
14371
14372 2002-09-21 [alfons]     0.8.2claws63
14373
14374         * src/compose.c
14375                 compose_send(): plug unnoticed memleak
14376
14377 2002-09-20 [alfons]     0.8.2claws62
14378
14379         * src/addr_compl.c
14380                 replace_address_in_edit(): strict check for NULL address to
14381                 fix "[ 607348 ] Segfault in address completion". My guess is
14382                 that this happens with an empty address book, but it's good
14383                 to have this check here anyway
14384                 
14385                 completion_window_button_press(): free string returned 
14386                 from the internal cache
14387
14388 2002-09-20 [christoph]  0.8.2claws61
14389
14390         * src/procmime.h
14391                 added ENC_BINARY to EncodingType
14392         * src/procmime.c
14393                 the string returned by procmime_get_encoding_str
14394                 should not depend on the order of values in the
14395                 EncodingType definition
14396         * doc-src/rfc1806.txt   ** NEW FILE **
14397                 Added rfc1806 about MIME Content-Disposition
14398                 Extension
14399
14400 2002-09-19 [paul]       0.8.2claws60
14401
14402         * sync with 0.8.2cvs3
14403                 see ChangeLog 2002-09-19
14404
14405 2002-09-19 [paul]       0.8.2claws59
14406
14407         * src/prefs_folder_item.c
14408                 revert to Darko's original alignment of colour
14409                 selector button
14410                 add a colon to folder_color label
14411                 
14412         * src/compose.c
14413                 add Colin's patch (with Hiro's modifications) to 
14414                 force BASE64 encoding for 8-bit text when signing
14415                 (sync with 0.8.3cvs2)
14416
14417 2002-09-18 [alfons]     0.8.2claws58
14418
14419         * src/compose.c
14420                 :%sno/if(/if (/gc
14421                 :%sno/for(/for (/gc
14422                 (beautify a little bit)
14423
14424 2002-09-18 [christoph]  0.8.2claws57
14425
14426         * src/pine.c
14427                 fix handling of fgetc return value
14428
14429 2002-09-17 [alfons]     0.8.2claws56
14430         
14431         * src/summaryview.c
14432                 summary_sort(): check non-NULL summaryview->folder_item when no 
14433                 folder is selected at all
14434                 (closes "[ 610344 ] sort label make syl Crash")
14435
14436 2002-09-17 [alfons]     0.8.2claws55
14437         
14438         * src/compose.c
14439                 beautify a little bit
14440
14441 2002-09-17 [christoph]  0.8.2claws54
14442
14443         * src/folder.c
14444                 initialize max values for cache and folder
14445                 when cache or folder is empty
14446
14447 2002-09-15 [colin]      0.8.2claws53
14448
14449         * src/compose.c
14450                 Fix a leak (thanks Alfons!) and cleaned
14451                 variables names for custom headers
14452
14453 2002-09-15 [colin]      0.8.2claws52
14454
14455         * src/compose.c
14456                 Fix custom headers recognition when
14457                 prefs_common.trans_hdr is on
14458
14459 2002-09-15 [colin]      0.8.2claws51
14460
14461         * src/compose.c
14462                 Allow dynamically-added custom headers
14463                 Yet not reparsed if reedited
14464
14465 2002-09-15 [alfons]     0.8.2claws50
14466
14467         * src/prefs_account.c
14468                 fix warnings
14469
14470 2002-09-15 [colin]      0.8.2claws49
14471         
14472         * src/prefs_account.c
14473                 fix pop_before_smtp sensitivity
14474
14475 2002-09-15 [colin]      0.8.2claws48
14476
14477         * src/inc.[ch]
14478                 add inc_pop_before_smtp()
14479                 allow MainWindow to be undefined in 
14480                 inc_account_mail() and inc_start()
14481         * src/pop.c
14482           src/prefs_account.h
14483                 add STYPE_POP_BEFORE_SMTP session type
14484         * src/prefs_account.c
14485                 activated pop before smtp option
14486         * src/send.c
14487                 do pop before smtp if the relevant option 
14488                 is set
14489
14490 2002-09-15 [paul]       0.8.2claws47
14491
14492         * sync with 0.8.3
14493                 see ChangeLog 2002-09-15
14494
14495 2002-09-14 [paul]       0.8.2claws46
14496
14497         * po/bg.po
14498                 updated Bulgarian translation, submitted by
14499                 George Danchev
14500
14501 2002-09-13 [paul]       0.8.2claws45
14502
14503         * src/compose.c
14504                 merge claws' select_account() with main's
14505                 (new) compose_select_account(). [sync with
14506                 0.8.2cvs15, see ChangeLog 2002-09-11]
14507
14508 2002-09-12 [christoph]  0.8.2claws44
14509
14510         * src/filter.c
14511                 allocate 1 elements of FolderItem not 0
14512
14513 2002-09-12 [colin]      0.8.2claws43
14514
14515         * src/compose.c
14516                 Fix bug #590825 (obey Follow-up: poster)
14517
14518 2002-09-12 [colin]      0.8.2claws42
14519
14520         * src/procmime.c
14521                 Fix bug #557009 (wrong headers for messages 
14522                 forwarded as attachments)
14523
14524 2002-09-11 [colin]      0.8.2claws41
14525         
14526         * src/compose.c
14527                 Put SCF: pseudo-header on top of message
14528                 Set draft tmp_flag when saved as draft
14529
14530         * src/procmsg.c
14531           src/procheader.c
14532                 Skip after first \n\n for beginning of real message
14533                 for drafts too
14534
14535 2002-09-11 [christoph]  0.8.2claws40
14536
14537         * src/filtering.c
14538                 use procmsg flag functions in filtering or processing
14539                 will cause incorrect folder message counts
14540
14541 2002-09-11 [colin]      0.8.2claws39
14542
14543         * src/compose.c
14544                 Fix bug #550175 - wrong save folder when reediting
14545                 drafts
14546
14547 2002-09-11 [paul]       0.8.2claws38
14548
14549         * sync with 0.8.2cvs14
14550                 see ChangeLog 2002-09-11
14551
14552 2002-09-11 [colin]      0.8.2claws37
14553
14554         * src/folder.c
14555                 Fix a typo (seeming to cause new/unread status to
14556                 be lost)
14557
14558 2002-09-10 [christoph]  0.8.2claws36
14559
14560         * src/compose.c
14561                 compose_redirect should not use compose_generic_new
14562                 because that does more stuff than expected including
14563                 opening the external editor
14564                 (closes bug "[ 526608 ] bounced messages appear blank
14565                  in editor")
14566
14567 2002-09-10 [christoph]  0.8.2claws35
14568
14569         * src/folder.c
14570                 fix problem with too large message number range
14571                 causing a crash in folder_item_scan
14572
14573 2002-09-10 [paul]       0.8.2claws34
14574
14575         * sync with 0.8.2cvs13
14576                 see ChangeLog 2002-09-10
14577
14578 2002-09-10 [christoph]  0.8.2claws33
14579
14580         * src/msgcache.c
14581                 set MsgInfo TmpFlags for queue and draft folders
14582                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14583
14584 2002-09-10 [paul]       0.8.2claws32
14585
14586         * AUTHORS
14587           po/bg.po      ** NEW FILE **
14588                 new Bulgarian translation submitted by
14589                 George Danchev <danchev@spnet.net>
14590                 
14591         * tools/Makefile.am
14592           tools/README
14593           tools/tb2sylpheed     ** NEW FILE **
14594                 add script that converts an addressbook exported
14595                 from The Bat! into a Sylpheed addressbook. Submitted
14596                 by Urke MMI <urke-kg@eunet.yu>
14597
14598 2002-09-10 [paul]       0.8.2claws31
14599
14600         * sync with 0.8.2cvs12
14601                 see ChangeLog 2002-09-10
14602
14603 2002-09-06 [paul]       0.8.2claws30
14604
14605         * src/prefs_common.c
14606                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14607                 
14608         * tools/Makefile.am
14609           tools/README
14610           tools/ldif-to-xml.py  ** REMOVED **
14611                 remove obsolete python script
14612
14613 2002-09-06 [paul]       0.8.2claws29
14614
14615         * sync with 0.8.2cvs10
14616                 see ChangeLog 2002-09-06
14617
14618 2002-09-04 [paul]       0.8.2claws28
14619
14620         * sync with 0.8.2cvs9
14621                 see ChangeLog 2002-08-04
14622
14623 2002-09-04 [colin]      0.8.2claws27 
14624
14625         * src/prefs_common.[ch]
14626                 Added signature color configuration
14627         * src/textview.c
14628                 Use user-specified signature color
14629
14630 2002-09-03 [colin]      0.8.2claws26
14631
14632         * src/prefs_common.[ch]
14633                 Added autosave and autosave_length prefs
14634         * src/compose.c
14635                 Added compose_remove_draft()
14636                 Auto-save drafts according to the prefs
14637         * src/main.c
14638                 Added a crash-indicator file, allowing to check
14639                 for new messages on startup if Sylpheed crashed
14640                 (makes saved drafts "reappear")
14641
14642 2002-09-03 [colin]      0.8.2claws25
14643
14644         * src/textview.[ch]
14645                 Grey the signature
14646
14647 2002-09-03 [paul]       0.8.2claws24
14648
14649         * sync with 0.8.2cvs8
14650                 see ChangeLog 2002-09-02 and 2002-09-03
14651
14652 2002-09-03 [darko]      0.8.2claws23
14653
14654         * src/folderview.c
14655                 use normal style when creating new folder to pick
14656                 proper font size 
14657
14658 2002-09-02 [melvin]     0.8.2claws22
14659
14660         * src/gtkaspell.m4
14661                 removed some obsolete code
14662
14663 2002-09-02 [melvin]     0.8.2claws21
14664
14665         * ac/aspell.m4
14666                 fixed test's equality sign (== to =)
14667
14668 2002-09-02 [alfons]     0.8.2claws20
14669
14670         * src/folder.c
14671         * src/mh.c
14672                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14673                 as folder->destroy virtual as suggested by Hiro
14674                 (the mh.c code seems to have been lost around mh.c.1.21)
14675
14676 2002-09-02 [paul]       0.8.2claws19
14677
14678         * po/pt_BR.po
14679                 updated by Fabio Jr. Beneditto
14680                 
14681         * src/defs.h
14682                 use 'http://claws.sylpheed.org' for homepage link. 
14683                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14684
14685 2002-09-01 [alfons]     0.8.2claws18
14686
14687         * src/mh.c
14688                 plug memleak related to one Martin Kluge found
14689
14690 2002-08-31 [paul]       0.8.2claws17
14691
14692         * sync with 0.8.2cvs6
14693                 see ChangeLog 2002-08-30
14694
14695 2002-08-31 [alfons]     0.8.2claws16
14696
14697         * src/folder.c
14698                 folder_destroy(): remove mailbox from folderlist even if it has
14699                 no destroy virtual
14700
14701 2002-08-31 [alfons]     0.8.2claws15
14702
14703         * src/folder.c
14704                 :%sno/if(/if (/gc
14705                 :%sno/for(/for (/gc
14706                 (being pedantic I know)
14707
14708 2002-08-31 [alfons]     0.8.2claws14
14709
14710         * src/folder.c
14711                 check for NULL pointers returned from folder->fetch_msginfo virtual
14712                 (should solve some reported crashes)
14713
14714 2002-08-30 [alfons]     0.8.2claws13
14715
14716         * acconfig.h
14717         * configure.in
14718         * src/crash.c
14719                 enable crash dialog on compilation time
14720                 (--enable-crash-dialog configure option)
14721
14722 2002-08-30 [alfons]     0.8.2claws12
14723
14724         * AUTHORS
14725                 add Martin Kluge
14726         * src/mh.c
14727                 apply memory leak plug patch by Martin Kluge
14728                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14729                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14730                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14731
14732 2002-08-30 [darko]      0.8.2claws11
14733
14734         * src/folderview.c
14735                 copy Gtk style from normal style to match
14736                 font size for coloured folders
14737
14738 2002-08-29 [alfons]     0.8.2claws10
14739
14740         * sylpheed.desktop
14741                 Type=Internet <- Type=Application
14742                 (reported by Michael Schwendt, see:
14743                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14744                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14745
14746 2002-08-29 [paul]       0.8.2claws9
14747
14748         * sync with 0.8.2cvs5
14749                 see ChangeLog 2002-08-29
14750
14751 2002-08-29 [colin]      0.8.2claws8
14752
14753         * src/summaryview.c
14754                 Added a sanity check in summary_select_thread
14755                 Should fix bug 601605
14756
14757 2002-08-29 [colin]      0.8.2claws7
14758
14759         * src/main.c
14760                 Revert claws6 changes regarding bug #591676
14761
14762 2002-08-28 [colin]      0.8.2claws6
14763         
14764         * src/main.c
14765                 Ignore cache for queue folderitems
14766                 Fix bug #591676
14767
14768 2002-08-28 [melvin]     0.8.2claws5
14769
14770         * README.claws
14771                 Fixed typos.
14772
14773 2002-08-28 [melvin]     0.8.2claws4
14774
14775         * README.claws
14776                 Updated a bit the text concerning the spell checker
14777
14778 2002-08-28 [melvin]     0.8.2claws3
14779
14780         Merged the GNU_aspell_branch:
14781                 Support of new GNU/aspell is now included and the old pspell
14782                 is not supported anymore.
14783                 See README.claws
14784
14785         * README.claws
14786                 Updated spell checker text to reflect the switch to GNU/aspell
14787
14788         * ac/aspell.m4          *** NEW ***
14789         * src/gtkaspell.[ch]    *** NEW *** 
14790         * ac/pspell.m4          *** DELETED *** 
14791         * src/gtkspell.[ch]     *** DELETED ***
14792
14793         * ac/Makefile.am
14794                 Updated for GNU/aspell support
14795
14796         * po/POTFILES.in
14797                 Replaced gtkspell.c by gtkaspell.c
14798
14799         * acconfig.h
14800         * src/Makefile.am
14801         * src/about.c
14802         * src/compose.[ch]
14803         * src/crash.c
14804         * src/main.c
14805         * src/prefs_common.[ch]
14806                 Updated for GNU/aspell support
14807
14808 2002-08-28 [paul]       0.8.2claws2
14809
14810         * sync with 0.8.2cvs4
14811                 see ChangeLog 2002-08-27 and 2002-08-28
14812
14813 2002-08-28 [colin]      0.8.2claws1
14814
14815         * src/summary_search.c
14816                 Added "AND search"
14817
14818 2002-08-28 [jens]       0.8.2claws
14819
14820         *po/de.po
14821                 Updated German translations
14822
14823 2002-08-27 [melvin]     0.8.2claws
14824
14825         * po/fr.po
14826                 Updated French translations
14827
14828 2002-08-27 [paul]       0.8.2claws
14829
14830         * sync with 0.8.2 main release
14831
14832         * po/en_GB.po
14833           po/es.po
14834           po/it.po
14835           po/pl.po
14836           po/pt_BR.po
14837           po/sr.po
14838                 updated message catalogs submitted by
14839                 Ricardo Mones Lastra, Alessandro Maestri,
14840                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14841                 Beneditto and Urke MMI  
14842
14843 2002-08-27 [hoa]        0.8.1claws123
14844
14845         * src/mainwindow.[ch]
14846         * src/summaryview.[ch]
14847                 removed the "filter setting" menu option.
14848                 add a "cancel a news message" menu option.
14849
14850 2002-08-26 [martin]     0.8.1claws122
14851
14852         * ChangeLog.claws
14853                 changed string under 0.8.1claws79 changed by myself
14854                 i'm sorry alfons :(
14855
14856 2002-08-26 [martin]     0.8.1claws121
14857
14858         * src/crash.c
14859                 added kill command to debuggerrc to start crash dialog
14860
14861 2002-08-26 [paul]       0.8.1claws120
14862
14863         * sync with 0.8.1cvs31
14864                 see ChangeLog 2002-08-26
14865
14866 2002-08-25 [alfons]     0.8.1claws119
14867
14868         * src/procmsg.c
14869                 fix bug that didn't send out correct headers to news server
14870                 when sending news article and email from queue (bug reported
14871                 and patch provided by Tim Mann; closes bug 
14872                 "[ 583196 ] 0.7.8claws can't post news")
14873
14874 2002-08-25 [alfons]     0.8.1claws118
14875
14876         * src/selective_download.c
14877                 mark two strings as translatable
14878                 (thanks to Urke MMI for pointing this out)
14879
14880 2002-08-25 [alfons]     0.8.1claws117
14881
14882         * src/summaryview.c
14883                 treat sent boxes as special and allow sorting them by addressee
14884                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14885                 submitted by Steve Lamb)
14886
14887 2002-08-24 [alfons]     0.8.1claws116
14888
14889         * src/matcher.c
14890                 fix memleak reported by Martin Kluge
14891                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14892
14893 2002-08-24 [oliver]     0.8.1claws115
14894
14895         * src/prefs_toolbar.c
14896                 o code cleanup as suggested by Alfons
14897                 o memleak fix
14898
14899 2002-08-24 [alfons]     0.8.1claws114
14900
14901         * src/summaryview.c
14902                 o fix another memory leak reported by Martin Kluge
14903                   (see "[ 599568 ] Small Memory Leak")
14904                 o remove 'from' variable from 'summary_set_header()'; we can
14905                   do with just 'to' 
14906
14907 2002-08-24 [paul]       0.8.1claws113
14908
14909         * sync with 0.8.1cvs30
14910                 see ChangeLog 2002-08-23
14911
14912 2002-08-24 [alfons]     0.8.1claws112
14913
14914         * src/summaryview.c
14915                 remove unnecessary allocations for search bar fixing leaks
14916                 reported by Martin Kluge
14917                 (see "[ 599451 ] Further memory leaks?")
14918
14919 2002-08-24 [alfons]     0.8.1claws111
14920
14921         * src/main.c
14922                 make get_socket_name() public for crash.c
14923         * src/crash.c
14924                 o make report bug button work (goes to claws' 
14925                   bug tracker at sf.net)
14926                 o introduce function for doing important stuff just
14927                   before claws goes down
14928                 o clean up code 
14929
14930 2002-08-24 [alfons]     0.8.1claws110
14931
14932         * src/compose.c
14933                 move cursor to "To" entry when forwarding as attachment
14934                 (reported and solved by Steve Lamb, closes bug report
14935                 "[ 592880 ] Forward as attachment; cursor not in to")
14936
14937 2002-08-24 [colin]      0.8.1claws109
14938
14939         * src/mainwindow.c
14940                 fix quick search visibility after GUI (de)separations.
14941
14942 2002-08-23 [colin]      0.8.1claws108
14943
14944         * src/mainwindow.c
14945                 fix header pane visibility after folderview or
14946                 messageview (de)separation
14947
14948 2002-08-23 [paul]       0.8.1claws107
14949
14950         * src/mainwindow.[ch]
14951           src/toolbar.c
14952                 give full control of display or non-display 
14953                 of the Execute icon to Custom toolbar settings.
14954                 add new sensitivity condition to maninwindow.h: 
14955                 M_DELAY_EXEC
14956
14957         * ChangeLog
14958           ChangeLog.jp
14959           NEWS
14960                 more sync with 0.8.1cvs29
14961
14962 2002-08-23 [melvin]     0.8.1claws106
14963
14964         * src/alertpanel.c
14965                 Readded support for custom widget in alertpanel lost in last
14966                 sync.
14967
14968 2002-08-23 [paul]       0.8.1claws105
14969
14970         * sync with 0.8.1cvs29
14971                 see ChangeLog 2002-08-23
14972
14973 2002-08-23 [colin]      0.8.1claws104
14974
14975         * src/summaryview.c
14976                 Fix folder and search pixmaps exchanging positions
14977                 after theme or toolbar changes. Thank to Oliver for 
14978                 reporting this.
14979
14980 2002-08-23 [colin]      0.8.1claws103
14981
14982         * src/mainwindow.c
14983           src/messageview.[ch]
14984           src/noticeview.[ch]
14985           src/summaryview.c
14986                 Changed messageview_create() and noticeview_create()
14987                 to avoid the last gdk_warning
14988
14989 2002-08-22 [colin]      0.8.1claws102
14990
14991         * src/summaryview.c
14992                 Fix my new `Creating pixmap from xpm' warning
14993
14994 2002-08-22 [colin]      0.8.1claws101
14995
14996         * src/mainwindow.c
14997                 Fix some of the gdk warnings
14998
14999 2002-08-22 [colin]      0.8.1claws100
15000
15001         * src/Makefile.am
15002         * src/stock_pixmap.c
15003         * src/stock_pixmap.h
15004         * src/pixmaps/quicksearch.xpm *ADDED*
15005                 Add the quicksearch pixmap
15006         * src/mainwindow.c
15007         * src/summaryview.c
15008         * src/summaryview.h
15009                 Make quicksearch bar visible/hidden via a button
15010
15011 2002-08-22 [christoph]  0.8.1claws99
15012
15013         * src/folder.c
15014                 fix folder update for newsgroups with message
15015                 numbers below minimum number of articles to fetch
15016                 (closes bug #598445)
15017
15018 2002-08-22 [paul]       0.8.1claws98
15019
15020         * sync with 0.8.1cvs28
15021                 see ChangeLog 2002-08-22
15022
15023 2002-08-21 [alfons]     0.8.1claws97
15024
15025         * src/crash.c
15026                 use bt instead of bt full which seems to work 
15027                 better, and bt full doesn't give a great deal 
15028                 of information anyway
15029
15030 2002-08-21 [colin]      0.8.1claws96
15031
15032         * src/summaryview.c
15033                 fix summaryview_searchtype_changed prototype
15034
15035 2002-08-21 [christoph]  0.8.1claws95
15036
15037         * src/mainwindow.c
15038                 o fix broken menu update for sorting type, we have to
15039                   get this info from the summaryview now
15040                 o removed setting of threaded state in menu callback
15041         * src/summaryview.[ch]
15042                 more summaryview/folderitem seperation for
15043                 threading option
15044         * configure.in
15045                 removed not required --with-compiler-flags option
15046
15047 2002-08-21 [oliver]     0.8.1claws94
15048         
15049         * src/toolbar.h 
15050                 o rename toolbar.xml to toolbar_main.xml
15051                   since toolbar_compose.xml might come up 
15052                   any time soon
15053         * README.claws
15054                 add custom toolbar              
15055
15056 2002-08-21 [darko]      0.8.1claws93
15057
15058         * src/procmsg.c
15059                 don't reset tmp flags for messages copied
15060                 to sent folder
15061
15062 2002-08-21 [colin]      0.8.1claws92
15063         
15064         * src/prefs_filtering.c
15065                 fix renaming rules on folder rename 
15066                 when folder is not a leaf folder
15067
15068 2002-08-21 [paul]       0.8.1claws91
15069
15070         * src/prefs_folder_item.c
15071                 fix alignment of colour selector
15072
15073 2002-08-21 [paul]       0.8.1claws90
15074
15075         * sync with 0.8.1cvs27
15076                 see ChangeLog 2002-08-21
15077
15078 2002-08-21 [paul]       0.8.1claws89
15079
15080         * src/summaryview.c
15081                 fix crash when changing field type in
15082                 Quick search bar
15083
15084 2002-08-21 [colin]      0.8.1claws88
15085
15086         * src/summaryview.c
15087                 Made quick search case-insensitive
15088
15089 2002-08-21 [paul]       0.8.1claws87
15090
15091         * sync with 0.8.1cvs26
15092                 see ChangeLog 2002-08-21
15093
15094 2002-08-20 [christoph]  0.8.1claws86
15095
15096         * src/folderview.c
15097         * src/main.c
15098         * src/summaryview.[ch]
15099                 more summaryview/folderitem seperation for
15100                 sort_key and sort_type
15101         * src/procmsg.c
15102                 added missing return statement
15103
15104 2002-08-20 [colin]      0.8.1claws85
15105
15106         * src/summaryview.[ch]
15107                 Added a quick search box
15108         * src/mainwindow.c
15109         * src/prefs_common.[ch]
15110                 Added a show/hide option for the quick search
15111
15112 2002-08-20 [oliver]     0.8.1claws84
15113         
15114         * src/mainwindow.c
15115                 remove toolbar_create_popups
15116         * src/toolbar.[ch]
15117                 o remove toolbar_create_popups
15118                 o fix toolbar_set_sensitive 
15119                   (Bug reports #596834 and #596832)     
15120         * src/prefs_toolbar.c
15121                 o add "Set default" button
15122                 o align label and text + combo widgets
15123
15124 2002-08-20 [hoa]        0.8.1claws83bis
15125
15126         * src/imap.c
15127                 fixed a bug in imap_fetch_msginfo() in case there is no
15128                 current folder.
15129
15130 2002-08-20 [darko]      0.8.1claws83
15131
15132         * src/folderview.c
15133                 copy the color style of folder view so it
15134                 works with GTK themes
15135
15136 2002-08-20 [darko]      0.8.1claws82
15137
15138         * src/folder.h
15139         * src/folderview.c
15140         * src/prefs_folder_item.[hc]
15141                 don't use UI stuff in folder.h
15142
15143 2002-08-20 [darko]      0.8.1claws81
15144
15145         * src/folder.h
15146         * src/prefs_folder_item.h
15147         * src/folderview.c
15148         * src/prefs_folder_item.c
15149                 ability to set folder color in folderview
15150
15151 2002-08-19 [alfons]     0.8.1claws80
15152
15153         * src/summaryview.c
15154                 fix one of the earlier memleaks reported by Martin Kluge
15155
15156 2002-08-19 [alfons]     0.8.1claws79
15157
15158         * src/mainwindow.c
15159                 hide notice view when selecting seperate folder
15160                 view (reported by Urke MMI)
15161
15162 2002-08-19 [christoph]  0.8.1claws78
15163
15164         * src/folderview.c
15165         * src/prefs_folder_item.h
15166         * src/summaryview.[ch]
15167                 o add summary_set_prefs_from_folderitem to set
15168                   summaryview prefs (first step to remove all
15169                   references to the folderitem in summaryview)
15170                 o moved compiled regex stuff from folderitem prefs
15171                   to summaryview code
15172
15173 2002-08-19 [paul]       0.8.1claws77
15174
15175         * src/compose.c
15176                 add check for '.' to QUOTE_IF_REQUIRED
15177
15178 2002-08-19 [paul]       0.8.1claws76
15179
15180         * src/inc.c
15181                 sync with 0.8.1cvs25 (plug memory leak)
15182
15183         * src/prefs_toolbar.c
15184                 re-order prefs_toolbar_cancel()
15185
15186 2002-08-18 [alfons]     0.8.1claws75
15187
15188         * src/inc.c
15189         * src/matcher.c
15190                 plug other memleaks reported by Martin Kluge
15191
15192 2002-08-18 [paul]       0.8.1claws74
15193
15194         * po/pt_BR.po
15195                 updated by Fabio Jr. Beneditto
15196
15197 2002-08-18 [paul]       0.8.1claws73
15198
15199         * src/toolbar.[ch]
15200                 fix bug where tooltips were displayed untranslated              
15201
15202         * src/prefs_toolbar.c
15203                 fix bug where clicking 'Cancel' creates an icon & text
15204                 toolbar regardless of prefs
15205         
15206
15207 2002-08-17 [oliver]     0.8.1claws72
15208
15209         * src/prefs_toolbar.c
15210                 update toolbar on CANCEL
15211                 bug reported by Martin Kluge
15212         * src/toolbar.c
15213                 toolbar_destroy memleak fixed           
15214
15215 2002-08-17 [alfons]     0.8.1claws71
15216
15217         * src/toolbar.c
15218                 plug another memleak reported by Martin Kluge
15219
15220 2002-08-16 [alfons]     0.8.1claws70
15221
15222         * src/crash.c
15223                 use execvp() correctly (suggested by wwp; thanks!)
15224
15225 2002-08-16 [alfons]     0.8.1claws69
15226
15227         * src/gtksctree.c
15228                 plug memory leak reported by Kim Schultz & Martin Kluge
15229
15230 2002-08-16 [paul]       0.8.1claws68
15231
15232         * po/es.po
15233                 updated by Ricardo Mones Lastra
15234
15235 2002-08-16 [paul]       0.8.1claws67
15236
15237         * src/toolbar.h
15238                 fix bug where 'Compose News' icon showed wrong
15239                 tooltip
15240
15241 2002-08-16 [paul]       0.8.1claws66
15242
15243         * sync with 0.8.1cvs24
15244                 see ChangeLog 2002-08-16
15245
15246         * po/it.po
15247                 updated by Alessandro Maestri
15248
15249 2002-08-15 [paul]       0.8.1claws65
15250
15251         * po/sr.po
15252                 updated by Urke MMI
15253
15254 2002-08-15 [paul]       0.8.1claws64
15255
15256         * src/*.c
15257                 don't translate debug info
15258
15259         * src/matcher.[ch]
15260                 add copyright info
15261
15262 2002-08-15 [paul]       0.8.1claws63
15263
15264         * src/prefs_toolbar.c
15265                 fix bug where clicking 'OK' creates an icon & text
15266                 toolbar regardless of prefs
15267
15268 2002-08-14 [alfons]     0.8.1claws62
15269
15270         * src/main.c
15271                 add global var that has the full argv[0]
15272         * src/crash.c
15273                 o execvp the correct sylpheed by using argv0
15274                   and setting the correct work dir
15275                 o other tweaks  
15276
15277 2002-08-14 [oliver]     0.8.1claws61
15278         
15279         * enable/disable Toolbar Action Buttons 
15280         * code cleanups
15281         * src/mainwindow.c
15282         * src/toolbar.[ch]      
15283         * src/prefs_toolbar.c   
15284
15285 2002-08-14 [melvin]     0.8.1claws60
15286
15287         * po/fr.po
15288                 Updated French translations
15289
15290 2002-08-14 [melvin]     0.8.1claws59
15291
15292         * src/crash.c
15293                 Made bug report not translatable
15294         * src/exporthtml.c
15295                 Fixed exporthtml_build_filespec() return value
15296         * src/foldersel.c
15297                 Fixed incorrect include file
15298         * src/gtkspell.c
15299         * src/prefs_actions.c
15300         * src/prefs_toolbar.c
15301                 Made debug info not translatable
15302         * src/mutt.c
15303         * src/quote_fmt.c
15304                 Added missing includes
15305         * src/prefs_common.c
15306                 Fixed typo
15307
15308 2002-08-14 [paul]       0.8.1claws58
15309
15310         * faq/es/sylpheed-faq.html
15311           faq/es/sylpheed-faq-[1-3].html
15312           faq/es/sylpheed-faq-4.html     **NEW FILE **
15313                 update Spanish FAQ
15314
15315 2002-08-13 [christoph]  0.8.1claws57
15316
15317         * src/procmsg.c
15318                 ignore thread fix that did not mark all
15319                 child nodes of a ignored thread as
15320                 ignored. Does not work perfectly yet,
15321                 but it is better now
15322
15323 2002-08-13 [alfons]     0.8.1claws56
15324
15325         * src/crash.c
15326                 o implement 'save crash log'
15327                 o some tweaks
15328
15329 2002-08-13 [melvin]     0.8.1claws55
15330
15331         * src/main.c
15332                 removed unrequired "execinfo.h" header
15333
15334 2002-08-12 [paul]       0.8.1claws54
15335
15336         * faq/en/sylpheed-faq.html
15337           faq/en/sylpheed-faq-[1-3].html
15338           faq/en/sylpheed-faq-4.html     **NEW FILE **
15339                 update English FAQ
15340
15341 2002-08-12 [alfons]     0.8.1claws53
15342
15343         * po/POTFILES.in
15344                 add crash.c to translatables
15345         * src/crash.c
15346                 bring in Leandro's crash dialog
15347
15348 2002-08-11 [alfons]     0.8.1claws52
15349
15350         * src/crash.c
15351                 clean up some warnings
15352
15353 2002-08-11 [alfons]     0.8.1claws51
15354
15355         * acconfig.h
15356         * configure.in
15357         * src/crash.[ch]        ** NEW FILES **
15358         * src/main.c            
15359                 initial gdb crash handler
15360
15361 2002-08-11 [paul]       0.8.1claws50
15362
15363         * src/prefs_toolbar.c
15364                 replace Up/Down arrow pixmaps with text to be
15365                 consistent across icon themes
15366
15367 2002-08-11 [paul]       0.8.1claws49
15368
15369         * src/prefs_common.c
15370           src/prefs_toolbar.c
15371                 rename 'Pixmap' -> 'Icon'
15372
15373         * src/toolbar.[ch]
15374                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15375
15376 2002-08-10 [paul]       0.8.1claws48
15377
15378         * src/prefs_toolbar.c
15379                 re-work the UI
15380
15381 2002-08-10 [paul]       0.8.1claws47
15382
15383         * src/main.c
15384                 don't write Processing progress to status bar
15385                 patch submitted by Alexander Evseev
15386
15387         * src/prefs_toolbar.c
15388                 re-position and resize window
15389                 make window assume correct size on first call
15390
15391 2002-08-10 [paul]       0.8.1claws46
15392
15393         * src/mainwindow.c
15394           src/prefs_toolbar.c
15395           src/toolbar.c
15396           src/toolbar.h
15397                 obey coding style
15398                 follow UI text conventions
15399
15400 2002-08-10 [alfons]     0.8.1claws45
15401
15402         * src/toolbar.c
15403                 correct pixmap for delete action
15404
15405 2002-08-10 [paul]       0.8.1claws44
15406
15407         * po/pt_BR.po
15408                 updated by Fabio Jr. Beneditto
15409
15410 2002-08-10 [paul]       0.8.1claws43
15411
15412         * po/POTFILES.in
15413                 add custom toolbar files
15414
15415 2002-08-10 [paul]       0.8.1claws42
15416
15417         * sync with 0.8.1cvs22
15418                 see ChangeLog 2002-08-09
15419
15420 2002-08-09 [paul]       0.8.1claws41
15421
15422         * tools/Makefile.am
15423           tools/README
15424           tools/outlook2sylpheed.pl     ** NEW FILE **
15425                 add script to convert exported Outlook
15426                 contacts list to a Sylpheed addressbook.
15427                 Submitted by Ricardo Mones Lastra.
15428
15429 2002-08-09 [paul]       0.8.1claws40
15430
15431         * AUTHORS
15432           configure.in
15433           po/sr.po      ** NEW FILE **
15434                 add Serbian message catalog. Submitted by
15435                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15436
15437 2002-08-09 [paul]       0.8.1claws39
15438
15439         * sync with 0.8.1cvs21
15440                 see ChangeLog 2002-08-08
15441
15442 2002-08-08 [oliver]     0.8.1claws38
15443
15444         * src/mainwindow.c
15445                 move Custom Toolbar to Configuration menu
15446
15447 2002-08-08 [oliver]     0.8.1claws37
15448
15449         * src/prefs_toolbar.c
15450                 fix substitute pixmap bug
15451
15452 2002-08-08 [paul]       0.8.1claws36
15453
15454         * sync with 0.8.1cvs19
15455                 see ChangeLog 2002-08-08
15456
15457 2002-08-07 [christoph]  0.8.1claws35
15458
15459         * src/utils.c
15460                 fixed a memory leak in new canonicalize_file_replace
15461
15462 2002-08-07 [christoph]  0.8.1claws34
15463
15464         * src/utils.[ch]
15465                 o canonicalize_file_replace should create the temporary
15466                   file in the same directory as the original file.
15467                 o added get_tmpfile_in_dir that creates a temorary file
15468                   in a specified directory.
15469
15470 2002-08-07 [melvin]     0.8.1claws33
15471
15472         * src/toolbar.c
15473                 fixed bug where 'Article' button acted as 'Email' button.
15474
15475 2002-08-07 [paul]       0.8.1claws32
15476
15477         * sync with 0.8.1.cvs17
15478                 see ChangeLog 2002-08-07
15479
15480 2002-08-07 [colin]      0.8.1claws31
15481         
15482         * src/news.c
15483                 fix mass-cancel problem
15484
15485 2002-08-07 [thorsten]   0.8.1claws30
15486
15487         * src/prefs_toolbar.c
15488                 fix: crash on replace or add new button
15489         * src/toolbar.c
15490                 fix: close xmlfile after reading
15491         * src/utils.c
15492                 fix: unlink() file before rename()
15493
15494 2002-08-06 [paul]       0.8.1claws29
15495
15496         * sync with 0.8.cvs15
15497                 see ChangeLog 2002-08-06
15498
15499 2002-08-06 [oliver]     0.8.1claws28
15500
15501         * src/toolbar.c
15502         * src/prefs_toolbar.c
15503                 fixed empty toolbar issue
15504
15505 2002-08-06 [oliver]     0.8.1claws27
15506
15507         * Custom Toolbar Final 
15508         * src/folderview.c
15509         * src/inc.c
15510         * src/summaryview.c
15511                 o toolbar stuff now lives in src/toolbar.[ch]
15512                 o main_window_toolbar_* functions are renamed to
15513                   toolbar_* reflecting their new source file
15514         * src/mainwindow.[ch]
15515                 o remove toolbar stuff  
15516
15517 2002-08-06 [oliver]     0.8.1claws26
15518         
15519         * src/Makefile.am
15520         * src/prefs_toolbar.[ch]        **New File**
15521         * src/toolbar.[ch]              **New File**
15522                 o prefs_toolbar.[ch] custom toolbar frontend
15523                 o toolbar.[ch]       backend 
15524
15525 2002-08-06 [oliver]     0.8.1claws25
15526
15527         * src/prefs_actions.[ch]
15528                 o new exported function actions_execute
15529
15530 2002-08-06 [paul]       0.8.1claws24
15531
15532         * sync with 0.8.1cvs4
15533                 see ChangeLog 2002-08-06
15534
15535 2002-08-06 [paul]       0.8.1claws23
15536
15537         * sync with 0.8.1cvs13
15538                 see ChangeLog 2002-08-06
15539
15540 2002-08-06 [paul]       0.8.1claws22
15541
15542         * sync with 0.8.1cvs12
15543                 see ChangeLog 2002-08-05 and 2002-08-06
15544
15545 2002-08-06 [match]      0.8.1claws21
15546
15547         * src/addrclip.c
15548                 improvements to cut/copy/paste address
15549
15550 2002-08-05 [match]      0.8.1claws20
15551
15552         * src/addritem.[ch]
15553         * src/addrcache.c
15554         * src/addrbook.c
15555         * src/editaddress.c
15556         * src/addressbook.c
15557                 fixes to improve cut/copy/paste
15558
15559 2002-08-06 [melvin]     0.8.1claws19
15560
15561         * src/account.[ch]
15562                 account_find_all_from_address(): new function that returns the
15563                 list of all accounts that are matched in an address.
15564         * src/alertpanel.[ch]
15565                 alertpanel() now accepts a custom widget
15566                 alertpanel_with_widget(): new function that pops up a panel with
15567                 a custom widget in it 
15568         * src/gtkutils.[ch]
15569                 gtkut_account_menu_new(): new function that allows the selection
15570                 of an account from a list of accounts.
15571         * src/messageview.c
15572                 Extended Return Receipt notification to select the correct 
15573                 account and to make a security test on the Delivery-Notification
15574                 address which should be the same as the Return-Path.
15575
15576 2002-08-06 [thorsten]   0.8.1claws18
15577
15578         * src/mimeview.c
15579                 attach_all: save unnamed as "noname.%d",
15580                 dont free static dirname
15581
15582 2002-08-05 [alfons]     0.8.1claws17
15583
15584         * configure.in
15585                 detect XIM by trying to link rather than compile a XIM program
15586
15587 2002-08-05 [oliver]     0.8.1claws16
15588                 
15589         * src/stock_pixmap.[ch]
15590                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15591                 o new func to retrieve pixmaps
15592
15593 2002-08-05 [paul]       0.8.1claws15
15594
15595         * sync with 0.8.1cvs10
15596                 see ChangeLog 2002-08-05
15597
15598 2002-08-04 [alfons]     0.8.1claws14
15599
15600         * src/textview.c
15601                 see if this plugs memleak
15602
15603 2002-08-04 [melvin]     0.8.1claws13
15604
15605         * src/gtkspell.c
15606                 fixed bug that could crash Sylpheed when highlighting
15607                 all misspelled words.
15608
15609 2002-08-03 [melvin]     0.8.1claws12
15610
15611         * src/prefs_actions.c
15612                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15613         * src/messageview.c
15614                 fixed bug where the Return Receipt was sent to
15615                 Delivery-Notification-To address even if it was not present
15616
15617 2002-08-02 [alfons]     0.8.1claws11
15618
15619         * src/prefs_actions.c
15620                 o more check for NULLs
15621                 o put create_io_dialog() in right conditional block
15622
15623 2002-08-02 [paul]       0.8.1claws10
15624
15625         * po/es.po
15626                 updated by Ricardo Mones Lastra
15627
15628 2002-08-01 [christoph]  0.8.1claws9
15629
15630         * src/folder.c
15631                 don't free the cache of the opened
15632                 folder in the summaryview
15633         * src/summaryview.c
15634                 don't unset flags, if it is not required
15635
15636 2002-08-01 [paul]       0.8.1claws8
15637
15638         * sync with 0.8.1cvs8
15639                 see ChangeLog entry 2002-08-01
15640
15641 2002-08-01 [paul]       0.8.1claws7
15642
15643         * sync with 0.8.1cvs7
15644                 see ChangeLog 2002-07-31 and 2002-08-01
15645
15646 2002-07-31 [christoph]  0.8.1claws6
15647
15648         * src/mainwindow.c
15649                 forgot to update menu sensitivity
15650                 function for new menu entry
15651
15652 2002-07-31 [alfons]     0.8.1claws5
15653
15654         * src/main.c
15655                 check folder item and its path for NULL on
15656                 initial processing
15657
15658 2002-07-31 [christoph]  0.8.1claws4
15659
15660         * src/folder.c
15661                 check if folder_item_get_msginfo in
15662                 folder_item_remove_msg returned NULL
15663         * src/imap.c
15664                 better clear the uid cache in the
15665                 uid validity check function and delete
15666                 cached messages
15667
15668 2002-07-31 [paul]       0.8.1claws3
15669
15670         * man/sylpheed.1
15671                 add the '--attach' option and a few other
15672                 minor changes
15673
15674 2002-07-31 [paul]       0.8.1claws2
15675
15676         * sync with 0.8.1cvs5
15677                 see ChangeLog 2002-07-31
15678
15679 2002-07-31 [christoph]  0.8.1claws1
15680
15681         * src/folderview.[ch]
15682         * src/mainwindow.c
15683                 replace "Rescan all folders..." with
15684                 "Check all folders for new messages..."
15685
15686 2002-07-30 [paul]       0.8.1claws
15687
15688         * version 0.8.1claws released
15689
15690 2002-07-30 [paul]       0.8.0claws29
15691
15692         * tools/OOo2sylpheed.pl ** NEW FILE **
15693           tools/README
15694                 add script to enable sending documents as
15695                 attachments from OpenOffice.org
15696
15697 2002-07-30 [melvin]     0.8.0claws28
15698
15699         * src/prefs_actions.c
15700                 Made the actions' input/output dialog display
15701                 without delay.
15702
15703 2002-07-30 [christoph]  0.8.0claws27
15704
15705         * src/procmsg.c
15706                 check if folder_item_get_msginfo in
15707                 procmsg_save_to_outbox returned NULL
15708
15709 2002-07-30 [paul]       0.8.0claws26
15710
15711         * sync with 0.8.1cvs4
15712                 see ChangeLog 2002-07-29
15713
15714 2002-07-29 [thorsten]   0.8.0claws25
15715
15716         * README.claws
15717                 added selective download, delete on server
15718
15719 2002-07-29 [paul]       0.8.0claws24
15720
15721         * sync with 0.8.1cvs3
15722                 see ChangeLog 2002-07-29
15723
15724 2002-07-27 [christoph]  0.8.0claws23
15725
15726         * src/folder.c
15727                 add extra check if fetching the msginfo
15728                 returned NULL
15729
15730 2002-07-27 [paul]       0.8.0claws22
15731
15732         * sync with 0.8.1cvs2
15733                 see ChangeLog 2002-07-26
15734
15735 2002-07-27 [christoph]  0.8.0claws21
15736
15737         * src/imap.c
15738                 add another check if a valid msginfo
15739                 was returned
15740
15741 2002-07-26 [hoa]        0.8.0claws20
15742
15743         * src/folder.c
15744                 Fixed a condition in folder_item_destroy()
15745
15746         * src/imap.c
15747                 Fixed an error in IMAP protocol
15748
15749 2002-07-26 [alfons]     0.8.0claws19
15750
15751         * src/folder.c
15752                 ofcourse compare with identifier, not the path
15753
15754 2002-07-26 [alfons]     0.8.0claws18
15755
15756         * src/folder.c
15757                 use folder item identifier for saving / restoring
15758                 preferences because folder->path might not be unique
15759
15760 2002-07-26 [melvin]     0.8.0claws17
15761
15762         * src/logwindow.c
15763                 Fixed a crash introduced in 0.8.0claws5 when log is 
15764                 cut under 80 characters.
15765
15766 2002-07-26 [paul]       0.8.0claws16
15767
15768         * sync with 0.8.1cvs1
15769                 see ChangeLog 2002-07-26
15770
15771 2002-07-26 [christoph]  0.8.0claws15
15772
15773         * src/imap.[ch]
15774                 imap folder now remembers the last selected
15775                 folder and imap_fetch_msginfo skips selecting
15776                 the folder if it is already selected
15777
15778 2002-07-26 [christoph]  0.8.0claws14
15779
15780         * src/folder.c
15781         * src/folderview.c
15782         * src/imap.c
15783                 fix imap folder rescanning
15784
15785 2002-07-25 [christoph]  0.8.0claws13
15786
15787         * src/filter.c
15788         * src/folder.[ch]
15789         * src/folderview.c
15790         * src/imap.[ch]
15791         * src/mainwindow.c
15792         * src/mbox_folder.c
15793         * src/mh.c
15794         * src/news.c
15795                 implement imap uid cache and uid validity check
15796
15797 2002-07-25 [alfons]     0.8.0claws12
15798
15799         * src/summaryview.c
15800                 fix a brown paper bag bug, and also add some more
15801                 checks
15802
15803 2002-07-25 [christoph]  0.8.0claws11
15804
15805         * src/folder.c
15806                 don't mix copy, fetch_msginfo and remove
15807                 operations in folder item copy and move
15808                 operations
15809
15810 2002-07-25 [christoph]  0.8.0claws10
15811
15812         * src/folderview.c
15813         * src/mainwindow.c
15814         * src/prefs_folder_item.c
15815         * src/summaryview.[ch]
15816                 remove no longer required parameter update_cache from
15817                 summary_show
15818
15819 2002-07-25 [paul]       0.8.0claws9
15820
15821         * sync with 0.8.1
15822         
15823         * AUTHORS
15824                 a few corrections
15825
15826 2002-07-24 [alfons]     0.8.0claws8
15827
15828         * src/summaryview.c
15829                 sort correctly when using simplified subject line
15830                 (closes feature request "[ 585141 ] applying regexp to subject 
15831                 before sort" submitted by Alexandra Walford)
15832
15833 2002-07-24 [paul]       0.8.0claws7
15834
15835         * sync with 0.8.0cvs3
15836                 see ChangeLog 2002-07-24
15837
15838 2002-07-23 [christoph]  0.8.0claws6
15839
15840         * src/folder.c
15841         * src/folder.h
15842         * src/summaryview.c
15843         * src/summaryview.h
15844         * src/main.c
15845                 o separate processing and summaryview
15846                 o removed summary_write_cache from summaryview
15847                 o removed summaryview->killed_messages, because we don't have
15848                   to keep a list of killed messages anymore. New cache will
15849                   keep the hidden messages in cache anyway
15850         * src/folderview.c
15851         * src/inc.c
15852         * src/selective_download.c
15853                 o removed unnecessary summary_write_cache calls
15854         * src/procmsg.c
15855                 o don't set ignore thread flag in procmsg_get_thread_tree
15856                   if it is already set
15857         * src/mainwindow.c
15858         * src/statusbar.h
15859                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15860                   they are used in different files
15861
15862 2002-07-23 [melvin]     0.8.0claws5
15863
15864         * src/addressbook.c
15865         * src/addrgather.c
15866         * src/editaddress.c
15867         * src/editgroup.c
15868         * src/editldap_basedn.c
15869         * src/importldif.c
15870         * src/prefs_common.c
15871                 Fixed few memory leak (gtk_editable_get_chars returns
15872                 an allocated string)
15873         * src/logwindow.c
15874                 Fixed few memory leak (gtk_editable_get_chars returns
15875                 an allocated string) and modified a little the log cutting
15876                 loop.
15877         * src/compose.c
15878                 Replaced a call to an obsolete function gtk_entry_get_text()
15879                 by gtk_editable_get_chars()
15880         * src/send.c
15881                 Removed a debug printf
15882
15883 2002-07-23 [christoph]  0.8.0claws4
15884
15885         * src/filesel.c
15886                 fix another g_dirname memory leak
15887
15888 2002-07-23 [christoph]  0.8.0claws3
15889
15890         * src/mh.c
15891                 fixed a memory leak in mh_fetch_msginfo
15892                 fixed crash when message header could not be
15893                 parsed
15894
15895 2002-07-23 [paul]       0.8.0claws2
15896
15897         * sync with 0.8.0cvs2
15898                 see ChangeLog 2002-07-23
15899
15900 2002-07-23 [paul]       0.8.0claws1
15901
15902         * sync with 0.8.0cvs1
15903                 see ChangeLog 2002-07-23
15904
15905 2002-07-23 [paul]       0.8.0claws
15906
15907         * release of 0.8.0claws