2007-01-03 [paul] 2.6.1cvs96
[claws.git] / ChangeLog.gtk1
blob576008a442537c75884ac39e6a52c9e166b2ef6f
1 2005-03-29 [paul]       1.0.4cvs1
3         * src/compose.c
4                 fix bug 697 'Segmentation Fault due to
5                 NULL string (%s) pointers in fprintf'
6                 draft privacy information only when
7                 privacy system available
8                 patch by by Markus Schwarzenberg
9                 (schwarzb<AT>ipms_fraunhofer_de)
10         * src/gtk/gtkaspell.c
11                 don't pass NULL to *printf() and the likes
12                 spotted by Alex Moore, patch by Alfons 
14 2005-03-24 [paul]       1.0.4
16         * 1.0.4 released
18 2005-03-24 [paul]       1.0.3cvs8
20         * ChangeLog
21         * ChangeLog.jp
22         * src/codeconv.c
23         * src/textview.c
24         * src/unmime.c
25         * src/unmime.h
26         * src/common/smtp.c
27                 sync with main 1.0.4
28                 see ChangeLog 2005-03-18 and 2005-03-24
29                 fixes buffer overflow
31 2005-03-25 [paul]
33         * tools/Makefile.am
34         * tools/README
35         * tools/acroread2sylpheed.pl
36                 add script to send pdfs as attachments from Adobe Reader 7
38 2005-03-21 [holger]     1.0.3cvs7
40         * src/plugins/spamassassin/spamassassin.c
41                 Don't leave hook registered when plugin init
42                 failed.
44 2005-03-20 [colin]      1.0.3cvs6
46         * src/common/plugin.c
47                 Check that plugin isn't already loaded
48         * src/procheader.c
49                 Fix buffer overflow (security issue)
50                 Both patches by Alfons
52 2005-03-20 [paul]       1.0.3cvs5
54         * src/compose.c
55                 neglect Reply-To header if empty
56                 Patch by Alfons
58 2005-03-19 [holger]     1.0.3cvs4
60         * src/summaryview.c
61         * src/summaryview.h
62                 Add plugin hook for manual filtering invocation,
63                 remove some dead code.
65 2005-03-18 [paul]       1.0.3cvs3
67         * AUTHORS
68         * src/gtk/about.c
69         * src/pixmaps/sylpheed_logo.xpm
70                 add new Sylpheed-Claws logo by Jesper Schultz
72 2005-03-11 [paul]       1.0.3cvs2
74         * src/plugins/trayicon/trayicon.c
75                 make a string translatable
77 2005-03-11 [paul]       1.0.3cvs1
79         * po/ru.po
80                 updated by Pavlo Bohmat
82 2005-03-10 [paul]       1.0.3
84         * po/de.po
85         * po/es.po
86         * po/fr.po
87         * po/it.po
88         * po/pt_BR.po
89         * po/sk.po
90         * po/sr.po
91         * po/zh_CN.po
92                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
93                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
94                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
96         1.0.3 released
98 2005-03-04 [colin]      1.0.1cvs22
100         * src/common/smtp.c
101         * src/common/smtp.h
102                 Don't use SIZE parameter in MAIL FROM: if
103                 server doesn't support it. Patch by 
104                 Eugen Freiter <eugen_f@users.sf.net>
106 2005-03-04 [paul]       1.0.1cvs21
108         * ChangeLog
109         * ChangeLog.jp
110         * src/addrharvest.c
111         * src/codeconv.c
112         * src/codeconv.h
113         * src/compose.c
114         * src/procmime.c
115                 sync with main 1.0.3
116                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
117                 fix buffer overflow, CAN-2005-0667, see
118                 http://secunia.com/advisories/14491/
120 2005-02-27 [paul]       1.0.1cvs20
122         * src/messageview.c
123                 fix crash-causing typo. spotted by
124                 Ralgh Young 
126 2005-02-25 [paul]       1.0.1cvs19
128         * src/prefs_account.c
129         * src/prefs_folder_item.c
130         * src/gtk/prefswindow.c
131         * src/gtk/prefswindow.h
132                 fix bug 698 'Clicking OK without username 'crashes'
133                 account edit window'. Patch by Alfons
135 2005-02-24 [colin]      1.0.1cvs18
137         * src/messageview.c
138                 Don't send out receipts if offline. Ask.
140 2005-02-23 [colin]      1.0.1cvs17
142         * src/compose.c
143                 Encode parts when signing
145 2005-02-23 [colin]      1.0.1cvs16
147         * src/compose.c
148         * src/procmsg.c
149                 Fix mimeinfo leakages
151 2005-02-21 [colin]      1.0.1cvs15
153         * src/compose.c
154                 Fix signing/encrypting still on after
155                 privacy system has been disabled
157 2005-02-18 [colin]      1.0.1cvs14
159         * src/quote_fmt_lex.l
160         * src/quote_fmt_parse.y
161                 Bugfix: Fix parser init (patch by Ivan)
163 2005-02-18 [colin]      1.0.1cvs13
165         * src/plugins/pgpmime/pgpmime.c
166                 Fix build (missed my `mv`)
168 2005-02-18 [colin]      1.0.1cvs12
170         * src/Makefile.am
171         * src/privacy.c         ** RE-ADDED **
172         * src/privacy.cpp       ** REMOVED **
173         * src/privacy.h
174         * src/plugins/pgpmime/Makefile.am
175         * src/plugins/pgpmime/passphrase.h
176         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
177         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
178         * src/plugins/pgpmime/pgpmime.h
179         * src/plugins/pgpmime/prefs_gpg.h
180         * src/plugins/pgpmime/select-keys.h
181         * src/plugins/pgpmime/sgpgme.h
182                 Revert huge API breakage.
184 2005-02-16 [christoph]  1.0.1cvs11
186         * src/mh.c
187                 add scan required function for MH folders
189         (Patch by Ivan Rayner <ivanr@sgi.com>)
191 2005-02-15 [christoph]  1.0.1cvs10
193         * src/plugins/pgpmime/pgpmime.cpp
194         * src/plugins/pgpmime/pgpmime.h
195                 add sign and encrypt functions
197 2005-02-15 [christoph]  1.0.1cvs9
199         * configure.ac
200         * src/Makefile.am
201         * src/privacy.c                                 ** REMOVE **
202         * src/privacy.cpp                               ** NEW **
203         * src/privacy.h
204         * src/plugins/pgpmime/Makefile.am
205         * src/plugins/pgpmime/passphrase.h
206         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
207         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
208         * src/plugins/pgpmime/pgpmime.h
209         * src/plugins/pgpmime/prefs_gpg.h
210         * src/plugins/pgpmime/select-keys.h
211         * src/plugins/pgpmime/sgpgme.h
212                 change Privacy-API to C++
214 2005-02-15 [colin]      1.0.1cvs8
216         * src/mimeview.c
217         * src/common/utils.c
218                 Sanitize substitution for saved filenames:
219                 only \ / * and \r \n \t are bad. 
221 2005-02-15 [colin]      1.0.1cvs7
223         * src/compose.c
224         * src/procmime.c
225                 Optimize (constant instead of strlen). Thanks
226                 Alfons for the hint.
228 2005-02-14 [colin]      1.0.1cvs6
230         * src/compose.c
231         * src/procmime.c
232                 Use quoted-printable instead of 7bit or 8bit
233                 to encode "^From " and avoid mail corruption 
234                 on the MTA, as specified by RFC 3156. Thanks
235                 Hoa for the hint.
237 2005-02-12 [colin]      1.0.1cvs5
239         * src/filtering.c
240                 Remove wrong use of compose struct after
241                 compose_send(). Spotted by Alfons and Holger Berndt.
243 2005-02-10 [paul]       1.0.1cvs4
245         * src/compose.c
246                 sync with main, see ChangeLog 2005-02-10
248 2005-02-10 [colin]      1.0.1cvs3
250         * src/mainwindow.c
251                 dereference freed messageview,
252                 and don't try to use it after free.
253                 This caused occasional late segfaults
254                 when quitting.
256 2005-02-10 [colin]      1.0.1cvs2
258         * src/messageview.c
259                 Don't display html with plugin automatically
260                 (Dillo steals focus)
262 2005-02-09 [colin]      1.0.1cvs1
264         * src/mimeview.c
265         * src/mimeview.h
266         * src/messageview.c
267                 Display first relevant part using plugin
268                 if not text/plain if possible (useful for 
269                 vCalendar for example)
271 2005-02-08 [paul]       1.0.1
273         1.0.1 released
275 2005-02-08 [paul]       1.0.0cvs29
277         * po/de.po
278         * po/es.po
279         * po/fr.po
280         * po/it.po
281         * po/pt_BR.po
282         * po/sk.po
283         * po/sr.po
284                 updated by Thomas Gilgin, Ricardo Mones Lastra,
285                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
286                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
288 2005-02-05 [paul]       1.0.0cvs28
290         * src/compose.c
291                 fix Bug 682 'redirect is broken'
294 2005-02-05 [thorsten]   1.0.0cvs27
296         * src/partial_download.c
297                 fix buf overflow
299 2005-02-03 [colin]      1.0.0cvs26
301         * src/common/plugin.c
302                 Don't load GTK2 plugins at all. This solves
303                 the plugins problem when switching between
304                 GTK1 and GTK2 version.
306 2005-02-02 [colin]      1.0.0cvs25
308         * src/messageview.c
309                 Fix dangerous typo
311 2005-01-31 [colin]      1.0.0cvs24
313         * src/compose.c
314                 Fix MsgInfo reference leak
316 2005-01-28 [colin]      1.0.0cvs23
318         * src/folderview.c
319                 Change check - partial_recv is not cached.
321 2005-01-28 [colin]      1.0.0cvs22
323         * src/folderview.c
324                 Don't call partial_mark_for_delete() when 
325                 it's useless
327 2005-01-27 [colin]      1.0.0cvs21
329         * src/procmsg.c
330         * src/compose.c
331                 Fix build - sorry.
333 2005-01-27 [christoph]  1.0.0cvs20
335         * src/folder.c
336                 use normal message remove function if a folder has no function
337                 to remove all messages
339         * src/folderview.c
340                 fix memory leak
342 2005-01-27 [colin]      1.0.0cvs19
344         * src/procmime.c
345                 Forgot to commit this file with cvs18.
347 2005-01-27 [colin]      1.0.0cvs18
349         * src/compose.c
350                 Uhm, better not touch the original msginfo_list.
352 2005-01-27 [colin]      1.0.0cvs17
354         * src/procmsg.c
355         * src/procmsg.h
356                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
357         * src/compose.c
358                 ... And use it to be able to reply to the currently 
359                 selected MimeInfo.
361 2005-01-27 [colin]      1.0.0cvs16
363         * src/messageview.c
364         * src/summaryview.c
365         * src/compose.c
366         * src/compose.h
367         * src/toolbar.c
368         * src/mainwindow.c
369                 Factorize this reply mess
371 2005-01-26 [paul]       1.0.0cvs15
373         * ChangeLog
374         * ChangeLog.jp
375         * src/common/template.c
376                 sync with main, (fix memory leak), see ChangeLog
377                 2005-01-25
379 2005-01-25 [paul]       1.0.0cvs14
381         * src/compose.c
382                 compose_redirect(): fix sensitivity of attachment 
383                 "Properties..." button
385 2005-01-24 [colin]      1.0.0cvs13
387         * src/summaryview.c
388                 Freeze clist during operations involving message
389                 lists.
391 2005-01-24 [paul]       1.0.0cvs12
393         * ChangeLog
394         * ChangeLog.jp
395         * src/messageview.c
396         * src/mh.c
397         * src/common/utils.c
398                 sync with main, see ChangeLog 2005-01-19
400 2005-01-24 [colin]      1.0.0cvs11
402         * src/procheader.c
403                 Fix build with MIPSpro compiler.
404                 Patch by Ivan Rayner <ivanr@sgi.com>
406 2005-01-24 [colin]      1.0.0cvs10
408         * src/folderview.c
409                 Use (+) in collapsed folders with quicksearch-
410                 matching subfolders
412 2005-01-23 [holger]     1.0.0cvs9
414         * src/crash.c
415                 Include missing header file
417 2005-01-22 [colin]      1.0.0cvs8
419         * src/summaryview.c
420         * src/gtk/quicksearch.c
421                 Make recursive quicksearch work in
422                 root folders (and code fixes)
424 2005-01-21 [colin]      1.0.0cvs7
426         * src/summaryview.c
427                 Set cursor to wait while looking in subfolders
429 2005-01-21 [colin]      1.0.0cvs6
431         * src/summaryview.c
432                 Don't clear quicksearch if recursion is on,
433                 even if !sticky
435 2005-01-21 [colin]      1.0.0cvs5
437         * src/gtk/quicksearch.c
438         * src/prefs_common.c
439         * src/prefs_common.h
440                 Add option to recurse or not
442 2005-01-21 [colin]      1.0.0cvs4
444         * src/folder.h
445         * src/folderview.c
446         * src/folderview.h
447         * src/summaryview.c
448         * src/gtk/quicksearch.c
449         * src/gtk/quicksearch.h
450                 Make quicksearch recursive - results materialized
451                 by search icons in the folderview.
453 2005-01-20 [holger]     1.0.0cvs3
455         * src/addrindex.c
456         * src/addrindex.h
457                 Add addrindex_load_person_attribute() (for plugins)
459 2005-01-19 [colin]      1.0.0cvs2
461         * src/mbox.c
462         * src/mbox.h
463         * src/mainwindow.c
464         * src/summaryview.c
465         * src/summaryview.h
466                 Add an easy way to export specific messages
467                 to an mbox file.
469 2005-01-19 [paul]       1.0.0cvs1
471         * po/ja.po
472         * po/ko.po
473                 updated by  Rui Hirokawa and
474                 SungHyun Nam
476 2005-01-18 [paul]       1.0.0
478         * version 1.0.0 released
480 2005-01-17 [thorsten]   0.9.13cvs38
482         * src/crash.c
483         * src/gtk/pluginwindow.c
484                 return value of filesel should not be free()d
486 2005-01-17 [paul]       0.9.13cvs37
488         * AUTHORS
489         * po/es.po
490         * po/fr.po
491         * po/hr.po
492         * po/it.po
493         * po/pt_BR.po
494         * po/sk.po
495         * po/sr.po
496                 update translations. submitted by Ricardo Mones
497                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
498                 Frederico Goncalves Guimaraes, Andrej Kacian,
499                 Aleksandar Urosevic
501 2005-01-16 [colin]      0.9.13cvs36
503         * src/prefs_toolbar.c
504                 Fix two leaks, both found by Alfons.
506 2005-01-15 [paul]       0.9.13cvs35
508         * src/gtk/pluginwindow.c
509                 fix 2 memleaks, patch by Alfons
511 2005-01-15 [paul]       0.9.13cvs34
513         * ChangeLog
514         * ChangeLog.jp
515         * src/common/template.c
516                 sync with main, see ChangeLog 2005-01-11
517                 (fix potential memory corruption bug)
519 2005-01-14 [colin]      0.9.13cvs33
521         * src/html.c
522         * src/msgcache.c
523                 Fix coding style issues from the last patch
525 2005-01-14 [colin]      0.9.13cvs32
527         * src/msgcache.c
528                 Fix possible double free, avoid putting 8k on the stack
529         * src/html.c
530         * src/html.h
531                 Fix links with tags inside, add some entities
532         * AUTHORS
533                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
535 2005-01-09 [thorsten]   0.9.13cvs31
537         * tools/calypso_convert.pl
538                 support nested subdirs (possible in recent calypso versions)
539                 fix "change of readonly value" error with perl >= 5.8
541 2005-01-08 [colin]      0.9.13cvs30
543         * src/prefs_filtering_action.c
544                 Plug leak - patch by Alfons
546 2005-01-07 [paul]       0.9.13cvs29
548         * ChangeLog
549         * ChangeLog.jp
550         * src/pop.c
551         * src/pop.h
552                 sync with main, see ChangeLog 2005-01-06
554 2005-01-06 [colin]      0.9.13cvs28
556         * src/prefs_matcher.c
557                 Plug leak. Patch by Alfons
559 2005-01-04 [christoph]  0.9.13cvs27
561         * src/folderview.c
562         * src/imap_gtk.c
563         * src/news_gtk.c
564                 Create extra popup menu entries for account settings
566         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
568 2005-01-03 [colin]      0.9.13cvs26
570         * src/main.c
571                 Plugins should be loaded before --receive or --receive-all 
572                 is processed. 
573                 Patch by Felix Eckhofer <felix-ml@tribut.de>
575 2005-01-03 [colin]      0.9.13cvs25
577         * src/pop.c
578         * src/pop.h
579                 Add data_len member, because we can get NULs from network
580                 Patch by Alfons
582 2005-01-01 [colin]      0.9.13cvs24
584         * src/procmime.c
585                 Fix possible memleak in corner case - found by
586                 Martin Kluge, patch by Alfons
588 2004-12-30 [colin]      0.9.13cvs23
590         * src/account.c
591                 Fix prototypes - patch by Alfons
593 2004-12-30 [paul]       0.9.13cvs22
595         * ChangeLog
596         * ChangeLog.jp
597         * NEWS
598         * src/account.c
599                 sync with main 1.0.0.
600                 see ChangeLog 2004-12-22
602 2004-12-18 [paul]       0.9.13cvs21
604         * AUTHORS
605         * ChangeLog
606         * ChangeLog.jp
607         * src/action.c
608                 sync with main, see ChangeLog 2004-12-17
610 2004-12-17 [thorsten]   0.9.13cvs20
612         * src/compose.c
613                 protect trailing spaces when signing message
615 2004-12-16 [paul]       0.9.13cvs19
617         * ChangeLog
618         * ChangeLog.jp
619         * NEWS
620         * src/compose.c
621         * src/syldap.c
622                 sync with main 1.0.0rc
623                 see ChangeLog 2004-12-15
625 2004-12-14 [colin]      0.9.13cvs18
627         * src/gtk/prefswindow.c
628                 Fix build. Sorry :)
630 2004-12-14 [colin]      0.9.13cvs17
632         * src/gtk/gtkutils.c
633         * src/gtk/gtkutils.h
634         * src/gtk/prefswindow.c
635                 Catch Enter in prefswindow while in text
636                 widget. Patch by Alfons.
638 2004-12-14 [paul]       0.9.13cvs16
640         * ChangeLog
641         * ChangeLog.jp
642         * src/action.c
643         * src/compose.c
644         * src/common/utils.c
645                 sync with main, see ChangeLog entries 2004-12-10
646                 and 2004-12-13
648         * po/ru.po
649                 updated by Pavlo Bohmat
651 2004-12-13 [thorsten]   0.9.13cvs15
653         * src/plugins/spamassassin/libspamc.c
654                 fix memleak
656 2004-12-13 [colin]      0.9.13cvs14
658         * src/gtk/prefswindow.c
659         * src/gtk/pluginwindow.c
660                 Fix key_pressed handlers
662 2004-12-11 [colin]      0.9.13cvs13
664         * src/quote_fmt_parse.y
665                 Rework quote_fmt_parse to use less local 
666                 arrays in local blocks, so it doesn't 
667                 freak out IBM's stack protector. Patch
668                 by Alfons.
670 2004-12-10 [colin]      0.9.13cvs12
672         * src/messageview.c
673                 Fix logic error
674         * src/mainwindow.c
675                 Fix corruptions when de-separating messageview
677 2004-12-10 [paul]       0.9.13cvs11
679         * src/prefs_themes.c
680                 use a different set of icons for the Preview
682 2004-12-09 [colin]      0.9.13cvs10
684         * src/procmime.c
685                 Fix procmime_encode_content doing horribly wrong
686                 stuff when encoding to B64 from memory
688 2004-12-08 [colin]      0.9.13cvs9
690         * src/gtk/colorlabel.c
691                 Fix color label off-by-one
692                 Patch by Alfons
694 2004-12-08 [hoa]        0.9.13cvs8
696         * src/quote_fmt_parse.y
697                 really fix buffer overflow
699 2004-12-08 [colin]      0.9.13cvs7
701         * src/matcher_parser_parse.y
702         * src/msgcache.c
703         * src/prefs_matcher.c
704         * src/procheader.c
705         * src/matcher.c
706         * src/common/defs.h
707                 Cache total_size and use that to speed up
708                 'partial' match.
709                 Add 'partial' to the list of useable stuff
710                 in filtering
712 2004-12-08 [paul]
714         * po/sr.po
715                 updated by URKE MMI
717 2004-12-08 [colin]      0.9.13cvs6
719         * src/textview.c
720                 Fix possible boundary overrun in
721                 get_email_part(). Patch by Alfons
723 2004-12-08 [hoa]        0.9.13cvs5
725         * src/quote_fmt_parse.y
726                 fix buffer overflow
727                 http://bugs.gentoo.org/show_bug.cgi?id=67253
729 2004-12-07 [thorsten]   0.9.13cvs4
731         * src/procmime.c
732                 fix leak introduced with 0.9.13cvs1
734 2004-12-07 [keith]      0.9.13cvs3
736         * src/procmime.c
737                 Fix typo
739 2004-12-07 [colin]      0.9.13cvs2
741         * AUTHORS
742         * src/prefs_account.c
743         * src/common/smtp.c
744         * src/common/smtp.h
745                 Add SMTP PLAIN authentication. Patch by 
746                 George Michaelson <ggm@apnic.net>
748 2004-12-07 [thorsten]   0.9.13cvs1
750         * src/procmime.c
751                 [Bug 650] reply button causes crash
752                 Patch partly by David Relson
754 2004-12-06 [paul]       0.9.13
756         0.9.13 released
758 2004-12-06 [paul]
760         * po/sk.po
761                 updated by Andrej Kacian
762         * INSTALL
763         * README.claws
764                 updated
765         
766 2004-12-06 [christoph]
768         * configure.ac
769                 move GPGME check to PGP/MIME plugin checks
771 2004-12-06 [colin]      0.9.12cvs187
773         * src/compose.c
774                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
776 2004-12-06 [paul]       0.9.12cvs186
778         * INSTALL
779         * README.claws
780                 updated
781         * po/es.po
782         * po/fr.po
783         * po/it.po
784         * po/ja.po
785         * po/pt_BR.po
786         * po/zh_CN.po
787                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
788                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
789                 and Yang Guilong
791 2004-12-05 [paul]       0.9.12cvs185
793         * INSTALL
794         * Makefile.am
795         * README.claws
796                 update
797         * TODO.claws    **REMOVED**
798                 removed, use the wiki instead
799         * tools/Makefile.am
800         * tools/README
801                 remove newscache_conv.pl from the release package
802                 and notes as it is broken and not currently maintained
803         * tools/filter_conv.pl
804                 use --config-dir to find claws' config dir
805         * tools/kdeservicemenu/README
806         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
807         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
808                 make a top-level menu entry
810 2004-12-04 [paul]       0.9.12cvs184
812         * src/addrharvest.c
813                 conv_unmime_header_overwrite(name)
815 2004-12-04 [colin]      0.9.12cvs183
817         * src/compose.c
818                 Fix saving of compose window position
819                 when sending mail. Patch by Alfons.
821 2004-12-04 [paul]       0.9.12cvs182
823         * ChangeLog
824         * ChangeLog.jp
825         * INSTALL
826         * NEWS
827         * README
828         * README.jp
829         * doc/manual/ja/Makefile.am
830         * doc/manual/ja/sylpheed-1.html
831         * doc/manual/ja/sylpheed-10.html
832         * doc/manual/ja/sylpheed-11.html
833         * doc/manual/ja/sylpheed-12.html
834         * doc/manual/ja/sylpheed-13.html
835         * doc/manual/ja/sylpheed-14.html
836         * doc/manual/ja/sylpheed-15.html
837         * doc/manual/ja/sylpheed-16.html
838         * doc/manual/ja/sylpheed-17.html
839         * doc/manual/ja/sylpheed-18.html
840         * doc/manual/ja/sylpheed-19.html
841         * doc/manual/ja/sylpheed-2.html
842         * doc/manual/ja/sylpheed-20.html
843         * doc/manual/ja/sylpheed-3.html
844         * doc/manual/ja/sylpheed-4.html
845         * doc/manual/ja/sylpheed-5.html
846         * doc/manual/ja/sylpheed-6.html
847         * doc/manual/ja/sylpheed-7.html
848         * doc/manual/ja/sylpheed-8.html
849         * doc/manual/ja/sylpheed-9.html
850         * doc/manual/ja/sylpheed.html
851         * doc/manual/ja/sylpheed.sgml
852         * src/Makefile.am
853         * src/procmime.c
854         * src/pixmaps/regular.xpm **REMOVED**
855                 sync with main 1.0.0beta4, including: "canonicalize text files
856                 before encoding to BASE64, and uncanonicalize after decoding
857                 to conform with RFC 2045" 
859 2004-12-03 [christoph]  0.9.12cvs181
861         * src/compose.c
862                 build the Privacy System menu without GtkItemFactory to
863                 allow '/' in Privacy System names
865         * src/plugins/pgpmime/pgpmime.c
866         * src/plugins/pgpmime/plugin.c
867                 Update description and change Privacy System name
869 2004-12-03 [paul]
871         * src/pixmaps/dir_close.xpm
872         * src/pixmaps/dir_open.xpm
873         * src/pixmaps/drafts_close.xpm
874         * src/pixmaps/drafts_open.xpm
875         * src/pixmaps/group.xpm
876         * src/pixmaps/unread.xpm
877                 update icons (sync with main (adjust hue))      
879 2004-12-02 [paul]       0.9.12cvs180
881         * ChangeLog
882         * ChangeLog.jp
883         * src/Makefile.am
884         * src/pop.c
885         * src/common/utils.c
886         * src/common/utils.h
887         * src/pixmaps/folder.xpm **REMOVED**
888                 sync with main
889                 fixes bug 644 'extra CRs in subject line break filtering' 
891 2004-12-02 [colin]      0.9.12cvs179
893         * src/compose.c
894                 Prevent duplicate edition of queued
895                 and drafted mails
897 2004-12-02 [colin]      0.9.12cvs178
899         * src/compose.c
900                 Fix quote linewrapping ignoring pref
901                 Patch by Alfons
903 2004-11-30 [colin]      0.9.12cvs177
905         * src/gtk/prefswindow.c
906         * src/gtk/pluginwindow.c
907                 Add shortcut keys to prefs window
908                 and plugin window. Patch by Fabien Vantard.
910 2004-11-29 [colin]      0.9.12cvs176
912         * src/folderview.c
913                 Fix disappearing separators in folderview's popup
915 2004-11-29 [colin]      0.9.12cvs175
917         * src/procmime.c
918                 Another format bug
920 2004-11-29 [colin]      0.9.12cvs174
922         * src/pop.c
923                 Fix format string
925 2004-11-26 [colin]      0.9.12cvs173
927         * src/common/smtp.c
928         * src/common/smtp.h
929                 Use ESMTP for all servers advertising it
930                 Add SIZE= parameter to MAIL command for 
931                 ESMTP servers
933 2004-11-24 [colin]      0.9.12cvs172
935         * src/plugins/pgpmime/pgpmime.c
936                 Forgot one :(
938 2004-11-24 [colin]      0.9.12cvs171
940         * src/plugins/pgpmime/pgpmime.c
941                 Fix numerous GpgmeGtk leaks
943 2004-11-24 [colin]      0.9.12cvs170
945         * src/plugins/pgpmime/pgpmime.c
946                 Fix numerous GpgmeCtx leaks
948 2004-11-24 [colin]      0.9.12cvs169
950         * src/plugins/pgpmime/plugin.c
951                 Update requirements
952         * src/plugins/trayicon/Makefile.am
953         * src/plugins/trayicon/newmarkedmail.xpm
954         * src/plugins/trayicon/trayicon.c
955         * src/plugins/trayicon/unreadmarkedmail.xpm
956                 Add new icons when there are unread marked mails
957                 answers
959 2004-11-23 [thorsten]   0.9.12cvs168
961         * src/plugins/pgpmime/plugin.c
962                 typo: plugin_init instead of plugin_done
964 2004-11-23 [thorsten]   0.9.12cvs167
966         * commitHelper
967                 o add me
968         * src/partial_download.c
969         * src/partial_download.h
970                 o fix path for includes
972 2004-11-23 [colin]      0.9.12cvs166
974         * src/procmime.c
975                 Uh, changed API.
977 2004-11-23 [colin]      0.9.12cvs165
979         * src/procmime.c
980                 Fix mime headers wrapping
982 2004-11-23 [christoph]  0.9.12cvs164
984         * src/common/Makefile.am
985         * src/common/partial_download.[ch]
986         * src/Makefile.am
987         * src/partial_download.[ch]
988         * src/folderview.c
989                 move to src because it depends on src stuff
991         * src/codeconv.c
992         * src/common/base64.h
993                 move B64LEN macro to base64.h
995         * src/compose.c
996         * src/privacy.[ch]
997                 add PrefsAccount to sign-function parameters
999         * src/main.c
1000         * src/prefs_account.[ch]
1001         * src/gtk/prefswindow.[ch]
1002                 o use new prefswindow for account prefs
1003                 o add possibility to add new pages to account prefs
1005         * src/plugins/pgpmime/prefs_gpg.[ch]
1006         * src/plugins/pgpmime/prefs_gpg.glade
1007                 add account prefs for GPG
1009         * src/plugins/pgpmime/pgpmime.c
1010         * src/plugins/pgpmime/sgpgme.[ch]
1011                 create signers list based on the GPG account prefs
1013 2004-11-23 [colin]      0.9.12cvs163
1015         * src/main.c
1016                 Fix cursor going from normal to wait
1017                 as many times as there are folders
1018                 (very noticeable on exported displays)
1020 2004-11-23 [colin]      0.9.12cvs162
1022         * src/msgcache.c
1023                 HEAD needs this leak fix too
1025 2004-11-22 [luke]       0.9.12cvs161
1027         * src/gtk/gtkstext.c
1028                 'Up' key moves one line (not one paragraph) like 'Down'
1030 2004-11-22 [paul]       0.9.12cvs160
1032         * src/prefs_themes.c
1033                 fix oversized GtkFrames
1035 2004-11-19 [paul]       0.9.12cvs159
1037         * src/prefs_common.c
1038                 update prefs_keybind_apply_clicked()
1040 2004-11-18 [paul]       0.9.12cvs158
1042         * src/compose.c
1043         * src/messageview.c
1044         * src/common/utils.c
1045         * src/common/utils.h
1046                 use Message-ID format like that previously
1047                 used in compose_generate_msgid()
1049 2004-11-17 [christoph]  0.9.12cvs157
1051         * src/mainwindow.c
1052         * src/prefs_common.c
1053                 integrate "Common preferences" into new preferences dialog
1055 2004-11-17 [colin]      0.9.12cvs156
1057         * src/prefs_account.c
1058         * src/prefs_account.h
1059         * src/procmsg.c
1060                 Add an option to let the user choose to store encrypted
1061                 mail as clear text or encrypted.
1063 2004-11-17 [colin]      0.9.12cvs155
1065         * src/compose.c
1066         * src/toolbar.c
1067                 Be verbose when sending fails
1068         * src/procmsg.c
1069                 Fix procmsg_send_queue returning 0 when there's an error
1070                 Don't send messages to be encrypted to nobody 
1073 2004-11-17 [colin]      0.9.12cvs154
1075         * src/privacy.c
1076                 Fix more pointer confusion
1078 2004-11-17 [paul]       0.9.12cvs153
1080         * src/procmime.h
1081                 forgotten in sync with main 1.0.0beta3
1084 2004-11-17 [paul]       0.9.12cvs152
1086         * ChangeLog
1087         * ChangeLog.jp
1088         * NEWS
1089         * src/compose.c
1090         * src/jpilot.c
1091         * src/procmime.c
1092                 sync with main 1.0.0beta3
1093                 see ChangeLog 2004-11-15 and 2004-11-16
1095 2004-11-17 [colin]      0.9.12cvs151
1097         * src/plugins/pgpmime/pgpmime.c
1098                 Remove debug printf
1100 2004-11-17 [colin]      0.9.12cvs150
1102         * src/plugins/pgpmime/pgpmime.c
1103                 Fix off-by-one causing segs
1105 2004-11-17 [colin]      0.9.12cvs149
1107         * src/procmsg.c
1108                 < Reboot_> don't compare pointers to NULL with !
1109                 So, use the other form to bring consistency.
1110                 Also fix coding style.
1112 2004-11-16 [colin]      0.9.12cvs148
1114         * src/procmsg.c
1115                 Fix the fix :)
1117 2004-11-16 [colin]      0.9.12cvs147
1119         * src/procmsg.c
1120                 Fix leaks in procmsg_send_message_queue
1122 2004-11-12 [paul]       0.9.12cvs146
1124         * src/prefs_account.c
1125         * src/procmime.c
1126         * src/procmime.h
1127                 fix sync breakage 
1129 2004-11-12 [paul]
1131         * src/pixmaps/complete.xpm
1132         * src/pixmaps/continue.xpm
1133                 small sync with main, see ChangeLog 2004-11-11
1135 2004-11-11 [paul]       0.9.12cvs145
1137         * ChangeLog
1138         * ChangeLog.jp
1139         * src/account.c
1140         * src/folderview.c
1141         * src/folderview.h
1142         * src/imap.c
1143         * src/imap_gtk.c
1144         * src/inc.c
1145         * src/mainwindow.c
1146         * src/mh_gtk.c
1147         * src/news_gtk.c
1148         * src/pop.c
1149         * src/prefs_account.c
1150         * src/prefs_account.h
1151         * src/prefs_ext_prog.c
1152         * src/procmsg.c
1153         * src/procmsg.h
1154         * src/summary_search.c
1155         * src/summaryview.c
1156         * src/textview.c
1157         * src/common/defs.h
1158         * src/common/utils.c
1159         * src/common/utils.h
1160         * src/gtk/menu.c
1161         * src/gtk/menu.h
1162                 sync with main 1.0.0beta2 (plus 4)
1164 2004-11-09 [christoph]  0.9.12cvs144
1166         * src/compose.c
1167         * src/prefs_account.[ch]
1168                 add option menu to select default privacy system
1170         * src/plugins/pgpmime/pgpmime.c
1171                 better memory allocation
1173         * src/folder.c
1174                 syncronize flags when scanning a folder
1176 2004-11-08 [colin]      0.9.12cvs143
1178         * src/summaryview.c
1179                 Prevent useless folder count updates while 
1180                 quicksearch is running. It is really annoying 
1181                 while quicksearch is running a full-mail
1182                 scan, like 'b foo', in a big folder.
1184 2004-11-08 [colin]      0.9.12cvs142
1186         * src/textview.c
1187                 Really fix these mail URIs
1189 2004-11-08 [colin]      0.9.12cvs141
1191         * src/textview.c
1192                 fix "colin@colino.net" <colin@colino.net> 
1193                 types of URIs
1195 2004-11-06 [colin]      0.9.12cvs140
1197         * src/compose.c
1198                 Don't ask for passphrase if not sending
1200 2004-11-05 [christoph]  0.9.12cvs139
1202         * src/compose.c
1203                 o encode text content of composed mails
1204         * src/procmime.c
1205                 o allow encoding of MimeInfos that are stored in memory buffers
1206                 
1208 2004-11-03 [paul]       0.9.12cvs138
1210         * po/POTFILES.in
1211                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1212                 Patch submitted by Fabien Vantard
1214         * src/prefs_ext_prog.c
1215                 fix typos. Patch submitted by Fabien Vantard
1217         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1218         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1219                 add German, Spanish, Italian, Brazilian Portuguese,
1220                 and Slovak translations. Submitted by Thomas Gilgin,
1221                 J. José del Río 'partymola', Andrea Spadaccini,
1222                 Frederico Goncalves Guimaraes, and Andrej Kacian
1224 2004-11-01 [christoph]  0.9.12cvs137
1226         * src/procmime.c
1227                 implement RFC2231's parameter encoding
1229 2004-10-29 [colin]      0.9.12cvs136
1231         * src/common/utils.c
1232                 Fix boundary delimiter (a Pine user gets this:
1233                 > Malformed message: Unexpected characters at end of parameters:
1234                 > =_Thu__28_Oct_2)
1236 2004-10-29 [paul]
1238         * tools/textviewer.sh
1239                 fix typo. patch submitted by Johann Koenig 
1240                 <explosive@hvc.rr.com>
1242 2004-10-29 [paul]
1244         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1245         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1246                 add French translations, submitted by Fabien Vantard
1248 2004-10-28 [christoph]  0.9.12cvs135
1250         * doc/src/rfc2231.txt                           ** NEW **
1251         * src/procmime.c
1252         * src/common/quoted-printable.c
1253         * src/common/utils.[ch]
1254                 implement RFC2231's parameter decoding
1256 2004-10-27 [paul]
1258         * tools/kdeservicemenu/README
1259         * tools/kdeservicemenu/install.sh
1260         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1261         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1262         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1263                 output files to /tmp instead of littering the
1264                 current dir
1265                 add uninstall function
1266                 refactor
1268 2004-10-26 [christoph]  0.9.12cvs134
1270         * src/procmime.c
1271                 better check if parameters have to be in quoted string
1273 2004-10-25 [paul]
1275         * tools/kdeservicemenu/README
1276         * tools/kdeservicemenu/install.sh
1277         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1278         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1279         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1280                 add files for Sylpheed Service Menu in Konqueror
1282 2004-10-22 [paul]       0.9.12cvs133
1284         * src/compose.c
1285         * src/prefs_common.c
1286         * src/prefs_common.h
1287         * src/prefs_wrapping.c
1288                 remove 'smart wrapping'
1290 2004-10-21 [colin]      0.9.12cvs132
1292         * src/compose.c
1293                 Remove extraneous separator in Options
1295 2004-10-21 [colin]      0.9.12cvs131
1297         * src/compose.c
1298                 Replace "unknown" attachments by "application/octet-stream"
1299                 Be a bit more defensive when using strchr
1301 2004-10-20 [paul]
1303         * po/ru.po
1304                 updated by Pavlo Bohmat
1306 2004-10-19 [christoph]  0.9.12cvs130
1308         * src/compose.c
1309                 fix wrong menu entry path
1311         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1313         * src/gtk/menu.c
1314                 add extra check for missing menu entries
1316 2004-10-19 [christoph]  0.9.12cvs129
1318         * src/compose.c
1319         * src/common/utils.c
1320                 use utils' generate_msgid() in compose.c
1322 2004-10-18 [christoph]  0.9.12cvs128
1324         * src/plugins/pgpmime/passphrase.c
1325         * src/plugins/pgpmime/pgpmime.c
1326         * src/plugins/pgpmime/prefs_gpg.[ch]
1327         * src/plugins/pgpmime/prefs_gpg.glade
1328         * src/plugins/pgpmime/sgpgme.c
1329                 add GPG prefs
1331 2004-10-18 [christoph]  0.9.12cvs127
1333         * src/addrbook.c
1334         * src/addrcache.c
1335         * src/addressbook.c
1336         * src/codeconv.c
1337         * src/compose.c
1338         * src/customheader.c
1339         * src/editaddress.c
1340         * src/editgroup.c
1341         * src/exporthtml.c
1342         * src/folder.c
1343         * src/folderview.c
1344         * src/imap.c
1345         * src/jpilot.c
1346         * src/main.c
1347         * src/matcher_parser_parse.y
1348         * src/mbox.c
1349         * src/pop.c
1350         * src/prefs_account.c
1351         * src/prefs_gtk.c
1352         * src/prefs_msg_colors.c
1353         * src/procheader.c
1354         * src/procmime.[ch]
1355         * src/procmsg.c
1356         * src/summaryview.c
1357         * src/textview.c
1358         * src/common/base64.c
1359         * src/common/partial_download.c
1360         * src/common/socket.c
1361         * src/common/sylpheed.c
1362         * src/common/utils.[ch]
1363         * src/gtk/filesel.c
1364         * src/gtk/pluginwindow.c
1365         * src/gtk/quicksearch.c
1366         * src/plugins/pgpmime/pgpmime.c
1367         * src/plugins/pgpmime/plugin.c
1368         * src/plugins/pgpmime/select-keys.c
1369         * src/plugins/pgpmime/sgpgme.c
1370         * src/plugins/spamassassin/libspamc.c
1371         * src/plugins/trayicon/trayicon.c
1372         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1373         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1374                 o don't use any GNU C extensions
1375                 o fix warnings
1376                 o replace some non-POSIX functions
1378         * src/plugins/spamassassin/spamassassin.[ch]
1379         * src/plugins/spamassassin/spamassassin_gtk.c
1380         * src/plugins/clamav/clamav_plugin.[ch]
1381         * src/plugins/clamav/clamav_plugin_gtk.c
1382                 replace statusbar_print_all() from common code because it is a
1383                 GUI function
1385 2004-10-17 [paul]
1387         * po/es.po
1388         * po/ko.po
1389         * AUTHORS
1390                 update Spanish and Korean translations,
1391                 submitted by Ricardo Mones Lastra and
1392                 SungHyun Nam
1394 2004-10-13 [colin]      0.9.12cvs126
1396         * src/compose.c
1397                 Don't convert message to forced encoding when 
1398                 drafting, plus minor magic-values cleanup.
1400 2004-10-13 [colin]      0.9.12cvs125
1402         * po/POTFILES.in
1403                 Update POTFILES.in to reflect the source
1404                 place changes
1406 2004-10-08 [christoph]  0.9.12cvs124
1408         * m4/spamassassin.m4
1409                 fix libspamc OpenSSL
1411         * src/compose.c
1412                 rearrange the compose menu
1414 2004-10-08 [christoph]  0.9.12cvs123
1416         * src/Makefile.am
1417         * src/account.c
1418         * src/compose.[ch]
1419         * src/crash.c
1420         * src/main.c
1421         * src/mimeview.c
1422         * src/passphrase.[ch]                           ** REMOVE **
1423         * src/prefs_account.[ch]
1424         * src/prefs_common.[ch]
1425         * src/privacy.[ch]
1426         * src/procmime.[ch]
1427         * src/procmsg.c
1428         * src/rfc2015.[ch]                              ** REMOVE **
1429         * src/select-keys.[ch]                          ** REMOVE **
1430         * src/common/utils.[ch]
1431         * src/gtk/about.c
1432         * src/plugins/pgpmime/Makefile.am
1433         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1434         * src/plugins/pgpmime/pgpmime.c
1435         * src/plugins/pgpmime/plugin.c
1436         * src/plugins/pgpmime/prefs_gpg.[ch]
1437         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1438         * src/plugins/pgpmime/sgpgme.[ch]
1439                 o Add new MIME-Writer
1440                 o extend PrivacySystem with sign and encrypt functions
1441                 o extend PGP/MIME plugin with sign and encrypt functions
1442                 o integrate extended Privacy API in Compose and Sending process
1444 2004-10-04 [colin]      0.9.12cvs122
1446         * src/mainwindow.c
1447         * src/messageview.c
1448         * src/messageview.h
1449         * src/textview.c
1450                 Make forced encoding limited to messageview and
1451                 apply only to parts displayed using textview
1453 2004-10-04 [colin]      0.9.12cvs121
1455         * src/summaryview.c
1456                 Fix bug #605 (collapsed threads re-expand when moving or
1457                 deleting mails)
1459 2004-10-03 [colin]      0.9.12cvs120
1461         * src/summaryview.c
1462                 Fix bug #602
1464 2004-10-02 [colin]      0.9.12cvs119
1466         * src/mainwindow.c
1467         * src/messageview.c
1468         * src/prefs_common.h
1469         * src/procmime.c
1470         * src/procmime.h
1471         * src/textview.c
1472                 Clean up forced charset feature
1473                 Add forced decode
1475 2004-10-01 [colin]      0.9.12cvs118
1477         * src/mimeview.c
1478                 Better fix for Save all: skip multipart mails' first 
1479                 text part
1481 2004-10-01 [colin]      0.9.12cvs117
1483         * src/mimeview.c
1484                 Only save attachments in Save All
1486 2004-10-01 [paul]       0.9.12cvs116
1488         * ChangeLog
1489         * ChangeLog.jp
1490         * src/account.c
1491         * src/prefs_common.c
1492         * src/gtk/colorlabel.c
1493                 sync with main 0.9.12cvs17
1495 2004-09-30 [colin]      0.9.12cvs115
1497         * src/stock_pixmap.c
1498         * src/stock_pixmap.h
1499         * src/folderview.c
1500         * src/Makefile.am
1501         * src/pixmaps/read.xpm
1502                 Add icon for total # column
1504 2004-09-29 [colin]      0.9.12cvs114
1506         * src/compose.c
1507                 Don't close compose until message is sent if 
1508                 Show Send Dialog is Always
1510 2004-09-29 [paul]       0.9.12cvs113
1512         * src/quote_fmt_parse.y
1513                 In the quotation templates recognise sender's first and last 
1514                 names (%F %L) when the name is in the format "Duck, Donald".
1515                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1518 2004-09-28 [colin]      0.9.12cvs112
1520         * src/mainwindow.c
1521                 Put back mnemonic
1522         * src/folderview.c
1523                 Fix Empty trash being visible-invisible-visible...
1525 2004-09-28 [colin]      0.9.12cvs111
1527         * src/mainwindow.c
1528                 Relabel Empty all Trash folders
1530 2004-09-28 [colin]      0.9.12cvs110
1532         * src/folderview.c
1533                 Add contextual Empty trash menu
1534         * src/mainwindow.c
1535                 Revert cvs109 which was useless
1537 2004-09-28 [colin]      0.9.12cvs109
1539         * src/mainwindow.c
1540                 Fix uninialized var
1542 2004-09-28 [colin]      0.9.12cvs108
1544         * src/addressbook.c
1545                 Fix triple-click
1547 2004-09-28 [colin]      0.9.12cvs107
1549         * src/addressbook.c
1550                 Fix double-click on entries
1552 2004-09-28 [colin]      0.9.12cvs106
1554         * src/inc.c
1555                 Reintroduce folder_item update freeze on incorporation
1557 2004-09-27 [christoph]  0.9.12cvs105
1559         * src/folderview.c
1560                 right-align new and unread column
1562 2004-09-27 [paul]
1564         * 0.9.12b released
1566 2004-09-27 [paul]       0.9.12cvs104
1568         * src/main.c
1569                 revert 0.9.12cvs101, it causes another segfault
1571 2004-09-23 [christoph]  0.9.12cvs103
1573         * src/plugins/spamassassin/libspamc.[ch]
1574         * src/plugins/spamassassin/utils.[ch]
1575                 update libspamc to SpamAssassin 3.0.0
1577 2004-09-17 [paul]       0.9.12cvs102
1579         * ChangeLog
1580         * ChangeLog.jp
1581         * src/inc.c
1582                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1585 2004-09-17 [colin]      0.9.12cvs101
1587         * src/main.c
1588                 Fix segfaults when quitting. valgrind says:
1589                         ==12144== Invalid read of size 4
1590                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1591                         [...]
1592                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1593                         [...]
1594                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1597 2004-09-13 [christoph]  0.9.12cvs100
1599         * src/folder.c
1600                 add NULL pointer checks to fix segfault when messages can
1601                 not be fetched
1603 2004-09-08 [colin]      0.9.12cvs99
1605         * src/account.c
1606                 Remove a debug printf
1608 2004-09-08 [christoph]  0.9.12cvs98
1610         * src/procmsg.[ch]
1611                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1612                 if the message structure has been scanned
1614         * src/folder.c
1615                 o scan structure when the mail is fetched for the first time
1616                   to prevent unnecessary fetching of messages while scanning
1617                   the folder for messages
1618                 o revert 0.9.12cvs24
1620         * src/plugins/pgpmime/pgpmime.c
1621                 check signature if auto signature checking is enabled when the
1622                 signature status is requested for first time and not when
1623                 checking if a part has a signature
1625 2004-09-07 [colin]      0.9.12cvs97
1627         * src/inc.c
1628                 Change session error messages so that they
1629                 are a bit more helpful (the origin of the
1630                 error is not apparent if one isn't in 
1631                 front of Sylpheed when it happens).
1633 2004-09-06 [colin]      0.9.12cvs96
1635         * src/toolbar.c
1636                 Fix graying out Redirect in non english languages
1637                 Patch by Fabien Vantard
1639 2004-09-06 [colin]      0.9.12cvs95
1641         * src/summaryview.c
1642         * src/mimeview.c
1643                 Fix dropped URIs
1645 2004-09-06 [colin]      0.9.12cvs94
1647         * src/addressbook.c
1648         * src/addressitem.h
1649         * src/addritem.c
1650         * src/addritem.h
1651                 Add basic drag and drop to addressbook
1653 2004-09-03 [colin]      0.9.12cvs93
1655         * src/summaryview.c
1656                 Next/Prev unread message should start
1657                 from next/prev node (especially if 
1658                 mark_as_read_delay != 0)
1660 2004-09-03 [colin]      0.9.12cvs92
1662         * src/prefs_common.c
1663         * src/prefs_common.h
1664         * src/summaryview.c
1665                 Add an hidden 'mark_as_read_delay' pref 
1667 2004-09-02 [colin]      0.9.12cvs91
1669         * src/gtk/menu.c
1670                 Add unduplicated menu entries (fixes bug 532)
1671                 Patch by Fabien Vantard
1673 2004-09-02 [colin]      0.9.12cvs90
1675         * src/account.c
1676                 Fix bug 582 (broken auto account selection)
1678 2004-09-02 [colin]      0.9.12cvs89
1680         * src/addrindex.c
1681                 Free deleted queries too
1683 2004-09-02 [colin]      0.9.12cvs88
1685         * src/ldapquery.c
1686                 Fix freezes in LDAP, due to memory corruption
1687                 after deletion of a query (and not removing it
1688                 from the corresponding list of queries).
1689                 Very probably fixes bug 567 and bug 569
1691 2004-09-02 [colin]      0.9.12cvs87
1693         * src/prefs_spelling.c
1694                 Fix bug with aspell prefs init, where spell checking
1695                 is enabled at first but dictionary not specified. Use
1696                 LANG's dictionary by default.
1698 2004-09-01 [colin]      0.9.12cvs86
1700         * src/filtering.c
1701         * src/imap.c
1702         * src/prefs_matcher.c
1703         * src/stock_pixmap.c
1704                 Fix more nasty uninitialized variables
1706 2004-08-31 [colin]      0.9.12cvs85
1708         * src/folder.c
1709                 Fix memory corruption when entering procmsg_msginfo_free()
1710                 with unitialized msginfo. Thanks Valgrind.
1712 2004-08-29 [colin]      0.9.12cvs84
1714         * src/mimeview.c
1715                 Don't escape filenames before saving - that's 
1716                 not dangerous. By the way, fix the leak.
1718 2004-08-27 [paul]       0.9.12cvs83
1720         * src/mh.c
1721         * src/procheader.c
1722         * src/procmsg.c
1723         * src/procmsg.h
1724         * src/common/utils.c
1725         * src/gtk/menu.h
1726                 sync with main 0.9.12cvs6, see ChangeLog
1727                 2004-08-24, 2004-08-25, 2004-08-26
1730 2004-08-26 [paul]
1732         * po/ja.po
1733                 updated by Rui Hirokawa
1735 2004-08-25 [colin]      0.9.12cvs82
1737         * src/plugins/pgpmime/pgpmime.c
1738                 Fix leak on non-combined encrypted messages
1740 2004-08-25 [colin]      0.9.12cvs81
1742         * src/plugins/pgpmime/pgpmime.c
1743         * src/plugins/pgpmime/sgpgme.c
1744         * src/plugins/pgpmime/sgpgme.h
1745                 Handle combined encryption/signature
1747 2004-08-24 [colin]      0.9.12cvs80
1749         * src/folder.c
1750                 Set mime flags on non multipart messages too
1752 2004-08-23 [christoph]  0.9.12cvs79
1754         * src/compose.c
1755                 create message header in memory as GString before writing it
1756                 to the message file
1758 2004-08-23 [colin]      0.9.12cvs78
1760         * src/rfc2015.c
1761         * src/rfc2015.h
1762         * src/compose.c
1763                 Fix (again) bug 197: inline encryption broken
1765 2004-08-23 [paul]
1767         * po/zh_CN.po
1768                 updated by Hansom Young
1770 2004-08-23 [paul]
1772         * 0.9.12a released
1774 2004-08-23 [colin]      0.9.12cvs77
1776         * src/imap.c
1777                 Try and fix bug 577 (session->last_access_time is broken since 
1778                 sync with main 0.9.12cvs2). 
1779                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1781 2004-08-23 [paul]
1783         * po/es.po
1784         * po/fr.po
1785         * po/pl.po
1786         * po/pt_BR.po
1787         * po/sk.po
1788         * po/sr.po
1789                 update translations. submitted by Ricardo
1790                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1791                 Frederico Goncalves Guimaraes, Andrej Kacian,
1792                 Urke MMI
1794 2004-08-22 [paul]       0.9.12cvs76
1796         * src/plugins/trayicon/trayicon.c
1797                 fix formatting bug in trayicon_popup_menu_entries[]
1800 2004-08-22 [paul]       0.9.12cvs75
1802         * m4/Makefile.am
1803                 remove reference to openssl.m4
1806 2004-08-21 [colin]      0.9.12cvs74
1808         * src/compose.c
1809                 Fix bug 576 (Duplicate auto-bcc on reedit)
1811 2004-08-21 [colin]      0.9.12cvs73
1813         * src/toolbar.c
1814                 Grey out Redirect in the toolbar when selection is
1815                 multiple. Fixes bug 520
1817 2004-08-21 [colin]      0.9.12cvs72
1819         * src/compose.c
1820                 Save Sign, Encrypt and Mode status when drafting or queuing
1821                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1822                 state)
1824 2004-08-21 [colin]      0.9.12cvs71
1826         * src/summaryview.c
1827                 Fix bug 494 (Messages are always opened in summary 
1828                 view when right clicked.) Also fixes bug 508.
1830 2004-08-21 [colin]      0.9.12cvs70
1832         * src/compose.c
1833                 When using inline encryption, don't use QP or Base64:
1834                 the mail will be encrypted to a 7bit string.
1835                 Fixes bug 197
1837 2004-08-21 [colin]      0.9.12cvs69
1839         * src/compose.c
1840                 Fix inline-signing with 8bit chars: data must be 
1841                 converted to Quoted-printable before signing.
1843 2004-08-21 [colin]      0.9.12cvs68
1845         * src/compose.c
1846                 Remove 'Message/Save to draft folder'
1847                 and 'Message/Save and keep editing' to 
1848                 put a single 'File/Save' command.
1849                 Fixes bug 224
1851 2004-08-21 [colin]      0.9.12cvs67
1853         * src/mainwindow.c
1854                 Fix bug 222 (Summary view state not retained between sessions)
1856 2004-08-20 [colin]      0.9.12cvs66
1858         * src/codeconv.c
1859                 Fix bug 574 (empty cur_locale is not enough)
1861 2004-08-20 [paul]
1863         * src/plugins/pgpmime/plugin.c
1864                 modify PGP/MIME plugin's description
1866 2004-08-16 [colin]      0.9.12cvs65
1868         * src/common/ssl.c
1869                 Fix version comparison
1871 2004-08-16 [colin]      0.9.12cvs64
1873         * src/common/ssl.c
1874                 I meant 2.2.
1876 2004-08-16 [colin]      0.9.12cvs63
1878         * src/common/ssl.c
1879                 People with glibc 2.1 have had problems with non-blocking
1880                 SSL_connect. Disable it for glibc < 2.2.
1882 2004-08-16 [colin]      0.9.12cvs62
1884         * src/common/ssl.c
1885                 Fix format error
1887 2004-08-13 [colin]      0.9.12cvs61
1889         * src/plugins/pgpmime/plugin.c
1890                 Add plugin's description
1892 2004-08-12 [christoph]  0.9.12cvs60
1894         * src/folderutils.c
1895                 fix bug that did not thaw folder updates when deleting
1896                 duplicates in empty folders
1898 2004-08-12 [colin]      0.9.12cvs59
1900         * src/plugins/trayicon/trayicon.c
1901                 Add a context menu with most common operations
1903 2004-08-12 [colin]      0.9.12cvs58
1905         * configure.ac
1906         * sylpheed.desktop
1907         * src/Makefile.am
1908         * src/main.c
1909                 Add support for Freedesktop.org's startup notification
1911 2004-08-10 [colin]      0.9.12cvs57
1913         * src/main.c
1914         * src/common/socket.c
1915         * src/common/ssl.c
1916         * src/common/sylpheed.c
1917         * src/common/sylpheed.h
1918                 Put back the ssl connect nonblocking...
1919                 without the race condition
1921 2004-08-09 [colin]      0.9.12cvs56
1923         * src/main.c
1924         * src/common/ssl.c
1925         * src/common/sylpheed.c
1926         * src/common/sylpheed.h
1927                 Reverting previous commit, doesn't work 
1929 2004-08-09 [colin]      0.9.12cvs55
1931         * src/main.c
1932         * src/common/ssl.c
1933         * src/common/sylpheed.c
1934         * src/common/sylpheed.h
1935                 Make SSL_connect nonblocking, using a thread
1937 2004-08-09 [paul]       0.9.12cvs54
1939         * po/POTFILES.in
1940                 reflect new location of sgpgme.c
1941         * src/main.c
1942                 sync with main, see ChangeLog 2004-08-09
1944 2004-08-08 [christoph]  0.9.12cvs53
1946         * src/folderutils.c
1947                 freeze FolderItem updates while deleting duplicate messages
1949 2004-08-08 [christoph]  0.9.12cvs52
1951         * configure.ac
1952         * src/Makefile.am
1953         * src/main.c
1954         * src/pgpmime.c
1955         * src/pgpmime.h
1956         * src/sgpgme.c
1957         * src/sgpgme.h
1958         * src/plugins/Makefile.am
1959         * src/plugins/pgpmime/.cvsignore
1960         * src/plugins/pgpmime/Makefile.am
1961         * src/plugins/pgpmime/pgpmime.c
1962         * src/plugins/pgpmime/pgpmime.h
1963         * src/plugins/pgpmime/plugin.c
1964         * src/plugins/pgpmime/sgpgme.c
1965         * src/plugins/pgpmime/sgpgme.h
1966                 new plugin for PGP/MIME
1968 2004-08-07 [christoph]  0.9.12cvs51
1970         * src/folder.c
1971                 disable immediate folder change notification on opened folders
1972                 until SummaryView can handle it quickly
1974 2004-08-07 [colin]      0.9.12cvs50
1976         * src/pop.c
1977         * src/common/partial_download.c
1978                 fix warnings
1980 2004-08-07 [colin]      0.9.12cvs49
1982         * src/Makefile.am
1983         * src/account.c
1984         * src/addressbook.c
1985         * src/alertpanel.c
1986         * src/alertpanel.h
1987         * src/compose.c
1988         * src/exphtmldlg.c
1989         * src/expldifdlg.c
1990         * src/main.c
1991         * src/message_search.c
1992         * src/messageview.c
1993         * src/pop.c
1994         * src/sgpgme.c
1995         * src/summary_search.c
1996         * src/summaryview.c
1997         * src/textview.c
1998         * src/gtk/sslcertwindow.c
1999         * src/pixmaps/stock_dialog-error.xpm
2000         * src/pixmaps/stock_dialog-info.xpm
2001         * src/pixmaps/stock_dialog-question.xpm
2002         * src/pixmaps/stock_dialog-warning.xpm
2003                 sync new alertpanel from gtk2
2005 2004-08-07 [colin]      0.9.12cvs48
2007         * src/prefs_folder_item.c
2008                 fix memory corruption in folderitem's prefs
2010 2004-08-06 [colin]      0.9.12cvs47
2012         * src/compose.c
2013                 close compose window after queuing, before 
2014                 sending when user presses Send
2016 2004-08-05 [christoph]  0.9.12cvs46
2018         * src/msgcache.c
2019         * src/common/defs.h
2020                 add charset to cache file and convert charset when reading the
2021                 cache if different from internal used charset
2023 2004-08-05 [christoph]  0.9.12cvs45
2025         * src/messageview.c
2026         * src/mimeview.[ch]
2027         * src/procmime.h
2028         * src/common/utils.h
2029                 cleanup (remove unused includes/reorganize)
2031         * src/prefs_ext_prog.c
2032         * src/prefs_folder_item.c
2033         * src/prefs_fonts.c
2034         * src/prefs_msg_colors.c
2035         * src/prefs_spelling.c
2036         * src/prefs_themes.c
2037         * src/prefs_toolbar.c
2038         * src/prefs_wrapping.c
2039         * src/gtk/prefswindow.[ch]
2040         * src/plugins/clamav/clamav_plugin_gtk.c
2041         * src/plugins/dillo_viewer/dillo_prefs.c
2042         * src/plugins/image_viewer/viewerprefs.c
2043         * src/plugins/spamassassin/spamassassin_gtk.c
2044                 change PrefsPage path into an array of strings and don't
2045                 split a single string into parts (better for translation)
2047 2004-08-05 [christoph]  0.9.12cvs44
2049         * src/folder.c
2050                 fix FolderItem's message counts after rebuilding a cache
2052 2004-08-05 [paul]       0.9.12cvs43
2054         * ChangeLog
2055         * ChangeLog.jp
2056         * src/imap.c
2057         * src/news.c
2058         * src/common/nntp.c
2059         * src/common/session.c
2060         * src/common/session.h
2061         * src/common/socket.c
2062                 sync with main 0.9.12cvs2
2063                 see ChangeLog 2004-08-04
2065 2004-08-04 [christoph]  0.9.12cvs42
2067         * configure.ac
2068                 add missing AC_DEFINE(USE_OPENSSL, ...)
2069         * src/folder.c
2070                 use new xml_node_new() function
2072 2004-08-03 [christoph]  0.9.12cvs41
2074         * src/folder.c
2075         * src/localfolder.c
2076         * src/common/xml.[ch]
2077                 sync with main 0.9.12cvs1
2078                 see ChangeLog 2004-07-23
2080 2004-08-03 [christoph]
2082         * configure.ac
2083         * m4/openssl.m4                 ** REMOVE **
2084                 use pkg-config to get OpenSSL CFLAGS and LIBS
2085                 (OpenSSL 0.9.7 is required now)
2087 2004-08-02 [paul]       0.9.12cvs40
2089         * AUTHORS
2090                 update translation team section
2091         * po/pt_BR.po
2092                 updated by Frederico Goncalves Guimaraes
2093                 <fggdebian@yahoo.com.br>
2095 2004-07-29 [colin]      0.9.12cvs39
2097         * src/messageview.c
2098                 Inform the user when a partially 
2099                 downloaded mail isn't on the server
2100                 anymore (due to Mark for deletion)
2102 2004-07-29 [colin]      0.9.12cvs38
2104         * src/messageview.c
2105                 Hide noticeview if necessary
2107 2004-07-27 [colin]      0.9.12cvs37
2109         * src/msgcache.c
2110                 More fixes (i overlook a bit, thanks
2111                 Christoph for spotting it)
2113 2004-07-27 [colin]      0.9.12cvs36
2115         * src/msgcache.c
2116                 Fix wrong test 
2118 2004-07-26 [colin]      0.9.12cvs35
2120         * src/pop.c
2121                 Fix uidl-file parsing when not in new
2122                 format
2124 2004-07-19 [colin]      0.9.12cvs34
2126         * src/compose.c
2127                 Save attachment status when drafting
2129 2004-07-19 [colin]      0.9.12cvs33
2131         * src/folder.h
2132         * src/folderview.c
2133         * src/summaryview.c
2134                 Reverse 0.9.12cvs29 to 31 (folder icon update
2135                 when quicksearch is active)
2137 2004-07-18 [colin]      0.9.12cvs32
2139         * src/pop.c
2140                 Fix partial download bug with "Download all
2141                 messages" option
2143 2004-07-18 [colin]      0.9.12cvs31
2145         * src/folderview.c
2146                 Fix crash
2148 2004-07-17 [colin]      0.9.12cvs30
2150         * src/summaryview.c
2151                 Same, when sticky search is off
2153 2004-07-17 [colin]      0.9.12cvs29
2155         * src/folder.h
2156         * src/folderview.c
2157         * src/summaryview.c
2158                 Update FolderItem icon whenever its summaryview is 
2159                 filtered
2161 2004-07-16 [christoph]  0.9.12cvs28
2163         * src/mimeview.c
2164                 make doubleclick work again
2166 2004-07-16 [christoph]  0.9.12cvs27
2168         * src/mimeview.c
2169                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2171 2004-07-16 [paul]       0.9.12cvs26
2172         
2173         * src/gtk/quicksearch.c
2174         * src/compose.c
2175         * src/customheader.c
2176         * src/messageview.c
2177         * src/news.c
2178         * src/prefs_account.c
2179         * src/prefs_display_header.c
2180         * src/procheader.c
2181                 replace "Message-Id" with "Message-ID"
2183 2004-07-16 [paul]       0.9.12cvs25
2185         * ChangeLog
2186         * ChangeLog.jp
2187         * src/account.c
2188         * src/account.h
2189         * src/folder_item_prefs.c
2190         * src/main.c
2191         * src/pop.c
2192         * src/pop.h
2193         * src/prefs_account.c
2194         * src/prefs_account.h
2195         * src/prefs_common.c
2196         * src/prefs_common.h
2197         * src/prefs_gtk.c
2198         * src/prefs_gtk.h
2199                 sync with main 0.9.12cvs1
2201 2004-07-15 [colin]      0.9.12cvs24
2203         * src/folder.c
2204                 Disable GPG signature check during
2205                 folder move and scan 
2206         (Closes Bug 521 Signature checking slows down Folder-Move)
2208 2004-07-14 [christoph]  0.9.12cvs23
2210         * src/pgpmime.c
2211                 add missing fclose. Patch by Thomas Gilgin.
2213         * src/procmime.c
2214                 add checks if fopen really worked
2216 2004-07-14 [colin]      0.9.12cvs22
2218         * src/pop.c
2219         * src/common/partial_download.c
2220                 Update includes
2222 2004-07-14 [colin]      0.9.12cvs21
2224         * src/folder.c
2225         * src/inc.c
2226         * src/matcher.c
2227         * src/matcher.h
2228         * src/matcher_parser_parse.y
2229         * src/messageview.c
2230         * src/msgcache.c
2231         * src/noticeview.c
2232         * src/noticeview.h
2233         * src/pop.c
2234         * src/pop.h
2235         * src/prefs_matcher.c
2236         * src/procheader.c
2237         * src/procmsg.c
2238         * src/procmsg.h
2239         * src/summaryview.c
2240         * src/common/Makefile.am
2241         * src/common/defs.h
2242         * src/gtk/quicksearch.c
2243         * src/common/partial_download.c ** NEW FILES **
2244         * src/common/partial_download.h ** NEW FILES **
2245                 Partial downloading of pop3 mails
2247 2004-07-13 [christoph]  0.9.12cvs20
2249         * src/mimeview.c
2250                 use "button_release_event" instead of "button_press_event",
2251                 because executing event callbacks while the button is still
2252                 pressed is not good and causes problems
2254 2004-07-12 [colin]      0.9.12cvs19
2256         * src/gtk/quicksearch.c
2257                 Fix a missing status update in quicksearch
2259 2004-07-08 [colin]      0.9.12cvs18
2261         * src/common/smtp.h
2262                 Fix guint vs gint bug
2264 2004-07-08 [colin]      0.9.12cvs17
2266         * src/common/smtp.c
2267                 use to_human_readable() for sizes
2269 2004-07-08 [paul]       0.9.12cvs16
2271         * src/inc.c [1.174]
2272                 fix occasional non-clearance of the statusbar
2273                 (close Bug 531 'SA plugin: status bar does not 
2274                  get cleared in OFFLINE mode')
2276 2004-07-07 [colin]      0.9.12cvs15
2278         * src/prefs_common.c [1.225]
2279         * src/prefs_common.h [1.112]
2280                 Add a hidden summary_quicksearch_sticky preference,
2281                 to allow the quicksearch bar to reset across folders
2282         * src/summaryview.c [1.437]
2283                 Use this preference
2284         * src/gtk/quicksearch.c [1.5]
2285         * src/gtk/quicksearch.h [1.3]
2286                 Add this preference, fix focus when hitting Enter,
2287                 add handling of Esc key to reset
2289 2004-07-06 [colin]      0.9.12cvs14
2291         * src/gtk/quicksearch.c [1.4]
2292                 Add Clear button
2294 2004-07-06 [christoph]  0.9.12cvs13
2296         * src/toolbar.c
2297                 enable next unread button in empty folders if next folder
2298                 dialog is not disabled
2300         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2301          folders)
2303 2004-07-06 [colin]      0.9.12cvs12
2305         * src/common/smtp.c [1.16]
2306                 Display maximum message size in the log
2308 2004-07-06 [paul]       0.9.12cvs11
2310         * src/toolbar.c
2311                 fix typo. (spotted by Fabien Vantard)
2313 2004-07-06 [paul]       0.9.12cvs10
2315         * src/main.c
2316                 terminate cleanly on SIGHUP. Patch submitted by
2317                 Thomas Gilgin <thg@karate-muellheim.de>
2319 2004-07-05 [christoph]  0.9.12cvs9
2321         * src/inc.c
2322                 better replacing of %d in new mail notification command
2324 2004-07-05 [colin]      0.9.12cvs8
2326         * src/common/smtp.[ch]
2327                 Take SIZE (returned by EHLO) into account, and
2328                 avoid sending too big messages
2330 2004-07-04 [paul]       0.9.12cvs7
2332         * src/account.c
2333                 fix auto-account selection on imap/news
2335 2004-07-01 [paul]       0.9.12cvs6
2337         * src/gtk/quicksearch.c
2338                 reveal hidden string in gui
2339                 
2340         * src/compose.c
2341                 fix updating of gpg signing setting on 
2342                 switching accounts
2344 2004-06-30 [darko]      0.9.12cvs5
2346         * src/common/utils.c
2347                 remove expand_search_string()
2348         * src/gtk/quicksearch.c
2349                 remove no longer needed for loop (thanks Christoph)
2350                 add expand_search_string()
2352 2004-06-30 [darko]      0.9.12cvs4
2354         * src/common/utils.c
2355                 allow all filtering expressions in quicksearch
2357         (Closes Bug 519 filtering expr. in quicksearch)
2359 2004-06-30 [christoph]  0.9.12cvs3
2361         * configure.ac
2362                 better 'localedir'
2364         * src/common/intl.h
2365                 allow plugins to define TEXTDOMAIN for the _(...) macro
2367 2004-06-30 [paul]       0.9.12cvs2
2369         * po/POTFILES.in
2370           src/Makefile.am
2371           src/main.c
2372           src/prefs_common.c
2373           src/prefs_msg_colors.[ch]     ** NEW FILES **
2374                 move message colouring options to
2375                 '/Other Preferences/Message View/Colors'
2377 2004-06-30 [paul]       0.9.12cvs1
2379         * po/POTFILES.in
2380           src/Makefile.am
2381           src/main.c
2382           src/prefs_common.c
2383           src/prefs_wrapping.[ch]       ** NEW FILES **
2384                 move message wrapping options to
2385                 /'Other Preferences/Compose/Message Wrapping'
2387 2004-06-28 [paul]       0.9.12
2389         * Sylpheed-Claws 0.9.12 released
2391         * po/es.po
2392           po/fr.po
2393           po/sk.po
2394                 updated by Ricardo Mones Lastra, Fabien Vantard,
2395                 Andrej Kacian
2397 2004-06-27 [paul]       0.9.11cvs19
2399         * src/common/ssl.c
2400                 re-enable certificate check
2402 2004-06-25 [christoph]  0.9.11cvs18
2404         * src/procmsg.h
2405                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2407 2004-06-25 [paul]       0.9.11cvs17
2409         * sync with main 0.9.12cvs1
2410                 see ChangeLog 2004-06-23
2411                 
2412         * src/gtk/menu.c
2413                 remove unused menu_toggle_toggle()
2415 2004-06-23 [christoph]  0.9.11cvs16
2417         * src/folder.c
2418         * src/procheader.c
2419         * src/procmsg.h
2420         * src/summaryview.c
2421                 scan the mime structure of multipart mails for correct
2422                 attachment, encryped and signed (with privacy API) part
2423                 detection
2425         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2427 2004-06-22 [paul]
2429         * po/ru.po
2430                 updated by Pavlo Bohmat
2432 2004-06-20 [christoph]  0.9.11cvs15
2434         * src/inc.c
2435         * src/pop.[ch]
2436                 disconnect after authentication when doing POP before SMTP
2438         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2440 2004-06-19 [christoph]  0.9.11cvs14
2442         * src/folder.c
2443                 fix FolderItem name update
2445         (Closes Bug 511 Folder-Renaming not reflected immediately)
2447 2004-06-17 [paul]       0.9.11cvs13
2448         
2449         * sync with main 0.9.12 release
2450           src/session.c
2451                 session_set_timeout(): fixed a bug that didn't
2452                 reset timeout_tag when interval is 0.
2454 2004-06-16 [christoph]  0.9.11cvs12
2456         * src/textview.c
2457                 correctly clear the URL in the status bar
2459 2004-06-15 [christoph]  0.9.11cvs11
2461         * src/summaryview.c
2462                 add missing gtk_widget_show()
2464 2004-06-11 [christoph]  0.9.11cvs10
2466         * src/plugins/spamassassin/spamassassin.c
2467                 correctly check waitpid return code
2469         (Closes Bug 396 Zombie process when spamassassin is called)
2471 2004-06-10 [christoph]  0.9.11cvs9
2473         * src/mainwindow.c
2474         * src/summaryview.[ch]
2475         * src/gtk/Makefile.am
2476         * src/gtk/quicksearch.c                         ** NEW **
2477                 separate quick search from summaryview
2479 2004-06-09 [christoph]  0.9.11cvs8
2481         * src/inc.c
2482                 remove unused code
2484         * src/textview.c
2485                 get folder for compose default account from MsgInfo and not
2486                 from SummaryView
2488 2004-06-09 [christoph]  0.9.11cvs7
2490         * src/folder.[ch]
2491                 add information about added or removed messages to
2492                 FOLDER_ITEM_UPDATE hook
2494         * src/imap_gtk.c
2495         * src/mh_gtk.c
2496                 scan folder when removing a folder failed instead of
2497                 updating the summaryview
2499 2004-06-08 [paul]       0.9.11cvs6
2501         * sync with main 0.9.11cvs2
2502                 see ChangeLog 2004-06-08
2504 2004-06-07 [christoph]  0.9.11cvs5
2506         * configure.ac
2507         * src/common/Makefile.am
2508                 detect library providing 'encrypt' function
2510 2004-06-07 [paul]       0.9.11cvs4
2512         * src/inc.c
2513                 sync with main, 'code cleanup'
2514                 
2515         * tools/nautilus2sylpheed.sh
2516                 fix whitespace limitation. patch submitted by
2517                 Stephan Sachse <white@teg-clan.de>
2519 2004-06-04 [christoph]  0.9.11cvs3
2521         * src/account.c
2522         * src/action.[ch]
2523         * src/addressbook.c
2524         * src/addrindex.h
2525         * src/folder.h
2526         * src/folder_item_prefs.c
2527         * src/inc.c
2528         * src/main.c
2529         * src/messageview.c
2530         * src/mh_gtk.c
2531         * src/prefs_themes.c
2532         * src/procmime.c
2533         * src/quote_fmt.h
2534         * src/stock_pixmap.c
2535         * src/toolbar.c
2536                 fix compiler warnings
2538 2004-06-03 [paul]       0.9.11cvs2
2540         * src/msgcache.c
2541                 sync with main 0.9.11cvs1: "changed gint32 to
2542                 guint32 for some platforms"
2544 2004-06-02 [christoph]  0.9.11cvs1
2546         * src/common/ssl.c
2547                 fix SSL_CTX variable name for older OpenSSL versions
2549         (Closes Bug 503 fix compilation with older OpenSSL)
2551 2004-05-31 [paul]       0.9.11claws
2553         * 0.9.11claws released
2555 2004-05-31 [paul]       0.9.10claws72
2557         * po/es.po
2558           po/it.po
2559           po/ja.po
2560           po/pl.po
2561           po/sk.po
2562           po/sr.po
2563           po/zh_CN.po
2564                 update translations, submitted by Ricardo Mones Lastra,
2565                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2566                 Urke MMI, and Hansom Young
2568 2004-05-25 [luke]       0.9.10claws71
2570         * AUTHORS
2571         * src/mimeview.c
2572         * src/stockpixmap.[ch]
2573         * src/Makefile.am
2574         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2575         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2576         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2577         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2578         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2580                 o Added privacy emblems from Jesper Shultz 
2581                   <jesper@schultz-net.dk>
2582                 o Overlay emblems onto mimeview icons to indicate
2583                   status of signature and if a message is encrypted
2584         
2585         * src/textview.c
2586                 remove unused color definitions (were used to 
2587                 indicate sig status)
2589 2004-05-25 [paul]       0.9.10claws70
2591         * AUTHORS
2592           tools/Makefile.am
2593           tools/README
2594           tools/nautilus2sylpheed.sh            ** NEW FILE **
2595                 add script to enable sending files from
2596                 nautilus.
2597                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2598                 
2599         * tools/launch_firebird                 ** REMOVED **
2600                 removed as the standard "firefox '%s'" now functions
2601                 correctly
2603 2004-05-23 [paul]       0.9.10claws69
2605         * src/compose.c
2606                 fix %X cursor point segfault
2607                 patch by Christoph
2609 2004-05-23 [christoph]  0.9.10claws68
2611         * src/folder.c
2612                 fix folder moving
2614 2004-05-21 [paul]       0.9.10claws67
2616         * sync with 0.9.10cvs17
2617                 see ChangeLog 2004-05-21
2619 2004-05-20 [paul]       0.9.10claws66
2621         * sync with 0.9.10cvs16
2622                 see ChangeLog 2004-05-19 and 2004-05-20
2624 2004-05-19 [alfons]     0.9.10claws65
2626         * src/summaryview.h
2627                 on some platforms regoff_t is defined as off_t, so 
2628                 pull in sys/types.h
2630 2004-05-19 [paul]       0.9.10claws64
2632         * sync with 0.9.10cvs13
2633                 see ChangeLog 2004-05-18
2635 2004-05-17 [christoph]  0.9.10claws63
2637         * src/folder.c
2638                 search all folders when searching for default folders and
2639                 not return the special folder of the first folder
2641 2004-05-13 [alfons]     0.9.10claws62
2643         * src/summaryview.c
2644                 add a better check to see if a message is a news message
2645                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2647 2004-05-13 [paul]       0.9.10claws61
2649         * src/msgcache.c
2650                 sync with 0.9.10cvs12
2651                 see ChangeLog 2004-05-12
2653 2004-05-12 [alfons]     0.9.10claws60
2655         * src/folderview.c
2656                 release lock in case of folder could not be opened 
2658 2004-05-11 [christoph]  0.9.10claws59
2660         * src/inc.[ch]
2661                 remove unused folderview update stuff from inc.[ch]
2663 2004-05-11 [paul]       0.9.10claws58
2665         * sync with 0.9.10cvs11
2666                 see ChangeLog 2004-05-10 and 2004-05-11
2668 2004-05-09 [christoph]  0.9.10claws57
2670         * src/folderview.c
2671                 check for folder class functions and not folder type to detect
2672                 valid drag targets
2674 2004-05-08 [christoph]  0.9.10claws56
2676         * src/sgpgme.c
2677                 fix date output for signature expire times
2679         (Patch by Edgar Toernig <froese@gmx.de>)
2681 2004-05-06 [christoph]  0.9.10claws55
2683         * src/gtk/prefswindow.c
2684                 change window type to DIALOG
2686         * src/folder.[ch]
2687         * src/folderview.c
2688         * src/news_gtk.c
2689                 o add folder_remove()
2690                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2691                 o add new "sort" field to Folder, no longer sort folders by type
2692                   higher sort values will be first in the folder list, new folders get 0
2693                   and will be added to the end
2695         * src/mainwindow.c
2696         * src/gtk/Makefile.am
2697         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2698                 add dialog to allow users to change the folder order
2700 2004-05-04 [paul]       0.9.10claws54
2702         * src/inc.c
2703                 Display account_name in statusbar when retrieving
2704                 messages from a pop account
2705         * src/prefs_account.c
2706                 display account name in title of prefs_account
2707                 window
2708         * src/prefs_folder_item.c
2709                 display folder name in title of prefs_folder window
2711         all 3 patches submitted by Fabien Vantard
2713         * AUTHORS
2714                 add Fabien Vantard
2716 2004-05-04 [paul]       0.9.10claws53
2718         * src/prefs_actions.c
2719           src/prefs_template.c
2720                 'Esc' Key exits alertpanel
2721                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2723 2004-04-26 [christoph]  0.9.10claws52
2725         * src/gtk/about.c
2726         * src/gtk/colorsel.c
2727         * src/gtk/description_window.c
2728         * src/gtk/filesel.c
2729         * src/gtk/gtkaspell.c
2730         * src/gtk/inputdialog.c
2731         * src/gtk/pluginwindow.c
2732         * src/gtk/progressdialog.c
2733                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2734                   it does not work correctly with xinerama
2735                 o lock incorporation while the plugin window is open
2737 2004-04-23 [paul]       0.9.10claws51
2739         * po/POTFILES.in
2740                 update location of inputdialog.c
2741                 
2742         * src/gtk/about.c
2743                 update Copyright string
2744                 
2745         * src/msgcache.c
2746           src/prefs_common.c
2747           src/prefs_themes.c
2748                 improve the english a little
2750 2004-04-22 [christoph]  0.9.10claws50
2752         * src/folderutils.[ch]
2753                 add folderutils_mark_all_read()
2755         * src/folderview.c
2756                 readd "mark all read" from popup menu, now works
2757                 in all folders and not only the opened folder
2759 2004-04-21 [christoph]  0.9.10claws49
2761         * src/Makefile.am
2762         * src/inputdialog.[ch]                  ** REMOVED **
2763         * src/gtk/Makefile.am
2764         * src/gtk/inputdialog.[ch]              ** NEW **
2765                 move inputdialog.[ch] into gtk directory
2767         * src/mh_gtk.c
2768                 remove check for missing IMAP folder account
2770 2004-04-20 [christoph]  0.9.10claws48
2772         * src/mainwindow.c
2773         * src/foldersel.c
2774                 remove new/rename/delete folder GUI functions because
2775                 they are always active, even for news folders, and can
2776                 not be easily made folder class dependent
2778         * src/gtk/menu.[ch]
2779                 make menu_translate() public
2781         * src/Makefile.am
2782         * src/folder.[ch]
2783         * src/folderview.[ch]
2784         * src/imap_gtk.[ch]                     ** NEW **
2785         * src/main.c
2786         * src/mh_gtk.[ch]                       ** NEW **
2787         * src/news_gtk.[ch]                     ** NEW **
2788                 o dynamically build FolderView popup menus from a folder
2789                   specific part, with callbacks to seperated code, and
2790                   a common part
2791                 o remove the folder class specifiy code from folderview.c
2793 2004-04-15 [luke]       0.9.10claws47
2795         * src/prefs_folder_item.c
2796                 o remove buttons for applying 'scan for new mail'
2797                   and 'process at startup' to sub folders
2798                 o add 'apply to sub folder' check buttons for all
2799                   properties and set folder prefs accordingly
2800                 o replace multiple gtk_widget_show() with one
2801                   gtk_widget_show_all() on container
2803 2004-04-14 [darko]      0.9.10claws46
2805         * src/gtk/Makefile.am
2806         * src/gtk/pluginwindow.c
2807                 load plugins from to $(prefix)/lib/sylpheed/plugins
2808                 in file selection dialog
2809         * src/plugins/clamav/clamav_plugin.c
2810                 const correctness
2812 2004-04-14 [christoph]  0.9.10claws45
2814         * src/folder.c
2815         * src/plugins/image_viewer/viewer.c
2816                 fix g_warnings
2818 2004-04-10 [alfons]     0.9.10claws44
2819         
2820         * src/compose.c
2821                 appropriate auto account selection when forwarding
2822                 (fixes bug #476, "forward as attachment does not listen
2823                 to account rules")
2825 2004-04-09 [alfons]     0.9.10claws43
2827         * src/summaryview.c
2828                 make quick search combo matching case sensitive
2830 2004-04-06 [alfons]     0.9.10claws42
2832         * src/addr_compl.c
2833                 use cursor position to prevent clearing the entire entry
2835 2004-04-06 [alfons]     0.9.10claws41
2837         * src/folderview.c
2838                 fix bug #472, "filter not updated when renaming folder" 
2840 2004-04-06 [alfons]     0.9.10claws40
2842         * src/messageview.[ch]
2843           src/summaryview.c
2844                 reflect changes to Show all headers to main view
2845                 and message view (only affects detached message
2846                 view). see also bug #473, 'Show All Headers 
2847                 "problem"'.
2849 2004-04-03 [alfons]     0.9.10claws39
2851         * src/matcher.c
2852                 free address list
2854 2004-04-03 [alfons]     0.9.10claws38
2856         * src/matcher_parser_parse.y
2857           src/matcher.[ch]
2858                 prepare address look up matcher type; marginally
2859                 tested, and not hooked into the UI yet.
2861                 basically it accepts the result of the left hand
2862                 side of the matcher (the "criteria"):
2864                         from all_in_addressbook ""
2865                         ~to_or_cc any_in_addressbook ""
2866                 
2867                 the first case matches all addresses found in the
2868                 from header, and the second case matches if any
2869                 (at least one) of the addresses in to or cc headers 
2870                 are not in the address book.
2872                 the string argument is not used yet, but is intended
2873                 to match a group of addresses 
2875 2004-04-02 [luke]       0.9.10claws37
2877         * src/prefs_folder_item.c
2878                 Add two buttons to apply 'scan for new mail'
2879                 and 'process at startup' to sub folders
2881 2004-04-02 [luke]
2882         * tools/textviewer.sh
2883                 better filename extension matching plus some support for
2884                 MS Excel, MS Powerpoint and HTML
2886 2004-03-29 [christoph]  0.9.10claws36
2888         * src/folder.h
2889         * src/folderutils.[ch]
2890         * src/mainwindow.c
2891                 add delete duplicates for all folders
2893 2004-03-29 [alfons]     0.9.10claws35
2895         * src/folder.c
2896                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2897                 when selecting top-level folder node (thanks to 
2898                 Alex S. Moore)
2900 2004-03-28 [keith]      0.9.10claws34
2902         * src/textview.c
2903                 prepend "http://" to URIs of the form "www.example.com"
2905 2004-03-28 [paul]       0.9.10claws33
2907         * src/common/nntp.c
2908           src/common/smtp.c
2909           src/folder.c
2910           src/imap.c
2911           src/inc.c
2912           src/news.c
2913           src/pop.c
2914                 revise 'translatable string' policy:
2915                 don't translate debug_print() or log_print(),
2916                 translate log_message() and log_warning()
2917         
2918         * po/zh_CN.po
2919                 update submitted by Hansom Young
2921 2004-03-25 [alfons]     0.9.10claws32
2923         * src/prefs_common.c
2924                 I mean this one: Return the GList...
2926 2004-03-25 [alfons]     0.9.10claws31
2928         * src/prefs_common.h
2929                 add new members at the end of prefs_common, so
2930                 they get properly initialized
2932 2004-03-24 [christoph]  0.9.10claws30
2934         * src/imap.c
2935                 o NULL is a valid GSList
2937 2004-03-24 [alfons]     0.9.10claws29
2939         * src/prefs_common.[ch]
2940           src/summaryview.c
2941           src/common/defs.h
2942                 add history to quick search (patch submitted by 
2943                 Ivan Francolin Martinez - thanks!)
2945 2004-03-24 [alfons]     0.9.10claws28
2947         * src/imap.c
2948                 NULL output pointer parameter
2950 2004-03-21 [alfons]     0.9.10claws27
2952         * src/addrindex.[ch]
2953           src/addr_compl.c
2954                 complete addresses on nicks and aliases
2956 2004-03-21 [alfons]     0.9.10claws26
2958         * src/import.c
2959           src/inc.c
2960           src/mbox.[ch]
2961                 disable filters on import mbox (patch submitted
2962                 by Edgar Toernig)
2964 2004-03-21 [darko]      0.9.10claws25
2966         * src/addr_compl.c
2967                 select the address when only one match is found while
2968                 doing address completion with tab key (feature
2969                 request #914720)
2971 2004-03-21 [alfons]     0.9.10claws24
2973         * src/messageview.c
2974           src/toolbar.c
2975                 don't `navigate-delete` when a summary view's selection does not 
2976                 match the accompanying message view's message
2978 2004-03-20 [alfons]     0.9.10claws23
2980         * src/summaryview.c
2981                 hide ext search button on initial display (should fix bug #459,
2982                 "Toggling quick-search at 1st time: minor UI inconsistency")
2984 2004-03-20 [alfons]     0.9.10claws22
2986         * src/summaryview.[ch]
2987                 add function to get selected msginfo, if there's
2988                 only one selected
2990 2004-03-20 [paul]       0.9.10claws21
2992         * sync with 0.9.10cvs7
2993                 see ChangeLog 2004-03-19
2995 2004-03-19 [paul]       0.9.10claws20
2997         * src/common/nntp.c
2998           src/common/smtp.c
2999           src/common/ssl.c
3000           src/folder.c
3001           src/imap.c
3002           src/inc.c
3003           src/news.c
3004           src/pop.c
3005                 don't translate strings in debug_print(), log_print(),
3006                 log_message(),  and log_warning()
3008 2004-03-19 [alfons]     0.9.10claws19
3010         better next/previous/delete/focus navigation with separate 
3011         message view 
3012         
3013         * src/toolbar.c
3014                 call summaryview_delete() instead of messageview_delete()
3015         * src/messageview.c
3016                 disable messageview_delete()
3018 2004-03-18 [paul]       0.9.10claws18
3020         * sync with 0.9.10cvs6
3021                 see ChangeLog 2004-03-16
3023 2004-03-17 [alfons]     0.9.10claws17
3025         * src/gtk/filesel.c
3026                 remove bogus semicolon after if() (sometimes it pays to
3027                 read LKML :)
3029 2004-03-15 [darko]      0.9.10claws16
3031         * src/gtk/filesel.c
3032                 support full path in place of a filename
3033         * src/mimeview.c
3034                 store directory attachments were saved to and
3035                 use it when saving attachments
3036         * src/prefs_common.[hc]
3037                 store directory attachments were last saved to
3039 2004-03-15 [paul]       0.9.10claws15
3041         * src/folderview.c
3042                 fix bug where unsubscribing a newsgroup would destroy
3043                 (most of the) filtering rules
3045 2004-03-15 [paul]       0.9.10claws14
3047         * src/folderview.c
3048                 fix Bug 458, 'Folder View remaining empty after 
3049                 removing a NEWS account' (was also true of IMAP
3050                 accounts)
3052 2004-03-15 [paul]       0.9.10claws13
3054         * src/folderview.c
3055                 fix folderview invisibility of newly subscribed
3056                 newsgroups
3058 2004-03-13 [paul]       0.9.10claws12
3060         * src/compose.c
3061           src/plugins/dillo_viewer/dillo_prefs.c
3062           src/plugins/image_viewer/viewerprefs.c
3063                 gettextise some forgotten parts
3065 2004-03-13 [alfons]     0.9.10claws11
3067         * src/imap.c
3068                 make sure the correct type is passed to sscanf()
3070 2004-03-13 [paul]       0.9.10claws10
3072         * sync with 0.9.10cvs5
3073                 see ChangeLog 2004-03-02 and 2004-03-12, 
3074                 specifically:
3075                 'always move messages by default when using DnD (except 
3076                 for News folder). Copy messages if Ctrl-key is pressed.'
3077                 and 'added a function to filter selected messages'
3079 2004-03-12 [christoph]  0.9.10claws9
3081         * src/codeconv.c
3082                 add parameter check to conv_unmime_header_overwrite()
3084         * src/imap.c
3085                 o fix spelling
3086                 o fix removing of NEW flag when UNREAD is unset
3088         * src/procmime.c
3089                 decode MIME-headers
3091         (Closes 437 i18n attachment display error.)
3093 2004-03-12 [paul]       0.9.10claws8
3095         * po/it.po
3096                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3097                 
3098         * tools/Makefile.am
3099                 add 'textviewer.sh'
3101 2004-03-12 [alfons]     0.9.10claws7
3103         * src/imap.c
3104                 o quiet compiler and typecast Folder * to IMAP Folder *
3105                 o wake up and fix my previous incompatible type assignment bug
3107 2004-03-12 [alfons]     0.9.10claws6
3109         * src/imap.c
3110                 don't mix up pointers to int, guint32 _and_ 
3111                 unsigned int 
3113 2004-03-12 [christoph]  0.9.10claws5
3115         * src/folderview.c
3116                 Add error requester when renaming a folder failed
3118         * src/imap.c
3119                 Check new FolderItem name for namespace seperator
3120                 before renaming
3122         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3124 2004-03-11 [christoph]  0.9.10claws4
3126         * src/folder.[ch]
3127         * src/imap.c
3128         * src/procmsg.h
3129                 syncronize flags in cache with IMAP folder flags
3131         Adapted a patch submitted by Simon 'corecode' Schubert
3132         <corecode@corecode.ath.cx> 
3135 2004-03-11 [alfons]     0.9.10claws3
3137         * src/textview.[ch]
3138                 remove dead code that at one time controlled display of
3139                 URIs in status bar
3141 2004-03-10 [paul]       0.9.10claws2
3143         * po/it.po
3144                 updated by Lupino <lupin85@email.it>
3146 2004-03-09 [alfons]     0.9.10claws1
3148         * src/matcher.c
3149                 we're not using yywrap, but we may, so close yyin instead
3150                 of initial FILE *
3152 2004-03-08 [paul]       0.9.10claws
3154         * 0.9.10claws released
3156 2004-03-08 [paul]       0.9.9claws41
3158         * po/es.po
3159           po/ja.po
3160           po/ru.po
3161           po/sk.po
3162           po/sr.po
3163           po/zh_CN.po
3164                 update translations. submitted by Ricardo Mones Lastra,
3165                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3166                 Hansom Young
3168 2004-03-06 [paul]       0.9.9claws40
3170         * src/stock_pixmap.c
3171                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3172                 patch submitted by Pawel Pekala
3174 2004-03-06 [alfons]             0.9.9claws39
3176         * src/addrindex.c
3177                 allow nick name completion again 
3179 2004-03-02 [match]              0.9.9claws38
3181         * configure.ac
3182                 added definition of USE_LDAP_TLS to support TLS.
3183         * src/ldapctrl.[ch]
3184         * src/ldapquery.c
3185         * src/ldapserver.[ch]
3186         * src/addressbook.c
3187         * src/addrindex.c
3188         * src/editldap.c
3189                 included LDAP TLS support.
3191 2004-03-02 [christoph]          0.9.9claws37
3193         * src/folder.[ch]
3194                 o add more documentation for FolderClass
3195                 o remove usused FolderClass virtual functions
3197         * src/imap.c
3198         * src/mh.c
3199         * src/news.c
3200                 change creation of FolderClass because static initializations
3201                 for structs suck in C89
3203 2004-03-01 [paul]
3205         * sync with 0.9.10
3207 2004-02-28 [keith]      0.9.9claws36
3209         * src/common/utils.c
3210                 Fix treatment of whitespace in quicksearch bar (leading
3211                 spaces and >1 space between commands and parameters).
3213 2004-02-27 [alfons]     0.9.9claws35
3215         * src/compose.[ch]
3216                 Explicitly remove draft timeout to fix nasty race between 
3217                 compose_send_cb() (which destroys the compose window) and 
3218                 compose_defer_auto_save_draft() (which expects compose 
3219                 window to exist). Should fix Keith's and Fred Marton's
3220                 bug report (#128, "crash after complaining about character
3221                 set conversion")
3223 2004-02-27 [luke]       0.9.9claws34
3224         
3225         * src/folder.c
3226                 Do folder_item_apply_processing() even if no processing
3227                 rules for the folder exist (so global processing is applied)
3229 2004-02-26 [thorsten]   0.9.9claws33
3231         * src/mimeview.c
3232                 Remove misleading static declaration
3234 2004-02-26 [alfons]     0.9.9claws32
3236         * src/procmime.[ch]
3237           src/compose.c
3238           src/mimeview.c
3239           src/textview.c
3240                 use/add procmime_get_content_type_str() as a safe wrapper
3241                 for returning a Content-Type type string; should fix 
3242                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3243                  - attachments."
3245 2004-02-26 [thorsten]   0.9.9claws31
3247         * src/mimeview.c
3248                 Restructure save_as/save_all
3250 2004-02-26 [alfons]     0.9.9claws30
3252         * src/procmime.c
3253                 clean up (2)
3255 2004-02-26 [alfons]     0.9.9claws29
3257         * src/procmime.c
3258                 clean up (1)
3260 2004-02-24 [luke]
3262         * tools/textviewer.sh
3263                 tweaks from Johann Koenig, recognition of shell
3264                 scripts in particular
3266 2004-02-24 [paul]       0.9.9claws28
3268         * sync with 0.9.9cvs13
3269                 see ChangeLog 2004-02-24
3271 2004-02-23 [paul]       0.9.9claws27
3273         * src/inc.c
3274                 one alertpanel on pop3 authentication error will suffice
3275                 
3276         * src/prefs_fonts.c
3277                 remove unnecessary printf
3279 2004-02-22 [alfons]     0.9.9claws26
3281         * src/messageview.c
3282                 put back a lost check
3284 2004-02-21 [alfons]     0.9.9claws25
3286         * src/folderview.c
3287                 don't forget to save folder properties after renaming folder
3289 2004-02-20 [paul]       0.9.9.claws24
3291         * src/addressbook.c
3292                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3293                 
3294         * src/inc.c
3295                 complete sync with 0.9.9cvs9's 'update folderview
3296                 progressively'
3297                 
3298         * configure.ac
3299                 require gettext >= 0.12.1
3301 2004-02-17 [match]      0.9.9claws23
3303         * src/compose.c
3304                 keep the peace - change style.
3306 2004-02-17 [alfons]     0.9.9claws22
3308         * src/filtering.c
3309                 make MATCHACTION_STOP cancel filtering / processing;
3310                 clean up and document it to make it a little bit more clear;
3312 2004-02-17 [alfons]     0.9.9claws21
3314         %X marks the cursor spot for reply quote format
3316         * src/quote_fmt_lex.l 
3317           src/quote_fmt.c
3318                 add %X token
3319                 
3320         * src/quote_fmt.h
3321           src/quote_fmt_parse.y
3322                 handle %X token
3323                 
3324         * src/compose.c
3325                 handle %X token for replies only (for now)
3327 2004-02-17 [paul]       0.9.9claws20
3329         * po/sk.po
3330                 updated by Andrej Kacian
3331                 
3332         * src/news.c
3333                 remove unneeded include
3334                 
3335         * src/prefs_fonts.c
3336                 be a little more user-friendly with the labels
3337                 
3338         * configure.ac
3339                 a change forgotten in the last commit: 
3340                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3342 2004-02-17 [paul]       0.9.9claws19
3344         * ac/*                          ** REMOVED **
3345           ac/                           ** REMOVED **
3346           intl/Makefile.in              ** REMOVED **
3347           m4/                           ** NEW **
3348           m4/missing                    ** NEW **
3349           m4/missing/gdk-pixbuf.m4      ** NEW **
3350           m4/missing/gettext.m4         ** NEW **
3351           m4/missing/gpgme.m4           ** NEW **
3352           m4/missing/imlib.m4           ** NEW **
3353           m4/.cvsignore                 ** NEW **
3354           m4/Makefile.am                ** NEW **
3355           m4/README                     ** NEW **
3356           m4/aclocal-include.m4         ** NEW **
3357           m4/aspell.m4                  ** NEW **
3358           m4/check-type.m4              ** NEW **
3359           m4/gnupg-check-typedef.m4     ** NEW **
3360           m4/openssl.m4                 ** NEW **
3361           m4/spamassassin.m4            ** NEW **
3362           po/ChangeLog                  ** REMOVED **
3363           po/Makefile.in.in             ** REMOVED **
3364           po/Rules-quot                 ** REMOVED **
3365           po/boldquot.sed               ** REMOVED **
3366           po/en@boldquot.header         ** REMOVED **
3367           po/en@quot.header             ** REMOVED **
3368           po/insert-header.sin          ** REMOVED **
3369           po/quot.sed                   ** REMOVED **
3370           po/remove-potcdate.sed        ** REMOVED **
3371           po/remove-potcdate.sin        ** REMOVED **
3372           po/stamp-po                   ** REMOVED **
3373           Makefile.am
3374           autogen.sh
3375           configure.ac
3376                 enable building with automake 1.8.x
3377                 add 'autopoint' to autogen.sh and remove all
3378                 auto-generated files, remove ac/ in favour of
3379                 m4/
3381 2004-02-17 [alfons]     0.9.9claws18
3382         
3383         * src/summaryview.c
3384                 MSG_IS_NEWS() is not stored at all, and is bogus
3386 2004-02-17 [martin]     0.9.9claws17
3388         * src/prefs_themes.c
3389                 fix crash when installing wrong theme and output an
3390                 error message
3392 2004-02-16 [christoph]  0.9.9claws16
3394         * src/compose.c
3395         * src/stock_pixmap.[ch]
3396         * src/toolbar.[ch]
3397         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3398                 add "Wrap current paragraph" to compose toolbar
3400 2004-02-15 [alfons]     0.9.9claws15
3402         * src/folderview.c
3403                 refine previous commit to make sure other hook functions
3404                 get their grab of the pie too
3406 2004-02-15 [alfons]     0.9.9claws14
3408         * src/folderview.c
3409                 fix sync breakage so we don't pass invalid pointer types
3411 2004-02-15 [match]      0.9.9claws13
3413         * src/ldapquery.[ch]
3414         * src/ldapserver.h
3415         * src/addrindex.[ch]
3416                 tweak threading calls.
3417         * src/addr_compl.[ch]
3418                 add alias into completion list.
3419         * src/addressbook.c
3420                 fix ldap browse.
3421                 improve context menu behavior.
3422                 change menu sequence.
3423                 add send mail from addressbook.
3424         * src/addrselect.[ch]
3425         * src/compose.[ch]
3426                 add send mail from addressbook.
3428 2004-02-15 [christoph]  0.9.9claws12
3430         * src/folderutils.c
3431                 skip deleting when duplist is empty
3433         * src/folderview.[ch]
3434         * src/mainwindow.c
3435         * src/summaryview.[ch]
3436                 call folderutils_delete_duplicates() from mainwindow code
3438 2004-02-15 [alfons]     0.9.9claws11
3439         
3440         * src/common/utils.c
3441                 add prefix for italian ms o(e) 
3443 2004-02-14 [paul]       0.9.9claws10
3445         * src/foldersel.c
3446                 fix updating of the folder view when creating a
3447                 new folder
3449 2004-02-13 [paul]       0.9.9claws9
3451         * src/plugins/clamav/clamav_plugin.c
3452                 remove GUI code
3454 2004-02-13 [paul]       0.9.9claws8
3456         * sync with 0.9.9cvs9
3457                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3459 2004-02-13 [alfons]     0.9.9claws7
3461         * src/common/utils.c
3462                 fix wrong type of argument for ctype functions (pass unsigned
3463                 char instead of signed char)
3465 2004-02-12 [alfons]     0.9.9claws6
3467         * src/compose.[ch]
3468                 don't select text in header entry when composing to a 
3469                 default address, but rather give the header entry a
3470                 different color / style (same as the folder new color)
3472 2004-02-12 [alfons]     0.9.9claws5
3474         * src/plugins/clamav/clamav_plugin.c
3475                 don't exit(2) on libclamav init error - show a warning.
3476                 (tested by damaging a clamav database file.)
3478 2004-02-12 [paul]       0.9.9claws4
3480         * sync with 0.9.9cvs4
3481                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3483 2004-02-11 [luke]       0.9.9claws3
3485         * src/mimeview.c
3486                 remove redundant check introduced in 0.9.9claws1
3488 2004-02-11 [luke]       0.9.9claws2
3490         * src/mimeview.c
3491                 fix compilation of my previous commit without gpg enabled
3493 2004-02-10 [luke]       0.9.9claws1
3495         * src/mimeview.c
3496                 add borders to icons to indicate the privacy status for
3497                 the message part (unknown/bad/good)
3499 2004-02-06 [paul]       0.9.9claws
3501         0.9.9claws released
3503 2004-02-06 [darko]      0.9.8claws64
3505         * src/compose.c
3506                 don't allow Ctrl+Enter while external editor is active
3508 2004-02-06 [paul]       0.9.8claws63
3510         * po/es.po
3511           po/pl.po
3512           po/sk.po
3513           po/sr.po
3514                 update Spanish, Polish, Slovak, and Serbian translations.
3515                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3516                 and Urke MMI
3518 2004-02-04 [alfons]     0.9.8claws62
3520         * src/compose.c
3521                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3522                 don't have clue yet why the cursor pos is at the end of the
3523                 text.)
3525 2004-02-04 [alfons]     0.9.8claws61
3527         * src/compose.c
3528                 always grab focus when one of the header entries is clicked 
3529                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3531 2004-02-02 [paul]
3533         * ac/missing/gdk-pixbuf.m4
3534           ac/missing/gpgme.m4
3535           ac/missing/imlib.m4
3536                 prevent 'underquoted definition' warnings
3537                 patch submitted by David Relson
3538                 
3539         * src/plugins/clamav/README
3540                 update, improve, correct
3542 2004-01-31 [thorsten]   0.9.8claws60
3544         * src/news.c
3545                 'dir' not initialized if group has no messages
3547 2004-01-29 [christoph]  0.9.8claws59
3549         * src/customheader.[ch]
3550                 add custom_header_is_allowed() to check for disallowed header names
3551                 that must not be overridden by custom headers
3553         * src/compose.c
3554                 always write From: header and use custom_header_is_allowed() to
3555                 check if custom header should be written
3557         * src/prefs_customheader.c
3558                 check if custom header is disallowed using custom_header_is_allowed()
3560         * src/folderutils.c
3561                 destroy message id GHashTable before freeing the MsgInfos
3563 2004-01-29 [paul]       0.9.8claws58
3565         * sync with 0.9.9 release
3566                 see ChangeLog 2004-01-29
3568 2004-01-29 [paul]       0.9.8claws57
3570         * sync with 0.9.8cvs11
3571                 see ChangeLog 2004-01-29
3573 2004-01-28 [christoph]  0.9.8claws56
3575         * src/pgpmime.c
3576         * src/sgpgme.[ch]
3577                 return WARN signature status when signature is not trusted
3579         * src/Makefile.am
3580         * src/folder.c
3581         * src/folderutils.[ch]                  ** NEW **
3582         * src/summaryview.c
3583                 implement delete duplicates summaryview independent
3585 2004-01-28 [paul]       0.9.8claws55
3587         * sync with 0.9.8cvs10
3588                 see Changelog 2004-01-27 and 2004-01-28
3590 2004-01-26 [christoph]  0.9.8claws54
3592         * src/imap.c
3593                 create a root node for the Folder if scan fails because root
3594                 folder does not exist
3596 2004-01-26 [paul]       0.9.8claws53
3598         * sync with 0.9.8cvs7
3599                 see ChangeLog 2004-01-23
3601 2004-01-25 [alfons]     0.9.8claws52
3603         * src/compose.c
3604                 remove left-over constant INDENT_CHARS
3606 2004-01-25 [alfons]     0.9.8claws51
3608         * src/procmime.c
3609                 add NULL pointer check for mimeinfo->node in
3610                 procmime_mimeinfo_parent()
3612 2004-01-25 [darko]      0.9.8claws50
3614         * src/compose.c
3615                 make "Wrap all long lines" toolbar button wrap all
3616                 long lines not just the current line
3617                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3620 2004-01-25 [alfons]     0.9.8claws49
3622         * src/procmime.c
3623                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3624                 necessary anyway, because *scanf() functions neglect white
3625                 space in the input. 
3626                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3628 2004-01-25 [paul]       0.9.8claws48
3630         * src/prefs_ext_prog.c
3631                 apply Alfons' patch to check for NULL pointers
3632                 fixes bug #424
3634 2004-01-25 [paul]       0.9.8claws47
3636         * sync with 0.9.8cvs8
3637                 see ChangeLog 2004-01-23
3639 2004-01-25 [thorsten]   0.9.8claws46
3641         * src/messageview.c
3642                 remove orphaned mimeview unref()
3644 2004-01-23 [christoph]  0.9.8claws45
3646         * src/summaryview.c
3647                 set ctree widget style
3649 2004-01-23 [paul]       0.9.8claws44
3651         * sync with 0.9.8cvs5
3652                 see ChangeLog 2004-01-22
3654 2004-01-23 [alfons]     0.9.8claws43
3656         * src/procmsg.c
3657                 remove redundant code in procmsg_get_thread_tree()
3659 2004-01-21 [christoph]  0.9.8claws42
3661         * src/folderview.c
3662                 set ctree widget style, otherwise GTK does not use the
3663                 the correct vertical size for the list items
3665 2004-01-21 [alfons]     0.9.8claws41
3667         * src/summaryview.c
3668                 GDK_Left should only switch to folderview when
3669                 when summaryview hscrollbar is at the leftmost
3670                 position (fixes bug #420, "Focus error")
3672 2004-01-21 [paul]       0.9.8claws40
3674         * sync with 0.9.8cvs4
3675                 see ChangeLog 2004-01-20
3677 2004-01-20 [christoph]  0.9.8claws39
3679         * src/folderview.c
3680                 remove setting sensitivity for no longer existing
3681                 /Scoring... popup entry
3683 2004-01-20 [keith]      0.9.8claws38
3685         * configure.ac
3686                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3688 2004-01-20 [paul]       0.9.8claws37
3690         * src/prefs_fonts.c
3691                 demystify font settings
3692                 
3693         * src/textview.c
3694                 use textview->msgfont for header->body in
3695                 textview_show_header()
3697 2004-01-20 [paul]       0.9.8claws36
3699         * src/compose.c
3700           src/undo.c
3701                 remove superfluous debug_print's
3702                 
3703         * src/inc.c
3704                 clear the statusbar after LOCAL incorporation
3706 2004-01-20 [paul]       0.9.8claws35
3708         * sync with 0.9.8cvs3
3709                 see ChangeLog 2004-01-20
3711 2004-01-19 [keith]      0.9.8claws34
3713         * src/folderview.c
3714                 don't show 'Search folder...' on popup menu
3715                 if folder has no mails in it
3717 2004-01-17 [keith]      0.9.8claws33
3719         * src/compose.c
3720           src/prefs_common.c
3721           src/prefs_common.h
3722                 store position of compose window in prefs
3724 2004-01-17 [thorsten]   0.9.8claws32
3726         * src/gtk/gtkvscrollbutton.c
3727                 ensure scrollbutton resize event on different gtk versions
3729 2004-01-15 [alfons]     0.9.8claws31
3730         
3731         * src/summaryview.c
3732                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3733                 message as read
3735 2004-01-12 [christoph]  0.9.8claws30
3737         * src/procmime.c
3738                 better MIME-Version check
3740 2004-01-11 [alfons]     0.9.8claws29
3742         * src/procmsg.c
3743                 remove unnecessary but still effective check (could possibly
3744                 lead to some unwanted side effects)
3746 2004-01-11 [alfons]     0.9.8claws28
3748         * src/procmsg.c
3749                 we should not prefer lowest message number while threading 
3750                 (introduced in previous commit)
3752 2004-01-11 [alfons]     0.9.8claws27
3754         * src/procmsg.c
3755                 subject threading fixes:
3756                 
3757                         - make message with lowest message number the
3758                           thread parent,
3759                         - refine recording last node when threading. the last node
3760                           should be the previous one if a node has a thread parent,
3761                           or the current node if not
3762                 
3763                 (there's another threading bug fix coming up)
3765 2004-01-10 [paul]       0.9.8claws26
3767         * src/main.c
3768           src/prefs_ext_prog.c
3769           src/plugins/clamav/clamav_plugin_gtk.c
3770                 minor gui fixes
3772 2004-01-09 [christoph]  0.9.8claws25
3774         * src/Makefile.am
3775         * src/string_match.[ch]                 ** REMOVE **
3776         * src/common/Makefile.am
3777         * src/common/string_match.[ch]          ** NEW **
3778                 move string_match.[ch] to common directory
3780 2004-01-09 [christoph]  0.9.8claws24
3782         * src/pgpmime.c
3783                 add MIME-Version header for the message parser
3785 2004-01-09 [paul]       0.9.8claws23
3787         * po/POTFILES.in
3788           src/Makefile.am
3789           src/main.c
3790           src/prefs_common.c
3791           src/prefs_ext_prog.[ch]       ** NEW FILES **
3792                 move External Command options from 'Common Prefs/Other' to
3793                 'Other Prefs/Message View/External Programs', also reveal
3794                 the hidden options for audio player and image viewer.
3795                 
3796         * src/prefs_common.c
3797                 fix toggling of header pane
3799 2004-01-09 [paul]       0.9.8claws22
3801         * src/compose.c
3802                 when changing account also change the save folder
3804         * src/textview.c
3805                 if a text/plain attachment has 'Content-Disposition: attachment'
3806                 don't display it inline
3808 2004-01-08 [christoph]  0.9.8claws21
3810         * src/procmime.c
3811                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3812                 otherwise thread the message content as one text part and
3813                 don't assume charset US-ASCII which is only specified as
3814                 default for MIME-messages
3816 2004-01-08 [paul]       0.9.8claws20
3818         * src/plugins/clamav/clamav_plugin.c
3819           src/plugins/spamassassin/spamassassin.c
3820                 inform the user what is happening via the statusbar
3822 2004-01-06 [paul]       0.9.8claws19
3824         * po/es.po
3825                 update Spanish translation. submitted by Ricardo
3826                 Mones Lastra
3828 2004-01-05 [paul]       0.9.8claws18
3830         * sync with 0.9.8cvs2
3831                 see ChangeLog 2004-01-05
3833 2004-01-03 [luke]       0.9.8claws17
3835         * src/procheader.c
3836                 Clean up:
3837                 o remove unused functions string_getchar() and file_getchar()
3838                 o remove the getchar_ parameter from generic_get_one_field()
3839                 o add an 'unfold' parameter to generic_get_one_field, to
3840                   be used if no HeaderEntry is supplied
3841                 o procheader_get_one_field_asis() uses
3842                   generic_get_one_field().
3844 2004-01-01 [christoph]  0.9.8claws16
3846         * src/common/xml.[ch]
3847                 o add xml_new_tag() to manage usage counts of strings correctly
3848                 o correct xml_copy_tree() function name
3850         * src/folder.c
3851         * src/main.c
3852                 allow registering and unregistering of FolderClasses anytime
3854 2003-12-31 [christoph]  0.9.8claws15
3856         * src/folder.[ch]
3857         * src/common/xml.[ch]
3858                 keep folderlist.xml data for unloaded FolderClasses
3860 2003-12-30 [luke]       0.9.8claws14
3862         * src/procheader.[ch]
3863                 o added procheader_get_one_field_asis() that does not do
3864                   unfolding
3865                 o fix procheader_get_header_array_asis() to use the above,
3866                   fixing ugliness of headers in textview
3868         * src/compose.c
3869                 o don't unfold headers when redirecting.        
3871 2003-12-30 [paul]       0.9.8claws13
3873         * po/POTFILES.in
3874           src/common/defs.h
3875           src/Makefile.am
3876           src/main.c
3877           src/prefs_common.c
3878           src/prefs_themes.[ch] ** NEW FILES **
3879                 redesign and move Icon Theme selector to
3880                 the new prefs window
3881           
3882         * src/stock_pixmap.c
3883                 fix the old bug where icons are not always
3884                 updated when changing themes
3885         
3886         * src/summaryview.c
3887                 fix bug where the icons on the title row
3888                 of the summary view were not updated
3889         
3890         all patches submitted by Ricardo Mones Lastra
3892 2003-12-30 [hoa]        0.9.8claws12
3894         * src/folder.c
3895                 run preglobal and postglobal processing rules
3896                 even if the folder does not have any rules.
3898 2003-12-28 [paul]       0.9.8claws11
3900         * ac/aspell.m4
3901           ac/check-type.m4
3902           ac/gnupg-check-typedef.m4
3903           ac/openssl.m4
3904           ac/spamassassin.m4
3905                 fix 'underquoted definition' warnings, patch submitted by
3906                 David Relson <relson@osagesoftware.com>
3907                 
3908         * src/common/utils.c
3909                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3910                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3912 2003-12-28 [paul]       0.9.8claws10
3914         * sync with 0.9.8cvs1
3915                 see ChangeLog 2003-12-17
3917 2003-12-27 [christoph]  0.9.8claws9
3919         * src/common/utils.[ch]
3920                 add g_node_map() to map a GNode into a new GNode
3921                 converting all node data's with a function
3923         * src/account.c
3924         * src/folder.[ch]
3925         * src/folderview.c
3926         * src/imap.c
3927         * src/mainwindow.c
3928         * src/summaryview.c
3929                 o use g_node_map() to convert XML <-> Folder
3930                 o remove redundant FolderItem->parent and
3931                   replace it with folder_item_parent()
3933 2003-12-23 [christoph]  0.9.8claws8
3935         * src/folder.[ch]
3936         * src/folderview.c
3937         * src/mainwindow.c
3938         * src/procmsg.c
3939                 o use callback for notifications about added and
3940                   destroyed folders
3941                 o rewrite folderlist saving (new functions to create
3942                   folder from XML tree, and XML tree from folder)
3944         * src/common/xml.[ch]
3945                 add function to save XML trees
3947         * src/prefs_filtering.c
3948                 code cleanup
3950 2003-12-22 [christoph]  0.9.8claws7
3952         * src/prefs_account.[ch]
3953                 add "SMTP only" accounts
3955 2003-12-20 [melvin]     0.9.8claws6
3957         * src/action.[ch]
3958                 Changed the interface for action_update_*_menu() so
3959                 action.c does not need to know the paths of the different
3960                 actions menu (mainwindow, message view and compose window). 
3962         * src/compose.c
3963                 Tiny code cleanup to merge spell checker related code
3964                 compose_update_actions_menu(): new function to update
3965                 the actions menu. Use it in compose_create()
3967         * src/compose.h
3968                 compose_update_actions_menu(): new function to update
3969                 the actions menu. Used also in prefs_actions.c.
3971         * src/mainwindow.[ch]
3972                 main_window_update_actions_menu(): new function to update
3973                 the actions menu. Used in main_window_create() and in
3974                 prefs_actions.c
3976         * src/messageview.[ch]
3977                 messageview_update_actions_menu(): new function to update
3978                 the actions menu. Used in messageview_add_toolbar() and in
3979                 prefs_actions.c
3980                 
3981         * src/prefs_actions.c   
3982                 prefs_actions_ok(): fixed to update the actions menu of
3983                 the separate message view and the compose windows.
3985 2003-12-20 [luke]       0.9.8claws5
3986         * src/procheader.c
3987                 fix unfolding/newline stripping for multiline fields
3988                 in generic_get_one_field()
3990 2003-12-19 [christoph]  0.9.8claws4
3992         * src/summaryview.c
3993                 o code cleanup
3994                 o use subject_compare_for_sort() when comparing
3995                   simplified subjects
3997 2003-12-19 [christoph]  0.9.8claws3
3999         * src/msgcache.c
4000                 more syncing with 0.8.9a
4002 2003-12-19 [christoph]  0.9.8claws2
4004         * src/folder.c
4005                 don't write all FolderItem XML attributes for the root node
4007 2003-12-19 [melvin]     0.9.8claws1
4009         * src/messageview.c
4010                 Added missing menu branch (Tools/Create processing/rule)
4011         * po/fr.po
4012                 Updated French translation for the added string.
4014 2003-12-19 [paul]       0.9.8claws
4016         0.9.8claws released
4018 2003-12-19 [paul]       0.9.7claws51
4020         * po/en_GB.po
4021           po/es.po
4022           po/ja.po
4023           po/pl.po
4024           po/sk.po
4025           po/zh_CN.po
4026                 update translations. submitted by me, Ricardo Mones
4027                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
4028                 Hansom Young
4029                 
4030         * src/folder_item_prefs.c
4031                 'enable_processing' set to FALSE by default
4033 2003-12-18 [melvin]     0.9.7claws50
4035         * po/fr.po
4036                 Updated French translation
4038 2003-12-17 [christoph]  0.9.7claws49
4040         * src/procheader.c
4041                 revert discarding of whitespace from 0.9.7claws44
4043                 RFC2822 2.2.3: Unfolding is accomplished by simply
4044                 removing any CRLF that is immediately followed by WSP.
4046 2003-12-17 [paul]       0.9.7claws48
4048         * src/folder.c
4049                 fix new message count
4050                 
4051         * configure.ac
4052                 update autotools macros
4054         * sync with 0.9.8a
4056 2003-12-16 [christoph]  0.9.7claws47
4058         * src/folder.c
4059                 fix folder update before adding MsgInfo to cache
4060                 in add_msginfo_to_cache()
4062         * src/procmsg.c
4063                 remove old call to folder_item_update() that is no
4064                 longer required
4066 2003-12-16 [christoph]  0.9.7claws46
4068         * src/main.c
4069                 make sure the shutdown process only runs once
4071 2003-12-16 [hoa]        0.9.7claws45
4073         * src/mainwindow.c
4074         * src/messageview.c
4075         * src/summaryview.[ch]
4076                 Create filter rules using a message is fixed.
4077                 We can now create processing rules using a message.
4079 2003-12-15 [alfons]     0.9.7claws44
4081         * src/procheader.c
4082                 make sure we discard folding white space
4084 2003-12-15 [luke]       0.9.7claws43
4085         * src/textview.c
4086         * src/mimeview.c
4087                 o use "name" parameter if "filename" doesn't exist
4089 2003-12-14 [alfons]     0.9.7claws42
4091         * src/summaryview.c
4092         * src/common/utils.c
4093                 allow quick finding based on the result of passing
4094                 a message to an external command. E.g:
4096                         X "bogofilter < %F" 
4097                 
4098                 gets me all the spam in a folder.
4100 2003-12-14 [luke]       0.9.7claws41
4102         * src/textview.c
4103         * src/mimeview.c
4104                 o use parameter "filename" instead of "name" in a couple of 
4105                   places for correctness
4107         * src/procmime.c
4108         * src/common/utils.[ch]
4109                 o make temporary filename for attachments safe for %p 
4110                   substitutions in actions.
4112 2003-12-13 [christoph]  0.9.7claws40
4114         * src/main.c
4115                 readd exit(0) to clean_quit() because otherwise sylpheed
4116                 does not always terminate
4118         * src/pgpmime.c
4119         * src/privacy.h
4120                 add an identifier-string for PrivacySystems
4122 2003-12-12 [paul]
4124         * doc/man/sylpheed.1
4125                 update the man page
4127 2003-12-12 [paul]       0.9.7claws39
4129         general clean up
4130         
4131         * configure.ac
4132                 correct and clean up './configure --help' info
4133         
4134         * src/plugins/clamav/clamav_plugin.c
4135           src/plugins/spamassassin/spamassassin.c
4136                 correct plugin_desc(), works with LOCAL, IMAP, and
4137                 POP accounts
4138                 
4139         * src/filtering.c
4140           src/matcher.[ch]
4141           src/matcher_parser_parse.y
4142           src/prefs_filtering_action.c
4143                 use 'Change Score' instead of '(In/De)crease score'.
4144                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4145          
4146          * src/mainwindow.c
4147                 hyphenate: 'Pre-processing', 'Post-processing'
4148                 
4149         * src/prefs_account.c
4150                 change 'Generate Message-ID' to 'Generate Message-Id'
4151                 
4152         * src/prefs_folder_item.c
4153                 change 'Processing on startup:' to 'Process at startup'
4154                 change 'Scan for new mail:' to 'Scan for new mail'
4155                 
4156 2003-12-11 [christoph]  0.9.7claws38
4158         * src/crash.c
4159         * src/main.[ch]
4160                 make sure the clean_exit() funtion is not called again by the
4161                 signal handler while it is already running
4163         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4165         * src/summaryview.c
4166                 fix wrong assertion
4168 2003-12-11 [paul]       0.9.7claws37
4170         * src/compose.c
4171                 'anonymise' Message-Id: header string
4173 2003-12-11 [paul]       0.9.7claws36
4175         * src/plugins/clamav/clamav_plugin.c
4176                 fix (don't break) signature count
4177                 use cl_strerror() instead of deprecated cl_perror()
4178         
4179 2003-12-11 [darko]      0.9.7claws35
4181         * src/summaryview.c
4182                 also update the sort arrow (thanks Christoph)
4184 2003-12-11 [darko]      0.9.7claws34
4186         * src/summaryview.c
4187                 allow reverting to default sort mode (no sort)
4189 2003-12-10 [hoa]        0.9.7claws33
4191         * src/matcher.c
4192                 fixed quotation of string for matcher.
4194 2003-12-08 [paul]       0.9.7claws32
4196         * src/imap.c
4197           src/inc.c
4198                 plug memory leaks (patch by Alfons)
4200 2003-12-08 [christoph]  0.9.7claws31
4202         * src/folder_item_prefs.[ch]
4203         * src/folderview.c
4204         * src/prefs_folder_item.c
4205                 add new FolderItem property to exclude folders from new
4206                 mail checks
4208         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4210 2003-12-07 [paul]       0.9.7claws30
4212         * src/plugins/clamav/clamav_plugin.c
4213                 fix signature count
4215 2003-12-07 [thorsten]   0.9.7claws29
4217         * src/filtering.c
4218                 debug_print some warning if destfolder missing
4219         * src/prefs_filtering.c
4220                 uninitialized filter list when deleting a folder
4222 2003-12-06 [paul]       0.9.7claws28
4224         * src/procheader.c
4225                 add Alfons' patch to trim line feeds
4227 2003-12-06 [paul]       0.9.7claws27
4229         * partial sync with 0.9.7cvs8
4230                 leaving claws' online/offline more or less intact
4231                 see ChangeLog 2003-12-04 and 2003-12-06
4233 2003-12-06 [christoph]  0.9.7claws26
4235         * src/messageview.c
4236         * src/privacy.[ch]
4237                 revert pirvacy API changes
4239 2003-12-05 [alfons]     0.9.7claws25
4241         * src/matcher.[ch]
4242                 clean up my old cruft
4244 2003-12-05 [alfons]     0.9.7claws24
4246         * src/matcher.c
4247                 fix comparison buglet ;-) and make `test` matcher
4248                 work again
4250 2003-12-05 [alfons]     0.9.7claws23
4252         * src/prefs_folder_item.c
4253                 K&R 2nd Ed., page 241 (function parameter identifiers
4254                 starting with an underscore are kind of insulting)
4256 2003-12-05 [hoa]        0.9.7claws22
4258         * src/main.c
4259         * src/mainwindow.[ch]
4260         * src/mainwindow.h
4261                 add destructor for mainwindow so that the last 
4262                 MimeInfo opened in messageview is destroyed when
4263                 exiting sylpheed.
4265 2003-12-05 [hoa]        0.9.7claws21
4267         * src/filtering.[ch]
4268         * src/matcher.[ch]
4269         * src/matcher_parser_lex.l
4270         * src/matcher_parser_parse.y
4271         * src/prefs_actions.c
4272         * src/prefs_filtering.c
4273         * src/common/utils.[ch]
4274                 quote arguments before giving them to command line.
4275                 fixed quote of string in matcher/processing/filtering rules.
4277         * src/messageview.c
4278         * src/privacy.[ch]
4279                 allows decryption to return a new whole 
4280                 MIME message structure.
4282 2003-12-04 [hoa]        0.9.7claws20
4284         * src/filtering.[ch]
4285         * src/folder.c
4286         * src/mainwindow.c
4287         * src/matcher.c
4288         * src/matcher_parser_parse.y
4289         * src/folderview.c
4290                 global rules to run before folder specific rules.
4291                 global rules to run after folder specific rules.
4292                 
4293         * src/messageview.c
4294                 fixed quick addition of rules.
4295         
4296         * src/prefs_filtering.[ch]
4297         * src/summaryview.c
4298                 we can now customize the title for the dialog.
4299                 updated case where we rename of delete folders.
4301         * src/addressbook.c
4302                 got back the function addressbook_browse_entry_cb()
4303                 that is needed in case we compiled with LDAP support.
4305 2003-12-04 [paul]       0.9.7claws19
4307         * sync with 0.9.7cvs6
4308                 see ChangeLog 2003-12-04
4309                 fixes bug 171 'Wrong message decoing: koi8-r and 
4310                 iso8859-5 looks same. Can't read many emails.'
4312 2003-12-04 [paul]       0.9.7claws18
4314         * po/POTFILES.in
4315                 remove 'src/prefs_scoring.c'
4317 2003-12-03 [hoa]        0.9.7claws17
4319         * src/Makefile.am
4320                 compilation of scoring.[ch] and prefs_scoring.[ch]
4321                 is removed.
4322         
4323         * src/filtering.[ch]
4324         * src/folder.c
4325         * src/folder_item_prefs.[ch]
4326         * src/folderview.c
4327         * src/main.c
4328         * src/mainwindow.c
4329         * src/matcher.[ch]
4330         * src/matcher_parser.h
4331         * src/matcher_parser_parse.y
4332         * src/prefs_filtering.[ch]
4333         * src/prefs_filtering_action.c
4334         * src/prefs_folder_item.c
4335         * src/prefs_scoring.[ch]              * REMOVED FILES *
4336         * src/procmsg.[ch]
4337         * src/scoring.[ch]                    * REMOVED FILES *
4338         * src/summaryview.c
4339                 merged scoring and filtering.
4340                 
4341                 Note : compatibility is kept by parsing score like 
4342                   add_score. To get the behaviour of older scoring 
4343                   system, you have to define some equivalent rule :
4344                   "score_lower -9999 hide"
4345                   "score_greater 9999 mark"
4346                   
4347                   To define global rules, you have to define them 
4348                   in the new global processing rules.
4349                   The variable that kept the list filtering rules 
4350                   was "global_processing" and has been renamed into 
4351                   "filtering_rules".
4352                   "global_processing" variable is now the name 
4353                   of the variable that keeps the list of global 
4354                   processing rules.
4355                   In the configuration file, "[global]" section is 
4356                   now for the global processing rules (which includes
4357                   score things and new global processing rules).
4358                   New "[filtering]" section is for the filtering rules.
4359                   
4360                   Before running with this version, during testing 
4361                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4362                   Then, you have to make the following changes :
4363                   - leave all scoring rules in "[global]" section.
4364                   - move all other rules of "[global]" section to
4365                       a new section named "[filtering]".
4367 2003-12-03 [christoph]  0.9.7claws16
4369         * src/procmime.c
4370                 use default Content-Type as specified in RFC2045 if
4371                 Content-Type header is syntactically incorrect
4373 2003-12-03 [christoph]  0.9.7claws15
4375         * src/addressbook.c
4376         * src/addrindex.h
4377         * src/addritem.c
4378         * src/expldifdlg.h
4379         * src/exportldif.c
4380         * src/filtering.c
4381         * src/folder.c
4382         * src/folderview.c
4383         * src/jpilot.c
4384         * src/localfolder.c
4385         * src/matcher.h
4386         * src/matcher_parser_lex.l
4387         * src/matcher_parser_parse.y
4388         * src/news.c
4389         * src/prefs_filtering_action.c
4390         * src/prefs_folder_item.c
4391         * src/prefs_fonts.c
4392         * src/procmsg.c
4393         * src/sgpgme.c
4394                 clean up warnings
4396         * src/procmime.c
4397                 revert 0.9.7claws14 change
4399 2003-12-03 [alfons]     0.9.7claws14
4401         * src/procmime.c
4402                 catch invalid Content-Type with no subtype
4404 2003-12-03 [alfons]     0.9.7claws13
4406         * src/alertpanel.h
4407         * src/setup.c
4408         * src/plugins/image_viewer/plugin.c
4409                 compile again, we need stddef.h for size_t
4411 2003-12-03 [paul]       0.9.7claws12
4413         * src/account.c
4414                 don't allow cloning of accounts with remote folders,
4415                 patch submitted by Ricardo Mones Lastra
4417 2003-12-03 [christoph]  0.9.7claws11
4419         * src/folder.[ch]
4420         * src/imap.c
4421         * src/localfolder.[ch]
4422         * src/mh.c
4423         * src/news.c
4424         * src/common/xml.[ch]
4425                 add set_xml() and get_xml() virtual functions to FolderClass to
4426                 save extra information for Folders (for example the rootpath
4427                 only used by LocalFolder). The folderlist write function no
4428                 longer needs to know the folder type to save this extra
4429                 information.
4431 2003-12-02 [christoph]  0.9.7claws10
4433         * src/Makefile.am
4434         * src/account.c
4435         * src/folder.[ch]
4436         * src/folderview.h
4437         * src/imap.c
4438         * src/localfolder.[ch]          ** NEW **
4439         * src/mainwindow.c
4440         * src/mh.[ch]
4441         * src/news.[ch]
4442         * src/prefs_account.[ch]
4443         * src/prefs_filtering.h
4444         * src/procmsg.h
4445         * src/remotefolder.[ch]         ** NEW **
4446         * src/common/xml.[ch]
4447                 add item_set_xml() and item_get_xml() virtual functions to
4448                 FolderClass to give folders the ability to add extra information
4449                 to the saved FolderItem data. If NULL the default function for
4450                 FolderItem will be used.
4452 2003-11-29 [christoph]  0.9.7claws9
4454         * src/procheader.c
4455                 fix bug in unfolding
4457 2003-11-29 [luke]       0.9.7claws8
4459         * src/textview.c
4460                 fix compilation for non c99 compilers
4462 2003-11-29 [christoph]  0.9.7claws7
4464         * src/procmime.[ch]
4465         * src/mimeview.c
4466                 o unknown disposition types should be handled as
4467                   attachment (RFC2183)
4468                 o missing headers should not default to inline
4469                   (would make "Save All" useless when disposition header
4470                    is not set by the sending mailer)
4471                 o remove old MimeInfo data and cleanup
4473 2003-11-29 [luke]       0.9.7claws6
4475         * src/procmime.[ch]
4476                 re-added parsing of Content-Disposition header
4477                         - removes the old  'gchar* content_disposition'
4478                         - adds a new field 'DispositionType disposition'
4479                         - adds parameters to MimeInfo::parameters
4481         * src/mimeview.c
4482                 use the "filename" parameter for saving, and the new
4483                 MimeInfo::disposition for save all.
4485         * src/compose.c
4486         * src/toolbar.[ch]
4487                 add a 'check spelling' button as a possibility for 
4488                 the compose toolbar
4490         * src/stockpixmap.[ch]
4491         * src/pixmaps/check_spelling.xpm        ** NEW **
4492         * src/Makefile.am
4493                 add a pixmap for use with 'check spelling' button or
4494                 a user defined action
4496         * src/textview.c
4497                 re-apply fixed (I hope) patch for bug 57
4498                 "Hidden URL in HTML Mails"
4500 2003-11-28 [christoph]  0.9.7claws5
4502         * src/procmime.c
4503                 o be more liberal in what we accept as Content-Type parameters
4504                 o ignore comments after parameters
4506         * src/sgpgme.c
4507                 o only free passphrase when an error occurs
4509 2003-11-28 [paul]       0.9.7claws4
4511         * src/account.c
4512                 add 'Clone Account' function. patch submitted by
4513                 Ricardo Mones Lastra
4515 2003-11-27 [thorsten]   0.9.7claws3
4517         * src/mimeview.c
4518                 fix crash if 'save_all' failed twice
4520 2003-11-27 [paul]       0.9.7claws2
4522         * po/POTFILES.in
4523                 fix a typo
4525         * po/zh_CN.po
4526                 update Simplified Chinese translation. submitted by
4527                 Hansom Young
4529 2003-11-27 [paul]       0.9.7claws1
4531         * po/POTFILES.in
4532                 clean up
4534 2003-11-26 [paul]       0.9.7claws
4536         * 0.9.7claws released
4538 2003-11-26 [paul]       0.9.6claws99
4540         * src/Makefile.am
4541                 add reference to pixmaps/mime_message.xpm
4543 2003-11-26 [paul]       0.9.6claws98
4545         * po/POTFILES.in
4546                 remove reference to src/sigstatus.c
4548 2003-11-26 [christoph]  0.9.6claws97
4550         * src/Makefile.am
4551         * src/prefs_common.c
4552         * src/rfc2015.c
4553         * src/sigstatus.[ch]            ** REMOVE **
4554                 remove signature result popup option and window
4556 2003-11-26 [paul]       0.9.6claws96
4558         * po/es.po
4559           po/ja.po
4560           po/pl.po
4561           po/sk.po
4562           po/sr.po
4563                 update translations. submitted by Ricardo Mones Lastra,
4564                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4566 2003-11-25 [christoph]  0.9.6claws95
4568         * src/procmime.c
4569                 display mime structure only in debug mode
4571 2003-11-25 [melvin]     0.9.6claws94
4573         * po/fr.po
4574                 Updated French translations + typos fixes of older
4575                 translations (thanks to Fabien Vantard for pointing
4576                 to some of them)
4578 2003-11-25 [melvin]     0.9.6claws93
4580         * src/editldap.c
4581                 Fixed a couple of typos.
4583 2003-11-24 [paul]       0.9.6claws92
4585         * po/POTFILES.in
4586                 add 'src/textview.c'
4588 2003-11-24 [paul]       0.9.6claws91
4590         * src/sgpgme.c
4591                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4593 2003-11-24 [paul]       0.9.6claws90
4595         * src/plugins/image_viewer/viewer.c
4596                 image_viewer_show_mimepart(): 
4597                 use procmime_mimeinfo_get_parameter() to get the file name
4599 2003-11-24 [paul]       0.9.6claws89
4601         * src/textview.c
4602                 textview_show_mime_part(): rewrite text hint
4604 2003-11-22 [paul]       0.9.6claws88
4606         * sync with 0.9.7cvs5
4607                 see ChangeLog 2003-11-21
4609 2003-11-21 [paul]       0.9.6claws87
4611         * src/mimeview.c
4612                 define shortcut key 'o' for 'Open with...'
4614 2003-11-21 [alfons]     0.9.6claws86
4616         * src/messageview.c
4617                 fix bug #383 'Deleting message from "separate message view" 
4618                 uses local Trash folder'
4620 2003-11-21 [christoph]  0.9.6claws85
4622         * src/mimeview.c
4623                 fix content-type guessing by name parameter when finding
4624                 the correct viewer
4626 2003-11-21 [alfons]     0.9.6claws84
4628         * src/main.c
4629                 no mail incorporation allowed with --offline param.
4630                 fixes bug #374, "--offline ignored"
4632 2003-11-20 [christoph]  0.9.6claws83
4634         * src/mimeinfo.c
4635                 use signed MimeInfo when checking the signature and not
4636                 the selected one
4638 2003-11-19 [alfons]     0.9.6claws82
4640         * src/mainwindow.c
4641                 fix crash when toggling separate views, patch submitted
4642                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4643                 fixes bug #342, "separate views  cause crash"
4645 2003-11-19 [paul]       0.9.6claws81
4647         * src/compose.c
4648                 compose_redirect_write_headers_from_headerlist(): 
4649                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4650                 
4651         * src/main.c
4652                 code cleanup (inherited from 0.9.7cvs4)
4653                 
4654         * tools/tb2sylpheed
4655                 bugfix: added missing attribute-list start. submitted by
4656                 Urke MMI
4658 2003-11-19 [luke]       0.9.6claws80
4660         * src/textview.c
4661                 revert my last commit until I get time to fix it
4663 2003-11-18 [christoph]  0.9.6claws79
4665         * src/mimeview.[ch]
4666                 check parent MimeInfos for signatures and display the
4667                 result of the parent when found
4669         * src/pgpmime.c
4670                 o avoid NULL pointer warnings
4671                 o use procmime_mimeinfo_get_parameter()
4673         * src/sgpgme.c
4674                 small text changes
4676 2003-11-17 [luke]       0.9.6claws78
4678         * src/textview.c
4679                 add check for disguised URLs, fixing bug 57
4680                 "Hidden URL in HTML Mails"
4682 2003-11-16 [christoph]  0.9.6claws77
4684         * src/procmime.c
4685                 fix crash when parsing invalid Content-Type header
4687 2003-11-16 [christoph]  0.9.6claws76
4689         * src/pgpmime.c
4690         * src/privacy.c
4691         * src/procmime.c
4692         * src/sgpgme.[ch]
4693                 implement message decrypting
4695         * src/rfc2015.c
4696                 remove old code
4698 2003-11-14 [luke]       0.9.6claws75
4700         * src/mimeview.c
4701                 fix a couple of problems that treated application/* and
4702                 application/octet-stream the wrong way around
4703                 (since 0.9.6claws10), causing "Open" to do nothing.
4705 2003-11-14 [christoph]  0.9.6claws74
4707         * src/messageview.c
4708         * src/pgpmime.c
4709         * src/privacy.[ch]
4710                 prepare for message part decrypting
4712         * src/sgpgme.c
4713                 add output for expired signatures
4715         * src/rfc2015.c
4716                 remove some old code
4718 2003-11-10 [christoph]  0.9.6claws73
4720         * src/mimeview.c
4721                 add "Full info" button for bad and warn signature status
4723         * src/sgpgme.c
4724                 generate full signature info like gpg's output
4725                 (gpg -v --with-fingerprint --verify)
4727 2003-11-10 [christoph]  0.9.6claws72
4729         * src/mimeview.c
4730         * src/pgpmime.c
4731         * src/privacy.[ch]
4732         * src/sgpgme.[ch]
4733         * src/textview.[ch]
4734                 o add code to view full signature info
4735                 o do automatic signature checks
4737 2003-11-10 [alfons]     0.9.6claws71
4739         * src/summaryview.c
4740                 don't crash when gtkut_font_load() returns invalid font (has
4741                 something to do with locale settings)
4742                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4744 2003-11-09 [alfons]     0.9.6claws70
4746         * src/procmime.c
4747                 plug leak
4749 2003-11-08 [luke]       0.9.6claws69
4751         * src/summaryview.c
4752                 fix some typos
4754         * src/compose.c
4755                 rewrite compose_attach_parts(), fixing various bugs mainly
4756                 to do with re-editing.
4758         * src/mimeview.c
4759                 "save all" now only saves attachments with names/filenames
4761 2003-11-04 [match]      0.9.6claws68
4763         * src/ldapctrl.[ch]
4764                 fix broken LDAP support.
4766         * src/ldapquery.c
4767                 remove printf's.
4769 2003-11-04 [luke]       0.9.6claws67
4771         * src/mimeview.c
4772                 o  fixed bug 4 "focus lost on messages with attachments"
4773                 o  fixed 'Save all' attachments for new mime changes
4774                 o  right clicking on icons consistent with right clicking on
4775                    mime tree
4776                   - fixes a bug where wrong part is saved when you
4777                     choose 'Save as' from popup menu
4778                   - fixes bug 308 "No way to "save all" attachments"
4779                 o  fixed a compiler warning.
4781         * src/textview.c
4782                 o  removed flickering in mime tree when using "n" and "p"
4783                    shortcuts
4784                 o  fixed bug where selecting the textview and pressing e.g.
4785                    'y' causes sylpheed to respond twice.
4787         * src/summaryview.c
4788                 removed hard coding of * and ! shortcuts (which only served
4789                 to cause problems if you tried to redefine the shortcuts)
4791 2003-11-04 [luke]       0.9.6claws66
4793         * src/plugins/image_viewer/viewer.c
4794         * src/plugins/image_viewer/viewerprefs.c
4795         * src/plugins/image_viewer/viewerprefs.glade
4796                 o  allow toggling of image scaling by clicking on image
4797                 o  respond to image's container widget resize
4799         * src/procmime.c
4800                 o  fix bad parsing of message when re-editing/viewing a
4801                    message saved to the drafts folder
4803 2003-11-02 [match]      0.9.6claws65
4805         * src/browseldap.h
4806                 fix if not building LDAP support.
4807         * src/addrindex.c
4808         * src/ldapquery.[ch]
4809         * src/editldap.h
4810                 include support for contains query. feature req 529354.
4812 2003-11-02 [alfons]     0.9.6claws64
4814         * src/browseldap.c
4815                 fix build bustage if not compiling ldap support
4817 2003-11-01 [match]      0.9.6claws63
4819         * po/POTFILES.in
4820         * src/Makefile.am
4821         * src/addr_compl.[ch]
4822         * src/addrbook.c
4823         * src/addrcache.[ch]
4824         * src/addrdefs.h        ** NEW **
4825         * src/addressbook.c
4826         * src/addressitem.h
4827         * src/addrindex.[ch]
4828         * src/addritem.h
4829         * src/addrquery.[ch]
4830         * src/ldapquery.[ch]
4831         * src/ldapserver.[ch]
4832                 refactor LDAP query mechanism.
4834         * src/browseldap.[ch]   ** NEW **
4835         * src/ldaplocate.[ch]   ** NEW **
4836                 add feature to browse LDAP entry that was retrieved using
4837                 an explicit LDAP search.
4839 2003-11-01 [alfons]     0.9.6claws62
4841         * src/prefs_gtk.c
4842                 prefs_write_param(): fail when we see an invalid type; all the
4843                 callers seem to handle this gracefully by reverting changes
4845 2003-10-30 [christoph]  0.9.6claws61
4847         * configure.ac
4848         * ac/openssl.m4
4849         * ac/spamassassin.m4
4850         * src/Makefile.am
4851                 use extra variables for all libraries to make sure plugins
4852                 are only linked with libraries they really need. $LIBS is always
4853                 added to the linking parameters, but we only what the libraries
4854                 listed in the Makefile
4856 2003-10-29 [paul]       0.9.6claws60
4858         * src/mimeview.c
4859                 don't use Subject for unknown part name
4861 2003-10-29 [paul]       0.9.6claws59
4863         * src/compose.c
4864                 get name of attachment(s) when re-editing, fwd'ing or
4865                 redirecting
4866                 
4867         * src/mimeview.c
4868                 get name of attachment(s) when saving
4870 2003-10-29 [hoa]        0.9.6claws58
4872         * src/textview.c
4873                 implemented multipart/alternative in MIME message viewer.
4875 2003-10-28 [christoph]  0.9.6claws57
4877         * configure.ac
4878                 make sure MathML-Viewer is not built with the
4879                 Gtk2 version of GtkMathView
4881 2003-10-28 [paul]       0.9.6claws56
4883         * sync with 0.9.7cvs1
4884                 see ChangeLog 2003-10-28
4886 2003-10-27 [alfons]     0.9.6claws55
4888         * src/matcher_parser_parse.y
4889         * src/gtk/colorlabel.c
4890                 allow setting color label to 0 in filtering/processing rules
4891                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4893 2003-10-26 [alfons]     0.9.6claws54
4895         * src/summary_search.c
4896                 fix misnomer and correct selecting initial search node  
4898 2003-10-26 [christoph]  0.9.6claws53
4900         * src/pgpmime.c
4901         * src/sgpgme.c
4902                 change display of signature info to use only name of
4903                 signer, otherwise the text gets too long.
4905         * src/procmime.c
4906                 don't use MimeInfo's filename to generate tmp filename
4908 2003-10-25 [christoph]  0.9.6claws52
4910         * src/procmime.c
4911                 fix message body searching
4913 2003-10-25 [paul]       0.9.6claws51
4915         * src/compose.c
4916                 use g_basename rather than basename
4918 2003-10-24 [christoph]  0.9.6claws50
4920         * src/sgpgme.c
4921                 change fetching of signature key's trust
4923 2003-10-24 [paul]       0.9.6claws49
4925         * po/sk.po
4926                 update Slovak translation
4927                 submitted by Andrej Kacian
4928                 
4929         * src/mainwindow.c
4930                 remove unknown menu entry /File/Add mailbox/mbox...
4932 2003-10-24 [hoa]        0.9.6claws48
4934         * src/Makefile.am
4935                 removed all references to mbox folders
4937         * src/carray.[ch]               * REMOVED *
4938         * src/chash.[ch]                * REMOVED *
4939         * src/maillock.[ch]             * REMOVED *
4940         * src/mailmbox.[ch]             * REMOVED *
4941         * src/mailmbox_folder.[ch]      * REMOVED *
4942         * src/mailmbox_parse.[ch]       * REMOVED *
4943         * src/mailmbox_types.[ch]       * REMOVED *
4944         * src/mbox_folder.[ch]          * REMOVED *
4945                 remove implementation of mbox folders
4946                 and old mailbox folder.
4947                 mbox folder implementation will be added
4948                 as a plugin so that implementation can be entirely
4949                 synchronized with the files of the project they are
4950                 extracted from (libEtPan!).
4951         
4952         * src/mainwindow.c
4953         * src/folder.c
4954         * src/folderview.[ch]
4955         * src/procmsg.h         
4956                 Disable as much code that references mbox folders
4957                 as possible.
4958                 Some UI thing still need to know that folder is mbox
4959                 (when we have to enter the name of the mailbox and
4960                 we want to add /var/mail/$USER).
4962 2003-10-23 [christoph]  0.9.6claws47
4964         * src/noticeview.c
4965                 don't always display button when noticeview is made visible
4967         * src/mimeview.c
4968         * src/pgpmime.c
4969         * src/privacy.[ch]
4970         * src/sgpgme.[ch]
4971                 get signature information from crypto system
4973 2003-10-22 [paul]       0.9.6claws46
4975         * po/es.po
4976                 updated by Ricardo Mones Lastra
4978 2003-10-22 [paul]       0.9.6claws45
4980         * src/Makefile.am
4981                 update to reflect the changes to the icons that
4982                 happened in 0.9.6claws35
4984 2003-10-22 [alfons]     0.9.6claws44
4985         
4986         * src/carray.h
4987                 inline carray_count() 
4989 2003-10-21 [alfons]     0.9.6claws43
4991         * src/carray.h
4992                 glib wrappers
4993         * src/carray.c
4994                 disable
4995         * src/mailmbox.[ch]
4996         * src/mailmbox_folder.c
4997         * src/mailmbox_parse.c
4998         * src/mailmbox_types.[ch]
4999                 %s/uint32_t/guint
5001 2003-10-21 [luke]       0.9.6claws42
5003         * src/stock_pixmaps.[ch]
5004         * src/mimeview.c
5005         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
5006         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
5007                 o remove mime_application_octet_stream.xpm icon (it was never
5008                   really needed)
5009                 o remove redundant icon messageview_text.xpm
5011         * src/mainwindow.c
5012                 fix visibility of signature noticeview when toggling 'separate
5013                 message view'
5015 2003-10-21 [christoph]  0.9.6claws41
5017         * src/procmime.c
5018                 decode multipart and rfc822 mime parts to allow further
5019                 parsing when required
5021 2003-10-21 [christoph]  0.9.6claws40
5023         * src/procmime.[ch]
5024         * src/textview.c
5025                 remove obsolete charset parameter in MimeInfo and fix
5026                 TextView to use the charset from the parameter hash table
5028         * src/plugins/dillo_viewer/Makefile.am
5029         * src/plugins/trayicon/Makefile.am
5030                 add OPENSSL_CFLAGS to fix building with using
5031                 --with-openssl-* parameters
5033 2003-10-21 [paul]       0.9.6claws39
5035         * src/prefs_matcher.[ch]
5036                 replace remnants of the old, renamed 'Execute' matchtype
5037                 add a brief description to the Info window
5039 2003-10-21 [hoa]        0.9.6claws38
5040         
5041         * src/Makefile.am
5042         * src/carray.[ch]               * NEW *
5043         * src/chash.[ch]                * NEW *
5044         * src/folder.c
5045         * src/maillock.[ch]             * NEW *
5046         * src/mailmbox.[ch]             * NEW *
5047         * src/mailmbox_folder.[ch]      * NEW *
5048         * src/mailmbox_parse.[ch]       * NEW *
5049         * src/mailmbox_types.[ch]       * NEW *
5050                 implementation of mbox folder with unique message numbers
5052                 made use of libEtPan! implementation of mbox for lower-layer.
5054 2003-10-20 [alfons]     0.9.6claws37
5056         * src/noticeview.c
5057                 fix invalid argument warning
5058         * src/pgpmime.c
5059                 no in place variable
5061 2003-10-20 [paul]       0.9.6claws36
5063         * src/compose.[ch]
5064           src/filtering.c
5065           src/messageview.c
5066                 fix crash when using Forward in Filtering when
5067                 external editor option is set
5068                 
5069                 Patch submitted by Simon 'corecode' Schubert
5070                 <corecode@corecode.ath.cx> 
5072 2003-10-20 [paul]       0.9.6claws35
5074         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5075           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5076           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5077           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5078           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5079           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5080           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5081           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5082           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5083           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5084           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5085           src/mimeview.c
5086           src/stock_pixmap.[ch]
5087                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5088                 icons. add privacy_warn.xpm icon
5090 2003-10-20 [hoa]  0.9.6claws34
5092         * src/folder_item_prefs.[ch]
5093         * src/prefs_folder_item.c
5094         * src/main.c
5095                 Added a property per folder to choose whether we 
5096                 want to apply processing on it on startup or if we
5097                 prefer to wait the folder selection to apply it.
5098         
5099         * src/messageview.c
5100                 fixed C89 compatibility (for old compilers, for
5101                 example gcc 2.95.x).
5103 2003-10-17 [christoph]  0.9.6claws33
5105         * src/mimeview.c
5106         * src/noticeview.[ch]
5107                 change noticeview icon to indicate signature status
5109 2003-10-17 [christoph]  0.9.6claws32
5111         * src/Makefile.am
5112         * src/main.c
5113         * src/mimeview.c
5114         * src/noticeview.c
5115         * src/pgpmime.[ch]                              ** NEW **
5116         * src/privacy.[ch]
5117         * src/rfc2015.c
5118         * src/sgpgme.c                                  ** NEW **
5119                 reimplement PGP/Mime signature checking (unfinished)
5121 2003-10-15 [christoph]  0.9.6claws31
5123         * src/procmime.[ch]
5124                 fix procmime_get_text_content() and
5125                 procmime_get_first_text_content()
5127 2003-10-15 [christoph]  0.9.6claws30
5129         * src/plugins/spamassassin/spamassassin_gtk.c
5130         * src/plugins/spamassassin/spamassassin_gtk.glade
5131                 fix timeout tooltip
5133 2003-10-15 [paul]       0.9.6claws29
5135         * src/messageview.c
5136                 workaround for buggy smtp servers. on sending a
5137                 return receipt strip the name part from the address
5138                 when creating headers
5139                 
5140 2003-10-15 [paul]       0.9.6claws28
5142         * sync with 0.9.7 release
5143                 see ChangeLog 2003-10-15
5145 2003-10-14 [christoph]  0.9.6claws27
5147         * src/plugins/clamav/clamav_plugin.c
5148                 fix clamav plugin
5150 2003-10-14 [christoph]  0.9.6claws26
5152         * src/compose.c
5153         * src/mimeview.c
5154         * src/procmime.[ch]
5155         * src/rfc2015.c
5156         * src/textview.c
5157         * src/plugins/clamav/clamav_plugin.c
5158                 use GNode to create the mime tree (some changes to functions
5159                 that traverse the tree are just quick and dirty. Maybe we
5160                 can find better solutions with g_node_*-functions)
5162 2003-10-14 [luke]       0.9.6claws25
5164         * src/mimeview.c
5165                 fix a navigation bug (stupid typo of mine)
5167 2003-10-14 [christoph]  0.9.6claws24
5169         * src/textview.c
5170                 fix missing last line in plain/text mails
5172 2003-10-13 [luke]       0.9.6claws23
5174         * src/summaryview.c
5175                 fix bug 334 (part 1)
5177 2003-10-13 [kov]        0.9.6claws22
5179         * src/mimeview.c
5180                 error checking when the user enters a non-directory at
5181                 the file selection dialog.
5182                 work-around for users entering directory location without
5183                 adding a leading G_DIR_SEPARATOR.
5185 2003-10-13 [luke]       0.9.6claws21
5187         * src/compose.c
5188                 error reporting for inserting files, including catching
5189                 invalid characters for current locale/encoding
5191 2003-10-13 [paul]       0.9.6claws20
5193         * src/folderview.c
5194                 fix bug #347 'subscribe newsgroups crashes'
5196 2003-10-13 [paul]       0.9.6claws19
5198         * src/compose.c
5199                 when using 'Reply to all' include the 'send replies
5200                 to' folder property
5201                 
5202         * po/ja.po
5203                 update Japanese translation. submitted by Rui Hirokawa 
5204                 <rui_hirokawa@ybb.ne.jp>        
5206 2003-10-13 [hoa]        0.9.6claws18
5208         * src/account.c
5209         * src/compose.c
5210         * src/messageview.c
5211         * src/procheader.c
5212         * src/procheader.h
5213                 rename get_header_from_msginfo() into
5214                 procheader_get_header_from_msginfo() so that we have a
5215                 coherent exported naming.
5216                 avoid parsing of header contained in a string via
5217                 a newly written temporary file.
5219         Patch submitted by Simon 'corecode' Schubert
5220                 <corecode@corecode.ath.cx>
5222 2003-10-12 [hoa]        0.9.6claws17
5224         * src/filtering.c
5225         * src/filtering.h
5226         * src/matcher.c
5227         * src/matcher.h
5228         * src/matcher_parser_parse.y
5229         * src/prefs_filtering_action.c
5230                 added "stop" action : stop applying the filtering rules.
5231                 added "set score" and "increase/decrease score" actions.
5232                 That two last action replace the "change_score" action
5233                 introduced by alfons in 0.8.8claws85.
5234                 "set score" is to set a given score to the message.
5235                 "increase/decrease score" will increase or decrease the
5236                 score if the given value is respectively positive or
5237                 negative. If someone find a some better name for this last
5238                 rule, it can be modified.
5240 2003-10-12 [paul]       0.9.6claws16
5242         * AUTHORS
5243           po/ja.po
5244                 update Japanese translation. submitted by Rui Hirokawa 
5245                 <rui_hirokawa@ybb.ne.jp>
5247 2003-10-12 [christoph]  0.9.6claws15
5249         * src/procmime.c
5250                 fix crash caused by incorrect headers
5252 2003-10-10 [christoph]  0.9.6claws14
5254         * src/main.c
5255         * src/privacy.[ch]
5256         * src/rfc2015.[ch]
5257                 implement detection of signed message parts for rfc2015
5259 2003-10-10 [thorsten]   0.9.6claws13
5261         * src/mimeview.c
5262                 fix typo
5264 2003-10-10 [christoph]  0.9.6claws12
5266         * src/stock_pixmap.[ch]
5267         * src/pixmaps/mime_message.xpm                  ** NEW **
5268                 add a new icon for mime type "message"
5270         * src/privacy.[ch]
5271         * src/procmime.[ch]
5272                 add crypto api
5274         * src/mimeview.c
5275                 o use crypto api
5276                 o add icons for message type mime parts
5278 2003-10-10 [christoph]  0.9.6claws11
5280         * src/mainwindow.c
5281         * src/messageview.[ch]
5282         * src/mimeview.[ch]
5283         * src/procmime.[ch]
5284         * src/procmsg.[ch]
5285         * src/rfc2015.c
5286         * src/summaryview.c
5287         * src/textview.[ch]
5288                 o remove switching between TextView and MimeView in MessageView
5289                   (if required we can hide the icon box and the MimeView will
5290                    look exaxtly like the TextView)
5291                 o temporary remove signature and decrypting GPGME code
5293 2003-10-09 [christoph]  0.9.6claws10
5295         * src/action.c
5296         * src/compose.c
5297         * src/messageview.c
5298         * src/mimeview.c
5299         * src/procmime.[ch]
5300         * src/procmsg.c
5301         * src/rfc2015.c
5302         * src/textview.c
5303         * src/common/utils.[ch]
5304         * src/plugins/clamav/clamav_plugin.c
5305         * src/plugins/dillo_viewer/dillo_viewer.c
5306         * src/plugins/image_viewer/viewer.c
5307         * src/plugins/mathml_viewer/mathml_viewer.c
5308                 new mime parser (several things need fixing)
5310 2003-10-09 [paul]       0.9.6claws9
5312         * src/imap.c
5313                 a little more sync with 0.9.6cvs2 and a tidy up
5315 2003-10-08 [paul]       0.9.6claws8
5317         * sync with 0.9.6cvs2
5318                 see ChangeLog 2003-10-03
5320 2003-10-05 [christoph]  0.9.6claws7
5322         * src/summaryview.c
5323                 don't use flags to check if a message is in a news folder
5325         (closes Bug 282 clicking on folder with copied Messages from News
5326          immediately after having copied them crashes Sylpheed-Claws)
5328 2003-10-05 [christoph]  0.9.6claws6
5330         * src/Makefile.am
5331         * src/progressdialog.[ch]               ** REMOVE **
5332         * src/gtk/Makefile.am
5333         * src/gtk/progressdialog.[ch]           ** NEW **
5334                 move progressdialog to gtk directory
5336 2003-10-04 [christoph]  0.9.6claws5
5338         * src/prefs_toolbar.c
5339         * src/gtk/prefswindow.c
5340                 remove widget_show_all for pages root widget
5342         * src/plugins/spamassassin/spamassassin.[ch]
5343         * src/plugins/spamassassin/spamassassin_gtk.c
5344         * src/plugins/spamassassin/spamassassin_gtk.glade
5345                 add support for new libspamc transports
5347 2003-10-04 [christoph]  0.9.6claws4
5349         * src/plugins/spamassassin/libspamc.[ch]
5350         * src/plugins/spamassassin/spamassassin.c
5351         * src/plugins/spamassassin/utils.[ch]
5352                 update libspamc to version from SpamAssassin 2.60
5354 2003-10-03 [christoph]  0.9.6claws3
5356         * src/send_message.c
5357                 fix missing format string bug found by
5358                 Georgi Guninski <guninski@guninski.com>
5360 2003-10-03 [paul]       0.9.6claws2
5362         * po/zh_CN.po
5363                 update Simpilified Chinese translation, submitted by
5364                 Hansom Young
5366 2003-10-02 [christoph]  0.9.6claws1
5368         * src/imap.c
5369                 add UIDPLUS support for COPY and EXPUNGE
5371 2003-10-02 [paul]       0.9.6claws
5373         * 0.9.6claws released
5375 2003-10-02 [paul]
5377         * po/es.po
5378           po/sk.po
5379                 update Spanish and Slovak translations
5380                 submitted by Ricardo Mones Lastra and Andrej Kacian
5382 2003-10-02 [paul]       0.9.5claws43
5384         * po/en_GB.po
5385                 update British English translation
5387 2003-10-02 [paul]       0.9.5claws42
5389         * po/hr.po
5390                 update Croatian translation, submitted by Dragan
5392 2003-10-01 [paul]       0.9.5claws41
5394         * po/pl.po
5395           po/sr.po
5396                 update Polish and Serbian translations, submitted by
5397                 Emil and Urke MMI
5399 2003-10-01 [melvin]     0.9.5claws40
5401         * po/fr.po
5402                 Updated French translations
5404 2003-10-01 [melvin]     0.9.5claws39
5406         * src/prefs_fonts.c
5407                 Fixed a Gtk warning
5409         * src/plugins/dillo_prefs.c     
5410                 Quasi unnoticeable UI clean-up.
5412 2003-10-01 [paul]
5414         * tools/README
5415           tools/maildir2sylpheed.pl
5416                 bug fixes, rewrites, submitted by Matthias Förste 
5417                 <itsjustme@users.sourceforge.net>
5419 2003-09-29 [paul]       0.9.5claws38
5421         * src/inc.c
5422                 fix my coding carelessness
5424 2003-09-29 [paul]       0.9.5claws37
5426         * po/POTFILES.in
5427           src/Makefile.am
5428           src/main.c
5429           src/prefs_common.[ch]
5430           src/prefs_fonts.[ch]  ** NEW FILES **
5431                 move Font config options to Other Prefs/Display/Fonts
5432                 (user's current configuration is preserved)
5434 2003-09-29 [paul]       0.9.5claws36
5436         * src/inc.c
5437           src/prefs_account.c
5438                 allow 'local_mbox' value to point to either a directory 
5439                 (/var/mail -  default, new) or a file (/var/mail/username
5440                 - original)
5442 2003-09-28 [paul]       0.9.5claws35
5444         * src/rfc2015.c
5445                 on signature check, where key exists, print the
5446                 Key ID
5448 2003-09-27 [alfons]     0.9.5claws34
5450         * src/action.c
5451                 o make progress bar not fill/expand when resizing dialog
5452                 o use default fixed text font for actions output
5454 2003-09-27 [paul]       0.9.5claws33
5456         * src/prefs_common.[ch]
5457           src/procmsg.c
5458           src/send_message.c
5459                 remove External Program settings from Common Prefs/Send
5460                 as they are now unnecessary due to Local account settings.
5461                 plus a little tidying-up after 0.9.5claws31
5463 2003-09-27 [paul]       0.9.5claws32
5465         * src/prefs_account.c
5466                 o make correction to gui text:
5467                   'Local mailbox file' -> 'Local mailbox directory'
5468                 o give 'local_mbox' option a reasonable default value:
5469                   '/var/mail'
5470                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5471                   value
5473 2003-09-26 [paul]       0.9.5claws31
5475         * src/inc.c
5476           src/prefs_common.[ch]
5477                 remove 'Incorporate from spool' common pref,
5478                 force creation of a 'Local' account
5480 2003-09-26 [christoph]  0.9.5claws30
5482         * src/folder.c
5483         * src/msgcache.c
5484                 add more NULL pointer checks
5486 2003-09-25 [christoph]  0.9.5claws29
5488         * src/folder.c
5489                 o don't fetch source message to get it's message id
5490                 o immediately scan dest folder when copying a message did not
5491                   return a new message number and not do it when the first message
5492                   without a new message number is found
5494 2003-09-23 [christoph]  0.9.5claws28
5496         * src/compose.c
5497                 fix generating of headers
5499         (patch by David Relson <relson@osagesoftware.com>)
5501 2003-09-23 [paul]       0.9.5claws27
5503         * po/zh_CN.po
5504                 update Simplified Chinese translation. submitted by
5505                 Hansom Young
5507 2003-09-23 [paul]       0.9.5claws26
5509         * tools/Makefile.am
5510           tools/README
5511           tools/vcard2xml.py    ** NEW FILE **
5512                 add a script that converts an evolution vcard to
5513                 sylpheed's xml format
5514                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5516 2003-09-22 [paul]       0.9.5claws25
5518         * src/plugins/clamav/clamav_plugin.c
5519                 don't skip MULTIPART parts
5521 2003-09-21 [christoph]  0.9.5claws24
5523         * src/alertpanel.c
5524                 remove unneeded include
5526         * src/folder.c
5527                 clean up copy/move mess with duplicated code
5529         * src/imap.c
5530                 fix problem that sometimes the folder was not scanned
5531                 also it was changed
5533 2003-09-21 [christoph]  0.9.5claws23
5535         * src/Makefile.am
5536         * src/logwindow.[ch]                    ** REMOVE **
5537         * src/mainwindow.c
5538         * src/prefs_common.c
5539         * src/gtk/Makefile.am
5540         * src/gtk/logwindow.[ch]                ** ADD **
5541                 make logwindow prefs_common independent and move
5542                 it to gtk directory
5544 2003-09-20 [christoph]  0.9.5claws22
5546         * src/compose.c
5547                 add extra space for address code conversion
5548                 (4 * unconvered size could be too small for short headers)
5550 2003-09-20 [christoph]  0.9.5claws21
5552         * src/compose.c
5553                 increase temp buffer size when writing headers
5555 2003-09-19 [darko]      0.9.5claws20
5557         * src/compose.c
5558                 don't ignore value of 'Save copy of outgoing messages to
5559                 this folder instead of Sent' in message redirect
5561 2003-09-17 [christoph]  0.9.5claws19
5563         * src/compose.c
5564                 use ", " as address seperator for mail headers and pass whole
5565                 header line at once to compose_convert_header to make sure
5566                 it is correctly folded
5568         (closes Bug 64 Problem when sending to many recipients)
5570 2003-09-17 [hoa]        0.9.5claws18
5571         
5572         * src/matcher.[ch]
5573           src/matcher_parser_parse.y
5574           src/prefs_matcher.c
5575                 changed the keyword used for command execution in condition
5576                 keyword is changed from "execute" to "test"
5577                 so that it is not the same as the one used for action.
5578                 This will fix a bug when using filtering dialog.
5579                 All semantic in the code is also changed to reflect
5580                 the keyword change.
5582 2003-09-17 [paul]
5583         
5584         * sync with 0.9.6 release
5586 2003-09-17 [paul]       0.9.5claws17
5588         * sync with 0.9.5cvs8
5589                 see ChangeLog 2003-09-16 and 2003-09-17
5591 2003-09-16 [paul]       0.9.5claws16
5593         * sync with 0.9.5cvs6
5594                 see ChangeLog 2003-09-16
5596 2003-09-15 [paul]       0.9.5claws15
5598         * sync with 0.9.5cvs5
5599                 see ChangeLog 2003-09-15
5601 2003-09-14 [alfons]     0.9.5claws14
5603         * src/inc.c
5604                 make "Go to inbox after receiving new mail" again;
5605                 regression of a sync, restored to sylpheed main 
5606                 behaviour. (misses still some bits)
5608 2003-09-14 [alfons]     0.9.5claws13
5610         * src/prefs_filtering_action.c
5611                 o add proper message if empty execute command line
5612                 o don't select first action item after registering a
5613                   new action to prevent (what seems to be a GTK) bug
5614                   #36, "filtering will only accept one action change 
5615                   per invocation".
5617 2003-09-14 [alfons]     0.9.5claws12
5619         * src/prefs_filtering.c
5620         * src/prefs_filtering_action.c
5621         * src/prefs_matcher.c
5622                 fix function signature for key_pressed_event signal handlers
5624 2003-09-14 [alfons]     0.9.5claws11
5626         * src/mainwindow.c
5627                 fix regression caused by fix for invalid bug #7
5628                 (should fix #246, "Multiple selections are deselected when 
5629                 moving from search window to main window")
5630                 
5631 2003-09-14 [alfons]     0.9.5claws10
5632         
5633         * src/actions.[ch]
5634         * src/filtering.[ch]
5635         * src/prefs_actions.c
5636                 allow `filtering actions` in actions; only for advanced users
5637                 right now: try for example, "%as{mark color 2}" 
5638         
5639 2003-09-13 [paul]       0.9.5claws9
5640         
5641         * po/pl.po
5642           po/zh_CN.po   ** NEW FILE **
5643                 update Polish translation, submitted by Emil 
5644                 <eminowbl@posejdon.wpk.p.lodz.pl>
5645                 add new Simplified Chinese translation, submitted by
5646                 Hansom Young <hansom_young@yahoo.com>
5648 2003-09-12 [alfons]     0.9.5claws8
5650         * src/summaryview.c
5651                 don't open separate message views when View | Separate message view
5652                 is active 
5653                 (please look carefully for any navigation regressions)
5655 2003-09-11 [alfons]     0.9.5claws7
5657         * src/mainwindow.c
5658                 make default message view, opened by View | Separate message 
5659                 view, look like a claws message view (which includes a menu
5660                 bar and a toolbar)
5661                 (fixes bug #298, "message view loses tool bar") 
5663 2003-09-11 [christoph]  0.9.5claws6
5665         * src/folderview.c
5666                 fix double deleting of newsgroup folders
5668         (closes Bug 305 crash after deleting of a newsgroup)
5670 2003-09-11 [paul]       0.9.5claws5
5672         * src/rfc2015.c
5673           src/common/utils.h
5674                 more sync'ing from 0.9.5cvs2
5676 2003-09-11 [christoph]  0.9.5claws4
5678         * src/compose.c
5679         * src/rfc2015.c
5680         * src/common/utils.h
5681                 fix sync with 0.9.5cvs2
5683 2003-09-11 [paul]       0.9.5claws3
5685         * sync with 0.9.5cvs4
5686                 see ChangeLog 2003-09-11
5688 2003-09-11 [paul]       0.9.5claws2
5690         * sync with 0.9.5cvs2
5691                 see ChangeLog 2003-09-05
5692                 
5693 2003-09-11 [paul]       0.9.5claws1
5695         * sync with 0.9.5cvs3
5696                 see ChangeLog 2003-09-10
5698 2003-09-10 [paul]       0.9.5claws
5700         * 0.9.5claws released
5702 2003-09-10 [paul]       0.9.4claws78
5704         * src/Makefile.am
5705                 add missing files
5707 2003-09-10 [melvin]     0.9.4claws77
5709         * po/fr.po
5710                 Updated French translations
5712 2003-09-10 [paul]       0.9.4claws76
5714         * po/es.po
5715           po/sk.po
5716           po/sr.po
5717                 update Spanish, Slovak, and Serbian translations.
5718                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5719                 and Urke MMI
5720                 
5721         * AUTHORS
5722                 add translation team section
5724 2003-09-09 [christoph]  0.9.4claws75
5726         * src/folder.c
5727                 free item->prefs in folder_item_destroy
5729 2003-09-09 [alfons]     0.9.4claws74
5731         * src/folderview.c
5732                 o proper check for root node sorting
5733                 o remove unnecessary gtk_ctree_remove_node 
5735         (should fix bug #300, "crash while moving folder")      
5737 2003-09-08 [christoph]  0.9.4claws73
5739         * src/folderview.c
5740                 o fix double adding of IMAP FolderItems to GtkCTree
5741                 o fix crash then mbox folder is removed
5743 2003-09-08 [christoph]  0.9.4claws72
5745         * src/folder.c
5746         * src/folderview.c
5747         * src/mainwindow.c
5748                 fix new folder notification
5750         * src/mbox_folder.c
5751                 fix cache path
5753 2003-09-08 [christoph]  0.9.4claws71
5755         * src/compose.c
5756                 replace '\n' and '\r' before removing trailing spaces
5758         * src/folder.[ch]
5759         * src/folderview.c
5760                 add information about new or removed items in folder tree change
5761                 notification and use this in folderview to add and remove only
5762                 the appected items and not refresh the whole tree
5764 2003-09-07 [match]      0.9.4claws70
5766         * src/Makefile.am
5767         * src/addr_compl.c
5768         * src/addressbook.c
5769         * src/addressitem.h
5770         * src/addrindex.c
5771         * src/addritem.c
5772         * src/addritem.h
5773         * src/addrquery.c                       ** NEW **
5774         * src/addrquery.h
5775         * src/ldapquery.c
5776         * src/ldapserver.c
5777         * src/stock_pixmap.c
5778         * src/stock_pixmap.h
5779         * src/pixmaps/address_search.xpm        ** NEW **
5780                 re-introduce Lookup button for LDAP 'static' searches.
5782 2003-09-07 [alfons]     0.9.4claws69
5783         
5784         * src/summaryview.c
5785                 abandon setting usize for messageview because it gives layout problems
5786                 with the quick search bar and the headerview; fixes assorted UI glitches:
5787                 
5788                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5789                 o bug #280, "Window resiizes for line length but does not revert"
5791 2003-09-07 [christoph]  0.9.4claws68
5793         * src/compose.c
5794                 o make sure we don't have any newlines in header values
5795                 o check custom headers for spaces and newlines and ignore
5796                   malformed header names
5798 2003-09-06 [christoph]  0.9.4claws67
5800         * src/folder.c
5801         * src/folderview.c
5802                 invoke notification hook for folder tree changes after append
5803                 and remove folder
5805         (closes Bug 294 Crash while moving folder with many subdirectories)
5807 2003-09-06 [christoph]  0.9.4claws66
5809         * src/folder.c
5810                 destroy folder's MsgCache if FolderItem is removed to make sure
5811                 it is not saved when the FolderItem is destroyed
5813 2003-09-06 [christoph]  0.9.4claws65
5815         * src/plugins/clamav/clamav_plugin.c
5816                 fix copy & paste bug
5818 2003-09-05 [christoph]  0.9.4claws64
5820         * src/folder.c
5821         * src/messageview.[ch]
5822         * src/procmsg.[ch]
5823         * src/summaryview.c
5824                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5825                 by MessageView to clear it when the message is deleted. Should
5826                 work even if messages are deleted in MainWindow or by
5827                 processing.
5829 2003-09-05 [alfons]     0.9.4claws63
5831         * src/messageview.c
5832                 deleting a message in a message view frees its msginfo, make 
5833                 messageview_update_all() aware of that (should fix bug #293,
5834                 "deleting message caused crash")
5836 2003-09-05 [melvin]     0.9.4claws62
5838         * src/action.c
5839                 Improve synchronous action exit code (fixes 
5840                 a ~5 seconds delay after action exit on RedHat 9)
5842 2003-09-04 [christoph]  0.9.4claws61
5844         * src/compose.c
5845         * src/rfc2015.c
5846         * src/common/utils.[ch]
5847                 add util function to create mime boundary and use it
5848                 in compose and gpg code
5850 2003-09-04 [alfons]     0.9.4claws60
5852         * src/folder.c
5853                 source folder item's GNode should already have been freed in 
5854                 a previous call to src->folder->klass->remove_folder()
5855                 (should fix bug #287, "crash when moving folders")
5857 2003-09-03 [thorsten]   0.9.4claws59
5859         * src/plugins/spamassassin/spamassassin_gtk.c
5860                 fix compile error
5862 2003-09-03 [christoph]  0.9.4claws58
5864         * src/plugins/spamassassin/spamassassin.[ch]
5865         * src/plugins/spamassassin/spamassassin_gtk.c
5866                 add timeout config option
5868 2003-09-03 [paul]       0.9.4claws57
5870         * po/sk.po      ** NEW FILE **
5871                 add Slovak translation. Submitted by Andrej Kacian 
5872                 <andrej@kacian.sk>
5874 2003-09-03 [paul]       0.9.4claws56
5876         * src/plugins/clamav/clamav_plugin_gtk.c
5877                 gui tweaks: replace a label with a tooltip, modify the
5878                 text, use gtk_check_button_new(); instead of
5879                 gtk_check_button_new_with_label("");
5881 2003-09-02 [alfons]     0.9.4claws55
5883         * src/gtk/filesel.c
5884                 remember last used dir when attaching multiple files (should fix
5885                 bug #290, "Attach File does not remember directory")
5887 2003-09-01 [paul]       0.9.4claws54
5889         * po/es.po
5890                 updated by Ricardo Mones Lastra
5892 2003-09-01 [alfons]     0.9.4claws53
5894         * src/gtk/gtkaspell.[ch]
5895                 be pedantic and strict and use const gchar * instead of guchar *
5897 2003-09-01 [alfons]     0.9.4claws52
5899         * src/mainwindow.c
5900         * src/summaryviewc.
5901                 re-enable Save As when multiple messages are selected
5903 2003-09-01 [paul]       0.9.4claws51
5905         * src/textview.c
5906                 g_free(trimmed_uri);
5908 2003-09-01 [paul]       0.9.4claws50
5910         * sync with 0.9.4cvs13
5911                 see ChangeLog 2003-09-01
5913 2003-09-01 [paul]       0.9.4claws49
5915         * src/textview.c
5916                 trim uri before sending to the statusbar
5917                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5918                 in the message window causes main S-C window to enlarge 
5919                 past screen edges'
5921 2003-09-01 [paul]       0.9.4claws48
5923         * sync with 0.9.4cvs12
5924                 see ChangeLog 2003-09-01
5926 2003-08-30 [christoph]  0.9.4claws47
5928         * src/compose.c
5929         * src/folder_item_prefs.[ch]
5930         * src/prefs_folder_item.c
5931         * src/gtk/gtkaspell.[ch]
5932                 commit per folder dictionary patch by
5933                 Paul Evans <nerd@freeuk.com>
5935 2003-08-30 [christoph]  0.9.4claws46
5937         * src/plugins/spamassassin/spamassassin_gtk.c
5938         * src/plugins/spamassassin/spamassassin_gtk.glade
5939                 reduce GUI clutter by placing hints into tooltips
5941 2003-08-30 [paul]       0.9.4claws45
5943         * src/compose.c
5944                 add 'Content-Disposition: inline' to a text/plain
5945                 part when using PGP/MIME signing
5947 2003-08-30 [paul]       0.9.4claws44
5949         * src/prefs_common.c
5950           src/prefs_spelling.c
5951           src/prefs_spelling.glade
5952                 reduce GUI clutter by placing hints into tooltips
5954 2003-08-29 [christoph]  0.9.4claws43
5956         * configure.ac
5957                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5959         * src/stock_pixmap.c
5960                 change unecessary warning into a debug message
5962         * src/plugins/clamav/Makefile.am
5963                 Fix error "-I$(CLAMAV_LIBS)"
5965 2003-08-29 [christoph]  0.9.4claws42
5967         * intl/Makefile.in
5968         * src/Makefile.am
5969         * src/matcher.h
5970         * src/common/Makefile.am
5971         * src/common/passcrypt.c
5972                 commit fixes and patches for some of the IRIX problems found by
5973                 Ivan Rayner <ivanr@sgi.com>
5975 2003-08-29 [paul]       0.9.4claws41
5977         * src/prefs_filtering.c
5978                 add 'Top' and 'Bottom' buttons, based on changes in
5979                 src/prefs_filter.c in 0.9.4cvs11.
5981 2003-08-27 [christoph]  0.9.4claws40
5983         * src/folderview.c
5984                 fix bug that the current summary settings were copied to the
5985                 wrong folder item, when the folder item prefs are opened.
5986                 Copying is not required because summary settings and
5987                 folder_item_prefs do not contain the same settings
5989 2003-08-27 [thorsten]   0.9.4claws39
5991         * src/imap.c
5992                 fix compile error
5994 2003-08-26 [paul]       0.9.4claws38
5996         * sync with 0.9.4cvs9
5997                 see ChangeLog 2003-08-26
5999 2003-08-25 [paul]       0.9.4claws37
6001         * sync with 0.9.4cvs8
6002                 see ChangeLog 2003-08-25
6004 2003-08-24 [christoph]  0.9.4claws36
6006         * src/prefs_filtering.c
6007                 shouldn't remove items from a GSList while iterating over the
6008                 list (makes cur invalid and cur->next not accessable)
6010         (closes Bug 272 i deleted an folder and some seconds later sylpheed
6011          crashed)
6013 2003-08-23 [christoph]  0.9.4claws35
6015         * src/news.c
6016                 news folders should be scanned when opened
6018 2003-08-22 [christoph]  0.9.4claws34
6020         * src/prefs_folder_item.c
6021                 use macro to assign strings that always frees the old string
6023         * src/gtk/gtkaspell.[ch]
6024                 add gtkaspell_set_dictionary_menu_active_item() to set active
6025                 item in dictionary option menu
6027         * src/prefs_spelling.c
6028                 use gtkaspell_set_dictionary_menu_active_item() to select
6029                 dictionary
6031 2003-08-21 [christoph]  0.9.4claws33
6033         * src/folder.[ch]
6034         * src/imap.c
6035         * src/mbox_folder.c
6036         * src/mh.c
6037         * src/news.c
6038                 optimize folder system
6040         * src/gtk/gtkstext.c
6041                 fix division by zero when font has 0 width for ' '
6043 2003-08-21 [paul]       0.9.4claws32
6045         * sync with 0.9.4cvs7
6046                 see ChangeLog 2003-08-20
6048 2003-08-19 [paul]       0.9.4claws31
6050         * src/common/defs.h
6051                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6052                 SYLDOC_FAQ_HTML_INDEX.
6053         * src/manual.c
6054                 use LC_MESSAGES instead of LC_ALL to find the current
6055                 language
6057           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6059 2003-08-19 [paul]       0.9.4claws30
6061         * po/bg.po
6062                 updated by George Danchev
6064 2003-08-18 [luke]       0.9.4claws29
6065         * src/mimeview.[ch]
6066         * src/gtk/gtkvscrollbutton.[ch]
6067                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6068                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6069                 o removed horizontal separator between icons
6071 2003-08-17 [christoph]  0.9.4claws28
6073         * src/procmsg.c
6074                 no subject threading when the subject has no reply prefix
6076 2003-08-16 [christoph]  0.9.4claws27
6078         * src/mainwindow.c
6079                 remember and restore window sizes and position when the main
6080                 window is hidden or shown
6082         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6083          minimised/reopened using trayicon)
6085 2003-08-16 [paul]       0.9.4claws26
6087         * src/crash.c
6088                 add #include "defs.h"
6090 2003-08-16 [paul]       0.9.4claws25
6092         * src/plugins/clamav/clamav_plugin.c
6093                 reword a debug_print
6094                 
6095         * src/plugins/dillo_viewer/dillo_prefs.c
6096                 cosmetic: change the labels' text, add tooltips, and
6097                 left-align the hint
6099 2003-08-15 [christoph]  0.9.4claws24
6101         * src/news.c
6102                 complete last change (forgot some changes)
6104 2003-08-15 [christoph]  0.9.4claws23
6106         * src/news.c
6107                 o check number of messages and don't return a 0 message
6108                   when no messages are available
6109                 o don't parse xref header anymore
6111         (closes Bug 203 I'm not getting any news)
6113 2003-08-15 [paul]       0.9.4claws22
6115         * src/common/defs.h
6116           src/crash.c
6117                 update and define claws bugzilla location
6119 2003-08-15 [paul]       0.9.4claws21
6121         * po/ru.po
6122                 update submitted by Ruslan N. Balkin
6124 2003-08-14 [christoph]  0.9.4claws20
6126         * src/procmsg.c
6127                 fix search for oldest node in subject threading
6129 2003-08-14 [christoph]  0.9.4claws19
6131         * src/procmsg.c
6132         * src/common/utils.h
6133                 add possibility to check all nodes with the same subject for
6134                 subject threading, not only the oldest node. Should not break
6135                 threads anymore if the oldest node is thread_by_subject_max_age
6136                 days older then parent, because it can now find a child of
6137                 oldest node as new parent.
6139 2003-08-11 [christoph]  0.9.4claws18
6141         * src/plugins/spamassassin/spamassassin.c
6142                 run spam check in background process
6144 2003-08-10 [alfons]     0.9.4claws17
6146         * src/summaryview.c
6147                 make `Select All' sensitive too
6149 2003-08-10 [christoph]  0.9.4claws16
6151         * src/imap.c
6152                 add more checks in imap_close
6154 2003-08-09 [alfons]     0.9.4claws15
6156         * src/prefs_spelling.c
6157                 no spell checking UI if not requested
6159 2003-08-09 [alfons]     0.9.4claws14
6161         * src/gtk/prefswindow.c
6162                 make it compile
6164 2003-08-09 [christoph]  0.9.4claws13
6166         * src/prefs_spelling.c
6167         * src/gtk/prefswindow.[ch]
6168         * src/plugins/clamav/clamav_plugin_gtk.c
6169         * src/plugins/spamassassin/spamassassin_gtk.c
6170                 sort prefs pages by heighest weight in tree
6172 2003-08-09 [paul]       0.9.4claws12
6174         * sync with 0.9.4cvs6
6175                 see ChangeLog 2003-08-07
6176                 
6177         * AUTHORS
6178                 add Leandro and Luke to claws-branch section
6180 2003-08-09 [christoph]  0.9.4claws11
6182         * src/gtk/Makefile.am
6183         * src/gtk/colorsel.[ch]                 ** NEW **
6184                 create a color selection dialog that can be used as a simple
6185                 function call with it's own gtk main loop like filesel.[ch]
6187         * src/Makefile.am
6188         * src/main.c
6189         * src/prefs_common.c
6190         * src/prefs_spelling.[ch]               ** NEW **
6191         * src/prefs_spelling.glade              ** NEW **
6192         * src/gtk/gtkutils.[ch]
6193                 move "Spell Checker" prefs to new prefs dialog
6195         * src/prefs_folder_item.c
6196                 use new colorsel dialog
6198 2003-08-08 [paul]       0.9.4claws10
6200         * src/inc.c
6201                 clear the progress bar unconditionally
6203 2003-08-08 [paul]       0.9.4claws9
6205         * sync with 0.9.4cvs4
6206                 see ChangeLog 2003-07-31
6208 2003-08-07 [christoph]  0.9.4claws8
6210         * configure.ac
6211                 fix bug in image viewer plugin part
6213         * src/imap.c
6214                 don't execute close command if the folder item is not selected
6216 2003-08-07 [hoa]        0.9.4claws7
6218         * src/filtering.[ch]
6219         * src/matcher_parser.h
6220         * src/matcher_parser_parse.y
6221                 can define several actions for each filtering rule
6222                 can import old versions of filtering rules
6224         * src/prefs_filtering.c
6225                 call to a new dialog box to define actions
6227         * src/prefs_filtering_action.[ch]
6228                 dialog box to define actions for filtering rules
6230 2003-08-06 [christoph]  0.9.4claws6
6232         * src/imap.c
6233                 make sure source folder is selected when copying messages
6235 2003-08-06 [christoph]  0.9.4claws5
6237         * sync with 0.9.4cvs2
6238                 see ChangeLog 2003-07-29                
6240 2003-08-05 [paul]       0.9.4claws4
6242         * sync with 0.9.4cvs3
6243                 see ChangeLog 2003-07-30
6245 2003-08-04 [match]      0.9.4claws3
6247         * po/POTFILES.in
6248                 export of LDIF files.
6250 2003-08-04 [match]      0.9.4claws2
6252         * src/ldif.[ch]
6253                 support for export LDIF. documented.
6254         * src/importldif.[ch]
6255         * src/exportldif.[ch]
6256                 add tooltips. documented.
6257         * src/exphtmldlg.[ch]
6258         * src/common/xmlprops.[ch]
6259                 documented.
6260         * src/exportldif.[ch]                   ** NEW **
6261         * src/expldifdlg.[ch]                   ** NEW **
6262         * src/addressbook.[ch]
6263         * src/Makefile.am
6264                 export of LDIF files.
6265                 documented.
6267 2003-08-04 [christoph]  0.9.4claws1
6269         * .cvsignore
6270         * Makefile.am
6271         * configure.ac
6272         * sylpheed-claws.pc.in                  ** NEW **
6273         * src/Makefile.am
6274         * src/common/Makefile.am
6275         * src/gtk/Makefile.am
6276                 install sylpheed header files in $(pkgincludedir) and create a
6277                 pkg-config file to allow building a plugin without the source
6278                 package
6280 2003-08-04 [paul]       0.9.4claws
6282         * version 0.9.4claws
6284 2003-08-04 [paul]       0.9.3claws97
6286         * po/es.po
6287                 update Spanish translation. Submitted by Ricardo
6288                 Mones Lastra.
6290 2003-08-03 [paul]       0.9.3claws96
6292         * po/hr.po
6293           po/sr.po
6294                 update Croatian and Serbian translations. Submitted by
6295                 Dragan and Urke MMI respectively
6297 2003-08-03 [alfons]     0.9.3claws95
6299         * src/summaryview.c
6300                 mark flag has precedence over important flag - seems
6301                 to have been changed in sync of 0.9.3claws45. this fixes
6302                 a regression where messages that were scored as important
6303                 don't show their mark flags. (using the same column for
6304                 both importance as mark flags is the real problem
6305                 ofcourse)
6307 2003-08-03 [melvin]     0.9.3claws94
6309         * po/fr.po
6310                 Updated French translations.
6312 2003-08-03 [melvin]     0.9.3claws93
6314         * src/Makefile.am
6315                 Fixed typo introduced after 0.9.3claws92 
6316                 that prevented compilation
6317                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6318                 CPPFLAGS and YFLAGS to allow user setting these.
6319         * src/common/Makefile.am
6320         * src/gtk/Makefile.am
6321         * src/plugins/clamav/Makefile.am
6322         * src/plugins/demo/Makefile.am
6323         * src/plugins/dillo_viewer/Makefile.am
6324         * src/plugins/image_viewer/Makefile.am
6325         * src/plugins/mathml_viewer/Makefile.am
6326         * src/plugins/spamassassin/Makefile.am
6327         * src/plugins/trayicon/Makefile.am
6328         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6329                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6330                 CPPFLAGS and YFLAGS to allow user setting these.
6332 2003-08-02 [christoph]  0.9.3claws92
6334         * configure.ac
6335                 o rearrange plugin tests
6336                 o add test for clamav.h to ClamAV tests
6338 2003-08-02 [luke]       0.9.3claws91
6340         * src/mimeview.c
6341                 o fixed appearance of icon list when toggling back from the 
6342                   ctree
6343                 o toggling of icons using the keyboard works correctly
6344                 o fixed all other keyboard shortcuts to work when icons are
6345                   active
6346         
6347         * src/messageview.c
6348                 o fixed bug 4 - focus lost when changing messageview view type
6350 2003-08-02 [christoph]  0.9.3claws90
6352         * src/common/hooks.c
6353                 fix crash when pointer stored in hash table could get invalid
6354                 when a plugin is unloaded
6356 2003-08-01 [christoph]  0.9.3claws89
6358         * configure.ac
6359                 o try to build all plugins (except spamassassin) by default
6360                 o don't build a plugin if a dependency check fails
6362         * src/common/hooks.c
6363                 fix warning
6365 2003-08-01 [match]      0.9.3claws88
6367         * src/importldif.c
6368                 allow single click field selection. document code.
6370 2003-08-01 [christoph]  0.9.3claws87
6372         * src/plugins/clamav/clamav_plugin.c
6373         * src/plugins/clamav/clamav_plugin_gtk.c
6374         * src/plugins/dillo_viewer/dillo_viewer.c
6375         * src/plugins/image_viewer/plugin.c
6376         * src/plugins/mathml_viewer/mathml_viewer.c
6377         * src/plugins/spamassassin/spamassassin.c
6378         * src/plugins/spamassassin/spamassassin_gtk.c
6379         * src/plugins/trayicon/trayicon.c
6380                 add version check to all plugins
6382 2003-08-01 [hoa]        0.9.3claws86
6384         * src/prefs_filtering.c
6385                 fixed a cosmetic bug, during creation of dialog box,
6386                 wrong widgets were shown after creation.
6388 2003-08-01 [luke]       0.9.3claws85
6390         * src/mainwindow.c
6391                 o fixed visibility of icons/mimeview after toggling separate
6392                   message/folder view (factored out some similar code too).
6395 2003-07-31 [alfons]     0.9.3claws84
6397         * src/mimeview.c
6398                 tweak icon box UI a bit more, now allowing right-clicks actions
6399                 getting the relevant mime data too; should fix #250, "Can't save 
6400                 attachments sometimes".
6402 2003-07-30 [alfons]     0.9.3claws83
6404         * src/compose.c
6405                 don't do auto-save-draft inside key press handler, but rather
6406                 schedule it half of a second later; should fix #67, "autosave 
6407                 make re-rediting message crazy"
6409 2003-07-30 [christoph]  0.9.3claws82
6411         * src/plugins/trayicon/trayicon.c
6412                 process pending events before unloading the plugin
6414         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6416 2003-07-30 [alfons]     0.9.3claws81
6418         * src/common/hooks.c
6419                 parameter 2 of g_hook_destroy() should really be a hook id
6421 2003-07-30 [alfons]     0.9.3claws80
6423         * src/common/plugin.c
6424                 fix a possibly harmful function signature mismatch 
6425                 for plugin_done
6427 2003-07-30 [alfons]     0.9.3claws79
6429         * src/common/hooks[.ch]
6430                 const correctness
6432 2003-07-30 [darko]      0.9.3claws78
6434         * src/summaryview.c
6435                 make it compile again
6437 2003-07-30 [luke]       0.9.3claws77
6439         * src/crash.c
6440         * src/main.c
6441                 o added/moved signal handlers for SIGTERM (normal kill command) 
6442                   and SIGINT (ctl-c) to be used even without 
6443                   --enable-crash-dialog, fixing bug 166
6445         * src/summaryview.c
6446                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6447                   bug 227
6449         * src/mainwindow.c
6450                 o changed sensitivity condition for 'Next new' and 'Next 
6451                   unread', fixing bug 8
6453 2003-07-29 [alfons]     0.9.3claws76
6455         * src/common/utils.[ch]
6456                 add generate_msgid()
6457         * src/messageview.c
6458                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6459                 sent folder".
6461 2003-07-29 [alfons]     0.9.3claws75
6463         * src/messageview.c
6464                 fix a memleak (claws-only)
6466 2003-07-29 [alfons]     0.9.3claws74
6468         * src/mimeview.[ch]
6469         * src/gtk/gtkvscrollbutton.[ch]
6470                 fix UI glitch where mime icon toolbox' scroll position is not 
6471                 reset after switching to another message
6472                 
6474 2003-07-29 [paul]       0.9.3claws73
6476         * src/prefs_folder_item.c
6477                 split the prefs into 2 separate pages
6479 2003-07-29 [paul]       0.9.3claws72
6481         * src/compose.c
6482                 prepend "\n\n" to a signature without a separator too
6484 2003-07-29 [paul]       0.9.3claws71
6486         * src/compose.c
6487                 fix bug where changing to an account without an auto-sig
6488                 from an initial account without an auto-sig would insert 
6489                 2 blank lines at the cursor point
6490                 fix bug where changing to an account with an auto-sig
6491                 from an initial account without an auto-sig would insert
6492                 the sig at the cursor point
6494 2003-07-29 [paul]       0.9.3claws70
6496         * src/folderview.c
6497                 use the colour from the folder pref unless the folder
6498                 has new messages
6500 2003-07-29 [alfons]     0.9.3claws69
6502         * src/procmsg.[ch]
6503         * src/messageview.c
6504         * src/procheader.c
6505                 rewrite return receipt request work a little bit (the former 
6506                 implementation presumably depended too much on the UI setting
6507                 flags). (we're losing the old pending flag.) 
6509 2003-07-28 [christoph]  0.9.3claws68
6511         * src/folder.c
6512         * src/imap.c
6513         * src/mh.c
6514         * src/procmsg.[ch]
6515                 fix copy to IMAP folder from other folder
6517 2003-07-28 [christoph]  0.9.3claws67
6519         * src/procmsg.c
6520                 fix sync of procmsg_get_message_file_list
6522 2003-07-28 [christoph]  0.9.3claws66
6524         * sync with 0.9.3cvs14
6525                 see ChangeLog 2003-07-18
6526         * sync with 0.9.3cvs17
6527                 see ChangeLog 2003-07-23
6529         (closes Bug 234 segmentation fault after sending out mail via
6530          smtp(auth))
6532 2003-07-28 [paul]       0.9.3claws65
6534         * po/es.po
6535                 update Spanish translation, submitted by Ricardo Mones
6536                 Lastra
6538 2003-07-28 [christoph]  0.9.3claws64
6540         * src/folder.[ch]
6541         * src/imap.c
6542         * src/mh.c
6543                 return new message numbers as a GRelation instead of a GSList
6544                 that has to be in the same order as the input list. A list
6545                 would make it hard for IMAP to optimize oepration by sorting
6546                 the input list. The returned list would have to be reordered
6547                 to match the same order that input list has.
6549         * src/gtk/gtkaspell.c
6550                 fix missing return value, could cause a crash when garbage is
6551                 on the stack that is used as the expected return value
6553 2003-07-28 [paul]       0.9.3claws63
6555         * sync with 0.9.4cvs1
6556                 see ChangeLog 2003-07-28
6558 2003-07-27 [alfons]     0.9.3claws62
6560         * src/mimeview.c
6561                 tweak it more to make icon list act like a check button group
6563 2003-07-27 [christoph]  0.9.3claws61
6565         * sync with 0.9.3cvs20
6566                 see ChangeLog 2003-07-25
6568 2003-07-27 [paul]       0.9.3claws60
6570         * src/procmsg.c
6571                 re-commit changes from 0.9.3claws58 -
6572                 accidently removed in 0.9.3claws59
6574 2003-07-27 [paul]       0.9.3claws59
6576         * src/procmsg.[ch]
6577                 a sync from 0.9.3cvs17
6578                 see ChangeLog 2003-07-23
6580 2003-07-27 [alfons]     0.9.3claws58
6582         * src/procmsg.c
6583                 add missing header members to MsgInfo; fixes the problem of 
6584                 not displaying X-Faces, as noticed by Ricardo Mones
6586 2003-07-26 [christoph]  0.9.3claws57
6588         * sync with 0.9.3cvs18
6589                 see ChangeLog 2003-07-24
6591 2003-07-26 [christoph]  0.9.3claws56
6593         * sync with 0.9.3cvs17
6594                 see ChangeLog 2003-07-23
6596 2003-07-26 [christoph]  0.9.3claws55
6598         * src/folder.[ch]
6599         * src/imap.c
6600         * src/mbox_folder.c
6601         * src/mh.c
6602         * src/news.c
6603                 add support for copy function that copy multiple messages
6604                 (not implemented yet)
6606         * src/summaryview.c
6607                 add missing return value
6609 2003-07-26 [paul]       0.9.3claws54
6611         * tools/multiwebsearch.pl
6612                 do whitespace substitution before passing the string
6613                 to the browser. fixes bug with browsers that don't
6614                 do whitespace conversion themselves.
6616 2003-07-25 [christoph]  0.9.3claws53
6618         * src/folder.[ch]
6619         * src/imap.c
6620         * src/mh.c
6621                 rewrite adding of multiple messages to a folder for
6622                 claws' folder system
6624 2003-07-25 [luke]       0.9.3claws52
6626         * src/mimeview.c
6627                 o icon toggles set correctly on leaving ctree mimeview
6629 2003-07-25 [paul]       0.9.3claws51
6631         * partial sync with 0.9.3cvs21 [src/main.c]
6632                 see ChangeLog 2003-07-25
6634 2003-07-24 [paul]       0.9.3claws50
6636         * tools/maildir2sylpheed.pl
6637                 fix typo
6639 2003-07-24 [paul]       0.9.3claws49
6641         * src/mimeview.c
6642                 increase the gutter size of paned so that the panes
6643                 can be resized
6644                 
6645         * src/plugins/demo/demo.c
6646                 squeeze in another typo fix
6648 2003-07-24 [paul]       0.9.3claws48
6650         * src/plugins/demo/demo.c
6651           src/prefs_account.c
6652                 small changes to the English
6653                 
6654         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6655           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6656           src/Makefile.am
6657           src/stock_pixmap.c
6658                 rename the misspelled icon
6660 2003-07-23 [alfons]     0.9.3claws47
6662         * src/mimeview.c
6663                 make icon list look like a list of toggles
6665 2003-07-23 [luke]       0.9.3claws46
6667         * src/pixmaps/mimeview_gpg_expired.xpm
6668         * src/pixmaps/mimeview_gpg_failed.xpm
6669         * src/pixmaps/mimeview_gpg_passed.xpm
6670         * src/pixmaps/mimeview_text_html.xpm
6671         * src/pixmaps/mimeview_image.xpm
6672                 o all icons the same size
6674         * src/mimeview.[ch]
6675                 o mimeview ctree arranged vertically above the viewer
6676                 o icons changed to buttons
6677                 o can use keyboard to select an icon (Enter)
6678                 o resize icon list to width of icons
6680         *  src/gtk/gtkvscrollbutton.c
6681                 o sensitivity of buttons reacts to position
6683 2003-07-23 [christoph]  0.9.3claws45
6685         * sync with 0.9.3cvs14 (incomplete)
6686                 see ChangeLog 2003-07-17
6688 2003-07-23 [alfons]     0.9.3claws44
6690         * src/folder.c
6691         * src/procmsg.h
6692                 sync with my local tree to restore some claws-only things
6694 2003-07-23 [paul]       0.9.3claws43
6696         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6697           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6698           src/Makefile.am
6699           src/mimeview.c
6700           src/procmime.h
6701           src/rfc2015.c
6702           src/stock_pixmap.[ch]
6703                 indicate missing keys and expired sigs/keys
6704                 in mime view column
6706 2003-07-23 [paul]       0.9.3claws42
6708         * src/compose.c
6709                 Redirect fixes: enable automatic account selection and
6710                 do not append signature to message on changing account
6711                 fixes Bug[s] #248
6713 2003-07-23 [paul]       0.9.3claws41
6715         * sync with 0.9.3cvs16
6716                 see ChangeLog 2003-07-23
6718 2003-07-23 [alfons]     0.9.3claws40
6720         * src/inc.c
6721                 give progress dialog a main window, and give it the first 
6722                 one (presumably the only one). fixes bug #247, "segfault on 
6723                 pop-before-smtp" 
6725 2003-07-22 [alfons]     0.9.3claws39
6727         * src/summaryview.c
6728                 shift-space scrolls up
6730 2003-07-22 [paul]       0.9.3claws38
6732         * sync with 0.9.3cvs15
6733                 see ChangeLog 2003-07-22
6735 2003-07-20 [alfons]     0.9.3claws37
6737         * src/compose.c
6738                 put menu inside #ifdef USE_ASPELL..#endif
6740 2003-07-20 [christoph]  0.9.3claws36
6742         * src/procmsg.c
6743                 fix wrong flags in MsgInfo returned by
6744                 procmsg_msginfo_get_full_info()
6746         (closes Bug 221 Deleting messages from the Message View gives incorrect
6747          new/unread message counts in the folder view)
6749         * src/plugins/spamassassin/spamassassin_gtk.c
6750                 add gettext macro for prefs page title
6752 2003-07-20 [paul]       0.9.3claws35
6754         * src/mimeview.c
6755                 redraw icon list on signature check
6757 2003-07-20 [christoph]  0.9.3claws34
6759         * src/Makefile.am
6760         * src/account.c
6761         * src/folder.[ch]
6762         * src/folder_item_prefs.[ch]            ** NEW **
6763         * src/folderview.c
6764         * src/mainwindow.c
6765         * src/mh.c
6766         * src/prefs_gtk.c
6767         * src/prefs_scoring.c
6768         * src/summaryview.c
6769         * src/prefs_folder_item.[ch]
6770                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6771                   Properties dialog
6772                 o use prefswindow for folder properties
6774         * src/gtk/prefswindow.[ch]
6775                 change implementation to use an invisible notebook instead
6776                 of unparenting widgets
6778 2003-07-20 [christoph]  0.9.3claws33
6780         * src/compose.h
6781         * src/folder.c
6782         * src/folderview.h
6783         * src/headerview.h
6784         * src/prefs_filtering.h
6785         * src/prefs_folder_item.[ch]
6786         * src/procmime.h
6787         * src/procmsg.h
6788         * src/summaryview.h
6789                 clean up header mess
6790                 (always use 1. typedefs, 2. #includes, 3. structures)
6792         * src/common/version.h.in
6793                 add casts for constants
6795         * src/plugins/demo/demo.c
6796                 fix typo
6798         * src/plugins/spamassassin/spamassassin.c
6799                 remove unused variable
6801 2003-07-20 [alfons]     0.9.3claws32
6803         * src/mimeview.c
6804                 o make icon buttons respond on left click
6805                 o minor cosmetic change
6807 2003-07-19 [luke]       0.9.3claws31
6809         * src/mimeview.[ch]
6810         * src/gtk/gtkvscrollbutton.c
6811         * src/messageview.c
6812                 o improved mimeview behaviour when selecting a new message
6813                 o plus code cleanups to remove compile warnings
6816 2003-07-19 [alfons]     0.9.3claws30
6818         * src/procmsg.c
6819         * src/compose.c
6820         * src/common/utils.[ch]
6821                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6823 2003-07-19 [alfons]     0.9.3claws29
6825         * src/prefs_folder_item.c
6826                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6827                 string pointers
6829 2003-07-19 [luke]       0.9.3claws28
6831         * src/messageview.c
6832         * src/mimeview.[ch]
6833         * src/procmime.h
6834         * src/rfc2015.c
6835         * src/stock_pixmap.[ch]
6836         * src/gtk/Makefile.am
6837         * src/Makefile.am
6838         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6839         * src/pixmaps/mime_*.xpm                ** NEW **
6840                 o mimeview rearrangement with a new icon shortcut bar
6842 2003-07-19 [alfons]     0.9.3claws27
6844         * src/folderview.c
6845                 o plug leaking nodes_to_recollapse
6846                 o add folderview_recollapse_all_nodes() (not used yet)
6848 2003-07-19 [alfons]     0.9.3claws26
6850         * src/compose.c
6851         * src/common/utils.c
6852                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6853                 for both forwarding as replying
6855 2003-07-18 [christoph]  0.9.3claws25
6857         * configure.ac
6858         * src/common/sylpheed.[ch]
6859         * src/common/version.h.in
6860                 add version in numeric form to allow easy comparison
6862         * src/plugins/demo/demo.c
6863                 add version check
6864                 - sylpheed version > plugin version => never allowed, sylpheed
6865                   could contain unknown API changes
6866                 - sylpheed version < minimum version required => don't load,
6867                   API required not available (if linking does not fail)
6869 2003-07-18 [alfons]     0.9.3claws24
6870         
6871         * src/common/plugin.[ch]
6872                 const correctness
6874 2003-07-18 [christoph]  0.9.3claws23
6876         * src/common/hooks.c
6877                 fix crash when hooks where unregisted
6879         * src/plugins/trayicon/trayicon.c
6880                 unregister detroy signal before destroying the widget
6881                 (still crashes when the plugin is unloaded)
6883 2003-07-18 [alfons]     0.9.3claws22
6884         
6885         * src/folderview.c
6886                 delay expanding folder tree during drags until timeout triggered
6887                 (needs perhaps some tweaking, so testing is welcome)
6889 2003-07-17 [alfons]     0.9.3claws21
6891         * src/folderview.c
6892                 clean up cruft
6894 2003-07-17 [christoph]  0.9.3claws20
6896         * src/common/session.c
6897                 fix opening of SSL connections
6899         * src/plugins/image_viewer/Makefile.am
6900                 add OPENSSL_CFLAGS (we should find a better solution to remove
6901                 this dependencies if they are not required)
6903         * src/plugins/spamassassin/spamassassin.c
6904                 remove setlocale workaround (fixed in libspamc)
6906         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6907          if spell checking enabled)
6909 2003-07-17 [alfons]     0.9.3claws19
6911         * src/common/hooks.[ch]
6912         * src/plugins/clamav/clamav_plugin.c
6913         * src/plugins/spamassassin/spamassassin.c
6914         * src/plugins/trayicon/trayicon.c
6915                 fix signedness muck 
6917 2003-07-17 [alfons]     0.9.3claws18
6919         * src/procmime.c
6920                 plug memleak
6922 2003-07-17 [alfons]     0.9.3claws17
6924         * src/inc.c
6925                 plug memleak
6927 2003-07-17 [paul]       0.9.3claws16
6929         * src/common/defs.h
6930           src/mainwindow.c
6931           src/manual.[ch]
6932                 add link to the Claws site's FAQ page, after the suggestion
6933                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6934                 Move url strings to defs.h
6935                 
6936         * src/mainwindow.c
6937                 fix typo to prevent "unknown menu entry" warnings
6939 2003-07-17 [alfons]     0.9.3claws15
6941         * src/folderview.[ch]
6942         * src/summaryview.[ch]
6943         * src/mimeview.[ch]
6944                 plug DnD leaks 
6946 2003-07-17 [paul]       0.9.3claws14
6948         * src/inc.c
6949                 remove two instances of 'GTK_EVENTS_FLUSH' because
6950                 they are unnecessary and probably cause a stack overflow
6952 2003-07-16 [christoph]  0.9.3claws13
6954         * src/mimeview.[ch]
6955                 use an invisible GTK notebook to switch between viewers
6956                 instead of reparenting widgets
6958 2003-07-16 [christoph]  0.9.3claws12
6960         * src/folder.c
6961                 move folder_item_update_freeze() to correct place in
6962                 folder_item_scan_full()
6964 2003-07-16 [paul]       0.9.3claws11
6966         * sync with 0.9.3cvs12
6967                 see ChangeLog 2003-07-14 and 2003-07-15
6969 2003-07-16 [christoph]  0.9.3claws10
6971         * src/imap.[ch]
6972         * src/prefs_account.[ch]
6973                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6975 2003-07-15 [alfons]     0.9.3claws9
6977         * src/main.c
6978                 make --config-dir do something useful
6980 2003-07-15 [alfons]     0.9.3claws8
6982         * src/procmsg.c
6983                 o fix a bug where 'last' didn't really point to the last message
6984                   in the top level list of children, but to the last threaded
6985                   message. 
6986                 
6987                 o clean up and make it easier to sync
6989 2003-07-15 [alfons]     0.9.3claws7
6991         * src/mainwindow.c
6992                 make correct menu items sensitive       
6994 2003-07-14 [alfons]     0.9.3claws6
6996         * src/procmsg.c
6997                 tune the threader so it will not subject-thread any message
6998                 without a subject prefix (this will not thread correctly if 
6999                 a parent is delivered after their childs, but it looks 
7000                 better right now)
7002 2003-07-13 [christoph]  0.9.3claws5
7004         * src/mainwindow.c
7005                 group "Add mailbox *..." menu items in submenu
7007 2003-07-13 [alfons]     0.9.3claws4
7009         * src/summaryview.c
7010                 correct summary_toggle_pressed() signature and make sure
7011                 signal is not passed on
7013 2003-07-13 [alfons]     0.9.3claws3
7015         * src/summaryview.c
7016                 o for now don't pass on keys when they we're handled by 
7017                   ctree::key_press_event
7018                 o clean up
7020 2003-07-13 [alfons]     0.9.3claws2
7021         
7022         * src/main.c
7023                 add command line option "--config-dir" to get the current 
7024                 configuration dir
7026 2003-07-12 [alfons]     0.9.3claws1
7028         * src/matcher.[ch]
7029         * src/matcher_parser_parse.y
7030         * src/prefs_filtering.c
7031         * src/filtering.c
7032                 add "Lock" filter action to lock messages;
7034         * src/filtering.c       
7035                 remove debug_print()    
7036         * src/prefs_filtering.c
7037                 re-organize matcher part 9: 
7038                 make action text entries easily extendible;
7039                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
7040                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
7042 2003-07-12 [paul]
7044         * tools/README
7045                 update old information and add missing
7046                 information
7048 2003-07-12 [paul]       0.9.3claws
7050         * 0.9.3claws released
7051         
7052 2003-07-12 [paul]       0.9.0claws103
7054         * src/Makefile.am
7055                 add addrquery.h
7057 2003-07-12 [melvin]     0.9.0claws102
7059         * src/messageview.c
7060                 Fixed bug #215: Show MIME tab for single text/html messages. 
7061                 
7062 2003-07-12 [paul]       0.9.0claws101
7064         * man/sylpheed.1
7065                 updated
7067 2003-07-12 [paul]       0.9.0claws100
7069         * po/es.po
7070           po/hr.po
7071           po/pl.po
7072           po/sr.po
7073                 update Spanish, Croatian, Polish, Serbian translations.
7074                 submitted by Ricardo Mones Lastra, Dragan, Witold
7075                 Wladyslaw Wojciech Wilk, Urke MMI
7077 2003-07-12 [melvin]     0.9.0claws99
7079         * po/fr.po
7080                 Updated French translations.
7082 2003-07-12 [paul]       0.9.0claws98
7084         * src/addressbook.c
7085                 disable 'Lookup' button as it has no effect
7087 2003-07-11 [alfons]     0.9.0claws97
7088         
7089         * src/summaryview.c
7090                 summary_searchbar_pressed() should return TRUE to signal that
7091                 event was handled. when returning void, the return value passed
7092                 to GTK is actually random, but maybe FALSE, in which case the
7093                 event is handled by parent
7094                 
7095 2003-07-10 [paul]       0.9.0claws96
7097         * ac/missing/gettext.m4
7098                 update to version 0.12
7100 2003-07-10 [paul]       0.9.0claws95
7102         * src/plugins/clamav/clamav_plugin.c
7103                 fix bug where multipart/alternative messages
7104                 would slip through without being scanned
7106 2003-07-10 [christoph]  0.9.0claws94
7108         * src/folder.c
7109                 correct check if folder supports removing when a message is
7110                 moved. if not the message is only copied.
7112         (closes Bug 132 crash on startup in newsgroups folders)
7114 2003-07-09 [alfons]     0.9.0claws93
7116         * configure.ac
7117         * src/common/defs.h
7118                 --with-config-dir (default .sylpheed)
7120 2003-07-09 [christoph]  0.9.0claws92
7122         * configure.ac
7123                 use PKG_CHECK_MODULES to check for gtkmathview
7124                 (version 0.4.2 now required)
7126 2003-07-08 [melvin]     0.9.0claws91
7128         * src/action.c
7129                 Implemented a progress bar that counts the number of completed
7130                 tasks when the action runs more than one command.
7132 2003-07-08 [alfons]     0.9.0claws90
7134         * src/procmsg.c
7135                 if queued message has an invalid Message-Id, don't try to
7136                 find message it refers to (fixes #209 "crash when processing 
7137                 in folder")
7139 2003-07-08 [paul]       0.9.0claws89
7141         * sync with 0.9.3cvs2
7142                 see ChangeLog 2003-07-08
7144 2003-07-08 [match]      0.9.0claws88
7146         * src/ldapctrl.c
7147                 extend LDAP search for first/last name by parsing search term.
7149 2003-07-08 [alfons]     0.9.0claws87
7151         * src/send_message.c
7152                 fix bug #208 "Status message stuck when sending on POP3 account"
7154 2003-07-07 [paul]       0.9.0claws86
7156         * po/hr.po
7157                 new Croatian translation, submitted by
7158                 Dragan <drleskov@inet.hr>
7160 2003-07-07 [paul]       0.9.0claws85
7162         * sync with 0.9.3cvs1
7163                 see ChangeLog 2003-07-07
7165 2003-07-05 [christoph]  0.9.0claws84
7167         * src/Makefile.am
7168         * src/messageview.c
7169         * src/mimeview.[ch]
7170         * src/stock_pixmap.[ch]
7171         * src/pixmaps/messageview_text.xpm              ** NEW **
7172                 move mimeview tabs to the right side and use icons
7173                 instead of text to save some space
7175         (patch by Luke Plant <lukeplant@softhome.net>)
7177 2003-07-05 [christoph]  0.9.0claws83
7179         * src/inc.c
7180                 add NULL pointer checks
7182         (patch by Luke Plant <lukeplant@softhome.net>)
7183         (closes Bug 204 0.9.0 quits on authentication error?!)
7185 2003-07-05 [alfons]     0.9.0claws82
7187         * configure.ac
7188                 take the clue in bug #202 "./configure script - 
7189                 'if test' comparison failure" reported by John Kristoff. 
7191 2003-07-04 [christoph]  0.9.0claws81
7193         * src/plugins/spamassassin/spamassassin.c
7194                 set timeout for spam check
7196 2003-07-04 [christoph]  0.9.0claws80
7198         * src/main.c
7199                 destroy all FolderItems when shutting down to
7200                 allow folders to clean up
7202 2003-07-04 [melvin]     0.9.0claws79
7204         * src/gtk/gtkaspell.c
7205                 Fixed bug #184 "Entering non-ascii character deletes
7206                 previous char if spell checking enabled": this makes
7207                 the spell checking in multibytes (e.g. UTF-8)locales work.
7208                 (Patch by Luke Plant).
7209                 
7210 2003-07-04 [christoph]  0.9.0claws78
7212         * sync with 0.9.2cvs1
7213                 see ChangeLog 2003-06-10
7215 2003-07-04 [paul]       0.9.0claws77
7217         * sync with 0.9.3 release
7218                 see ChangeLog 2003-07-04
7220 2003-07-03 [christoph]  0.9.0claws76
7222         * src/folder.[ch]
7223         * src/imap.c
7224         * src/mbox_folder.c
7225         * src/mh.c
7226         * src/news.c
7227                 move folder_item_get_path() stuff into a folder virtual function
7229         * src/procmsg.c
7230                 use folder_item_fetch_msg() to get message and do not contruct
7231                 the filename from path and number
7233 2003-07-03 [paul]       0.9.0claws75
7235         * sync with 0.9.2cvs12
7236                 see ChangeLog 2003-07-03
7238 2003-07-02 [paul]       0.9.0claws74
7240         * src/messageview.c
7241                 fix text-selection for replying
7243 2003-07-02 [paul]       0.9.0claws73
7245         * sync with 0.9.2cvs11
7246                 see ChangeLog 2003-07-02
7248 2003-07-02 [paul]       0.9.0claws72
7250         * src/procmsg.c
7251                 revert last commit because it breaks more
7252                 than it fixes
7254 2003-07-02 [paul]       0.9.0claws71
7256         * src/procmsg.c
7257                 fix thread by subject/sort by date
7259 2003-07-01 [paul]       0.9.0claws70
7261         * sync with 0.9.2cvs10
7262                 see ChangeLog 2003-07-01
7264 2003-06-30 [paul]       0.9.0claws69
7266         * sync with 0.9.2cvs9
7267                 see ChangeLog 2003-06-30
7269 2003-06-28 [match]      0.9.0claws68
7271         * src/addressbook.c
7272                 fix null ptr.
7274 2003-06-27 [paul]       0.9.0claws67
7276         * sync with 0.9.2cvs7
7277                 see ChangeLog 2003-06-27
7279 2003-06-26 [christoph]  0.9.0claws66
7281         * src/folder.c
7282                 freeze folder updates while a folder is scanned
7284         (closes Bug 185 New message counter)
7286 2003-06-26 [darko]      0.9.0claws65
7288         * src/ldapserver.c
7289                 fix infinite loop when adding a new LDAP server
7291 2003-06-26 [paul]       0.9.0claws64
7293         * sync with 0.9.2cvs6
7294                 see ChangeLog 2003-06-26
7296 2003-06-26 [paul]       0.9.0claws63
7298         * sync with 0.9.2cvs5
7299                 see ChangeLog 2003-06-25 and 2003-06-26
7301 2003-06-25 [match]      0.9.0claws62
7303         * src/addr_compl.c
7304                 Fixed tab/backtab for dropped-down completion list to
7305                 move next/previous field. (close bug 147)
7307 2003-06-25 [christoph]  0.9.0claws61
7309         * src/addr_compl.[ch]
7310         * src/addrindex.[ch]
7311         * src/folderview.c
7312         * src/inc.c
7313         * src/news.c
7314         * src/summaryview.c
7315         * src/toolbar.c
7316                 fix warnings
7318 2003-06-25 [leandro]    0.9.0claws60
7320         * src/compose.c
7321                 o cleanups
7322                 o gray out "Message/Remove references" menu item if not
7323                   replying to a message
7325 2003-06-24 [leandro]    0.9.0claws59
7327         * src/compose.[ch]
7328                 o removed "Message/Create new thread" menu item
7329                 o added "Message/Remove references" menu item
7330                   (it's off by default and will not check anymore
7331                    if the subject changed)
7333 2003-06-23 [alfons]     0.9.0claws58
7335         * src/procmsg.c
7336                 try better grouping messages threaded by subject based on their age.
7337                 still not perfect - because the message tree is not sorted by date.  
7339 2003-06-23 [thorsten]   0.9.0claws57
7341         * src/pop.[ch]
7342                 added mail_receive_hook to allow modifications
7343                 directly after retrieval (e.g. adding headers).
7345 2003-06-23 [paul]       0.9.0claws56
7347         * src/sourcewindow.c
7348                  enable the use of Ctrl+A to select all text in
7349                  the sourcewindow
7350                  Patch submitted by Ivan Francolin Martinez
7351                  <ivanfm@users.sourceforge.net>
7353 2003-06-22 [christoph]  0.9.0claws55
7355         * src/folder.[ch]
7356                 o add notification hook for folder tree changes
7357                 o invoke hooks after folder tree scanning
7359         * src/folderview.[ch]
7360                 register hook for folder tree changes that
7361                 updates the ctree
7363         (there are more places that should be updated, like add, remove 
7364          or move folder)
7366         (closes Bug 164 Crash on rebuild folder tree)
7367         (closes Bug 190 Crash on 'rebuilding folder tree')
7369 2003-06-21 [leandro]    0.9.0claws54
7371         * src/compose.[ch]
7372                 create a new thread if subject changes
7373                 (it's on by default, can be disabled in Message menu)
7375 2003-06-21 [alfons]     0.9.0claws53
7377         * src/summaryview.c
7378                 quiet little compiler
7380 2003-06-21 [christoph]  0.9.0claws52
7382         update gettext stuff to version 0.12
7384 2003-06-19 [alfons]     0.9.0claws51
7386         * src/common/log.c
7387         * src/common/plugin.c
7388                 move defs.h before glib.h to prevent MIN/MAX redefs
7390 2003-06-19 [alfons]
7392         * src/addressbook.c
7393                 translatable
7395 2003-06-19 [match]      0.9.0claws50
7397         * src/addressbook.[ch]
7398         * src/addrindex.[ch]
7399         * src/addr_compl.[ch]
7400         * src/editldap.[ch]
7401         * src/editldap_basedn.[ch]
7402         * src/addritem.[ch]
7403         * src/ldapquery.h
7404                 re-implemented dynamic LDAP search. works without
7405                 slowdown on display sender with addressbook
7406                 option.
7407         * src/addrbook.c
7408                 documented code.
7410 2003-06-19 [paul]       0.9.0claws49
7412         * src/compose.c
7413                 fix Bug #136 'Nonprovided quotation marks crash claws'
7414                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7416 2003-06-19 [alfons]     0.9.0claws48
7418         * src/prefs_common.[ch]
7419         * src/procmsg.c
7420                 restrict threading by subject by checking thread for
7421                 age (prefs_common.thread_by_subject_max_age)
7423 2003-06-18 [christoph]  0.9.0claws47
7425         * src/imap.c
7426                 fix memory leak in imap_cmd_fetch()
7428 2003-06-18 [christoph]  0.9.0claws46
7430         * src/prefs_gtk.c
7431                 fix memory leak in prefs_set_default() when used multiple
7432                 times or after prefs have been read
7434 2003-06-18 [christoph]  0.9.0claws45
7436         * src/common/plugin.c
7437                 fix memory leak in plugin_unload()
7439 2003-06-18 [christoph]  0.9.0claws44
7441         * src/imap.c
7442                 fix memory leak in imap_cmd_ok()
7444 2003-06-18 [christoph]  0.9.0claws43
7446         * src/folder.c
7447                 stop messages that are downloaded from POP3 and added to
7448                 an IMAP inbox from being filtered twice (first by POP3
7449                 and again when IMAP folder is scaned to get the UID of
7450                 the APPEND operation when no UIDPLUS is available)
7452 2003-06-18 [alfons]
7454         * tools/Makefile.am
7455                 phoenix <- firebird     
7457 2003-06-18 [paul]
7459         * tools/launch_phoenix          ** REMOVED **
7460           tools/launch_firebird         ** NEW **
7461                 renamed and edited to reflect the browser's name change from
7462                 'phoenix' to 'firebird'
7464 2003-06-18 [paul]       0.9.0claws42
7466         * sync with 0.9.2cvs2
7467                 see ChangeLog 2003-06-16
7469 2003-06-17 [alfons]     0.9.0claws41
7471         * src/procmsg.c
7472                 prevent threading problems when a node is an ancestor (parent / great parent),
7473                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7474                 for finding an sample set of messages)
7476 2003-06-16 [christoph]  0.9.0claws40
7478         * src/main.c
7479                 don't popup main window on --receive or --receive-all
7481         * src/mainwindow.[ch]
7482         * src/plugins/trayicon/trayicon.c
7483                 allow hiding of main window by clicking on the trayicon
7484                 (doesn't work correctly in seperate window mode and may
7485                  cause unexpected GTK problems I couldn't find yet)
7487         * src/common/ssl.c
7488                 remove incorrect warning
7490 2003-06-15 [alfons]     0.9.0claws39
7492         * src/gtk/gtkstext.c
7493                 don't output debug text;
7494                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7495                 for pointing this out);
7497 2003-06-14 [alfons]     0.9.0claws38
7498         
7499         * src/messageview.c
7500                 remove printf() and make one if..else comply with coding style
7502 2003-06-14 [alfons]     0.9.0claws37
7504         * AUTHORS
7505                 add Martin Wicke
7506         * src/action.c
7507         * src/messageview.[ch]
7508         * src/summaryview.c
7509                 apply patch #754162 "Quoting messages filtered by actions" submitted
7510                 by Martin Wicke, which allows quoting message body changed by an
7511                 action (Thanks!).
7513 2003-06-13 [alfons]     0.9.0claws36
7515         * src/utils.c
7516                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7517                 use case insensitive regexp (suggested by Ivan Martinez)
7519 2003-06-13 [christoph]  0.9.0claws35
7521         * configure.ac
7522         * src/plugins/trayicon/Makefile.am
7523         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7524         * src/plugins/trayicon/trayicon.c
7525         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7526         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7527         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7528         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7529         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7530         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7531                 replace my own EggTrayIcon backport with the backport
7532                 used by (l|x)mule and gabber.
7534 2003-06-13 [alfons]     0.9.0claws34
7536         * AUTHORS
7537         * src/common/utils.c
7538                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7540 2003-06-13 [alfons]     0.9.0claws33
7542         * src/compose.c
7543                 clean up a little bit
7545 2003-06-12 [alfons]     0.9.0claws32
7547         * src/compose.c
7548                 const correctness fix
7550         * src/common/sylpheed.[ch]
7551                 () -> (void)
7552                 prevent redef MIN/MAX
7553                 
7554         * src/common/utils.[ch]
7555                 () -> (void)
7557 2003-06-12 [melvin]     0.9.0claws31
7559         * src/compose.c
7560                 Updated to take into accounts changes in GtkAspell.
7562 2003-06-12 [alfons]     0.9.0claws30
7564         * src/compose.c
7565         * src/procmsg.c
7566         * src/common/utils.[ch]
7567                 handle reply subject prefixes better (initial 
7568                 suggestion by Robert Story adapted and enhanced 
7569                 using regexps)
7571 2003-06-12 [melvin]     0.9.0claws29
7573         * src/compose.c
7574                 Use new gtkaspell_checkers_strerror() to get the speller's
7575                 error message instead of accessing the (now private)
7576                 checkers structure.
7577                 Minor code clean up
7579         * src/main.c
7580                 Use #ifdef instead of #if for USE_ASPELL
7581                 Use the new spell checkers init/quit functions 
7583         * src/gtk/gtkaspell.c
7584                 Use #ifdef instead of #if for USE_ASPELL
7585                 Moved in the majority of GtkAspell structures that were
7586                 exported before by gtkaspell.h
7587         
7588         * src/gtk/gktaspell.h
7589                 Made gtkaspell.h contain only the necessary data to be
7590                 publicized by moving many structures to gtkaspell.c.
7591                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7592                 gtkaspell_checkers_new(): replaced by...
7593                 gtkaspell_checkers_init(): new function for initialization
7594                 gtkaspell_checkers_delete(): replaced by...
7595                 gtkaspell_checkers_quit(): new function
7596                 gtkaspell_checkers_strerror(): new function that returns
7597                 the checker's last error message.
7598                 
7599 2003-06-11 [melvin]     0.9.0claws28
7601         * po/POTFILES.in
7602                 Updated to take into account gtkaspell.c migration to
7603                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7605 2003-06-10 [alfons]     0.9.0claws27
7607         * src/filtering.[ch]
7608         * src/folder.c
7609         * src/matcher.c
7610         * src/scoring.[ch]
7611                 - try fixing bug #18 (any brave testers?)
7612                 - add more robustness by refusing previously 
7613                   unchecked NULL pointers 
7615 2003-06-10 [alfons]     0.9.0claws26
7617         * src/procmsg.c
7618                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7620 2003-06-09 [alfons]     0.9.0claws25
7622         * src/prefs_common.c
7623                 fix bug #163 "Icon switching doesnt work properly" by 
7624                 preventing early freeing of prefs_common.pixmap_theme_path.
7626 2003-06-09 [christoph]  0.9.0claws24
7628         * src/gtk/gtkaspell.c
7629                 revert Thorsten's fix and add forgotten g_strdup for
7630                 aspell path (it should not be possible to alter the path a
7631                 GtkASpell uses from outside)
7633 2003-06-09 [thorsten]   0.9.0claws23
7635         * src/gtk/gtkaspell.c
7636                 dont free prefs_common.aspell_path when closing compose
7638 2003-06-08 [colin]      0.9.0claws22
7640         * src/plugins/spamassassin/spamassassin.c
7641                 fix prefs types
7643 2003-06-07 [christoph]  0.9.0claws21
7645         * src/Makefile.am
7646         * src/compose.c
7647         * src/gtkaspell.[ch]            ** REMOVE **
7648         * src/gtk/Makefile.am
7649         * src/gtk/gtkaspell.[ch]        ** NEW **
7650                 o make gtkaspell independent from sylpheed's prefs
7651                 o move gtkaspell.[ch] to gtk directory
7653 2003-06-07 [christoph]  0.9.0claws20
7655         * src/Makefile.am
7656         * src/crash.c
7657         * src/export.c
7658         * src/filesel.[ch]              ** REMOVE **
7659         * src/folder.c
7660         * src/main.[ch]
7661         * src/common/sylpheed.[ch]
7662         * src/gtk/Makefile.am
7663         * src/gtk/filesel.[ch]          ** NEW **
7664         * src/gtk/pluginwindow.c
7665         * src/gtk/sslcertwindow.c
7666                 move filesel.[ch] to gtk directory
7668 2003-06-07 [alfons]     0.9.0claws19
7670         * src/filesel.c
7671                 make (multi) file selection dialog work again (Claws-only)
7673 2003-06-07 [thorsten]   0.9.0claws18
7675         * po/de.po
7676                 fix typos
7678 2003-06-07 [alfons]     0.9.0claws17
7680         * configure.ac
7681         * src/mimeview.c
7682                 detect apache mishap in which case don't include fnmatch.h
7683                 if regex.h is already included
7685 2003-06-06 [christoph]  0.9.0claws16
7687         * configure.ac
7688         * src/mimeview.h
7689                 add check for fnmatch.h and include it when available
7691         * src/mimeview.[ch]
7692                 fix wrong case sensitivity of Content-Types
7694         * src/gtk/Makefile.am
7695                 need the same include paths in gtk directory as in
7696                 common directory because .h files in common can
7697                 include files from these directories, when included
7698                 in gtk's .h or .c files
7700 2003-06-06 [alfons]     0.9.0claws15
7702         * src/mimeview.c
7703         * src/summaryview.c
7704                 make it compile again because of regex.h / fnmatch.h 
7705                 include problems (related to recent mime stuff, can
7706                 someone check this?)
7708 2003-06-06 [thorsten]   0.9.0claws14
7710         * src/folderview.c
7711                 possible use of uninitialized pointer while dragging
7713 2003-06-06 [paul]       0.9.0claws13
7715         * src/compose.c
7716                 fix bug where the insert sig button would be effective
7717                 only when auto_sig was set
7719 2003-06-06 [paul]       0.9.0claws12
7721         * sync with 0.9.2 release
7723 2003-06-02 [paul]       0.9.0claws11
7725         * sync with 0.9.1cvs1
7726                 see ChangeLog 2003-06-02
7727                 
7728         * po/de.po
7729                 update by Jens
7731 2003-06-01 [christoph]  0.9.0claws10
7733         * src/account.c
7734                 don't use substring search to find accounts by email address
7736         (closes Bug 169 Overly loose matching of "From" address)
7738 2003-05-31 [christoph]  0.9.0claws9
7740         * doc-src/rfc2683.txt
7741         * src/imap.c
7742                 limit IMAP command length as recommended in RFC2683
7743                 (message number lists will be split into multiple imap
7744                 sets, the limit of 1000 octets is not a hard limit)
7746         (closes Bug 161 sylpheed-claws exits with segfault when logging
7747          in to certain imap-servers)
7749 2003-05-29 [alfons]     0.9.0claws8
7751         * src/toolbar.[ch]
7752                 add print button (calling summary_print());
7753                 fine tune setting tooltip text;
7754                 (if someone needs other buttons, please take these 
7755                 commits as a guide, instead of bothering us - also
7756                 see 0.8.11claws150) 
7758 2003-05-29 [darko]      0.9.0claws7
7760         * src/compose.c
7761                 fix crash when word wrapping kicks in due to
7762                 changed text by spell checker
7764 2003-05-29 [paul]       0.9.0claws6
7766         * src/compose.c
7767                 fix bug where changing account would insert
7768                 sig even if auto_sig was FALSE
7769                 
7770         * ChangeLog
7771           ChangeLog.jp
7772           INSTALL
7773                 sync with 0.9.1 release
7775 2003-05-28 [christoph]  0.9.0claws5
7777         * src/imap.c
7778                 fix truncation of too long commands
7780         (closes Bug 167 IMAP hangs trying to get envelope
7781          information in imap_get_uncached_messages)
7783 2003-05-27 [paul]       0.9.0claws4
7785         * tools/Makefile.am
7786           tools/maildir2sylpheed.pl     ** NEW FILE **
7787                 add kmail to sylpheed mailbox conversion script
7789 2003-05-27 [paul]       0.9.0claws3
7791         * sync with 0.9.0cvs10
7792                 see ChangeLog 2003-05-26
7794 2003-05-26 [paul]       0.9.0claws2
7796         * sync with 0.9.0cvs9
7797                 see ChangeLog 2003-05-26
7799 2003-05-24 [paul]       0.9.0claws1
7801         * sync with 0.9.0cvs8
7802                 see ChangeLog 2003-05-23
7804 2003-05-24 [paul]       0.9.0claws
7806         * version 0.9.0claws released
7808 2003-05-24 [paul]       0.8.11claws177
7810         * src/plugins/dillo-viewer/Makefile.am
7811           src/plugins/traycon/Makefile.am
7812                 add missing files
7813                 
7814         * po/bg.po
7815           po/en_GB.po
7816           po/es.po
7817           po/it.po
7818           po/pt_BR.po
7819           po/ru.po
7820           po/sr.po
7821                 update Bulgarian, British English, Spanish, Italian, 
7822                 Brazilian Portuguese, Russian, and Serbian translations, 
7823                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7824                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7825                 Ruslan N. Balkin, and Urke MMI
7827 2003-05-23 [melvin]     0.8.11claws176
7829         * po/fr.po
7830                 Updated French translations
7832 2003-05-22 [paul]       0.8.11claws175
7834         * src/Makefile.am
7835           src/addrbook.[ch]
7836           src/addrcache.[ch]
7837           src/addr_compl.[ch]
7838           src/adressbook.[ch]
7839           src/addrindex.[ch]
7840           src/addritem.[ch]
7841           src/editaddress.c
7842           src/editgroup.c
7843           src/editldap_basedn.c
7844           src/editldap.c
7845           src/jpilot.c
7846           src/vcard.c
7847                 revert to get ldap into it previous working state
7848                 
7849         * po/zh_TW.Big5.po
7850                 new Taiwanese translation,
7851                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7853 2003-05-22 [christoph]  0.8.11claws174
7855         * src/plugins/spamassassin/libspamc.[ch]
7856                 sync libspamc with SpamAssaain release 2.55
7858 2003-05-22 [paul]       0.8.11claws173
7860         * sync with 0.9.0cvs7
7861                 see ChangeLog 2003-05-22
7862                 
7863         * src/summaryview.c
7864                 revert change in 0.8.11claws172: follow
7865                 Hiroyuki's decision and that's the end of it.
7867 2003-05-21 [paul]       0.8.11claws172
7869         * src/summaryview.c
7870                 fix discrepency between open_unread_on_enter
7871                 and always_show_msg
7873 2003-05-21 [paul]       0.8.11claws171
7875         * sync with 0.9.0cvs6
7876                 see ChangeLog 2003-05-21
7878 2003-05-21 [paul]       0.8.11claws170
7880         * sync with 0.9.0cvs5
7881                 see ChangeLog 2003-05-21
7883 2003-05-20 [paul]       0.8.11claws169
7885         * sync with 0.9.0cvs4
7886                 see ChangeLog 2003-05-20
7887                 fixes bug #152, 'encoding of IMAP folders names'
7889 2003-05-20 [paul]       0.8.11claws168
7891         * sync with 0.9.0cvs3
7892                 see ChangeLog 2003-05-20
7893                 
7894         * src/tools/convert_mbox.pl
7895                 minor change in the comments, submitted by Fred Marton
7897 2003-05-19 [paul]       0.8.11claws167
7899         * src/plugins/clamav/Makefile.am
7900           configure.ac
7901                 link clamav_lib to the plugin and not to the main program
7903 2003-05-19 [christoph]
7905         * src/Makefile.am
7906                 add -export-dynamic for linking
7908 2003-05-19 [paul]       0.8.11claws166
7910         * sync with 0.9.0cvs1
7911                 see ChangeLog 2003-05-19
7913 2003-05-19 [paul]       0.8.11claws165
7915         * src/inc.c
7916                 fix 'pop before smtp' timeout
7918 2003-05-18 [alfons]     0.8.11claws164
7920         * src/prefs_matcher.c
7921                 put "execute" action command line ("expression") in edit box
7923 2003-05-18 [christoph]  0.8.11claws163
7925         * src/mimeview.[ch]
7926         * src/plugins/dillo_viewer/dillo_viewer.c
7927         * src/plugins/image_viewer/viewer.c
7928         * src/plugins/mathml_viewer/mathml_viewer.c
7929                 let a viewer have a list of Content-Types
7931 2003-05-18 [paul]       0.8.11claws162
7933         * src/prefs_filtering.c
7934                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7935                 and REDIRECT actions
7937 2003-05-17 [christoph]
7939         * README.claws
7940                 o remove dynamic signatures that was syned with main
7941                 o add infos about no longer "build in" image viewer
7942                 o update bugtracker URL
7944 2003-05-17 [christoph]  0.8.11claws161
7946         * src/folder.c
7947         * src/folderview.c
7948         * src/imap.c
7949                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7950                 for every folder after rebuilding the folder tree.
7952         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7953          messages)
7955 2003-05-17 [christoph]  0.8.11claws160
7957         * src/imap.c
7958                 don't use STATUS command on current folder to check for
7959                 content changes. imap_cmd_ok() now tracks changes to
7960                 folder and number of existing messages.
7962 2003-05-17 [paul]       0.8.11claws159
7964         * src/plugins/clamav/clamav_plugin.c
7965                 remove unnecessary debug_print
7967 2003-05-16 [thorsten]   0.8.11claws158
7969         * src/plugins/demo.c
7970                 included missing intl.h
7972 2003-05-16 [paul]       0.8.11claws157
7974         * po/POTFILES.in
7975                 remove non-existant entries
7976         
7977         * src/plugins/clamav/clamav_plugin.c
7978           src/plugins/clamav/clamav_plugin_gtk.c
7979           src/plugins/dillo_viewer/dillo_prefs.c
7980           src/plugins/dillo_viewer/dillo_viewer.c
7981                 gettextise
7983 2003-05-16 [christoph]  0.8.11claws156
7985         * po/POTFILES.in
7986                 include plugin .c files for translation until I
7987                 find a better solution to have plugins have their
7988                 own textdomain
7989         * src/plugins/demo/demo.c
7990         * src/plugins/image_viewer/plugin.c
7991         * src/plugins/mathml_viewer/mathml_viewer.c
7992         * src/plugins/spamassassin/spamassassin.c
7993         * src/plugins/spamassassin/spamassassin_gtk.c
7994         * src/plugins/trayicon/trayicon.c
7995                 add gettext macros for plugin name and description
7997 2003-05-16 [paul]
7999         * sync with 0.9.0
8001 2003-05-16 [paul]       0.8.11claws155
8003         * sync with lastest 0.9.0pre1
8004                 see ChangeLog 2003-05-16
8006 2003-05-15 [paul]       0.8.11claws154
8008         * sync with latest 0.9.0pre1
8009                 see ChangeLog 2003-05-14 and 2003-05-15
8011 2003-05-14 [christoph]  0.8.11claws153
8013         * src/plugins/image_viewer/viewer.c
8014         * src/plugins/image_viewer/viewer.glade         ** NEW **
8015         * src/plugins/image_viewer/viewerprefs.c
8016                 make it possible to disable the autoload function in the
8017                 imageviewer again
8019 2003-05-14 [christoph]  0.8.11claws152
8021         * src/folder.c
8022                 fix folder update after adding a message
8024 2003-05-13 [alfons]     0.8.11claws151
8026         * src/common/session.c
8027                 remove debug traces
8028                 
8029         * src/addrcache.[ch]
8030         * src/filtering.[ch]
8031         * src/folder.[c]
8032         * src/gtkaspell.[ch]
8033         * src/imap.[ch]
8034         * src/mbox_folder.[ch]
8035         * src/mh.[ch]
8036         * src/mimeview.h
8037         * src/msgcache.[ch]
8038         * src/news.[ch]
8039         * src/passphrase.[ch]
8040         * src/prefs_common.[ch]
8041         * src/prefs_gtk.[ch]
8042         * src/procmsg.c
8043         * src/scoring.[ch]
8044                 be pedantic; (in prototypes () implies (int))
8046 2003-05-13 [alfons]     0.8.11claws150
8048         * src/prefs_toolbar.[ch]
8049         * src/summaryview.[ch]
8050         * src/toolbar.[ch]
8051                 change misleading text in toolbar prefs;
8052                 add toolbar action for ignore thread (toggles ignore thread flag);
8053                 clean up a little bit;
8055 2003-05-12 [paul]
8057         * tools/convert_mbox.pl
8058                 bug fixed by Fred Marton
8060 2003-05-12 [paul]
8062         * sync with 0.9.0pre1
8064 2003-05-09 [paul]       0.8.11claws149
8066         * sync with 0.8.11cvs43
8067                 see ChangeLog 2003-05-09
8069 2003-05-08 [christoph]  0.8.11claws148
8071         * src/imap.[ch]
8072                 o use CAPABILIY as first command and check for PREAUTH
8073                   information in the response to it
8074                 o rewrite all imap_cmd_* functions to use an IMAPSession
8075                   instead of a SockInfo as parameter
8076                 o do STARTTLS after fetching and checking the server
8077                   capabilities
8079 2003-05-08 [paul]       0.8.11claws147
8081         * tools/Makefile.am
8082           tools/README
8083           tools/convert_mbox.pl         ** NEW FILE **
8084                 add mbox conversion script. Submitted by 
8085                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8087 2003-05-07 [christoph]
8089         * doc-src/glade.txt
8090         * src/gtk/pluginwindow.glade
8091         * src/plugins/image_viewer/viewerprefs.glade
8092         * src/plugins/spamassassin/spamassassin_gtk.glade
8093                 add glade files for user interfaces and a description how
8094                 to use glade to create the sylpheed code
8096 2003-05-07 [paul]       0.8.11claws146
8098         * sync with 0.8.11cvs41
8099                 see ChangeLog 2003-05-07
8101 2003-05-06 [christoph]  0.8.11claws145
8103         * src/main.c
8104         * src/plugins/image_viewer/viewer.c
8105                 fix usage of imlib in imageviewer plugin
8107         * src/gtk/prefswindow.c
8108                 handle window close event correctly
8110 2003-05-06 [paul]       0.8.11claws144
8112         * src/common/ssl.c
8113                 fix typo introduced in sync
8115 2003-05-06 [paul]       0.8.11claws143
8117         * sync with 0.8.11cvs39
8118                 see ChangeLog 2003-05-06
8120 2003-05-06 [paul]       0.8.11claws142
8122         * AUTHORS
8123           po/cs.po
8124                 updated Czech translation, submitted by 
8125                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8126                 
8127         * src/plugins/clamav/clamav_plugin_gtk.c
8128                 clean up
8130 2003-05-03 [alfons]     0.8.11claws141
8132         * src/compose.[ch]
8133                 make paste as quotation work even when the call to 
8134                 text_inserted() was deferred (fixes bug #140 "Paste 
8135                 as quotation does not work when using "external" 
8136                 clipboard")
8138 2003-05-03 [thorsten]   0.8.11claws140
8140         * src/addrquery.h
8141           src/ldapquery.h
8142           src/mainwindow.c
8143                 removed C++ comments
8144         * src/addr_compl.c
8145                 function with non-int retval/param used before
8146                 implementation/declaration
8148 2003-05-02 [paul]       0.8.11claws139
8150         * src/addr_compl.[ch]
8151           src/addressbook.[ch]
8152           src/addrindex.c
8153           src/summaryview.c
8154                 revert match's changes to (finally) remove the bug where
8155                 opening a folder causes massive slowdown when using the 
8156                 'Display sender using address book' option
8158 2003-05-01 [melvin]     0.8.11claws138
8160         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8161         * src/plugins/dillo_viewer/dillo_viewer.c
8162                 Fixed bug where "Cancel" button from prefs issued
8163                 warnings.
8164                 Comply a little more to coding style
8166 2003-05-01 [paul]       0.8.11claws137
8168         * sync with 0.8.11cvs38
8169                 see ChangeLog 2003-05-01
8171 2003-05-01 [paul]       0.8.11claws136
8173         * po/bg.po
8174                 updated by George Danchev
8176 2003-04-30 [christoph]  0.8.11claws135
8178         * src/plugins/dillo_viewer/dillo_prefs.c
8179         * src/plugins/image_viewer/viewerprefs.c
8180         * src/plugins/spamassassin/spamassassin_gtk.c
8181                 remove gtk_widget_ref() calls for widgets in
8182                 glade code
8184 2003-04-30 [paul]       0.8.11claws134
8186         * src/addrindex.c
8187                 ok, this time a better fix for the bug where opening folder
8188                 has massive slowdown when using the 'Display sender using 
8189                 address book' option
8191 2003-04-30 [paul]       0.8.11claws133
8193         * src/addrindex.c
8194                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8195         
8196 2003-04-30 [melvin]     0.8.11claws132
8198         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8200         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8201                 Preferences for the dillo plugin
8202         * src/plugins/dillo_viewer/dillo_viewer.c
8203                 Support for preferences
8204         * src/plugins/dillo_viewer/Makefile.am
8205                 Added dillo_prefs.[ch]
8207 2003-04-30 [alfons]     0.8.11claws131
8209         * src/common/plugin.[ch]
8210                 see? this ANSI C'fication immediately gives us type
8211                 checking for free.
8213 2003-04-30 [alfons]     0.8.11claws130
8215         * src/common/plugin.[ch]
8216         * src/plugins/clamav/clamav_plugin.[ch]
8217         * src/plugins/clamav/clamav_plugin_gtk.c
8218         * src/plugins/demo/demo.c
8219         * src/plugins/dillo_viewer/dillo_viewer.c
8220         * src/plugins/image_viewer/plugin.c
8221         * src/plugins/image_viewer/viewer.[ch]
8222         * src/plugins/image_viewer/viewerprefs.[ch]
8223         * src/plugins/mathml_viewer/mathml_viewer.c
8224         * src/plugins/spamassassin/spamassassin.[ch]
8225         * src/plugins/spamassassin/spamassassin_gtk.c
8226         * src/plugins/trayicon/trayicon.c
8227                 clean up
8229 2003-04-30 [alfons]     0.8.11claws129
8231         * src/common/utils.c
8232                 make is_ascii_str() fail gracefully when NULL pointer
8233                 is passed
8235 2003-04-30 [paul]       0.8.11claws128
8237         * src/addrindex.c
8238                 fix bug where opening folder has massive slowdown when
8239                 using the 'Display sender using address book' option
8241 2003-04-30 [paul]       0.8.11claws127
8243         * src/plugins/clamav/clamav_plugin.c
8244           src/plugins/clamav/clamav_plugin_gtk.c
8245           src/plugins/demo/demo.c
8246           src/plugins/dillo_viewer/dillo_viewer.c
8247           src/plugins/image_viewer/plugin.c
8248           src/plugins/mathml_viewer/mathml_viewer.c
8249           src/plugins/spamassassin/spamassassin.c
8250           src/plugins/spamassassin/spamassassin_gtk.c
8251           src/plugins/trayicon/trayicon.c
8252                 get rid of eye-hurting function signatures
8254 2003-04-30 [paul]       0.8.11claws126
8256         * src/plugins/trayicon/trayicon.c
8257                 add description
8258                 
8259         * src/mimeview.c
8260                 be more descriptive
8262 2003-04-30 [paul]       0.8.11claws125
8264         * configure.ac
8265                 arrange the plugins in reverse alphabetical order
8266                 
8267         * src/plugins/clamav/clamav_plugin.[ch]
8268           src/plugins/clamav/clamav_plugin_gtk.c
8269                 rename some params
8270                 resize max_size window
8271                 re-arrange the order of some gui elements
8272                 improve descriptions
8273         
8274         * src/plugins/image_viewer/plugin.c
8275           src/plugins/mathml_viewer/mathml_viewer.c
8276                 add descriptions
8277                 
8278         * src/plugins/spamassassin/spamassassin_gtk.c
8279                 resize max_size window
8280                 re-arrange the order of some gui elements
8281                 
8282         * src/messageview.c
8283           src/mimeview.c
8284                 correct typos
8286 2003-04-30 [alfons]     0.8.11claws124
8288         * src/imap.c
8289                 fix a leak found while browsing Martin Kluge's 
8290                 valgrind log (Claws only)
8292 2003-04-29 [darko]      0.8.11claws123
8294         * src/gtk/gtkstext.h
8295                 include wchar.h if it is available, fixes compilation
8296                 on HP-UX systems
8298 2003-04-29 [melvin]     0.8.11claws122
8300         * src/prefs_actions.c
8301                 Improved help text of Actions' syntax
8303 2003-04-28 [paul]       0.8.11claws121
8305         * src/action.c
8306                 a better fix for the crash when performing an action
8307                 on a mime part
8309 2003-04-28 [paul]       0.8.11claws120
8311         * src/action.c
8312                 fix crash when performing an action on a
8313                 mime part
8315 2003-04-28 [paul]       0.8.11claws119
8317         * sync with 0.8.11cvs36
8318                 see ChangeLog 2003-04-28
8320 2003-04-27 [paul]       0.8.11claws118
8322         * more sync with 0.8.11cvs35
8323                 see ChangeLog 2003-04-25
8325 2003-04-26 [christoph]  0.8.11claws117
8327         * src/folder.c
8328                 fix remove virtual check
8330 2003-04-26 [paul]       0.8.11claws116
8332         * src/messageview.c
8333                 fix return-receipt, make it work again
8335 2003-04-26 [paul]       0.8.11claws115
8337         * src/mimeview.c
8338                 restore double-clicking of the [application/pgp-signature 
8339                 (Select "Check signature" to check)] line in the message view,
8340                 broken in recent sync
8342 2003-04-26 [christoph]  0.8.11claws114
8344         * src/folder.c
8345                 check if remove virtual really exists before
8346                 calling the function
8348 2003-04-25 [match]      0.8.11claws113
8350         * src/addrindex.c
8351         * src/addrbook.c
8352         * src/ldapquery.[ch]
8353         * src/ldapctrl.[ch]
8354                 fix memleak.
8355         * src/ldapserver.[ch]
8356                 fix memleak. fix segfault.
8357                 plug a Claws memleak
8359 2003-04-25 [alfons]     0.8.11claws112
8361         * src/folder.c
8362                 plug a Claws memleak
8364 2003-04-25 [alfons]     0.8.11claws111
8366         * src/common/session.c
8367                 plug a memleak
8369 2003-04-25 [paul]       0.8.11claws110
8371         * sync with 0.8.11cvs35
8372                 see ChangeLog 2003-04-24 and 2003-04-25
8373                 
8374         * src/gtk/pluginwindow.c
8375                 correct another strange float value
8377 2003-04-24 [christoph]  0.8.11claws109
8379         * src/folder.c
8380                 freeze folder item updates when unsetting new flags
8382         * src/gtk/pluginwindow.c
8383                 correct strange float value
8385 2003-04-23 [paul]       0.8.11claws108
8387         * sync with 0.8.11cvs33
8388                 see ChangeLog 2003-04-23
8390 2003-04-22 [paul]       0.8.11claws107
8392         * src/Makefile.am
8393           src/messageview.c
8394           src/mimeview.c
8395           src/pgptext.[ch]      ** REMOVED **
8396                 remove pgptext.[ch] as its not used any more
8398 2003-04-22 [paul]       0.8.11claws106
8400         * sync with 0.8.11cvs31
8401                 see ChangeLog 2003-04-21 and 2003-04-22
8403 2003-04-21 [alfons]     0.8.11claws105
8405         * src/main.c
8406                 No access to GTK structures if we're a spawned child
8407                 (and clean up code a little bit...) Should fix #126.
8409 2003-04-21 [melvin]     0.8.11claws104
8411         * src/plugins/dillo_viewer/README
8412                 Improved slightly the text.
8414 2003-04-21 [melvin]     0.8.11claws103
8416         * src/plugins/dillo_viewer/README *** NEW ***
8417                 Added a README file for the Dillo plugin
8419 2003-04-20 [paul]
8421         * tools/README
8422           tools/outlook2sylpheed.pl
8423                 updated and improved by Ricardo Mones Lastra
8425 2003-04-18 [oliver]     0.8.11claws102
8427         * src/inc.c 
8428         * src/prefs_account.h
8429                 remove Pop3SessionType (used by selective download)
8430         * src/prefs_toolbar.c
8431                 enable set Default Toolbar button
8433 2003-04-18 [paul]       0.8.11claws101
8435         * sync with 0.8.11cvs29
8436                 see ChangeLog 2003-04-18
8438 2003-04-17 [paul]       0.8.11claws100
8440         * src/prefs_common.[ch]
8441           src/summaryview.c
8442                 remove 'Open next message on deletion' option,
8443                 as the same effect can now be achieved via the
8444                 'Always open messages in summary when selected'
8445                 option.
8447 2003-04-17 [paul]       0.8.11claws99
8449         * sync with 0.8.11cvs28
8450                 see ChangeLog 2003-04-17
8452 2003-04-17 [christoph]  0.8.11claws98
8454         * ac/spamassassin.m4
8455         * src/plugins/spamassassin/libspamc.[ch]
8456         * src/plugins/spamassassin/utils.[ch]
8457                 sync libspamc with SpamAssassin project
8459 2003-04-17 [christoph]  0.8.11claws97
8461         * src/common/socket.h
8462         * src/gtk/sslcertwindow.h
8463                 rename old USE_SSL to USE_OPENSSL
8465 2003-04-17 [paul]       0.8.11claws96
8467         * src/prefs_common.h
8468                 use gulong for P_COLOR so that it compiles/runs on
8469                 64-bit systems. Patch submitted by James Noyes
8470                 <jnoyes-claws@retrogeeks.com>
8471                 
8472         * po/de.po
8473                 updated by Jens
8475 2003-04-17 [paul]       0.8.11claws95
8477         * sync with 0.8.11cvs27
8478                 see ChangeLog 2003-04-16
8480 2003-04-15 [paul]       0.8.11claws94
8482         * src/prefs_common.[ch]
8483                 rearrange to stop the window getting too long:
8484                         move Receive dialog stuff to Receive tab
8485                         move Send dialog to Send tab
8486                         remove Dialogs frame
8487                 rename 'Open messages in summary with cursor keys' to
8488                 'Always open messages in summary when selected', as its
8489                 more appropriate
8491 2003-04-15 [paul]       0.8.11claws93
8493         * src/prefs_common.[ch]
8494           src/summaryview.c
8495                 add new option '/Interface/Open next message on deletion'
8497 2003-04-15 [paul]       0.8.11claws92
8499         * src/summaryview.[ch]
8500                 add /Mark/Lock and /Mark/Unlock to the pop-up
8501                 menu. Patch submitted by Ivan Francolin Martinez
8502                 <ivanfm@users.sourceforge.net>
8504 2003-04-15 [paul]       0.8.11claws91
8506         * sync with 0.8.11cvs24
8507                 see ChangeLog 2003-04-15
8509 2003-04-14 [jens]       0.8.11claws90
8511         * updated German translation and some corrections from
8512                 Roland Bless <bless@tm.uka.de>
8514 2003-04-14 [paul]       0.8.11claws89
8516         * sync with 0.8.11cvs22
8517                 see ChangeLog 2003-04-14
8519 2003-04-13 [paul]       0.8.11claws88
8521         * src/plugins/clamav/clamav_plugin.c
8522                 fix memory leaks
8523                 clean up
8525 2003-04-12 [paul]       0.8.11claws87
8527         * src/plugins/clamav/clamav_plugin.c
8528                 activate enable/disable archive scanning option
8529                 
8530         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8532 2003-04-12 [paul]       0.8.11claws86
8534         * src/plugins/Makefile.am
8535           src/plugins/clamav/Makefile.am                ** NEW FILE **
8536           src/plugins/clamav/README                     ** NEW FILE ** 
8537           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8538           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8539                 add Clam AntiVirus plugin
8541 2003-04-12 [paul]       0.8.11claws85
8543         * sync with 0.8.11cvs21
8544                 see ChangeLog 2003-04-11
8546 2003-04-11 [paul]       0.8.11claws84
8548         * po/es.po
8549                 update Spanish translation. Submitted by Ricardo
8550                 Mones Lastra.
8552 2003-04-10 [christoph]  0.8.11claws83
8554         * src/mbox.c
8555                 fix typo that did not move unfiltered mails to destination
8556                 folder
8558         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8559          when filtering from spool)
8561 2003-04-10 [christoph]  0.8.11claws82
8563         * src/imap.c
8564                 use BODY.PEEK instead of BODY in in message fetch operation
8565                 to make sure the IMAP server does not set the \Seen flag for
8566                 messages. Sylpheed does that later itself, when the message
8567                 is opened in sylpheed
8569         (closes Bug 111 Claws destroys unread marks)
8571 2003-04-09 [oliver]     0.8.11claws81
8572         
8573         * src/folder.c
8574                 fix crash in folder_destroy
8575         * README.claws
8576                 remove selective download
8578 2003-04-09 [christoph]  0.8.11claws80
8580         * src/imap.c
8581                 fix crash in imap_get_msginfo() when then fetched message
8582                 is not found
8584         (closes Bug 110 Crash during mail composition)
8586 2003-04-08 [christoph]  0.8.11claws79
8588         * src/folder.c
8589         * src/prefs_account.c
8590                 Filter new messages that are found in an INBOX folder
8591                 when 'Filter messages on receiving' is enabled in the
8592                 Folder's AccountPrefs. This allows to use Sylpheed's
8593                 filtering engine for IMAP folders where messages are
8594                 added to the INBOX by a MTA
8596 2003-04-08 [paul]       0.8.11claws78
8598         * src/procmsg.h
8599                 clean up after last commit
8601 2003-04-08 [paul]       0.8.11claws77
8603         * sync with 0.8.11cvs20
8604                 see ChangeLog 2003-04-07 and 2003-04-08
8606 2003-04-07 [christoph]  0.8.11claws76
8608         * src/filtering.[ch]
8609         * src/inc.[ch]
8610         * src/mbox.c
8611         * src/procmsg.[ch]
8612                 add procmsg_msginfo_filter() to execute filtering actions
8614 2003-04-06 [christoph]  0.8.11claws75
8616         * src/imap.c
8617                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8619 2003-04-06 [christoph]  0.8.11claws74
8621         * src/common/utils.[ch]
8622                 add g_int_compare() function for slist sorting
8624         * src/imap.c
8625                 fetch all MsgInfos with one command in imap_get_msginfos()
8626                 using an imap set with a list of ranges
8628         * src/news.c
8629                 use new g_int_compare() function
8631 2003-04-06 [thorsten]   0.8.11claws73
8633         * src/mh.c
8634                 corrected implementation of mh_folder_destroy()
8636 2003-04-05 [christoph]  0.8.11claws72
8638         * src/account.c
8639         * src/folder.[ch]
8640         * src/folderview.c
8641         * src/imap.c
8642         * src/inc.c
8643         * src/main.c
8644         * src/mainwindow.c
8645         * src/mbox_folder.c
8646         * src/mh.c
8647         * src/mimeview.h
8648         * src/msgcache.[ch]
8649         * src/news.c
8650         * src/procmime.h
8651         * src/procmsg.[ch]
8652         * src/setup.c
8653         * src/gtk/gtkutils.c
8654                 o rename structure field names class and new to klass and
8655                   new_msgs, to allow including files in C++
8656                 o add 'extern "C"' block to some header files
8657                 o add MsgInfoList and MsgNumberList as alias for GSList for
8658                   developers to know what type of list is expected
8660         * src/plugins/image_viewer/plugin.c
8661         * src/plugins/image_viewer/viewer.[ch]
8662         * src/plugins/image_viewer/viewerprefs.[ch]
8663                 rename function names to prevent conflicts
8665 2003-04-05 [paul]       0.8.11claws71
8667         * sync with 0.8.11cvs18
8668                 see ChangeLog 2003-04-03 and 2003-04-04
8670 2003-04-02 [christoph]  0.8.11claws70
8672         * src/folder.[ch]
8673         * src/imap.[ch]
8674         * src/mbox_folder.[ch]
8675         * src/mh.[ch]
8676         * src/news.[ch]
8677                 o Make all virtual folder functions private
8678                 o remove unused folder code
8680         * src/common/socket.[ch]
8681         * src/summaryview.c
8682                 fix warnings
8684 2003-03-30 [alfons]     0.8.11claws69
8686         * src/send_message.c
8687                 remove two debug traces and see if people still report
8688                 errors
8690 2003-03-30 [alfons]     0.8.11claws68
8692         * src/send_message.c
8693         * src/commons/session.c
8694                 add more debug traces
8696 2003-03-30 [christoph]  0.8.11claws67
8698         * src/folder.c
8699                 change processing folder name from .processing to processing
8701         * src/common/ssl.c
8702                 disable SSL certificate check because it causes Xlib error
8703                 when the child process want's to open an GTK window
8705 2003-03-30 [christoph]  0.8.11claws66
8707         * src/folder.c
8708                 don't use default folder for processing folder item because
8709                 it can be a non local folder
8711         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8713 2003-03-30 [alfons]     0.8.11claws65
8715         * src/send_message.c
8716                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8717                 to generate bad code for 'send_send_data_progressive': When
8718                 called from 'send_send_data_finished', the 'data' pointer is
8719                 cleared just before the assignment to the dialog pointer
8721 2003-03-29 [christoph]  0.8.11claws64
8723         * src/common/prefs.h
8724         * src/plugins/image_viewer/Makefile.am
8725         * src/plugins/image_viewer/plugin.c
8726         * src/plugins/image_viewer/viewer.[ch]
8727         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8728                 add PrefsPage for ImageViewer
8730 2003-03-28 [thorsten]   0.8.11claws63
8732         * src/common/session.c
8733                 added some comments
8735 2003-03-28 [paul]       0.8.11claws62
8737         * sync with 0.8.11cvs16
8738                 see ChangeLog 2003-03-28
8740 2003-03-28 [paul]       0.8.11claws61
8742         * sync with 0.8.11cvs15
8743                 see ChangeLog 2003-03-28
8745 2003-03-27 [christoph]  0.8.11claws60
8747         * src/folder.c
8748         * src/imap.c
8749         * src/common/socket.[ch]
8750                 set socket state to DISCONNECTED when any operation
8751                 fails to allow reconnecting in IMAP code without
8752                 checking the return code of all calls to the command
8753                 functions
8755         * src/folderview.c
8756         * src/summaryview.c
8757                 remove some more stuff that depends on specific
8758                 folder types
8760 2003-03-27 [paul]       0.8.11claws59
8762         * sync with 0.8.11cvs14
8763                 see ChangeLog 2003-03-27
8764                 
8765         * src/selective_download.[ch]   ** REMOVED **
8766                 really removed
8768 2003-03-27 [christoph]  0.8.11claws58
8770         * src/folder.c
8771                 fix handling of tmp_flags in flag copy function
8773 2003-03-27 [paul]       0.8.11claws57
8775         * sync with 0.8.11cvs13
8776                 see ChangeLog 2003-03-27
8778 2003-03-27 [oliver]     0.8.11claws56
8780         * src/maiwindow.c
8781                 remove sel_download_cb
8783 2003-03-27 [oliver]     0.8.11claws55
8784         
8785         * src/inc.c
8786                 remove POP3_TOP
8787         
8788 2003-03-26 [oliver]     0.8.11claws54
8790         *src/pop.h
8791                 remove POP3_TOP*
8792         * README.claws
8793                 remove selective donwload readme
8795 2003-03-26 [oliver]     0.8.11claws53
8796         * src/matcher.[ch]
8797         * src/matcher_parser_parse.y 
8798         * src/pop.c 
8799         * src/prefs_account.[ch]
8800         * src/prefs_filtering.c
8801                 remove selective donwload
8803 2003-03-26 [oliver]     0.8.11claws52
8805         * src/inc.[ch] 
8806         * src/filtering.c 
8807         * src/mainwindow.c 
8808                 remove selective donwload
8810 2003-03-26 [oliver]     0.8.11claws51
8811         
8812         * src/Makefile.am
8813         * src/selective_download.[ch]   ** REMOVE **    
8815 2003-03-26 [christoph]  0.8.11claws50
8817         * src/news.c
8818                 fix NEWS that got broken by a sync with sylpheed-main
8820 2003-03-26 [christoph]  0.8.11claws49
8822         * src/mimeview.c
8823                 fix mime type guessing when no mime type is found for a file
8825 2003-03-25 [christoph]  0.8.11claws48
8827         * src/mimeview.c
8828         * src/procmime.c
8829                 remove mime type guessing from mime parser and use
8830                 name based mime types in viewer lookup for mime type
8831                 application/octet-stream
8833 2003-03-25 [christoph]  0.8.11claws47
8835         * doc-src/readme.txt
8836         * doc-src/rfc2554.txt
8837                 add RFC about SMTP AUTH
8839         * src/send_message.c
8840         * src/common/smtp.[ch]
8841                 add extra error code for authentication errors and
8842                 clear temporary password when this error occurs
8844         (closes Bug 84 authentication failure while sending should
8845          prompt for password again)
8847 2003-03-25 [christoph]  0.8.11claws46
8849         * configure.ac
8850         * src/Makefile.am
8851         * src/imageview.[ch]                            ** REMOVE **
8852         * src/messageview.[ch]
8853         * src/mimeview.[ch]
8854         * src/prefs_common.[ch]
8855         * src/textview.c
8856         * src/plugins/Makefile.am
8857         * src/plugins/image_viewer/.cvsignore           ** NEW **
8858         * src/plugins/image_viewer/Makefile.am          ** NEW **
8859         * src/plugins/image_viewer/plugin.c             ** NEW **
8860         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8861                 move image viewer into a plugin (building is enabled by default)
8862                 [ToDo: Prefs for resize and autoview]
8864 2003-03-25 [paul]       0.8.11claws45
8866         * sync with 0.8.11cvs12
8867                 see ChangeLog 2003-03-26
8869 2003-03-25 [paul]       0.8.11claws44
8871         * sync with 0.8.11cvs11
8872                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8873                 
8874         Note: Selective Download is broken.
8875                 
8876 2003-03-22 [christoph]  0.8.11claws43
8878         * src/folder.c
8879                 code cleanup for flags copying
8881 2003-03-22 [christoph]  0.8.11claws42
8883         * src/plugins/trayicon/trayicon.c
8884                 fix setting the transparent area when the window size
8885                 is forced by the system tray
8887 2003-03-22 [christoph]  0.8.11claws41
8889         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8890         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8891         * src/plugins/trayicon/newmail.xpm              ** NEW **
8892         * src/plugins/trayicon/nomail.xpm               ** NEW **
8893         * src/plugins/trayicon/trayicon.c
8894         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8895                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8896                 o add icon for unread mails
8897                 o set transparency for window
8899 2003-03-22 [christoph]  0.8.11claws40
8901         * src/news.c
8902                 init news session to prevent crash when session is closed
8904 2003-03-22 [christoph]  0.8.11claws39
8906         * src/imap.c
8907         * src/common/session.[ch]
8908                 Init session data to make sure we don't have invalid pointers
8909                 for read_ch and write_ch when new multi process sessions are
8910                 not used
8912         * src/main.c
8913         * src/common/plugin.c
8914         * src/common/sylpheed.c
8915         * src/plugins/demo/demo.c
8916         * src/plugins/dillo_viewer/dillo_viewer.c
8917         * src/plugins/mathml_viewer/mathml_viewer.c
8918         * src/plugins/spamassassin/spamassassin.c
8919         * src/plugins/spamassassin/spamassassin_gtk.c
8920                 add plugin types to allow loading plugins at different times
8921                 (and maybe for different frontends), because it's not good to
8922                 load GTK-Plugins gefore gtk_init was called
8924         * configure.ac
8925         * src/plugins/Makefile.am
8926         * src/plugins/trayicon/.cvsignore               ** NEW **
8927         * src/plugins/trayicon/Makefile.am              ** NEW **
8928         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8929         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8930         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8931         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8932         * src/plugins/trayicon/trayicon.c               ** NEW **
8933                 New Trayicon plugin that shows an icon in a systray that uses
8934                 XEMBED protocol like Gnome's systray. Icon shows if there
8935                 are new mails and a tooltip shows information about new,
8936                 unread and total messages.
8938 2003-03-22 [paul]       0.8.11claws38
8940         * src/common/smtp.c
8941                 fix ESMTP AUTH CRAM-MD5
8942                 [sync with main (still version 0.8.11cvs6), see
8943                  ChangeLog 2003-03-22]
8945 2003-03-21 [colin]      0.8.11claws37
8947         * src/send_message.c
8948                 Fix USE_SSL => USE_OPENSSL
8950 2003-03-21 [colin]      0.8.11claws36
8952         * src/folderview.c
8953                 Fix counts in drag and dropped subfolders
8955 2003-03-21 [colin]      0.8.11claws35
8957         * src/folder.c 
8958         * src/folderview.c
8959                 speed up a bit folder dnd
8961 2003-03-20 [alfons]     0.8.11claws34
8963         * src/main.c
8964         * src/toolbar.c
8965         * src/procmsg.c
8966                 don't send locked queue messages
8967                 (feature request "[ 705245 ] Locking message in outbox 
8968                  should prevent sending")
8970 2003-03-20 [christoph]  0.8.11claws33
8972         * src/folder.c
8973                 remove NEW and UNREAD flag in special folders when scanning
8974                 
8975         * src/common/smtp.c
8976                 fix ESMTP AUTH CRAM-MD5
8978 2003-03-20 [paul]       0.8.11claws32
8980         * src/prefs_account.c
8981                 Re-write 'Tunnel command to open connection' as
8982                 'Use command to communicate with server', and disable
8983                 it for all except IMAP accounts
8985 2003-03-20 [paul]       0.8.11claws31
8987         * sync with 0.8.11cvs6
8988                 see ChangeLog 2003-03-20
8990 2003-03-19 [match]      0.8.11claws30
8992         * src/addritem.[ch]
8993                 include documentation. minor refactoring.
8994         * src/addr_compl.[ch]
8995         * src/addrindex.[ch]
8996         * src/addresbook.[ch]
8997         * src/summaryview.c
8998                 re-enable address lookup (was disabled in
8999                 0.8.11claws20).
9001 2003-03-19 [christoph]  0.8.11claws29
9003         * src/procmsg.c
9004                 add temp flag handling, will make moving and copying
9005                 messages possible again
9007         * src/folder.c
9008                 correct calulation of folder stats
9010 2003-03-18 [match]      0.8.11claws28
9012         * src/editgroup.h
9013                 remove case sensitive comparison (closes bug 80).
9015 2003-03-18 [christoph]  0.8.11claws27
9017         * src/imap.c
9018                 fix imap using a tunnel command
9020         (closes bug 87)
9022 2003-03-18 [christoph]  0.8.11claws26
9024         * src/folder.[ch]
9025         * src/imap.c
9026         * src/procmsg.[ch]
9027                 rewrite flag handling for folders
9029 2003-03-18 [christoph]  0.8.11claws25
9031         * src/folder.c
9032         * src/procmsg.c
9033         * src/summaryview.c
9034                 unset NEW and UNREAD flags when message is ignored, to make
9035                 sure messages don't show up as unread on other IMAP clients,
9036                 because the IGNORE_THREAD flag can not be syncronized through
9037                 the IMAP folder
9039 2003-03-17 [christoph]  0.8.11claws24
9041         * src/imap.c
9042                 don't use recursion to fetch uids when the number of messages
9043                 does not match. Moved code into subfunction that is used
9044                 again when needed, to prevent an endless loop.
9046 2003-03-17 [thorsten]   0.8.11claws23
9048         * src/imageview.[ch]
9049                 export imageview_get_resized_size() (for plugins)
9050         * src/prefs_common.[ch]
9051                 added prefs_common_get() (for plugins)
9053 2003-03-17 [christoph]  0.8.11claws22
9055         * src/imap.c
9056                 o remove UID guessing from copy code
9057                 o support UIDPLUS extension for APPEND command
9059 2003-03-17 [paul]       0.8.11claws21
9061         * src/gtk/about.c
9062                 remove 'Compiled-plugins' section.
9063                 
9064         * src/plugins/dillo_viewer/dillo_viewer.c
9065                 slight change to description text
9067 2003-03-16 [match]      0.8.11claws20
9068         * src/ldapserver.[ch]           ** NEW **
9069         * src/ldapctrl.[ch]             ** NEW **
9070         * src/ldapquery.[ch]            ** NEW **
9071         * src/ldaputil.[ch]             ** NEW **
9072         * src/addrcindex.[ch]           ** NEW **
9073         * src/addrquery.h               ** NEW **
9074         * src/addritem.[ch]
9075         * src/addrcache.[ch]
9076         * src/addrindex.[ch]
9077         * src/addr_compl.[ch]
9078         * src/addressbook.[ch]
9079         * src/addrbook.[ch]
9080         * src/editgroup.c
9081         * src/editaddress.c
9082         * src/editldap.c
9083         * src/editldap_basedn.c
9084         * src/vcard.c
9085         * src/jpilot.c
9086         * src/Makefile.am
9087                 included dynamic LDAP queries. improved address
9088                 completion.
9090 2003-03-16 [paul]       0.8.11claws19
9092         * tools/multiwebsearch.pl
9093                 fix a fatal typo
9095 2003-03-16 [christoph]  0.8.11claws18
9097         * src/mimeview.c
9098         * src/plugins/dillo_viewer/dillo_viewer.c
9099         * src/plugins/mathml_viewer/mathml_viewer.c
9100                 make unregistering of MimeViewerFactorys possible
9102 2003-03-16 [alfons]     0.8.11claws17
9104         * configure.ac
9105                 correct typo
9107 2003-03-16 [melvin]     0.8.11claws16
9109         * src/plugins/dillo_viewer.c
9110                 Fixed bug where it was not possible to view more than
9111                 one text/html attachment per message (bug discovered
9112                 by Christoph Hohmann).
9114 2003-03-15 [melvin]     0.8.11claws15
9116         * src/prefs_actions.c
9117                 Fixed compilation warnings.
9119 2003-03-15 [melvin]     0.8.11claws14
9121         * src/plugins/Makefile.am
9122         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9123         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9124         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9125                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9126                 newer (http://dillo.auriga.wearlab.de/).
9128 2003-03-15 [christoph]  0.8.11claws13
9130         * src/imap.c
9131                 don't query imap folder for attributes because we already
9132                 for them from imap_status
9134         * src/mimeview.[ch]
9135                 add support for plugable MimeViewers (unloading Viewers
9136                 not yet complete)
9138         * src/plugins/Makefile.am
9139         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9140         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9141         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9142                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9143                 widget from http://helm.cs.unibo.it/mml-widget/
9145 2003-03-14 [christoph]  0.8.11claws12
9147         * src/folder.[ch]
9148                 o error return code's should better be negative
9149                 o replace printf with debug_print
9151         * src/imap.c
9152                 improve IMAP folder scan by checking UID-NEXT
9154         * src/summaryview.c
9155                 remove check that are unnecessary in my opinion
9157 2003-03-13 [christoph]  0.8.11claws11
9159         * src/folder.[ch]
9160         * src/foldersel.c
9161         * src/folderview.c
9162         * src/imap.c
9163         * src/mbox_folder.c
9164         * src/mh.c
9165         * src/news.c
9166         * src/prefs_scoring.c
9167         * src/summaryview.c
9168                 use a common function to get a displayable name
9169                 for a FolderItem
9171 2003-03-13 [paul]       0.8.11claws10
9173         * tools/Makefile.am
9174           tools/README
9175           tools/multiwebsearch.conf     ** NEW FILE **
9176           tools/multiwebsearch.pl       ** NEW FILE **
9177                 add multiwebsearch Actions script
9179 2003-03-13 [colin]      0.8.11claws9
9181         * src/compose.c
9182                 Remove leading emtpy lines from quoted text
9183                 before quoting it
9185 2003-03-13 [melvin]     0.8.11claws8
9187         * src/prefs_actions.c
9188                 Fixed a memory leak
9189                 Code clean ups
9190                 Added Cancel and OK buttons
9191                 Corrected help text
9193 2003-03-13 [christoph]  0.8.11claws7
9195         * src/account.c
9196         * src/folder.[ch]
9197         * src/imap.c
9198         * src/mainwindow.c
9199         * src/mbox_folder.c
9200         * src/mh.c
9201         * src/news.c
9202         * src/setup.c
9203                 replace more folder type stuff with folder class stuff
9205 2003-03-13 [melvin]     0.8.11claws6
9207         * src/prefs_actions.c
9208                 Added new tokens:
9209                 %u: user provided argument
9210                 %h: user provided argument (hidden on input)
9211                 %s: current text selection in the message view 
9213 2003-03-13 [paul]       0.8.11claws5
9215         * sync with 0.8.11cvs5
9216                 see ChangeLog 2003-03-11, 2003-03-12
9218 2003-03-12 [christoph]  0.8.11claws4
9220         * src/folder.c
9221                 use folder class idstr when writing folderlist.xml
9223         * src/folder.h
9224         * src/imap.c
9225         * src/news.c
9226                 replace folder type checks with folder class checks
9228 2003-03-12 [christoph]  0.8.11claws3
9230         * src/folder.[ch]
9231         * src/imap.[ch]
9232         * src/main.c
9233         * src/mbox_folder.[ch]
9234         * src/mh.[ch]
9235         * src/news.[ch]
9236                 o create a list of known folder classes in the folder system
9237                 o use folder class id strings for folder item identifiers
9239 2003-03-12 [christoph]  0.8.11claws2
9241         * src/imap.c
9242                 fix imap uid validity check
9244 2003-03-12 [christoph]  0.8.11claws1
9246         * src/account.c
9247         * src/folder.[ch]
9248         * src/foldersel.c
9249         * src/folderview.c
9250         * src/imap.c
9251         * src/mainwindow.c
9252         * src/mbox_folder.c
9253         * src/mh.c
9254         * src/news.c
9255         * src/prefs_scoring.c
9256         * src/procmsg.c
9257         * src/setup.c
9258         * src/summaryview.c
9259                 initial restructuring of folder system, seperating
9260                 folders and folder classes
9262 2003-03-12 [paul]       0.8.11claws
9264         0.8.11claws release
9266 2003-03-12 [christoph]
9268         * src/gtk/prefswindow.c
9269                 fix translation of "Page Index"
9271 2003-03-12 [paul]       0.8.10claws110
9273         a sync from 0.8.11cvs4 before the release
9275         * src/common/utils.c
9276                 subject_compare_for_sort(): allow null strings (fixes
9277                 summary sorting).
9279 2003-03-11 [paul]       0.8.10claws109
9281         * po/es.po
9282                 update Spanish translation, submitted by
9283                 Ricardo Mones Lastra
9285 2003-03-11 [melvin]     0.8.10claws108
9287         * po/fr.po
9288                 Updated French translations
9290 2003-03-11 [paul]       0.8.10claws107
9292         * manual/en/Makefile.am
9293           manual/en/*.html
9294                 update English manual, add a new page
9295                 updated by Francois Barriere <fbarriere@atmel.fr>
9296                 
9297         * po/bg.po
9298           po/it.po
9299           po/sr.po
9300                 update Bulgarian, Italian, and Serbian translations
9301                 submitted by George Danchev, Alessandro Maestri, and
9302                 Urke MMI
9304 2003-03-10 [paul]       0.8.10claws106
9306         * src/gtk/about.c
9307           src/gtk/prefswindow.c
9308                 make some strings translatable
9310 2003-03-10 [darko]      0.8.10claws105
9312         * src/compose.c
9313                 code cleanup to make Hiro happy
9315 2003-03-10 [paul]       0.8.10claws104
9317         * sync with 0.8.11cvs2
9318                 see ChangeLog 2003-03-10
9320 2003-03-09 [melvin]     0.8.10claws103
9322         * src/textview.c
9323                 textview_set_font(): fix for message display in
9324                 UTF-8 locales (thanks to Sergey Vlasov).
9325                 (was unintentionnaly reverted in 0.8.6claws6)   
9327 2003-03-08 [darko]      0.8.10claws102
9329         * src/compose.c
9330                 fix infinite loop in wrapping as reported
9331                 by happycactus
9332                 obsoletes patch #696482
9334 2003-03-08 [christoph]  0.8.10claws101
9336         * src/imap.c
9337                 add workaround for IMAP servers that do not
9338                 support the "UID SEARCH UID" command
9340 2003-03-07 [christoph]  0.8.10claws100
9342         * src/plugins/spamassassin/spamassassin.[ch]
9343         * src/plugins/spamassassin/spamassassin_gtk.c
9344                 code cleanup
9346 2003-03-07 [paul]       0.8.10claws99
9348         * po/es.po
9349                 updated Spanish translation, submitted by
9350                 Ricardo Mones Lastra
9352 2003-03-07 [christoph]  0.8.10claws98
9354         * src/send.c
9355                 fix in 0.8.10claws94 was wrong
9356                 local delivery does not require escaping, remove escaping
9357                 code to make signatures of mails with "." lines valid
9358                 
9359                 NOTE: requires that sendmail is executed with "-i" option,
9360                       what is the default now, but has to be changed in all
9361                       exsiting accounts)
9363 2003-03-07 [paul]       0.8.10claws97
9365         * sync with 0.8.11 release
9366                 see ChangeLog 2003-03-07
9368 2003-03-06 [paul]       0.8.10claws96
9370         * src/compose.c
9371                 revert commit 0.8.10claws92
9373 2003-03-06 [paul]       0.8.10claws95
9375         * src/folderview.c
9376                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9378         * src/gtkaspell.c
9379                 fix bug 74, 'Crash opening editor window with pseudo-color
9380                 display'
9381                 
9382         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9384 2003-03-06 [christoph]  0.8.10claws94
9386         * src/send.c
9387                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9388                 all lines starting with a period get an extra period
9389                 inserted
9390                 (found by Simon 'corecode' Schubert)
9392 2003-03-06 [paul]       0.8.10claws93
9394         * src/folderview.c
9395                 if configured font can't be loaded fall back to gtk
9396                 default. (with thanks to Christoph)
9397                 
9398                 closes long-standing bug 15 'Crashes on startup'
9400 2003-03-06 [paul]       0.8.10claws92
9402         * src/compose.c
9403                 freeze text before autosave and thaw afterwards
9404                 fixes bug 67 'autosave make re-rediting message crazy'
9406 2003-03-06 [christoph]  0.8.10claws91
9408         * src/compose.c
9409                 ignore address comment in dupe check for Cc-list
9411         (closes reopened bug 47 Replying to message strips name part of
9412          e-mail addresses of Cc: lines)
9414 2003-03-06 [paul]       0.8.10claws90
9416         * src/Makefile.am
9417                 remove reference to gtkxtext.h as its no longer in
9418                 the repository
9420 2003-03-06 [paul]       0.8.10claws89
9422         * sync with 0.8.10cvs25
9423                 see ChangeLog 2003-03-06
9425 2003-03-06 [oliver]     0.8.10claws88
9426         
9427         * src/messageview.c
9428                 remove include
9430 2003-03-06 [oliver]     0.8.10claws87
9431         
9432         * src/folderview.c 
9433                 remove changes introduced inclaws74
9434         * src/messageview.c
9435                 another attempt to sanely delete and update
9436                 messages deleted in separate messageview
9438 2003-03-05 [christoph]  0.8.10claws86
9440         * src/summaryview.c
9441                 check if "From" matches any account's address if
9442                 addressbook completion of addresses is disabled too
9444         (closes Bug 70 "Display recipient in from" doesn't check
9445          folder's default account)
9447 2003-03-05 [christoph]  0.8.10claws85
9449         * src/compose.c
9450         * src/common/utils.[ch]
9451                 don't strip address comments when building Cc lists
9453         (closes Bug 47 Replying to message strips name part of e-mail addresses
9454          of Cc: lines)
9456         * src/folder.c
9457                 fix return value of copy function
9459 2003-03-05 [christoph]  0.8.10claws84
9461         * src/imap.c
9462                 don't ask imap server for non rfc822 headers
9464         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9466         * src/imap.c
9467                 destroy session on socket error to allow reconnecting
9469 2003-03-05 [christoph]  0.8.10claws83
9471         * configure.ac
9472                 fix building with gnome when no prefix is set
9474         (closes bug 66 Gnome directory is set to NONE)
9476 2003-03-05 [paul]       0.8.10claws82
9478         * sync with 0.8.10cvs23
9479                 see ChangeLog 2003-03-05
9481 2003-03-04 [christoph]  0.8.10claws81
9483         * src/folder.c
9484                 o fix moving and copying when folder returns 0 for new
9485                   message number
9486                 o remove some code for single message copy and move
9487                   operations and use functions for multiple messages
9489         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9491         * src/news.c
9492                 remove unused include
9494 2003-03-04 [paul]       0.8.10claws80
9496         * src/gtk/about.c
9497                 list 'Compiled plugins'
9499 2003-03-03 [christoph]  0.8.10claws79
9501         * src/news.[ch]
9502                 have to multiply the percentage of the current fetch with
9503                 the percentage that it has of the total fetch operation
9504                 for correct values
9506 2003-03-03 [christoph]  0.8.10claws78
9508         * src/news.c
9509                 fix calculation of expected lines for progress indicator
9511 2003-03-03 [christoph]  0.8.10claws77
9513         * src/summaryview.c
9514         * src/common/utils.c
9515                 fix segfault when opening the root news folder
9517 2003-03-03 [christoph]  0.8.10claws76
9519         * src/mainwindow.[ch]
9520         * src/common/Makefile.am
9521         * src/common/progressindicator.[ch]
9522                 add UI independent progress indicator handling
9524         * src/news.[ch]
9525                 use new progress indicator for message info fetching
9527         * src/common/hooks.h
9528                 code cleanup
9530 2003-03-03 [oliver]     0.8.10claws75
9532         * src/toolbar.c
9533         * src/compose.c
9534                 removed commented code
9536 2003-03-03 [oliver]     0.8.10claws74
9538         * src/toolbar.[ch]
9539                 cleanups and refactoring
9540         * src/compose.[ch]
9541                 compose_reply_mode reply & forwarding interface for
9542                 toolbar buttons
9543         * src/folderview.c
9544                 act on messages marked for deletion in folderview_selected
9545                 based on prefs_common.immediate_exec since a message might 
9546                 have been deleted by messageview in a folder we are changing 
9547                 to (does anybody understand what I'm on about ?)
9549 2003-03-03 [oliver]     0.8.10claws73
9550         
9551         * src/messageview.[ch]
9552                 new functions
9553                 - messageview_delete: delete message shown in messagview
9554                 - messageview_update_view: update messageview to currently 
9555                   selected summaryview message
9556                 - add separate messageview to msgview_list in order to update 
9557                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9558         * src/summaryview.[ch]
9559                 summary_get_selection returns a list of selected msgs
9560                 in summaryview
9561         * src/mainwindow.c
9562                 toolbar reply refactoring
9564 2003-03-03 [paul]       0.8.10claws72
9566         * sync with 0.8.10cvs21
9567                 see ChangeLog 2003-03-03
9569 2003-03-02 [christoph]  0.8.10claws71
9571         * src/common/passcrypt.c
9572                 use POSIX includes
9574 2003-03-02 [christoph]  0.8.10claws70
9576         * configure.ac
9577         * src/prefs_account.c
9578         * src/prefs_gtk.[ch]
9579         * src/common/.cvsignore
9580         * src/common/Makefile.am
9581         * src/common/passcrypt.c                ** NEW **
9582         * src/common/passcrypt.h.in             ** NEW **
9583                 Implement password encryption in config files
9584                 using unix encrypt and setkey functions. The crypt
9585                 key can be set as a configure parameter. Old
9586                 passwords will be converted if they do not begin
9587                 with '!'
9589 2003-03-02 [paul]       0.8.10claws69
9591         * src/prefs_account.c
9592                 fix compile error
9594 2003-03-01 [thorsten]   0.8.10claws68
9596         * po/el.po
9597           po/hr.po
9598           po/it.po
9599           po/nl.po
9600           po/sr.po
9601           po/sv.po
9602                 corrected format strings
9603         * po/en_GB.po
9604                 corrected headers
9605                 (fix compile errors with GNU gettext-0.11.5)
9607 2003-03-01 [oliver]     0.8.10claws67
9609         * src/summaryview.c
9610                 menu callbacks call toolbar_menu_reply
9612 2003-03-01 [oliver]     0.8.10claws66
9614         * src/mainwindow.c
9615         * src/messageview.c
9616                 menu callbacks call toolbar_menu_reply
9617         * src/toolbar.[ch]
9618                 callbacks from menu handled by toolbar_menu_reply
9620 2003-03-01 [paul]       0.8.10claws65
9622         * src/addressbook.c
9623                 revert commit 0.8.10claws54 - breaks editing of
9624                 addressbook.
9625                 
9626         * po/bg.po
9627                 update Bulgarian translation, submitted by
9628                 George Danchev
9630 2003-02-28 [christoph]  0.8.10claws64
9632         * src/account.c
9633         * src/addressadd.c
9634         * src/compose.c
9635         * src/gtkaspell.c
9636         * src/gtkxtext.h                ** REMOVE **
9637         * src/imap.c
9638         * src/matcher.[ch]
9639         * src/mh.c
9640         * src/news.c
9641         * src/pine.c
9642         * src/prefs_common.c
9643         * src/prefs_matcher.c
9644         * src/procheader.[ch]
9645         * src/procmsg.[ch]
9646         * src/toolbar.c
9647         * src/common/ssl_certificate.c
9648         * src/gtk/colorlabel.c
9649         * src/gtk/menu.c
9650                 o fix warnings
9651                 o remove code obsoleted by new cache and folder system rework
9653 2003-02-28 [oliver]     0.8.10claws63
9654         
9655         * src/toolbar.[ch]
9656                 * fix bug where reply in Messageview replied to 
9657                 Message displayed in summaryview
9658                 (reportedd via ML by chinatinte at gmx dot ch)
9659                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9660                 didn't work in separate MessageView Toolbar
9661                 (wondering if anybody uses this at all ?)
9662         * src/summaryview.[ch]
9663                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9664                 (generalize reply and forward code);
9665         * src/messageview.c 
9666                 remove focus_in event which updated summaryview to messageview
9668 2003-02-28 [paul]       0.8.10claws62
9670         * po/Makefile.in.in
9671                 add the --check option
9672                 Patch submitted by Ricardo Mones Lastra
9674 2003-02-28 [paul]       0.8.10claws61
9676         * src/prefs_account.c
9677                 re-order 'Signature' items
9679 2003-02-28 [paul]       0.8.10claws60
9681         * sync with 0.8.10cvs20
9682                 see ChangeLog 2003-02-28
9684 2003-02-28 [paul]       0.8.10claws59
9686         * po/POTFILES.in
9687                 update to reflect recent movement of files
9689 2003-02-28 [paul]       0.8.10claws58
9691         * sync with 0.8.10cvs19
9692                 see ChangeLog 2003-02-28
9694 2003-02-27 [martin]     0.8.10claws57
9696         * src/prefs_matcher.c 
9697                 fix segfault in prefs_matcher_ok() when the
9698                 last entry is deleted and prevents that the
9699                 message "entry not saved" comes up after deleting
9700                 an entry
9702 2003-02-27 [martin]     0.8.10claws56
9704         * src/prefs_filtering.c 
9705                 fix segfault in prefs_filtering_ok() when the
9706                 last entry is deleted and prevents that the
9707                 message "entry not saved" comes up after deleting
9708                 an entry
9710 2003-02-27 [paul]       0.8.10claws55
9712         * sync with 0.8.10cvs18
9713                 see ChangeLog 2003-02-27
9715 2003-02-27 [paul]       0.8.10claws54
9717         * src/addressbook.c
9718                 fix bug where the address book crashes with 
9719                 multiple lookups.
9720                 Patch [687729] submitted by David Frager 
9721                 <dbfrager@users.sourceforge.net>
9723 2003-02-25 [christoph]  0.8.10claws53
9725         * src/Makefile.am
9726         * src/colorlabel.[ch]           ** REMOVE **
9727         * src/gtk/Makefile.am
9728         * src/gtk/colorlabel.[ch]       ** NEW **
9729                 move colorlabel files to gtk directory
9731         * src/esmtp.[ch]                ** REMOVE **
9732                 has been merged into smtp.[ch] in 0.7.5
9734 2003-02-25 [christoph]  0.8.10claws52
9736         * src/Makefile.am
9737         * src/about.[ch]                ** REMOVE **
9738         * src/gtk/Makefile.am
9739         * src/gtk/about.[ch]            ** NEW **
9740                 move about files to gtk directory
9742 2003-02-25 [christoph]  0.8.10claws51
9744         * src/folder.c
9745                 some code optimization of folder scanning code
9747         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9749 2003-02-25 [christoph]  0.8.10claws50
9751         * src/main.c
9752         * src/common/sylpheed.c
9753                 add command line parameter parsing to common code
9755 2003-02-24 [christoph]
9757         * Makefile.am
9758         * configure.ac
9759                 fix gnome prefix problems, the configure script now removed
9760                 `gnome-config --prefix` from `gnome-config --datadir`
9761                 and adds $(prefix} instead
9763         (closes Bug 24 Makefile does not respect prefix when installing
9764          GNOME data)
9766 2003-02-24 [christoph]  0.8.10claws49
9768         * src/news.c
9769                 check for valid session before trying to authenticate
9771         (closes Bug 60 crash if "authenticate on logon" is activated
9772          and newsserver-hostname is not valid)
9774 2003-02-24 [melvin]     0.8.10claws48
9776         * src/prefs_actions.c
9777                 Make sure all user's input is sent to the action and then
9778                 close the socket..
9780 2003-02-23 [alfons]     0.8.10claws46
9782         * src/summaryview.c
9783                 also wait cursor when deleting files
9785 2003-02-23 [paul]
9787         * tools/freshmeat_search.pl
9788           tools/google_search.pl
9789                 scripts should now work for any browser/browser command line
9791 2003-02-22 [christoph]  0.8.10claws45
9793         * src/procmsg.c
9794                 fix IMAP flag setting, IMAP flag is not handled correctly
9795                 anymore by the folder system and information about the
9796                 folder should not be saved in the MsgInfo (in my opinion)
9798         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9800 2003-02-22 [christoph]  0.8.10claws44
9802         * src/summaryview.c
9803                 fix spelling of "label" ;-)
9805 2003-02-22 [thorsten]   0.8.10claws43
9807         * src/mimeview.c
9808           src/prefs_common.[ch]
9809           src/procmime.[ch]
9810                 do not use description as attachment name
9812 2003-02-22 [alfons]     0.8.10claws42
9814         * src/summaryview.c
9815                 freeze/thaw folder item updates when changing color labels,
9816                 and put a wait cursors on
9818 2003-02-22 [thorsten]   0.8.10claws41
9820         * src/mimeview.c
9821                 save-all fixes: crash if invoked on multipart container,
9822                 mimeinfo access, pathseparators, error dialog
9824 2003-02-21 [alfons]     0.8.10claws40
9826         * src/prefs_gtk.c
9827                 remove unused var
9829 2003-02-21 [colin]      0.8.10claws39
9831         * src/send.c
9832                 Fix smtp logging
9834 2003-02-21 [colin]      0.8.10claws38
9836         * src/summaryview.c
9837                 Freeze/thaw folderItem updates when filtering messages 
9838                 via Tools/Filter messages
9840 2003-02-21 [paul]       0.8.10claws37
9842         * src/compose.c
9843                 revert commit 0.8.10claws26, there are ulterior motives
9844                 for users to set a Reply-To header when posting to
9845                 newsgroups
9847 2003-02-21 [paul]       0.8.10claws36
9849         * sync with 0.8.10cvs17
9850                 see ChangeLog 2003-02-21
9852 2003-02-20 [christoph]  0.8.10claws35
9854         * src/imap.c
9855                 IMAP UID fetch speedup using SEARCH
9857         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9859         * src/imap.c
9860                 fix problem with UIDs in IMAP UID cache that no longer existed
9862 2003-02-20 [christoph]  0.8.10claws34
9864         * src/imap.c
9865         * src/procheader.c
9866         * src/procheader.h
9867                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9869         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9871         * src/imap.c
9872                 Rewrite imap_cmd_gen_recv use sock_getline instead
9873                 of sock_gets to avoid problems with too long reply
9874                 lines
9875     
9876 2003-02-20 [colin]      0.8.10claws33
9877         
9878         * src/prefs_account.c
9879                 Better wording
9881 2003-02-20 [colin]      0.8.10claws32
9883         * src/compose.c
9884                 Remove useless '&& !to_sender' 
9886 2003-02-20 [darko]
9888         * AUTHORS
9889                 change my e-mail address
9891 2003-02-19 [colin]      0.8.10claws31
9893         * src/prefs_common.c
9894                 X11 style colors for every configurable color
9896 2003-02-19 [alfons]     0.8.10claws30
9898         * src/prefs_gtk.[ch]
9899         * src/prefs_common.c
9900                 for color_new accept both plain integers and X11 style color
9901                 names (as found in /usr/lib/X11/rgb.txt)
9903 2003-02-19 [paul]       0.8.10claws29
9905         * src/mainwindow.c
9906                 add tooltips to online/offline button and account selector
9907                 button
9909 2003-02-19 [paul]       0.8.10claws28
9911         * src/folder.c
9912           src/news.c
9913           src/prefs_account.[ch]
9914           src/prefs_common.[ch]
9915                 move 'Maximum number of articles to download' to
9916                 account prefs.
9917                 clean up account prefs gui a little by hiding entries
9918                 rather then greying out entries
9920 2003-02-19 [hiro]       0.8.10claws27
9922         * src/common/utils.c
9923                 fix bug #54 'yesterdays date is displayed in the message 
9924                 summary window'
9926 2003-02-19 [paul]       0.8.10claws26
9928         * src/compose.c
9929                 fix bug reported in Feature Request [688596] 
9930                 'Reply-to header in news'
9932 2003-02-18 [paul]       0.8.10claws25
9934         * src/select-keys.c
9935                 add a 'List all keys' button to key selection dialog
9937 2003-02-18 [colin]      0.8.10claws24
9938         
9939         * src/stock_pixmap.c
9940                 fix compile error
9942 2003-02-18 [colin]      0.8.10claws23
9944         * src/common/smtp.[ch]
9945           src/prefs_account.c
9946                 Try to starttls if it seems to be the only
9947                 way to authenticate a user
9949 2003-02-18 [paul]       0.8.10claws22
9951         * src/Makefile.am
9952           src/folderview.c
9953           src/stock_pixmap.[ch]
9954           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9955           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9956                 as a Drafts folder is a special folder allow it to have
9957                 its own unique icons
9959 2003-02-18 [colin]      0.8.10claws21
9961         * src/imap.c
9962                 Fix port selection when using starttls
9964 2003-02-18 [paul]       0.8.10claws20
9966         * src/mainwindow.c
9967           src/prefs_common.[ch]
9968                 make blue the default new mail colour
9970 2003-02-18 [paul]       0.8.10claws19
9972         * sync with 0.8.10cvs14
9973                 see ChangeLog 2003-02-18
9975 2003-02-17 [jens]       0.8.10claws18
9977         * src/common/md5.c
9978                 fixed a compile problem with gcc 3.3
9979                 works on 2.95.3 too (testet on PPC as it is big endian)
9981 2003-02-17 [paul]       0.8.10claws17
9983         * sync with 0.8.10cvs13
9984                 see ChangeLog 2003-02-17
9986 2003-02-17 [paul]       0.8.10claws16
9988         * sync with 0.8.10cvs12
9989                 see ChangeLog 2003-02-17
9991 2003-02-16 [match]      0.8.10claws15
9993         * src/addressbook.c
9994                 Eliminates reloading of address data when items
9995                 deleted or added. Applied submitted by
9996                 Luke Plant <lukeplant@softhome.net>
9998 2003-02-16 [paul]       0.8.10claws14
10000         * src/news.c
10001                 when a 'protocol error' is encountered disconnect from
10002                 the server. This means that the user can carry on viewing
10003                 other articles and doesn't have to either wait until the
10004                 server timesout or quit sylpheed.
10005                 Fixes bug #53 'Unable to read messages in newsgroups, 
10006                 displayed message doesn't change'
10008 2003-02-15 [christoph]  0.8.10claws13
10010         * src/imap.c
10011                 fix bug that stopped scanning of folders when an
10012                 IMAP folder was empty
10014         (closes bug 46 stop scan messages in folders after empty folder)
10016 2003-02-15 [paul]
10018         * tools/Makefile.am
10019           tools/README
10020           tools/freshmeat_search.pl     ** NEW FILE **
10021           tools/google_search.pl        ** NEW FILE **
10022                 Add 2 Actions scripts which search freshmeat/google
10023                 for the selected text using the browser configured
10024                 in sylpheedrc.
10025                 
10026         Note: These scripts are very dependent on the format of the
10027         browser command and may not work on every occasion. Testing
10028         is welcome. 
10030 2003-02-14 [alfons]     0.8.10claws12
10032         * src/compose.c
10033                 fix breakage because of uninitialized account pointer.
10034                 please verify.
10036 2003-02-14 [paul]       0.8.10claws11
10038         * src/compose.c
10039           src/prefs_account.[ch]
10040           src/prefs_common.[ch]
10041                 move signature settings to Account Prefs
10043 2003-02-14 [paul]       0.8.10claws10
10045         * sync with 0.8.10cvs11
10046                 see ChangeLog 2003-02-14
10048 2003-02-13 [thorsten]   0.8.10claws9
10050         * src/news.c
10051                 revert news progressbar (GUI separation)
10053 2003-02-13 [paul]       0.8.10claws8
10055         * src/compose.c
10056                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10057                 paragraph 1
10059 2003-02-13 [paul]       0.8.10claws7
10061         * src/compose.[ch]
10062           src/summaryview.c
10063                 fix 'Follow-up and Reply-to' so that it creates a reply to
10064                 the newsgroup and the sender. If the message has the keyword
10065                 'poster' in the Followup-To header, all replies go to the
10066                 sender, re: RFC 1036, Section 2.2.3
10067                 rename all instances of 'ignore_replyto' to 'to_sender', both
10068                 were previously used, now we use just one.
10070 2003-02-13 [paul]       0.8.10claws6
10072         * sync with 0.8.10cvs9
10073                 see ChangeLog 2003-02-13
10075 2003-02-13 [paul]       0.8.10claws5
10077         * configure.ac
10078                 show which plugins are configured in the configure
10079                 output.
10081 2003-02-12 [thorsten]   0.8.10claws4
10083         * src/news.c
10084                 show progress while fetching news headers
10086 2003-02-12 [christoph]  0.8.10claws3
10088         * configure.ac
10089         * src/plugins/Makefile.am
10090                 use AM_CONDITIONAL to enable plugins, automake correctly
10091                 manages this when creating distdir
10093 2003-02-12 [christoph]  0.8.10claws2
10095         * ac/spamassassin.m4
10096         * src/plugins/spamassassin/Makefile.am
10097                 fix building SpamAssassin plugin without OpenSSL
10099 2003-02-12 [paul]       0.8.10claws1
10101         * ac/Makefile.am
10102           src/Makefile.am
10103           src/plugins/Makefile.am
10104                 fix failure of 'make release'
10106 2003-02-12 [paul]       0.8.10claws
10108         * 0.8.10claws released
10110 2003-02-12 [paul]       0.8.9claws56
10112         * po/bg.po
10113           po/es.po
10114           po/it.po
10115           po/ru.po
10116           po/sr.po
10117                 updated translations by George Danchev, Ricardo Mones Lastra,
10118                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10119                 
10120         * sylpheed.spec.in
10121                 Allow the building of RPMs by a regular user. Submitted
10122                 by Sergei Astanin
10124 2003-02-11 [alfons]     0.8.9claws55
10126         * src/colorlabel.c
10127                 don't use pixmaps for label color rect but draw rectangles
10128                 so we can respect the color map of palette based visuals
10129                 (fixes the long time crashes on Suns - thanks to Andreas
10130                 Engel and Steve O'Hara-Smith for testing)
10132 2003-02-11 [christoph]  0.8.9claws54
10134         * src/matcher_parser_parse.y
10135                 correct bug where filering rules of not existing folders in
10136                 matcherrc were added to global filtering
10137                 
10138         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10139          main filter-rules after removing directory, http://bugs.debian.org/180253)
10140         
10141 2003-02-11 [paul]       0.8.9claws53
10143         * sync with 0.8.10cvs7
10144                 see ChangeLog 2003-02-09
10146 2003-02-11 [melvin]     0.8.9claws52
10148         * po/fr.po
10149                 Updated French tranlsations
10151 2003-02-10 [paul]       0.8.9claws51
10153         * sylpheed.spec.in
10154                 correct --enable-openssl
10155                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10157 2003-02-09 [martin]     0.8.9claws50
10159         * src/prefs_matcher.c
10160                 fix segfault in prefs_matcher_substitute_cb() when
10161                 no row is selected
10163 2003-02-09 [paul]       0.8.9claws49
10165         * src/folderview.c
10166                 fix bug where a newsgroup folder's processing rules were
10167                 merged with the global filtering rules when the newsgroup
10168                 folder was deleted, causing some seriously bad results,
10169                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10171 2003-02-08 [melvin]     0.8.9claws48
10173         * src/compose.c
10174                 Corrected and modified an alert message.
10176 2003-02-07 [paul]       0.8.9claws47
10178         * src/folderview.c
10179                 fix bug where both an 'Account properties' window and a
10180                 'Folder properties' window were opened when clicking on
10181                 'Properties' in an NNTP or IMAP folder's popup menu.
10183 2003-02-07 [paul]       0.8.9claws46
10185         * sync with 0.8.10cvs6
10186                 see ChangeLog 2003-02-06
10188 2003-02-06 [christoph]  0.8.9claws45
10190         * src/mbox.c
10191                 freeze folder updates while importing mbox files
10192                 (closes bug 43 importing mbox took hours)
10193                 
10194         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10196 2003-02-06 [thorsten]   0.8.9claws44
10198         * po/de.po
10199                 Updated german translations
10201 2003-02-06 [thorsten]   0.8.9claws43
10203         * src/news.h
10204                 use guint for message numbers (fix count in grouplist dialog)
10206 2003-02-05 [paul]       0.8.9claws42
10208         * sync with 0.8.10cvs2
10209                 see ChangeLog 2003-02-05
10211 2003-02-04 [colin]      0.8.9claws41
10213         * src/prefs_common.[ch]
10214           src/procmsg.c
10215           src/summaryview.c
10216                 Add an option to disable threading by subject
10218 2003-02-04 [christoph]  0.8.9claws40
10220         * src/inc.c
10221                 only abort fetching mails from multiple accounts when the
10222                 error is fatal and does not allow to check any more accounts
10223                 (currently only disk full error)
10225         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10226          receive mails for other accouts)
10228 2003-02-04 [christoph]  0.8.9claws39
10230         * src/folder.c
10231                 first add the new message to the cache, then
10232                 send the update notification
10234         (closes bug 39 after sending message folderview doesnt get updated)
10236 2003-02-04 [colin]      0.8.9claws38
10238         * src/inc.c
10239                 _really_ fix this Connecting... status
10241 2003-02-04 [paul]       0.8.9claws37
10243         * sync with 0.8.10
10244                 see ChangeLog 2003-02-04
10246 2003-02-04 [paul]       0.8.9claws36
10248         * sync with 0.8.9cvs6
10249                 see ChangeLog 2003-02-03
10251 2003-02-04 [paul]       0.8.9claws35
10253         * po/pt_BR.po
10254                 updated by André Filipe de Assunção e Brito 
10255                 <bedecko@netsite.com.br>
10257 2003-02-03 [thorsten]   0.8.9claws34
10259         * po/de.po
10260                 Updated german translations
10262 2003-02-02 [paul]       0.8.9claws33
10264         * po/es.po
10265                 updated by Ricardo Mones Lastra
10267 2003-02-02 [thorsten]   0.8.9claws32
10269         * src/mh.c
10270                 Fix mh_get_msginfo() segfault if file is inaccessible
10272 2003-01-31 [colin]      0.8.9claws31
10274         * src/procheader.c
10275                 Fix last commit's bug
10277 2003-01-31 [colin]      0.8.9claws30
10279         * src/procheader.c
10280                 Missing a change for gpg-signed messages
10282 2003-01-31 [paul]       0.8.9claws29
10284         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10285           src/procheader.c
10286           src/stock_pixmap.[ch]
10287           src/summaryview.c
10288                 indicate GnuPG signed messages by displaying an icon
10289                 in the Attachment column.
10291 2003-01-31 [paul]       0.8.9claws28
10293         * sync with 0.8.9cvs4
10294                 see ChangeLog 2003-01-31
10296 2003-01-31 [alfons]     0.8.9claws27
10298         * src/textview.c
10299                 tune URI parser to accept mailto URLs with a '?'
10300                 (patch from Ruslan Balkin)
10302 2003-01-31 [colin]      0.8.9claws26
10304         * src/summaryview.c
10305                 Fix a leak introduced in claws24
10307 2003-01-31 [colin]      0.8.9claws25
10309         * src/summaryview.c
10310                 Freeze/Thaw folder updates when deleting dups
10312 2003-01-31 [colin]      0.8.9claws24
10313         
10314         * src/addr_compl.c
10315           src/summaryview.c
10316           src/msgcache.c
10317                 little speed improvements
10319 2003-01-31 [colin]      0.8.9claws23
10321         * src/summaryview.c
10322                 Fix segfault when forwarding nothing
10323                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10324                 
10325 2003-01-30 [paul]       0.8.9claws22
10327         * sync with 0.8.9cvs3
10328                 see ChangeLog 2003-01-30
10330 2003-01-30 [paul]       0.8.9claws21
10332         * sync with 0.8.9cvs2
10333                 see ChangeLog 2003-01-30
10335 2003-01-29 [paul]       0.8.9claws20
10337         * sync with 0.8.9cvs1
10338                 see ChangeLog 2003-01-29
10340 2003-01-28 [paul]       0.8.9claws19
10342         * po/POTFILES.in
10343                 update to reflect changes. 
10344                 thanks to Ricardo Mones Lastra
10346 2003-01-27 [christoph]  0.8.9claws18
10348         * ac/openssl.m4
10349         * ac/spamassassin.m4
10350         * src/plugins/spamassassin/README
10351         * src/plugins/spamassassin/libspamc.[ch]
10352         * src/plugins/spamassassin/utils.[ch]
10353                 updated to latest libspamc
10355 2003-01-27 [christoph]  0.8.9claws17
10357         * src/folder.c
10358                 fix wrong use of procheader_get_header_fields
10360 2003-01-27 [christoph]  0.8.9claws16
10362         * src/news.c
10363         * src/prefs_account.[ch]
10364         * src/common/nntp.[ch]
10365                 allow to force authentication for NNTP servers
10367         Patch submitted by Florian Mickler <dmk@d-labs.de>
10369 2003-01-26 [paul]       0.8.9claws15
10371         * src/summaryview.c
10372                 speed up of marking messages as read
10373                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10375 2003-01-26 [christoph]  0.8.9claws14
10377         * src/Makefile.am
10378         * src/mgutils.[ch]              ** REMOVE **
10379         * src/xml.[ch]                  ** REMOVE **
10380         * src/xmlprops.[ch]             ** REMOVE **
10381         * src/common/Makefile.am
10382         * src/common/mgutils.[ch]       ** NEW **
10383         * src/common/xml.[ch]           ** NEW **
10384         * src/common/xmlprops.[ch]      ** NEW **
10385                 move xml files to common directory
10387 2003-01-26 [christoph]  0.8.9claws13
10389         * src/plugins/spamassassin/spamassassin_gtk.c
10390                 only set gtk entry text if string is available
10392 2003-01-26 [melvin]     0.8.9claws12
10394         * src/description_window.c
10395                 Allow resizing of the window
10396                 Allow automatic horizontal scroll bar
10397                 Do not vertically expand and fill
10399 2003-01-26 [christoph]  0.8.9claws11
10401         * src/Makefile.am
10402         * src/gtkutils.[ch]             ** REMOVE **
10403         * src/common/sylpheed.c
10404         * src/gtk/Makefile.am
10405         * src/gtk/description_window.c
10406         * src/gtk/gtkutils.[ch]         ** NEW **
10407         * src/gtk/prefswindow.c
10408                 move gtkutils to gtk directory
10410 2003-01-26 [paul]       0.8.9claws10
10412         * src/summaryview.c
10413                 rename summary_unread_clicked() to summary_status_clicked()
10415 2003-01-26 [melvin]     0.8.9claws9
10417         * src/prefs_actions.c
10418                 Cosmetical changes to the help text
10420 2003-01-26 [paul]       0.8.9claws8
10422         * src/folder.[ch]
10423           src/mainwindow.c
10424           src/prefs_common.c
10425           src/prefs_sumamry_column.c
10426           summaryview.[ch]
10427                 rename the 'Unread' column to 'Status'
10429 2003-01-25 [match]      0.8.9claws7
10431         * src/mgutils.[ch]
10432                 removed reference to LDAP constants. removed error2string.
10433                 included functions to support LDAP dynamic queries.
10434         * src/syldap.h
10435                 moved LDAP constants here.
10436         * src/addressbook.c
10437         * src/addrindex.c
10438         * src/importldif.c
10439                 removed references to LDAP constants and references to
10440                 error2string.
10442 2003-01-25 [paul]       0.8.9claws6
10444         * src/summaryview.c
10445                 summary_thread_build(), summary_thread_init(): remove 
10446                 unneeded reference to summaryview->folder_item
10448 2003-01-25 [christoph]  0.8.9claws5
10450         * src/gtk/description_window.c
10451                 o allow description texts to expand over multiple columns
10452                 o translate all columns
10453         * src/prefs_actions.c
10454                 change syntax description to use new multi column feature
10456         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10458 2003-01-25 [match]      0.8.9claws4
10460         * src/vcard.c
10461                 fixed bug with Quoted-Printable
10463 2003-01-25 [paul]       0.8.9claws3
10465         * src/folder.[ch]
10466           src/summaryview.[ch]
10467                 implement per-folder collapsed/expanded threads setting
10468                 
10469         * src/prefs_common.c
10470                 remove global collapsed/expanded threads option
10472 2003-01-25 [christoph]  0.8.9claws2
10474         * po/POTFILES.in
10475                 add pluginwindow and prefswindow
10476         * src/compose.c
10477                 make send respond correctly to messages that could be added
10478                 to the queue folder, but the UID of the message is unknown
10479         * src/folder.c
10480         * src/imap.c
10481                 don't return guessed UIDs in imap_add_msg anymore. We return
10482                 0 to tell the folder system it was appened but the UID is
10483                 unknown. Folder system now get's the UID by scaning the folder
10484                 and searching the cache for the Message-ID
10485                 (closes bug #29 Messages queued, but not sent)
10487 2003-01-25 [paul]       0.8.9claws1
10489         * src/codeconv.c
10490                 conv_encode_header():  fix bug when long headers with 8-bit
10491                 characters are used, so that the encoded words are wrapped.
10492                 If the space in the original text falls on the wrap boundary,
10493                 it can be lost.
10494                 Patch by Sergey Vlasov.
10495                 
10496         * src/folderview.c
10497                  fix bug where a change to the sorting method or thread view
10498                  of a folder's messages is lost if simpify-subject is set and
10499                  toggled on or off.
10500                  Patch by Luke Plant.
10502 2003-01-24 [paul]       0.8.9claws
10504         * sylpheed-0.8.9claws released
10505         
10506         * Makefile.am
10507           sylpheed.spec.in
10508                 remove reference to 'INSTALL.jp'
10510 2003-01-23 [paul]       0.8.8claws128
10512         * po/es.po
10513           po/it.po
10514           po/ru.po
10515           po/sr.po
10516                 updated translations. submitted by Ricardo Mones Lastra,
10517                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10519 2003-01-23 [colin]      0.8.8claws127
10521         * src/compose.c
10522                 Fix drafted and queued news articles re-edition
10524 2003-01-23 [melvin]     0.8.8claws126
10526         * po/fr.po
10527                 Updated French translations
10529 2003-01-23 [colin]      0.8.8claws125
10531         * src/inc.c
10532                 Fix "Connecting to..." status message
10534 2003-01-22 [paul]       0.8.8claws124
10536         * po/bg.po
10537                 updated by George Danchev
10538                 
10539         * src/folder.c
10540                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10541                 and folder deletion
10543 2003-01-21 [paul]       0.8.8claws123
10545         * po/bg.po
10546                 updated by George Danchev
10547                 
10548         * src/about.c
10549                 its now 2003
10550                 
10551         * src/toolbar.c
10552                 don't translate 'Separator'
10553                 
10554         * src/plugins/spamassassin/Makefile.am
10555                 add aspell to CPPFLAGS
10556                 
10557         * src/plugins/spamassassin/spamassassin.c
10558           src/plugins/spamassassin/spamassassin_gtk.c
10559                 set correct default for spamassassin_receive_spam
10560                 slightly re-word descriptions and some
10561                 other minor changes
10563 2003-01-19 [alfons]     0.8.8claws122
10564                 
10565         * src/mimeview.c
10566                 mimeview_save_as(): we might as well show the file name for
10567                 the single case "Save As" too
10569 2003-01-19 [alfons]     0.8.8claws121
10571         * src/crash.c
10572                 change bug tracker URL to bugzilla URL
10574 2003-01-19 [alfons]     0.8.8claws120
10576         * src/mimeview.c
10577                 mimeview_save_all(): display name of file before overwriting;
10578                 continue saving all, even when one overwrite was cancelled
10580 2003-01-19 [christoph]  0.8.8claws119
10582         * src/summaryview.c
10583         * src/procmsg.[ch]
10584                 fix wrong usage of procmsg_find_children in summaryview
10585                 by using procmsg_update_unread_children instead of
10586                 summaryview_update_unread_children
10588 2003-01-19 [christoph]  0.8.8claws118
10590         * src/procmsg.c
10591                 fix infinite loop in procmsg_find_children
10592                  (closes bug #25 sylpheed crashes on delete.)
10594         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10596 2003-01-19 [paul]       0.8.8claws117
10598         * po/pt_BR.po
10599                 updated by Ivan Francolin Martinez
10601 2003-01-18 [melvin]     0.8.8claws116
10603         * src/prefs_actions.c
10604                 Removed syntax limitation of only one '&' at the end of command.
10605                         Now actions that contain '>/dev/null 2>&1' are possible.
10607 2003-01-18 [melvin]     0.8.8claws115
10609         * src/prefs_actions.c
10610                 Actions IO dialog: when the action ends
10611                 the "Close" button now has focus and [Escape] closes the
10612                 window.
10614 2003-01-18 [christoph]  0.8.8claws114
10616         * src/procmsg.c
10617                 o add debug output when MsgInfos are really freed
10618                 o free GSLists in procmsg_find_children and
10619                   procmsg_update_unread_children
10621 2003-01-18 [christoph]  0.8.8claws113
10623         * src/mainwindow.c
10624                 reorder Configuration menu
10626 2003-01-18 [christoph]  0.8.8claws112
10628         * src/compose.c
10629                 fix applying templates to forwarded messages
10631         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10633 2003-01-17 [christoph]  0.8.8claws111
10635         * src/folder.c
10636                 destroy folder items, when a folder item is removed
10638 2003-01-17 [christoph]  0.8.8claws110
10640         * src/folder.c
10641                 fix wrong folder stats update when ignored message is
10642                 deleted
10644 2003-01-17 [colin]      0.8.8claws109
10645         
10646         * src/mainwindow.c
10647         * src/summaryview.c
10648                 Quicksearch bugfixes: 
10649                 - hide help button at startup if not extended
10650                 - switch to extended when looking for replies
10652 2003-01-17 [paul]
10654         * sync with 0.8.9 release
10656 2003-01-17 [paul]       0.8.8claws108
10658         * sync with 0.8.8cvs11
10659                 see ChangeLog 2003-01-17
10661 2003-01-16 [colin]      0.8.8claws107
10663         * src/procmsg.c
10664                 Changed encryption test to re-ask passphrase
10665                 if an encrypted message hasn't been decrypted
10666                 Fixes bug #5
10668 2003-01-16 [christoph]  0.8.8claws106
10670         * src/prefs_gtk.c
10671         * src/prefs_toolbar.c
10672         * src/gtk/prefswindow.h
10673         * src/plugins/spamassassin/spamassassin_gtk.c
10674                 remove page destroy function that is not used anymore
10676 2003-01-16 [paul]       0.8.8claws105
10678         * sync with 0.8.8cvs9
10679                 see ChangeLog 2002-01-16
10681 2003-01-16 [colin]      0.8.8claws104
10683         * src/compose.[ch]
10684                 Fix bug with autosaved drafts for IMAP, when draft
10685                 folder is specified - fixes bugzilla bug #20
10687 2003-01-15 [paul]       0.8.8claws103
10689         * src/compose.[ch]
10690           src/procmsg.c
10691                 store folder and message-id of message forwarding
10692                 in queue header and set forward flag after sending
10694 2003-01-15 [paul]       0.8.8claws102
10696         * sync with 0.8.8cvs8
10697                 see ChangeLog 2002-01-15
10699 2003-01-15 [colin]      0.8.8claws101
10701         * src/Makefile.am
10702                 Fix linking with GNU libiconv
10704 2003-01-15 [darko]      0.8.8claws100
10706         * src/pine.c
10707                 fix crash when importing pine address book
10708                 entry with an empty name (reported by DY
10709                 <dybulk at tri8.net>)
10711 2003-01-14 [paul]       0.8.8claws99
10713         * configure.in  ** REMOVED **
10714           configure.ac  ** NEW FILE **
10715                 rename configure.in to configure.ac, as it is now
10716                 preferred
10718 2003-01-14 [melvin]     0.8.8claws98
10720         * src/folderview.c
10721                 folderview_check_new(): More precise function description
10723 2003-01-14 [melvin]     0.8.8claws97
10725         * src/folderview.c
10726                 folderview_check_new(): return the number of new messages 
10727                         since last check.
10728         * src/inc.c
10729                 inc_account_mail(): Disable counting of new messages for IMAP
10730                         and NNTP until bug [19] and [14] are fixed.
10732 2003-01-14 [paul]       0.8.8claws96
10734         * sync with 0.8.8cvs6
10735                 see ChangeLog 2003-01-14
10737 2003-01-13 [alfons]     0.8.8claws95
10739         * src/textview.c
10740                 tune email address validation (c. 0.8.8claws89): if . is 
10741                 just one char away from @, the address is invalid too 
10742                 (correctly rejects addresses like foo@.com)
10744 2003-01-13 [paul]       0.8.8claws94
10746         * src/messageview.c
10747           src/toolbar.c
10748                 fixes to the Message View toolbar and menu:
10749                 fix non-functioning Forward button
10750                 make Reply button consider default_reply_list
10751                 remove 'Follow-up...' menu entry
10752                 add 'Forward' and 'Redirect' menu entries
10754 2003-01-13 [melvin]     0.8.8claws93
10756         * src/inc.c
10757                 Fixed typo that could make new messages count incorrect.
10759 2003-01-13 [melvin]     0.8.8claws92
10761         * src/folderview.[ch]
10762                 folderview_check_new(): return the number of new messages.
10763         * src/inc.c
10764                 Should fix bug [14] where new mail notification worked 
10765                         incorrectly with IMAP accounts.
10766                 inc_spool_account(): return number of new msgs, or -1 on error
10767                 inc_all_spool(): return number of new msgs
10768                 
10769 2003-01-13 [melvin]     0.8.8claws91
10771         * src/prefs_actions.c
10772                 Justify help text.
10774 2003-01-12 [thorsten]   0.8.8claws90
10776         * src/common/prefs.c
10777                 close file before rename
10779 2003-01-12 [alfons]     0.8.8claws89
10781         * AUTHORS
10782                 add Christian Mertes
10783         * src/common/utils.[ch]
10784                 g_stricase_hash(), g_stricase_equal(): functions for 
10785                 case insensitive hash tables
10786         * src/textview.c
10787                 use top level domain names to validate email address, based
10788                 on a patch by Christian Mertes (thanks!), but changed 
10789                 implementation to use a hash table 
10791 2003-01-12 [paul]       0.8.8claws88
10793         * po/bg.po
10794                 updated by George Danchev
10796 2003-01-12 [alfons]     0.8.8claws87
10798         * src/summaryview.c
10799                 delete / execute performance: use new style folder update
10801 2003-01-12 [paul]       0.8.8claws86
10803         * sync with 0.8.8cvs5
10804                 see ChangeLog 2003-01-13 (!)
10806 2003-01-12 [alfons]     0.8.8claws85
10808         * src/filtering.c
10809         * src/matcher_parser_parse.y
10810                 prepare change_score filtering action
10811         * src/matcher.[ch]
10812                 give up const-correctness on functions that call non-const-correct functions;
10813                 several casts to gpointer in g_free();
10814                 add change_score;
10816 2003-01-12 [christoph]  0.8.8claws84
10818         * src/compose.c
10819                 fix 2 warnings
10821         * src/gtk/prefswindow.[ch]
10822         * src/plugins/spamassassin/spamassassin_gtk.c
10823                 changed the call of the widget create function
10824                 for PrefsPages, because sometimes the widget
10825                 create function needs a widget that already has
10826                 been attached to a window (to create GDK pixmaps
10827                 for exmaple). So we simply pass the GtkWindow as
10828                 the second parameter now.
10830         * src/main.c
10831         * src/mainwindow.c
10832         * src/prefs_toolbar.[ch]
10833                 rewrite Toolbar Preferences using the new
10834                 prefs window
10836 2003-01-11 [alfons]     0.8.8claws83
10838         * src/addressadd.c
10839                 fix crash when adding sender to addressbook because status bar
10840                 isn't there (the status bar doesn't seem to be used though,
10841                 but I'll let Match decide what to do with it)
10843 2003-01-11 [colin]      0.8.8claws82
10845         * src/main.c
10846           src/toolbar.c
10847                 Two useless changes reversed
10849 2003-01-11 [colin]      0.8.8claws81
10851         * src/mainwindow.c
10852           src/mainwindow.h
10853                 Add mainwindow_get_mainwindow()
10854         * src/alertpanel.c
10855           src/alertpanel.h
10856                 Add alertpanel_error_log() 
10857         * src/compose.c
10858           src/inc.c
10859           src/messageview.c
10860           src/toolbar.c
10861           src/main.c
10862           src/procmsg.c
10863                 Network errors get a View Log button
10865 2003-01-10 [alfons]     0.8.8claws80
10867         * src/prefs_toolbar.c
10868         * src/toolbar.c
10869                 use the translatable string for "Separator" as file name for
10870                 separator toolbar items (probably make this uppercase?)
10872 2003-01-10 [alfons]     0.8.8claws79
10874         * src/prefs_toolbar.c
10875                 put right A_SEPARATOR description string in "displayed
10876                 toolbar items list" so manually added separators are
10877                 saved correctly (bug #10, "Adding a separator to the main 
10878                 toolbar fails, entry in xml file is wrong")
10880 2003-01-10 [christoph]  0.8.8claws78
10882         * src/imap.c
10883                 o fix warnings
10884                 o use CAPABILITY to check if NAMESPACE is available
10886 2003-01-10 [christoph]  0.8.8claws77
10888         * src/imap.[ch]
10889                 apply UIDPLUS IMAP extension support patch
10891         Patch submitted by Simon 'corecode' Schubert
10893 2003-01-10 [paul]       0.8.8claws76
10895         * src/folderview.c
10896                 a sync from main which fixes the news account folders'
10897                 Properties bug
10899 2003-01-10 [christoph]  0.8.8claws75
10901         * src/folder.c
10902                 don't accept 0 as a valid uid returned by copy and move
10903                 functions. 0 means the message was copied or moved but the
10904                 new uid could not be fetched. It is not an error condition
10905                 for the copy or move operation.
10907 2003-01-10 [paul]       0.8.8claws74
10909         * src/prefs_filtering.c
10910                 change English used in Alert when entry is not
10911                 saved.
10912                 
10913         * sync with 0.8.8cvs4
10914                 see ChangeLog 2003-01-10
10916 2003-01-10 [darko]      0.8.8claws73
10918         * src/pine.c
10919                 fix crash when importing address book entry
10920                 without a valid address
10922 2003-01-09 [alfons]     0.8.8claws72
10924         * src/inc.c
10925                 filtering performance: use new style folder update
10927 2003-01-09 [christoph]  0.8.8claws71
10929         * src/compose.c
10930         * src/gtk/menu.[ch]
10931                 fix wrong selecting of mime encoding type, when
10932                 opening property dialog of attachments in the
10933                 compose window. 7bit was always selected and that
10934                 destoryed files with 8bit data.
10935                 (closes bug #9 Sylpheed-claws destroys attachments when
10936                  changing MIME-types)
10938 2003-01-09 [paul]       0.8.8claws70
10940         * sync with 0.8.8cvs3
10941                 see ChangeLog 2003-01-09
10943 2003-01-08 [alfons]     0.8.8claws69
10944         
10945         * src/addressadd.c
10946                 apply patch by Kim Schulz to fix build breakage
10947                 because of missing variable
10949 2003-01-08 [paul]       0.8.8claws68
10951         * sync with 0.8.8cvs2
10952                 see ChangeLog 2002-01-08
10954 2003-01-08 [paul]       0.8.8claws67
10956         * po/it.po
10957                 updated by Alessandro Maestri
10958                 
10959         * src/addressadd.c
10960                 when using 'Add sender to addressbook' allow
10961                 name to be edited and remarks to be entered
10962                 Patch submitted by Luke Plant
10964 2003-01-08 [darko]      0.8.8claws66
10966         * README.claws, src/summaryview.c
10967                 fix description for marked messages
10969 2003-01-08 [paul]
10971         * tools/Makefile.am
10972           tools/launch_phoenix  ** NEW FILE **
10973                 add script that enables using Phoenix as the default
10974                 web browser. 
10975                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10976                 
10977         * tools/OOo2sylpheed.pl
10978                 remove full path to sylpheed executable, just 'sylpheed'
10979                 will do
10980                 
10981         * tools/README
10982                 add launch_phoenix informtion and re-arrange and compress
10983                 the data a little
10985 2003-01-07 [christoph]  0.8.8claws65
10987         * src/folder.c
10988                 fix update for source folder when moving messages
10989         * src/procmsg.[ch]
10990         * src/summaryview.c
10991                 use function to set to_folder for message infos and
10992                 automatically update the op_count for old and new
10993                 folder
10995 2003-01-07 [melvin]     0.8.8claws64
10997         * src/prefs_actions.c
10998                 Fixed bug where an '%p' Action on a displayed image crashed 
10999                         Sylpheed
11000                 Code clean up (get rid of duplicated code and removed unnecessary 
11001                                 structure member)
11003 2003-01-07 [christoph]  0.8.8claws63
11005         * src/compose.c
11006         * src/folder.[ch]
11007         * src/folderview.c
11008         * src/import.c
11009         * src/inc.c
11010         * src/main.c
11011         * src/mainwindow.c
11012         * src/messageview.c
11013         * src/prefs_folder_item.c
11014         * src/procmsg.c
11015         * src/summaryview.c
11016         * src/toolbar.c
11017                 o remove all folder update triggering from the UI code. The folder
11018                   system should know much better when a folder needs an update.
11019                 o to prevent multiple updates in a row the folder updates can be
11020                   frozen for some time.
11022                 Note: - Please verify that no updates are missing
11023                       - Check where freeze/thaws should be added
11025 2003-01-07 [christoph]  0.8.8claws62
11027         * src/prefs_actions.c
11028                 don't translate empty strings
11030         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11032 2003-01-06 [christoph]  0.8.8claws61
11034         * src/prefs_actions.c
11035                 mark strings for gettext
11036         * src/prefs_matcher.c
11037                 use new description window for Execute action and
11038                 match condition in Filtering
11040         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11042 2003-01-06 [alfons]     0.8.8claws60
11044         keep myself inspired to re-organize matcher part 8; 
11045         yes, more to come (I need to move out the descriptive
11046         text for actions to matcher.c, or at least make it not
11047         depend on the wicked ordering)
11049         * src/prefs_matcher.c
11050                 add documentation so others may comprehend the
11051                 UI part of the conditions
11052                 
11053 2003-01-06 [christoph]  0.8.8claws59
11055         * src/prefs_actions.c
11056                 use new description window for syntax help
11057         * src/gtk/description_window.c
11058                 fix display of descriptions with column count != 2
11060         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11062 2003-01-06 [christoph]  0.8.8claws58
11064         * src/quote_fmt.c
11065         * src/summaryview.[ch]
11066         * src/gtk/Makefile.am
11067         * src/gtk/description_window.[ch]       ** NEW **
11068                 use a generic window to display syntax descriptions
11069                 currently used in quote_fmt and summaryview (new description
11070                 for extended quick search)
11072         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11074 2003-01-06 [paul]       0.8.8claws57
11076         * sync with 0.8.8cvs1
11077                 see ChangeLog 2003-01-06
11079 2003-01-06 [christoph]  0.8.8claws56
11081         * src/mainwindow.c
11082         * src/prefs_gtk.[ch]
11083         * src/gtk/prefswindow.[ch]
11084         * src/plugins/spamassassin/spamassassin_gtk.c
11085                 o remove page management from prefswindow, pages
11086                   will be an argument to prefswindow_open
11087                 o prefswindow_open gets a datapointer that is
11088                   passed to the widget_create function to allow
11089                   creation of prefswindow for specific items
11091 2003-01-06 [colin]      0.8.8claws55
11092         
11093         * src/summaryview.c
11094                 We don't want regexp in the reply-finder, 
11095                 because MIDs can contain !,$,. and so on
11097 2003-01-06 [jens]       0.8.8claws54
11099         * src/jpilot.c
11100                 fixed a wrong free in jpilot_read_db_files
11102 2003-01-06 [alfons]     0.8.8claws53
11104         re-organize matcher part 8; more to come
11105        
11106         * src/matcher.c
11107                 matcherprop_to_string(): put g_free()s before the
11108                 switch-case break to fix memleaks                
11110 2003-01-06 [colin]      0.8.8claws52
11112         * src/summaryview.c
11113                 cleanup & reply-finder now displays the first 
11114                 matching message
11116 2003-01-05 [alfons]     0.8.8claws51
11118         re-organize matcher part 7; more to come
11120         * src/matcher.[ch]
11121                 fixes for constant correctness;
11122                 more documentation;
11124 2003-01-05 [alfons]     0.8.8claws50
11126         re-organize matcher part 6; more to come
11127         
11128         * src/matcher.[ch]
11129                 fixes for constant correctness;
11130                 more documentation;
11131         * src/filtering.c
11132                 fix for constant correctness
11134 2003-01-05 [colin]      0.8.8claws49
11136         * src/account.[ch]
11137                 Add account_get_reply_account function
11138         * src/compose.c
11139                 Use account_get_reply_account function 
11140         * src/summaryview.c
11141                 Basic reply-finder - click on the replied
11142                 icon gets you to the outbox using quick-search
11144 2003-01-05 [paul]       0.8.8claws48
11146         * src/prefs_common.c
11147                 small change to English
11148                 
11149         * src/prefs_filtering.c
11150                 prefs_filtering_action_select(): improve logic and uniformity
11151                 of gui
11153 2003-01-05 [alfons]     0.8.8claws47
11155         fine tune solution to focus problems (bug #7)
11157         * src/mainwindow.c
11158                 mainwindow_focus_in_event(): remove grab event check
11159         * src/summaryview.c
11160                 summary_button_pressed(): move selection on right-click
11161                 too. we can't possibly move the selection back after
11162                 canceling a dialog, because gtk's incomplete focus 
11163                 management. whether this is a good solution, only time
11164                 will tell.
11166 2003-01-05 [christoph]  0.8.8claws46
11168         * src/imap.c
11169                 fix crash when no imap connection could be established
11171 2003-01-05 [paul]       0.8.8claws45
11173         * src/mainwindow.c
11174           src/sumamryview.c
11175           src/gtk/menu.[ch]
11176                 fix bug 605957 'shortcuts in popup-menu'
11177                 make user-defined shortcuts work
11178                 show shortcuts that are already defined
11179                 in the main menu
11180                 Patch submitted by Luke Plant
11182 2003-01-05 [alfons]     0.8.8claws44
11184         * src/mainwindow.c
11185                 focus_in_event handler should not select summary view row 
11186                 when another window (menu, dialog) grabbed for events 
11187                 (bug #7, "[0.8.8claws42] Message summary focus") 
11189 2003-01-04 [christoph]  0.8.8claws43
11191         * src/procmsg.c
11192                 update save folder after adding the sent message
11193                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11195 2003-01-02 [christoph]  0.8.8claws42
11197         * src/common/plugin.c
11198                 fix unloading of all plugins and unload
11199                 plugins in reverse order
11200                 
11201         * src/gtk/pluginwindow.c
11202                 implement function of load and unload button
11204         * src/gtk/prefswindow.c
11205         * src/gtk/prefswindow.h
11206                 rename register function and add new unregister
11207                 function
11209         * src/plugins/spamassassin/spamassassin_gtk.c
11210                 unregister prefs page and update for changes in
11211                 src/gtk/prefswindow.c
11213 2003-01-02 [paul]       0.8.8claws41
11215         * po/es.po
11216                 updated by Ricardo Mones Lastra
11218 2003-01-02 [paul]
11220         * tools/tb2sylpheed
11221                 fixes and improvements by Urke MMI
11223 2003-01-02 [thorsten]   0.8.8claws40
11225         * src/procmsg.c
11226                 fixed wrong return value
11228 2003-01-02 [thorsten]   0.8.8claws39
11230         * src/prefs.c
11231                 fixed printing wrong variable
11233 2003-01-02 [thorsten]   0.8.8claws38
11235         * src/prefs.c
11236                 fixed acessing members of freed pfile struct
11238 2003-01-02 [thorsten]   0.8.8claws37
11240         * src/procmsg.c
11241                 detect loops across several messages
11242                 as suggested by Christoph Hohmann
11244 2003-01-01 [match]      0.8.8claws36
11246         * src/addrindex.c
11247                 fixed another memory leak.
11249 2003-01-01 [match]      0.8.8claws35
11251         * src/jpilot.[ch]
11252                 fixed memory leaks. applied Doxygen comments.
11254 2003-01-01 [thorsten]   0.8.8claws34
11256         * src/procmsg.c
11257                 inhibit endless loop if msg references itself
11258                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11260 2003-01-01 [christoph]  0.8.8claws33
11262         * src/mainwindow.c
11263         * src/gtk/Makefile.am
11264         * src/gtk/pluginwindow.c                ** NEW **
11265         * src/gtk/pluginwindow.h                ** NEW **
11266                 add plugin window
11268         * src/plugins/demo/demo.c
11269         * src/plugins/spamassassin/spamassassin.c
11270         * src/plugins/spamassassin/spamassassin_gtk.c
11271                 write better plugin descriptions
11273 2002-12-31 [christoph]  0.8.8claws32
11275         * src/gtk/prefswindow.c
11276         * src/plugins/spamassassin/spamassassin_gtk.c
11277                 some small improvements to GTK code
11279 2002-12-31 [christoph]  0.8.8claws31
11281         * src/plugins/spamassassin/spamassassin_gtk.c
11282                 enable folder select button
11284 2002-12-31 [christoph]  0.8.8claws30
11286         * src/mainwindow.c
11287         * src/gtk/Makefile.am
11288         * src/gtk/prefswindow.c                         ** NEW **
11289         * src/gtk/prefswindow.h                         ** NEW **
11290                 add new prefs window
11292         * src/common/plugin.c
11293                 don't try to load empty config lines
11294         
11295         * src/plugins/spamassassin/Makefile.am
11296         * src/plugins/spamassassin/spamassassin.c
11297         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11298         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11299                 GTK config for SpamAssassin Plugin using
11300                 the new prefs window
11302 2002-12-31 [paul]       0.8.8claws29
11304         * po/POTFILES.in
11305                 remove obsolete entry 'src/menu.c'
11307 2002-12-31 [alfons]     0.8.8claws28
11309         * src/matcher.[ch]
11310         * src/matcher_parser_parse.y
11311         * src/prefs_matcher.c
11312                 add "ignore_thread" and "~ignore_thread" condition so it's
11313                 possible to make the actions / scoring operate on the ignore
11314                 thread flag
11316 2002-12-31 [christoph]  0.8.8claws27
11318         * src/addrbook.c
11319         * src/addrindex.c
11320         * src/folder.c
11321         * src/matcher.c
11322         * src/prefs_account.c
11323         * src/prefs_actions.c
11324         * src/prefs_customheader.c
11325         * src/prefs_display_header.c
11326         * src/prefs_gtk.c
11327         * src/procmime.c
11328         * src/toolbar.c
11329         * src/xmlprops.c
11330         * src/common/prefs.[ch]
11331                 extend prefs file handling for reading and automatic handling
11332                 of blocks. When reading prefs_set_block_label will automatically
11333                 move on to the block. When writing it will copy all other blocks
11334                 automatically
11336         * src/common/plugin.c
11337                 Now loading plugin filenames from [Plugins] block in
11338                 sylpheed rc file
11340 2002-12-30 [christoph]  0.8.8claws26
11342         * src/common/hooks.[ch]
11343                 return abort status to caller of hooks_invoke
11344                 
11345         * src/inc.[ch]
11346                 invoke message filtering hook and stop
11347                 default handling when filter returns abort
11349         * src/common/plugin.[ch]
11350         * src/plugins/demo/demo.c
11351                 modify plugin loader, because resolving symbols for strings
11352                 does not work correctly
11353         
11354         * configure.in
11355         * ac/spamassassin.m4                            ** NEW **
11356         * src/plugins/spamassassin/.cvsignore           ** NEW **
11357         * src/plugins/spamassassin/Makefile.am          ** NEW **
11358         * src/plugins/spamassassin/README               ** NEW **
11359         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11360         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11361         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11362                 add spamassassin plugin, see src/plugins/spamassassin/README
11363                 for details
11365 2002-12-29 [alfons]     0.8.8claws25
11367         * src/mainwindow.c
11368                 when moving focus from a message view to the main 
11369                 window, don't forget to select the summary node
11370                 of the displayed message. should fix "[ 659103 ] 
11371                 focus-follows-mouse confuses sylpheed"
11373 2002-12-29 [christoph]  0.8.8claws24
11375         * src/Makefile.am
11376         * src/stringtable.[ch]          ** REMOVE **
11377         * src/common/Makefile.am
11378         * src/common/stringtable.[ch]   ** NEW **
11379                 move stringtable files to common directory
11381 2002-12-29 [christoph]  0.8.8claws23
11383         * src/Makefile.am
11384         * src/menu.[ch]                 ** REMOVE **
11385         * src/gtk/Makefile.am
11386         * src/gtk/menu.[ch]             ** NEW **
11387                 move menu files to gtk directory
11389 2002-12-29 [match]      0.8.8claws22
11391         * src/addressbook.c
11392         * src/syldap.c
11393                 moved UI specific code out of LDAP code into addressbook
11394                 UI code. fixed memory leak.
11396 2002-12-29 [christoph]  0.8.8claws21
11398         * src/folder.c
11399                 only check for IGNORED parent message when message is
11400                 not IGNORED itself
11402 2002-12-29 [alfons]     0.8.8claws20
11404         * src/summaryview.c
11405                 set gtksctree's anchor correct (immediate execute
11406                 changes the tree's layout, and anchor points at 
11407                 the incorrect row). fixes "[ 657233 ] multiple msg 
11408                 delete sometimes off by 1".
11409                 we probably have to look for more tree layout /
11410                 anchor glitches.
11412 2002-12-29 [paul]       0.8.8claws19
11414         * src/summaryview.c
11415                 fix bug [ 659054 ] incorrect sorting of 'From' column
11416                 when using 'display sender using address book'
11417                 thanks to Alfons and Luke Plant
11419 2002-12-29 [christoph]  0.8.8claws18
11421         * src/folder.c
11422         * src/procmsg.[ch]
11423                 check parent messages for IGNORE THREAD flag, when adding,
11424                 moving or copying messages to a folder
11426 2002-12-27 [alfons]     0.8.8claws17
11428         re-organize matcher part 5; more to come
11430         * src/matcher.c
11431                 hash keywords in matchparser_tab 
11433 2002-12-27 [alfons]     0.8.8claws16
11435         re-organize matcher part 4; more to come
11437         * src/matcher_parser.h
11438         * src/matcher_parser_lex.l
11439         * src/matcher_parser_parse.y
11440                 cleanup
11442 2002-12-27 [alfons]     0.8.8claws15
11444         re-organize matcher part 3; more to come
11446         * src/matcher.[ch]
11447                 cleanup
11449 2002-12-27 [alfons]     0.8.8claws14
11451         re-organize matcher part 2; more to come but this should
11452         work. cc me if there are any regressions.
11454         * src/matcher.h
11455                 add prototype for get_matchparser_tab_id()
11456         * src/matcher_parser_lex.l
11457                 look up keywords using matchparser_tab_id();
11459 2002-12-27 [alfons]     0.8.8claws12
11461         re-organize matcher part 1
11463         * src/matcher.h
11464                 map yacc generated constants to sylpheed matcher constants
11465         * src/matcher.c
11466                 add function to find a matcher constant from a string
11468 2002-12-27 [christoph]  0.8.8claws11
11470         * src/compose.c
11471                 MENUITEM_ADD casts the 4th argument from integer to pointer
11472                 so it probably should not be a pointer, this means we
11473                 should use account id for it and not the account's pointer
11475 2002-12-27 [paul]       0.8.8claws10
11477         * src/mainwindow.c
11478                 remove unneeded 'GtkWidget *vbox'
11479                 
11480         * src/summaryview.c
11481                 further sync with 0.8.8 - make sort
11482                 by recipient work as expected
11483                 
11484         * NEWS
11485                 sync with 0.8.8
11487 2002-12-27 [paul]       0.8.8claws9
11489         * po/pt_BR.po
11490                 updated by Ivan F. Martinez
11491                 
11492 2002-12-27 [darko]      0.8.8claws8
11494         * src/common/utils.c
11495                 added locked pattern to extended search
11497 2002-12-27 [alfons]     0.8.8claws7
11499         * src/prefs_matcher.[ch]
11500                 clean up
11502 2002-12-26 [alfons]     0.8.8claws6
11504         * src/matcher.[ch]
11505         * src/matcher_parser_lex.l
11506         * src/matcher_parser_parse.y
11507         * src/prefs_matcher.c
11508                 allow color label as a condition in the matcher
11510 2002-12-26 [oliver]     0.8.8claws5
11511         
11512         * src/toolbar.c 
11513                 enable Addressbook for Main and Messageview
11514         * src/prefs_actions.c
11515                 enable actions in Messageview
11517 2002-12-26 [christoph]  0.8.8claws4
11519         * src/common/plugin.c
11520                 add a little debug output
11521         * configure.in
11522         * src/plugins/demo/Makefile.am
11523                 better use of automake
11525 2002-12-26 [christoph]  0.8.8claws3
11527         * src/Makefile.am
11528         * src/common/Makefile.am
11529                 fix "make distdir"
11531 2002-12-26 [christoph]  0.8.8claws2
11533         * configure.in
11534                 sort configure checks into common / gtk / plugins
11535         * po/POTFILES.in
11536                 add src/prefs_gtk.c
11537         * src/Makefile.am
11538                 add plugins SUBDIR
11539         * src/main.c
11540         * src/common/sylpheed.[ch]
11541                 added now sylpheed_done function for shutdown
11542         * src/common/Makefile.am
11543         * src/common/plugin.[ch]                ** NEW **
11544                 plugin loader and unloader
11545         * src/plugins/.cvsignore                ** NEW **
11546         * src/plugins/Makefile.am               ** NEW **
11547                 build plugins
11548         * src/plugins/demo/.cvsignore           ** NEW **
11549         * src/plugins/demo/Makefile.am          ** NEW **
11550         * src/plugins/demo/demo.c               ** NEW **
11551                 small demo plugin that installs a logtext hook and
11552                 outputs the log text to stdout
11554 2002-12-26 [paul]       0.8.8claws1
11556         * po/es.po
11557                 updated by Ricardo Mones Lastra
11559 2002-12-26 [paul]       0.8.8claws
11561         * 0.8.8claws released
11563 2002-12-26 [paul]       0.8.7claws12
11565         * po/bg.po
11566                 updated by George Danchev
11568 2002-12-26 [paul]       0.8.7claws11
11570         * po/POTFILES.in
11571                 remove unneeded 'src/prefs.c' entry 
11573 2002-12-26 [paul]       0.8.7claws10
11575         * src/codeconv.c
11576           src/mainwindow.c
11577                 sync with 0.8.8 release
11578         
11579         * src/folder.[ch]
11580           src/mh.c
11581           src/summaryview.c
11582                 partial sync with 0.8.8 release
11583         
11585 2002-12-25 [alfons]     0.8.7claws9
11587         * src/matcher.[ch]
11588         * src/matcher_parser_lex.l
11589         * src/matcher_parser_parse.y
11590         * src/prefs_matcher.c
11591                 add locked flag to possible filtering / matcher 
11592                 conditions (also a good example what should be
11593                 done to add a simple boolean condition)
11595 2002-12-25 [christoph]  0.8.7claws8
11597         * src/Makefile.am
11598         * src/account.[ch]
11599         * src/addrbook.c
11600         * src/addressbook.c
11601         * src/addrindex.c
11602         * src/filtering.c
11603         * src/folder.c
11604         * src/matcher.c
11605         * src/prefs.[ch]                ** REMOVE **
11606         * src/prefs_account.c
11607         * src/prefs_actions.c
11608         * src/prefs_common.c
11609         * src/prefs_customheader.c
11610         * src/prefs_display_header.c
11611         * src/prefs_filtering.c
11612         * src/prefs_folder_item.c
11613         * src/prefs_gtk.[ch]            ** NEW **
11614         * src/prefs_matcher.c
11615         * src/prefs_scoring.c
11616         * src/prefs_summary_column.c
11617         * src/procmime.c
11618         * src/selective_download.c
11619         * src/toolbar.c
11620         * src/common/Makefile.am
11621         * src/common/prefs.[ch]         ** NEW **
11622                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11624 2002-12-24 [alfons]     0.8.7claws7
11626         * src/summaryview.c
11627                 summary_thread_build(): fix real cause of the crash mentioned in
11628                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11629                 this way we get meaningful ctree nodes 
11631 2002-12-24 [oliver]     0.8.7claws6
11633         * src/mainwindow.[ch]
11634         * src/messageview.[ch]
11635         * src/compose.[ch]
11636         * src/inc.c
11637         * src/summaryview.c
11638                 changes to use updated toolbar handling
11639                 
11640 2002-12-24 [oliver]     0.8.7claws5
11642         * src/toolbar.[ch]
11643                 generic toolbar handling
11644                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11645         * src/prefs_toolbar.[ch]
11646                 adjust to handling
11647         
11648 2002-12-24 [oliver]     0.8.7claws4
11649         
11650         * src/stock_pixmap.[ch]
11651                 move SYLPHEED_LOGO to end of list in order 
11652                 to remove it from Custom Toolbar`s Icon View
11654 2002-12-24 [alfons]     0.8.7claws3
11656         * src/summaryview.c
11657                 summary_thread_build(): fix crash because of focus != selection 
11658                 after threading. when deleting the selection, gtk tries but fails 
11659                 to find the correct focusable element. we now force the selection
11660                 to be focused. this should solve the infamous bug reported by 
11661                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11662                 a test case is available. 
11664 2002-12-24 [darko]      0.8.7claws2
11666         * src/summaryview.c
11667                 don't crash when unmarking message with unread children
11669 2002-12-23 [christoph]  0.8.7claws1
11671         * src/Makefile.am
11672         * src/common/Makefile.am
11673                 update Makefiles for moved intl.h, version.h and defs.h
11674         * src/imap.c
11675                 rewrite imap_session_get to avoid duplicate code
11677 2002-12-23 [paul]       0.8.7claws
11679         * Santa-Claws released
11680         
11681         * po/hu.po
11682           po/ru.po
11683                 squeeze in updated Hungarian and Russian translations.
11684                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11686 2002-12-23 [paul]       0.8.6claws129
11688         * po/pl.po
11689                 updated by Witold Wladyslaw Wojciech Wilk
11691 2002-12-23 [paul]       0.8.6claws128
11693         * src/quote_fmt_parse.y
11694                 fix typo and add licence header
11696 2002-12-23 [paul]       0.8.6claws127
11698         * po/en_GB.po
11699                 updated
11701 2002-12-23 [paul]       0.8.6claws126
11703         * po/it.po
11704                 updated translation, submitted by Alessandro Maestri
11705                 
11706 2002-12-23 [paul]       0.8.6claws125
11708         * src/quote_fmt_parse.y
11709                 fix signature-stripping on replies bug. match
11710                 '-- \n' and not '-- '.
11712 2002-12-22 [paul]       0.8.6claws124
11714         * po/bg.po
11715           po/es.po
11716           po/sr.po
11717                 updated translations. submitted by George Danchev,
11718                 Ricardo Mones Lastra, and Urke MMI respectively
11720 2002-12-21 [paul]       0.8.6claws123
11722         * src/addrbook.c
11723                 fix coding style
11725 2002-12-21 [paul]       0.8.6claws122
11727         * src/addrbook.c
11728                 fix bug [643638] where if a person is in one or more
11729                 addressbook groups editing that person's email 
11730                 address results in removal from those groups.
11731                 Patch submitted by Luke Plant.
11733 2002-12-20 [christoph]  0.8.6claws121
11735         * src/common/utils.c
11736         * src/summaryview.c
11737                 reimplement expand_search_string using GString to
11738                 prevent crashs caused by miscalculated string
11739                 lengths reported by Paul
11741 2002-12-20 [christoph]  0.8.6claws120
11743         * src/summaryview.c
11744                 don't use "changed" to check if op_count has to be changed as it
11745                 is also set when the message has unread children
11746                 (closes bug [ 653221 ] crash while deleting duplicates)
11748 2002-12-20 [paul]       0.8.6claws119
11750         * sync with 0.8.6cvs27
11751                 see ChangeLog 2002-12-20
11753 2002-12-20 [paul]       0.8.6claws118
11755         * sync with 0.8.6cvs26
11756                 see ChangeLog 2002-12-19 and 2002-12-20
11758 2002-12-19 [alfons]     0.8.6claws117
11760         * src/textview.c
11761                 fix incorrect parsing of email addresses, submitted by 
11762                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11763                 name display if it contains @".
11765 2002-12-18 [paul]       0.8.6claws116
11767         * sync with 0.8.6cvs23
11768                 see ChangeLog 2002-12-18
11770 2002-12-18 [paul]       0.8.6claws115
11772         * src/Makefile.am
11773         * src/account.c
11774         * src/codeconv.c
11775         * src/gtkutils.[ch]
11776         * src/imap.c
11777                 sync with 0.8.6cvs22.
11778                 see ChangeLog 2002-12-17 and 2002-12-18
11780 2002-12-17 [christoph]  0.8.6claws114
11782         * src/imap.c
11783                 o don't create a session if imap greeting fails
11784                 o don't close socket when authentication fails
11785                   this is done by imap_session_destroy
11787 2002-12-17 [thorsten]   0.8.6claws113
11789         * tools/Makefile.am
11790           tools/README
11791           tools/google_msgid.pl ** NEW FILE **
11792                 Added "search for message-id" script and doc
11794 2002-12-17 [thorsten]   0.8.6claws112
11796         * po/hu.po
11797                 Updated hungarian translation
11798                 (updated by Gal Zoltan)
11800 2002-12-16 [christoph]  0.8.6claws111
11802         * src/addr_compl.c
11803                 remove stupid addressbook dump to debug output
11804         * src/mh.c
11805                 fix memory leak found by Hiro
11807 2002-12-14 [paul]       0.8.6claws110
11809         * src/compose.c
11810                 fix menubar sensitivity on send
11811                 
11812         * src/prefs_filtering.c
11813         * src/prefs_matcher.c
11814         * src/prefs_scoring.c
11815                 Fix english ;)
11816                 
11817         * src/common/quoted-printable.h
11818                 sync: fix typo
11819         
11820 2002-12-13 [christoph]  0.8.6claws109
11822         * src/Makefile.am
11823         * src/manage_window.[ch]        ** REMOVE **
11824         * src/gtk/Makefile.am
11825         * src/gtk/manage_window.[ch]    ** NEW **
11826                 move manage_window files to gtk directory
11828 2002-12-13 [christoph]  0.8.6claws108
11830         * src/Makefile.am
11831         * src/gtkshruler.[ch]           ** REMOVE **
11832         * src/gtk/Makefile.am
11833         * src/gtk/gtkshruler.[ch]       ** NEW **
11834                 move gtkshruler files to gtk directory
11836 2002-12-13 [christoph]  0.8.6claws107
11838         * src/Makefile.am
11839         * src/compose.c
11840         * src/gtkstext.[ch]             ** REMOVE **
11841         * src/gtkutils.[ch]
11842         * src/textview.c
11843         * src/gtk/gtkstext.[ch]         ** NEW **
11844         * src/gtk/Makefile.am
11845                 o move stext functions to gtkstext.c to remove
11846                   dependency of gtkutils
11847                 o move gtkstext files to gtk directory
11849         * src/gtk/Makefile.am
11850         * src/gtk/sslcertwindow.[ch]
11851                 UI stuff can always depend on common code so
11852                 it's ok to add ../common to include path
11854 2002-12-13 [colin]      0.8.6claws106
11856         * src/summaryview.c
11857                 Disconnect sighandlers for mainwindow when
11858                 quicksearch has the focus
11859                 Fix bug #653231
11860         * src/mainwindow.[ch]
11861                 Make key_pressed callback public, to be able
11862                 to disconnect it
11864 2002-12-13 [christoph]  0.8.6claws105
11866         * src/mh.c
11867                 create .mh_sequences file in new MH folders
11868                 (closes feature request [ 523162 ] MH folders should
11869                  get a .mh_sequences)
11871 2002-12-13 [colin]      0.8.6claws104
11873         * src/summaryview.c
11874                 Better handling of quicksearch show/hide
11875                 (basically the button stays under the mouse 
11876                  when toggled)
11878 2002-12-13 [paul]       0.8.6claws103
11880         * sync with 0.8.6cvs17
11881                 see ChangeLog 2002-12-13
11883 2002-12-13 [paul]       0.8.6claws102
11885         * po/es.po
11886                 updated by Ricardo Mones Lastra
11888 2002-12-11 [colin]       0.8.6claws101
11890         * src/folder.c
11891                 remove statusbar stuff
11892           src/folderview.c
11893                 set statusbar verbosity when moving folders
11895 2002-12-11 [colin]       0.8.6claws100
11896         * src/prefs_filtering.c
11897         * src/prefs_matcher.c
11898         * src/prefs_scoring.c
11899                 Fix english ;)
11901 2002-12-11 [colin]       0.8.6claws99
11903         * src/prefs_common.[ch]
11904                 Add summary_quicksearch_type
11905         * src/summaryview.c
11906                 Save last used quicksearch type
11908 2002-12-11 [jens]       0.8.6claws98
11909         * src/prefs_filtering.c
11910         * src/prefs_matcher.c
11911         * src/prefs_scoring.c
11912                 added dialog for incomplete rules in scoring, filtering and
11913                 matcher to ask wheather really close
11915 2002-12-11 [colin]      0.8.6claws97
11917         * src/folder.c
11918                 Fix folder dnd statusbar logging
11920 2002-12-10 [christoph]  0.8.6claws96
11922         * src/compose.c
11923         * src/folder.c
11924         * src/imap.c
11925         * src/inc.c
11926         * src/main.c
11927         * src/mainwindow.c
11928         * src/news.c
11929         * src/send.c
11930         * src/statusbar.[ch]
11931         * src/common/hooks.c
11932         * src/common/log.[ch]
11933                 o handle verbose logging in statusbar directly in statusbar code
11934                   and common code does not need any knowledge about a statusbar
11935                 o remove direct calls to statusbar_(puts|pop)_all functions
11937 2002-12-10 [jens]       0.8.6claws95
11939         * src/*.c
11940                 removed gettext from g_warnings
11941         * po/POTFILES.in
11942                 cleaned and updated
11943         * po/de.po
11944                 updated
11946 2002-12-10 [colin]      0.8.6claws94
11948         * src/main.c
11949                 finish crash dialog fix
11951 2002-12-10 [colin]      0.8.6claws93
11953         * src/main.c
11954                 "Fix" "sylpheed already running" instead of
11955                 crash dialog appearing after a crash
11957 2002-12-10 [colin]      0.8.6claws92
11959         * po/POTFILES.in
11960                 add src/gtk/sslcertwindow.c
11962 2002-12-10 [paul]       0.8.6claws91
11964         * po/POTFILES.in
11965                 updated to reflect recent changes
11966                 submitted by Alessandro Maestri
11968 2002-12-09 [christoph]  0.8.6claws90
11970         * src/Makefile.am
11971         * src/smtp.[ch]                 ** REMOVE **
11972         * src/common/Makefile.am
11973         * src/common/smtp.[ch]          ** NEW **
11974                 move smtp files to common directory
11976 2002-12-09 [christoph]  0.8.6claws89
11978         * src/Makefile.am
11979         * src/session.[ch]              ** REMOVE **
11980         * src/common/Makefile.am
11981         * src/common/session.[ch]       ** NEW **
11982                 move session files to common directory
11984 2002-12-09 [paul]       0.8.6claws88
11986         * src/account.c
11987                 fix bug [649746] edit accounts: move account reverted
11988                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11990 2002-12-09 [colin]      0.8.6claws87
11992         * src/ssl_certificate.c
11993                 cleanup
11995 2002-12-09 [colin]      0.8.6claws86
11997         * src/ssl.c
11998                 Try to open the cert.pem database and 
11999                 issue a warning if it isn't there
12001 2002-12-09 [colin]      0.8.6claws85
12003         * src/common/ssl_certificate.c
12004         * src/gtk/sslcertwindow.c
12005                 Warning fixes
12007 2002-12-09 [colin]      0.8.6claws84
12009         * src/ssl_certificate.[ch] ** REMOVED **
12010         * src/common/ssl_certificate.[ch] ** NEW **
12011         * src/Makefile.am
12012         * src/common/Makefile.am
12013                 Moved ssl_certificate.[ch] to common
12014         * src/common/ssl.c 
12015                 Put back needed include
12016         * src/gtk/sslcertwindow.[ch]
12017                 Changed ssl_certificate.h include
12018         
12019 2002-12-09 [colin]      0.8.6claws83
12021         * src/gtk/sslcertwindow.[ch]
12022                 Implement hook for certificate acception
12023         * src/ssl_certificate.[ch]
12024                 Implement hook for certificate acception
12025         * src/common/ssl.c
12026                 Reenable certificate acception check
12027         * src/mainwindow.c
12028                 Register sslcertwindow's hook
12029         
12030 2002-12-08 [christoph]  0.8.6claws82
12032         * src/about.c
12033         * src/addr_compl.c
12034         * src/codeconv.c
12035         * src/manual.c
12036         * src/undo.c
12037         * src/common/utils.c
12038                 o add missing includes
12039                 o fix warnings
12040         * src/.cvsignore
12041         * src/common/.cvsignore
12042         * src/common/version.h          ** REMOVE **
12043                 remove autogenerated file
12045 2002-12-08 [paul]       0.8.6claws81
12047         * src/stringtable.c
12048                 put back needed include
12050 2002-12-08 [colin]      0.8.6claws80
12051         
12052         * src/gtk/sslcertwindow.c
12053                 Cleaner popups when asking
12054         * src/ssl_certificate.c
12055         * src/prefs_common.[ch]
12056                 remove ssl certificate pref
12057                 put back needed include
12058         * src/undo.c
12059                 put back needed include
12061 2002-12-08 [christoph]  0.8.6claws79
12063         * src/folderview.c
12064         * src/logwindow.c
12065         * src/statusbar.c
12066         * src/summaryview.c
12067                 only abort hook invokation if required data is missing not
12068                 if our own data pointer is NULL, update hookfunction for
12069                 log window
12071 2002-12-08 [paul]       0.8.6claws78
12073         * src/about.c
12074         * src/addrcache.c
12075         * src/addrclip.c
12076         * src/addr_compl.c
12077         * src/addrselect.c
12078         * src/codeconv.c
12079         * src/colorlabel.c
12080         * src/enriched.c
12081         * src/esmtp.c
12082         * src/exporthtml.c
12083         * src/headerview.c
12084         * src/imageview.c
12085         * src/manual.c
12086         * src/noticeview.c
12087         * src/pgptext.c
12088         * src/scoring.c
12089         * src/sourcewindow.c
12090         * src/stringtable.c
12091         * src/undo.c
12092                 clean up: remove unneccesary includes
12094 2002-12-08 [christoph]  0.8.6claws77
12096         * src/folderview.c
12097         * src/statusbar.c
12098         * src/summaryview.c
12099         * src/common/hooks.[ch]
12100                 hook functions now have a gboolean return value, if a hook
12101                 returns TRUE it will stop executing of any more hooks in
12102                 the same hooklist for this invokation
12104 2002-12-08 [colin]      0.8.6claws76
12105         
12106         * src/main.c
12107                 put back argv0 for CRASH_DIALOG
12109 2002-12-08 [christoph]  0.8.6claws75
12111         * src/Makefile.am
12112         * src/about.c
12113         * src/account.c
12114         * src/crash.c
12115         * src/esmtp.h
12116         * src/imap.[ch]
12117         * src/inc.c
12118         * src/main.c
12119         * src/mainwindow.c
12120         * src/news.c
12121         * src/pop.[ch]
12122         * src/prefs_account.[ch]
12123         * src/prefs_common.[ch]
12124         * src/send.[ch]
12125         * src/smtp.[ch]
12126         * src/ssl_certificate.[ch]
12127         * src/ssl_manager.[ch]
12128         * src/common/Makefile.am
12129         * src/common/log.c
12130         * src/common/nntp.[ch]
12131         * src/common/socket.[ch]
12132         * src/common/ssl.[ch]
12133         * src/gtk/sslcertwindow.[ch]
12134         * ac/openssl.m4
12135                 use new autoconf script to detect OpenSSL with extra parameters
12136                 to specify the location of libs and includes, also remove USE_SSL
12137                 to USE_OPENSSL
12139         * src/common/sylpheed.[ch]
12140         * src/common/version.h.in
12141                 start seperation of common code initialization seperated from gui
12143         * src/summaryview.c
12144                 The function that is called when a color label changes
12145                 should not change the color lable again
12147 2002-12-08 [colin]      0.8.6claws74
12149         * src/gtk/sslcertwindow.c
12150                 warning fixes
12152 2002-12-08 [colin]      0.8.6claws73
12154         * src/statusbar.c
12155           src/common/log.h
12156                 Register a hook for statusbar_puts_all
12157         * src/common/log.c
12158                 invoke statusbar_puts_all's hook
12159         
12160 2002-12-08 [colin]      0.8.6claws72
12162         * src/ssl_certificate.c
12163                 Put back a badly-removed include
12165 2002-12-08 [colin]      0.8.6claws71
12167         * src/gtk/sslcertwindow.[ch]    ** NEW **
12168                 new certificate presentation
12169         * src/gtk/Makefile.am
12170                 add new files
12171         * src/ssl_certificate.[ch]
12172                 gtk cleanup, made utility functions public
12173         * src/ssl_manager.c
12174                 use new cert presentation
12176 2002-12-07 [christoph]  0.8.6claws70
12178         * src/Makefile.am
12179         * src/nntp.[ch]                 ** REMOVE **
12180         * src/common/Makefile.am
12181         * src/common/nntp.[ch]          ** NEW **
12182                 move nntp files to common directory
12184 2002-12-07 [christoph]  0.8.6claws69
12186         * src/procmsg.[ch]
12187         * src/summaryview.c
12188                 implement msginfo update callback using sylpheed's new
12189                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12191 2002-12-06 [christoph]  0.8.6claws68
12193         * src/editgroup.c
12194                 This patch changes the 'Edit Group Details' dialog to
12195                 allow extended selections in either pane, so that
12196                 addresses can be added or removed from a group more
12197                 quickly and easily. (it actually is a net decrease in
12198                 file size, as some unnecessary functions have been
12199                 removed). 
12200                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12202 2002-12-06 [christoph]  0.8.6claws67
12204         * src/Makefile.am
12205         * src/template.[ch]             ** REMOVE **
12206         * src/common/Makefile.am
12207         * src/common/template.[ch]      ** NEW **
12208                 move template files to common directory
12210         * src/nntp.c
12211                 add missing log.h include
12213 2002-12-06 [melvin]     0.8.6claws66
12215         * src/prefs_actions.c
12216                 Added the trailing ">" syntax to insert command's output
12217                 without replacing old text (in contrast to trailing "|").
12219 2002-12-05 [colin]      0.8.6claws65
12220         
12221         * src/common/utils.c
12222                 Don't modify original search_string or it'll change
12223                 the next iterations in the for()
12225 2002-12-05 [darko]      0.8.6claws64
12227         * src/common/utils.c
12228                 proper check for filtering commands, found by Colin
12230 2002-12-05 [darko]      0.8.6claws63
12232         * src/common/utils.c
12233                 check proper string for NULL pointer, found by Colin
12235 2002-12-05 [darko]      0.8.6claws62
12237         * src/common/utils.[ch]
12238                 expand_search_string(): new function
12239                 converts Mutt-like patterns to Sylpheed's
12240                 filtering engine
12241         * src/summaryview.c
12242                 use expand_search_string() to allow Mutt-like
12243                 patterns in extended search
12244         * README.claws
12245                 document extended option in quick search
12247 2002-12-05 [paul]       0.8.6claws61
12249         * sync with 0.8.6cvs16
12250                 see ChangeLog 2002-12-05
12251                 
12252         * po/POTFILES.in
12253                 clean up
12255 2002-12-04 [christoph]  0.8.6claws60
12257         * src/imap.[ch]
12258                 put imap authentication code into a new function and
12259                 remove it from imap_session_new that will allow to
12260                 send other commands before authentication
12262 2002-12-04 [christoph]  0.8.6claws59
12264         * src/imap.[ch]
12265                 use already existing method to prevent unneeded IMAP
12266                 folder selects. Set imap_select parameters to NULL
12267                 in some functions if the values are not required.
12269         * src/xml.h
12270                 remove no longer required include
12272 2002-12-04 [paul]       0.8.6claws58
12274         * po/es.po
12275                 updated by Ricardo Mones Lastra
12276                 
12277         * configure.in
12278           po/hu.po      ** NEW FILE **
12279                 initial Hungarian translation, submitted
12280                 by Gál Zoltán <galzoli@hu.inter.net>
12282 2002-12-03 [christoph]  0.8.6claws57
12284         * src/Makefile.am
12285         * src/gtksctree.[ch]            ** REMOVE **
12286         * src/gtk/Makefile.am
12287         * src/gtk/gtksctree.[ch]        ** NEW **
12288                 move gtksctree files to gtk directory
12290 2002-12-03 [christoph]  0.8.6claws56
12292         * src/Makefile.am
12293         * src/md5.[ch]                  ** REMOVE **
12294         * srm/common/Makefile.am
12295         * src/common/md5.[ch]           ** NEW **
12296                 move md5 files to common directory
12298         * src/gtkstext.c
12299                 remove not required #include
12301 2002-12-03 [sergey]     0.8.6claws55
12303         * src/gtkutils.c
12304         * src/gtkutils.h
12305                 gtkut_window_popup(): new function.
12306         * src/mainwindow.c
12307                 main_window_popup(): use gtkut_window_popup() to raise
12308                 window without changing its position.
12309                 (see sylpheed-main ML message [sylpheed:17247])
12311 2002-12-03 [sergey]     0.8.6claws54
12313         * src/send.c
12314                 send_message_local(): removed first-dot escaping
12315                 (SMTP-only, not needed for sending through pipe)
12317 2002-12-03 [paul]       0.8.6claws53
12319         * po/POTFILES.in
12320                 update to reflect recent changes (thanks
12321                 to Ricardo Mones Lastra)
12322                 
12323         * tools/filter_conv.pl
12324                  fix problem with quoted strings. Patch submitted
12325                  by Luke Plant <lukeplant@softhome.net>
12327 2002-12-03 [paul]       0.8.6claws52
12329         * sync with 0.8.6cvs15
12330                 see ChangeLog 2002-12-03
12332 2002-12-02 [christoph]  0.8.6claws51
12334         * src/logwindow.[ch]
12335         * src/common/log.[ch]
12336                 implement logging using a hook function
12338         * src/folderview.c
12339         * src/folder.[ch]
12340                 define hooklist name in header file to avoid
12341                 errors caused by wrong spelling of hooklist names
12343         * src/toolbar.c
12344                 fix warnings
12346 2002-12-02 [christoph]  0.8.6claws50
12348         * src/common/Makefile.am
12349                 add src/common/hooks.[ch]
12351         * src/common/hooks.[ch]
12352                 implement a simple hook system using glib's hook functions
12354         * src/folder.[ch]
12355         * src/folderview.c
12356                 use new hook system for folder item updates
12358 2002-12-02 [christoph]  0.8.6claws49
12360         * doc-src/ui_seperation.txt     ** NEW **
12361                 information for ui seperation
12363         * src/Makefile.am
12364                 remove files that were moved to common
12365                 include common directory by default for the header files
12367         * src/inc.c
12368         * src/common/socket.c
12369         * src/automaton.[ch]
12370                 implement automaton using g_io_*-functions instead of
12371                 gdk_input_add to make it ui independent
12373         * src/codeconv.c
12374         * src/compose.c
12375         * src/ldif.c
12376         * src/pgptext.c
12377         * src/procmime.c
12378         * src/rfc2015.c
12379         * src/smtp.c
12380         * src/unmime.c
12381                 remove common/ prefix because directory is now in
12382                 include path
12384         * src/compose.c
12385         * src/folder.c
12386         * src/folderview.c
12387         * src/mainwindow.c
12388         * src/messageview.c
12389         * src/prefs_common.c
12390         * src/procmsg.c
12391         * src/rfc2015.c
12392                 fix warnings
12394         * src/imap.c
12395         * src/inc.c
12396         * src/news.c
12397         * src/pop.c
12398         * src/send.c
12399         * src/smtp.c
12400         * src/ssl_certificate.c
12401                 add log.h header file for logging functions
12403         * src/main.c
12404         * src/common/utils.c
12405         * src/summaryview.c
12406         * src/xml.c
12407                 o move debug_mode to common/utils.c
12408                 o add functions to set and get debug_mode
12410         * src/defs.h                    ** REMOVE **
12411         * src/intl.h                    ** REMOVE **
12412         * src/socket.[ch]               ** REMOVE **
12413         * src/ssl.[ch]                  ** REMOVE **
12414         * src/utils.[ch]                ** REMOVE **
12415                 replaced by new files in src/common/
12416         
12417         * src/common/Makefile.am
12418                 add new files in src/common/
12420         * src/common/defs.h             ** NEW **
12421         * src/common/intl.h             ** NEW **
12422         * src/common/log.[ch]           ** NEW **
12423         * src/common/socket.[ch]        ** NEW **
12424         * src/common/ssl.[ch]           ** NEW **
12425         * src/common/utils.[ch]         ** NEW **
12426                 replacement for files in src/
12428 2002-12-02 [colin]      0.8.6claws48
12430         * src/folderview.c
12431                 Scroll folderview if necessary during dnd
12433 2002-12-02 [colin]      0.8.6claws47
12435         * src/folder.[ch]
12436                 Add check to verify a move is within a single mailbox
12437         * src/folderview.c
12438                 Add specific error string for this check
12440 2002-12-02 [colin]      0.8.6claws46
12442         * src/folder.c
12443                 Add a test to folder moving, remove a statusbar_print
12444         * src/folderview.c
12445                 Add Move folder... context-menu item
12446                 Factorize folder moving code
12447                 Enable folder DND for mbox
12449 2002-12-01 [christoph]  0.8.6claws45
12451         * ac/aspell.m4
12452                 remove conf.aspelltest if the version check fails
12454 2002-11-30 [christoph]  0.8.6claws44
12456         * autogen.sh
12457                 run libtoolize --force in autogen to create missing
12458                 libtool scripts
12460 2002-11-30 [christoph]  0.8.6claws43
12462         * src/Makefile.am
12463         * src/pgptext.c
12464         * src/procmime.c
12465         * src/rfc2015.c
12466         * src/uuencode.[ch]             ** REMOVED **
12467         * src/common/Makefile.am
12468         * src/common/uuencode.[ch]      ** NEW **
12469                 move uuen/decoder to common directory
12471 2002-11-30 [christoph]  0.8.6claws42
12473         * src/Makefile.am
12474         * src/base64.[ch]               ** REMOVED **
12475         * src/codeconv.c
12476         * src/compose.c
12477         * src/ldif.c
12478         * src/pgptext.c
12479         * src/procmime.c
12480         * src/rfc2015.c
12481         * src/smtp.c
12482         * src/unmime.c
12483         * src/common/Makefile.am
12484         * src/common/base64.[ch]        ** NEW **
12485                 move base64 en/decoder to common directory
12487 2002-11-30 [christoph]  0.8.6claws41
12489         * src/common                    ** NEW **
12490                 new directory for UI independent code
12491         * src/gtk                       ** NEW **
12492                 new directory for GTK frontend
12493         * src/common/.cvsignore         ** NEW **
12494         * src/gtk/.cvsignore            ** NEW **
12495                 ignore build files
12496         * src/common/Makefile.am        ** NEW **
12497         * src/gtk/Makefile.am           ** NEW **
12498                 automake files to build new seperated stuff
12499         * src/Makefile.am
12500                 the binary will currently still be build with the
12501                 files in src, so we include the code from the
12502                 subdirs for now after building the libs there
12504 2002-11-30 [paul]       0.8.6claws40
12506         * src/compose.c
12507                 fix bug [642731] 'Wrong selected account with drafted mail'
12509 2002-11-29 [oliver]     0.8.6claws39
12510         
12511         * src/messageview.c
12512                 o update summaryview when switching between different
12513                   messageviews          
12514         * src/toolbar.c  
12515                 o check if messageview holds already removed msg
12516                   from summaryview
12517                 
12519 2002-11-29 [oliver]     0.8.6claws38
12521         * src/toolbar.c 
12522                 remove not needed variables and includes
12523                 make messageview stay opened and move to next when msgs are deleted 
12525 2002-11-29 [oliver]     0.8.6claws37
12526         
12527         * src/toolbar.c 
12528                 disable compose button (messageview toolbar) by default
12529                 deleted msgs are moved to trash
12530         
12531 2002-11-29 [melvin]     0.8.6claws36
12533         * configure.in
12534                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12535                 and to detect signatures expirations (gpgme 0.3.6)
12537         * src/main.c
12538                 Use non obsolescent function for Gpgme engine checking.
12540         * src/rfc2015.c
12541                 Inform about expired signatures or signatures which key
12542                 has expired. Expiration date is displayed.
12544         * src/sigstatus.c
12545                 Inform about expired signatures or signatures which key
12546                 has expired.
12548 2002-11-28 [paul]       0.8.6claws35
12550         * src/folderview.c
12551                 re-instate 'Check for new messages' in Newsgroup
12552                 folders right-click menu, after a suggestion from
12553                 Tim Mann <timmann@users.sourceforge.net>
12555         * src/main.c
12556                 after a crash check only local folders for new
12557                 messages
12559 2002-11-28 [paul]       0.8.6claws34
12561         * configure.in
12562                 apply patch that fixes the checking of GTK with XIM 
12563                 support on different OSs, such as FreeBSD. Patch 
12564                 submitted by Topia <topia@users.sourceforge.net>
12565                 
12566 2002-11-28 [paul]       0.8.6claws33
12568         * src/mainwindow.c
12569           src/prefs_common.c
12570           src/prefs_toolbar.c
12571                 more changes to the English
12573 2002-11-28 [paul]       0.8.6claws32
12575         * sync with 0.8.6cvs13
12576                 see ChangeLog 2002-11-28 (no sync needed
12577                 for src/compose.c)
12579 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12580         
12581         * src/mainwindow.[ch]
12582                 add patch by Ivan F. Martinez introducing messageview Toolbar
12583                 some changes and committed by oliver    
12585 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12587         * src/messageview.[ch]
12588                 add patch by Ivan F. Martinez introducing messageview Toolbar
12589                 some changes and committed by oliver    
12591 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12593         * src/compose.[ch]
12594                 add patch by Ivan F. Martinez introducing messageview Toolbar
12595                 some changes and committed by oliver    
12597 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12598         
12599         * src/toolbar.[ch]
12600                 add patch by Ivan F. Martinez introducing messageview Toolbar
12601                 some changes and committed by oliver
12603 2002-11-28 [oliver]     0.8.6claws27
12604         
12605         * src/prefs_toolbar.[ch]
12606                 getting ready for messageview toolbar
12607                 free mem allocated by gettext
12608                 change prefs_toolbar to prefs_toolbar_open
12610 2002-11-28 [thorsten]   0.8.6claws26
12612         * src/imageview.[ch]
12613                 cleaned up conflicting declarations of
12614                 imageview_show_image()
12616 2002-11-28 [paul]       0.8.6claws25
12618         * src/grouplistdialog.c
12619           src/prefs_common.c
12620           src/prefs_summary_column.c
12621                 a few more improvements to the English
12623 2002-11-28 [colin]      0.8.6claws24
12625         * man/sylpheed.1
12626                 A few updates to command-line parameters
12628 2002-11-28 [colin]      0.8.6claws23
12630         * src/prefs_filtering.c
12631                 Fix problems with prefs_filtering_delete_path:
12632                 a) if the first rule is removed, original pointers
12633                    weren't updated (leading to segfaults)
12634                 b) it was always global_processing updated in case
12635                    of removed path was parent of rule path
12637 2002-11-27 [paul]       0.8.6claws22
12639         * src/mainwindow.c
12640           src/prefs_account.c
12641           src/prefs_actions.c
12642           src/prefs_common.c
12643           src/prefs_customheader.c
12644           src/prefs_display_header.c
12645           src/prefs_filtering.c
12646           src/prefs_folder_item.c
12647           src/prefs_matcher.c
12648           src/prefs_scoring.c
12649           src/prefs_summary_column.c
12650           src/prefs_template.c
12651           src/prefs_toolbar.c
12652                  improve the English in the GUI
12654 2002-11-27 [colin]      0.8.6claws21
12656         * src/folder.c
12657                 Fix processing renaming problems happening after
12658                 last commit
12660 2002-11-27 [colin]      0.8.6claws20
12662         * src/folder.c
12663                 recursive move now deletes src each subfolder after 
12664                 having moved it
12665         * src/folderview.c
12666                 Use identifier instead of path during dnd (enables
12667                 IMAP folder dnd)
12669 2002-11-27 [paul]       0.8.6claws19
12671         * src/main.c
12672                 apply patch that does command-line processing 
12673                 BEFORE gtk_init, allowing claws to run from 
12674                 shell-scripts in non-X environment (e.g. crontab 
12675                 or ip-up, ip-down scripts). Patch submitted by
12676                 Ruslan N. Balkin <baron@dartel.ru>
12677                 
12678         * po/it.po
12679                 updated by Alessandro Maestri
12681 2002-11-27 [paul]       0.8.6claws18
12683         * sync with 0.8.6cvs12
12684           src/prefs_common.c
12685                 Differences are that main uses a 'Receive dialog'
12686                 frame on the Interface tab, whereas claws groups all 
12687                 the dialogs together in a 'Dialogs' frame.
12689 2002-11-27 [colin]      0.8.6claws17
12691         * src/prefs_matcher.c
12692                 Fix Execute criteria's NOT flag
12695 2002-11-26 [christoph]  0.8.6claws16
12697         * src/ssl.c
12698                 rewrite the ssl code a little bit, only use one
12699                 SSL context, set default certificates' file/path
12701 2002-11-26 [thorsten]   0.8.6claws15
12703         * src/compose.c
12704                 default-reply-to didn't work for ml-reply
12706 2002-11-26 [melvin]     0.8.6claws14
12708         * src/prefs_actions.c
12709                 Made pipe-actions ignore short headers in message view
12710                 Made trailing-pipe-actions write in the message view with
12711                 the same font as the original message
12713 2002-11-26 [paul]       0.8.6claws13
12715         * src/compose.c
12716                 this time commit the correct file
12718 2002-11-26 [paul]       0.8.6claws12
12720         * sync with 0.8.6cvs11
12721           src/quote_fmt_parse.y  
12722                 no sync needed
12723           src/account.[ch]       
12724                 not sync'ed
12725           src/compose.c
12726                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12727                 on draft mode.
12728                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12729                 header
12730                 
12731         see ChangeLog 2002-11-25 and 2002-11-26
12733 2002-11-26 [colin]      0.8.6claws11
12735         * src/folderview.c
12736                 Fix collapsed folder not auto-expanding during
12737                 mail dnd, if it was the source folder.
12739 2002-11-25 [colin]      0.8.6claws10
12741         * src/folderview.[ch]
12742                 Variable renaming and cleaning (slist of nodes 
12743                 to be re-collapsed is stored in FolderView)
12745 2002-11-25 [paul]       0.8.6claws9
12747         * src/prefs_common.[ch]
12748                 fix breakage caused by last commit
12750 2002-11-25 [paul]       0.8.6claws8
12752         * sync with 0.8.6cvs4
12753                 see ChangeLog 2002-11-21
12755 2002-11-25 [paul]       0.8.6claws7
12757         * sync with 0.8.6cvs4
12758                 see ChangeLog 2002-11-20
12760 2002-11-25 [paul]       0.8.6claws6
12762         * sync with 0.8.6cvs3
12763                 see ChangeLog 2002-11-18
12765 2002-11-25 [colin]      0.8.6claws5
12767         * src/gtkutils.[ch]
12768                 Add gtkut_ctree_node_is_parent()
12769         * src/folderview.c
12770                 Spring-loaded folders
12772 2002-11-25 [colin]      0.8.6claws4
12774         * src/utils.[ch]
12775                 Add slist_concat_unique(), function to merge
12776                 two GSList filtering dups
12777         * src/folder.[ch]
12778         * src/summaryview.[ch]
12779         * src/folderview.c
12780         * src/main.c
12781                 Add detection/update/display of unread answers
12782                 to marked mails
12783         * src/procmsg.[ch]
12784                 Add procmsg_find_children()
12785                 Add procmsg_msg_has_marked_parent()
12787 2002-11-25 [colin]      0.8.6claws3
12789         * src/ssl_certificate.[ch]
12790                 Allow checking a certificate without a DNS
12791                 lookup
12792                 Allow to forget a cert (by deleting it)
12793                 Make ssl_certificate_destroy_public
12794         * src/ssl_manager.[ch] ** NEW FILES **
12795                 Gui to manage (display/remove) certificates
12796         * src/prefs_common.[ch]
12797                 Add a pref to allow silent acceptation of
12798                 trusted certificates or not (based on the
12799                 "I want to know what's going on" principle)
12800         * src/mainwindow.c
12801                 Add SSL manager in Tools menu
12802         * src/Makefile.am
12803                 Add the new files to the build
12804         * po/POTFILES.in
12805                 Add ssl_manager.c to translations
12807 2002-11-25 [colin]      0.8.6claws2
12809         * src/summaryview.[ch]
12810                 Add S_SEARCH_EXTENDED to the quick search, which 
12811                 allows to search using filtering syntax.
12813 2002-11-25 [colin]      0.8.6claws1
12815         * src/summaryview.c
12816                 Deletion of duplicates now prefer deleting
12817                 the unread dup (fixes feature-request 638989).
12819 2002-11-24 [paul]       0.8.6claws
12821         * po/es.po
12822           po/pl.po
12823           po/ru.po
12824           po/sr.po
12825                 updated by Ricardo Mones Lastra,
12826                 Witold Wladyslaw Wojciech Wilk,
12827                 Ruslan N. Balkin, and  Urke MMI 
12828                 respectively
12830 2002-11-24 [paul]       0.8.5claws182
12832         * po/bg.po
12833                 updated by George Danchev
12835 2002-11-23 [alfons]     0.8.5claws181
12837         * src/imap.c
12838                 tiny memory leak found by browsing Dimitar's 
12839                 valgrind report
12841 2002-11-23 [paul]       0.8.5claws180
12843         * po/it.po
12844                 updated by Alessandro Maestri
12846 2002-11-22 [christoph]  0.8.5claws179
12848         * src/compose.c
12849         * src/inc.c
12850         * src/prefs_filtering.c
12851         * src/summaryview.c
12852                 more warning fixes
12854 2002-11-22 [alfons]     0.8.5claws178
12856         * src/summaryview.c
12857                 summary_execute_delete_func(): if message is deleted, make 
12858                 sure to also remove its entry in the subject hash table. 
12859                 fixes a corner case bug.
12861 2002-11-22 [paul]       0.8.5claws177
12863         * .cvsignore
12864                 add 'autom4te.cache'
12865                 
12866         * ltconfig      ** REMOVED **
12867                 not needed
12869 2002-11-22 [paul]       0.8.5claws176
12871         * src/textview.c
12872                 textview_set_font(): fix for message display in
12873                 UTF-8 locales (thanks to Sergey Vlasov).
12874                 
12875         * AUTHORS
12876                 add new team members and contributors
12879 2002-11-21 [colin]      0.8.5claws175
12881         * src/procmsg.[ch]
12882                 Add procmsg_remove_special_headers()
12883         * src/mh.c
12884                 Use procmsg_remove_special_headers() for 
12885                 previous fix
12887 2002-11-21 [colin]      0.8.5claws174
12889         * src/mh.c
12890                 Fix moving/copying from queue/draft folders
12891                 for MH folders
12893 2002-11-21 [christoph]  0.8.5claws173
12895         * src/crash.c
12896         * src/filtering.c
12897         * src/logwindow.c
12898         * src/main.c
12899         * src/matcher_parser_lex.[hl]
12900         * src/mbox.c
12901         * src/mbox_folder.[ch]
12902         * src/prefs_filtering.c
12903         * src/procheader.c
12904         * src/quote_fmt_lex.l
12905         * src/ssl.c
12906                 fix all warnings except the warnings in lex and yacc files
12908 2002-11-20 [christoph]  0.8.5claws172
12910         * src/imap.c
12911                 fix MsgInfo retrieval for IMAP draft and queue folders
12912                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12914 2002-11-19 [christoph]  0.8.5claws171
12916         * src/compose.c
12917                 fix segfault, when draft saving does not get
12918                 the MsgInfo of the new message
12919                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12921 2002-11-19 [christoph]  0.8.5claws170
12923         * src/procmsg.c
12924                 add parameter check for flag setting function
12925                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12927 2002-11-18 [paul]       0.8.5claws169
12929         * src/compose.c
12930                 more sensitivity fixes to redirect mode:
12931                 * disable toolbar draft button
12932                 * allow only Address book in the Tools menu
12933                 * disable editing of message by the spell
12934                   checker
12936 2002-11-18 [paul]       0.8.5claws168
12938         * src/compose.c
12939                 fix sensitivity of menu items in compose_redirect():
12940                 allow only the necessary items 
12942 2002-11-18 [paul]       0.8.5claws167
12944         * src/compose.c
12945                 fix bug [ 603259 ] 'attachment got lost on bounce'
12947 2002-11-18 [paul]       0.8.5claws166
12949         * po/ru.po
12950                 updated by Ruslan N. Balkin <baron@dartel.ru>
12952 2002-11-18 [colin]      0.8.5claws165
12954         * src/main.c
12955           src/defs.h
12956                 Remove old filtering stuff
12959 2002-11-17 [oliver]     0.8.5claws164
12961         * src/toolbar.h
12962                 remove not needed typedef 
12964 2002-11-17 [oliver]     0.8.5claws163
12966         * src/toolbar.c
12967                 make toolbar's on click events translatable
12969 2002-11-15 [colin]      0.8.5claws162
12971         * src/summaryview.c
12972                 Revert too-soon integration of a feature
12974 2002-11-15 [christoph]  0.8.5claws161
12976         * src/imap.c
12977                 use main's implementation of imap_get_msginfo
12979 2002-11-15 [christoph]  0.8.5claws160
12981         * src/compose.c
12982         * src/folder.[ch]
12983         * src/imap.c
12984         * src/mbox_folder.c
12985         * src/mh.c
12986         * src/news.c
12987         * src/procmsg.c
12988         * src/summaryview.c
12989                 replace claws' fetch_msginfo with main's get_msginfo
12990                 (use main's implementation where possible)
12992 2002-11-15 [colin]      0.8.5claws159
12994         * src/ssl_certificate.c
12995                 Missed a check
12997 2002-11-16 [melvin]     0.8.5claws158
12999         * po/fr.po
13000                 Updated French translations.
13002 2002-11-16 [colin]      0.8.5claws157
13004         * src/ssl_certificate.c
13005                 Check for missing parts in the certificates
13007 2002-11-15 [colin]      0.8.5claws156
13009         * src/folderview.c
13010                 Preventive fix (missing check) found by
13011                 Alfons
13013 2002-11-15 [paul]
13015         * NEWS
13016                 sync with 0.8.6 release
13018 2002-11-15 [colin]      0.8.5claws155
13020         * src/folder.[ch]
13021           src/folderview.c
13022                 Fix error handling of folder_item_move_to()
13023                 (thanks to Alfons!)
13025 2002-11-15 [colin]      0.8.5claws154
13027         * src/folder.[ch]
13028           src/folderview.c
13029                 folder_item_move_to() sets an error message instead
13030                 of having GUI stuff in folder.c
13032 2002-11-15 [colin]      0.8.5claws153
13034         * src/procmsg.[ch]
13035                 Implemented a callback for MsgInfo updates, 
13036                 heavily copy/pasted from Christoph's folder 
13037                 callback system
13038         * src/summaryview.[ch]
13039                 Register summary_update_msg as callback
13041 2002-11-14 [colin]      0.8.5claws152
13042         
13043         * src/procmsg.c
13044                 Update the FolderItem after sending (fixes 617593)
13046 2002-11-14 [christoph]  0.8.5claws151
13048         * src/folder.c
13049                 fix wrong position of NULL pointer check found
13050                 by Sergey
13052 2002-11-14 [christoph]  0.8.5claws150
13054         * src/folder.c
13055                 fix segfault when deleting messages from IMAP folders
13056                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13058 2002-11-14 [colin]      0.8.5claws149
13060         * src/compose.c
13061                 Forwarding was also ignoring the folder's default account.
13063 2002-11-14 [colin]      0.8.5claws148
13065         * src/compose.c
13066                 Fix sent folder not set to folder properties when 
13067                 forwarding.
13069 2002-11-14 [thorsten]   0.8.5claws147
13071         * src/inc.c
13072                 inc_start(): Files were not moved from .processing to inbox,
13073                 if no global processing rule existed
13075 2002-11-14 [colin]      0.8.5claws146
13077         * src/ssl_certificate
13078                 Fix file operations
13080 2002-11-14 [paul]       0.8.5claws145
13082         * po/it.po
13083                 updated by Alessandro Maestri
13085 2002-11-13 [alfons]     0.8.5claws144
13087         * src/folder.c
13088                 folder_item_close(): only mark messages unread
13089                 when a folder has new messages 
13091 2002-11-13 [keith]      0.8.5claws143
13093         * src/imap.c
13094                 Fix problem moving or copying between
13095                 IMAP folders
13097 2002-11-13 [colin]      0.8.5claws142
13099         * src/matcher_parser_parse.y
13100                 Fix rule problem when " don't match
13102 2002-11-13 [christoph]  0.8.5claws141
13104         * src/folder.c
13105         * src/folderview.c
13106                 moved cache saving to folder_item_close
13107                 the folderview should not have to deal with
13108                 this things
13110 2002-11-13 [christoph]  0.8.5claws140
13112         * src/summaryview.c
13113                 moved setting of important score to
13114                 summary_set_prefs_from_folderitem
13116 2002-11-13 [colin]      0.8.5claws139
13118         * src/matcher_parser_parse.y
13119                 Fix a segfault in the parser (happening when
13120                 a good expression had been tested and a bad 
13121                 one arrives)
13123 2002-11-13 [paul]       0.8.5claws138
13125         * sync with 0.8.5cvs24
13126                 see ChangeLog 2002-11-13
13127                 
13128         * po/pt_BR.po
13129                 updated by Fabio Jr. Beneditto
13131 2002-11-13 [colin]      0.8.5claws137
13132         
13133         * src/msgcache.c
13134           src/defs.h
13135           src/procmsg.[ch]
13136                 Revert last commit, problem
13138 2002-11-13 [colin]      0.8.5claws136
13140         * src/msgcache.c
13141                 Remove duplicated code
13142         * src/defs.h
13143                 Bumped CACHE_VERSION and MARK_VERSION
13144         * src/procmsg.[ch]
13145                 Network endian for cache and mark files
13147 2002-11-12 [colin]      0.8.5claws135
13149         * src/inc.c
13150                 Fix the "socket error" dialog which disappeared
13152 2002-11-12 [colin]      0.8.5claws134
13154         * src/msgcache.c
13155                 Reverse last commit which had performance 
13156                 problems, but still reverse the list
13158 2002-11-12 [colin]      0.8.5claws133
13160         * src/msgcache.c
13161                 Reverse list order
13163 2002-11-12 [melvin]     0.8.5claws132
13165         * src/compose.c
13166                 Added a check for a NULL prefs_common.dictionary
13168 2002-11-12 [colin]      0.8.5claws131
13170         * src/ssl_certificate.[ch]
13171                 Use FQDN hostname
13173 2002-11-12 [colin]      0.8.5claws130
13175         * src/ssl_certificate.[ch]
13176                 Take connection port into account for 
13177                 checking certificates (a single hostname
13178                 could have multiple servers with multiple
13179                 certificates)
13180         * src/ssl.c
13181                 Pass the port to ssl_certificate_check
13183 2002-11-12 [paul]       0.8.5claws129
13185         * src/folder.c
13186                 fix a typo in last commit
13188 2002-11-12 [paul]       0.8.5claws128
13190         * sync with 0.8.5cvs23
13191                 see ChangeLog entry 2002-11-12
13193 2002-11-11 [colin]      0.8.5claws127
13195         * src/ssl_certificate.c
13196                 Cleaner messages
13197                 Don't popup, instead log error, if the 
13198                 corresponding pref is checked
13199         * src/ssl_certificate.h
13200                 include <openssl/objects/h>
13202 2002-11-11 [colin]      0.8.5claws126
13204         * src/ssl_certificate.h
13205                 _Really_ clean it
13207 2002-11-11 [colin]      0.8.5claws125
13208         
13209         * src/ssl_certificate.c
13210                 Fixed leak
13212 2002-11-11 [colin]      0.8.5claws124
13214         * src/ssl.c
13215                 Cleaned a bit
13216         * src/ssl_certificate.[ch]
13217                 Cleaned a bit (better use of SSL API)
13218                 (This will cause non-recognition of saved 
13219                  certificates of claws12[23]...)
13221 2002-11-11 [paul]       0.8.5claws123
13222         
13223         * po/es.po
13224                 updated by Ricardo Mones Lastra
13226 2002-11-11 [colin]      0.8.5claws122
13228         * src/ssl.c
13229                 Fix a typo
13231 2002-11-11 [colin]      0.8.5claws121
13233         * src/ssl_certificate.[ch] ** NEW FILES **
13234         * src/ssl.[ch]
13235                 Check SSL certificates presented to us
13236         * src/Makefile.am
13237                 Add ssl_certificate.[ch]
13238         * po/POTFILES.in
13239                 Add ssl_certificate.c
13241 2002-11-11 [paul]       0.8.5claws120
13243         * sync with 0.8.5cvs22
13244                 see ChangeLog 2002-11-11
13246 2002-11-11 [paul]       0.8.5claws119
13248         * sync with 0.8.5cvs21
13249                 see ChangeLog 2002-11-11
13251 2002-11-10 [jens]       0.8.5claws118
13253         * src/folder.c
13254         * src/folderview.c
13255                 corrected some typing
13256         * po/de.po
13257                 updated german translation
13258         * sylpheed.spec.in
13259                 cleaned up specfile and adjusted it for claws
13261 2002-11-10 [colin]      0.8.5claws117
13263         * src/summaryview.c
13264                 a STATUSBAR_PUSH/POP fix
13266 2002-11-10 [colin]      0.8.5claws116
13268         * src/prefs_folder_item.c
13269                 Fix hanging after opening folder properties
13271 2002-11-10 [hoa]        0.8.5claws115
13273         * src/matcher_parser_lex.l
13274         * src/matcher_parser_parse.y
13275                 config file for scoring and filtering is no more trashed
13276                 when there is a syntax error in a filtering rule when
13277                 editing it in a dialog.
13279 2002-11-09 [colin]      0.8.5claws114
13281         * src/mbox_folder.c
13282                 Added missing initialisation of folder->destroy()
13284 2002-11-09 [colin]      0.8.5claws113
13286         * src/folder.c
13287           src/folderview.c
13288                 Fix the status bar messages
13290 2002-11-09 [colin]      0.8.5claws112
13292         * src/folderview.c
13293                 Fix hangs after folder dnd, happening after 
13294                 claws109.
13296 2002-11-09 [christoph]  0.8.5claws111
13298         * src/folderview.c
13299                 just changed order of calls (reverse order of
13300                 associated calls)
13301         * src/inc.c
13302                 lock inc when checking only one account, otherwise
13303                 inc all could be executed at the same time
13305 2002-11-09 [christoph]  0.8.5claws110
13307         * src/folderview.c
13308                 better unlock the mouse cursor before calling
13309                 summary_show because it changes the cursor too
13311 2002-11-09 [christoph]  0.8.5claws109
13313         * src/folder.[ch]
13314         * src/folderview.c
13315                 add functions to open and close a folder
13316                 o opending will execute scanning for remote folders
13317                   and processing
13318                 o closing will unset new flag for messages
13320 2002-11-09 [colin]      0.8.5claws108
13322         * src/folder.c
13323                 Add a call to prefs_matcher_write_config to 
13324                 avoid non-leaf folders filtering settings to be
13325                 lost
13327 2002-11-09 [paul]       0.8.5claws107
13329         * src/prefs_account.c
13330                 re-word a label
13332 2002-11-09 [colin]      0.8.5claws106
13334         * src/folderview.c
13335                 Minor esthetic fix
13337 2002-11-09 [colin]      0.8.5claws105
13339         * src/folderview.c
13340                 Fix prefs_filtering deletion for MH folders (same
13341                 reason as below)
13342         * src/prefs_filtering.c
13343                 Fix prefs_filtering renaming and deletion for 
13344                 folder-based processing rules.  
13346 2002-11-09 [christoph]  0.8.5claws104
13348         * src/compose.c
13349         * src/folder.[ch]
13350         * src/folderview.[ch]
13351         * src/import.c
13352         * src/inc.c
13353         * src/main.c
13354         * src/mainwindow.c
13355         * src/messageview.c
13356         * src/prefs_folder_item.c
13357         * src/procmsg.c
13358         * src/summaryview.c
13359                 implement a callback system for folder item updates
13361 2002-11-09 [colin]      0.8.5claws103
13363         * src/folderview.c
13364                 Fix prefs_filtering renaming for MH folders (we
13365                 shouldn't rename by path as another folder could
13366                 have the same hierarchy).
13368 2002-11-09 [colin]      0.8.5claws102
13370         * src/folder.c
13371                 Fix a leak found by Christoph, use better variable
13372                 names
13374 2002-11-09 [colin]      0.8.5claws101
13376         * src/folder.c
13377                 One more fix for processing rules
13379 2002-11-08 [colin]      0.8.5claws100
13380         
13381         * src/matcher.c
13382                 Don't copy the compiled regexp (will be reevaluated)
13383         * src/folderview.c
13384                 Lock folderview while moving
13385         * src/folder.c
13386                 Provide info on what's happening to the user
13388 2002-11-08 [colin]      0.8.5claws99
13390         * src/folderview.c
13391                 Fix folder reordering after a move if parent is 
13392                 root
13393         * src/scoring.[ch]
13394                 Add function to copy a ScoringProp
13395         * src/prefs_folder_item.c
13396                 Copy scoring rules when copying a folder prefs
13398 2002-11-08 [colin]      0.8.5claws98
13400         * src/folderview.c
13401                 Fixes in case of failure
13402         * src/filtering.[ch]    
13403                 Add function to duplicate a FilteringProp
13404         * src/matcher.[ch]
13405                 Add function to duplicate a MatcherProp
13406         * src/prefs_folder_item.c
13407                 Save folder's processing rules when copying 
13408                 its prefs
13410 2002-11-08 [colin]      0.8.5claws97
13411         
13412         * src/folderview.c
13413                 Sort after move
13414         * src/folder.c 
13415                 Change a printf to debug_print
13417 2002-11-08 [colin]      0.8.5claws96
13419         * src/folder.c
13420           src/folderview.c
13421                 Fix segfaults, call me stupido
13422         
13424 2002-11-08 [colin]      0.8.5claws95
13426         *src/folder.c
13427                 Added forgotten prefs to save when moving folders
13429 2002-11-08 [colin]      0.8.5claws94
13431         * src/folder.c
13432                 Fixes to folder DND (prefs copy)
13433         * src/folderview.c
13434                 Optimization for folder DND (don't rescan whole tree)
13435                 Added folderview_create_folder_node() for this 
13436                 optimization, so de-duped a bit the code
13437         * src/prefs_folder_item.[ch]
13438                 Added prefs_folder_item_copy_prefs()    
13439           
13440 2002-11-08 [paul]       0.8.5claws93
13442         * src/prefs_account.c
13443           tools/README
13444           tools/kmail2sylpheed_v2.pl
13445                 correct some typos
13447 2002-11-08 [paul]       0.8.5claws92
13449         * src/compose.c
13450           src/prefs_account.[ch]
13451                 remove account options 'clearsign' and 'ascii_armored',
13452                 replace with 'default_gnupg_mode' to prevent mixed-mode
13453                 Privacy settings
13455 2002-11-08 [paul]       0.8.5claws91
13457         * src/compose.[ch]
13458                 re-implement GnuPG 'on-the-fly' mode selection,
13459                 disallow mixed-mode
13461 2002-11-08 [colin]      0.8.5claws90
13463         * src/folderview.c
13464           src/prefs_folder_item.c
13465                 Change "Property" to "Properties"
13467 2002-11-07 [colin]      0.8.5claws89
13469         * src/folderview.c
13470           src/folder.c
13471                 Allow folder dropping to a root folder
13473 2002-11-07 [paul]       0.8.5claws88
13475         * src/compose.c
13476                 revert last commit
13478 2002-11-07 [paul]       0.8.5claws87
13480         * src/compose.c
13481                 fix reply-to-list bug. closes bug report
13482                 "[633382] reply-to-list broken in recent cvs"
13484 2002-11-07 [paul]       0.8.5claws86
13486         * src/compose.c
13487                 add a forgotten '#if USE_GPGME ... #endif'
13489 2002-11-07 [paul]       0.8.5claws85
13491         * sync with 0.8.5cvs20
13492                 see ChangeLog 2002-11-07
13494 2002-11-07 [colin]      0.8.5claws84
13496         * src/folder.[ch]
13497                 Change folder_item_move_to to return the newly 
13498                 created folderitem.
13499         * src/folderview.c
13500                 Select the new folderitem after moving.
13502 2002-11-07 [colin]      0.8.5claws83
13504         * src/prefs_filtering.c
13505                 Fix rule rewriting when moving a leaf folder to a 
13506                 shorter path
13508 2002-11-07 [colin]      0.8.5claws82
13510         * src/prefs_filtering.c
13511                 fix a leak
13513 2002-11-07 [colin]      0.8.5claws81
13515         * src/folder.[ch]
13516                 Add folder_item_move_to() function to move a 
13517                 folderitem into another one (updates matcher etc)
13518         * src/folderview.c
13519                 Add folder drag'n drop (context menu to come)
13520                 [Should be dataloss free, but Please backup before 
13521                  trying !]
13523 2002-11-06 [colin]      0.8.5claws80
13525         * src/mh.c
13526                 mh_create_folder() returns NULL if can't create
13527                 directory hierarchy
13529 2002-11-06 [paul]       0.8.5claws79
13531         * src/compose.[ch]
13532                 allow 'on-the-fly' changing of the type of encryption 
13533                 and/or signing used (mime/ascii) via the compose window
13535 2002-11-06 [paul]       0.8.5claws78
13537         * sync with 0.8.5cvs19
13538                 see ChangeLog 2002-11-06 for src/account.c: 
13539                 account_get_special_folder()
13540                 
13541 2002-11-05 [alfons]     0.8.5claws77
13543         * src/crash.c
13544                 very minor cleanups: nothing to see here, move on. :-)
13546 2002-11-05 [colin]      0.8.5claws76
13548         * src/main.c
13549                 Changes choices if compose windows are opened to
13550                 Discard, Draft, Don't quit
13552 2002-11-05 [thorsten]   0.8.5claws75
13554         * src/compose.c
13555                 reenabled default_reply_to folder option
13557 2002-11-05 [colin]      0.8.5claws74
13559         * src/compose.[ch] 
13560                 add compose_draft()
13561         * src/crash.c
13562                 add SIGTERM handler
13563         * src/main.[ch]
13564                 add clean_quit() for the SIGTERM handler
13566 2002-11-05 [paul]       0.8.5claws73
13567         
13568         * po/es.po
13569                 updated by Ricardo Mones Lastra
13571 2002-11-05 [melvin]     0.8.5claws72
13573         * src/logwindow.c
13574                 Fixed log-clipping bug #616795.
13575                 To stop logging in the log window use 0 length.
13576         * src/prefs_common.c
13577                 Added a label to inform about the 0 log length behaviour.
13579 2002-11-05 [paul]       0.8.5claws71
13581         * sync with 0.8.5cvs17
13582                 see ChangeLog 2002-11-05
13584 2002-11-04 [paul]       0.8.5claws70
13586         * sylpheed-128x128.png
13587           sylpheed-64x64.png
13588           sylpheed.png
13589                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13590                 <nikai@users.sourceforge.net>
13591                 
13592         * po/bg.po
13593                 updated by George Danchev
13595 2002-11-03 [thorsten]   0.8.5claws69
13597         * src/main.c
13598           src/mimeview.c
13599           src/rfc2015.h
13600                 add check if gpg is active
13602 2002-11-03 [thorsten]   0.8.5claws68
13604         * src/toolbar.h
13605                 removed GSList declaration causing trouble on MacOS-X
13606                 (submitted by alfons, reported by xfesty)
13608 2002-11-01 [paul]       0.8.5claws67
13610         * src/mainwindow.c
13611                 remove last remnants of main's filter code
13613 2002-11-01 [paul]       0.8.5claws66
13615         * tools/filter_conv.pl
13616                 fix bug where user-defined headers were ignored
13618 2002-11-01 [paul]       0.8.5claws65
13620         * src/logwindow.c
13621                 make a debug_print() not translatable
13623 2002-10-31 [melvin]     0.8.5claws64
13625         * ac/aspell.m4
13626                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13627                 not run any GNU/aspell test.  The dictionary path will
13628                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13629                 was given, in which case, it will be $prefix/lib/aspell/
13630         * configure.in
13631                 Fixed typo in commentary (Aspell code).
13633 2002-10-31 [paul]       0.8.5claws63
13635         * po/POTFILES.in
13636                 remove src/filter.c and src/prefs_filter.c
13637                 thanks to Ricardo for reminding me
13639 2002-10-31 [colin]      0.8.5claws62
13641         * src/mbox_folder.c
13642                 Plug some leaks
13644 2002-10-31 [paul]       0.8.5claws61
13646         * src/prefs_filter.[ch] ** REMOVED **
13647           src/filter.[ch]       ** REMOVED **
13648           
13649         * src/Makefile.am
13650           src/folderview.c
13651           src/inc.c
13652           src/main.c
13653           src/mainwindow.c
13654           src/mbox.c
13655           src/prefs_common.c
13656           src/prefs_filtering.c
13657           src/summaryview.[ch]
13658                 remove main's 'filter' code
13659                 
13660         README.claws
13661                 update to reflect removal of main's filter
13663 2002-10-31 [paul]       0.8.5claws60
13665         * src/summaryview.c
13666                 remove check for global_processing in summary_filter_open(). 
13667                 This fixes the bug where if the user uses the right-click 
13668                 'Create filter rule...' and doesn't have any filter rules 
13669                 already defined in claws' advanced filtering, the newly 
13670                 created filter rule goes to main's filtering which is 
13671                 inaccessible through the gui. Now the filter rule gets added
13672                 to claws' filtering by default.
13674 2002-10-28 [melvin]     0.8.5claws59
13676         * src/prefs_actions.c
13677                 Fixed bug #627322 where MIME parts were not always
13678                 correctly passed to a %p action
13679                 Display an error dialog when message filename is not found.
13681 2002-10-28 [melvin]     0.8.5claws58
13683         * src/prefs_common.c
13684                 Readded a missing function declaration lost in 0.8.3claws34
13686 2002-10-28 [paul]       0.8.5claws57
13688         * sync with 0.8.5cvs15
13689                 see ChangeLog 2002-10-28 and 2002-10-25
13690                 
13691         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13693 2002-10-27 [oliver]     0.8.5claws56
13695         * src/pop.c
13696                 plug leak in pop3_top_recv
13698 2002-10-26 [christoph]  0.8.5claws55
13700         * src/folder.c
13701                 set need_update folder flag when messages are added
13702                 (closes bug [ 626922 ] folder not updated after receiving)
13704 2002-10-25 [melvin]     0.8.5claws54
13706         * src/imageview.c
13707                 Fixed a memleak introduced in the scaling code.
13709 2002-10-24 [alfons]     0.8.5claws53
13711         * src/filtering.c
13712                 make filtering's forward message action forward from the 
13713                 correct account
13714                 (closes bug [628089 ] Filter -> Forward from address problem
13715                 reported by Oktay)
13717 2002-10-24 [christoph]  0.8.5claws52
13719         * src/mainwindow.c
13720         * src/manual.[ch]
13721                 o use manual of current locale or english if current
13722                   locale is not available (and english is available)
13723                 o also link to sylpheed doc project manuals
13725 2002-10-23 [paul]       0.8.5claws51
13727         * tools/README
13728           tools/kmail2sylpheed_v2.pl
13729                 add new version of kmail addressbook importer script.
13730                 works with newer versions of Kmail/KAddressBook which
13731                 have new and rearranged data.
13733 2002-10-23 [martin]     0.8.5claws50
13735         * src/folderview.c
13736         * src/summaryview.c
13737         * src/utils.h
13738         * src/utils.c
13739                 added length parameter to get_abbrev_newsgroup_name()
13740                 changed this function so that it abbreviates the newsgroup
13741                 names only so long it is smaller than the length parameter
13742                 (for better reading of some newsgroup names and space efficiency)
13744 2002-10-22 [colin]      0.8.5claws49
13746         *src/foldersel.c
13747                 Revert Alfons' last modification (after voting ;-))
13749 2002-10-21 [alfons]     0.8.5claws48
13751         * src/foldersel.c
13752                 folder view in folder selection dialog reflects state of
13753                 folder view in main window
13755 2002-10-18 [alfons]     0.8.5claws47
13757         * src/mbox.c
13758                 drop imported messages in folder selected by user,
13759                 and not in the inbox
13760                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13762 2002-10-18 [alfons]     0.8.5claws46
13764         * src/compose.c
13765                 make automagic reply work correctly for email accounts 
13766                 (whether it's viable to do a full sync with Hiro's 
13767                 compose.c is still under discussion)
13769 2002-10-18 [melvin]     0.8.5claws45
13771         * src/prefs_actions.c
13772                 Fixed bug #622275 where asynchroneous actions left 
13773                 zombies processes
13774                 Made (synchroneous) actions' input be displayed live.
13776 2002-10-18 [christoph]  0.8.5claws44
13778         * src/textview.c
13779                 don't add a newline in the textview in front of the
13780                 first textpart if header display is disabled
13781                 (closes bug [ 603385 ] disabled header display leaves blank
13782                  lin)
13784 2002-10-18 [christoph]  0.8.5claws43
13786         * src/folder.[ch]
13787         * src/imap.c
13788         * src/mbox_folder.c
13789         * src/mh.c
13790         * src/news.c
13791                 folder->get_num_list now returns an error code
13792                 (closes bug [ 609424 ] News cache cleared on failure)
13793                 
13794 2002-10-17 [colin]      0.8.5claws42
13795         
13796         * src/news.c
13797                 Changed a printf by debug_print
13799 2002-10-16 [paul]       
13801         * tools/OOo2sylpheed.pl
13802                 allow for spaces in the name of the
13803                 file to be attached.
13805 2002-10-16 [colin]      0.8.5claws41
13807         * src/main.c
13808                 Use a tristate to change online mode
13810 2002-10-16 [paul]       0.8.5claws40
13812         * po/es.po
13813                 updated by Ricardo Mones Lastra
13815 2002-10-16 [colin]      0.8.5claws39
13817         * src/main.c
13818           src/mainwindow.[ch]
13819                 Added --online and --offline command-line
13820                 switches
13822 2002-10-15 [christoph]  0.8.5claws38
13824         * src/procmime.c
13825                 set mimeinfo->name to NULL after g_free to
13826                 avoid double freeing with g_free
13828 2002-10-14 [christoph]  0.8.5claws37
13830         * src/compose.c
13831         * src/filtering.c
13832         * src/summaryview.c
13833                 remove calls to folder->change_flags that are now
13834                 done by procmsg flag functions (seems it is not
13835                 used by any foldertype anyway)
13836         * src/folder.c
13837                 init folder->change_flags with NULL
13839 2002-10-14 [christoph]  0.8.5claws36
13841         * src/folder.[ch]
13842         * src/imap.[ch]
13843                 use virtual functions for folder item new and destroy
13844                 functions
13846 2002-10-14 [melvin]     0.8.5claws35
13848         * src/compose.c
13849                 Added a test to not run the spell checker if no default
13850                 dictionary is available. No dialog is displayed though.
13852 2002-10-14 [melvin]     0.8.5claws34
13854         * src/gtkaspell.c
13855                 Fixed bug in dictionary list context menu where
13856                 "More..." pointed to an emtpy submenu if the
13857                 number of dictionaries is a multiple of 15
13858                 Removed unneeded code in suggestions list creation
13860 2002-10-14 [paul]       0.8.5claws33
13862         * po/bg.po
13863                 updated by George Danchev
13865 2002-10-13 [hoa]        0.8.5claws32
13867         * src/matcher.[ch]
13868           src/matcher_parser_parser.y
13869                 removed the escaped string from internal structure
13870                 of matcher.
13872 2002-10-12 [colin]      0.8.5claws31
13874         * src/gtksctree.[ch]
13875           src/summaryview.c
13876                 Removed useless function gtksctree_reanchor
13878 2002-10-12 [alfons]     0.8.5claws30
13879         
13880         * sync with remaining main changes 2002-10-09 - 2002-10-11
13881         - drop changes to src/compose.c (requires claws specific changes)
13882         
13883 2002-10-12 [alfons]     0.8.5claws29
13884         
13885         * sync with main changes of 2002-10-08
13886         - drop changes to src/compose.c (requires claws specific changes)
13887         - drop changes to src/summaryview.c (requires changes to compose.c)     
13889 2002-10-12 [alfons]     0.8.5claws28
13890         
13891         * sync with main changes of 2002-10-07
13893 2002-10-12 [alfons]     0.8.5claws27
13895         * sync with main changes of 2002-10-04
13896         - drop changes to src/compose.c (requires claws specific changes)
13897         - drop changes to src/prefs_folder_item.c (claws implementation
13898           seems to be working)
13900 2002-10-12 [colin]      0.8.5claws26
13902         * src/mainwindow.c
13903                 Fix folder-flicker when space-reading, introduced 
13904                 in claws22.
13906 2002-10-12 [colin]      0.8.5claws25
13908         * src/compose.c
13909                 Save account address when saving as draft.
13910                 (closes bug 621838)
13912 2002-10-12 [colin]      0.8.5claws24
13914         * src/summaryview.c
13915                 Fix the problem consisting of no message selected
13916                 after the last message in a folder has been moved.
13918 2002-10-12 [paul]       0.8.5claws23
13920         * src/compose.c
13921           src/prefs_template.c
13922           src/template.[ch]
13923                 add Cc and Bcc to templates. Patch submitted by
13924                 John L. Males.
13926 2002-10-12 [colin]      0.8.5claws22
13928         * src/folderview.c
13929                 Fix a bug after "Check for new messages":
13930                 If a folder was opened, it was still selected at
13931                 the end of the check, but displayed empty.
13932         * src/mainwindow.c
13933                 Remove unnecessary check
13935 2002-10-12 [paul]
13937         * tools/README
13938                 be more verbose in the description of
13939                 OOo2sylpheed.pl
13940                 
13942 2002-10-11 [colin]      0.8.5claws21
13944         * src/mainwindow.c
13945                 Make space work (better) when no mail is selected
13947 2002-10-11 [colin]      0.8.5claws20
13949         * src/inc.c
13950           src/news.c
13951                 fix warnings
13953 2002-10-11 [colin]      0.8.5claws19
13955         * src/mainwindow.c
13956                 revert 0.8.5claws6 changes as i couldn't get to
13957                 anything satisfying
13959 2002-10-11 [melvin]     0.8.5claws18
13961         * src/compose.c
13962                 Removed buggy and unused macro (should have been committed in
13963                 0.8.5claws17)
13965 2002-10-11 [melvin]     0.8.5claws17
13967         * src/compose.c
13968                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13970 2002-10-11 [thorsten]   0.8.5claws16 
13972         * src/folderview.c
13973                 remove rescan warning
13975 2002-10-11 [colin]      0.8.5claws15 
13977         * src/procheader.c
13978                 fix a segfault that happens if conv_unmime_header
13979                 fails (should be better to find out why it fails)
13981 2002-10-11 [christoph]  0.8.5claws14
13983         * src/summaryview.c
13984                 update folderview stats after ignore/unignore thread
13986 2002-10-11 [hoa]        0.8.5claws13
13988         * src/quote_fmt_parse.y
13989                 Fixed a yacc/bison syntax error
13990         * src/matcher.c
13991                 Escaping of string is fixed.
13993 2002-10-11 [colin]      0.8.5claws12
13995         * src/imageview.c
13996                 Resize images to fit
13998 2002-10-11 [paul]       0.8.5claws11
14000         * po/es.po
14001                 updated by Ricardo Mones Lastra
14003 2002-10-10 [alfons]     0.8.5claws10
14005         * src/compose.c
14006                 allow dropping files by "moving" files from a file manager,
14007                 not only by the more cumbersome "copying". the latter 
14008                 mostly implies holding down the Control button
14010 2002-10-10 [christoph]  0.8.5claws9
14012         * src/summaryview.c
14013                 update folders after thread building for ignored threads
14015 2002-10-10 [christoph]  0.8.5claws8
14017         * config/.cvsignore
14018                 added Makefile
14019         * src/filtering.[ch]
14020         * src/folder.[ch]
14021         * src/folderview.[ch]
14022         * src/import.c
14023         * src/inc.[ch]
14024         * src/mbox.[ch]
14025         * src/procmsg.c
14026         * src/summaryview.[ch]
14027                 o added new flag need_update to FolderItem
14028                 o removed folder_table from various functions from tracking
14029                   folder updates
14030                 o set need_update flags in folder.c's move, copy and delete
14031                   functions and procmsg's flags functions
14032                 o added function folderview_update_items_when_required that
14033                   updates all folders with need_update set
14034                 o call folderview_update_items_when_required instead of
14035                   folderview_update_item_foreach
14037 2002-10-09 [sergey]     0.8.5claws7
14039         * src/compose.c
14040                 Strip CRs whel loading the text into editor in reedit mode.
14042 2002-10-09 [colin]      0.8.5claws6
14044         * src/mainwindow.c
14045                 Make Space work when no mail is selected
14047 2002-10-09 [colin]      0.8.5claws5
14049         * src/gtksctree.[ch]
14050                 Fix range_select
14051                 Add gtk_sctree_reanchor() 
14052         * src/summaryview.c
14053                 Use gtk_sctree_reanchor() - better fix for 
14054                 bug 60413
14056 2002-10-09 [colin]      0.8.5claws4
14058         * src/summaryview.c
14059                 Fix shift-click select after delete problem
14060                 (closes bug 60413)
14062 2002-10-08 [thorsten]   0.8.5claws3
14064         * src/summaryview.c
14065                 exclude current msg from -hide read messages-
14067 2002-10-08 [colin]      0.8.5claws2
14069         * src/inc.[ch]
14070           src/pop.c
14071           src/recv.c
14072                 Differentiate socket errors from disk full
14073                 errors
14075 2002-10-08 [christoph]  0.8.5claws1
14077         * Makefile.am
14078         * configure.in
14079                 modifications for new config directory
14081         * config.guess  ** REMOVED **
14082         * config.sub    ** REMOVED **
14083         * install-sh    ** REMOVED **
14084         * ltmain.sh     ** REMOVED **
14085         * missing       ** REMOVED **
14086         * mkinstalldirs ** REMOVED **
14087                 these files are autogenerated by automake
14088                 when you run autogen.sh
14090         * config/.cvsignore     ** NEW FILE **
14091         * config/Makefile.am    ** NEW FILE **
14092                 ignore autogenerated files
14093                 create a Makefile in this directory
14095 2002-10-08 [paul]       0.8.5claws
14097         * 0.8.5claws release
14098         
14099         * src/compose.c
14100           src/procheader.c
14101           src/procmsg.c
14102                 fix quote reply format for newsgroups reply bug
14103                 (thanks to Hoa)
14104                 
14105         * po/en_GB.po
14106           po/pl.po
14107                 updated by me and Witold Wladyslaw Wojciech Wilk
14108                 repectively
14110 2002-10-07 [paul]       0.8.3claws53
14112         * po/it.po
14113           po/pt_BR.po
14114           po/sr.po
14115                 updated messages catalogs, submitted by
14116                 Alessandro Maestri, Fabio Jr.Beneditto 
14117                 and Urke MMI, respectively.
14119 2002-10-07 [christoph]  0.8.3claws52
14121         * src/folder.[ch]
14122         * src/folderview.c
14123         * src/mainwindow.c
14124                 fix new folder ghost message bug
14125                 (closes bug [ 619722 ] wrong count for newly created folders)
14127 2002-10-07 [christoph]  0.8.3claws51
14129         * src/compose.c
14130                 fix news posting problem
14132 2002-10-07 [melvin]     0.8.3claws50
14134         * po/fr.po
14135                 Updated French translation
14137 2002-10-05 [christoph]  0.8.3claws49
14139         * src/gtkstext.c
14140                 check if line_start_cache is set in gtk_stext_update_text
14141                 (closes bug [ 618119 ] crash while doing search in folder)
14143 2002-10-05 [christoph]  0.8.3claws48
14145         * src/imap.c
14146         * src/news.c
14147         * src/utils.c
14148         * src/utils.h
14149                 implement cache cleanups for claws' folder system
14150                 (closes bug [ 595916 ] imapcache not cleaned up)
14152 2002-10-05 [melvin]     0.8.3claws47
14154         * src/prefs_actions.c
14155                 Made the help text more clear for the %p token
14157 2002-10-04 [paul]       0.8.3claws46
14159         * sync with 0.8.5
14160                 see ChangeLog 2002-10-02 and 2002-10-03
14162 2002-10-04 [christoph]  0.8.3claws45
14164         * src/inc.c
14165                 fix segfault caused by pop before smtp
14166                 call to inc_account_mail with NULL
14167                 pointer for mainwin
14169 2002-10-04 [paul]       0.8.3claws44
14171         * configure.in
14172                 sync the LDAP detection from 0.8.5cvs1
14174 2002-10-02 [christoph]  0.8.3claws43
14176         * po/de.po
14177                 fix small spelling error
14179 2002-10-02 [melvin]     0.8.3claws42
14181         * ac/aspell.m4
14182                 Behave better and say "no" when test program cannot be run.
14184 2002-10-02 [paul]       0.8.3claws41
14186         * sync with 0.8.4cvs1
14187                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14188                 
14189         * src/summaryview.c
14190                 toggle the behavior of Reply menuitem between
14191                 normal reply and reply-to-list
14193 2002-10-01 [sergey]     0.8.3claws40
14195         * src/compose.c
14196                 Convert newlines in the message text to the canonical form
14197                 before base64 encoding (RFC2045 compliance, fixes some
14198                 interoperability issues with Evolution 1.0.3)
14200 2002-09-29 [colin]      0.8.3claws39
14202         * src/summaryview.c
14203                 Fix an unwanted copy/paste
14205 2002-09-29 [colin]      0.8.3claws38
14207         * src/mainwindow.c
14208                 Renamed "Custom toolbar" to "Customize toolbar"
14209                 Renamed "Show all header" to "Show all headers"
14210                 Renamed "Set diplay item" to "Set displayed items"
14211         * src/prefs_common.c
14212                 Renamed "Show all header" to "Show all headers"
14213         * src/prefs_summary_column.c
14214                 Renamed "diplay item" to "displayed items"
14216 2002-09-29 [colin]      0.8.3claws37
14218         * src/mainwindow.[ch]
14219                 online/offline status pixmaps follow theme
14220                 changes
14221         * src/summaryview.[ch]
14222                 quicksearch pixmap follows theme changes
14224 2002-09-29 [thorsten]   0.8.3claws36
14226         * src/compose.c
14227           src/prefs_folder_item.[ch]
14228                 add default_reply_to folder option (closes patch 581044)
14230 2002-09-29 [christoph]  0.8.3claws35
14232         * acconfig.h    ** REMOVED **
14233         * configure.in
14234         * ac/aspell.m4
14235         * ac/check-type.m4
14236         * ac/gnupg-check-typedef.m4
14237                 fix autoheader 2.50 warning
14239 2002-09-29 [christoph]  0.8.3claws34
14241         * major code cleanup (part 2)
14242         
14243                 - unused variables removed
14244                 - unused functions removed
14245                 - uninitialized variables checked
14246                 - missing return statements added
14247                 - missing function return types added
14248                 - added parentheses around assignment
14249                   when suggested by gcc
14251 2002-09-29 [alfons]     0.8.3claws33
14253         * src/logwindow.c
14254                 log_window_clear(): only bracket gtk_text_forward_delete() 
14255                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14256                 works around GTK text bug)
14258 2002-09-29 [paul]       0.8.3claws32
14260         * po/bg.po
14261           po/sr.po
14262                 updated by George Danchev and Urke MMI
14263                 respectively
14265 2002-09-27 [christoph]  0.8.3claws31
14267         * doc-src/readme.txt
14268         * doc-src/rfc1806.txt   ** REMOVED **
14269         * doc-src/rfc2183.txt   ** NEW FILE **
14270         * doc-src/rfc2980.txt   ** NEW FILE **
14271                 update rfcs
14273 2002-09-27 [melvin]     0.8.3claws30
14275         * ac/aspell.m4
14276                 Fixed typo which could break linking
14278 2002-09-27 [melvin]     0.8.3claws29
14280         * ac/aspell.m4
14281                 Improved GNU/aspell checking. 
14282                 Fixed bug #614490
14284 2002-09-27 [paul]       0.8.3claws28
14286         * sync with 0.8.3cvs8
14287                 see ChangeLog 2002-09-27
14289 2002-09-26 [colin]      0.8.3claws27
14291         * src/toolbar.[ch]
14292           src/mainwindow.[ch]
14293                 Add "Reply to Mailing-list" to the toolbar
14295 2002-09-26 [christoph]  0.8.3claws26
14297         * src/summaryview.c
14298                 Fix wrong message counts in summaryview status
14300 2002-09-26 [paul]       0.8.3claws25
14302         * sync with 0.8.3cvs7
14303                 see ChangeLog 2002-09-26
14305 2002-09-26 [paul]       0.8.3claws24
14307         * sync with 0.8.3cvs6
14308                 see ChangeLog 2002-09-25
14310 2002-09-25 [christoph]  0.8.3claws23
14312         * src/prefs_common.c
14313         * src/prefs_folder_item.c
14314         * src/prefs_scoring.c
14315                 Renamed "kill score" to "hide score" in GUI
14316                 and prefs files
14318 2002-09-25 [paul]       0.8.3claws22
14320         * sync with 0.8.3cvs5
14321                 see ChangeLog 2002-09-24
14323 2002-09-24 [alfons]     0.8.3claws21
14325         patch by Satoshi Nagayasu: allows appending / saving multiple 
14326         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14327         'Save as ...'")
14329         * AUTHORS
14330                 add Satoshi Nagayasu
14331         * src/summaryview.c
14332                 summary_save_as(): allow saving selected files to
14333                 one file
14334                 summary_set_menu_sensitive: enable "Save As..." when
14335                 multiple files are selected
14336         * src/utils.[ch]
14337                 append_file(): new function
14339 2002-09-24 [colin]      0.8.3claws20
14341         * src/procmime.c
14342                 Fix segfault when mimeinfo doesn't have a 
14343                 content_type. 
14345 2002-09-24 [colin]      0.8.3claws19
14347         * src/prefs_common.[ch]
14348                 Add a preference to display send dialog or not
14349         * src/send.c
14350                 Display send dialog according to preference
14352 2002-09-24 [colin]      0.8.3claws18
14354         * src/compose.[ch]
14355                 Disable user actions when sending
14357 2002-09-24 [colin]      0.8.3claws17
14359         * src/procmime.c
14360                 Do not display name or filename for attachments
14361                 with an application/pgp-signature type
14362                 (security flaw, see bug 537413)
14364 2002-09-23 [colin]      0.8.3claws16
14366         * src/editaddress.c
14367                 Initialize entry_email, entry_alias and 
14368                 entry_remarks to first email address of the list
14370 2002-09-23 [colin]      0.83claws15
14372         * src/compose.c
14373                 Drop pgp-signature when reediting a signed queued
14374                 message
14376 2002-09-23 [melvin]     0.8.3claws14
14378         * po/fr.po
14379                 Updated French translation
14381 2002-09-23 [melvin]     0.8.3claws13
14383         * src/mainwindow.c
14384                 Made custom toolbar menu labels more consistent
14385         * src/prefs_toolbar.c
14386                 Made custom toolbar window title more consistent
14388 2002-09-22 [colin]      0.8.3claws12
14390         * src/inc.c
14391                 Initialize session type to normal before getting 
14392                 mail (fixes strange Get behaviour)
14393         * src/prefs_account.h
14394                 Move STYPE_POP_BEFORE_SMTP to last position to 
14395                 avoid other side-effects
14397 2002-09-22 [colin]      0.8.3claws11
14399         * src/prefs_account.c
14400                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14401                 from pop3 to apop or vice-versa
14403 2002-09-22 [colin]      0.8.3claws10
14404         
14405         * src/prefs_account.[ch]
14406                 Add an option for the POP before SMTP timeout
14407         * src/inc.c
14408                 Remember time of last POP connection
14409         * src/send.c
14410                 Do POP before SMTP only if timeout reached
14412 2002-09-22 [oliver]     0.8.3claws9
14413         
14414         * README.claws
14415                 explain custom toolbar
14417 2002-09-22 [oliver]     0.8.3claws8
14419         * src/prefs_actions.[ch]
14420         custom toolbar for compose      
14421                 actions callback from compose toolbar
14422         * src/folderview.c
14423                 remove include toolbar.h
14425 2002-09-22 [oliver]     0.8.3claws7
14426         
14427         * src/prefs_toolbar.[ch]
14428                 custom toolbar for compose
14429                 - generic prefs_toolbar handles both
14430                   Mainwin's toolbar as well as Compose toolbar          
14432 2002-09-22 [oliver]     0.8.3claws6
14433         
14434         * src/toolbar.[ch]
14435                 custom toolbar for compose
14436                 restructure toolbar.[ch]
14438 2002-09-22 [oliver]     0.8.3claws5
14440         * src/compose.[ch]
14441                 custom toolbar for compose
14443 2002-09-22 [oliver]     0.8.3claws4
14444         
14445         * src/mainwindow.[ch]
14446                 custom toolbar for compose 
14447                 move mainwin toolbar back to mainwindow
14449 2002-09-22 [alfons]     0.8.3claws3
14451         * src/procmsg.c
14452                 :%sno/if(/if (/gc
14453                 :%sno/for(/for (/gc
14454                 (beautify)
14456 2002-09-22 [alfons]     0.8.3claws2
14457         
14458         * src/procmsg.c
14459                 procmsg_save_to_outbox(): don't unlink message file from queue;
14460                 callers should do it using folder_item_remove_msg()
14462 2002-09-22 [colin]      0.8.3claws1
14464         * src/mimeview.[ch]
14465                 Made mimeview_check_signature() public
14466         * src/textview.c
14467                 Made GPG signatures verifiable by clicking
14468                 the [application/pgp-signature] in the Text
14469                 view
14471 2002-09-22 [paul]       0.8.3claws
14473         * po/bg.po
14474           po/en_GB.po
14475           po/es.po
14476           po/it.po
14477           po/pl.po
14478           po/pt_BR.po
14479           po/sr.po
14480                 updated translations, submitted by George Danchev,
14481                 me, Ricardo Mones Lastra, Alessandro Maestri,
14482                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14483                 and Urke MMI, respectively.     
14485 2002-09-22 [alfons]     0.8.2claws65
14487         * src/procmsg.c
14488         * src/pgptext.c
14489                 no furry valgrinds have been used to plug these memleaks
14491 2002-09-20 [paul]       0.8.2claws64
14493         * sync with 0.8.3cvs4
14494                 'Select thread' re-implemented 
14495                 see ChangeLog 2002-09-20
14497 2002-09-21 [alfons]     0.8.2claws63
14499         * src/compose.c
14500                 compose_send(): plug unnoticed memleak
14502 2002-09-20 [alfons]     0.8.2claws62
14504         * src/addr_compl.c
14505                 replace_address_in_edit(): strict check for NULL address to
14506                 fix "[ 607348 ] Segfault in address completion". My guess is
14507                 that this happens with an empty address book, but it's good
14508                 to have this check here anyway
14509                 
14510                 completion_window_button_press(): free string returned 
14511                 from the internal cache
14513 2002-09-20 [christoph]  0.8.2claws61
14515         * src/procmime.h
14516                 added ENC_BINARY to EncodingType
14517         * src/procmime.c
14518                 the string returned by procmime_get_encoding_str
14519                 should not depend on the order of values in the
14520                 EncodingType definition
14521         * doc-src/rfc1806.txt   ** NEW FILE **
14522                 Added rfc1806 about MIME Content-Disposition
14523                 Extension
14525 2002-09-19 [paul]       0.8.2claws60
14527         * sync with 0.8.2cvs3
14528                 see ChangeLog 2002-09-19
14530 2002-09-19 [paul]       0.8.2claws59
14532         * src/prefs_folder_item.c
14533                 revert to Darko's original alignment of colour
14534                 selector button
14535                 add a colon to folder_color label
14536                 
14537         * src/compose.c
14538                 add Colin's patch (with Hiro's modifications) to 
14539                 force BASE64 encoding for 8-bit text when signing
14540                 (sync with 0.8.3cvs2)
14542 2002-09-18 [alfons]     0.8.2claws58
14544         * src/compose.c
14545                 :%sno/if(/if (/gc
14546                 :%sno/for(/for (/gc
14547                 (beautify a little bit)
14549 2002-09-18 [christoph]  0.8.2claws57
14551         * src/pine.c
14552                 fix handling of fgetc return value
14554 2002-09-17 [alfons]     0.8.2claws56
14555         
14556         * src/summaryview.c
14557                 summary_sort(): check non-NULL summaryview->folder_item when no 
14558                 folder is selected at all
14559                 (closes "[ 610344 ] sort label make syl Crash")
14561 2002-09-17 [alfons]     0.8.2claws55
14562         
14563         * src/compose.c
14564                 beautify a little bit
14566 2002-09-17 [christoph]  0.8.2claws54
14568         * src/folder.c
14569                 initialize max values for cache and folder
14570                 when cache or folder is empty
14572 2002-09-15 [colin]      0.8.2claws53
14574         * src/compose.c
14575                 Fix a leak (thanks Alfons!) and cleaned
14576                 variables names for custom headers
14578 2002-09-15 [colin]      0.8.2claws52
14580         * src/compose.c
14581                 Fix custom headers recognition when
14582                 prefs_common.trans_hdr is on
14584 2002-09-15 [colin]      0.8.2claws51
14586         * src/compose.c
14587                 Allow dynamically-added custom headers
14588                 Yet not reparsed if reedited
14590 2002-09-15 [alfons]     0.8.2claws50
14592         * src/prefs_account.c
14593                 fix warnings
14595 2002-09-15 [colin]      0.8.2claws49
14596         
14597         * src/prefs_account.c
14598                 fix pop_before_smtp sensitivity
14600 2002-09-15 [colin]      0.8.2claws48
14602         * src/inc.[ch]
14603                 add inc_pop_before_smtp()
14604                 allow MainWindow to be undefined in 
14605                 inc_account_mail() and inc_start()
14606         * src/pop.c
14607           src/prefs_account.h
14608                 add STYPE_POP_BEFORE_SMTP session type
14609         * src/prefs_account.c
14610                 activated pop before smtp option
14611         * src/send.c
14612                 do pop before smtp if the relevant option 
14613                 is set
14615 2002-09-15 [paul]       0.8.2claws47
14617         * sync with 0.8.3
14618                 see ChangeLog 2002-09-15
14620 2002-09-14 [paul]       0.8.2claws46
14622         * po/bg.po
14623                 updated Bulgarian translation, submitted by
14624                 George Danchev
14626 2002-09-13 [paul]       0.8.2claws45
14628         * src/compose.c
14629                 merge claws' select_account() with main's
14630                 (new) compose_select_account(). [sync with
14631                 0.8.2cvs15, see ChangeLog 2002-09-11]
14633 2002-09-12 [christoph]  0.8.2claws44
14635         * src/filter.c
14636                 allocate 1 elements of FolderItem not 0
14638 2002-09-12 [colin]      0.8.2claws43
14640         * src/compose.c
14641                 Fix bug #590825 (obey Follow-up: poster)
14643 2002-09-12 [colin]      0.8.2claws42
14645         * src/procmime.c
14646                 Fix bug #557009 (wrong headers for messages 
14647                 forwarded as attachments)
14649 2002-09-11 [colin]      0.8.2claws41
14650         
14651         * src/compose.c
14652                 Put SCF: pseudo-header on top of message
14653                 Set draft tmp_flag when saved as draft
14655         * src/procmsg.c
14656           src/procheader.c
14657                 Skip after first \n\n for beginning of real message
14658                 for drafts too
14660 2002-09-11 [christoph]  0.8.2claws40
14662         * src/filtering.c
14663                 use procmsg flag functions in filtering or processing
14664                 will cause incorrect folder message counts
14666 2002-09-11 [colin]      0.8.2claws39
14668         * src/compose.c
14669                 Fix bug #550175 - wrong save folder when reediting
14670                 drafts
14672 2002-09-11 [paul]       0.8.2claws38
14674         * sync with 0.8.2cvs14
14675                 see ChangeLog 2002-09-11
14677 2002-09-11 [colin]      0.8.2claws37
14679         * src/folder.c
14680                 Fix a typo (seeming to cause new/unread status to
14681                 be lost)
14683 2002-09-10 [christoph]  0.8.2claws36
14685         * src/compose.c
14686                 compose_redirect should not use compose_generic_new
14687                 because that does more stuff than expected including
14688                 opening the external editor
14689                 (closes bug "[ 526608 ] bounced messages appear blank
14690                  in editor")
14692 2002-09-10 [christoph]  0.8.2claws35
14694         * src/folder.c
14695                 fix problem with too large message number range
14696                 causing a crash in folder_item_scan
14698 2002-09-10 [paul]       0.8.2claws34
14700         * sync with 0.8.2cvs13
14701                 see ChangeLog 2002-09-10
14703 2002-09-10 [christoph]  0.8.2claws33
14705         * src/msgcache.c
14706                 set MsgInfo TmpFlags for queue and draft folders
14707                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14709 2002-09-10 [paul]       0.8.2claws32
14711         * AUTHORS
14712           po/bg.po      ** NEW FILE **
14713                 new Bulgarian translation submitted by
14714                 George Danchev <danchev@spnet.net>
14715                 
14716         * tools/Makefile.am
14717           tools/README
14718           tools/tb2sylpheed     ** NEW FILE **
14719                 add script that converts an addressbook exported
14720                 from The Bat! into a Sylpheed addressbook. Submitted
14721                 by Urke MMI <urke-kg@eunet.yu>
14723 2002-09-10 [paul]       0.8.2claws31
14725         * sync with 0.8.2cvs12
14726                 see ChangeLog 2002-09-10
14728 2002-09-06 [paul]       0.8.2claws30
14730         * src/prefs_common.c
14731                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14732                 
14733         * tools/Makefile.am
14734           tools/README
14735           tools/ldif-to-xml.py  ** REMOVED **
14736                 remove obsolete python script
14738 2002-09-06 [paul]       0.8.2claws29
14740         * sync with 0.8.2cvs10
14741                 see ChangeLog 2002-09-06
14743 2002-09-04 [paul]       0.8.2claws28
14745         * sync with 0.8.2cvs9
14746                 see ChangeLog 2002-08-04
14748 2002-09-04 [colin]      0.8.2claws27 
14750         * src/prefs_common.[ch]
14751                 Added signature color configuration
14752         * src/textview.c
14753                 Use user-specified signature color
14755 2002-09-03 [colin]      0.8.2claws26
14757         * src/prefs_common.[ch]
14758                 Added autosave and autosave_length prefs
14759         * src/compose.c
14760                 Added compose_remove_draft()
14761                 Auto-save drafts according to the prefs
14762         * src/main.c
14763                 Added a crash-indicator file, allowing to check
14764                 for new messages on startup if Sylpheed crashed
14765                 (makes saved drafts "reappear")
14767 2002-09-03 [colin]      0.8.2claws25
14769         * src/textview.[ch]
14770                 Grey the signature
14772 2002-09-03 [paul]       0.8.2claws24
14774         * sync with 0.8.2cvs8
14775                 see ChangeLog 2002-09-02 and 2002-09-03
14777 2002-09-03 [darko]      0.8.2claws23
14779         * src/folderview.c
14780                 use normal style when creating new folder to pick
14781                 proper font size 
14783 2002-09-02 [melvin]     0.8.2claws22
14785         * src/gtkaspell.m4
14786                 removed some obsolete code
14788 2002-09-02 [melvin]     0.8.2claws21
14790         * ac/aspell.m4
14791                 fixed test's equality sign (== to =)
14793 2002-09-02 [alfons]     0.8.2claws20
14795         * src/folder.c
14796         * src/mh.c
14797                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14798                 as folder->destroy virtual as suggested by Hiro
14799                 (the mh.c code seems to have been lost around mh.c.1.21)
14801 2002-09-02 [paul]       0.8.2claws19
14803         * po/pt_BR.po
14804                 updated by Fabio Jr. Beneditto
14805                 
14806         * src/defs.h
14807                 use 'http://claws.sylpheed.org' for homepage link. 
14808                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14810 2002-09-01 [alfons]     0.8.2claws18
14812         * src/mh.c
14813                 plug memleak related to one Martin Kluge found
14815 2002-08-31 [paul]       0.8.2claws17
14817         * sync with 0.8.2cvs6
14818                 see ChangeLog 2002-08-30
14820 2002-08-31 [alfons]     0.8.2claws16
14822         * src/folder.c
14823                 folder_destroy(): remove mailbox from folderlist even if it has
14824                 no destroy virtual
14826 2002-08-31 [alfons]     0.8.2claws15
14828         * src/folder.c
14829                 :%sno/if(/if (/gc
14830                 :%sno/for(/for (/gc
14831                 (being pedantic I know)
14833 2002-08-31 [alfons]     0.8.2claws14
14835         * src/folder.c
14836                 check for NULL pointers returned from folder->fetch_msginfo virtual
14837                 (should solve some reported crashes)
14839 2002-08-30 [alfons]     0.8.2claws13
14841         * acconfig.h
14842         * configure.in
14843         * src/crash.c
14844                 enable crash dialog on compilation time
14845                 (--enable-crash-dialog configure option)
14847 2002-08-30 [alfons]     0.8.2claws12
14849         * AUTHORS
14850                 add Martin Kluge
14851         * src/mh.c
14852                 apply memory leak plug patch by Martin Kluge
14853                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14854                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14855                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14857 2002-08-30 [darko]      0.8.2claws11
14859         * src/folderview.c
14860                 copy Gtk style from normal style to match
14861                 font size for coloured folders
14863 2002-08-29 [alfons]     0.8.2claws10
14865         * sylpheed.desktop
14866                 Type=Internet <- Type=Application
14867                 (reported by Michael Schwendt, see:
14868                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14869                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14871 2002-08-29 [paul]       0.8.2claws9
14873         * sync with 0.8.2cvs5
14874                 see ChangeLog 2002-08-29
14876 2002-08-29 [colin]      0.8.2claws8
14878         * src/summaryview.c
14879                 Added a sanity check in summary_select_thread
14880                 Should fix bug 601605
14882 2002-08-29 [colin]      0.8.2claws7
14884         * src/main.c
14885                 Revert claws6 changes regarding bug #591676
14887 2002-08-28 [colin]      0.8.2claws6
14888         
14889         * src/main.c
14890                 Ignore cache for queue folderitems
14891                 Fix bug #591676
14893 2002-08-28 [melvin]     0.8.2claws5
14895         * README.claws
14896                 Fixed typos.
14898 2002-08-28 [melvin]     0.8.2claws4
14900         * README.claws
14901                 Updated a bit the text concerning the spell checker
14903 2002-08-28 [melvin]     0.8.2claws3
14905         Merged the GNU_aspell_branch:
14906                 Support of new GNU/aspell is now included and the old pspell
14907                 is not supported anymore.
14908                 See README.claws
14910         * README.claws
14911                 Updated spell checker text to reflect the switch to GNU/aspell
14913         * ac/aspell.m4          *** NEW ***
14914         * src/gtkaspell.[ch]    *** NEW *** 
14915         * ac/pspell.m4          *** DELETED *** 
14916         * src/gtkspell.[ch]     *** DELETED ***
14918         * ac/Makefile.am
14919                 Updated for GNU/aspell support
14921         * po/POTFILES.in
14922                 Replaced gtkspell.c by gtkaspell.c
14924         * acconfig.h
14925         * src/Makefile.am
14926         * src/about.c
14927         * src/compose.[ch]
14928         * src/crash.c
14929         * src/main.c
14930         * src/prefs_common.[ch]
14931                 Updated for GNU/aspell support
14933 2002-08-28 [paul]       0.8.2claws2
14935         * sync with 0.8.2cvs4
14936                 see ChangeLog 2002-08-27 and 2002-08-28
14938 2002-08-28 [colin]      0.8.2claws1
14940         * src/summary_search.c
14941                 Added "AND search"
14943 2002-08-28 [jens]       0.8.2claws
14945         *po/de.po
14946                 Updated German translations
14948 2002-08-27 [melvin]     0.8.2claws
14950         * po/fr.po
14951                 Updated French translations
14953 2002-08-27 [paul]       0.8.2claws
14955         * sync with 0.8.2 main release
14957         * po/en_GB.po
14958           po/es.po
14959           po/it.po
14960           po/pl.po
14961           po/pt_BR.po
14962           po/sr.po
14963                 updated message catalogs submitted by
14964                 Ricardo Mones Lastra, Alessandro Maestri,
14965                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14966                 Beneditto and Urke MMI  
14968 2002-08-27 [hoa]        0.8.1claws123
14970         * src/mainwindow.[ch]
14971         * src/summaryview.[ch]
14972                 removed the "filter setting" menu option.
14973                 add a "cancel a news message" menu option.
14975 2002-08-26 [martin]     0.8.1claws122
14977         * ChangeLog.claws
14978                 changed string under 0.8.1claws79 changed by myself
14979                 i'm sorry alfons :(
14981 2002-08-26 [martin]     0.8.1claws121
14983         * src/crash.c
14984                 added kill command to debuggerrc to start crash dialog
14986 2002-08-26 [paul]       0.8.1claws120
14988         * sync with 0.8.1cvs31
14989                 see ChangeLog 2002-08-26
14991 2002-08-25 [alfons]     0.8.1claws119
14993         * src/procmsg.c
14994                 fix bug that didn't send out correct headers to news server
14995                 when sending news article and email from queue (bug reported
14996                 and patch provided by Tim Mann; closes bug 
14997                 "[ 583196 ] 0.7.8claws can't post news")
14999 2002-08-25 [alfons]     0.8.1claws118
15001         * src/selective_download.c
15002                 mark two strings as translatable
15003                 (thanks to Urke MMI for pointing this out)
15005 2002-08-25 [alfons]     0.8.1claws117
15007         * src/summaryview.c
15008                 treat sent boxes as special and allow sorting them by addressee
15009                 (closes "[ 589418 ] Sent folder sorting misbehavior"
15010                 submitted by Steve Lamb)
15012 2002-08-24 [alfons]     0.8.1claws116
15014         * src/matcher.c
15015                 fix memleak reported by Martin Kluge
15016                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
15018 2002-08-24 [oliver]     0.8.1claws115
15020         * src/prefs_toolbar.c
15021                 o code cleanup as suggested by Alfons
15022                 o memleak fix
15024 2002-08-24 [alfons]     0.8.1claws114
15026         * src/summaryview.c
15027                 o fix another memory leak reported by Martin Kluge
15028                   (see "[ 599568 ] Small Memory Leak")
15029                 o remove 'from' variable from 'summary_set_header()'; we can
15030                   do with just 'to' 
15032 2002-08-24 [paul]       0.8.1claws113
15034         * sync with 0.8.1cvs30
15035                 see ChangeLog 2002-08-23
15037 2002-08-24 [alfons]     0.8.1claws112
15039         * src/summaryview.c
15040                 remove unnecessary allocations for search bar fixing leaks
15041                 reported by Martin Kluge
15042                 (see "[ 599451 ] Further memory leaks?")
15044 2002-08-24 [alfons]     0.8.1claws111
15046         * src/main.c
15047                 make get_socket_name() public for crash.c
15048         * src/crash.c
15049                 o make report bug button work (goes to claws' 
15050                   bug tracker at sf.net)
15051                 o introduce function for doing important stuff just
15052                   before claws goes down
15053                 o clean up code 
15055 2002-08-24 [alfons]     0.8.1claws110
15057         * src/compose.c
15058                 move cursor to "To" entry when forwarding as attachment
15059                 (reported and solved by Steve Lamb, closes bug report
15060                 "[ 592880 ] Forward as attachment; cursor not in to")
15062 2002-08-24 [colin]      0.8.1claws109
15064         * src/mainwindow.c
15065                 fix quick search visibility after GUI (de)separations.
15067 2002-08-23 [colin]      0.8.1claws108
15069         * src/mainwindow.c
15070                 fix header pane visibility after folderview or
15071                 messageview (de)separation
15073 2002-08-23 [paul]       0.8.1claws107
15075         * src/mainwindow.[ch]
15076           src/toolbar.c
15077                 give full control of display or non-display 
15078                 of the Execute icon to Custom toolbar settings.
15079                 add new sensitivity condition to maninwindow.h: 
15080                 M_DELAY_EXEC
15082         * ChangeLog
15083           ChangeLog.jp
15084           NEWS
15085                 more sync with 0.8.1cvs29
15087 2002-08-23 [melvin]     0.8.1claws106
15089         * src/alertpanel.c
15090                 Readded support for custom widget in alertpanel lost in last
15091                 sync.
15093 2002-08-23 [paul]       0.8.1claws105
15095         * sync with 0.8.1cvs29
15096                 see ChangeLog 2002-08-23
15098 2002-08-23 [colin]      0.8.1claws104
15100         * src/summaryview.c
15101                 Fix folder and search pixmaps exchanging positions
15102                 after theme or toolbar changes. Thank to Oliver for 
15103                 reporting this.
15105 2002-08-23 [colin]      0.8.1claws103
15107         * src/mainwindow.c
15108           src/messageview.[ch]
15109           src/noticeview.[ch]
15110           src/summaryview.c
15111                 Changed messageview_create() and noticeview_create()
15112                 to avoid the last gdk_warning
15114 2002-08-22 [colin]      0.8.1claws102
15116         * src/summaryview.c
15117                 Fix my new `Creating pixmap from xpm' warning
15119 2002-08-22 [colin]      0.8.1claws101
15121         * src/mainwindow.c
15122                 Fix some of the gdk warnings
15124 2002-08-22 [colin]      0.8.1claws100
15126         * src/Makefile.am
15127         * src/stock_pixmap.c
15128         * src/stock_pixmap.h
15129         * src/pixmaps/quicksearch.xpm *ADDED*
15130                 Add the quicksearch pixmap
15131         * src/mainwindow.c
15132         * src/summaryview.c
15133         * src/summaryview.h
15134                 Make quicksearch bar visible/hidden via a button
15136 2002-08-22 [christoph]  0.8.1claws99
15138         * src/folder.c
15139                 fix folder update for newsgroups with message
15140                 numbers below minimum number of articles to fetch
15141                 (closes bug #598445)
15143 2002-08-22 [paul]       0.8.1claws98
15145         * sync with 0.8.1cvs28
15146                 see ChangeLog 2002-08-22
15148 2002-08-21 [alfons]     0.8.1claws97
15150         * src/crash.c
15151                 use bt instead of bt full which seems to work 
15152                 better, and bt full doesn't give a great deal 
15153                 of information anyway
15155 2002-08-21 [colin]      0.8.1claws96
15157         * src/summaryview.c
15158                 fix summaryview_searchtype_changed prototype
15160 2002-08-21 [christoph]  0.8.1claws95
15162         * src/mainwindow.c
15163                 o fix broken menu update for sorting type, we have to
15164                   get this info from the summaryview now
15165                 o removed setting of threaded state in menu callback
15166         * src/summaryview.[ch]
15167                 more summaryview/folderitem seperation for
15168                 threading option
15169         * configure.in
15170                 removed not required --with-compiler-flags option
15172 2002-08-21 [oliver]     0.8.1claws94
15173         
15174         * src/toolbar.h 
15175                 o rename toolbar.xml to toolbar_main.xml
15176                   since toolbar_compose.xml might come up 
15177                   any time soon
15178         * README.claws
15179                 add custom toolbar              
15181 2002-08-21 [darko]      0.8.1claws93
15183         * src/procmsg.c
15184                 don't reset tmp flags for messages copied
15185                 to sent folder
15187 2002-08-21 [colin]      0.8.1claws92
15188         
15189         * src/prefs_filtering.c
15190                 fix renaming rules on folder rename 
15191                 when folder is not a leaf folder
15193 2002-08-21 [paul]       0.8.1claws91
15195         * src/prefs_folder_item.c
15196                 fix alignment of colour selector
15198 2002-08-21 [paul]       0.8.1claws90
15200         * sync with 0.8.1cvs27
15201                 see ChangeLog 2002-08-21
15203 2002-08-21 [paul]       0.8.1claws89
15205         * src/summaryview.c
15206                 fix crash when changing field type in
15207                 Quick search bar
15209 2002-08-21 [colin]      0.8.1claws88
15211         * src/summaryview.c
15212                 Made quick search case-insensitive
15214 2002-08-21 [paul]       0.8.1claws87
15216         * sync with 0.8.1cvs26
15217                 see ChangeLog 2002-08-21
15219 2002-08-20 [christoph]  0.8.1claws86
15221         * src/folderview.c
15222         * src/main.c
15223         * src/summaryview.[ch]
15224                 more summaryview/folderitem seperation for
15225                 sort_key and sort_type
15226         * src/procmsg.c
15227                 added missing return statement
15229 2002-08-20 [colin]      0.8.1claws85
15231         * src/summaryview.[ch]
15232                 Added a quick search box
15233         * src/mainwindow.c
15234         * src/prefs_common.[ch]
15235                 Added a show/hide option for the quick search
15237 2002-08-20 [oliver]     0.8.1claws84
15238         
15239         * src/mainwindow.c
15240                 remove toolbar_create_popups
15241         * src/toolbar.[ch]
15242                 o remove toolbar_create_popups
15243                 o fix toolbar_set_sensitive 
15244                   (Bug reports #596834 and #596832)     
15245         * src/prefs_toolbar.c
15246                 o add "Set default" button
15247                 o align label and text + combo widgets
15249 2002-08-20 [hoa]        0.8.1claws83bis
15251         * src/imap.c
15252                 fixed a bug in imap_fetch_msginfo() in case there is no
15253                 current folder.
15255 2002-08-20 [darko]      0.8.1claws83
15257         * src/folderview.c
15258                 copy the color style of folder view so it
15259                 works with GTK themes
15261 2002-08-20 [darko]      0.8.1claws82
15263         * src/folder.h
15264         * src/folderview.c
15265         * src/prefs_folder_item.[hc]
15266                 don't use UI stuff in folder.h
15268 2002-08-20 [darko]      0.8.1claws81
15270         * src/folder.h
15271         * src/prefs_folder_item.h
15272         * src/folderview.c
15273         * src/prefs_folder_item.c
15274                 ability to set folder color in folderview
15276 2002-08-19 [alfons]     0.8.1claws80
15278         * src/summaryview.c
15279                 fix one of the earlier memleaks reported by Martin Kluge
15281 2002-08-19 [alfons]     0.8.1claws79
15283         * src/mainwindow.c
15284                 hide notice view when selecting seperate folder
15285                 view (reported by Urke MMI)
15287 2002-08-19 [christoph]  0.8.1claws78
15289         * src/folderview.c
15290         * src/prefs_folder_item.h
15291         * src/summaryview.[ch]
15292                 o add summary_set_prefs_from_folderitem to set
15293                   summaryview prefs (first step to remove all
15294                   references to the folderitem in summaryview)
15295                 o moved compiled regex stuff from folderitem prefs
15296                   to summaryview code
15298 2002-08-19 [paul]       0.8.1claws77
15300         * src/compose.c
15301                 add check for '.' to QUOTE_IF_REQUIRED
15303 2002-08-19 [paul]       0.8.1claws76
15305         * src/inc.c
15306                 sync with 0.8.1cvs25 (plug memory leak)
15308         * src/prefs_toolbar.c
15309                 re-order prefs_toolbar_cancel()
15311 2002-08-18 [alfons]     0.8.1claws75
15313         * src/inc.c
15314         * src/matcher.c
15315                 plug other memleaks reported by Martin Kluge
15317 2002-08-18 [paul]       0.8.1claws74
15319         * po/pt_BR.po
15320                 updated by Fabio Jr. Beneditto
15322 2002-08-18 [paul]       0.8.1claws73
15324         * src/toolbar.[ch]
15325                 fix bug where tooltips were displayed untranslated              
15327         * src/prefs_toolbar.c
15328                 fix bug where clicking 'Cancel' creates an icon & text
15329                 toolbar regardless of prefs
15330         
15332 2002-08-17 [oliver]     0.8.1claws72
15334         * src/prefs_toolbar.c
15335                 update toolbar on CANCEL
15336                 bug reported by Martin Kluge
15337         * src/toolbar.c
15338                 toolbar_destroy memleak fixed           
15340 2002-08-17 [alfons]     0.8.1claws71
15342         * src/toolbar.c
15343                 plug another memleak reported by Martin Kluge
15345 2002-08-16 [alfons]     0.8.1claws70
15347         * src/crash.c
15348                 use execvp() correctly (suggested by wwp; thanks!)
15350 2002-08-16 [alfons]     0.8.1claws69
15352         * src/gtksctree.c
15353                 plug memory leak reported by Kim Schultz & Martin Kluge
15355 2002-08-16 [paul]       0.8.1claws68
15357         * po/es.po
15358                 updated by Ricardo Mones Lastra
15360 2002-08-16 [paul]       0.8.1claws67
15362         * src/toolbar.h
15363                 fix bug where 'Compose News' icon showed wrong
15364                 tooltip
15366 2002-08-16 [paul]       0.8.1claws66
15368         * sync with 0.8.1cvs24
15369                 see ChangeLog 2002-08-16
15371         * po/it.po
15372                 updated by Alessandro Maestri
15374 2002-08-15 [paul]       0.8.1claws65
15376         * po/sr.po
15377                 updated by Urke MMI
15379 2002-08-15 [paul]       0.8.1claws64
15381         * src/*.c
15382                 don't translate debug info
15384         * src/matcher.[ch]
15385                 add copyright info
15387 2002-08-15 [paul]       0.8.1claws63
15389         * src/prefs_toolbar.c
15390                 fix bug where clicking 'OK' creates an icon & text
15391                 toolbar regardless of prefs
15393 2002-08-14 [alfons]     0.8.1claws62
15395         * src/main.c
15396                 add global var that has the full argv[0]
15397         * src/crash.c
15398                 o execvp the correct sylpheed by using argv0
15399                   and setting the correct work dir
15400                 o other tweaks  
15402 2002-08-14 [oliver]     0.8.1claws61
15403         
15404         * enable/disable Toolbar Action Buttons 
15405         * code cleanups
15406         * src/mainwindow.c
15407         * src/toolbar.[ch]      
15408         * src/prefs_toolbar.c   
15410 2002-08-14 [melvin]     0.8.1claws60
15412         * po/fr.po
15413                 Updated French translations
15415 2002-08-14 [melvin]     0.8.1claws59
15417         * src/crash.c
15418                 Made bug report not translatable
15419         * src/exporthtml.c
15420                 Fixed exporthtml_build_filespec() return value
15421         * src/foldersel.c
15422                 Fixed incorrect include file
15423         * src/gtkspell.c
15424         * src/prefs_actions.c
15425         * src/prefs_toolbar.c
15426                 Made debug info not translatable
15427         * src/mutt.c
15428         * src/quote_fmt.c
15429                 Added missing includes
15430         * src/prefs_common.c
15431                 Fixed typo
15433 2002-08-14 [paul]       0.8.1claws58
15435         * faq/es/sylpheed-faq.html
15436           faq/es/sylpheed-faq-[1-3].html
15437           faq/es/sylpheed-faq-4.html     **NEW FILE **
15438                 update Spanish FAQ
15440 2002-08-13 [christoph]  0.8.1claws57
15442         * src/procmsg.c
15443                 ignore thread fix that did not mark all
15444                 child nodes of a ignored thread as
15445                 ignored. Does not work perfectly yet,
15446                 but it is better now
15448 2002-08-13 [alfons]     0.8.1claws56
15450         * src/crash.c
15451                 o implement 'save crash log'
15452                 o some tweaks
15454 2002-08-13 [melvin]     0.8.1claws55
15456         * src/main.c
15457                 removed unrequired "execinfo.h" header
15459 2002-08-12 [paul]       0.8.1claws54
15461         * faq/en/sylpheed-faq.html
15462           faq/en/sylpheed-faq-[1-3].html
15463           faq/en/sylpheed-faq-4.html     **NEW FILE **
15464                 update English FAQ
15466 2002-08-12 [alfons]     0.8.1claws53
15468         * po/POTFILES.in
15469                 add crash.c to translatables
15470         * src/crash.c
15471                 bring in Leandro's crash dialog
15473 2002-08-11 [alfons]     0.8.1claws52
15475         * src/crash.c
15476                 clean up some warnings
15478 2002-08-11 [alfons]     0.8.1claws51
15480         * acconfig.h
15481         * configure.in
15482         * src/crash.[ch]        ** NEW FILES **
15483         * src/main.c            
15484                 initial gdb crash handler
15486 2002-08-11 [paul]       0.8.1claws50
15488         * src/prefs_toolbar.c
15489                 replace Up/Down arrow pixmaps with text to be
15490                 consistent across icon themes
15492 2002-08-11 [paul]       0.8.1claws49
15494         * src/prefs_common.c
15495           src/prefs_toolbar.c
15496                 rename 'Pixmap' -> 'Icon'
15498         * src/toolbar.[ch]
15499                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15501 2002-08-10 [paul]       0.8.1claws48
15503         * src/prefs_toolbar.c
15504                 re-work the UI
15506 2002-08-10 [paul]       0.8.1claws47
15508         * src/main.c
15509                 don't write Processing progress to status bar
15510                 patch submitted by Alexander Evseev
15512         * src/prefs_toolbar.c
15513                 re-position and resize window
15514                 make window assume correct size on first call
15516 2002-08-10 [paul]       0.8.1claws46
15518         * src/mainwindow.c
15519           src/prefs_toolbar.c
15520           src/toolbar.c
15521           src/toolbar.h
15522                 obey coding style
15523                 follow UI text conventions
15525 2002-08-10 [alfons]     0.8.1claws45
15527         * src/toolbar.c
15528                 correct pixmap for delete action
15530 2002-08-10 [paul]       0.8.1claws44
15532         * po/pt_BR.po
15533                 updated by Fabio Jr. Beneditto
15535 2002-08-10 [paul]       0.8.1claws43
15537         * po/POTFILES.in
15538                 add custom toolbar files
15540 2002-08-10 [paul]       0.8.1claws42
15542         * sync with 0.8.1cvs22
15543                 see ChangeLog 2002-08-09
15545 2002-08-09 [paul]       0.8.1claws41
15547         * tools/Makefile.am
15548           tools/README
15549           tools/outlook2sylpheed.pl     ** NEW FILE **
15550                 add script to convert exported Outlook
15551                 contacts list to a Sylpheed addressbook.
15552                 Submitted by Ricardo Mones Lastra.
15554 2002-08-09 [paul]       0.8.1claws40
15556         * AUTHORS
15557           configure.in
15558           po/sr.po      ** NEW FILE **
15559                 add Serbian message catalog. Submitted by
15560                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15562 2002-08-09 [paul]       0.8.1claws39
15564         * sync with 0.8.1cvs21
15565                 see ChangeLog 2002-08-08
15567 2002-08-08 [oliver]     0.8.1claws38
15569         * src/mainwindow.c
15570                 move Custom Toolbar to Configuration menu
15572 2002-08-08 [oliver]     0.8.1claws37
15574         * src/prefs_toolbar.c
15575                 fix substitute pixmap bug
15577 2002-08-08 [paul]       0.8.1claws36
15579         * sync with 0.8.1cvs19
15580                 see ChangeLog 2002-08-08
15582 2002-08-07 [christoph]  0.8.1claws35
15584         * src/utils.c
15585                 fixed a memory leak in new canonicalize_file_replace
15587 2002-08-07 [christoph]  0.8.1claws34
15589         * src/utils.[ch]
15590                 o canonicalize_file_replace should create the temporary
15591                   file in the same directory as the original file.
15592                 o added get_tmpfile_in_dir that creates a temorary file
15593                   in a specified directory.
15595 2002-08-07 [melvin]     0.8.1claws33
15597         * src/toolbar.c
15598                 fixed bug where 'Article' button acted as 'Email' button.
15600 2002-08-07 [paul]       0.8.1claws32
15602         * sync with 0.8.1.cvs17
15603                 see ChangeLog 2002-08-07
15605 2002-08-07 [colin]      0.8.1claws31
15606         
15607         * src/news.c
15608                 fix mass-cancel problem
15610 2002-08-07 [thorsten]   0.8.1claws30
15612         * src/prefs_toolbar.c
15613                 fix: crash on replace or add new button
15614         * src/toolbar.c
15615                 fix: close xmlfile after reading
15616         * src/utils.c
15617                 fix: unlink() file before rename()
15619 2002-08-06 [paul]       0.8.1claws29
15621         * sync with 0.8.cvs15
15622                 see ChangeLog 2002-08-06
15624 2002-08-06 [oliver]     0.8.1claws28
15626         * src/toolbar.c
15627         * src/prefs_toolbar.c
15628                 fixed empty toolbar issue
15630 2002-08-06 [oliver]     0.8.1claws27
15632         * Custom Toolbar Final 
15633         * src/folderview.c
15634         * src/inc.c
15635         * src/summaryview.c
15636                 o toolbar stuff now lives in src/toolbar.[ch]
15637                 o main_window_toolbar_* functions are renamed to
15638                   toolbar_* reflecting their new source file
15639         * src/mainwindow.[ch]
15640                 o remove toolbar stuff  
15642 2002-08-06 [oliver]     0.8.1claws26
15643         
15644         * src/Makefile.am
15645         * src/prefs_toolbar.[ch]        **New File**
15646         * src/toolbar.[ch]              **New File**
15647                 o prefs_toolbar.[ch] custom toolbar frontend
15648                 o toolbar.[ch]       backend 
15650 2002-08-06 [oliver]     0.8.1claws25
15652         * src/prefs_actions.[ch]
15653                 o new exported function actions_execute
15655 2002-08-06 [paul]       0.8.1claws24
15657         * sync with 0.8.1cvs4
15658                 see ChangeLog 2002-08-06
15660 2002-08-06 [paul]       0.8.1claws23
15662         * sync with 0.8.1cvs13
15663                 see ChangeLog 2002-08-06
15665 2002-08-06 [paul]       0.8.1claws22
15667         * sync with 0.8.1cvs12
15668                 see ChangeLog 2002-08-05 and 2002-08-06
15670 2002-08-06 [match]      0.8.1claws21
15672         * src/addrclip.c
15673                 improvements to cut/copy/paste address
15675 2002-08-05 [match]      0.8.1claws20
15677         * src/addritem.[ch]
15678         * src/addrcache.c
15679         * src/addrbook.c
15680         * src/editaddress.c
15681         * src/addressbook.c
15682                 fixes to improve cut/copy/paste
15684 2002-08-06 [melvin]     0.8.1claws19
15686         * src/account.[ch]
15687                 account_find_all_from_address(): new function that returns the
15688                 list of all accounts that are matched in an address.
15689         * src/alertpanel.[ch]
15690                 alertpanel() now accepts a custom widget
15691                 alertpanel_with_widget(): new function that pops up a panel with
15692                 a custom widget in it 
15693         * src/gtkutils.[ch]
15694                 gtkut_account_menu_new(): new function that allows the selection
15695                 of an account from a list of accounts.
15696         * src/messageview.c
15697                 Extended Return Receipt notification to select the correct 
15698                 account and to make a security test on the Delivery-Notification
15699                 address which should be the same as the Return-Path.
15701 2002-08-06 [thorsten]   0.8.1claws18
15703         * src/mimeview.c
15704                 attach_all: save unnamed as "noname.%d",
15705                 dont free static dirname
15707 2002-08-05 [alfons]     0.8.1claws17
15709         * configure.in
15710                 detect XIM by trying to link rather than compile a XIM program
15712 2002-08-05 [oliver]     0.8.1claws16
15713                 
15714         * src/stock_pixmap.[ch]
15715                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15716                 o new func to retrieve pixmaps
15718 2002-08-05 [paul]       0.8.1claws15
15720         * sync with 0.8.1cvs10
15721                 see ChangeLog 2002-08-05
15723 2002-08-04 [alfons]     0.8.1claws14
15725         * src/textview.c
15726                 see if this plugs memleak
15728 2002-08-04 [melvin]     0.8.1claws13
15730         * src/gtkspell.c
15731                 fixed bug that could crash Sylpheed when highlighting
15732                 all misspelled words.
15734 2002-08-03 [melvin]     0.8.1claws12
15736         * src/prefs_actions.c
15737                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15738         * src/messageview.c
15739                 fixed bug where the Return Receipt was sent to
15740                 Delivery-Notification-To address even if it was not present
15742 2002-08-02 [alfons]     0.8.1claws11
15744         * src/prefs_actions.c
15745                 o more check for NULLs
15746                 o put create_io_dialog() in right conditional block
15748 2002-08-02 [paul]       0.8.1claws10
15750         * po/es.po
15751                 updated by Ricardo Mones Lastra
15753 2002-08-01 [christoph]  0.8.1claws9
15755         * src/folder.c
15756                 don't free the cache of the opened
15757                 folder in the summaryview
15758         * src/summaryview.c
15759                 don't unset flags, if it is not required
15761 2002-08-01 [paul]       0.8.1claws8
15763         * sync with 0.8.1cvs8
15764                 see ChangeLog entry 2002-08-01
15766 2002-08-01 [paul]       0.8.1claws7
15768         * sync with 0.8.1cvs7
15769                 see ChangeLog 2002-07-31 and 2002-08-01
15771 2002-07-31 [christoph]  0.8.1claws6
15773         * src/mainwindow.c
15774                 forgot to update menu sensitivity
15775                 function for new menu entry
15777 2002-07-31 [alfons]     0.8.1claws5
15779         * src/main.c
15780                 check folder item and its path for NULL on
15781                 initial processing
15783 2002-07-31 [christoph]  0.8.1claws4
15785         * src/folder.c
15786                 check if folder_item_get_msginfo in
15787                 folder_item_remove_msg returned NULL
15788         * src/imap.c
15789                 better clear the uid cache in the
15790                 uid validity check function and delete
15791                 cached messages
15793 2002-07-31 [paul]       0.8.1claws3
15795         * man/sylpheed.1
15796                 add the '--attach' option and a few other
15797                 minor changes
15799 2002-07-31 [paul]       0.8.1claws2
15801         * sync with 0.8.1cvs5
15802                 see ChangeLog 2002-07-31
15804 2002-07-31 [christoph]  0.8.1claws1
15806         * src/folderview.[ch]
15807         * src/mainwindow.c
15808                 replace "Rescan all folders..." with
15809                 "Check all folders for new messages..."
15811 2002-07-30 [paul]       0.8.1claws
15813         * version 0.8.1claws released
15815 2002-07-30 [paul]       0.8.0claws29
15817         * tools/OOo2sylpheed.pl ** NEW FILE **
15818           tools/README
15819                 add script to enable sending documents as
15820                 attachments from OpenOffice.org
15822 2002-07-30 [melvin]     0.8.0claws28
15824         * src/prefs_actions.c
15825                 Made the actions' input/output dialog display
15826                 without delay.
15828 2002-07-30 [christoph]  0.8.0claws27
15830         * src/procmsg.c
15831                 check if folder_item_get_msginfo in
15832                 procmsg_save_to_outbox returned NULL
15834 2002-07-30 [paul]       0.8.0claws26
15836         * sync with 0.8.1cvs4
15837                 see ChangeLog 2002-07-29
15839 2002-07-29 [thorsten]   0.8.0claws25
15841         * README.claws
15842                 added selective download, delete on server
15844 2002-07-29 [paul]       0.8.0claws24
15846         * sync with 0.8.1cvs3
15847                 see ChangeLog 2002-07-29
15849 2002-07-27 [christoph]  0.8.0claws23
15851         * src/folder.c
15852                 add extra check if fetching the msginfo
15853                 returned NULL
15855 2002-07-27 [paul]       0.8.0claws22
15857         * sync with 0.8.1cvs2
15858                 see ChangeLog 2002-07-26
15860 2002-07-27 [christoph]  0.8.0claws21
15862         * src/imap.c
15863                 add another check if a valid msginfo
15864                 was returned
15866 2002-07-26 [hoa]        0.8.0claws20
15868         * src/folder.c
15869                 Fixed a condition in folder_item_destroy()
15871         * src/imap.c
15872                 Fixed an error in IMAP protocol
15874 2002-07-26 [alfons]     0.8.0claws19
15876         * src/folder.c
15877                 ofcourse compare with identifier, not the path
15879 2002-07-26 [alfons]     0.8.0claws18
15881         * src/folder.c
15882                 use folder item identifier for saving / restoring
15883                 preferences because folder->path might not be unique
15885 2002-07-26 [melvin]     0.8.0claws17
15887         * src/logwindow.c
15888                 Fixed a crash introduced in 0.8.0claws5 when log is 
15889                 cut under 80 characters.
15891 2002-07-26 [paul]       0.8.0claws16
15893         * sync with 0.8.1cvs1
15894                 see ChangeLog 2002-07-26
15896 2002-07-26 [christoph]  0.8.0claws15
15898         * src/imap.[ch]
15899                 imap folder now remembers the last selected
15900                 folder and imap_fetch_msginfo skips selecting
15901                 the folder if it is already selected
15903 2002-07-26 [christoph]  0.8.0claws14
15905         * src/folder.c
15906         * src/folderview.c
15907         * src/imap.c
15908                 fix imap folder rescanning
15910 2002-07-25 [christoph]  0.8.0claws13
15912         * src/filter.c
15913         * src/folder.[ch]
15914         * src/folderview.c
15915         * src/imap.[ch]
15916         * src/mainwindow.c
15917         * src/mbox_folder.c
15918         * src/mh.c
15919         * src/news.c
15920                 implement imap uid cache and uid validity check
15922 2002-07-25 [alfons]     0.8.0claws12
15924         * src/summaryview.c
15925                 fix a brown paper bag bug, and also add some more
15926                 checks
15928 2002-07-25 [christoph]  0.8.0claws11
15930         * src/folder.c
15931                 don't mix copy, fetch_msginfo and remove
15932                 operations in folder item copy and move
15933                 operations
15935 2002-07-25 [christoph]  0.8.0claws10
15937         * src/folderview.c
15938         * src/mainwindow.c
15939         * src/prefs_folder_item.c
15940         * src/summaryview.[ch]
15941                 remove no longer required parameter update_cache from
15942                 summary_show
15944 2002-07-25 [paul]       0.8.0claws9
15946         * sync with 0.8.1
15947         
15948         * AUTHORS
15949                 a few corrections
15951 2002-07-24 [alfons]     0.8.0claws8
15953         * src/summaryview.c
15954                 sort correctly when using simplified subject line
15955                 (closes feature request "[ 585141 ] applying regexp to subject 
15956                 before sort" submitted by Alexandra Walford)
15958 2002-07-24 [paul]       0.8.0claws7
15960         * sync with 0.8.0cvs3
15961                 see ChangeLog 2002-07-24
15963 2002-07-23 [christoph]  0.8.0claws6
15965         * src/folder.c
15966         * src/folder.h
15967         * src/summaryview.c
15968         * src/summaryview.h
15969         * src/main.c
15970                 o separate processing and summaryview
15971                 o removed summary_write_cache from summaryview
15972                 o removed summaryview->killed_messages, because we don't have
15973                   to keep a list of killed messages anymore. New cache will
15974                   keep the hidden messages in cache anyway
15975         * src/folderview.c
15976         * src/inc.c
15977         * src/selective_download.c
15978                 o removed unnecessary summary_write_cache calls
15979         * src/procmsg.c
15980                 o don't set ignore thread flag in procmsg_get_thread_tree
15981                   if it is already set
15982         * src/mainwindow.c
15983         * src/statusbar.h
15984                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15985                   they are used in different files
15987 2002-07-23 [melvin]     0.8.0claws5
15989         * src/addressbook.c
15990         * src/addrgather.c
15991         * src/editaddress.c
15992         * src/editgroup.c
15993         * src/editldap_basedn.c
15994         * src/importldif.c
15995         * src/prefs_common.c
15996                 Fixed few memory leak (gtk_editable_get_chars returns
15997                 an allocated string)
15998         * src/logwindow.c
15999                 Fixed few memory leak (gtk_editable_get_chars returns
16000                 an allocated string) and modified a little the log cutting
16001                 loop.
16002         * src/compose.c
16003                 Replaced a call to an obsolete function gtk_entry_get_text()
16004                 by gtk_editable_get_chars()
16005         * src/send.c
16006                 Removed a debug printf
16008 2002-07-23 [christoph]  0.8.0claws4
16010         * src/filesel.c
16011                 fix another g_dirname memory leak
16013 2002-07-23 [christoph]  0.8.0claws3
16015         * src/mh.c
16016                 fixed a memory leak in mh_fetch_msginfo
16017                 fixed crash when message header could not be
16018                 parsed
16020 2002-07-23 [paul]       0.8.0claws2
16022         * sync with 0.8.0cvs2
16023                 see ChangeLog 2002-07-23
16025 2002-07-23 [paul]       0.8.0claws1
16027         * sync with 0.8.0cvs1
16028                 see ChangeLog 2002-07-23
16030 2002-07-23 [paul]       0.8.0claws
16032         * release of 0.8.0claws