1ff2eae932bd4efdf8e4aaac2eaf53a778f3e2fc
[claws.git] / ChangeLog.claws
1 2004-11-23 [colin]      0.9.12cvs165
2
3         * src/procmime.c
4                 Fix mime headers wrapping
5
6 2004-11-23 [christoph]  0.9.12cvs164
7
8         * src/common/Makefile.am
9         * src/common/partial_download.[ch]
10         * src/Makefile.am
11         * src/partial_download.[ch]
12         * src/folderview.c
13                 move to src because it depends on src stuff
14
15         * src/codeconv.c
16         * src/common/base64.h
17                 move B64LEN macro to base64.h
18
19         * src/compose.c
20         * src/privacy.[ch]
21                 add PrefsAccount to sign-function parameters
22
23         * src/main.c
24         * src/prefs_account.[ch]
25         * src/gtk/prefswindow.[ch]
26                 o use new prefswindow for account prefs
27                 o add possibility to add new pages to account prefs
28
29         * src/plugins/pgpmime/prefs_gpg.[ch]
30         * src/plugins/pgpmime/prefs_gpg.glade
31                 add account prefs for GPG
32
33         * src/plugins/pgpmime/pgpmime.c
34         * src/plugins/pgpmime/sgpgme.[ch]
35                 create signers list based on the GPG account prefs
36
37 2004-11-23 [colin]      0.9.12cvs163
38
39         * src/main.c
40                 Fix cursor going from normal to wait
41                 as many times as there are folders
42                 (very noticeable on exported displays)
43
44 2004-11-23 [colin]      0.9.12cvs162
45
46         * src/msgcache.c
47                 HEAD needs this leak fix too
48
49 2004-11-22 [luke]       0.9.12cvs161
50
51         * src/gtk/gtkstext.c
52                 'Up' key moves one line (not one paragraph) like 'Down'
53
54 2004-11-22 [paul]       0.9.12cvs160
55
56         * src/prefs_themes.c
57                 fix oversized GtkFrames
58
59 2004-11-19 [paul]       0.9.12cvs159
60
61         * src/prefs_common.c
62                 update prefs_keybind_apply_clicked()
63
64 2004-11-18 [paul]       0.9.12cvs158
65
66         * src/compose.c
67         * src/messageview.c
68         * src/common/utils.c
69         * src/common/utils.h
70                 use Message-ID format like that previously
71                 used in compose_generate_msgid()
72
73 2004-11-17 [christoph]  0.9.12cvs157
74
75         * src/mainwindow.c
76         * src/prefs_common.c
77                 integrate "Common preferences" into new preferences dialog
78
79 2004-11-17 [colin]      0.9.12cvs156
80
81         * src/prefs_account.c
82         * src/prefs_account.h
83         * src/procmsg.c
84                 Add an option to let the user choose to store encrypted
85                 mail as clear text or encrypted.
86
87 2004-11-17 [colin]      0.9.12cvs155
88
89         * src/compose.c
90         * src/toolbar.c
91                 Be verbose when sending fails
92         * src/procmsg.c
93                 Fix procmsg_send_queue returning 0 when there's an error
94                 Don't send messages to be encrypted to nobody 
95
96
97 2004-11-17 [colin]      0.9.12cvs154
98
99         * src/privacy.c
100                 Fix more pointer confusion
101
102 2004-11-17 [paul]       0.9.12cvs153
103
104         * src/procmime.h
105                 forgotten in sync with main 1.0.0beta3
106
107
108 2004-11-17 [paul]       0.9.12cvs152
109
110         * ChangeLog
111         * ChangeLog.jp
112         * NEWS
113         * src/compose.c
114         * src/jpilot.c
115         * src/procmime.c
116                 sync with main 1.0.0beta3
117                 see ChangeLog 2004-11-15 and 2004-11-16
118
119 2004-11-17 [colin]      0.9.12cvs151
120
121         * src/plugins/pgpmime/pgpmime.c
122                 Remove debug printf
123
124 2004-11-17 [colin]      0.9.12cvs150
125
126         * src/plugins/pgpmime/pgpmime.c
127                 Fix off-by-one causing segs
128
129 2004-11-17 [colin]      0.9.12cvs149
130
131         * src/procmsg.c
132                 < Reboot_> don't compare pointers to NULL with !
133                 So, use the other form to bring consistency.
134                 Also fix coding style.
135
136 2004-11-16 [colin]      0.9.12cvs148
137
138         * src/procmsg.c
139                 Fix the fix :)
140
141 2004-11-16 [colin]      0.9.12cvs147
142
143         * src/procmsg.c
144                 Fix leaks in procmsg_send_message_queue
145
146 2004-11-12 [paul]       0.9.12cvs146
147
148         * src/prefs_account.c
149         * src/procmime.c
150         * src/procmime.h
151                 fix sync breakage 
152
153 2004-11-12 [paul]
154
155         * src/pixmaps/complete.xpm
156         * src/pixmaps/continue.xpm
157                 small sync with main, see ChangeLog 2004-11-11
158
159 2004-11-11 [paul]       0.9.12cvs145
160
161         * ChangeLog
162         * ChangeLog.jp
163         * src/account.c
164         * src/folderview.c
165         * src/folderview.h
166         * src/imap.c
167         * src/imap_gtk.c
168         * src/inc.c
169         * src/mainwindow.c
170         * src/mh_gtk.c
171         * src/news_gtk.c
172         * src/pop.c
173         * src/prefs_account.c
174         * src/prefs_account.h
175         * src/prefs_ext_prog.c
176         * src/procmsg.c
177         * src/procmsg.h
178         * src/summary_search.c
179         * src/summaryview.c
180         * src/textview.c
181         * src/common/defs.h
182         * src/common/utils.c
183         * src/common/utils.h
184         * src/gtk/menu.c
185         * src/gtk/menu.h
186                 sync with main 1.0.0beta2 (plus 4)
187
188 2004-11-09 [christoph]  0.9.12cvs144
189
190         * src/compose.c
191         * src/prefs_account.[ch]
192                 add option menu to select default privacy system
193
194         * src/plugins/pgpmime/pgpmime.c
195                 better memory allocation
196
197         * src/folder.c
198                 syncronize flags when scanning a folder
199
200 2004-11-08 [colin]      0.9.12cvs143
201
202         * src/summaryview.c
203                 Prevent useless folder count updates while 
204                 quicksearch is running. It is really annoying 
205                 while quicksearch is running a full-mail
206                 scan, like 'b foo', in a big folder.
207
208 2004-11-08 [colin]      0.9.12cvs142
209
210         * src/textview.c
211                 Really fix these mail URIs
212
213 2004-11-08 [colin]      0.9.12cvs141
214
215         * src/textview.c
216                 fix "colin@colino.net" <colin@colino.net> 
217                 types of URIs
218
219 2004-11-06 [colin]      0.9.12cvs140
220
221         * src/compose.c
222                 Don't ask for passphrase if not sending
223
224 2004-11-05 [christoph]  0.9.12cvs139
225
226         * src/compose.c
227                 o encode text content of composed mails
228         * src/procmime.c
229                 o allow encoding of MimeInfos that are stored in memory buffers
230                 
231
232 2004-11-03 [paul]       0.9.12cvs138
233
234         * po/POTFILES.in
235                 add 'src/plugins/pgpmime/prefs_gpg.c'.
236                 Patch submitted by Fabien Vantard
237
238         * src/prefs_ext_prog.c
239                 fix typos. Patch submitted by Fabien Vantard
240
241         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
242         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
243                 add German, Spanish, Italian, Brazilian Portuguese,
244                 and Slovak translations. Submitted by Thomas Gilgin,
245                 J. José del Río 'partymola', Andrea Spadaccini,
246                 Frederico Goncalves Guimaraes, and Andrej Kacian
247
248 2004-11-01 [christoph]  0.9.12cvs137
249
250         * src/procmime.c
251                 implement RFC2231's parameter encoding
252
253 2004-10-29 [colin]      0.9.12cvs136
254
255         * src/common/utils.c
256                 Fix boundary delimiter (a Pine user gets this:
257                 > Malformed message: Unexpected characters at end of parameters:
258                 > =_Thu__28_Oct_2)
259
260 2004-10-29 [paul]
261
262         * tools/textviewer.sh
263                 fix typo. patch submitted by Johann Koenig 
264                 <explosive@hvc.rr.com>
265
266 2004-10-29 [paul]
267
268         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
269         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
270                 add French translations, submitted by Fabien Vantard
271
272 2004-10-28 [christoph]  0.9.12cvs135
273
274         * doc/src/rfc2231.txt                           ** NEW **
275         * src/procmime.c
276         * src/common/quoted-printable.c
277         * src/common/utils.[ch]
278                 implement RFC2231's parameter decoding
279
280 2004-10-27 [paul]
281
282         * tools/kdeservicemenu/README
283         * tools/kdeservicemenu/install.sh
284         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
285         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
286         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
287                 output files to /tmp instead of littering the
288                 current dir
289                 add uninstall function
290                 refactor
291
292 2004-10-26 [christoph]  0.9.12cvs134
293
294         * src/procmime.c
295                 better check if parameters have to be in quoted string
296
297 2004-10-25 [paul]
298
299         * tools/kdeservicemenu/README
300         * tools/kdeservicemenu/install.sh
301         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
302         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
303         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
304                 add files for Sylpheed Service Menu in Konqueror
305
306 2004-10-22 [paul]       0.9.12cvs133
307
308         * src/compose.c
309         * src/prefs_common.c
310         * src/prefs_common.h
311         * src/prefs_wrapping.c
312                 remove 'smart wrapping'
313
314 2004-10-21 [colin]      0.9.12cvs132
315
316         * src/compose.c
317                 Remove extraneous separator in Options
318
319 2004-10-21 [colin]      0.9.12cvs131
320
321         * src/compose.c
322                 Replace "unknown" attachments by "application/octet-stream"
323                 Be a bit more defensive when using strchr
324
325 2004-10-20 [paul]
326
327         * po/ru.po
328                 updated by Pavlo Bohmat
329
330 2004-10-19 [christoph]  0.9.12cvs130
331
332         * src/compose.c
333                 fix wrong menu entry path
334
335         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
336
337         * src/gtk/menu.c
338                 add extra check for missing menu entries
339
340 2004-10-19 [christoph]  0.9.12cvs129
341
342         * src/compose.c
343         * src/common/utils.c
344                 use utils' generate_msgid() in compose.c
345
346 2004-10-18 [christoph]  0.9.12cvs128
347
348         * src/plugins/pgpmime/passphrase.c
349         * src/plugins/pgpmime/pgpmime.c
350         * src/plugins/pgpmime/prefs_gpg.[ch]
351         * src/plugins/pgpmime/prefs_gpg.glade
352         * src/plugins/pgpmime/sgpgme.c
353                 add GPG prefs
354
355 2004-10-18 [christoph]  0.9.12cvs127
356
357         * src/addrbook.c
358         * src/addrcache.c
359         * src/addressbook.c
360         * src/codeconv.c
361         * src/compose.c
362         * src/customheader.c
363         * src/editaddress.c
364         * src/editgroup.c
365         * src/exporthtml.c
366         * src/folder.c
367         * src/folderview.c
368         * src/imap.c
369         * src/jpilot.c
370         * src/main.c
371         * src/matcher_parser_parse.y
372         * src/mbox.c
373         * src/pop.c
374         * src/prefs_account.c
375         * src/prefs_gtk.c
376         * src/prefs_msg_colors.c
377         * src/procheader.c
378         * src/procmime.[ch]
379         * src/procmsg.c
380         * src/summaryview.c
381         * src/textview.c
382         * src/common/base64.c
383         * src/common/partial_download.c
384         * src/common/socket.c
385         * src/common/sylpheed.c
386         * src/common/utils.[ch]
387         * src/gtk/filesel.c
388         * src/gtk/pluginwindow.c
389         * src/gtk/quicksearch.c
390         * src/plugins/pgpmime/pgpmime.c
391         * src/plugins/pgpmime/plugin.c
392         * src/plugins/pgpmime/select-keys.c
393         * src/plugins/pgpmime/sgpgme.c
394         * src/plugins/spamassassin/libspamc.c
395         * src/plugins/trayicon/trayicon.c
396         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
397         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
398                 o don't use any GNU C extensions
399                 o fix warnings
400                 o replace some non-POSIX functions
401
402         * src/plugins/spamassassin/spamassassin.[ch]
403         * src/plugins/spamassassin/spamassassin_gtk.c
404         * src/plugins/clamav/clamav_plugin.[ch]
405         * src/plugins/clamav/clamav_plugin_gtk.c
406                 replace statusbar_print_all() from common code because it is a
407                 GUI function
408
409 2004-10-17 [paul]
410
411         * po/es.po
412         * po/ko.po
413         * AUTHORS
414                 update Spanish and Korean translations,
415                 submitted by Ricardo Mones Lastra and
416                 SungHyun Nam
417
418 2004-10-13 [colin]      0.9.12cvs126
419
420         * src/compose.c
421                 Don't convert message to forced encoding when 
422                 drafting, plus minor magic-values cleanup.
423
424 2004-10-13 [colin]      0.9.12cvs125
425
426         * po/POTFILES.in
427                 Update POTFILES.in to reflect the source
428                 place changes
429
430 2004-10-08 [christoph]  0.9.12cvs124
431
432         * m4/spamassassin.m4
433                 fix libspamc OpenSSL
434
435         * src/compose.c
436                 rearrange the compose menu
437
438 2004-10-08 [christoph]  0.9.12cvs123
439
440         * src/Makefile.am
441         * src/account.c
442         * src/compose.[ch]
443         * src/crash.c
444         * src/main.c
445         * src/mimeview.c
446         * src/passphrase.[ch]                           ** REMOVE **
447         * src/prefs_account.[ch]
448         * src/prefs_common.[ch]
449         * src/privacy.[ch]
450         * src/procmime.[ch]
451         * src/procmsg.c
452         * src/rfc2015.[ch]                              ** REMOVE **
453         * src/select-keys.[ch]                          ** REMOVE **
454         * src/common/utils.[ch]
455         * src/gtk/about.c
456         * src/plugins/pgpmime/Makefile.am
457         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
458         * src/plugins/pgpmime/pgpmime.c
459         * src/plugins/pgpmime/plugin.c
460         * src/plugins/pgpmime/prefs_gpg.[ch]
461         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
462         * src/plugins/pgpmime/sgpgme.[ch]
463                 o Add new MIME-Writer
464                 o extend PrivacySystem with sign and encrypt functions
465                 o extend PGP/MIME plugin with sign and encrypt functions
466                 o integrate extended Privacy API in Compose and Sending process
467
468 2004-10-04 [colin]      0.9.12cvs122
469
470         * src/mainwindow.c
471         * src/messageview.c
472         * src/messageview.h
473         * src/textview.c
474                 Make forced encoding limited to messageview and
475                 apply only to parts displayed using textview
476
477 2004-10-04 [colin]      0.9.12cvs121
478
479         * src/summaryview.c
480                 Fix bug #605 (collapsed threads re-expand when moving or
481                 deleting mails)
482
483 2004-10-03 [colin]      0.9.12cvs120
484
485         * src/summaryview.c
486                 Fix bug #602
487
488 2004-10-02 [colin]      0.9.12cvs119
489
490         * src/mainwindow.c
491         * src/messageview.c
492         * src/prefs_common.h
493         * src/procmime.c
494         * src/procmime.h
495         * src/textview.c
496                 Clean up forced charset feature
497                 Add forced decode
498
499 2004-10-01 [colin]      0.9.12cvs118
500
501         * src/mimeview.c
502                 Better fix for Save all: skip multipart mails' first 
503                 text part
504
505 2004-10-01 [colin]      0.9.12cvs117
506
507         * src/mimeview.c
508                 Only save attachments in Save All
509
510 2004-10-01 [paul]       0.9.12cvs116
511
512         * ChangeLog
513         * ChangeLog.jp
514         * src/account.c
515         * src/prefs_common.c
516         * src/gtk/colorlabel.c
517                 sync with main 0.9.12cvs17
518
519 2004-09-30 [colin]      0.9.12cvs115
520
521         * src/stock_pixmap.c
522         * src/stock_pixmap.h
523         * src/folderview.c
524         * src/Makefile.am
525         * src/pixmaps/read.xpm
526                 Add icon for total # column
527
528 2004-09-29 [colin]      0.9.12cvs114
529
530         * src/compose.c
531                 Don't close compose until message is sent if 
532                 Show Send Dialog is Always
533
534 2004-09-29 [paul]       0.9.12cvs113
535
536         * src/quote_fmt_parse.y
537                 In the quotation templates recognise sender's first and last 
538                 names (%F %L) when the name is in the format "Duck, Donald".
539                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
540
541
542 2004-09-28 [colin]      0.9.12cvs112
543
544         * src/mainwindow.c
545                 Put back mnemonic
546         * src/folderview.c
547                 Fix Empty trash being visible-invisible-visible...
548
549 2004-09-28 [colin]      0.9.12cvs111
550
551         * src/mainwindow.c
552                 Relabel Empty all Trash folders
553
554 2004-09-28 [colin]      0.9.12cvs110
555
556         * src/folderview.c
557                 Add contextual Empty trash menu
558         * src/mainwindow.c
559                 Revert cvs109 which was useless
560
561 2004-09-28 [colin]      0.9.12cvs109
562
563         * src/mainwindow.c
564                 Fix uninialized var
565
566 2004-09-28 [colin]      0.9.12cvs108
567
568         * src/addressbook.c
569                 Fix triple-click
570
571 2004-09-28 [colin]      0.9.12cvs107
572
573         * src/addressbook.c
574                 Fix double-click on entries
575
576 2004-09-28 [colin]      0.9.12cvs106
577
578         * src/inc.c
579                 Reintroduce folder_item update freeze on incorporation
580
581 2004-09-27 [christoph]  0.9.12cvs105
582
583         * src/folderview.c
584                 right-align new and unread column
585
586 2004-09-27 [paul]
587
588         * 0.9.12b released
589
590 2004-09-27 [paul]       0.9.12cvs104
591
592         * src/main.c
593                 revert 0.9.12cvs101, it causes another segfault
594
595 2004-09-23 [christoph]  0.9.12cvs103
596
597         * src/plugins/spamassassin/libspamc.[ch]
598         * src/plugins/spamassassin/utils.[ch]
599                 update libspamc to SpamAssassin 3.0.0
600
601 2004-09-17 [paul]       0.9.12cvs102
602
603         * ChangeLog
604         * ChangeLog.jp
605         * src/inc.c
606                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
607  
608
609 2004-09-17 [colin]      0.9.12cvs101
610
611         * src/main.c
612                 Fix segfaults when quitting. valgrind says:
613                         ==12144== Invalid read of size 4
614                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
615                         [...]
616                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
617                         [...]
618                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
619
620
621 2004-09-13 [christoph]  0.9.12cvs100
622
623         * src/folder.c
624                 add NULL pointer checks to fix segfault when messages can
625                 not be fetched
626
627 2004-09-08 [colin]      0.9.12cvs99
628
629         * src/account.c
630                 Remove a debug printf
631
632 2004-09-08 [christoph]  0.9.12cvs98
633
634         * src/procmsg.[ch]
635                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
636                 if the message structure has been scanned
637
638         * src/folder.c
639                 o scan structure when the mail is fetched for the first time
640                   to prevent unnecessary fetching of messages while scanning
641                   the folder for messages
642                 o revert 0.9.12cvs24
643
644         * src/plugins/pgpmime/pgpmime.c
645                 check signature if auto signature checking is enabled when the
646                 signature status is requested for first time and not when
647                 checking if a part has a signature
648
649 2004-09-07 [colin]      0.9.12cvs97
650
651         * src/inc.c
652                 Change session error messages so that they
653                 are a bit more helpful (the origin of the
654                 error is not apparent if one isn't in 
655                 front of Sylpheed when it happens).
656
657 2004-09-06 [colin]      0.9.12cvs96
658
659         * src/toolbar.c
660                 Fix graying out Redirect in non english languages
661                 Patch by Fabien Vantard
662
663 2004-09-06 [colin]      0.9.12cvs95
664
665         * src/summaryview.c
666         * src/mimeview.c
667                 Fix dropped URIs
668
669 2004-09-06 [colin]      0.9.12cvs94
670
671         * src/addressbook.c
672         * src/addressitem.h
673         * src/addritem.c
674         * src/addritem.h
675                 Add basic drag and drop to addressbook
676
677 2004-09-03 [colin]      0.9.12cvs93
678
679         * src/summaryview.c
680                 Next/Prev unread message should start
681                 from next/prev node (especially if 
682                 mark_as_read_delay != 0)
683
684 2004-09-03 [colin]      0.9.12cvs92
685
686         * src/prefs_common.c
687         * src/prefs_common.h
688         * src/summaryview.c
689                 Add an hidden 'mark_as_read_delay' pref 
690
691 2004-09-02 [colin]      0.9.12cvs91
692
693         * src/gtk/menu.c
694                 Add unduplicated menu entries (fixes bug 532)
695                 Patch by Fabien Vantard
696
697 2004-09-02 [colin]      0.9.12cvs90
698
699         * src/account.c
700                 Fix bug 582 (broken auto account selection)
701
702 2004-09-02 [colin]      0.9.12cvs89
703
704         * src/addrindex.c
705                 Free deleted queries too
706
707 2004-09-02 [colin]      0.9.12cvs88
708
709         * src/ldapquery.c
710                 Fix freezes in LDAP, due to memory corruption
711                 after deletion of a query (and not removing it
712                 from the corresponding list of queries).
713                 Very probably fixes bug 567 and bug 569
714
715 2004-09-02 [colin]      0.9.12cvs87
716
717         * src/prefs_spelling.c
718                 Fix bug with aspell prefs init, where spell checking
719                 is enabled at first but dictionary not specified. Use
720                 LANG's dictionary by default.
721
722 2004-09-01 [colin]      0.9.12cvs86
723
724         * src/filtering.c
725         * src/imap.c
726         * src/prefs_matcher.c
727         * src/stock_pixmap.c
728                 Fix more nasty uninitialized variables
729
730 2004-08-31 [colin]      0.9.12cvs85
731
732         * src/folder.c
733                 Fix memory corruption when entering procmsg_msginfo_free()
734                 with unitialized msginfo. Thanks Valgrind.
735
736 2004-08-29 [colin]      0.9.12cvs84
737
738         * src/mimeview.c
739                 Don't escape filenames before saving - that's 
740                 not dangerous. By the way, fix the leak.
741
742 2004-08-27 [paul]       0.9.12cvs83
743
744         * src/mh.c
745         * src/procheader.c
746         * src/procmsg.c
747         * src/procmsg.h
748         * src/common/utils.c
749         * src/gtk/menu.h
750                 sync with main 0.9.12cvs6, see ChangeLog
751                 2004-08-24, 2004-08-25, 2004-08-26
752
753
754 2004-08-26 [paul]
755
756         * po/ja.po
757                 updated by Rui Hirokawa
758
759 2004-08-25 [colin]      0.9.12cvs82
760
761         * src/plugins/pgpmime/pgpmime.c
762                 Fix leak on non-combined encrypted messages
763
764 2004-08-25 [colin]      0.9.12cvs81
765
766         * src/plugins/pgpmime/pgpmime.c
767         * src/plugins/pgpmime/sgpgme.c
768         * src/plugins/pgpmime/sgpgme.h
769                 Handle combined encryption/signature
770
771 2004-08-24 [colin]      0.9.12cvs80
772
773         * src/folder.c
774                 Set mime flags on non multipart messages too
775
776 2004-08-23 [christoph]  0.9.12cvs79
777
778         * src/compose.c
779                 create message header in memory as GString before writing it
780                 to the message file
781
782 2004-08-23 [colin]      0.9.12cvs78
783
784         * src/rfc2015.c
785         * src/rfc2015.h
786         * src/compose.c
787                 Fix (again) bug 197: inline encryption broken
788
789 2004-08-23 [paul]
790
791         * po/zh_CN.po
792                 updated by Hansom Young
793
794 2004-08-23 [paul]
795
796         * 0.9.12a released
797
798 2004-08-23 [colin]      0.9.12cvs77
799
800         * src/imap.c
801                 Try and fix bug 577 (session->last_access_time is broken since 
802                 sync with main 0.9.12cvs2). 
803                 Patch by Stephan Sachse <whiteman@teg-clan.de>
804
805 2004-08-23 [paul]
806
807         * po/es.po
808         * po/fr.po
809         * po/pl.po
810         * po/pt_BR.po
811         * po/sk.po
812         * po/sr.po
813                 update translations. submitted by Ricardo
814                 Mones Lastra, Fabien Vantard, Emilian Nowak,
815                 Frederico Goncalves Guimaraes, Andrej Kacian,
816                 Urke MMI
817
818 2004-08-22 [paul]       0.9.12cvs76
819
820         * src/plugins/trayicon/trayicon.c
821                 fix formatting bug in trayicon_popup_menu_entries[]
822
823
824 2004-08-22 [paul]       0.9.12cvs75
825
826         * m4/Makefile.am
827                 remove reference to openssl.m4
828
829
830 2004-08-21 [colin]      0.9.12cvs74
831
832         * src/compose.c
833                 Fix bug 576 (Duplicate auto-bcc on reedit)
834
835 2004-08-21 [colin]      0.9.12cvs73
836
837         * src/toolbar.c
838                 Grey out Redirect in the toolbar when selection is
839                 multiple. Fixes bug 520
840
841 2004-08-21 [colin]      0.9.12cvs72
842
843         * src/compose.c
844                 Save Sign, Encrypt and Mode status when drafting or queuing
845                 Fixes bug 502 (drafted message does not keep sign / encrypt 
846                 state)
847
848 2004-08-21 [colin]      0.9.12cvs71
849
850         * src/summaryview.c
851                 Fix bug 494 (Messages are always opened in summary 
852                 view when right clicked.) Also fixes bug 508.
853
854 2004-08-21 [colin]      0.9.12cvs70
855
856         * src/compose.c
857                 When using inline encryption, don't use QP or Base64:
858                 the mail will be encrypted to a 7bit string.
859                 Fixes bug 197
860
861 2004-08-21 [colin]      0.9.12cvs69
862
863         * src/compose.c
864                 Fix inline-signing with 8bit chars: data must be 
865                 converted to Quoted-printable before signing.
866
867 2004-08-21 [colin]      0.9.12cvs68
868
869         * src/compose.c
870                 Remove 'Message/Save to draft folder'
871                 and 'Message/Save and keep editing' to 
872                 put a single 'File/Save' command.
873                 Fixes bug 224
874
875 2004-08-21 [colin]      0.9.12cvs67
876
877         * src/mainwindow.c
878                 Fix bug 222 (Summary view state not retained between sessions)
879
880 2004-08-20 [colin]      0.9.12cvs66
881
882         * src/codeconv.c
883                 Fix bug 574 (empty cur_locale is not enough)
884
885 2004-08-20 [paul]
886
887         * src/plugins/pgpmime/plugin.c
888                 modify PGP/MIME plugin's description
889
890 2004-08-16 [colin]      0.9.12cvs65
891
892         * src/common/ssl.c
893                 Fix version comparison
894
895 2004-08-16 [colin]      0.9.12cvs64
896
897         * src/common/ssl.c
898                 I meant 2.2.
899
900 2004-08-16 [colin]      0.9.12cvs63
901
902         * src/common/ssl.c
903                 People with glibc 2.1 have had problems with non-blocking
904                 SSL_connect. Disable it for glibc < 2.2.
905
906 2004-08-16 [colin]      0.9.12cvs62
907
908         * src/common/ssl.c
909                 Fix format error
910
911 2004-08-13 [colin]      0.9.12cvs61
912
913         * src/plugins/pgpmime/plugin.c
914                 Add plugin's description
915
916 2004-08-12 [christoph]  0.9.12cvs60
917
918         * src/folderutils.c
919                 fix bug that did not thaw folder updates when deleting
920                 duplicates in empty folders
921
922 2004-08-12 [colin]      0.9.12cvs59
923
924         * src/plugins/trayicon/trayicon.c
925                 Add a context menu with most common operations
926
927 2004-08-12 [colin]      0.9.12cvs58
928
929         * configure.ac
930         * sylpheed.desktop
931         * src/Makefile.am
932         * src/main.c
933                 Add support for Freedesktop.org's startup notification
934
935 2004-08-10 [colin]      0.9.12cvs57
936
937         * src/main.c
938         * src/common/socket.c
939         * src/common/ssl.c
940         * src/common/sylpheed.c
941         * src/common/sylpheed.h
942                 Put back the ssl connect nonblocking...
943                 without the race condition
944
945 2004-08-09 [colin]      0.9.12cvs56
946
947         * src/main.c
948         * src/common/ssl.c
949         * src/common/sylpheed.c
950         * src/common/sylpheed.h
951                 Reverting previous commit, doesn't work 
952
953 2004-08-09 [colin]      0.9.12cvs55
954
955         * src/main.c
956         * src/common/ssl.c
957         * src/common/sylpheed.c
958         * src/common/sylpheed.h
959                 Make SSL_connect nonblocking, using a thread
960
961 2004-08-09 [paul]       0.9.12cvs54
962
963         * po/POTFILES.in
964                 reflect new location of sgpgme.c
965         * src/main.c
966                 sync with main, see ChangeLog 2004-08-09
967
968 2004-08-08 [christoph]  0.9.12cvs53
969
970         * src/folderutils.c
971                 freeze FolderItem updates while deleting duplicate messages
972
973 2004-08-08 [christoph]  0.9.12cvs52
974
975         * configure.ac
976         * src/Makefile.am
977         * src/main.c
978         * src/pgpmime.c
979         * src/pgpmime.h
980         * src/sgpgme.c
981         * src/sgpgme.h
982         * src/plugins/Makefile.am
983         * src/plugins/pgpmime/.cvsignore
984         * src/plugins/pgpmime/Makefile.am
985         * src/plugins/pgpmime/pgpmime.c
986         * src/plugins/pgpmime/pgpmime.h
987         * src/plugins/pgpmime/plugin.c
988         * src/plugins/pgpmime/sgpgme.c
989         * src/plugins/pgpmime/sgpgme.h
990                 new plugin for PGP/MIME
991
992 2004-08-07 [christoph]  0.9.12cvs51
993
994         * src/folder.c
995                 disable immediate folder change notification on opened folders
996                 until SummaryView can handle it quickly
997
998 2004-08-07 [colin]      0.9.12cvs50
999
1000         * src/pop.c
1001         * src/common/partial_download.c
1002                 fix warnings
1003
1004 2004-08-07 [colin]      0.9.12cvs49
1005
1006         * src/Makefile.am
1007         * src/account.c
1008         * src/addressbook.c
1009         * src/alertpanel.c
1010         * src/alertpanel.h
1011         * src/compose.c
1012         * src/exphtmldlg.c
1013         * src/expldifdlg.c
1014         * src/main.c
1015         * src/message_search.c
1016         * src/messageview.c
1017         * src/pop.c
1018         * src/sgpgme.c
1019         * src/summary_search.c
1020         * src/summaryview.c
1021         * src/textview.c
1022         * src/gtk/sslcertwindow.c
1023         * src/pixmaps/stock_dialog-error.xpm
1024         * src/pixmaps/stock_dialog-info.xpm
1025         * src/pixmaps/stock_dialog-question.xpm
1026         * src/pixmaps/stock_dialog-warning.xpm
1027                 sync new alertpanel from gtk2
1028
1029 2004-08-07 [colin]      0.9.12cvs48
1030
1031         * src/prefs_folder_item.c
1032                 fix memory corruption in folderitem's prefs
1033
1034 2004-08-06 [colin]      0.9.12cvs47
1035
1036         * src/compose.c
1037                 close compose window after queuing, before 
1038                 sending when user presses Send
1039
1040 2004-08-05 [christoph]  0.9.12cvs46
1041
1042         * src/msgcache.c
1043         * src/common/defs.h
1044                 add charset to cache file and convert charset when reading the
1045                 cache if different from internal used charset
1046
1047 2004-08-05 [christoph]  0.9.12cvs45
1048
1049         * src/messageview.c
1050         * src/mimeview.[ch]
1051         * src/procmime.h
1052         * src/common/utils.h
1053                 cleanup (remove unused includes/reorganize)
1054
1055         * src/prefs_ext_prog.c
1056         * src/prefs_folder_item.c
1057         * src/prefs_fonts.c
1058         * src/prefs_msg_colors.c
1059         * src/prefs_spelling.c
1060         * src/prefs_themes.c
1061         * src/prefs_toolbar.c
1062         * src/prefs_wrapping.c
1063         * src/gtk/prefswindow.[ch]
1064         * src/plugins/clamav/clamav_plugin_gtk.c
1065         * src/plugins/dillo_viewer/dillo_prefs.c
1066         * src/plugins/image_viewer/viewerprefs.c
1067         * src/plugins/spamassassin/spamassassin_gtk.c
1068                 change PrefsPage path into an array of strings and don't
1069                 split a single string into parts (better for translation)
1070
1071 2004-08-05 [christoph]  0.9.12cvs44
1072
1073         * src/folder.c
1074                 fix FolderItem's message counts after rebuilding a cache
1075
1076 2004-08-05 [paul]       0.9.12cvs43
1077
1078         * ChangeLog
1079         * ChangeLog.jp
1080         * src/imap.c
1081         * src/news.c
1082         * src/common/nntp.c
1083         * src/common/session.c
1084         * src/common/session.h
1085         * src/common/socket.c
1086                 sync with main 0.9.12cvs2
1087                 see ChangeLog 2004-08-04
1088
1089 2004-08-04 [christoph]  0.9.12cvs42
1090
1091         * configure.ac
1092                 add missing AC_DEFINE(USE_OPENSSL, ...)
1093         * src/folder.c
1094                 use new xml_node_new() function
1095
1096 2004-08-03 [christoph]  0.9.12cvs41
1097
1098         * src/folder.c
1099         * src/localfolder.c
1100         * src/common/xml.[ch]
1101                 sync with main 0.9.12cvs1
1102                 see ChangeLog 2004-07-23
1103
1104 2004-08-03 [christoph]
1105
1106         * configure.ac
1107         * m4/openssl.m4                 ** REMOVE **
1108                 use pkg-config to get OpenSSL CFLAGS and LIBS
1109                 (OpenSSL 0.9.7 is required now)
1110
1111 2004-08-02 [paul]       0.9.12cvs40
1112
1113         * AUTHORS
1114                 update translation team section
1115         * po/pt_BR.po
1116                 updated by Frederico Goncalves Guimaraes
1117                 <fggdebian@yahoo.com.br>
1118
1119 2004-07-29 [colin]      0.9.12cvs39
1120
1121         * src/messageview.c
1122                 Inform the user when a partially 
1123                 downloaded mail isn't on the server
1124                 anymore (due to Mark for deletion)
1125
1126 2004-07-29 [colin]      0.9.12cvs38
1127
1128         * src/messageview.c
1129                 Hide noticeview if necessary
1130
1131 2004-07-27 [colin]      0.9.12cvs37
1132
1133         * src/msgcache.c
1134                 More fixes (i overlook a bit, thanks
1135                 Christoph for spotting it)
1136
1137 2004-07-27 [colin]      0.9.12cvs36
1138
1139         * src/msgcache.c
1140                 Fix wrong test 
1141
1142 2004-07-26 [colin]      0.9.12cvs35
1143
1144         * src/pop.c
1145                 Fix uidl-file parsing when not in new
1146                 format
1147
1148 2004-07-19 [colin]      0.9.12cvs34
1149
1150         * src/compose.c
1151                 Save attachment status when drafting
1152
1153 2004-07-19 [colin]      0.9.12cvs33
1154
1155         * src/folder.h
1156         * src/folderview.c
1157         * src/summaryview.c
1158                 Reverse 0.9.12cvs29 to 31 (folder icon update
1159                 when quicksearch is active)
1160
1161 2004-07-18 [colin]      0.9.12cvs32
1162
1163         * src/pop.c
1164                 Fix partial download bug with "Download all
1165                 messages" option
1166
1167 2004-07-18 [colin]      0.9.12cvs31
1168
1169         * src/folderview.c
1170                 Fix crash
1171
1172 2004-07-17 [colin]      0.9.12cvs30
1173
1174         * src/summaryview.c
1175                 Same, when sticky search is off
1176
1177 2004-07-17 [colin]      0.9.12cvs29
1178
1179         * src/folder.h
1180         * src/folderview.c
1181         * src/summaryview.c
1182                 Update FolderItem icon whenever its summaryview is 
1183                 filtered
1184
1185 2004-07-16 [christoph]  0.9.12cvs28
1186
1187         * src/mimeview.c
1188                 make doubleclick work again
1189
1190 2004-07-16 [christoph]  0.9.12cvs27
1191
1192         * src/mimeview.c
1193                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1194
1195 2004-07-16 [paul]       0.9.12cvs26
1196         
1197         * src/gtk/quicksearch.c
1198         * src/compose.c
1199         * src/customheader.c
1200         * src/messageview.c
1201         * src/news.c
1202         * src/prefs_account.c
1203         * src/prefs_display_header.c
1204         * src/procheader.c
1205                 replace "Message-Id" with "Message-ID"
1206
1207 2004-07-16 [paul]       0.9.12cvs25
1208
1209         * ChangeLog
1210         * ChangeLog.jp
1211         * src/account.c
1212         * src/account.h
1213         * src/folder_item_prefs.c
1214         * src/main.c
1215         * src/pop.c
1216         * src/pop.h
1217         * src/prefs_account.c
1218         * src/prefs_account.h
1219         * src/prefs_common.c
1220         * src/prefs_common.h
1221         * src/prefs_gtk.c
1222         * src/prefs_gtk.h
1223                 sync with main 0.9.12cvs1
1224
1225 2004-07-15 [colin]      0.9.12cvs24
1226
1227         * src/folder.c
1228                 Disable GPG signature check during
1229                 folder move and scan 
1230         (Closes Bug 521 Signature checking slows down Folder-Move)
1231
1232 2004-07-14 [christoph]  0.9.12cvs23
1233
1234         * src/pgpmime.c
1235                 add missing fclose
1236
1237         * src/procmime.c
1238                 add checks if fopen really worked
1239
1240 2004-07-14 [colin]      0.9.12cvs22
1241
1242         * src/pop.c
1243         * src/common/partial_download.c
1244                 Update includes
1245
1246 2004-07-14 [colin]      0.9.12cvs21
1247
1248         * src/folder.c
1249         * src/inc.c
1250         * src/matcher.c
1251         * src/matcher.h
1252         * src/matcher_parser_parse.y
1253         * src/messageview.c
1254         * src/msgcache.c
1255         * src/noticeview.c
1256         * src/noticeview.h
1257         * src/pop.c
1258         * src/pop.h
1259         * src/prefs_matcher.c
1260         * src/procheader.c
1261         * src/procmsg.c
1262         * src/procmsg.h
1263         * src/summaryview.c
1264         * src/common/Makefile.am
1265         * src/common/defs.h
1266         * src/gtk/quicksearch.c
1267         * src/common/partial_download.c ** NEW FILES **
1268         * src/common/partial_download.h ** NEW FILES **
1269                 Partial downloading of pop3 mails
1270
1271 2004-07-13 [christoph]  0.9.12cvs20
1272
1273         * src/mimeview.c
1274                 use "button_release_event" instead of "button_press_event",
1275                 because executing event callbacks while the button is still
1276                 pressed is not good and causes problems
1277
1278 2004-07-12 [colin]      0.9.12cvs19
1279
1280         * src/gtk/quicksearch.c
1281                 Fix a missing status update in quicksearch
1282
1283 2004-07-08 [colin]      0.9.12cvs18
1284
1285         * src/common/smtp.h
1286                 Fix guint vs gint bug
1287
1288 2004-07-08 [colin]      0.9.12cvs17
1289
1290         * src/common/smtp.c
1291                 use to_human_readable() for sizes
1292
1293 2004-07-08 [paul]       0.9.12cvs16
1294
1295         * src/inc.c [1.174]
1296                 fix occasional non-clearance of the statusbar
1297                 (close Bug 531 'SA plugin: status bar does not 
1298                  get cleared in OFFLINE mode')
1299
1300 2004-07-07 [colin]      0.9.12cvs15
1301
1302         * src/prefs_common.c [1.225]
1303         * src/prefs_common.h [1.112]
1304                 Add a hidden summary_quicksearch_sticky preference,
1305                 to allow the quicksearch bar to reset across folders
1306         * src/summaryview.c [1.437]
1307                 Use this preference
1308         * src/gtk/quicksearch.c [1.5]
1309         * src/gtk/quicksearch.h [1.3]
1310                 Add this preference, fix focus when hitting Enter,
1311                 add handling of Esc key to reset
1312
1313 2004-07-06 [colin]      0.9.12cvs14
1314
1315         * src/gtk/quicksearch.c [1.4]
1316                 Add Clear button
1317
1318 2004-07-06 [christoph]  0.9.12cvs13
1319
1320         * src/toolbar.c
1321                 enable next unread button in empty folders if next folder
1322                 dialog is not disabled
1323
1324         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1325          folders)
1326
1327 2004-07-06 [colin]      0.9.12cvs12
1328
1329         * src/common/smtp.c [1.16]
1330                 Display maximum message size in the log
1331
1332 2004-07-06 [paul]       0.9.12cvs11
1333
1334         * src/toolbar.c
1335                 fix typo. (spotted by Fabien Vantard)
1336
1337 2004-07-06 [paul]       0.9.12cvs10
1338
1339         * src/main.c
1340                 terminate cleanly on SIGHUP. Patch submitted by
1341                 Thomas Gilgin <thg@karate-muellheim.de>
1342
1343 2004-07-05 [christoph]  0.9.12cvs9
1344
1345         * src/inc.c
1346                 better replacing of %d in new mail notification command
1347
1348 2004-07-05 [colin]      0.9.12cvs8
1349
1350         * src/common/smtp.[ch]
1351                 Take SIZE (returned by EHLO) into account, and
1352                 avoid sending too big messages
1353
1354 2004-07-04 [paul]       0.9.12cvs7
1355
1356         * src/account.c
1357                 fix auto-account selection on imap/news
1358
1359 2004-07-01 [paul]       0.9.12cvs6
1360
1361         * src/gtk/quicksearch.c
1362                 reveal hidden string in gui
1363                 
1364         * src/compose.c
1365                 fix updating of gpg signing setting on 
1366                 switching accounts
1367
1368 2004-06-30 [darko]      0.9.12cvs5
1369
1370         * src/common/utils.c
1371                 remove expand_search_string()
1372         * src/gtk/quicksearch.c
1373                 remove no longer needed for loop (thanks Christoph)
1374                 add expand_search_string()
1375
1376 2004-06-30 [darko]      0.9.12cvs4
1377
1378         * src/common/utils.c
1379                 allow all filtering expressions in quicksearch
1380
1381         (Closes Bug 519 filtering expr. in quicksearch)
1382
1383 2004-06-30 [christoph]  0.9.12cvs3
1384
1385         * configure.ac
1386                 better 'localedir'
1387
1388         * src/common/intl.h
1389                 allow plugins to define TEXTDOMAIN for the _(...) macro
1390
1391 2004-06-30 [paul]       0.9.12cvs2
1392
1393         * po/POTFILES.in
1394           src/Makefile.am
1395           src/main.c
1396           src/prefs_common.c
1397           src/prefs_msg_colors.[ch]     ** NEW FILES **
1398                 move message colouring options to
1399                 '/Other Preferences/Message View/Colors'
1400
1401 2004-06-30 [paul]       0.9.12cvs1
1402
1403         * po/POTFILES.in
1404           src/Makefile.am
1405           src/main.c
1406           src/prefs_common.c
1407           src/prefs_wrapping.[ch]       ** NEW FILES **
1408                 move message wrapping options to
1409                 /'Other Preferences/Compose/Message Wrapping'
1410
1411 2004-06-28 [paul]       0.9.12
1412
1413         * Sylpheed-Claws 0.9.12 released
1414
1415         * po/es.po
1416           po/fr.po
1417           po/sk.po
1418                 updated by Ricardo Mones Lastra, Fabien Vantard,
1419                 Andrej Kacian
1420
1421 2004-06-27 [paul]       0.9.11cvs19
1422
1423         * src/common/ssl.c
1424                 re-enable certificate check
1425
1426 2004-06-25 [christoph]  0.9.11cvs18
1427
1428         * src/procmsg.h
1429                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1430
1431 2004-06-25 [paul]       0.9.11cvs17
1432
1433         * sync with main 0.9.12cvs1
1434                 see ChangeLog 2004-06-23
1435                 
1436         * src/gtk/menu.c
1437                 remove unused menu_toggle_toggle()
1438
1439 2004-06-23 [christoph]  0.9.11cvs16
1440
1441         * src/folder.c
1442         * src/procheader.c
1443         * src/procmsg.h
1444         * src/summaryview.c
1445                 scan the mime structure of multipart mails for correct
1446                 attachment, encryped and signed (with privacy API) part
1447                 detection
1448
1449         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1450
1451 2004-06-22 [paul]
1452
1453         * po/ru.po
1454                 updated by Pavlo Bohmat
1455
1456 2004-06-20 [christoph]  0.9.11cvs15
1457
1458         * src/inc.c
1459         * src/pop.[ch]
1460                 disconnect after authentication when doing POP before SMTP
1461
1462         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1463
1464 2004-06-19 [christoph]  0.9.11cvs14
1465
1466         * src/folder.c
1467                 fix FolderItem name update
1468
1469         (Closes Bug 511 Folder-Renaming not reflected immediately)
1470
1471 2004-06-17 [paul]       0.9.11cvs13
1472         
1473         * sync with main 0.9.12 release
1474           src/session.c
1475                 session_set_timeout(): fixed a bug that didn't
1476                 reset timeout_tag when interval is 0.
1477
1478 2004-06-16 [christoph]  0.9.11cvs12
1479
1480         * src/textview.c
1481                 correctly clear the URL in the status bar
1482
1483 2004-06-15 [christoph]  0.9.11cvs11
1484
1485         * src/summaryview.c
1486                 add missing gtk_widget_show()
1487
1488 2004-06-11 [christoph]  0.9.11cvs10
1489
1490         * src/plugins/spamassassin/spamassassin.c
1491                 correctly check waitpid return code
1492
1493         (Closes Bug 396 Zombie process when spamassassin is called)
1494
1495 2004-06-10 [christoph]  0.9.11cvs9
1496
1497         * src/mainwindow.c
1498         * src/summaryview.[ch]
1499         * src/gtk/Makefile.am
1500         * src/gtk/quicksearch.c                         ** NEW **
1501                 separate quick search from summaryview
1502
1503 2004-06-09 [christoph]  0.9.11cvs8
1504
1505         * src/inc.c
1506                 remove unused code
1507
1508         * src/textview.c
1509                 get folder for compose default account from MsgInfo and not
1510                 from SummaryView
1511
1512 2004-06-09 [christoph]  0.9.11cvs7
1513
1514         * src/folder.[ch]
1515                 add information about added or removed messages to
1516                 FOLDER_ITEM_UPDATE hook
1517
1518         * src/imap_gtk.c
1519         * src/mh_gtk.c
1520                 scan folder when removing a folder failed instead of
1521                 updating the summaryview
1522
1523 2004-06-08 [paul]       0.9.11cvs6
1524
1525         * sync with main 0.9.11cvs2
1526                 see ChangeLog 2004-06-08
1527
1528 2004-06-07 [christoph]  0.9.11cvs5
1529
1530         * configure.ac
1531         * src/common/Makefile.am
1532                 detect library providing 'encrypt' function
1533
1534 2004-06-07 [paul]       0.9.11cvs4
1535
1536         * src/inc.c
1537                 sync with main, 'code cleanup'
1538                 
1539         * tools/nautilus2sylpheed.sh
1540                 fix whitespace limitation. patch submitted by
1541                 Stephan Sachse <white@teg-clan.de>
1542
1543 2004-06-04 [christoph]  0.9.11cvs3
1544
1545         * src/account.c
1546         * src/action.[ch]
1547         * src/addressbook.c
1548         * src/addrindex.h
1549         * src/folder.h
1550         * src/folder_item_prefs.c
1551         * src/inc.c
1552         * src/main.c
1553         * src/messageview.c
1554         * src/mh_gtk.c
1555         * src/prefs_themes.c
1556         * src/procmime.c
1557         * src/quote_fmt.h
1558         * src/stock_pixmap.c
1559         * src/toolbar.c
1560                 fix compiler warnings
1561
1562 2004-06-03 [paul]       0.9.11cvs2
1563
1564         * src/msgcache.c
1565                 sync with main 0.9.11cvs1: "changed gint32 to
1566                 guint32 for some platforms"
1567
1568 2004-06-02 [christoph]  0.9.11cvs1
1569
1570         * src/common/ssl.c
1571                 fix SSL_CTX variable name for older OpenSSL versions
1572
1573         (Closes Bug 503 fix compilation with older OpenSSL)
1574
1575 2004-05-31 [paul]       0.9.11claws
1576
1577         * 0.9.11claws released
1578
1579 2004-05-31 [paul]       0.9.10claws72
1580
1581         * po/es.po
1582           po/it.po
1583           po/ja.po
1584           po/pl.po
1585           po/sk.po
1586           po/sr.po
1587           po/zh_CN.po
1588                 update translations, submitted by Ricardo Mones Lastra,
1589                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
1590                 Urke MMI, and Hansom Young
1591
1592 2004-05-25 [luke]       0.9.10claws71
1593
1594         * AUTHORS
1595         * src/mimeview.c
1596         * src/stockpixmap.[ch]
1597         * src/Makefile.am
1598         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
1599         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
1600         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
1601         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
1602         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
1603
1604                 o Added privacy emblems from Jesper Shultz 
1605                   <jesper@schultz-net.dk>
1606                 o Overlay emblems onto mimeview icons to indicate
1607                   status of signature and if a message is encrypted
1608         
1609         * src/textview.c
1610                 remove unused color definitions (were used to 
1611                 indicate sig status)
1612
1613 2004-05-25 [paul]       0.9.10claws70
1614
1615         * AUTHORS
1616           tools/Makefile.am
1617           tools/README
1618           tools/nautilus2sylpheed.sh            ** NEW FILE **
1619                 add script to enable sending files from
1620                 nautilus.
1621                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
1622                 
1623         * tools/launch_firebird                 ** REMOVED **
1624                 removed as the standard "firefox '%s'" now functions
1625                 correctly
1626
1627 2004-05-23 [paul]       0.9.10claws69
1628
1629         * src/compose.c
1630                 fix %X cursor point segfault
1631                 patch by Christoph
1632
1633 2004-05-23 [christoph]  0.9.10claws68
1634
1635         * src/folder.c
1636                 fix folder moving
1637
1638 2004-05-21 [paul]       0.9.10claws67
1639
1640         * sync with 0.9.10cvs17
1641                 see ChangeLog 2004-05-21
1642
1643 2004-05-20 [paul]       0.9.10claws66
1644
1645         * sync with 0.9.10cvs16
1646                 see ChangeLog 2004-05-19 and 2004-05-20
1647
1648 2004-05-19 [alfons]     0.9.10claws65
1649
1650         * src/summaryview.h
1651                 on some platforms regoff_t is defined as off_t, so 
1652                 pull in sys/types.h
1653
1654 2004-05-19 [paul]       0.9.10claws64
1655
1656         * sync with 0.9.10cvs13
1657                 see ChangeLog 2004-05-18
1658
1659 2004-05-17 [christoph]  0.9.10claws63
1660
1661         * src/folder.c
1662                 search all folders when searching for default folders and
1663                 not return the special folder of the first folder
1664
1665 2004-05-13 [alfons]     0.9.10claws62
1666
1667         * src/summaryview.c
1668                 add a better check to see if a message is a news message
1669                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
1670
1671 2004-05-13 [paul]       0.9.10claws61
1672
1673         * src/msgcache.c
1674                 sync with 0.9.10cvs12
1675                 see ChangeLog 2004-05-12
1676
1677 2004-05-12 [alfons]     0.9.10claws60
1678
1679         * src/folderview.c
1680                 release lock in case of folder could not be opened 
1681
1682 2004-05-11 [christoph]  0.9.10claws59
1683
1684         * src/inc.[ch]
1685                 remove unused folderview update stuff from inc.[ch]
1686
1687 2004-05-11 [paul]       0.9.10claws58
1688
1689         * sync with 0.9.10cvs11
1690                 see ChangeLog 2004-05-10 and 2004-05-11
1691
1692 2004-05-09 [christoph]  0.9.10claws57
1693
1694         * src/folderview.c
1695                 check for folder class functions and not folder type to detect
1696                 valid drag targets
1697
1698 2004-05-08 [christoph]  0.9.10claws56
1699
1700         * src/sgpgme.c
1701                 fix date output for signature expire times
1702
1703         (Patch by Edgar Toernig <froese@gmx.de>)
1704
1705 2004-05-06 [christoph]  0.9.10claws55
1706
1707         * src/gtk/prefswindow.c
1708                 change window type to DIALOG
1709
1710         * src/folder.[ch]
1711         * src/folderview.c
1712         * src/news_gtk.c
1713                 o add folder_remove()
1714                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
1715                 o add new "sort" field to Folder, no longer sort folders by type
1716                   higher sort values will be first in the folder list, new folders get 0
1717                   and will be added to the end
1718
1719         * src/mainwindow.c
1720         * src/gtk/Makefile.am
1721         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
1722                 add dialog to allow users to change the folder order
1723
1724 2004-05-04 [paul]       0.9.10claws54
1725
1726         * src/inc.c
1727                 Display account_name in statusbar when retrieving
1728                 messages from a pop account
1729         * src/prefs_account.c
1730                 display account name in title of prefs_account
1731                 window
1732         * src/prefs_folder_item.c
1733                 display folder name in title of prefs_folder window
1734
1735         all 3 patches submitted by Fabien Vantard
1736
1737         * AUTHORS
1738                 add Fabien Vantard
1739
1740 2004-05-04 [paul]       0.9.10claws53
1741
1742         * src/prefs_actions.c
1743           src/prefs_template.c
1744                 'Esc' Key exits alertpanel
1745                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
1746
1747 2004-04-26 [christoph]  0.9.10claws52
1748
1749         * src/gtk/about.c
1750         * src/gtk/colorsel.c
1751         * src/gtk/description_window.c
1752         * src/gtk/filesel.c
1753         * src/gtk/gtkaspell.c
1754         * src/gtk/inputdialog.c
1755         * src/gtk/pluginwindow.c
1756         * src/gtk/progressdialog.c
1757                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
1758                   it does not work correctly with xinerama
1759                 o lock incorporation while the plugin window is open
1760
1761 2004-04-23 [paul]       0.9.10claws51
1762
1763         * po/POTFILES.in
1764                 update location of inputdialog.c
1765                 
1766         * src/gtk/about.c
1767                 update Copyright string
1768                 
1769         * src/msgcache.c
1770           src/prefs_common.c
1771           src/prefs_themes.c
1772                 improve the english a little
1773
1774 2004-04-22 [christoph]  0.9.10claws50
1775
1776         * src/folderutils.[ch]
1777                 add folderutils_mark_all_read()
1778
1779         * src/folderview.c
1780                 readd "mark all read" from popup menu, now works
1781                 in all folders and not only the opened folder
1782
1783 2004-04-21 [christoph]  0.9.10claws49
1784
1785         * src/Makefile.am
1786         * src/inputdialog.[ch]                  ** REMOVED **
1787         * src/gtk/Makefile.am
1788         * src/gtk/inputdialog.[ch]              ** NEW **
1789                 move inputdialog.[ch] into gtk directory
1790
1791         * src/mh_gtk.c
1792                 remove check for missing IMAP folder account
1793
1794 2004-04-20 [christoph]  0.9.10claws48
1795
1796         * src/mainwindow.c
1797         * src/foldersel.c
1798                 remove new/rename/delete folder GUI functions because
1799                 they are always active, even for news folders, and can
1800                 not be easily made folder class dependent
1801
1802         * src/gtk/menu.[ch]
1803                 make menu_translate() public
1804
1805         * src/Makefile.am
1806         * src/folder.[ch]
1807         * src/folderview.[ch]
1808         * src/imap_gtk.[ch]                     ** NEW **
1809         * src/main.c
1810         * src/mh_gtk.[ch]                       ** NEW **
1811         * src/news_gtk.[ch]                     ** NEW **
1812                 o dynamically build FolderView popup menus from a folder
1813                   specific part, with callbacks to seperated code, and
1814                   a common part
1815                 o remove the folder class specifiy code from folderview.c
1816
1817 2004-04-15 [luke]       0.9.10claws47
1818
1819         * src/prefs_folder_item.c
1820                 o remove buttons for applying 'scan for new mail'
1821                   and 'process at startup' to sub folders
1822                 o add 'apply to sub folder' check buttons for all
1823                   properties and set folder prefs accordingly
1824                 o replace multiple gtk_widget_show() with one
1825                   gtk_widget_show_all() on container
1826
1827 2004-04-14 [darko]      0.9.10claws46
1828
1829         * src/gtk/Makefile.am
1830         * src/gtk/pluginwindow.c
1831                 load plugins from to $(prefix)/lib/sylpheed/plugins
1832                 in file selection dialog
1833         * src/plugins/clamav/clamav_plugin.c
1834                 const correctness
1835
1836 2004-04-14 [christoph]  0.9.10claws45
1837
1838         * src/folder.c
1839         * src/plugins/image_viewer/viewer.c
1840                 fix g_warnings
1841
1842 2004-04-10 [alfons]     0.9.10claws44
1843         
1844         * src/compose.c
1845                 appropriate auto account selection when forwarding
1846                 (fixes bug #476, "forward as attachment does not listen
1847                 to account rules")
1848
1849 2004-04-09 [alfons]     0.9.10claws43
1850
1851         * src/summaryview.c
1852                 make quick search combo matching case sensitive
1853
1854 2004-04-06 [alfons]     0.9.10claws42
1855
1856         * src/addr_compl.c
1857                 use cursor position to prevent clearing the entire entry
1858
1859 2004-04-06 [alfons]     0.9.10claws41
1860
1861         * src/folderview.c
1862                 fix bug #472, "filter not updated when renaming folder" 
1863
1864 2004-04-06 [alfons]     0.9.10claws40
1865
1866         * src/messageview.[ch]
1867           src/summaryview.c
1868                 reflect changes to Show all headers to main view
1869                 and message view (only affects detached message
1870                 view). see also bug #473, 'Show All Headers 
1871                 "problem"'.
1872
1873 2004-04-03 [alfons]     0.9.10claws39
1874
1875         * src/matcher.c
1876                 free address list
1877
1878 2004-04-03 [alfons]     0.9.10claws38
1879
1880         * src/matcher_parser_parse.y
1881           src/matcher.[ch]
1882                 prepare address look up matcher type; marginally
1883                 tested, and not hooked into the UI yet.
1884
1885                 basically it accepts the result of the left hand
1886                 side of the matcher (the "criteria"):
1887
1888                         from all_in_addressbook ""
1889                         ~to_or_cc any_in_addressbook ""
1890                 
1891                 the first case matches all addresses found in the
1892                 from header, and the second case matches if any
1893                 (at least one) of the addresses in to or cc headers 
1894                 are not in the address book.
1895
1896                 the string argument is not used yet, but is intended
1897                 to match a group of addresses 
1898
1899 2004-04-02 [luke]       0.9.10claws37
1900
1901         * src/prefs_folder_item.c
1902                 Add two buttons to apply 'scan for new mail'
1903                 and 'process at startup' to sub folders
1904
1905 2004-04-02 [luke]
1906         * tools/textviewer.sh
1907                 better filename extension matching plus some support for
1908                 MS Excel, MS Powerpoint and HTML
1909
1910 2004-03-29 [christoph]  0.9.10claws36
1911
1912         * src/folder.h
1913         * src/folderutils.[ch]
1914         * src/mainwindow.c
1915                 add delete duplicates for all folders
1916
1917 2004-03-29 [alfons]     0.9.10claws35
1918
1919         * src/folder.c
1920                 don't pass NULL to XXXprintf(); fixes Solaris crashes
1921                 when selecting top-level folder node (thanks to 
1922                 Alex S. Moore)
1923
1924 2004-03-28 [keith]      0.9.10claws34
1925
1926         * src/textview.c
1927                 prepend "http://" to URIs of the form "www.example.com"
1928
1929 2004-03-28 [paul]       0.9.10claws33
1930
1931         * src/common/nntp.c
1932           src/common/smtp.c
1933           src/folder.c
1934           src/imap.c
1935           src/inc.c
1936           src/news.c
1937           src/pop.c
1938                 revise 'translatable string' policy:
1939                 don't translate debug_print() or log_print(),
1940                 translate log_message() and log_warning()
1941         
1942         * po/zh_CN.po
1943                 update submitted by Hansom Young
1944
1945 2004-03-25 [alfons]     0.9.10claws32
1946
1947         * src/prefs_common.c
1948                 I mean this one: Return the GList...
1949
1950 2004-03-25 [alfons]     0.9.10claws31
1951
1952         * src/prefs_common.h
1953                 add new members at the end of prefs_common, so
1954                 they get properly initialized
1955
1956 2004-03-24 [christoph]  0.9.10claws30
1957
1958         * src/imap.c
1959                 o NULL is a valid GSList
1960
1961 2004-03-24 [alfons]     0.9.10claws29
1962
1963         * src/prefs_common.[ch]
1964           src/summaryview.c
1965           src/common/defs.h
1966                 add history to quick search (patch submitted by 
1967                 Ivan Francolin Martinez - thanks!)
1968
1969 2004-03-24 [alfons]     0.9.10claws28
1970
1971         * src/imap.c
1972                 NULL output pointer parameter
1973
1974 2004-03-21 [alfons]     0.9.10claws27
1975
1976         * src/addrindex.[ch]
1977           src/addr_compl.c
1978                 complete addresses on nicks and aliases
1979
1980 2004-03-21 [alfons]     0.9.10claws26
1981
1982         * src/import.c
1983           src/inc.c
1984           src/mbox.[ch]
1985                 disable filters on import mbox (patch submitted
1986                 by Edgar Toernig)
1987
1988 2004-03-21 [darko]      0.9.10claws25
1989
1990         * src/addr_compl.c
1991                 select the address when only one match is found while
1992                 doing address completion with tab key (feature
1993                 request #914720)
1994
1995 2004-03-21 [alfons]     0.9.10claws24
1996
1997         * src/messageview.c
1998           src/toolbar.c
1999                 don't `navigate-delete` when a summary view's selection does not 
2000                 match the accompanying message view's message
2001
2002 2004-03-20 [alfons]     0.9.10claws23
2003
2004         * src/summaryview.c
2005                 hide ext search button on initial display (should fix bug #459,
2006                 "Toggling quick-search at 1st time: minor UI inconsistency")
2007
2008 2004-03-20 [alfons]     0.9.10claws22
2009
2010         * src/summaryview.[ch]
2011                 add function to get selected msginfo, if there's
2012                 only one selected
2013
2014 2004-03-20 [paul]       0.9.10claws21
2015
2016         * sync with 0.9.10cvs7
2017                 see ChangeLog 2004-03-19
2018
2019 2004-03-19 [paul]       0.9.10claws20
2020
2021         * src/common/nntp.c
2022           src/common/smtp.c
2023           src/common/ssl.c
2024           src/folder.c
2025           src/imap.c
2026           src/inc.c
2027           src/news.c
2028           src/pop.c
2029                 don't translate strings in debug_print(), log_print(),
2030                 log_message(),  and log_warning()
2031
2032 2004-03-19 [alfons]     0.9.10claws19
2033
2034         better next/previous/delete/focus navigation with separate 
2035         message view 
2036         
2037         * src/toolbar.c
2038                 call summaryview_delete() instead of messageview_delete()
2039         * src/messageview.c
2040                 disable messageview_delete()
2041
2042 2004-03-18 [paul]       0.9.10claws18
2043
2044         * sync with 0.9.10cvs6
2045                 see ChangeLog 2004-03-16
2046
2047 2004-03-17 [alfons]     0.9.10claws17
2048
2049         * src/gtk/filesel.c
2050                 remove bogus semicolon after if() (sometimes it pays to
2051                 read LKML :)
2052
2053 2004-03-15 [darko]      0.9.10claws16
2054
2055         * src/gtk/filesel.c
2056                 support full path in place of a filename
2057         * src/mimeview.c
2058                 store directory attachments were saved to and
2059                 use it when saving attachments
2060         * src/prefs_common.[hc]
2061                 store directory attachments were last saved to
2062
2063 2004-03-15 [paul]       0.9.10claws15
2064
2065         * src/folderview.c
2066                 fix bug where unsubscribing a newsgroup would destroy
2067                 (most of the) filtering rules
2068
2069 2004-03-15 [paul]       0.9.10claws14
2070
2071         * src/folderview.c
2072                 fix Bug 458, 'Folder View remaining empty after 
2073                 removing a NEWS account' (was also true of IMAP
2074                 accounts)
2075
2076 2004-03-15 [paul]       0.9.10claws13
2077
2078         * src/folderview.c
2079                 fix folderview invisibility of newly subscribed
2080                 newsgroups
2081
2082 2004-03-13 [paul]       0.9.10claws12
2083
2084         * src/compose.c
2085           src/plugins/dillo_viewer/dillo_prefs.c
2086           src/plugins/image_viewer/viewerprefs.c
2087                 gettextise some forgotten parts
2088
2089 2004-03-13 [alfons]     0.9.10claws11
2090
2091         * src/imap.c
2092                 make sure the correct type is passed to sscanf()
2093
2094 2004-03-13 [paul]       0.9.10claws10
2095
2096         * sync with 0.9.10cvs5
2097                 see ChangeLog 2004-03-02 and 2004-03-12, 
2098                 specifically:
2099                 'always move messages by default when using DnD (except 
2100                 for News folder). Copy messages if Ctrl-key is pressed.'
2101                 and 'added a function to filter selected messages'
2102
2103 2004-03-12 [christoph]  0.9.10claws9
2104
2105         * src/codeconv.c
2106                 add parameter check to conv_unmime_header_overwrite()
2107
2108         * src/imap.c
2109                 o fix spelling
2110                 o fix removing of NEW flag when UNREAD is unset
2111
2112         * src/procmime.c
2113                 decode MIME-headers
2114
2115         (Closes 437 i18n attachment display error.)
2116
2117 2004-03-12 [paul]       0.9.10claws8
2118
2119         * po/it.po
2120                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2121                 
2122         * tools/Makefile.am
2123                 add 'textviewer.sh'
2124
2125 2004-03-12 [alfons]     0.9.10claws7
2126
2127         * src/imap.c
2128                 o quiet compiler and typecast Folder * to IMAP Folder *
2129                 o wake up and fix my previous incompatible type assignment bug
2130
2131 2004-03-12 [alfons]     0.9.10claws6
2132
2133         * src/imap.c
2134                 don't mix up pointers to int, guint32 _and_ 
2135                 unsigned int 
2136
2137 2004-03-12 [christoph]  0.9.10claws5
2138
2139         * src/folderview.c
2140                 Add error requester when renaming a folder failed
2141
2142         * src/imap.c
2143                 Check new FolderItem name for namespace seperator
2144                 before renaming
2145
2146         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2147
2148 2004-03-11 [christoph]  0.9.10claws4
2149
2150         * src/folder.[ch]
2151         * src/imap.c
2152         * src/procmsg.h
2153                 syncronize flags in cache with IMAP folder flags
2154
2155         Adapted a patch submitted by Simon 'corecode' Schubert
2156         <corecode@corecode.ath.cx> 
2157
2158
2159 2004-03-11 [alfons]     0.9.10claws3
2160
2161         * src/textview.[ch]
2162                 remove dead code that at one time controlled display of
2163                 URIs in status bar
2164
2165 2004-03-10 [paul]       0.9.10claws2
2166
2167         * po/it.po
2168                 updated by Lupino <lupin85@email.it>
2169
2170 2004-03-09 [alfons]     0.9.10claws1
2171
2172         * src/matcher.c
2173                 we're not using yywrap, but we may, so close yyin instead
2174                 of initial FILE *
2175
2176 2004-03-08 [paul]       0.9.10claws
2177
2178         * 0.9.10claws released
2179
2180 2004-03-08 [paul]       0.9.9claws41
2181
2182         * po/es.po
2183           po/ja.po
2184           po/ru.po
2185           po/sk.po
2186           po/sr.po
2187           po/zh_CN.po
2188                 update translations. submitted by Ricardo Mones Lastra,
2189                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2190                 Hansom Young
2191
2192 2004-03-06 [paul]       0.9.9claws40
2193
2194         * src/stock_pixmap.c
2195                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2196                 patch submitted by Pawel Pekala
2197
2198 2004-03-06 [alfons]             0.9.9claws39
2199
2200         * src/addrindex.c
2201                 allow nick name completion again 
2202
2203 2004-03-02 [match]              0.9.9claws38
2204
2205         * configure.ac
2206                 added definition of USE_LDAP_TLS to support TLS.
2207         * src/ldapctrl.[ch]
2208         * src/ldapquery.c
2209         * src/ldapserver.[ch]
2210         * src/addressbook.c
2211         * src/addrindex.c
2212         * src/editldap.c
2213                 included LDAP TLS support.
2214
2215 2004-03-02 [christoph]          0.9.9claws37
2216
2217         * src/folder.[ch]
2218                 o add more documentation for FolderClass
2219                 o remove usused FolderClass virtual functions
2220
2221         * src/imap.c
2222         * src/mh.c
2223         * src/news.c
2224                 change creation of FolderClass because static initializations
2225                 for structs suck in C89
2226
2227 2004-03-01 [paul]
2228
2229         * sync with 0.9.10
2230
2231 2004-02-28 [keith]      0.9.9claws36
2232
2233         * src/common/utils.c
2234                 Fix treatment of whitespace in quicksearch bar (leading
2235                 spaces and >1 space between commands and parameters).
2236
2237 2004-02-27 [alfons]     0.9.9claws35
2238
2239         * src/compose.[ch]
2240                 Explicitly remove draft timeout to fix nasty race between 
2241                 compose_send_cb() (which destroys the compose window) and 
2242                 compose_defer_auto_save_draft() (which expects compose 
2243                 window to exist). Should fix Keith's and Fred Marton's
2244                 bug report (#128, "crash after complaining about character
2245                 set conversion")
2246
2247 2004-02-27 [luke]       0.9.9claws34
2248         
2249         * src/folder.c
2250                 Do folder_item_apply_processing() even if no processing
2251                 rules for the folder exist (so global processing is applied)
2252
2253 2004-02-26 [thorsten]   0.9.9claws33
2254
2255         * src/mimeview.c
2256                 Remove misleading static declaration
2257
2258 2004-02-26 [alfons]     0.9.9claws32
2259
2260         * src/procmime.[ch]
2261           src/compose.c
2262           src/mimeview.c
2263           src/textview.c
2264                 use/add procmime_get_content_type_str() as a safe wrapper
2265                 for returning a Content-Type type string; should fix 
2266                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2267                  - attachments."
2268
2269 2004-02-26 [thorsten]   0.9.9claws31
2270
2271         * src/mimeview.c
2272                 Restructure save_as/save_all
2273
2274 2004-02-26 [alfons]     0.9.9claws30
2275
2276         * src/procmime.c
2277                 clean up (2)
2278
2279 2004-02-26 [alfons]     0.9.9claws29
2280
2281         * src/procmime.c
2282                 clean up (1)
2283
2284 2004-02-24 [luke]
2285
2286         * tools/textviewer.sh
2287                 tweaks from Johann Koenig, recognition of shell
2288                 scripts in particular
2289
2290 2004-02-24 [paul]       0.9.9claws28
2291
2292         * sync with 0.9.9cvs13
2293                 see ChangeLog 2004-02-24
2294
2295 2004-02-23 [paul]       0.9.9claws27
2296
2297         * src/inc.c
2298                 one alertpanel on pop3 authentication error will suffice
2299                 
2300         * src/prefs_fonts.c
2301                 remove unnecessary printf
2302
2303 2004-02-22 [alfons]     0.9.9claws26
2304
2305         * src/messageview.c
2306                 put back a lost check
2307
2308 2004-02-21 [alfons]     0.9.9claws25
2309
2310         * src/folderview.c
2311                 don't forget to save folder properties after renaming folder
2312
2313 2004-02-20 [paul]       0.9.9.claws24
2314
2315         * src/addressbook.c
2316                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2317                 
2318         * src/inc.c
2319                 complete sync with 0.9.9cvs9's 'update folderview
2320                 progressively'
2321                 
2322         * configure.ac
2323                 require gettext >= 0.12.1
2324
2325 2004-02-17 [match]      0.9.9claws23
2326
2327         * src/compose.c
2328                 keep the peace - change style.
2329
2330 2004-02-17 [alfons]     0.9.9claws22
2331
2332         * src/filtering.c
2333                 make MATCHACTION_STOP cancel filtering / processing;
2334                 clean up and document it to make it a little bit more clear;
2335
2336 2004-02-17 [alfons]     0.9.9claws21
2337
2338         %X marks the cursor spot for reply quote format
2339
2340         * src/quote_fmt_lex.l 
2341           src/quote_fmt.c
2342                 add %X token
2343                 
2344         * src/quote_fmt.h
2345           src/quote_fmt_parse.y
2346                 handle %X token
2347                 
2348         * src/compose.c
2349                 handle %X token for replies only (for now)
2350
2351 2004-02-17 [paul]       0.9.9claws20
2352
2353         * po/sk.po
2354                 updated by Andrej Kacian
2355                 
2356         * src/news.c
2357                 remove unneeded include
2358                 
2359         * src/prefs_fonts.c
2360                 be a little more user-friendly with the labels
2361                 
2362         * configure.ac
2363                 a change forgotten in the last commit: 
2364                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2365
2366 2004-02-17 [paul]       0.9.9claws19
2367
2368         * ac/*                          ** REMOVED **
2369           ac/                           ** REMOVED **
2370           intl/Makefile.in              ** REMOVED **
2371           m4/                           ** NEW **
2372           m4/missing                    ** NEW **
2373           m4/missing/gdk-pixbuf.m4      ** NEW **
2374           m4/missing/gettext.m4         ** NEW **
2375           m4/missing/gpgme.m4           ** NEW **
2376           m4/missing/imlib.m4           ** NEW **
2377           m4/.cvsignore                 ** NEW **
2378           m4/Makefile.am                ** NEW **
2379           m4/README                     ** NEW **
2380           m4/aclocal-include.m4         ** NEW **
2381           m4/aspell.m4                  ** NEW **
2382           m4/check-type.m4              ** NEW **
2383           m4/gnupg-check-typedef.m4     ** NEW **
2384           m4/openssl.m4                 ** NEW **
2385           m4/spamassassin.m4            ** NEW **
2386           po/ChangeLog                  ** REMOVED **
2387           po/Makefile.in.in             ** REMOVED **
2388           po/Rules-quot                 ** REMOVED **
2389           po/boldquot.sed               ** REMOVED **
2390           po/en@boldquot.header         ** REMOVED **
2391           po/en@quot.header             ** REMOVED **
2392           po/insert-header.sin          ** REMOVED **
2393           po/quot.sed                   ** REMOVED **
2394           po/remove-potcdate.sed        ** REMOVED **
2395           po/remove-potcdate.sin        ** REMOVED **
2396           po/stamp-po                   ** REMOVED **
2397           Makefile.am
2398           autogen.sh
2399           configure.ac
2400                 enable building with automake 1.8.x
2401                 add 'autopoint' to autogen.sh and remove all
2402                 auto-generated files, remove ac/ in favour of
2403                 m4/
2404
2405 2004-02-17 [alfons]     0.9.9claws18
2406         
2407         * src/summaryview.c
2408                 MSG_IS_NEWS() is not stored at all, and is bogus
2409
2410 2004-02-17 [martin]     0.9.9claws17
2411
2412         * src/prefs_themes.c
2413                 fix crash when installing wrong theme and output an
2414                 error message
2415
2416 2004-02-16 [christoph]  0.9.9claws16
2417
2418         * src/compose.c
2419         * src/stock_pixmap.[ch]
2420         * src/toolbar.[ch]
2421         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2422                 add "Wrap current paragraph" to compose toolbar
2423
2424 2004-02-15 [alfons]     0.9.9claws15
2425
2426         * src/folderview.c
2427                 refine previous commit to make sure other hook functions
2428                 get their grab of the pie too
2429
2430 2004-02-15 [alfons]     0.9.9claws14
2431
2432         * src/folderview.c
2433                 fix sync breakage so we don't pass invalid pointer types
2434
2435 2004-02-15 [match]      0.9.9claws13
2436
2437         * src/ldapquery.[ch]
2438         * src/ldapserver.h
2439         * src/addrindex.[ch]
2440                 tweak threading calls.
2441         * src/addr_compl.[ch]
2442                 add alias into completion list.
2443         * src/addressbook.c
2444                 fix ldap browse.
2445                 improve context menu behavior.
2446                 change menu sequence.
2447                 add send mail from addressbook.
2448         * src/addrselect.[ch]
2449         * src/compose.[ch]
2450                 add send mail from addressbook.
2451
2452 2004-02-15 [christoph]  0.9.9claws12
2453
2454         * src/folderutils.c
2455                 skip deleting when duplist is empty
2456
2457         * src/folderview.[ch]
2458         * src/mainwindow.c
2459         * src/summaryview.[ch]
2460                 call folderutils_delete_duplicates() from mainwindow code
2461
2462 2004-02-15 [alfons]     0.9.9claws11
2463         
2464         * src/common/utils.c
2465                 add prefix for italian ms o(e) 
2466
2467 2004-02-14 [paul]       0.9.9claws10
2468
2469         * src/foldersel.c
2470                 fix updating of the folder view when creating a
2471                 new folder
2472
2473 2004-02-13 [paul]       0.9.9claws9
2474
2475         * src/plugins/clamav/clamav_plugin.c
2476                 remove GUI code
2477
2478 2004-02-13 [paul]       0.9.9claws8
2479
2480         * sync with 0.9.9cvs9
2481                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
2482
2483 2004-02-13 [alfons]     0.9.9claws7
2484
2485         * src/common/utils.c
2486                 fix wrong type of argument for ctype functions (pass unsigned
2487                 char instead of signed char)
2488
2489 2004-02-12 [alfons]     0.9.9claws6
2490
2491         * src/compose.[ch]
2492                 don't select text in header entry when composing to a 
2493                 default address, but rather give the header entry a
2494                 different color / style (same as the folder new color)
2495
2496 2004-02-12 [alfons]     0.9.9claws5
2497
2498         * src/plugins/clamav/clamav_plugin.c
2499                 don't exit(2) on libclamav init error - show a warning.
2500                 (tested by damaging a clamav database file.)
2501
2502 2004-02-12 [paul]       0.9.9claws4
2503
2504         * sync with 0.9.9cvs4
2505                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
2506
2507 2004-02-11 [luke]       0.9.9claws3
2508
2509         * src/mimeview.c
2510                 remove redundant check introduced in 0.9.9claws1
2511
2512 2004-02-11 [luke]       0.9.9claws2
2513
2514         * src/mimeview.c
2515                 fix compilation of my previous commit without gpg enabled
2516
2517 2004-02-10 [luke]       0.9.9claws1
2518
2519         * src/mimeview.c
2520                 add borders to icons to indicate the privacy status for
2521                 the message part (unknown/bad/good)
2522
2523 2004-02-06 [paul]       0.9.9claws
2524
2525         0.9.9claws released
2526
2527 2004-02-06 [darko]      0.9.8claws64
2528
2529         * src/compose.c
2530                 don't allow Ctrl+Enter while external editor is active
2531
2532 2004-02-06 [paul]       0.9.8claws63
2533
2534         * po/es.po
2535           po/pl.po
2536           po/sk.po
2537           po/sr.po
2538                 update Spanish, Polish, Slovak, and Serbian translations.
2539                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
2540                 and Urke MMI
2541
2542 2004-02-04 [alfons]     0.9.8claws62
2543
2544         * src/compose.c
2545                 grab focus only when lbutton was pressed (bug #430 cont'd; 
2546                 don't have clue yet why the cursor pos is at the end of the
2547                 text.)
2548
2549 2004-02-04 [alfons]     0.9.8claws61
2550
2551         * src/compose.c
2552                 always grab focus when one of the header entries is clicked 
2553                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
2554
2555 2004-02-02 [paul]
2556
2557         * ac/missing/gdk-pixbuf.m4
2558           ac/missing/gpgme.m4
2559           ac/missing/imlib.m4
2560                 prevent 'underquoted definition' warnings
2561                 patch submitted by David Relson
2562                 
2563         * src/plugins/clamav/README
2564                 update, improve, correct
2565
2566 2004-01-31 [thorsten]   0.9.8claws60
2567
2568         * src/news.c
2569                 'dir' not initialized if group has no messages
2570
2571 2004-01-29 [christoph]  0.9.8claws59
2572
2573         * src/customheader.[ch]
2574                 add custom_header_is_allowed() to check for disallowed header names
2575                 that must not be overridden by custom headers
2576
2577         * src/compose.c
2578                 always write From: header and use custom_header_is_allowed() to
2579                 check if custom header should be written
2580
2581         * src/prefs_customheader.c
2582                 check if custom header is disallowed using custom_header_is_allowed()
2583
2584         * src/folderutils.c
2585                 destroy message id GHashTable before freeing the MsgInfos
2586
2587 2004-01-29 [paul]       0.9.8claws58
2588
2589         * sync with 0.9.9 release
2590                 see ChangeLog 2004-01-29
2591
2592 2004-01-29 [paul]       0.9.8claws57
2593
2594         * sync with 0.9.8cvs11
2595                 see ChangeLog 2004-01-29
2596
2597 2004-01-28 [christoph]  0.9.8claws56
2598
2599         * src/pgpmime.c
2600         * src/sgpgme.[ch]
2601                 return WARN signature status when signature is not trusted
2602
2603         * src/Makefile.am
2604         * src/folder.c
2605         * src/folderutils.[ch]                  ** NEW **
2606         * src/summaryview.c
2607                 implement delete duplicates summaryview independent
2608
2609 2004-01-28 [paul]       0.9.8claws55
2610
2611         * sync with 0.9.8cvs10
2612                 see Changelog 2004-01-27 and 2004-01-28
2613
2614 2004-01-26 [christoph]  0.9.8claws54
2615
2616         * src/imap.c
2617                 create a root node for the Folder if scan fails because root
2618                 folder does not exist
2619
2620 2004-01-26 [paul]       0.9.8claws53
2621
2622         * sync with 0.9.8cvs7
2623                 see ChangeLog 2004-01-23
2624
2625 2004-01-25 [alfons]     0.9.8claws52
2626
2627         * src/compose.c
2628                 remove left-over constant INDENT_CHARS
2629
2630 2004-01-25 [alfons]     0.9.8claws51
2631
2632         * src/procmime.c
2633                 add NULL pointer check for mimeinfo->node in
2634                 procmime_mimeinfo_parent()
2635
2636 2004-01-25 [darko]      0.9.8claws50
2637
2638         * src/compose.c
2639                 make "Wrap all long lines" toolbar button wrap all
2640                 long lines not just the current line
2641                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
2642
2643
2644 2004-01-25 [alfons]     0.9.8claws49
2645
2646         * src/procmime.c
2647                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
2648                 necessary anyway, because *scanf() functions neglect white
2649                 space in the input. 
2650                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
2651
2652 2004-01-25 [paul]       0.9.8claws48
2653
2654         * src/prefs_ext_prog.c
2655                 apply Alfons' patch to check for NULL pointers
2656                 fixes bug #424
2657
2658 2004-01-25 [paul]       0.9.8claws47
2659
2660         * sync with 0.9.8cvs8
2661                 see ChangeLog 2004-01-23
2662
2663 2004-01-25 [thorsten]   0.9.8claws46
2664
2665         * src/messageview.c
2666                 remove orphaned mimeview unref()
2667
2668 2004-01-23 [christoph]  0.9.8claws45
2669
2670         * src/summaryview.c
2671                 set ctree widget style
2672
2673 2004-01-23 [paul]       0.9.8claws44
2674
2675         * sync with 0.9.8cvs5
2676                 see ChangeLog 2004-01-22
2677
2678 2004-01-23 [alfons]     0.9.8claws43
2679
2680         * src/procmsg.c
2681                 remove redundant code in procmsg_get_thread_tree()
2682
2683 2004-01-21 [christoph]  0.9.8claws42
2684
2685         * src/folderview.c
2686                 set ctree widget style, otherwise GTK does not use the
2687                 the correct vertical size for the list items
2688
2689 2004-01-21 [alfons]     0.9.8claws41
2690
2691         * src/summaryview.c
2692                 GDK_Left should only switch to folderview when
2693                 when summaryview hscrollbar is at the leftmost
2694                 position (fixes bug #420, "Focus error")
2695
2696 2004-01-21 [paul]       0.9.8claws40
2697
2698         * sync with 0.9.8cvs4
2699                 see ChangeLog 2004-01-20
2700
2701 2004-01-20 [christoph]  0.9.8claws39
2702
2703         * src/folderview.c
2704                 remove setting sensitivity for no longer existing
2705                 /Scoring... popup entry
2706
2707 2004-01-20 [keith]      0.9.8claws38
2708
2709         * configure.ac
2710                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
2711
2712 2004-01-20 [paul]       0.9.8claws37
2713
2714         * src/prefs_fonts.c
2715                 demystify font settings
2716                 
2717         * src/textview.c
2718                 use textview->msgfont for header->body in
2719                 textview_show_header()
2720
2721 2004-01-20 [paul]       0.9.8claws36
2722
2723         * src/compose.c
2724           src/undo.c
2725                 remove superfluous debug_print's
2726                 
2727         * src/inc.c
2728                 clear the statusbar after LOCAL incorporation
2729
2730 2004-01-20 [paul]       0.9.8claws35
2731
2732         * sync with 0.9.8cvs3
2733                 see ChangeLog 2004-01-20
2734
2735 2004-01-19 [keith]      0.9.8claws34
2736
2737         * src/folderview.c
2738                 don't show 'Search folder...' on popup menu
2739                 if folder has no mails in it
2740
2741 2004-01-17 [keith]      0.9.8claws33
2742
2743         * src/compose.c
2744           src/prefs_common.c
2745           src/prefs_common.h
2746                 store position of compose window in prefs
2747
2748 2004-01-17 [thorsten]   0.9.8claws32
2749
2750         * src/gtk/gtkvscrollbutton.c
2751                 ensure scrollbutton resize event on different gtk versions
2752
2753 2004-01-15 [alfons]     0.9.8claws31
2754         
2755         * src/summaryview.c
2756                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
2757                 message as read
2758
2759 2004-01-12 [christoph]  0.9.8claws30
2760
2761         * src/procmime.c
2762                 better MIME-Version check
2763
2764 2004-01-11 [alfons]     0.9.8claws29
2765
2766         * src/procmsg.c
2767                 remove unnecessary but still effective check (could possibly
2768                 lead to some unwanted side effects)
2769
2770 2004-01-11 [alfons]     0.9.8claws28
2771
2772         * src/procmsg.c
2773                 we should not prefer lowest message number while threading 
2774                 (introduced in previous commit)
2775
2776 2004-01-11 [alfons]     0.9.8claws27
2777
2778         * src/procmsg.c
2779                 subject threading fixes:
2780                 
2781                         - make message with lowest message number the
2782                           thread parent,
2783                         - refine recording last node when threading. the last node
2784                           should be the previous one if a node has a thread parent,
2785                           or the current node if not
2786                 
2787                 (there's another threading bug fix coming up)
2788
2789 2004-01-10 [paul]       0.9.8claws26
2790
2791         * src/main.c
2792           src/prefs_ext_prog.c
2793           src/plugins/clamav/clamav_plugin_gtk.c
2794                 minor gui fixes
2795
2796 2004-01-09 [christoph]  0.9.8claws25
2797
2798         * src/Makefile.am
2799         * src/string_match.[ch]                 ** REMOVE **
2800         * src/common/Makefile.am
2801         * src/common/string_match.[ch]          ** NEW **
2802                 move string_match.[ch] to common directory
2803
2804 2004-01-09 [christoph]  0.9.8claws24
2805
2806         * src/pgpmime.c
2807                 add MIME-Version header for the message parser
2808
2809 2004-01-09 [paul]       0.9.8claws23
2810
2811         * po/POTFILES.in
2812           src/Makefile.am
2813           src/main.c
2814           src/prefs_common.c
2815           src/prefs_ext_prog.[ch]       ** NEW FILES **
2816                 move External Command options from 'Common Prefs/Other' to
2817                 'Other Prefs/Message View/External Programs', also reveal
2818                 the hidden options for audio player and image viewer.
2819                 
2820         * src/prefs_common.c
2821                 fix toggling of header pane
2822
2823 2004-01-09 [paul]       0.9.8claws22
2824
2825         * src/compose.c
2826                 when changing account also change the save folder
2827
2828         * src/textview.c
2829                 if a text/plain attachment has 'Content-Disposition: attachment'
2830                 don't display it inline
2831
2832 2004-01-08 [christoph]  0.9.8claws21
2833
2834         * src/procmime.c
2835                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
2836                 otherwise thread the message content as one text part and
2837                 don't assume charset US-ASCII which is only specified as
2838                 default for MIME-messages
2839
2840 2004-01-08 [paul]       0.9.8claws20
2841
2842         * src/plugins/clamav/clamav_plugin.c
2843           src/plugins/spamassassin/spamassassin.c
2844                 inform the user what is happening via the statusbar
2845
2846 2004-01-06 [paul]       0.9.8claws19
2847
2848         * po/es.po
2849                 update Spanish translation. submitted by Ricardo
2850                 Mones Lastra
2851
2852 2004-01-05 [paul]       0.9.8claws18
2853
2854         * sync with 0.9.8cvs2
2855                 see ChangeLog 2004-01-05
2856
2857 2004-01-03 [luke]       0.9.8claws17
2858
2859         * src/procheader.c
2860                 Clean up:
2861                 o remove unused functions string_getchar() and file_getchar()
2862                 o remove the getchar_ parameter from generic_get_one_field()
2863                 o add an 'unfold' parameter to generic_get_one_field, to
2864                   be used if no HeaderEntry is supplied
2865                 o procheader_get_one_field_asis() uses
2866                   generic_get_one_field().
2867
2868 2004-01-01 [christoph]  0.9.8claws16
2869
2870         * src/common/xml.[ch]
2871                 o add xml_new_tag() to manage usage counts of strings correctly
2872                 o correct xml_copy_tree() function name
2873
2874         * src/folder.c
2875         * src/main.c
2876                 allow registering and unregistering of FolderClasses anytime
2877
2878 2003-12-31 [christoph]  0.9.8claws15
2879
2880         * src/folder.[ch]
2881         * src/common/xml.[ch]
2882                 keep folderlist.xml data for unloaded FolderClasses
2883
2884 2003-12-30 [luke]       0.9.8claws14
2885
2886         * src/procheader.[ch]
2887                 o added procheader_get_one_field_asis() that does not do
2888                   unfolding
2889                 o fix procheader_get_header_array_asis() to use the above,
2890                   fixing ugliness of headers in textview
2891
2892         * src/compose.c
2893                 o don't unfold headers when redirecting.        
2894
2895 2003-12-30 [paul]       0.9.8claws13
2896
2897         * po/POTFILES.in
2898           src/common/defs.h
2899           src/Makefile.am
2900           src/main.c
2901           src/prefs_common.c
2902           src/prefs_themes.[ch] ** NEW FILES **
2903                 redesign and move Icon Theme selector to
2904                 the new prefs window
2905           
2906         * src/stock_pixmap.c
2907                 fix the old bug where icons are not always
2908                 updated when changing themes
2909         
2910         * src/summaryview.c
2911                 fix bug where the icons on the title row
2912                 of the summary view were not updated
2913         
2914         all patches submitted by Ricardo Mones Lastra
2915
2916 2003-12-30 [hoa]        0.9.8claws12
2917
2918         * src/folder.c
2919                 run preglobal and postglobal processing rules
2920                 even if the folder does not have any rules.
2921
2922 2003-12-28 [paul]       0.9.8claws11
2923
2924         * ac/aspell.m4
2925           ac/check-type.m4
2926           ac/gnupg-check-typedef.m4
2927           ac/openssl.m4
2928           ac/spamassassin.m4
2929                 fix 'underquoted definition' warnings, patch submitted by
2930                 David Relson <relson@osagesoftware.com>
2931                 
2932         * src/common/utils.c
2933                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
2934                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
2935
2936 2003-12-28 [paul]       0.9.8claws10
2937
2938         * sync with 0.9.8cvs1
2939                 see ChangeLog 2003-12-17
2940
2941 2003-12-27 [christoph]  0.9.8claws9
2942
2943         * src/common/utils.[ch]
2944                 add g_node_map() to map a GNode into a new GNode
2945                 converting all node data's with a function
2946
2947         * src/account.c
2948         * src/folder.[ch]
2949         * src/folderview.c
2950         * src/imap.c
2951         * src/mainwindow.c
2952         * src/summaryview.c
2953                 o use g_node_map() to convert XML <-> Folder
2954                 o remove redundant FolderItem->parent and
2955                   replace it with folder_item_parent()
2956
2957 2003-12-23 [christoph]  0.9.8claws8
2958
2959         * src/folder.[ch]
2960         * src/folderview.c
2961         * src/mainwindow.c
2962         * src/procmsg.c
2963                 o use callback for notifications about added and
2964                   destroyed folders
2965                 o rewrite folderlist saving (new functions to create
2966                   folder from XML tree, and XML tree from folder)
2967
2968         * src/common/xml.[ch]
2969                 add function to save XML trees
2970
2971         * src/prefs_filtering.c
2972                 code cleanup
2973
2974 2003-12-22 [christoph]  0.9.8claws7
2975
2976         * src/prefs_account.[ch]
2977                 add "SMTP only" accounts
2978
2979 2003-12-20 [melvin]     0.9.8claws6
2980
2981         * src/action.[ch]
2982                 Changed the interface for action_update_*_menu() so
2983                 action.c does not need to know the paths of the different
2984                 actions menu (mainwindow, message view and compose window). 
2985
2986         * src/compose.c
2987                 Tiny code cleanup to merge spell checker related code
2988                 compose_update_actions_menu(): new function to update
2989                 the actions menu. Use it in compose_create()
2990
2991         * src/compose.h
2992                 compose_update_actions_menu(): new function to update
2993                 the actions menu. Used also in prefs_actions.c.
2994
2995         * src/mainwindow.[ch]
2996                 main_window_update_actions_menu(): new function to update
2997                 the actions menu. Used in main_window_create() and in
2998                 prefs_actions.c
2999
3000         * src/messageview.[ch]
3001                 messageview_update_actions_menu(): new function to update
3002                 the actions menu. Used in messageview_add_toolbar() and in
3003                 prefs_actions.c
3004                 
3005         * src/prefs_actions.c   
3006                 prefs_actions_ok(): fixed to update the actions menu of
3007                 the separate message view and the compose windows.
3008
3009 2003-12-20 [luke]       0.9.8claws5
3010         * src/procheader.c
3011                 fix unfolding/newline stripping for multiline fields
3012                 in generic_get_one_field()
3013
3014 2003-12-19 [christoph]  0.9.8claws4
3015
3016         * src/summaryview.c
3017                 o code cleanup
3018                 o use subject_compare_for_sort() when comparing
3019                   simplified subjects
3020
3021 2003-12-19 [christoph]  0.9.8claws3
3022
3023         * src/msgcache.c
3024                 more syncing with 0.8.9a
3025
3026 2003-12-19 [christoph]  0.9.8claws2
3027
3028         * src/folder.c
3029                 don't write all FolderItem XML attributes for the root node
3030
3031 2003-12-19 [melvin]     0.9.8claws1
3032
3033         * src/messageview.c
3034                 Added missing menu branch (Tools/Create processing/rule)
3035         * po/fr.po
3036                 Updated French translation for the added string.
3037
3038 2003-12-19 [paul]       0.9.8claws
3039
3040         0.9.8claws released
3041
3042 2003-12-19 [paul]       0.9.7claws51
3043
3044         * po/en_GB.po
3045           po/es.po
3046           po/ja.po
3047           po/pl.po
3048           po/sk.po
3049           po/zh_CN.po
3050                 update translations. submitted by me, Ricardo Mones
3051                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3052                 Hansom Young
3053                 
3054         * src/folder_item_prefs.c
3055                 'enable_processing' set to FALSE by default
3056
3057 2003-12-18 [melvin]     0.9.7claws50
3058
3059         * po/fr.po
3060                 Updated French translation
3061
3062 2003-12-17 [christoph]  0.9.7claws49
3063
3064         * src/procheader.c
3065                 revert discarding of whitespace from 0.9.7claws44
3066
3067                 RFC2822 2.2.3: Unfolding is accomplished by simply
3068                 removing any CRLF that is immediately followed by WSP.
3069
3070 2003-12-17 [paul]       0.9.7claws48
3071
3072         * src/folder.c
3073                 fix new message count
3074                 
3075         * configure.ac
3076                 update autotools macros
3077
3078         * sync with 0.9.8a
3079
3080 2003-12-16 [christoph]  0.9.7claws47
3081
3082         * src/folder.c
3083                 fix folder update before adding MsgInfo to cache
3084                 in add_msginfo_to_cache()
3085
3086         * src/procmsg.c
3087                 remove old call to folder_item_update() that is no
3088                 longer required
3089
3090 2003-12-16 [christoph]  0.9.7claws46
3091
3092         * src/main.c
3093                 make sure the shutdown process only runs once
3094
3095 2003-12-16 [hoa]        0.9.7claws45
3096
3097         * src/mainwindow.c
3098         * src/messageview.c
3099         * src/summaryview.[ch]
3100                 Create filter rules using a message is fixed.
3101                 We can now create processing rules using a message.
3102
3103 2003-12-15 [alfons]     0.9.7claws44
3104
3105         * src/procheader.c
3106                 make sure we discard folding white space
3107
3108 2003-12-15 [luke]       0.9.7claws43
3109         * src/textview.c
3110         * src/mimeview.c
3111                 o use "name" parameter if "filename" doesn't exist
3112
3113 2003-12-14 [alfons]     0.9.7claws42
3114
3115         * src/summaryview.c
3116         * src/common/utils.c
3117                 allow quick finding based on the result of passing
3118                 a message to an external command. E.g:
3119
3120                         X "bogofilter < %F" 
3121                 
3122                 gets me all the spam in a folder.
3123
3124 2003-12-14 [luke]       0.9.7claws41
3125
3126         * src/textview.c
3127         * src/mimeview.c
3128                 o use parameter "filename" instead of "name" in a couple of 
3129                   places for correctness
3130
3131         * src/procmime.c
3132         * src/common/utils.[ch]
3133                 o make temporary filename for attachments safe for %p 
3134                   substitutions in actions.
3135
3136 2003-12-13 [christoph]  0.9.7claws40
3137
3138         * src/main.c
3139                 readd exit(0) to clean_quit() because otherwise sylpheed
3140                 does not always terminate
3141
3142         * src/pgpmime.c
3143         * src/privacy.h
3144                 add an identifier-string for PrivacySystems
3145
3146 2003-12-12 [paul]
3147
3148         * doc/man/sylpheed.1
3149                 update the man page
3150
3151 2003-12-12 [paul]       0.9.7claws39
3152
3153         general clean up
3154         
3155         * configure.ac
3156                 correct and clean up './configure --help' info
3157         
3158         * src/plugins/clamav/clamav_plugin.c
3159           src/plugins/spamassassin/spamassassin.c
3160                 correct plugin_desc(), works with LOCAL, IMAP, and
3161                 POP accounts
3162                 
3163         * src/filtering.c
3164           src/matcher.[ch]
3165           src/matcher_parser_parse.y
3166           src/prefs_filtering_action.c
3167                 use 'Change Score' instead of '(In/De)crease score'.
3168                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3169          
3170          * src/mainwindow.c
3171                 hyphenate: 'Pre-processing', 'Post-processing'
3172                 
3173         * src/prefs_account.c
3174                 change 'Generate Message-ID' to 'Generate Message-Id'
3175                 
3176         * src/prefs_folder_item.c
3177                 change 'Processing on startup:' to 'Process at startup'
3178                 change 'Scan for new mail:' to 'Scan for new mail'
3179                 
3180 2003-12-11 [christoph]  0.9.7claws38
3181
3182         * src/crash.c
3183         * src/main.[ch]
3184                 make sure the clean_exit() funtion is not called again by the
3185                 signal handler while it is already running
3186
3187         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3188
3189         * src/summaryview.c
3190                 fix wrong assertion
3191
3192 2003-12-11 [paul]       0.9.7claws37
3193
3194         * src/compose.c
3195                 'anonymise' Message-Id: header string
3196
3197 2003-12-11 [paul]       0.9.7claws36
3198
3199         * src/plugins/clamav/clamav_plugin.c
3200                 fix (don't break) signature count
3201                 use cl_strerror() instead of deprecated cl_perror()
3202         
3203 2003-12-11 [darko]      0.9.7claws35
3204
3205         * src/summaryview.c
3206                 also update the sort arrow (thanks Christoph)
3207
3208 2003-12-11 [darko]      0.9.7claws34
3209
3210         * src/summaryview.c
3211                 allow reverting to default sort mode (no sort)
3212
3213 2003-12-10 [hoa]        0.9.7claws33
3214
3215         * src/matcher.c
3216                 fixed quotation of string for matcher.
3217
3218 2003-12-08 [paul]       0.9.7claws32
3219
3220         * src/imap.c
3221           src/inc.c
3222                 plug memory leaks (patch by Alfons)
3223
3224 2003-12-08 [christoph]  0.9.7claws31
3225
3226         * src/folder_item_prefs.[ch]
3227         * src/folderview.c
3228         * src/prefs_folder_item.c
3229                 add new FolderItem property to exclude folders from new
3230                 mail checks
3231
3232         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3233
3234 2003-12-07 [paul]       0.9.7claws30
3235
3236         * src/plugins/clamav/clamav_plugin.c
3237                 fix signature count
3238
3239 2003-12-07 [thorsten]   0.9.7claws29
3240
3241         * src/filtering.c
3242                 debug_print some warning if destfolder missing
3243         * src/prefs_filtering.c
3244                 uninitialized filter list when deleting a folder
3245
3246 2003-12-06 [paul]       0.9.7claws28
3247
3248         * src/procheader.c
3249                 add Alfons' patch to trim line feeds
3250
3251 2003-12-06 [paul]       0.9.7claws27
3252
3253         * partial sync with 0.9.7cvs8
3254                 leaving claws' online/offline more or less intact
3255                 see ChangeLog 2003-12-04 and 2003-12-06
3256
3257 2003-12-06 [christoph]  0.9.7claws26
3258
3259         * src/messageview.c
3260         * src/privacy.[ch]
3261                 revert pirvacy API changes
3262
3263 2003-12-05 [alfons]     0.9.7claws25
3264
3265         * src/matcher.[ch]
3266                 clean up my old cruft
3267
3268 2003-12-05 [alfons]     0.9.7claws24
3269
3270         * src/matcher.c
3271                 fix comparison buglet ;-) and make `test` matcher
3272                 work again
3273
3274 2003-12-05 [alfons]     0.9.7claws23
3275
3276         * src/prefs_folder_item.c
3277                 K&R 2nd Ed., page 241 (function parameter identifiers
3278                 starting with an underscore are kind of insulting)
3279
3280 2003-12-05 [hoa]        0.9.7claws22
3281
3282         * src/main.c
3283         * src/mainwindow.[ch]
3284         * src/mainwindow.h
3285                 add destructor for mainwindow so that the last 
3286                 MimeInfo opened in messageview is destroyed when
3287                 exiting sylpheed.
3288
3289 2003-12-05 [hoa]        0.9.7claws21
3290
3291         * src/filtering.[ch]
3292         * src/matcher.[ch]
3293         * src/matcher_parser_lex.l
3294         * src/matcher_parser_parse.y
3295         * src/prefs_actions.c
3296         * src/prefs_filtering.c
3297         * src/common/utils.[ch]
3298                 quote arguments before giving them to command line.
3299                 fixed quote of string in matcher/processing/filtering rules.
3300
3301         * src/messageview.c
3302         * src/privacy.[ch]
3303                 allows decryption to return a new whole 
3304                 MIME message structure.
3305
3306 2003-12-04 [hoa]        0.9.7claws20
3307
3308         * src/filtering.[ch]
3309         * src/folder.c
3310         * src/mainwindow.c
3311         * src/matcher.c
3312         * src/matcher_parser_parse.y
3313         * src/folderview.c
3314                 global rules to run before folder specific rules.
3315                 global rules to run after folder specific rules.
3316                 
3317         * src/messageview.c
3318                 fixed quick addition of rules.
3319         
3320         * src/prefs_filtering.[ch]
3321         * src/summaryview.c
3322                 we can now customize the title for the dialog.
3323                 updated case where we rename of delete folders.
3324
3325         * src/addressbook.c
3326                 got back the function addressbook_browse_entry_cb()
3327                 that is needed in case we compiled with LDAP support.
3328
3329 2003-12-04 [paul]       0.9.7claws19
3330
3331         * sync with 0.9.7cvs6
3332                 see ChangeLog 2003-12-04
3333                 fixes bug 171 'Wrong message decoing: koi8-r and 
3334                 iso8859-5 looks same. Can't read many emails.'
3335
3336 2003-12-04 [paul]       0.9.7claws18
3337
3338         * po/POTFILES.in
3339                 remove 'src/prefs_scoring.c'
3340
3341 2003-12-03 [hoa]        0.9.7claws17
3342
3343         * src/Makefile.am
3344                 compilation of scoring.[ch] and prefs_scoring.[ch]
3345                 is removed.
3346         
3347         * src/filtering.[ch]
3348         * src/folder.c
3349         * src/folder_item_prefs.[ch]
3350         * src/folderview.c
3351         * src/main.c
3352         * src/mainwindow.c
3353         * src/matcher.[ch]
3354         * src/matcher_parser.h
3355         * src/matcher_parser_parse.y
3356         * src/prefs_filtering.[ch]
3357         * src/prefs_filtering_action.c
3358         * src/prefs_folder_item.c
3359         * src/prefs_scoring.[ch]              * REMOVED FILES *
3360         * src/procmsg.[ch]
3361         * src/scoring.[ch]                    * REMOVED FILES *
3362         * src/summaryview.c
3363                 merged scoring and filtering.
3364                 
3365                 Note : compatibility is kept by parsing score like 
3366                   add_score. To get the behaviour of older scoring 
3367                   system, you have to define some equivalent rule :
3368                   "score_lower -9999 hide"
3369                   "score_greater 9999 mark"
3370                   
3371                   To define global rules, you have to define them 
3372                   in the new global processing rules.
3373                   The variable that kept the list filtering rules 
3374                   was "global_processing" and has been renamed into 
3375                   "filtering_rules".
3376                   "global_processing" variable is now the name 
3377                   of the variable that keeps the list of global 
3378                   processing rules.
3379                   In the configuration file, "[global]" section is 
3380                   now for the global processing rules (which includes
3381                   score things and new global processing rules).
3382                   New "[filtering]" section is for the filtering rules.
3383                   
3384                   Before running with this version, during testing 
3385                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3386                   Then, you have to make the following changes :
3387                   - leave all scoring rules in "[global]" section.
3388                   - move all other rules of "[global]" section to
3389                       a new section named "[filtering]".
3390
3391 2003-12-03 [christoph]  0.9.7claws16
3392
3393         * src/procmime.c
3394                 use default Content-Type as specified in RFC2045 if
3395                 Content-Type header is syntactically incorrect
3396
3397 2003-12-03 [christoph]  0.9.7claws15
3398
3399         * src/addressbook.c
3400         * src/addrindex.h
3401         * src/addritem.c
3402         * src/expldifdlg.h
3403         * src/exportldif.c
3404         * src/filtering.c
3405         * src/folder.c
3406         * src/folderview.c
3407         * src/jpilot.c
3408         * src/localfolder.c
3409         * src/matcher.h
3410         * src/matcher_parser_lex.l
3411         * src/matcher_parser_parse.y
3412         * src/news.c
3413         * src/prefs_filtering_action.c
3414         * src/prefs_folder_item.c
3415         * src/prefs_fonts.c
3416         * src/procmsg.c
3417         * src/sgpgme.c
3418                 clean up warnings
3419
3420         * src/procmime.c
3421                 revert 0.9.7claws14 change
3422
3423 2003-12-03 [alfons]     0.9.7claws14
3424
3425         * src/procmime.c
3426                 catch invalid Content-Type with no subtype
3427
3428 2003-12-03 [alfons]     0.9.7claws13
3429
3430         * src/alertpanel.h
3431         * src/setup.c
3432         * src/plugins/image_viewer/plugin.c
3433                 compile again, we need stddef.h for size_t
3434
3435 2003-12-03 [paul]       0.9.7claws12
3436
3437         * src/account.c
3438                 don't allow cloning of accounts with remote folders,
3439                 patch submitted by Ricardo Mones Lastra
3440
3441 2003-12-03 [christoph]  0.9.7claws11
3442
3443         * src/folder.[ch]
3444         * src/imap.c
3445         * src/localfolder.[ch]
3446         * src/mh.c
3447         * src/news.c
3448         * src/common/xml.[ch]
3449                 add set_xml() and get_xml() virtual functions to FolderClass to
3450                 save extra information for Folders (for example the rootpath
3451                 only used by LocalFolder). The folderlist write function no
3452                 longer needs to know the folder type to save this extra
3453                 information.
3454
3455 2003-12-02 [christoph]  0.9.7claws10
3456
3457         * src/Makefile.am
3458         * src/account.c
3459         * src/folder.[ch]
3460         * src/folderview.h
3461         * src/imap.c
3462         * src/localfolder.[ch]          ** NEW **
3463         * src/mainwindow.c
3464         * src/mh.[ch]
3465         * src/news.[ch]
3466         * src/prefs_account.[ch]
3467         * src/prefs_filtering.h
3468         * src/procmsg.h
3469         * src/remotefolder.[ch]         ** NEW **
3470         * src/common/xml.[ch]
3471                 add item_set_xml() and item_get_xml() virtual functions to
3472                 FolderClass to give folders the ability to add extra information
3473                 to the saved FolderItem data. If NULL the default function for
3474                 FolderItem will be used.
3475
3476 2003-11-29 [christoph]  0.9.7claws9
3477
3478         * src/procheader.c
3479                 fix bug in unfolding
3480
3481 2003-11-29 [luke]       0.9.7claws8
3482
3483         * src/textview.c
3484                 fix compilation for non c99 compilers
3485
3486 2003-11-29 [christoph]  0.9.7claws7
3487
3488         * src/procmime.[ch]
3489         * src/mimeview.c
3490                 o unknown disposition types should be handled as
3491                   attachment (RFC2183)
3492                 o missing headers should not default to inline
3493                   (would make "Save All" useless when disposition header
3494                    is not set by the sending mailer)
3495                 o remove old MimeInfo data and cleanup
3496
3497 2003-11-29 [luke]       0.9.7claws6
3498
3499         * src/procmime.[ch]
3500                 re-added parsing of Content-Disposition header
3501                         - removes the old  'gchar* content_disposition'
3502                         - adds a new field 'DispositionType disposition'
3503                         - adds parameters to MimeInfo::parameters
3504
3505         * src/mimeview.c
3506                 use the "filename" parameter for saving, and the new
3507                 MimeInfo::disposition for save all.
3508
3509         * src/compose.c
3510         * src/toolbar.[ch]
3511                 add a 'check spelling' button as a possibility for 
3512                 the compose toolbar
3513
3514         * src/stockpixmap.[ch]
3515         * src/pixmaps/check_spelling.xpm        ** NEW **
3516         * src/Makefile.am
3517                 add a pixmap for use with 'check spelling' button or
3518                 a user defined action
3519
3520         * src/textview.c
3521                 re-apply fixed (I hope) patch for bug 57
3522                 "Hidden URL in HTML Mails"
3523
3524 2003-11-28 [christoph]  0.9.7claws5
3525
3526         * src/procmime.c
3527                 o be more liberal in what we accept as Content-Type parameters
3528                 o ignore comments after parameters
3529
3530         * src/sgpgme.c
3531                 o only free passphrase when an error occurs
3532
3533 2003-11-28 [paul]       0.9.7claws4
3534
3535         * src/account.c
3536                 add 'Clone Account' function. patch submitted by
3537                 Ricardo Mones Lastra
3538
3539 2003-11-27 [thorsten]   0.9.7claws3
3540
3541         * src/mimeview.c
3542                 fix crash if 'save_all' failed twice
3543
3544 2003-11-27 [paul]       0.9.7claws2
3545
3546         * po/POTFILES.in
3547                 fix a typo
3548
3549         * po/zh_CN.po
3550                 update Simplified Chinese translation. submitted by
3551                 Hansom Young
3552
3553 2003-11-27 [paul]       0.9.7claws1
3554
3555         * po/POTFILES.in
3556                 clean up
3557
3558 2003-11-26 [paul]       0.9.7claws
3559
3560         * 0.9.7claws released
3561
3562 2003-11-26 [paul]       0.9.6claws99
3563
3564         * src/Makefile.am
3565                 add reference to pixmaps/mime_message.xpm
3566
3567 2003-11-26 [paul]       0.9.6claws98
3568
3569         * po/POTFILES.in
3570                 remove reference to src/sigstatus.c
3571
3572 2003-11-26 [christoph]  0.9.6claws97
3573
3574         * src/Makefile.am
3575         * src/prefs_common.c
3576         * src/rfc2015.c
3577         * src/sigstatus.[ch]            ** REMOVE **
3578                 remove signature result popup option and window
3579
3580 2003-11-26 [paul]       0.9.6claws96
3581
3582         * po/es.po
3583           po/ja.po
3584           po/pl.po
3585           po/sk.po
3586           po/sr.po
3587                 update translations. submitted by Ricardo Mones Lastra,
3588                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
3589
3590 2003-11-25 [christoph]  0.9.6claws95
3591
3592         * src/procmime.c
3593                 display mime structure only in debug mode
3594
3595 2003-11-25 [melvin]     0.9.6claws94
3596
3597         * po/fr.po
3598                 Updated French translations + typos fixes of older
3599                 translations (thanks to Fabien Vantard for pointing
3600                 to some of them)
3601
3602 2003-11-25 [melvin]     0.9.6claws93
3603
3604         * src/editldap.c
3605                 Fixed a couple of typos.
3606
3607 2003-11-24 [paul]       0.9.6claws92
3608
3609         * po/POTFILES.in
3610                 add 'src/textview.c'
3611
3612 2003-11-24 [paul]       0.9.6claws91
3613
3614         * src/sgpgme.c
3615                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
3616
3617 2003-11-24 [paul]       0.9.6claws90
3618
3619         * src/plugins/image_viewer/viewer.c
3620                 image_viewer_show_mimepart(): 
3621                 use procmime_mimeinfo_get_parameter() to get the file name
3622
3623 2003-11-24 [paul]       0.9.6claws89
3624
3625         * src/textview.c
3626                 textview_show_mime_part(): rewrite text hint
3627
3628 2003-11-22 [paul]       0.9.6claws88
3629
3630         * sync with 0.9.7cvs5
3631                 see ChangeLog 2003-11-21
3632
3633 2003-11-21 [paul]       0.9.6claws87
3634
3635         * src/mimeview.c
3636                 define shortcut key 'o' for 'Open with...'
3637
3638 2003-11-21 [alfons]     0.9.6claws86
3639
3640         * src/messageview.c
3641                 fix bug #383 'Deleting message from "separate message view" 
3642                 uses local Trash folder'
3643
3644 2003-11-21 [christoph]  0.9.6claws85
3645
3646         * src/mimeview.c
3647                 fix content-type guessing by name parameter when finding
3648                 the correct viewer
3649
3650 2003-11-21 [alfons]     0.9.6claws84
3651
3652         * src/main.c
3653                 no mail incorporation allowed with --offline param.
3654                 fixes bug #374, "--offline ignored"
3655
3656 2003-11-20 [christoph]  0.9.6claws83
3657
3658         * src/mimeinfo.c
3659                 use signed MimeInfo when checking the signature and not
3660                 the selected one
3661
3662 2003-11-19 [alfons]     0.9.6claws82
3663
3664         * src/mainwindow.c
3665                 fix crash when toggling separate views, patch submitted
3666                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
3667                 fixes bug #342, "separate views  cause crash"
3668
3669 2003-11-19 [paul]       0.9.6claws81
3670
3671         * src/compose.c
3672                 compose_redirect_write_headers_from_headerlist(): 
3673                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
3674                 
3675         * src/main.c
3676                 code cleanup (inherited from 0.9.7cvs4)
3677                 
3678         * tools/tb2sylpheed
3679                 bugfix: added missing attribute-list start. submitted by
3680                 Urke MMI
3681
3682 2003-11-19 [luke]       0.9.6claws80
3683
3684         * src/textview.c
3685                 revert my last commit until I get time to fix it
3686
3687 2003-11-18 [christoph]  0.9.6claws79
3688
3689         * src/mimeview.[ch]
3690                 check parent MimeInfos for signatures and display the
3691                 result of the parent when found
3692
3693         * src/pgpmime.c
3694                 o avoid NULL pointer warnings
3695                 o use procmime_mimeinfo_get_parameter()
3696
3697         * src/sgpgme.c
3698                 small text changes
3699
3700 2003-11-17 [luke]       0.9.6claws78
3701
3702         * src/textview.c
3703                 add check for disguised URLs, fixing bug 57
3704                 "Hidden URL in HTML Mails"
3705
3706 2003-11-16 [christoph]  0.9.6claws77
3707
3708         * src/procmime.c
3709                 fix crash when parsing invalid Content-Type header
3710
3711 2003-11-16 [christoph]  0.9.6claws76
3712
3713         * src/pgpmime.c
3714         * src/privacy.c
3715         * src/procmime.c
3716         * src/sgpgme.[ch]
3717                 implement message decrypting
3718
3719         * src/rfc2015.c
3720                 remove old code
3721
3722 2003-11-14 [luke]       0.9.6claws75
3723
3724         * src/mimeview.c
3725                 fix a couple of problems that treated application/* and
3726                 application/octet-stream the wrong way around
3727                 (since 0.9.6claws10), causing "Open" to do nothing.
3728
3729 2003-11-14 [christoph]  0.9.6claws74
3730
3731         * src/messageview.c
3732         * src/pgpmime.c
3733         * src/privacy.[ch]
3734                 prepare for message part decrypting
3735
3736         * src/sgpgme.c
3737                 add output for expired signatures
3738
3739         * src/rfc2015.c
3740                 remove some old code
3741
3742 2003-11-10 [christoph]  0.9.6claws73
3743
3744         * src/mimeview.c
3745                 add "Full info" button for bad and warn signature status
3746
3747         * src/sgpgme.c
3748                 generate full signature info like gpg's output
3749                 (gpg -v --with-fingerprint --verify)
3750
3751 2003-11-10 [christoph]  0.9.6claws72
3752
3753         * src/mimeview.c
3754         * src/pgpmime.c
3755         * src/privacy.[ch]
3756         * src/sgpgme.[ch]
3757         * src/textview.[ch]
3758                 o add code to view full signature info
3759                 o do automatic signature checks
3760
3761 2003-11-10 [alfons]     0.9.6claws71
3762
3763         * src/summaryview.c
3764                 don't crash when gtkut_font_load() returns invalid font (has
3765                 something to do with locale settings)
3766                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
3767
3768 2003-11-09 [alfons]     0.9.6claws70
3769
3770         * src/procmime.c
3771                 plug leak
3772
3773 2003-11-08 [luke]       0.9.6claws69
3774
3775         * src/summaryview.c
3776                 fix some typos
3777
3778         * src/compose.c
3779                 rewrite compose_attach_parts(), fixing various bugs mainly
3780                 to do with re-editing.
3781
3782         * src/mimeview.c
3783                 "save all" now only saves attachments with names/filenames
3784
3785 2003-11-04 [match]      0.9.6claws68
3786
3787         * src/ldapctrl.[ch]
3788                 fix broken LDAP support.
3789
3790         * src/ldapquery.c
3791                 remove printf's.
3792
3793 2003-11-04 [luke]       0.9.6claws67
3794
3795         * src/mimeview.c
3796                 o  fixed bug 4 "focus lost on messages with attachments"
3797                 o  fixed 'Save all' attachments for new mime changes
3798                 o  right clicking on icons consistent with right clicking on
3799                    mime tree
3800                   - fixes a bug where wrong part is saved when you
3801                     choose 'Save as' from popup menu
3802                   - fixes bug 308 "No way to "save all" attachments"
3803                 o  fixed a compiler warning.
3804
3805         * src/textview.c
3806                 o  removed flickering in mime tree when using "n" and "p"
3807                    shortcuts
3808                 o  fixed bug where selecting the textview and pressing e.g.
3809                    'y' causes sylpheed to respond twice.
3810
3811         * src/summaryview.c
3812                 removed hard coding of * and ! shortcuts (which only served
3813                 to cause problems if you tried to redefine the shortcuts)
3814
3815 2003-11-04 [luke]       0.9.6claws66
3816
3817         * src/plugins/image_viewer/viewer.c
3818         * src/plugins/image_viewer/viewerprefs.c
3819         * src/plugins/image_viewer/viewerprefs.glade
3820                 o  allow toggling of image scaling by clicking on image
3821                 o  respond to image's container widget resize
3822
3823         * src/procmime.c
3824                 o  fix bad parsing of message when re-editing/viewing a
3825                    message saved to the drafts folder
3826
3827 2003-11-02 [match]      0.9.6claws65
3828
3829         * src/browseldap.h
3830                 fix if not building LDAP support.
3831         * src/addrindex.c
3832         * src/ldapquery.[ch]
3833         * src/editldap.h
3834                 include support for contains query. feature req 529354.
3835
3836 2003-11-02 [alfons]     0.9.6claws64
3837
3838         * src/browseldap.c
3839                 fix build bustage if not compiling ldap support
3840
3841 2003-11-01 [match]      0.9.6claws63
3842
3843         * po/POTFILES.in
3844         * src/Makefile.am
3845         * src/addr_compl.[ch]
3846         * src/addrbook.c
3847         * src/addrcache.[ch]
3848         * src/addrdefs.h        ** NEW **
3849         * src/addressbook.c
3850         * src/addressitem.h
3851         * src/addrindex.[ch]
3852         * src/addritem.h
3853         * src/addrquery.[ch]
3854         * src/ldapquery.[ch]
3855         * src/ldapserver.[ch]
3856                 refactor LDAP query mechanism.
3857
3858         * src/browseldap.[ch]   ** NEW **
3859         * src/ldaplocate.[ch]   ** NEW **
3860                 add feature to browse LDAP entry that was retrieved using
3861                 an explicit LDAP search.
3862
3863 2003-11-01 [alfons]     0.9.6claws62
3864
3865         * src/prefs_gtk.c
3866                 prefs_write_param(): fail when we see an invalid type; all the
3867                 callers seem to handle this gracefully by reverting changes
3868
3869 2003-10-30 [christoph]  0.9.6claws61
3870
3871         * configure.ac
3872         * ac/openssl.m4
3873         * ac/spamassassin.m4
3874         * src/Makefile.am
3875                 use extra variables for all libraries to make sure plugins
3876                 are only linked with libraries they really need. $LIBS is always
3877                 added to the linking parameters, but we only what the libraries
3878                 listed in the Makefile
3879
3880 2003-10-29 [paul]       0.9.6claws60
3881
3882         * src/mimeview.c
3883                 don't use Subject for unknown part name
3884
3885 2003-10-29 [paul]       0.9.6claws59
3886
3887         * src/compose.c
3888                 get name of attachment(s) when re-editing, fwd'ing or
3889                 redirecting
3890                 
3891         * src/mimeview.c
3892                 get name of attachment(s) when saving
3893
3894 2003-10-29 [hoa]        0.9.6claws58
3895
3896         * src/textview.c
3897                 implemented multipart/alternative in MIME message viewer.
3898
3899 2003-10-28 [christoph]  0.9.6claws57
3900
3901         * configure.ac
3902                 make sure MathML-Viewer is not built with the
3903                 Gtk2 version of GtkMathView
3904
3905 2003-10-28 [paul]       0.9.6claws56
3906
3907         * sync with 0.9.7cvs1
3908                 see ChangeLog 2003-10-28
3909
3910 2003-10-27 [alfons]     0.9.6claws55
3911
3912         * src/matcher_parser_parse.y
3913         * src/gtk/colorlabel.c
3914                 allow setting color label to 0 in filtering/processing rules
3915                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
3916
3917 2003-10-26 [alfons]     0.9.6claws54
3918
3919         * src/summary_search.c
3920                 fix misnomer and correct selecting initial search node  
3921
3922 2003-10-26 [christoph]  0.9.6claws53
3923
3924         * src/pgpmime.c
3925         * src/sgpgme.c
3926                 change display of signature info to use only name of
3927                 signer, otherwise the text gets too long.
3928
3929         * src/procmime.c
3930                 don't use MimeInfo's filename to generate tmp filename
3931
3932 2003-10-25 [christoph]  0.9.6claws52
3933
3934         * src/procmime.c
3935                 fix message body searching
3936
3937 2003-10-25 [paul]       0.9.6claws51
3938
3939         * src/compose.c
3940                 use g_basename rather than basename
3941
3942 2003-10-24 [christoph]  0.9.6claws50
3943
3944         * src/sgpgme.c
3945                 change fetching of signature key's trust
3946
3947 2003-10-24 [paul]       0.9.6claws49
3948
3949         * po/sk.po
3950                 update Slovak translation
3951                 submitted by Andrej Kacian
3952                 
3953         * src/mainwindow.c
3954                 remove unknown menu entry /File/Add mailbox/mbox...
3955
3956 2003-10-24 [hoa]        0.9.6claws48
3957
3958         * src/Makefile.am
3959                 removed all references to mbox folders
3960
3961         * src/carray.[ch]               * REMOVED *
3962         * src/chash.[ch]                * REMOVED *
3963         * src/maillock.[ch]             * REMOVED *
3964         * src/mailmbox.[ch]             * REMOVED *
3965         * src/mailmbox_folder.[ch]      * REMOVED *
3966         * src/mailmbox_parse.[ch]       * REMOVED *
3967         * src/mailmbox_types.[ch]       * REMOVED *
3968         * src/mbox_folder.[ch]          * REMOVED *
3969                 remove implementation of mbox folders
3970                 and old mailbox folder.
3971                 mbox folder implementation will be added
3972                 as a plugin so that implementation can be entirely
3973                 synchronized with the files of the project they are
3974                 extracted from (libEtPan!).
3975         
3976         * src/mainwindow.c
3977         * src/folder.c
3978         * src/folderview.[ch]
3979         * src/procmsg.h         
3980                 Disable as much code that references mbox folders
3981                 as possible.
3982                 Some UI thing still need to know that folder is mbox
3983                 (when we have to enter the name of the mailbox and
3984                 we want to add /var/mail/$USER).
3985
3986 2003-10-23 [christoph]  0.9.6claws47
3987
3988         * src/noticeview.c
3989                 don't always display button when noticeview is made visible
3990
3991         * src/mimeview.c
3992         * src/pgpmime.c
3993         * src/privacy.[ch]
3994         * src/sgpgme.[ch]
3995                 get signature information from crypto system
3996
3997 2003-10-22 [paul]       0.9.6claws46
3998
3999         * po/es.po
4000                 updated by Ricardo Mones Lastra
4001
4002 2003-10-22 [paul]       0.9.6claws45
4003
4004         * src/Makefile.am
4005                 update to reflect the changes to the icons that
4006                 happened in 0.9.6claws35
4007
4008 2003-10-22 [alfons]     0.9.6claws44
4009         
4010         * src/carray.h
4011                 inline carray_count() 
4012
4013 2003-10-21 [alfons]     0.9.6claws43
4014
4015         * src/carray.h
4016                 glib wrappers
4017         * src/carray.c
4018                 disable
4019         * src/mailmbox.[ch]
4020         * src/mailmbox_folder.c
4021         * src/mailmbox_parse.c
4022         * src/mailmbox_types.[ch]
4023                 %s/uint32_t/guint
4024
4025 2003-10-21 [luke]       0.9.6claws42
4026
4027         * src/stock_pixmaps.[ch]
4028         * src/mimeview.c
4029         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4030         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4031                 o remove mime_application_octet_stream.xpm icon (it was never
4032                   really needed)
4033                 o remove redundant icon messageview_text.xpm
4034
4035         * src/mainwindow.c
4036                 fix visibility of signature noticeview when toggling 'separate
4037                 message view'
4038
4039 2003-10-21 [christoph]  0.9.6claws41
4040
4041         * src/procmime.c
4042                 decode multipart and rfc822 mime parts to allow further
4043                 parsing when required
4044
4045 2003-10-21 [christoph]  0.9.6claws40
4046
4047         * src/procmime.[ch]
4048         * src/textview.c
4049                 remove obsolete charset parameter in MimeInfo and fix
4050                 TextView to use the charset from the parameter hash table
4051
4052         * src/plugins/dillo_viewer/Makefile.am
4053         * src/plugins/trayicon/Makefile.am
4054                 add OPENSSL_CFLAGS to fix building with using
4055                 --with-openssl-* parameters
4056
4057 2003-10-21 [paul]       0.9.6claws39
4058
4059         * src/prefs_matcher.[ch]
4060                 replace remnants of the old, renamed 'Execute' matchtype
4061                 add a brief description to the Info window
4062
4063 2003-10-21 [hoa]        0.9.6claws38
4064         
4065         * src/Makefile.am
4066         * src/carray.[ch]               * NEW *
4067         * src/chash.[ch]                * NEW *
4068         * src/folder.c
4069         * src/maillock.[ch]             * NEW *
4070         * src/mailmbox.[ch]             * NEW *
4071         * src/mailmbox_folder.[ch]      * NEW *
4072         * src/mailmbox_parse.[ch]       * NEW *
4073         * src/mailmbox_types.[ch]       * NEW *
4074                 implementation of mbox folder with unique message numbers
4075
4076                 made use of libEtPan! implementation of mbox for lower-layer.
4077
4078 2003-10-20 [alfons]     0.9.6claws37
4079
4080         * src/noticeview.c
4081                 fix invalid argument warning
4082         * src/pgpmime.c
4083                 no in place variable
4084
4085 2003-10-20 [paul]       0.9.6claws36
4086
4087         * src/compose.[ch]
4088           src/filtering.c
4089           src/messageview.c
4090                 fix crash when using Forward in Filtering when
4091                 external editor option is set
4092                 
4093                 Patch submitted by Simon 'corecode' Schubert
4094                 <corecode@corecode.ath.cx> 
4095
4096 2003-10-20 [paul]       0.9.6claws35
4097
4098         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4099           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4100           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4101           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4102           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4103           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4104           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4105           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4106           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4107           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4108           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4109           src/mimeview.c
4110           src/stock_pixmap.[ch]
4111                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4112                 icons. add privacy_warn.xpm icon
4113
4114 2003-10-20 [hoa]  0.9.6claws34
4115
4116         * src/folder_item_prefs.[ch]
4117         * src/prefs_folder_item.c
4118         * src/main.c
4119                 Added a property per folder to choose whether we 
4120                 want to apply processing on it on startup or if we
4121                 prefer to wait the folder selection to apply it.
4122         
4123         * src/messageview.c
4124                 fixed C89 compatibility (for old compilers, for
4125                 example gcc 2.95.x).
4126
4127 2003-10-17 [christoph]  0.9.6claws33
4128
4129         * src/mimeview.c
4130         * src/noticeview.[ch]
4131                 change noticeview icon to indicate signature status
4132
4133 2003-10-17 [christoph]  0.9.6claws32
4134
4135         * src/Makefile.am
4136         * src/main.c
4137         * src/mimeview.c
4138         * src/noticeview.c
4139         * src/pgpmime.[ch]                              ** NEW **
4140         * src/privacy.[ch]
4141         * src/rfc2015.c
4142         * src/sgpgme.c                                  ** NEW **
4143                 reimplement PGP/Mime signature checking (unfinished)
4144
4145 2003-10-15 [christoph]  0.9.6claws31
4146
4147         * src/procmime.[ch]
4148                 fix procmime_get_text_content() and
4149                 procmime_get_first_text_content()
4150
4151 2003-10-15 [christoph]  0.9.6claws30
4152
4153         * src/plugins/spamassassin/spamassassin_gtk.c
4154         * src/plugins/spamassassin/spamassassin_gtk.glade
4155                 fix timeout tooltip
4156
4157 2003-10-15 [paul]       0.9.6claws29
4158
4159         * src/messageview.c
4160                 workaround for buggy smtp servers. on sending a
4161                 return receipt strip the name part from the address
4162                 when creating headers
4163                 
4164 2003-10-15 [paul]       0.9.6claws28
4165
4166         * sync with 0.9.7 release
4167                 see ChangeLog 2003-10-15
4168
4169 2003-10-14 [christoph]  0.9.6claws27
4170
4171         * src/plugins/clamav/clamav_plugin.c
4172                 fix clamav plugin
4173
4174 2003-10-14 [christoph]  0.9.6claws26
4175
4176         * src/compose.c
4177         * src/mimeview.c
4178         * src/procmime.[ch]
4179         * src/rfc2015.c
4180         * src/textview.c
4181         * src/plugins/clamav/clamav_plugin.c
4182                 use GNode to create the mime tree (some changes to functions
4183                 that traverse the tree are just quick and dirty. Maybe we
4184                 can find better solutions with g_node_*-functions)
4185
4186 2003-10-14 [luke]       0.9.6claws25
4187
4188         * src/mimeview.c
4189                 fix a navigation bug (stupid typo of mine)
4190
4191 2003-10-14 [christoph]  0.9.6claws24
4192
4193         * src/textview.c
4194                 fix missing last line in plain/text mails
4195
4196 2003-10-13 [luke]       0.9.6claws23
4197
4198         * src/summaryview.c
4199                 fix bug 334 (part 1)
4200
4201 2003-10-13 [kov]        0.9.6claws22
4202
4203         * src/mimeview.c
4204                 error checking when the user enters a non-directory at
4205                 the file selection dialog.
4206                 work-around for users entering directory location without
4207                 adding a leading G_DIR_SEPARATOR.
4208
4209 2003-10-13 [luke]       0.9.6claws21
4210
4211         * src/compose.c
4212                 error reporting for inserting files, including catching
4213                 invalid characters for current locale/encoding
4214
4215 2003-10-13 [paul]       0.9.6claws20
4216
4217         * src/folderview.c
4218                 fix bug #347 'subscribe newsgroups crashes'
4219
4220 2003-10-13 [paul]       0.9.6claws19
4221
4222         * src/compose.c
4223                 when using 'Reply to all' include the 'send replies
4224                 to' folder property
4225                 
4226         * po/ja.po
4227                 update Japanese translation. submitted by Rui Hirokawa 
4228                 <rui_hirokawa@ybb.ne.jp>        
4229
4230 2003-10-13 [hoa]        0.9.6claws18
4231
4232         * src/account.c
4233         * src/compose.c
4234         * src/messageview.c
4235         * src/procheader.c
4236         * src/procheader.h
4237                 rename get_header_from_msginfo() into
4238                 procheader_get_header_from_msginfo() so that we have a
4239                 coherent exported naming.
4240                 avoid parsing of header contained in a string via
4241                 a newly written temporary file.
4242
4243         Patch submitted by Simon 'corecode' Schubert
4244                 <corecode@corecode.ath.cx>
4245
4246 2003-10-12 [hoa]        0.9.6claws17
4247
4248         * src/filtering.c
4249         * src/filtering.h
4250         * src/matcher.c
4251         * src/matcher.h
4252         * src/matcher_parser_parse.y
4253         * src/prefs_filtering_action.c
4254                 added "stop" action : stop applying the filtering rules.
4255                 added "set score" and "increase/decrease score" actions.
4256                 That two last action replace the "change_score" action
4257                 introduced by alfons in 0.8.8claws85.
4258                 "set score" is to set a given score to the message.
4259                 "increase/decrease score" will increase or decrease the
4260                 score if the given value is respectively positive or
4261                 negative. If someone find a some better name for this last
4262                 rule, it can be modified.
4263
4264 2003-10-12 [paul]       0.9.6claws16
4265
4266         * AUTHORS
4267           po/ja.po
4268                 update Japanese translation. submitted by Rui Hirokawa 
4269                 <rui_hirokawa@ybb.ne.jp>
4270
4271 2003-10-12 [christoph]  0.9.6claws15
4272
4273         * src/procmime.c
4274                 fix crash caused by incorrect headers
4275
4276 2003-10-10 [christoph]  0.9.6claws14
4277
4278         * src/main.c
4279         * src/privacy.[ch]
4280         * src/rfc2015.[ch]
4281                 implement detection of signed message parts for rfc2015
4282
4283 2003-10-10 [thorsten]   0.9.6claws13
4284
4285         * src/mimeview.c
4286                 fix typo
4287
4288 2003-10-10 [christoph]  0.9.6claws12
4289
4290         * src/stock_pixmap.[ch]
4291         * src/pixmaps/mime_message.xpm                  ** NEW **
4292                 add a new icon for mime type "message"
4293
4294         * src/privacy.[ch]
4295         * src/procmime.[ch]
4296                 add crypto api
4297
4298         * src/mimeview.c
4299                 o use crypto api
4300                 o add icons for message type mime parts
4301
4302 2003-10-10 [christoph]  0.9.6claws11
4303
4304         * src/mainwindow.c
4305         * src/messageview.[ch]
4306         * src/mimeview.[ch]
4307         * src/procmime.[ch]
4308         * src/procmsg.[ch]
4309         * src/rfc2015.c
4310         * src/summaryview.c
4311         * src/textview.[ch]
4312                 o remove switching between TextView and MimeView in MessageView
4313                   (if required we can hide the icon box and the MimeView will
4314                    look exaxtly like the TextView)
4315                 o temporary remove signature and decrypting GPGME code
4316
4317 2003-10-09 [christoph]  0.9.6claws10
4318
4319         * src/action.c
4320         * src/compose.c
4321         * src/messageview.c
4322         * src/mimeview.c
4323         * src/procmime.[ch]
4324         * src/procmsg.c
4325         * src/rfc2015.c
4326         * src/textview.c
4327         * src/common/utils.[ch]
4328         * src/plugins/clamav/clamav_plugin.c
4329         * src/plugins/dillo_viewer/dillo_viewer.c
4330         * src/plugins/image_viewer/viewer.c
4331         * src/plugins/mathml_viewer/mathml_viewer.c
4332                 new mime parser (several things need fixing)
4333
4334 2003-10-09 [paul]       0.9.6claws9
4335
4336         * src/imap.c
4337                 a little more sync with 0.9.6cvs2 and a tidy up
4338
4339 2003-10-08 [paul]       0.9.6claws8
4340
4341         * sync with 0.9.6cvs2
4342                 see ChangeLog 2003-10-03
4343
4344 2003-10-05 [christoph]  0.9.6claws7
4345
4346         * src/summaryview.c
4347                 don't use flags to check if a message is in a news folder
4348
4349         (closes Bug 282 clicking on folder with copied Messages from News
4350          immediately after having copied them crashes Sylpheed-Claws)
4351
4352 2003-10-05 [christoph]  0.9.6claws6
4353
4354         * src/Makefile.am
4355         * src/progressdialog.[ch]               ** REMOVE **
4356         * src/gtk/Makefile.am
4357         * src/gtk/progressdialog.[ch]           ** NEW **
4358                 move progressdialog to gtk directory
4359
4360 2003-10-04 [christoph]  0.9.6claws5
4361
4362         * src/prefs_toolbar.c
4363         * src/gtk/prefswindow.c
4364                 remove widget_show_all for pages root widget
4365
4366         * src/plugins/spamassassin/spamassassin.[ch]
4367         * src/plugins/spamassassin/spamassassin_gtk.c
4368         * src/plugins/spamassassin/spamassassin_gtk.glade
4369                 add support for new libspamc transports
4370
4371 2003-10-04 [christoph]  0.9.6claws4
4372
4373         * src/plugins/spamassassin/libspamc.[ch]
4374         * src/plugins/spamassassin/spamassassin.c
4375         * src/plugins/spamassassin/utils.[ch]
4376                 update libspamc to version from SpamAssassin 2.60
4377
4378 2003-10-03 [christoph]  0.9.6claws3
4379
4380         * src/send_message.c
4381                 fix missing format string bug found by
4382                 Georgi Guninski <guninski@guninski.com>
4383
4384 2003-10-03 [paul]       0.9.6claws2
4385
4386         * po/zh_CN.po
4387                 update Simpilified Chinese translation, submitted by
4388                 Hansom Young
4389
4390 2003-10-02 [christoph]  0.9.6claws1
4391
4392         * src/imap.c
4393                 add UIDPLUS support for COPY and EXPUNGE
4394
4395 2003-10-02 [paul]       0.9.6claws
4396
4397         * 0.9.6claws released
4398
4399 2003-10-02 [paul]
4400
4401         * po/es.po
4402           po/sk.po
4403                 update Spanish and Slovak translations
4404                 submitted by Ricardo Mones Lastra and Andrej Kacian
4405  
4406 2003-10-02 [paul]       0.9.5claws43
4407
4408         * po/en_GB.po
4409                 update British English translation
4410
4411 2003-10-02 [paul]       0.9.5claws42
4412
4413         * po/hr.po
4414                 update Croatian translation, submitted by Dragan
4415
4416 2003-10-01 [paul]       0.9.5claws41
4417
4418         * po/pl.po
4419           po/sr.po
4420                 update Polish and Serbian translations, submitted by
4421                 Emil and Urke MMI
4422
4423 2003-10-01 [melvin]     0.9.5claws40
4424
4425         * po/fr.po
4426                 Updated French translations
4427
4428 2003-10-01 [melvin]     0.9.5claws39
4429
4430         * src/prefs_fonts.c
4431                 Fixed a Gtk warning
4432
4433         * src/plugins/dillo_prefs.c     
4434                 Quasi unnoticeable UI clean-up.
4435
4436 2003-10-01 [paul]
4437
4438         * tools/README
4439           tools/maildir2sylpheed.pl
4440                 bug fixes, rewrites, submitted by Matthias Förste 
4441                 <itsjustme@users.sourceforge.net>
4442
4443 2003-09-29 [paul]       0.9.5claws38
4444
4445         * src/inc.c
4446                 fix my coding carelessness
4447
4448 2003-09-29 [paul]       0.9.5claws37
4449
4450         * po/POTFILES.in
4451           src/Makefile.am
4452           src/main.c
4453           src/prefs_common.[ch]
4454           src/prefs_fonts.[ch]  ** NEW FILES **
4455                 move Font config options to Other Prefs/Display/Fonts
4456                 (user's current configuration is preserved)
4457
4458 2003-09-29 [paul]       0.9.5claws36
4459
4460         * src/inc.c
4461           src/prefs_account.c
4462                 allow 'local_mbox' value to point to either a directory 
4463                 (/var/mail -  default, new) or a file (/var/mail/username
4464                 - original)
4465
4466 2003-09-28 [paul]       0.9.5claws35
4467
4468         * src/rfc2015.c
4469                 on signature check, where key exists, print the
4470                 Key ID
4471
4472 2003-09-27 [alfons]     0.9.5claws34
4473
4474         * src/action.c
4475                 o make progress bar not fill/expand when resizing dialog
4476                 o use default fixed text font for actions output
4477
4478 2003-09-27 [paul]       0.9.5claws33
4479
4480         * src/prefs_common.[ch]
4481           src/procmsg.c
4482           src/send_message.c
4483                 remove External Program settings from Common Prefs/Send
4484                 as they are now unnecessary due to Local account settings.
4485                 plus a little tidying-up after 0.9.5claws31
4486
4487 2003-09-27 [paul]       0.9.5claws32
4488
4489         * src/prefs_account.c
4490                 o make correction to gui text:
4491                   'Local mailbox file' -> 'Local mailbox directory'
4492                 o give 'local_mbox' option a reasonable default value:
4493                   '/var/mail'
4494                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
4495                   value
4496
4497 2003-09-26 [paul]       0.9.5claws31
4498
4499         * src/inc.c
4500           src/prefs_common.[ch]
4501                 remove 'Incorporate from spool' common pref,
4502                 force creation of a 'Local' account
4503
4504 2003-09-26 [christoph]  0.9.5claws30
4505
4506         * src/folder.c
4507         * src/msgcache.c
4508                 add more NULL pointer checks
4509
4510 2003-09-25 [christoph]  0.9.5claws29
4511
4512         * src/folder.c
4513                 o don't fetch source message to get it's message id
4514                 o immediately scan dest folder when copying a message did not
4515                   return a new message number and not do it when the first message
4516                   without a new message number is found
4517
4518 2003-09-23 [christoph]  0.9.5claws28
4519
4520         * src/compose.c
4521                 fix generating of headers
4522
4523         (patch by David Relson <relson@osagesoftware.com>)
4524
4525 2003-09-23 [paul]       0.9.5claws27
4526
4527         * po/zh_CN.po
4528                 update Simplified Chinese translation. submitted by
4529                 Hansom Young
4530
4531 2003-09-23 [paul]       0.9.5claws26
4532
4533         * tools/Makefile.am
4534           tools/README
4535           tools/vcard2xml.py    ** NEW FILE **
4536                 add a script that converts an evolution vcard to
4537                 sylpheed's xml format
4538                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
4539
4540 2003-09-22 [paul]       0.9.5claws25
4541
4542         * src/plugins/clamav/clamav_plugin.c
4543                 don't skip MULTIPART parts
4544
4545 2003-09-21 [christoph]  0.9.5claws24
4546
4547         * src/alertpanel.c
4548                 remove unneeded include
4549
4550         * src/folder.c
4551                 clean up copy/move mess with duplicated code
4552
4553         * src/imap.c
4554                 fix problem that sometimes the folder was not scanned
4555                 also it was changed
4556
4557 2003-09-21 [christoph]  0.9.5claws23
4558
4559         * src/Makefile.am
4560         * src/logwindow.[ch]                    ** REMOVE **
4561         * src/mainwindow.c
4562         * src/prefs_common.c
4563         * src/gtk/Makefile.am
4564         * src/gtk/logwindow.[ch]                ** ADD **
4565                 make logwindow prefs_common independent and move
4566                 it to gtk directory
4567
4568 2003-09-20 [christoph]  0.9.5claws22
4569
4570         * src/compose.c
4571                 add extra space for address code conversion
4572                 (4 * unconvered size could be too small for short headers)
4573
4574 2003-09-20 [christoph]  0.9.5claws21
4575
4576         * src/compose.c
4577                 increase temp buffer size when writing headers
4578
4579 2003-09-19 [darko]      0.9.5claws20
4580
4581         * src/compose.c
4582                 don't ignore value of 'Save copy of outgoing messages to
4583                 this folder instead of Sent' in message redirect
4584
4585 2003-09-17 [christoph]  0.9.5claws19
4586
4587         * src/compose.c
4588                 use ", " as address seperator for mail headers and pass whole
4589                 header line at once to compose_convert_header to make sure
4590                 it is correctly folded
4591
4592         (closes Bug 64 Problem when sending to many recipients)
4593
4594 2003-09-17 [hoa]        0.9.5claws18
4595         
4596         * src/matcher.[ch]
4597           src/matcher_parser_parse.y
4598           src/prefs_matcher.c
4599                 changed the keyword used for command execution in condition
4600                 keyword is changed from "execute" to "test"
4601                 so that it is not the same as the one used for action.
4602                 This will fix a bug when using filtering dialog.
4603                 All semantic in the code is also changed to reflect
4604                 the keyword change.
4605
4606 2003-09-17 [paul]
4607         
4608         * sync with 0.9.6 release
4609
4610 2003-09-17 [paul]       0.9.5claws17
4611
4612         * sync with 0.9.5cvs8
4613                 see ChangeLog 2003-09-16 and 2003-09-17
4614
4615 2003-09-16 [paul]       0.9.5claws16
4616
4617         * sync with 0.9.5cvs6
4618                 see ChangeLog 2003-09-16
4619
4620 2003-09-15 [paul]       0.9.5claws15
4621
4622         * sync with 0.9.5cvs5
4623                 see ChangeLog 2003-09-15
4624
4625 2003-09-14 [alfons]     0.9.5claws14
4626
4627         * src/inc.c
4628                 make "Go to inbox after receiving new mail" again;
4629                 regression of a sync, restored to sylpheed main 
4630                 behaviour. (misses still some bits)
4631
4632 2003-09-14 [alfons]     0.9.5claws13
4633
4634         * src/prefs_filtering_action.c
4635                 o add proper message if empty execute command line
4636                 o don't select first action item after registering a
4637                   new action to prevent (what seems to be a GTK) bug
4638                   #36, "filtering will only accept one action change 
4639                   per invocation".
4640
4641 2003-09-14 [alfons]     0.9.5claws12
4642
4643         * src/prefs_filtering.c
4644         * src/prefs_filtering_action.c
4645         * src/prefs_matcher.c
4646                 fix function signature for key_pressed_event signal handlers
4647
4648 2003-09-14 [alfons]     0.9.5claws11
4649
4650         * src/mainwindow.c
4651                 fix regression caused by fix for invalid bug #7
4652                 (should fix #246, "Multiple selections are deselected when 
4653                 moving from search window to main window")
4654                 
4655 2003-09-14 [alfons]     0.9.5claws10
4656         
4657         * src/actions.[ch]
4658         * src/filtering.[ch]
4659         * src/prefs_actions.c
4660                 allow `filtering actions` in actions; only for advanced users
4661                 right now: try for example, "%as{mark color 2}" 
4662         
4663 2003-09-13 [paul]       0.9.5claws9
4664         
4665         * po/pl.po
4666           po/zh_CN.po   ** NEW FILE **
4667                 update Polish translation, submitted by Emil 
4668                 <eminowbl@posejdon.wpk.p.lodz.pl>
4669                 add new Simplified Chinese translation, submitted by
4670                 Hansom Young <hansom_young@yahoo.com>
4671
4672 2003-09-12 [alfons]     0.9.5claws8
4673
4674         * src/summaryview.c
4675                 don't open separate message views when View | Separate message view
4676                 is active 
4677                 (please look carefully for any navigation regressions)
4678
4679 2003-09-11 [alfons]     0.9.5claws7
4680
4681         * src/mainwindow.c
4682                 make default message view, opened by View | Separate message 
4683                 view, look like a claws message view (which includes a menu
4684                 bar and a toolbar)
4685                 (fixes bug #298, "message view loses tool bar") 
4686
4687 2003-09-11 [christoph]  0.9.5claws6
4688
4689         * src/folderview.c
4690                 fix double deleting of newsgroup folders
4691
4692         (closes Bug 305 crash after deleting of a newsgroup)
4693
4694 2003-09-11 [paul]       0.9.5claws5
4695
4696         * src/rfc2015.c
4697           src/common/utils.h
4698                 more sync'ing from 0.9.5cvs2
4699
4700 2003-09-11 [christoph]  0.9.5claws4
4701
4702         * src/compose.c
4703         * src/rfc2015.c
4704         * src/common/utils.h
4705                 fix sync with 0.9.5cvs2
4706
4707 2003-09-11 [paul]       0.9.5claws3
4708
4709         * sync with 0.9.5cvs4
4710                 see ChangeLog 2003-09-11
4711
4712 2003-09-11 [paul]       0.9.5claws2
4713
4714         * sync with 0.9.5cvs2
4715                 see ChangeLog 2003-09-05
4716                 
4717 2003-09-11 [paul]       0.9.5claws1
4718
4719         * sync with 0.9.5cvs3
4720                 see ChangeLog 2003-09-10
4721
4722 2003-09-10 [paul]       0.9.5claws
4723
4724         * 0.9.5claws released
4725
4726 2003-09-10 [paul]       0.9.4claws78
4727
4728         * src/Makefile.am
4729                 add missing files
4730
4731 2003-09-10 [melvin]     0.9.4claws77
4732
4733         * po/fr.po
4734                 Updated French translations
4735
4736 2003-09-10 [paul]       0.9.4claws76
4737
4738         * po/es.po
4739           po/sk.po
4740           po/sr.po
4741                 update Spanish, Slovak, and Serbian translations.
4742                 submitted by Ricardo Mones Lastra, Andrej Kacian,
4743                 and Urke MMI
4744                 
4745         * AUTHORS
4746                 add translation team section
4747
4748 2003-09-09 [christoph]  0.9.4claws75
4749
4750         * src/folder.c
4751                 free item->prefs in folder_item_destroy
4752
4753 2003-09-09 [alfons]     0.9.4claws74
4754
4755         * src/folderview.c
4756                 o proper check for root node sorting
4757                 o remove unnecessary gtk_ctree_remove_node 
4758
4759         (should fix bug #300, "crash while moving folder")      
4760
4761 2003-09-08 [christoph]  0.9.4claws73
4762
4763         * src/folderview.c
4764                 o fix double adding of IMAP FolderItems to GtkCTree
4765                 o fix crash then mbox folder is removed
4766
4767 2003-09-08 [christoph]  0.9.4claws72
4768
4769         * src/folder.c
4770         * src/folderview.c
4771         * src/mainwindow.c
4772                 fix new folder notification
4773
4774         * src/mbox_folder.c
4775                 fix cache path
4776
4777 2003-09-08 [christoph]  0.9.4claws71
4778
4779         * src/compose.c
4780                 replace '\n' and '\r' before removing trailing spaces
4781
4782         * src/folder.[ch]
4783         * src/folderview.c
4784                 add information about new or removed items in folder tree change
4785                 notification and use this in folderview to add and remove only
4786                 the appected items and not refresh the whole tree
4787
4788 2003-09-07 [match]      0.9.4claws70
4789
4790         * src/Makefile.am
4791         * src/addr_compl.c
4792         * src/addressbook.c
4793         * src/addressitem.h
4794         * src/addrindex.c
4795         * src/addritem.c
4796         * src/addritem.h
4797         * src/addrquery.c                       ** NEW **
4798         * src/addrquery.h
4799         * src/ldapquery.c
4800         * src/ldapserver.c
4801         * src/stock_pixmap.c
4802         * src/stock_pixmap.h
4803         * src/pixmaps/address_search.xpm        ** NEW **
4804                 re-introduce Lookup button for LDAP 'static' searches.
4805
4806 2003-09-07 [alfons]     0.9.4claws69
4807         
4808         * src/summaryview.c
4809                 abandon setting usize for messageview because it gives layout problems
4810                 with the quick search bar and the headerview; fixes assorted UI glitches:
4811                 
4812                 o bug #148, "Toggling of quick-search bar reduces index view area" 
4813                 o bug #280, "Window resiizes for line length but does not revert"
4814
4815 2003-09-07 [christoph]  0.9.4claws68
4816
4817         * src/compose.c
4818                 o make sure we don't have any newlines in header values
4819                 o check custom headers for spaces and newlines and ignore
4820                   malformed header names
4821
4822 2003-09-06 [christoph]  0.9.4claws67
4823
4824         * src/folder.c
4825         * src/folderview.c
4826                 invoke notification hook for folder tree changes after append
4827                 and remove folder
4828
4829         (closes Bug 294 Crash while moving folder with many subdirectories)
4830
4831 2003-09-06 [christoph]  0.9.4claws66
4832
4833         * src/folder.c
4834                 destroy folder's MsgCache if FolderItem is removed to make sure
4835                 it is not saved when the FolderItem is destroyed
4836
4837 2003-09-06 [christoph]  0.9.4claws65
4838
4839         * src/plugins/clamav/clamav_plugin.c
4840                 fix copy & paste bug
4841
4842 2003-09-05 [christoph]  0.9.4claws64
4843
4844         * src/folder.c
4845         * src/messageview.[ch]
4846         * src/procmsg.[ch]
4847         * src/summaryview.c
4848                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
4849                 by MessageView to clear it when the message is deleted. Should
4850                 work even if messages are deleted in MainWindow or by
4851                 processing.
4852
4853 2003-09-05 [alfons]     0.9.4claws63
4854
4855         * src/messageview.c
4856                 deleting a message in a message view frees its msginfo, make 
4857                 messageview_update_all() aware of that (should fix bug #293,
4858                 "deleting message caused crash")
4859
4860 2003-09-05 [melvin]     0.9.4claws62
4861
4862         * src/action.c
4863                 Improve synchronous action exit code (fixes 
4864                 a ~5 seconds delay after action exit on RedHat 9)
4865
4866 2003-09-04 [christoph]  0.9.4claws61
4867
4868         * src/compose.c
4869         * src/rfc2015.c
4870         * src/common/utils.[ch]
4871                 add util function to create mime boundary and use it
4872                 in compose and gpg code
4873
4874 2003-09-04 [alfons]     0.9.4claws60
4875
4876         * src/folder.c
4877                 source folder item's GNode should already have been freed in 
4878                 a previous call to src->folder->klass->remove_folder()
4879                 (should fix bug #287, "crash when moving folders")
4880
4881 2003-09-03 [thorsten]   0.9.4claws59
4882
4883         * src/plugins/spamassassin/spamassassin_gtk.c
4884                 fix compile error
4885
4886 2003-09-03 [christoph]  0.9.4claws58
4887
4888         * src/plugins/spamassassin/spamassassin.[ch]
4889         * src/plugins/spamassassin/spamassassin_gtk.c
4890                 add timeout config option
4891
4892 2003-09-03 [paul]       0.9.4claws57
4893
4894         * po/sk.po      ** NEW FILE **
4895                 add Slovak translation. Submitted by Andrej Kacian 
4896                 <andrej@kacian.sk>
4897
4898 2003-09-03 [paul]       0.9.4claws56
4899
4900         * src/plugins/clamav/clamav_plugin_gtk.c
4901                 gui tweaks: replace a label with a tooltip, modify the
4902                 text, use gtk_check_button_new(); instead of
4903                 gtk_check_button_new_with_label("");
4904
4905 2003-09-02 [alfons]     0.9.4claws55
4906
4907         * src/gtk/filesel.c
4908                 remember last used dir when attaching multiple files (should fix
4909                 bug #290, "Attach File does not remember directory")
4910
4911 2003-09-01 [paul]       0.9.4claws54
4912
4913         * po/es.po
4914                 updated by Ricardo Mones Lastra
4915
4916 2003-09-01 [alfons]     0.9.4claws53
4917
4918         * src/gtk/gtkaspell.[ch]
4919                 be pedantic and strict and use const gchar * instead of guchar *
4920
4921 2003-09-01 [alfons]     0.9.4claws52
4922
4923         * src/mainwindow.c
4924         * src/summaryviewc.
4925                 re-enable Save As when multiple messages are selected
4926
4927 2003-09-01 [paul]       0.9.4claws51
4928
4929         * src/textview.c
4930                 g_free(trimmed_uri);
4931
4932 2003-09-01 [paul]       0.9.4claws50
4933
4934         * sync with 0.9.4cvs13
4935                 see ChangeLog 2003-09-01
4936
4937 2003-09-01 [paul]       0.9.4claws49
4938
4939         * src/textview.c
4940                 trim uri before sending to the statusbar
4941                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
4942                 in the message window causes main S-C window to enlarge 
4943                 past screen edges'
4944
4945 2003-09-01 [paul]       0.9.4claws48
4946
4947         * sync with 0.9.4cvs12
4948                 see ChangeLog 2003-09-01
4949
4950 2003-08-30 [christoph]  0.9.4claws47
4951
4952         * src/compose.c
4953         * src/folder_item_prefs.[ch]
4954         * src/prefs_folder_item.c
4955         * src/gtk/gtkaspell.[ch]
4956                 commit per folder dictionary patch by
4957                 Paul Evans <nerd@freeuk.com>
4958
4959 2003-08-30 [christoph]  0.9.4claws46
4960
4961         * src/plugins/spamassassin/spamassassin_gtk.c
4962         * src/plugins/spamassassin/spamassassin_gtk.glade
4963                 reduce GUI clutter by placing hints into tooltips
4964
4965 2003-08-30 [paul]       0.9.4claws45
4966
4967         * src/compose.c
4968                 add 'Content-Disposition: inline' to a text/plain
4969                 part when using PGP/MIME signing
4970
4971 2003-08-30 [paul]       0.9.4claws44
4972
4973         * src/prefs_common.c
4974           src/prefs_spelling.c
4975           src/prefs_spelling.glade
4976                 reduce GUI clutter by placing hints into tooltips
4977
4978 2003-08-29 [christoph]  0.9.4claws43
4979
4980         * configure.ac
4981                 fix bug found by Ivan Rayner <ivanr@sgi.com>
4982
4983         * src/stock_pixmap.c
4984                 change unecessary warning into a debug message
4985
4986         * src/plugins/clamav/Makefile.am
4987                 Fix error "-I$(CLAMAV_LIBS)"
4988
4989 2003-08-29 [christoph]  0.9.4claws42
4990
4991         * intl/Makefile.in
4992         * src/Makefile.am
4993         * src/matcher.h
4994         * src/common/Makefile.am
4995         * src/common/passcrypt.c
4996                 commit fixes and patches for some of the IRIX problems found by
4997                 Ivan Rayner <ivanr@sgi.com>
4998
4999 2003-08-29 [paul]       0.9.4claws41
5000
5001         * src/prefs_filtering.c
5002                 add 'Top' and 'Bottom' buttons, based on changes in
5003                 src/prefs_filter.c in 0.9.4cvs11.
5004
5005 2003-08-27 [christoph]  0.9.4claws40
5006
5007         * src/folderview.c
5008                 fix bug that the current summary settings were copied to the
5009                 wrong folder item, when the folder item prefs are opened.
5010                 Copying is not required because summary settings and
5011                 folder_item_prefs do not contain the same settings
5012
5013 2003-08-27 [thorsten]   0.9.4claws39
5014
5015         * src/imap.c
5016                 fix compile error
5017
5018 2003-08-26 [paul]       0.9.4claws38
5019
5020         * sync with 0.9.4cvs9
5021                 see ChangeLog 2003-08-26
5022
5023 2003-08-25 [paul]       0.9.4claws37
5024
5025         * sync with 0.9.4cvs8
5026                 see ChangeLog 2003-08-25
5027
5028 2003-08-24 [christoph]  0.9.4claws36
5029
5030         * src/prefs_filtering.c
5031                 shouldn't remove items from a GSList while iterating over the
5032                 list (makes cur invalid and cur->next not accessable)
5033
5034         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5035          crashed)
5036
5037 2003-08-23 [christoph]  0.9.4claws35
5038
5039         * src/news.c
5040                 news folders should be scanned when opened
5041
5042 2003-08-22 [christoph]  0.9.4claws34
5043
5044         * src/prefs_folder_item.c
5045                 use macro to assign strings that always frees the old string
5046
5047         * src/gtk/gtkaspell.[ch]
5048                 add gtkaspell_set_dictionary_menu_active_item() to set active
5049                 item in dictionary option menu
5050
5051         * src/prefs_spelling.c
5052                 use gtkaspell_set_dictionary_menu_active_item() to select
5053                 dictionary
5054
5055 2003-08-21 [christoph]  0.9.4claws33
5056
5057         * src/folder.[ch]
5058         * src/imap.c
5059         * src/mbox_folder.c
5060         * src/mh.c
5061         * src/news.c
5062                 optimize folder system
5063
5064         * src/gtk/gtkstext.c
5065                 fix division by zero when font has 0 width for ' '
5066
5067 2003-08-21 [paul]       0.9.4claws32
5068
5069         * sync with 0.9.4cvs7
5070                 see ChangeLog 2003-08-20
5071
5072 2003-08-19 [paul]       0.9.4claws31
5073
5074         * src/common/defs.h
5075                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5076                 SYLDOC_FAQ_HTML_INDEX.
5077         * src/manual.c
5078                 use LC_MESSAGES instead of LC_ALL to find the current
5079                 language
5080
5081           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5082
5083 2003-08-19 [paul]       0.9.4claws30
5084
5085         * po/bg.po
5086                 updated by George Danchev
5087
5088 2003-08-18 [luke]       0.9.4claws29
5089         * src/mimeview.[ch]
5090         * src/gtk/gtkvscrollbutton.[ch]
5091                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5092                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5093                 o removed horizontal separator between icons
5094
5095 2003-08-17 [christoph]  0.9.4claws28
5096
5097         * src/procmsg.c
5098                 no subject threading when the subject has no reply prefix
5099
5100 2003-08-16 [christoph]  0.9.4claws27
5101
5102         * src/mainwindow.c
5103                 remember and restore window sizes and position when the main
5104                 window is hidden or shown
5105
5106         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5107          minimised/reopened using trayicon)
5108
5109 2003-08-16 [paul]       0.9.4claws26
5110
5111         * src/crash.c
5112                 add #include "defs.h"
5113
5114 2003-08-16 [paul]       0.9.4claws25
5115
5116         * src/plugins/clamav/clamav_plugin.c
5117                 reword a debug_print
5118                 
5119         * src/plugins/dillo_viewer/dillo_prefs.c
5120                 cosmetic: change the labels' text, add tooltips, and
5121                 left-align the hint
5122
5123 2003-08-15 [christoph]  0.9.4claws24
5124
5125         * src/news.c
5126                 complete last change (forgot some changes)
5127
5128 2003-08-15 [christoph]  0.9.4claws23
5129
5130         * src/news.c
5131                 o check number of messages and don't return a 0 message
5132                   when no messages are available
5133                 o don't parse xref header anymore
5134
5135         (closes Bug 203 I'm not getting any news)
5136
5137 2003-08-15 [paul]       0.9.4claws22
5138
5139         * src/common/defs.h
5140           src/crash.c
5141                 update and define claws bugzilla location
5142
5143 2003-08-15 [paul]       0.9.4claws21
5144
5145         * po/ru.po
5146                 update submitted by Ruslan N. Balkin
5147
5148 2003-08-14 [christoph]  0.9.4claws20
5149
5150         * src/procmsg.c
5151                 fix search for oldest node in subject threading
5152
5153 2003-08-14 [christoph]  0.9.4claws19
5154
5155         * src/procmsg.c
5156         * src/common/utils.h
5157                 add possibility to check all nodes with the same subject for
5158                 subject threading, not only the oldest node. Should not break
5159                 threads anymore if the oldest node is thread_by_subject_max_age
5160                 days older then parent, because it can now find a child of
5161                 oldest node as new parent.
5162
5163 2003-08-11 [christoph]  0.9.4claws18
5164
5165         * src/plugins/spamassassin/spamassassin.c
5166                 run spam check in background process
5167
5168 2003-08-10 [alfons]     0.9.4claws17
5169
5170         * src/summaryview.c
5171                 make `Select All' sensitive too
5172
5173 2003-08-10 [christoph]  0.9.4claws16
5174
5175         * src/imap.c
5176                 add more checks in imap_close
5177
5178 2003-08-09 [alfons]     0.9.4claws15
5179
5180         * src/prefs_spelling.c
5181                 no spell checking UI if not requested
5182
5183 2003-08-09 [alfons]     0.9.4claws14
5184
5185         * src/gtk/prefswindow.c
5186                 make it compile
5187
5188 2003-08-09 [christoph]  0.9.4claws13
5189
5190         * src/prefs_spelling.c
5191         * src/gtk/prefswindow.[ch]
5192         * src/plugins/clamav/clamav_plugin_gtk.c
5193         * src/plugins/spamassassin/spamassassin_gtk.c
5194                 sort prefs pages by heighest weight in tree
5195
5196 2003-08-09 [paul]       0.9.4claws12
5197
5198         * sync with 0.9.4cvs6
5199                 see ChangeLog 2003-08-07
5200                 
5201         * AUTHORS
5202                 add Leandro and Luke to claws-branch section
5203
5204 2003-08-09 [christoph]  0.9.4claws11
5205
5206         * src/gtk/Makefile.am
5207         * src/gtk/colorsel.[ch]                 ** NEW **
5208                 create a color selection dialog that can be used as a simple
5209                 function call with it's own gtk main loop like filesel.[ch]
5210
5211         * src/Makefile.am
5212         * src/main.c
5213         * src/prefs_common.c
5214         * src/prefs_spelling.[ch]               ** NEW **
5215         * src/prefs_spelling.glade              ** NEW **
5216         * src/gtk/gtkutils.[ch]
5217                 move "Spell Checker" prefs to new prefs dialog
5218
5219         * src/prefs_folder_item.c
5220                 use new colorsel dialog
5221
5222 2003-08-08 [paul]       0.9.4claws10
5223
5224         * src/inc.c
5225                 clear the progress bar unconditionally
5226
5227 2003-08-08 [paul]       0.9.4claws9
5228
5229         * sync with 0.9.4cvs4
5230                 see ChangeLog 2003-07-31
5231
5232 2003-08-07 [christoph]  0.9.4claws8
5233
5234         * configure.ac
5235                 fix bug in image viewer plugin part
5236
5237         * src/imap.c
5238                 don't execute close command if the folder item is not selected
5239
5240 2003-08-07 [hoa]        0.9.4claws7
5241
5242         * src/filtering.[ch]
5243         * src/matcher_parser.h
5244         * src/matcher_parser_parse.y
5245                 can define several actions for each filtering rule
5246                 can import old versions of filtering rules
5247
5248         * src/prefs_filtering.c
5249                 call to a new dialog box to define actions
5250
5251         * src/prefs_filtering_action.[ch]
5252                 dialog box to define actions for filtering rules
5253
5254 2003-08-06 [christoph]  0.9.4claws6
5255
5256         * src/imap.c
5257                 make sure source folder is selected when copying messages
5258
5259 2003-08-06 [christoph]  0.9.4claws5
5260
5261         * sync with 0.9.4cvs2
5262                 see ChangeLog 2003-07-29                
5263
5264 2003-08-05 [paul]       0.9.4claws4
5265
5266         * sync with 0.9.4cvs3
5267                 see ChangeLog 2003-07-30
5268
5269 2003-08-04 [match]      0.9.4claws3
5270
5271         * po/POTFILES.in
5272                 export of LDIF files.
5273
5274 2003-08-04 [match]      0.9.4claws2
5275
5276         * src/ldif.[ch]
5277                 support for export LDIF. documented.
5278         * src/importldif.[ch]
5279         * src/exportldif.[ch]
5280                 add tooltips. documented.
5281         * src/exphtmldlg.[ch]
5282         * src/common/xmlprops.[ch]
5283                 documented.
5284         * src/exportldif.[ch]                   ** NEW **
5285         * src/expldifdlg.[ch]                   ** NEW **
5286         * src/addressbook.[ch]
5287         * src/Makefile.am
5288                 export of LDIF files.
5289                 documented.
5290
5291 2003-08-04 [christoph]  0.9.4claws1
5292
5293         * .cvsignore
5294         * Makefile.am
5295         * configure.ac
5296         * sylpheed-claws.pc.in                  ** NEW **
5297         * src/Makefile.am
5298         * src/common/Makefile.am
5299         * src/gtk/Makefile.am
5300                 install sylpheed header files in $(pkgincludedir) and create a
5301                 pkg-config file to allow building a plugin without the source
5302                 package
5303
5304 2003-08-04 [paul]       0.9.4claws
5305
5306         * version 0.9.4claws
5307
5308 2003-08-04 [paul]       0.9.3claws97
5309
5310         * po/es.po
5311                 update Spanish translation. Submitted by Ricardo
5312                 Mones Lastra.
5313
5314 2003-08-03 [paul]       0.9.3claws96
5315
5316         * po/hr.po
5317           po/sr.po
5318                 update Croatian and Serbian translations. Submitted by
5319                 Dragan and Urke MMI respectively
5320
5321 2003-08-03 [alfons]     0.9.3claws95
5322
5323         * src/summaryview.c
5324                 mark flag has precedence over important flag - seems
5325                 to have been changed in sync of 0.9.3claws45. this fixes
5326                 a regression where messages that were scored as important
5327                 don't show their mark flags. (using the same column for
5328                 both importance as mark flags is the real problem
5329                 ofcourse)
5330
5331 2003-08-03 [melvin]     0.9.3claws94
5332
5333         * po/fr.po
5334                 Updated French translations.
5335
5336 2003-08-03 [melvin]     0.9.3claws93
5337
5338         * src/Makefile.am
5339                 Fixed typo introduced after 0.9.3claws92 
5340                 that prevented compilation
5341                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5342                 CPPFLAGS and YFLAGS to allow user setting these.
5343         * src/common/Makefile.am
5344         * src/gtk/Makefile.am
5345         * src/plugins/clamav/Makefile.am
5346         * src/plugins/demo/Makefile.am
5347         * src/plugins/dillo_viewer/Makefile.am
5348         * src/plugins/image_viewer/Makefile.am
5349         * src/plugins/mathml_viewer/Makefile.am
5350         * src/plugins/spamassassin/Makefile.am
5351         * src/plugins/trayicon/Makefile.am
5352         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5353                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5354                 CPPFLAGS and YFLAGS to allow user setting these.
5355
5356 2003-08-02 [christoph]  0.9.3claws92
5357
5358         * configure.ac
5359                 o rearrange plugin tests
5360                 o add test for clamav.h to ClamAV tests
5361
5362 2003-08-02 [luke]       0.9.3claws91
5363
5364         * src/mimeview.c
5365                 o fixed appearance of icon list when toggling back from the 
5366                   ctree
5367                 o toggling of icons using the keyboard works correctly
5368                 o fixed all other keyboard shortcuts to work when icons are
5369                   active
5370         
5371         * src/messageview.c
5372                 o fixed bug 4 - focus lost when changing messageview view type
5373
5374 2003-08-02 [christoph]  0.9.3claws90
5375
5376         * src/common/hooks.c
5377                 fix crash when pointer stored in hash table could get invalid
5378                 when a plugin is unloaded
5379
5380 2003-08-01 [christoph]  0.9.3claws89
5381
5382         * configure.ac
5383                 o try to build all plugins (except spamassassin) by default
5384                 o don't build a plugin if a dependency check fails
5385
5386         * src/common/hooks.c
5387                 fix warning
5388
5389 2003-08-01 [match]      0.9.3claws88
5390
5391         * src/importldif.c
5392                 allow single click field selection. document code.
5393
5394 2003-08-01 [christoph]  0.9.3claws87
5395
5396         * src/plugins/clamav/clamav_plugin.c
5397         * src/plugins/clamav/clamav_plugin_gtk.c
5398         * src/plugins/dillo_viewer/dillo_viewer.c
5399         * src/plugins/image_viewer/plugin.c
5400         * src/plugins/mathml_viewer/mathml_viewer.c
5401         * src/plugins/spamassassin/spamassassin.c
5402         * src/plugins/spamassassin/spamassassin_gtk.c
5403         * src/plugins/trayicon/trayicon.c
5404                 add version check to all plugins
5405
5406 2003-08-01 [hoa]        0.9.3claws86
5407
5408         * src/prefs_filtering.c
5409                 fixed a cosmetic bug, during creation of dialog box,
5410                 wrong widgets were shown after creation.
5411
5412 2003-08-01 [luke]       0.9.3claws85
5413
5414         * src/mainwindow.c
5415                 o fixed visibility of icons/mimeview after toggling separate
5416                   message/folder view (factored out some similar code too).
5417
5418
5419 2003-07-31 [alfons]     0.9.3claws84
5420
5421         * src/mimeview.c
5422                 tweak icon box UI a bit more, now allowing right-clicks actions
5423                 getting the relevant mime data too; should fix #250, "Can't save 
5424                 attachments sometimes".
5425
5426 2003-07-30 [alfons]     0.9.3claws83
5427
5428         * src/compose.c
5429                 don't do auto-save-draft inside key press handler, but rather
5430                 schedule it half of a second later; should fix #67, "autosave 
5431                 make re-rediting message crazy"
5432
5433 2003-07-30 [christoph]  0.9.3claws82
5434
5435         * src/plugins/trayicon/trayicon.c
5436                 process pending events before unloading the plugin
5437
5438         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5439
5440 2003-07-30 [alfons]     0.9.3claws81
5441
5442         * src/common/hooks.c
5443                 parameter 2 of g_hook_destroy() should really be a hook id
5444
5445 2003-07-30 [alfons]     0.9.3claws80
5446
5447         * src/common/plugin.c
5448                 fix a possibly harmful function signature mismatch 
5449                 for plugin_done
5450
5451 2003-07-30 [alfons]     0.9.3claws79
5452
5453         * src/common/hooks[.ch]
5454                 const correctness
5455
5456 2003-07-30 [darko]      0.9.3claws78
5457
5458         * src/summaryview.c
5459                 make it compile again
5460
5461 2003-07-30 [luke]       0.9.3claws77
5462
5463         * src/crash.c
5464         * src/main.c
5465                 o added/moved signal handlers for SIGTERM (normal kill command) 
5466                   and SIGINT (ctl-c) to be used even without 
5467                   --enable-crash-dialog, fixing bug 166
5468
5469         * src/summaryview.c
5470                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
5471                   bug 227
5472
5473         * src/mainwindow.c
5474                 o changed sensitivity condition for 'Next new' and 'Next 
5475                   unread', fixing bug 8
5476
5477 2003-07-29 [alfons]     0.9.3claws76
5478
5479         * src/common/utils.[ch]
5480                 add generate_msgid()
5481         * src/messageview.c
5482                 save ack'ed RRR; fixes #205, "return receipt is not saved in
5483                 sent folder".
5484
5485 2003-07-29 [alfons]     0.9.3claws75
5486
5487         * src/messageview.c
5488                 fix a memleak (claws-only)
5489
5490 2003-07-29 [alfons]     0.9.3claws74
5491
5492         * src/mimeview.[ch]
5493         * src/gtk/gtkvscrollbutton.[ch]
5494                 fix UI glitch where mime icon toolbox' scroll position is not 
5495                 reset after switching to another message
5496                 
5497
5498 2003-07-29 [paul]       0.9.3claws73
5499
5500         * src/prefs_folder_item.c
5501                 split the prefs into 2 separate pages
5502
5503 2003-07-29 [paul]       0.9.3claws72
5504
5505         * src/compose.c
5506                 prepend "\n\n" to a signature without a separator too
5507
5508 2003-07-29 [paul]       0.9.3claws71
5509
5510         * src/compose.c
5511                 fix bug where changing to an account without an auto-sig
5512                 from an initial account without an auto-sig would insert 
5513                 2 blank lines at the cursor point
5514                 fix bug where changing to an account with an auto-sig
5515                 from an initial account without an auto-sig would insert
5516                 the sig at the cursor point
5517
5518 2003-07-29 [paul]       0.9.3claws70
5519
5520         * src/folderview.c
5521                 use the colour from the folder pref unless the folder
5522                 has new messages
5523
5524 2003-07-29 [alfons]     0.9.3claws69
5525
5526         * src/procmsg.[ch]
5527         * src/messageview.c
5528         * src/procheader.c
5529                 rewrite return receipt request work a little bit (the former 
5530                 implementation presumably depended too much on the UI setting
5531                 flags). (we're losing the old pending flag.) 
5532
5533 2003-07-28 [christoph]  0.9.3claws68
5534
5535         * src/folder.c
5536         * src/imap.c
5537         * src/mh.c
5538         * src/procmsg.[ch]
5539                 fix copy to IMAP folder from other folder
5540
5541 2003-07-28 [christoph]  0.9.3claws67
5542
5543         * src/procmsg.c
5544                 fix sync of procmsg_get_message_file_list
5545
5546 2003-07-28 [christoph]  0.9.3claws66
5547
5548         * sync with 0.9.3cvs14
5549                 see ChangeLog 2003-07-18
5550         * sync with 0.9.3cvs17
5551                 see ChangeLog 2003-07-23
5552
5553         (closes Bug 234 segmentation fault after sending out mail via
5554          smtp(auth))
5555
5556 2003-07-28 [paul]       0.9.3claws65
5557
5558         * po/es.po
5559                 update Spanish translation, submitted by Ricardo Mones
5560                 Lastra
5561
5562 2003-07-28 [christoph]  0.9.3claws64
5563
5564         * src/folder.[ch]
5565         * src/imap.c
5566         * src/mh.c
5567                 return new message numbers as a GRelation instead of a GSList
5568                 that has to be in the same order as the input list. A list
5569                 would make it hard for IMAP to optimize oepration by sorting
5570                 the input list. The returned list would have to be reordered
5571                 to match the same order that input list has.
5572
5573         * src/gtk/gtkaspell.c
5574                 fix missing return value, could cause a crash when garbage is
5575                 on the stack that is used as the expected return value
5576
5577 2003-07-28 [paul]       0.9.3claws63
5578
5579         * sync with 0.9.4cvs1
5580                 see ChangeLog 2003-07-28
5581
5582 2003-07-27 [alfons]     0.9.3claws62
5583
5584         * src/mimeview.c
5585                 tweak it more to make icon list act like a check button group
5586
5587 2003-07-27 [christoph]  0.9.3claws61
5588
5589         * sync with 0.9.3cvs20
5590                 see ChangeLog 2003-07-25
5591
5592 2003-07-27 [paul]       0.9.3claws60
5593
5594         * src/procmsg.c
5595                 re-commit changes from 0.9.3claws58 -
5596                 accidently removed in 0.9.3claws59
5597
5598 2003-07-27 [paul]       0.9.3claws59
5599
5600         * src/procmsg.[ch]
5601                 a sync from 0.9.3cvs17
5602                 see ChangeLog 2003-07-23
5603
5604 2003-07-27 [alfons]     0.9.3claws58
5605
5606         * src/procmsg.c
5607                 add missing header members to MsgInfo; fixes the problem of 
5608                 not displaying X-Faces, as noticed by Ricardo Mones
5609
5610 2003-07-26 [christoph]  0.9.3claws57
5611
5612         * sync with 0.9.3cvs18
5613                 see ChangeLog 2003-07-24
5614
5615 2003-07-26 [christoph]  0.9.3claws56
5616
5617         * sync with 0.9.3cvs17
5618                 see ChangeLog 2003-07-23
5619
5620 2003-07-26 [christoph]  0.9.3claws55
5621
5622         * src/folder.[ch]
5623         * src/imap.c
5624         * src/mbox_folder.c
5625         * src/mh.c
5626         * src/news.c
5627                 add support for copy function that copy multiple messages
5628                 (not implemented yet)
5629
5630         * src/summaryview.c
5631                 add missing return value
5632
5633 2003-07-26 [paul]       0.9.3claws54
5634
5635         * tools/multiwebsearch.pl
5636                 do whitespace substitution before passing the string
5637                 to the browser. fixes bug with browsers that don't
5638                 do whitespace conversion themselves.
5639
5640 2003-07-25 [christoph]  0.9.3claws53
5641
5642         * src/folder.[ch]
5643         * src/imap.c
5644         * src/mh.c
5645                 rewrite adding of multiple messages to a folder for
5646                 claws' folder system
5647
5648 2003-07-25 [luke]       0.9.3claws52
5649
5650         * src/mimeview.c
5651                 o icon toggles set correctly on leaving ctree mimeview
5652
5653 2003-07-25 [paul]       0.9.3claws51
5654
5655         * partial sync with 0.9.3cvs21 [src/main.c]
5656                 see ChangeLog 2003-07-25
5657
5658 2003-07-24 [paul]       0.9.3claws50
5659
5660         * tools/maildir2sylpheed.pl
5661                 fix typo
5662
5663 2003-07-24 [paul]       0.9.3claws49
5664
5665         * src/mimeview.c
5666                 increase the gutter size of paned so that the panes
5667                 can be resized
5668                 
5669         * src/plugins/demo/demo.c
5670                 squeeze in another typo fix
5671
5672 2003-07-24 [paul]       0.9.3claws48
5673
5674         * src/plugins/demo/demo.c
5675           src/prefs_account.c
5676                 small changes to the English
5677                 
5678         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
5679           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
5680           src/Makefile.am
5681           src/stock_pixmap.c
5682                 rename the misspelled icon
5683
5684 2003-07-23 [alfons]     0.9.3claws47
5685
5686         * src/mimeview.c
5687                 make icon list look like a list of toggles
5688
5689 2003-07-23 [luke]       0.9.3claws46
5690
5691         * src/pixmaps/mimeview_gpg_expired.xpm
5692         * src/pixmaps/mimeview_gpg_failed.xpm
5693         * src/pixmaps/mimeview_gpg_passed.xpm
5694         * src/pixmaps/mimeview_text_html.xpm
5695         * src/pixmaps/mimeview_image.xpm
5696                 o all icons the same size
5697
5698         * src/mimeview.[ch]
5699                 o mimeview ctree arranged vertically above the viewer
5700                 o icons changed to buttons
5701                 o can use keyboard to select an icon (Enter)
5702                 o resize icon list to width of icons
5703
5704         *  src/gtk/gtkvscrollbutton.c
5705                 o sensitivity of buttons reacts to position
5706
5707 2003-07-23 [christoph]  0.9.3claws45
5708
5709         * sync with 0.9.3cvs14 (incomplete)
5710                 see ChangeLog 2003-07-17
5711
5712 2003-07-23 [alfons]     0.9.3claws44
5713
5714         * src/folder.c
5715         * src/procmsg.h
5716                 sync with my local tree to restore some claws-only things
5717
5718 2003-07-23 [paul]       0.9.3claws43
5719
5720         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
5721           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
5722           src/Makefile.am
5723           src/mimeview.c
5724           src/procmime.h
5725           src/rfc2015.c
5726           src/stock_pixmap.[ch]
5727                 indicate missing keys and expired sigs/keys
5728                 in mime view column
5729
5730 2003-07-23 [paul]       0.9.3claws42
5731
5732         * src/compose.c
5733                 Redirect fixes: enable automatic account selection and
5734                 do not append signature to message on changing account
5735                 fixes Bug[s] #248
5736
5737 2003-07-23 [paul]       0.9.3claws41
5738
5739         * sync with 0.9.3cvs16
5740                 see ChangeLog 2003-07-23
5741
5742 2003-07-23 [alfons]     0.9.3claws40
5743
5744         * src/inc.c
5745                 give progress dialog a main window, and give it the first 
5746                 one (presumably the only one). fixes bug #247, "segfault on 
5747                 pop-before-smtp" 
5748
5749 2003-07-22 [alfons]     0.9.3claws39
5750
5751         * src/summaryview.c
5752                 shift-space scrolls up
5753
5754 2003-07-22 [paul]       0.9.3claws38
5755
5756         * sync with 0.9.3cvs15
5757                 see ChangeLog 2003-07-22
5758
5759 2003-07-20 [alfons]     0.9.3claws37
5760
5761         * src/compose.c
5762                 put menu inside #ifdef USE_ASPELL..#endif
5763
5764 2003-07-20 [christoph]  0.9.3claws36
5765
5766         * src/procmsg.c
5767                 fix wrong flags in MsgInfo returned by
5768                 procmsg_msginfo_get_full_info()
5769
5770         (closes Bug 221 Deleting messages from the Message View gives incorrect
5771          new/unread message counts in the folder view)
5772
5773         * src/plugins/spamassassin/spamassassin_gtk.c
5774                 add gettext macro for prefs page title
5775
5776 2003-07-20 [paul]       0.9.3claws35
5777
5778         * src/mimeview.c
5779                 redraw icon list on signature check
5780
5781 2003-07-20 [christoph]  0.9.3claws34
5782
5783         * src/Makefile.am
5784         * src/account.c
5785         * src/folder.[ch]
5786         * src/folder_item_prefs.[ch]            ** NEW **
5787         * src/folderview.c
5788         * src/mainwindow.c
5789         * src/mh.c
5790         * src/prefs_gtk.c
5791         * src/prefs_scoring.c
5792         * src/summaryview.c
5793         * src/prefs_folder_item.[ch]
5794                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
5795                   Properties dialog
5796                 o use prefswindow for folder properties
5797
5798         * src/gtk/prefswindow.[ch]
5799                 change implementation to use an invisible notebook instead
5800                 of unparenting widgets
5801
5802 2003-07-20 [christoph]  0.9.3claws33
5803
5804         * src/compose.h
5805         * src/folder.c
5806         * src/folderview.h
5807         * src/headerview.h
5808         * src/prefs_filtering.h
5809         * src/prefs_folder_item.[ch]
5810         * src/procmime.h
5811         * src/procmsg.h
5812         * src/summaryview.h
5813                 clean up header mess
5814                 (always use 1. typedefs, 2. #includes, 3. structures)
5815
5816         * src/common/version.h.in
5817                 add casts for constants
5818
5819         * src/plugins/demo/demo.c
5820                 fix typo
5821
5822         * src/plugins/spamassassin/spamassassin.c
5823                 remove unused variable
5824
5825 2003-07-20 [alfons]     0.9.3claws32
5826
5827         * src/mimeview.c
5828                 o make icon buttons respond on left click
5829                 o minor cosmetic change
5830
5831 2003-07-19 [luke]       0.9.3claws31
5832
5833         * src/mimeview.[ch]
5834         * src/gtk/gtkvscrollbutton.c
5835         * src/messageview.c
5836                 o improved mimeview behaviour when selecting a new message
5837                 o plus code cleanups to remove compile warnings
5838
5839
5840 2003-07-19 [alfons]     0.9.3claws30
5841
5842         * src/procmsg.c
5843         * src/compose.c
5844         * src/common/utils.[ch]
5845                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
5846
5847 2003-07-19 [alfons]     0.9.3claws29
5848
5849         * src/prefs_folder_item.c
5850                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
5851                 string pointers
5852
5853 2003-07-19 [luke]       0.9.3claws28
5854
5855         * src/messageview.c
5856         * src/mimeview.[ch]
5857         * src/procmime.h
5858         * src/rfc2015.c
5859         * src/stock_pixmap.[ch]
5860         * src/gtk/Makefile.am
5861         * src/Makefile.am
5862         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
5863         * src/pixmaps/mime_*.xpm                ** NEW **
5864                 o mimeview rearrangement with a new icon shortcut bar
5865
5866 2003-07-19 [alfons]     0.9.3claws27
5867
5868         * src/folderview.c
5869                 o plug leaking nodes_to_recollapse
5870                 o add folderview_recollapse_all_nodes() (not used yet)
5871
5872 2003-07-19 [alfons]     0.9.3claws26
5873
5874         * src/compose.c
5875         * src/common/utils.c
5876                 honour #240 "Better SUBJECT handling" by cleaning the prefix
5877                 for both forwarding as replying
5878
5879 2003-07-18 [christoph]  0.9.3claws25
5880
5881         * configure.ac
5882         * src/common/sylpheed.[ch]
5883         * src/common/version.h.in
5884                 add version in numeric form to allow easy comparison
5885
5886         * src/plugins/demo/demo.c
5887                 add version check
5888                 - sylpheed version > plugin version => never allowed, sylpheed
5889                   could contain unknown API changes
5890                 - sylpheed version < minimum version required => don't load,
5891                   API required not available (if linking does not fail)
5892
5893 2003-07-18 [alfons]     0.9.3claws24
5894         
5895         * src/common/plugin.[ch]
5896                 const correctness
5897
5898 2003-07-18 [christoph]  0.9.3claws23
5899
5900         * src/common/hooks.c
5901                 fix crash when hooks where unregisted
5902
5903         * src/plugins/trayicon/trayicon.c
5904                 unregister detroy signal before destroying the widget
5905                 (still crashes when the plugin is unloaded)
5906
5907 2003-07-18 [alfons]     0.9.3claws22
5908         
5909         * src/folderview.c
5910                 delay expanding folder tree during drags until timeout triggered
5911                 (needs perhaps some tweaking, so testing is welcome)
5912
5913 2003-07-17 [alfons]     0.9.3claws21
5914
5915         * src/folderview.c
5916                 clean up cruft
5917
5918 2003-07-17 [christoph]  0.9.3claws20
5919
5920         * src/common/session.c
5921                 fix opening of SSL connections
5922
5923         * src/plugins/image_viewer/Makefile.am
5924                 add OPENSSL_CFLAGS (we should find a better solution to remove
5925                 this dependencies if they are not required)
5926
5927         * src/plugins/spamassassin/spamassassin.c
5928                 remove setlocale workaround (fixed in libspamc)
5929
5930         (closes Bug Bug 184 Entering non-ascii character deletes previous char
5931          if spell checking enabled)
5932
5933 2003-07-17 [alfons]     0.9.3claws19
5934
5935         * src/common/hooks.[ch]
5936         * src/plugins/clamav/clamav_plugin.c
5937         * src/plugins/spamassassin/spamassassin.c
5938         * src/plugins/trayicon/trayicon.c
5939                 fix signedness muck 
5940
5941 2003-07-17 [alfons]     0.9.3claws18
5942
5943         * src/procmime.c
5944                 plug memleak
5945
5946 2003-07-17 [alfons]     0.9.3claws17
5947
5948         * src/inc.c
5949                 plug memleak
5950
5951 2003-07-17 [paul]       0.9.3claws16
5952
5953         * src/common/defs.h
5954           src/mainwindow.c
5955           src/manual.[ch]
5956                 add link to the Claws site's FAQ page, after the suggestion
5957                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
5958                 Move url strings to defs.h
5959                 
5960         * src/mainwindow.c
5961                 fix typo to prevent "unknown menu entry" warnings
5962
5963 2003-07-17 [alfons]     0.9.3claws15
5964
5965         * src/folderview.[ch]
5966         * src/summaryview.[ch]
5967         * src/mimeview.[ch]
5968                 plug DnD leaks 
5969
5970 2003-07-17 [paul]       0.9.3claws14
5971
5972         * src/inc.c
5973                 remove two instances of 'GTK_EVENTS_FLUSH' because
5974                 they are unnecessary and probably cause a stack overflow
5975
5976 2003-07-16 [christoph]  0.9.3claws13
5977
5978         * src/mimeview.[ch]
5979                 use an invisible GTK notebook to switch between viewers
5980                 instead of reparenting widgets
5981
5982 2003-07-16 [christoph]  0.9.3claws12
5983
5984         * src/folder.c
5985                 move folder_item_update_freeze() to correct place in
5986                 folder_item_scan_full()
5987
5988 2003-07-16 [paul]       0.9.3claws11
5989
5990         * sync with 0.9.3cvs12
5991                 see ChangeLog 2003-07-14 and 2003-07-15
5992
5993 2003-07-16 [christoph]  0.9.3claws10
5994
5995         * src/imap.[ch]
5996         * src/prefs_account.[ch]
5997                 sync IMAP CRAM-MD5 authentication with sylpheed-main
5998
5999 2003-07-15 [alfons]     0.9.3claws9
6000
6001         * src/main.c
6002                 make --config-dir do something useful
6003
6004 2003-07-15 [alfons]     0.9.3claws8
6005
6006         * src/procmsg.c
6007                 o fix a bug where 'last' didn't really point to the last message
6008                   in the top level list of children, but to the last threaded
6009                   message. 
6010                 
6011                 o clean up and make it easier to sync
6012
6013 2003-07-15 [alfons]     0.9.3claws7
6014
6015         * src/mainwindow.c
6016                 make correct menu items sensitive       
6017
6018 2003-07-14 [alfons]     0.9.3claws6
6019
6020         * src/procmsg.c
6021                 tune the threader so it will not subject-thread any message
6022                 without a subject prefix (this will not thread correctly if 
6023                 a parent is delivered after their childs, but it looks 
6024                 better right now)
6025
6026 2003-07-13 [christoph]  0.9.3claws5
6027
6028         * src/mainwindow.c
6029                 group "Add mailbox *..." menu items in submenu
6030
6031 2003-07-13 [alfons]     0.9.3claws4
6032
6033         * src/summaryview.c
6034                 correct summary_toggle_pressed() signature and make sure
6035                 signal is not passed on
6036
6037 2003-07-13 [alfons]     0.9.3claws3
6038
6039         * src/summaryview.c
6040                 o for now don't pass on keys when they we're handled by 
6041                   ctree::key_press_event
6042                 o clean up
6043
6044 2003-07-13 [alfons]     0.9.3claws2
6045         
6046         * src/main.c
6047                 add command line option "--config-dir" to get the current 
6048                 configuration dir
6049
6050 2003-07-12 [alfons]     0.9.3claws1
6051
6052         * src/matcher.[ch]
6053         * src/matcher_parser_parse.y
6054         * src/prefs_filtering.c
6055         * src/filtering.c
6056                 add "Lock" filter action to lock messages;
6057
6058         * src/filtering.c       
6059                 remove debug_print()    
6060         * src/prefs_filtering.c
6061                 re-organize matcher part 9: 
6062                 make action text entries easily extendible;
6063                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6064                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6065
6066 2003-07-12 [paul]
6067
6068         * tools/README
6069                 update old information and add missing
6070                 information
6071
6072 2003-07-12 [paul]       0.9.3claws
6073
6074         * 0.9.3claws released
6075         
6076 2003-07-12 [paul]       0.9.0claws103
6077
6078         * src/Makefile.am
6079                 add addrquery.h
6080
6081 2003-07-12 [melvin]     0.9.0claws102
6082
6083         * src/messageview.c
6084                 Fixed bug #215: Show MIME tab for single text/html messages. 
6085                 
6086 2003-07-12 [paul]       0.9.0claws101
6087
6088         * man/sylpheed.1
6089                 updated
6090
6091 2003-07-12 [paul]       0.9.0claws100
6092
6093         * po/es.po
6094           po/hr.po
6095           po/pl.po
6096           po/sr.po
6097                 update Spanish, Croatian, Polish, Serbian translations.
6098                 submitted by Ricardo Mones Lastra, Dragan, Witold
6099                 Wladyslaw Wojciech Wilk, Urke MMI
6100
6101 2003-07-12 [melvin]     0.9.0claws99
6102
6103         * po/fr.po
6104                 Updated French translations.
6105
6106 2003-07-12 [paul]       0.9.0claws98
6107
6108         * src/addressbook.c
6109                 disable 'Lookup' button as it has no effect
6110
6111 2003-07-11 [alfons]     0.9.0claws97
6112         
6113         * src/summaryview.c
6114                 summary_searchbar_pressed() should return TRUE to signal that
6115                 event was handled. when returning void, the return value passed
6116                 to GTK is actually random, but maybe FALSE, in which case the
6117                 event is handled by parent
6118                 
6119 2003-07-10 [paul]       0.9.0claws96
6120
6121         * ac/missing/gettext.m4
6122                 update to version 0.12
6123
6124 2003-07-10 [paul]       0.9.0claws95
6125
6126         * src/plugins/clamav/clamav_plugin.c
6127                 fix bug where multipart/alternative messages
6128                 would slip through without being scanned
6129
6130 2003-07-10 [christoph]  0.9.0claws94
6131
6132         * src/folder.c
6133                 correct check if folder supports removing when a message is
6134                 moved. if not the message is only copied.
6135
6136         (closes Bug 132 crash on startup in newsgroups folders)
6137
6138 2003-07-09 [alfons]     0.9.0claws93
6139
6140         * configure.ac
6141         * src/common/defs.h
6142                 --with-config-dir (default .sylpheed)
6143
6144 2003-07-09 [christoph]  0.9.0claws92
6145
6146         * configure.ac
6147                 use PKG_CHECK_MODULES to check for gtkmathview
6148                 (version 0.4.2 now required)
6149
6150 2003-07-08 [melvin]     0.9.0claws91
6151
6152         * src/action.c
6153                 Implemented a progress bar that counts the number of completed
6154                 tasks when the action runs more than one command.
6155
6156 2003-07-08 [alfons]     0.9.0claws90
6157
6158         * src/procmsg.c
6159                 if queued message has an invalid Message-Id, don't try to
6160                 find message it refers to (fixes #209 "crash when processing 
6161                 in folder")
6162
6163 2003-07-08 [paul]       0.9.0claws89
6164
6165         * sync with 0.9.3cvs2
6166                 see ChangeLog 2003-07-08
6167
6168 2003-07-08 [match]      0.9.0claws88
6169
6170         * src/ldapctrl.c
6171                 extend LDAP search for first/last name by parsing search term.
6172
6173 2003-07-08 [alfons]     0.9.0claws87
6174
6175         * src/send_message.c
6176                 fix bug #208 "Status message stuck when sending on POP3 account"
6177
6178 2003-07-07 [paul]       0.9.0claws86
6179
6180         * po/hr.po
6181                 new Croatian translation, submitted by
6182                 Dragan <drleskov@inet.hr>
6183
6184 2003-07-07 [paul]       0.9.0claws85
6185
6186         * sync with 0.9.3cvs1
6187                 see ChangeLog 2003-07-07
6188
6189 2003-07-05 [christoph]  0.9.0claws84
6190
6191         * src/Makefile.am
6192         * src/messageview.c
6193         * src/mimeview.[ch]
6194         * src/stock_pixmap.[ch]
6195         * src/pixmaps/messageview_text.xpm              ** NEW **
6196                 move mimeview tabs to the right side and use icons
6197                 instead of text to save some space
6198
6199         (patch by Luke Plant <lukeplant@softhome.net>)
6200
6201 2003-07-05 [christoph]  0.9.0claws83
6202
6203         * src/inc.c
6204                 add NULL pointer checks
6205
6206         (patch by Luke Plant <lukeplant@softhome.net>)
6207         (closes Bug 204 0.9.0 quits on authentication error?!)
6208
6209 2003-07-05 [alfons]     0.9.0claws82
6210
6211         * configure.ac
6212                 take the clue in bug #202 "./configure script - 
6213                 'if test' comparison failure" reported by John Kristoff. 
6214
6215 2003-07-04 [christoph]  0.9.0claws81
6216
6217         * src/plugins/spamassassin/spamassassin.c
6218                 set timeout for spam check
6219
6220 2003-07-04 [christoph]  0.9.0claws80
6221
6222         * src/main.c
6223                 destroy all FolderItems when shutting down to
6224                 allow folders to clean up
6225
6226 2003-07-04 [melvin]     0.9.0claws79
6227
6228         * src/gtk/gtkaspell.c
6229                 Fixed bug #184 "Entering non-ascii character deletes
6230                 previous char if spell checking enabled": this makes
6231                 the spell checking in multibytes (e.g. UTF-8)locales work.
6232                 (Patch by Luke Plant).
6233                 
6234 2003-07-04 [christoph]  0.9.0claws78
6235
6236         * sync with 0.9.2cvs1
6237                 see ChangeLog 2003-06-10
6238
6239 2003-07-04 [paul]       0.9.0claws77
6240
6241         * sync with 0.9.3 release
6242                 see ChangeLog 2003-07-04
6243
6244 2003-07-03 [christoph]  0.9.0claws76
6245
6246         * src/folder.[ch]
6247         * src/imap.c
6248         * src/mbox_folder.c
6249         * src/mh.c
6250         * src/news.c
6251                 move folder_item_get_path() stuff into a folder virtual function
6252
6253         * src/procmsg.c
6254                 use folder_item_fetch_msg() to get message and do not contruct
6255                 the filename from path and number
6256
6257 2003-07-03 [paul]       0.9.0claws75
6258
6259         * sync with 0.9.2cvs12
6260                 see ChangeLog 2003-07-03
6261
6262 2003-07-02 [paul]       0.9.0claws74
6263
6264         * src/messageview.c
6265                 fix text-selection for replying
6266
6267 2003-07-02 [paul]       0.9.0claws73
6268
6269         * sync with 0.9.2cvs11
6270                 see ChangeLog 2003-07-02
6271
6272 2003-07-02 [paul]       0.9.0claws72
6273
6274         * src/procmsg.c
6275                 revert last commit because it breaks more
6276                 than it fixes
6277
6278 2003-07-02 [paul]       0.9.0claws71
6279
6280         * src/procmsg.c
6281                 fix thread by subject/sort by date
6282
6283 2003-07-01 [paul]       0.9.0claws70
6284
6285         * sync with 0.9.2cvs10
6286                 see ChangeLog 2003-07-01
6287
6288 2003-06-30 [paul]       0.9.0claws69
6289
6290         * sync with 0.9.2cvs9
6291                 see ChangeLog 2003-06-30
6292
6293 2003-06-28 [match]      0.9.0claws68
6294
6295         * src/addressbook.c
6296                 fix null ptr.
6297
6298 2003-06-27 [paul]       0.9.0claws67
6299
6300         * sync with 0.9.2cvs7
6301                 see ChangeLog 2003-06-27
6302
6303 2003-06-26 [christoph]  0.9.0claws66
6304
6305         * src/folder.c
6306                 freeze folder updates while a folder is scanned
6307
6308         (closes Bug 185 New message counter)
6309
6310 2003-06-26 [darko]      0.9.0claws65
6311
6312         * src/ldapserver.c
6313                 fix infinite loop when adding a new LDAP server
6314
6315 2003-06-26 [paul]       0.9.0claws64
6316
6317         * sync with 0.9.2cvs6
6318                 see ChangeLog 2003-06-26
6319
6320 2003-06-26 [paul]       0.9.0claws63
6321
6322         * sync with 0.9.2cvs5
6323                 see ChangeLog 2003-06-25 and 2003-06-26
6324
6325 2003-06-25 [match]      0.9.0claws62
6326
6327         * src/addr_compl.c
6328                 Fixed tab/backtab for dropped-down completion list to
6329                 move next/previous field. (close bug 147)
6330
6331 2003-06-25 [christoph]  0.9.0claws61
6332
6333         * src/addr_compl.[ch]
6334         * src/addrindex.[ch]
6335         * src/folderview.c
6336         * src/inc.c
6337         * src/news.c
6338         * src/summaryview.c
6339         * src/toolbar.c
6340                 fix warnings
6341
6342 2003-06-25 [leandro]    0.9.0claws60
6343
6344         * src/compose.c
6345                 o cleanups
6346                 o gray out "Message/Remove references" menu item if not
6347                   replying to a message
6348
6349 2003-06-24 [leandro]    0.9.0claws59
6350
6351         * src/compose.[ch]
6352                 o removed "Message/Create new thread" menu item
6353                 o added "Message/Remove references" menu item
6354                   (it's off by default and will not check anymore
6355                    if the subject changed)
6356
6357 2003-06-23 [alfons]     0.9.0claws58
6358
6359         * src/procmsg.c
6360                 try better grouping messages threaded by subject based on their age.
6361                 still not perfect - because the message tree is not sorted by date.  
6362
6363 2003-06-23 [thorsten]   0.9.0claws57
6364
6365         * src/pop.[ch]
6366                 added mail_receive_hook to allow modifications
6367                 directly after retrieval (e.g. adding headers).
6368
6369 2003-06-23 [paul]       0.9.0claws56
6370
6371         * src/sourcewindow.c
6372                  enable the use of Ctrl+A to select all text in
6373                  the sourcewindow
6374                  Patch submitted by Ivan Francolin Martinez
6375                  <ivanfm@users.sourceforge.net>
6376
6377 2003-06-22 [christoph]  0.9.0claws55
6378
6379         * src/folder.[ch]
6380                 o add notification hook for folder tree changes
6381                 o invoke hooks after folder tree scanning
6382
6383         * src/folderview.[ch]
6384                 register hook for folder tree changes that
6385                 updates the ctree
6386
6387         (there are more places that should be updated, like add, remove 
6388          or move folder)
6389
6390         (closes Bug 164 Crash on rebuild folder tree)
6391         (closes Bug 190 Crash on 'rebuilding folder tree')
6392
6393 2003-06-21 [leandro]    0.9.0claws54
6394
6395         * src/compose.[ch]
6396                 create a new thread if subject changes
6397                 (it's on by default, can be disabled in Message menu)
6398
6399 2003-06-21 [alfons]     0.9.0claws53
6400
6401         * src/summaryview.c
6402                 quiet little compiler
6403
6404 2003-06-21 [christoph]  0.9.0claws52
6405
6406         update gettext stuff to version 0.12
6407
6408 2003-06-19 [alfons]     0.9.0claws51
6409
6410         * src/common/log.c
6411         * src/common/plugin.c
6412                 move defs.h before glib.h to prevent MIN/MAX redefs
6413
6414 2003-06-19 [alfons]
6415
6416         * src/addressbook.c
6417                 translatable
6418
6419 2003-06-19 [match]      0.9.0claws50
6420
6421         * src/addressbook.[ch]
6422         * src/addrindex.[ch]
6423         * src/addr_compl.[ch]
6424         * src/editldap.[ch]
6425         * src/editldap_basedn.[ch]
6426         * src/addritem.[ch]
6427         * src/ldapquery.h
6428                 re-implemented dynamic LDAP search. works without
6429                 slowdown on display sender with addressbook
6430                 option.
6431         * src/addrbook.c
6432                 documented code.
6433
6434 2003-06-19 [paul]       0.9.0claws49
6435
6436         * src/compose.c
6437                 fix Bug #136 'Nonprovided quotation marks crash claws'
6438                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6439
6440 2003-06-19 [alfons]     0.9.0claws48
6441
6442         * src/prefs_common.[ch]
6443         * src/procmsg.c
6444                 restrict threading by subject by checking thread for
6445                 age (prefs_common.thread_by_subject_max_age)
6446
6447 2003-06-18 [christoph]  0.9.0claws47
6448
6449         * src/imap.c
6450                 fix memory leak in imap_cmd_fetch()
6451
6452 2003-06-18 [christoph]  0.9.0claws46
6453
6454         * src/prefs_gtk.c
6455                 fix memory leak in prefs_set_default() when used multiple
6456                 times or after prefs have been read
6457
6458 2003-06-18 [christoph]  0.9.0claws45
6459
6460         * src/common/plugin.c
6461                 fix memory leak in plugin_unload()
6462
6463 2003-06-18 [christoph]  0.9.0claws44
6464
6465         * src/imap.c
6466                 fix memory leak in imap_cmd_ok()
6467
6468 2003-06-18 [christoph]  0.9.0claws43
6469
6470         * src/folder.c
6471                 stop messages that are downloaded from POP3 and added to
6472                 an IMAP inbox from being filtered twice (first by POP3
6473                 and again when IMAP folder is scaned to get the UID of
6474                 the APPEND operation when no UIDPLUS is available)
6475
6476 2003-06-18 [alfons]
6477
6478         * tools/Makefile.am
6479                 phoenix <- firebird     
6480
6481 2003-06-18 [paul]
6482
6483         * tools/launch_phoenix          ** REMOVED **
6484           tools/launch_firebird         ** NEW **
6485                 renamed and edited to reflect the browser's name change from
6486                 'phoenix' to 'firebird'
6487
6488 2003-06-18 [paul]       0.9.0claws42
6489
6490         * sync with 0.9.2cvs2
6491                 see ChangeLog 2003-06-16
6492
6493 2003-06-17 [alfons]     0.9.0claws41
6494
6495         * src/procmsg.c
6496                 prevent threading problems when a node is an ancestor (parent / great parent),
6497                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6498                 for finding an sample set of messages)
6499
6500 2003-06-16 [christoph]  0.9.0claws40
6501
6502         * src/main.c
6503                 don't popup main window on --receive or --receive-all
6504
6505         * src/mainwindow.[ch]
6506         * src/plugins/trayicon/trayicon.c
6507                 allow hiding of main window by clicking on the trayicon
6508                 (doesn't work correctly in seperate window mode and may
6509                  cause unexpected GTK problems I couldn't find yet)
6510
6511         * src/common/ssl.c
6512                 remove incorrect warning
6513
6514 2003-06-15 [alfons]     0.9.0claws39
6515
6516         * src/gtk/gtkstext.c
6517                 don't output debug text;
6518                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6519                 for pointing this out);
6520
6521 2003-06-14 [alfons]     0.9.0claws38
6522         
6523         * src/messageview.c
6524                 remove printf() and make one if..else comply with coding style
6525
6526 2003-06-14 [alfons]     0.9.0claws37
6527
6528         * AUTHORS
6529                 add Martin Wicke
6530         * src/action.c
6531         * src/messageview.[ch]
6532         * src/summaryview.c
6533                 apply patch #754162 "Quoting messages filtered by actions" submitted
6534                 by Martin Wicke, which allows quoting message body changed by an
6535                 action (Thanks!).
6536
6537 2003-06-13 [alfons]     0.9.0claws36
6538
6539         * src/utils.c
6540                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
6541                 use case insensitive regexp (suggested by Ivan Martinez)
6542
6543 2003-06-13 [christoph]  0.9.0claws35
6544
6545         * configure.ac
6546         * src/plugins/trayicon/Makefile.am
6547         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
6548         * src/plugins/trayicon/trayicon.c
6549         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
6550         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
6551         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
6552         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
6553         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
6554         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
6555                 replace my own EggTrayIcon backport with the backport
6556                 used by (l|x)mule and gabber.
6557
6558 2003-06-13 [alfons]     0.9.0claws34
6559
6560         * AUTHORS
6561         * src/common/utils.c
6562                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
6563
6564 2003-06-13 [alfons]     0.9.0claws33
6565
6566         * src/compose.c
6567                 clean up a little bit
6568
6569 2003-06-12 [alfons]     0.9.0claws32
6570
6571         * src/compose.c
6572                 const correctness fix
6573
6574         * src/common/sylpheed.[ch]
6575                 () -> (void)
6576                 prevent redef MIN/MAX
6577                 
6578         * src/common/utils.[ch]
6579                 () -> (void)
6580
6581 2003-06-12 [melvin]     0.9.0claws31
6582
6583         * src/compose.c
6584                 Updated to take into accounts changes in GtkAspell.
6585
6586 2003-06-12 [alfons]     0.9.0claws30
6587
6588         * src/compose.c
6589         * src/procmsg.c
6590         * src/common/utils.[ch]
6591                 handle reply subject prefixes better (initial 
6592                 suggestion by Robert Story adapted and enhanced 
6593                 using regexps)
6594
6595 2003-06-12 [melvin]     0.9.0claws29
6596
6597         * src/compose.c
6598                 Use new gtkaspell_checkers_strerror() to get the speller's
6599                 error message instead of accessing the (now private)
6600                 checkers structure.
6601                 Minor code clean up
6602
6603         * src/main.c
6604                 Use #ifdef instead of #if for USE_ASPELL
6605                 Use the new spell checkers init/quit functions 
6606
6607         * src/gtk/gtkaspell.c
6608                 Use #ifdef instead of #if for USE_ASPELL
6609                 Moved in the majority of GtkAspell structures that were
6610                 exported before by gtkaspell.h
6611         
6612         * src/gtk/gktaspell.h
6613                 Made gtkaspell.h contain only the necessary data to be
6614                 publicized by moving many structures to gtkaspell.c.
6615                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
6616                 gtkaspell_checkers_new(): replaced by...
6617                 gtkaspell_checkers_init(): new function for initialization
6618                 gtkaspell_checkers_delete(): replaced by...
6619                 gtkaspell_checkers_quit(): new function
6620                 gtkaspell_checkers_strerror(): new function that returns
6621                 the checker's last error message.
6622                 
6623 2003-06-11 [melvin]     0.9.0claws28
6624
6625         * po/POTFILES.in
6626                 Updated to take into account gtkaspell.c migration to
6627                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
6628
6629 2003-06-10 [alfons]     0.9.0claws27
6630
6631         * src/filtering.[ch]
6632         * src/folder.c
6633         * src/matcher.c
6634         * src/scoring.[ch]
6635                 - try fixing bug #18 (any brave testers?)
6636                 - add more robustness by refusing previously 
6637                   unchecked NULL pointers 
6638
6639 2003-06-10 [alfons]     0.9.0claws26
6640
6641         * src/procmsg.c
6642                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
6643
6644 2003-06-09 [alfons]     0.9.0claws25
6645
6646         * src/prefs_common.c
6647                 fix bug #163 "Icon switching doesnt work properly" by 
6648                 preventing early freeing of prefs_common.pixmap_theme_path.
6649
6650 2003-06-09 [christoph]  0.9.0claws24
6651
6652         * src/gtk/gtkaspell.c
6653                 revert Thorsten's fix and add forgotten g_strdup for
6654                 aspell path (it should not be possible to alter the path a
6655                 GtkASpell uses from outside)
6656
6657 2003-06-09 [thorsten]   0.9.0claws23
6658
6659         * src/gtk/gtkaspell.c
6660                 dont free prefs_common.aspell_path when closing compose
6661
6662 2003-06-08 [colin]      0.9.0claws22
6663
6664         * src/plugins/spamassassin/spamassassin.c
6665                 fix prefs types
6666
6667 2003-06-07 [christoph]  0.9.0claws21
6668
6669         * src/Makefile.am
6670         * src/compose.c
6671         * src/gtkaspell.[ch]            ** REMOVE **
6672         * src/gtk/Makefile.am
6673         * src/gtk/gtkaspell.[ch]        ** NEW **
6674                 o make gtkaspell independent from sylpheed's prefs
6675                 o move gtkaspell.[ch] to gtk directory
6676
6677 2003-06-07 [christoph]  0.9.0claws20
6678
6679         * src/Makefile.am
6680         * src/crash.c
6681         * src/export.c
6682         * src/filesel.[ch]              ** REMOVE **
6683         * src/folder.c
6684         * src/main.[ch]
6685         * src/common/sylpheed.[ch]
6686         * src/gtk/Makefile.am
6687         * src/gtk/filesel.[ch]          ** NEW **
6688         * src/gtk/pluginwindow.c
6689         * src/gtk/sslcertwindow.c
6690                 move filesel.[ch] to gtk directory
6691
6692 2003-06-07 [alfons]     0.9.0claws19
6693
6694         * src/filesel.c
6695                 make (multi) file selection dialog work again (Claws-only)
6696
6697 2003-06-07 [thorsten]   0.9.0claws18
6698
6699         * po/de.po
6700                 fix typos
6701
6702 2003-06-07 [alfons]     0.9.0claws17
6703
6704         * configure.ac
6705         * src/mimeview.c
6706                 detect apache mishap in which case don't include fnmatch.h
6707                 if regex.h is already included
6708
6709 2003-06-06 [christoph]  0.9.0claws16
6710
6711         * configure.ac
6712         * src/mimeview.h
6713                 add check for fnmatch.h and include it when available
6714
6715         * src/mimeview.[ch]
6716                 fix wrong case sensitivity of Content-Types
6717
6718         * src/gtk/Makefile.am
6719                 need the same include paths in gtk directory as in
6720                 common directory because .h files in common can
6721                 include files from these directories, when included
6722                 in gtk's .h or .c files
6723
6724 2003-06-06 [alfons]     0.9.0claws15
6725
6726         * src/mimeview.c
6727         * src/summaryview.c
6728                 make it compile again because of regex.h / fnmatch.h 
6729                 include problems (related to recent mime stuff, can
6730                 someone check this?)
6731
6732 2003-06-06 [thorsten]   0.9.0claws14
6733
6734         * src/folderview.c
6735                 possible use of uninitialized pointer while dragging
6736
6737 2003-06-06 [paul]       0.9.0claws13
6738
6739         * src/compose.c
6740                 fix bug where the insert sig button would be effective
6741                 only when auto_sig was set
6742
6743 2003-06-06 [paul]       0.9.0claws12
6744
6745         * sync with 0.9.2 release
6746
6747 2003-06-02 [paul]       0.9.0claws11
6748
6749         * sync with 0.9.1cvs1
6750                 see ChangeLog 2003-06-02
6751                 
6752         * po/de.po
6753                 update by Jens
6754
6755 2003-06-01 [christoph]  0.9.0claws10
6756
6757         * src/account.c
6758                 don't use substring search to find accounts by email address
6759
6760         (closes Bug 169 Overly loose matching of "From" address)
6761
6762 2003-05-31 [christoph]  0.9.0claws9
6763
6764         * doc-src/rfc2683.txt
6765         * src/imap.c
6766                 limit IMAP command length as recommended in RFC2683
6767                 (message number lists will be split into multiple imap
6768                 sets, the limit of 1000 octets is not a hard limit)
6769
6770         (closes Bug 161 sylpheed-claws exits with segfault when logging
6771          in to certain imap-servers)
6772
6773 2003-05-29 [alfons]     0.9.0claws8
6774
6775         * src/toolbar.[ch]
6776                 add print button (calling summary_print());
6777                 fine tune setting tooltip text;
6778                 (if someone needs other buttons, please take these 
6779                 commits as a guide, instead of bothering us - also
6780                 see 0.8.11claws150) 
6781
6782 2003-05-29 [darko]      0.9.0claws7
6783
6784         * src/compose.c
6785                 fix crash when word wrapping kicks in due to
6786                 changed text by spell checker
6787
6788 2003-05-29 [paul]       0.9.0claws6
6789
6790         * src/compose.c
6791                 fix bug where changing account would insert
6792                 sig even if auto_sig was FALSE
6793                 
6794         * ChangeLog
6795           ChangeLog.jp
6796           INSTALL
6797                 sync with 0.9.1 release
6798
6799 2003-05-28 [christoph]  0.9.0claws5
6800
6801         * src/imap.c
6802                 fix truncation of too long commands
6803
6804         (closes Bug 167 IMAP hangs trying to get envelope
6805          information in imap_get_uncached_messages)
6806
6807 2003-05-27 [paul]       0.9.0claws4
6808
6809         * tools/Makefile.am
6810           tools/maildir2sylpheed.pl     ** NEW FILE **
6811                 add kmail to sylpheed mailbox conversion script
6812
6813 2003-05-27 [paul]       0.9.0claws3
6814
6815         * sync with 0.9.0cvs10
6816                 see ChangeLog 2003-05-26
6817
6818 2003-05-26 [paul]       0.9.0claws2
6819
6820         * sync with 0.9.0cvs9
6821                 see ChangeLog 2003-05-26
6822
6823 2003-05-24 [paul]       0.9.0claws1
6824
6825         * sync with 0.9.0cvs8
6826                 see ChangeLog 2003-05-23
6827
6828 2003-05-24 [paul]       0.9.0claws
6829
6830         * version 0.9.0claws released
6831
6832 2003-05-24 [paul]       0.8.11claws177
6833
6834         * src/plugins/dillo-viewer/Makefile.am
6835           src/plugins/traycon/Makefile.am
6836                 add missing files
6837                 
6838         * po/bg.po
6839           po/en_GB.po
6840           po/es.po
6841           po/it.po
6842           po/pt_BR.po
6843           po/ru.po
6844           po/sr.po
6845                 update Bulgarian, British English, Spanish, Italian, 
6846                 Brazilian Portuguese, Russian, and Serbian translations, 
6847                 submitted by George Danchev, [me], Ricardo Mones Lastra,
6848                 André Filipe de Assunção e Brito, Alessandro Maestri, 
6849                 Ruslan N. Balkin, and Urke MMI
6850
6851 2003-05-23 [melvin]     0.8.11claws176
6852
6853         * po/fr.po
6854                 Updated French translations
6855
6856 2003-05-22 [paul]       0.8.11claws175
6857
6858         * src/Makefile.am
6859           src/addrbook.[ch]
6860           src/addrcache.[ch]
6861           src/addr_compl.[ch]
6862           src/adressbook.[ch]
6863           src/addrindex.[ch]
6864           src/addritem.[ch]
6865           src/editaddress.c
6866           src/editgroup.c
6867           src/editldap_basedn.c
6868           src/editldap.c
6869           src/jpilot.c
6870           src/vcard.c
6871                 revert to get ldap into it previous working state
6872                 
6873         * po/zh_TW.Big5.po
6874                 new Taiwanese translation,
6875                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
6876
6877 2003-05-22 [christoph]  0.8.11claws174
6878
6879         * src/plugins/spamassassin/libspamc.[ch]
6880                 sync libspamc with SpamAssaain release 2.55
6881
6882 2003-05-22 [paul]       0.8.11claws173
6883
6884         * sync with 0.9.0cvs7
6885                 see ChangeLog 2003-05-22
6886                 
6887         * src/summaryview.c
6888                 revert change in 0.8.11claws172: follow
6889                 Hiroyuki's decision and that's the end of it.
6890
6891 2003-05-21 [paul]       0.8.11claws172
6892
6893         * src/summaryview.c
6894                 fix discrepency between open_unread_on_enter
6895                 and always_show_msg
6896
6897 2003-05-21 [paul]       0.8.11claws171
6898
6899         * sync with 0.9.0cvs6
6900                 see ChangeLog 2003-05-21
6901
6902 2003-05-21 [paul]       0.8.11claws170
6903
6904         * sync with 0.9.0cvs5
6905                 see ChangeLog 2003-05-21
6906
6907 2003-05-20 [paul]       0.8.11claws169
6908
6909         * sync with 0.9.0cvs4
6910                 see ChangeLog 2003-05-20
6911                 fixes bug #152, 'encoding of IMAP folders names'
6912
6913 2003-05-20 [paul]       0.8.11claws168
6914
6915         * sync with 0.9.0cvs3
6916                 see ChangeLog 2003-05-20
6917                 
6918         * src/tools/convert_mbox.pl
6919                 minor change in the comments, submitted by Fred Marton
6920
6921 2003-05-19 [paul]       0.8.11claws167
6922
6923         * src/plugins/clamav/Makefile.am
6924           configure.ac
6925                 link clamav_lib to the plugin and not to the main program
6926
6927 2003-05-19 [christoph]
6928
6929         * src/Makefile.am
6930                 add -export-dynamic for linking
6931
6932 2003-05-19 [paul]       0.8.11claws166
6933
6934         * sync with 0.9.0cvs1
6935                 see ChangeLog 2003-05-19
6936
6937 2003-05-19 [paul]       0.8.11claws165
6938
6939         * src/inc.c
6940                 fix 'pop before smtp' timeout
6941
6942 2003-05-18 [alfons]     0.8.11claws164
6943
6944         * src/prefs_matcher.c
6945                 put "execute" action command line ("expression") in edit box
6946
6947 2003-05-18 [christoph]  0.8.11claws163
6948
6949         * src/mimeview.[ch]
6950         * src/plugins/dillo_viewer/dillo_viewer.c
6951         * src/plugins/image_viewer/viewer.c
6952         * src/plugins/mathml_viewer/mathml_viewer.c
6953                 let a viewer have a list of Content-Types
6954
6955 2003-05-18 [paul]       0.8.11claws162
6956
6957         * src/prefs_filtering.c
6958                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
6959                 and REDIRECT actions
6960
6961 2003-05-17 [christoph]
6962
6963         * README.claws
6964                 o remove dynamic signatures that was syned with main
6965                 o add infos about no longer "build in" image viewer
6966                 o update bugtracker URL
6967
6968 2003-05-17 [christoph]  0.8.11claws161
6969
6970         * src/folder.c
6971         * src/folderview.c
6972         * src/imap.c
6973                 don't use imap_scan_folder anymore. Instead call folder_item_scan
6974                 for every folder after rebuilding the folder tree.
6975
6976         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
6977          messages)
6978
6979 2003-05-17 [christoph]  0.8.11claws160
6980
6981         * src/imap.c
6982                 don't use STATUS command on current folder to check for
6983                 content changes. imap_cmd_ok() now tracks changes to
6984                 folder and number of existing messages.
6985
6986 2003-05-17 [paul]       0.8.11claws159
6987
6988         * src/plugins/clamav/clamav_plugin.c
6989                 remove unnecessary debug_print
6990
6991 2003-05-16 [thorsten]   0.8.11claws158
6992
6993         * src/plugins/demo.c
6994                 included missing intl.h
6995
6996 2003-05-16 [paul]       0.8.11claws157
6997
6998         * po/POTFILES.in
6999                 remove non-existant entries
7000         
7001         * src/plugins/clamav/clamav_plugin.c
7002           src/plugins/clamav/clamav_plugin_gtk.c
7003           src/plugins/dillo_viewer/dillo_prefs.c
7004           src/plugins/dillo_viewer/dillo_viewer.c
7005                 gettextise
7006
7007 2003-05-16 [christoph]  0.8.11claws156
7008
7009         * po/POTFILES.in
7010                 include plugin .c files for translation until I
7011                 find a better solution to have plugins have their
7012                 own textdomain
7013         * src/plugins/demo/demo.c
7014         * src/plugins/image_viewer/plugin.c
7015         * src/plugins/mathml_viewer/mathml_viewer.c
7016         * src/plugins/spamassassin/spamassassin.c
7017         * src/plugins/spamassassin/spamassassin_gtk.c
7018         * src/plugins/trayicon/trayicon.c
7019                 add gettext macros for plugin name and description
7020
7021 2003-05-16 [paul]
7022
7023         * sync with 0.9.0
7024
7025 2003-05-16 [paul]       0.8.11claws155
7026
7027         * sync with lastest 0.9.0pre1
7028                 see ChangeLog 2003-05-16
7029
7030 2003-05-15 [paul]       0.8.11claws154
7031
7032         * sync with latest 0.9.0pre1
7033                 see ChangeLog 2003-05-14 and 2003-05-15
7034
7035 2003-05-14 [christoph]  0.8.11claws153
7036
7037         * src/plugins/image_viewer/viewer.c
7038         * src/plugins/image_viewer/viewer.glade         ** NEW **
7039         * src/plugins/image_viewer/viewerprefs.c
7040                 make it possible to disable the autoload function in the
7041                 imageviewer again
7042
7043 2003-05-14 [christoph]  0.8.11claws152
7044
7045         * src/folder.c
7046                 fix folder update after adding a message
7047
7048 2003-05-13 [alfons]     0.8.11claws151
7049
7050         * src/common/session.c
7051                 remove debug traces
7052                 
7053         * src/addrcache.[ch]
7054         * src/filtering.[ch]
7055         * src/folder.[c]
7056         * src/gtkaspell.[ch]
7057         * src/imap.[ch]
7058         * src/mbox_folder.[ch]
7059         * src/mh.[ch]
7060         * src/mimeview.h
7061         * src/msgcache.[ch]
7062         * src/news.[ch]
7063         * src/passphrase.[ch]
7064         * src/prefs_common.[ch]
7065         * src/prefs_gtk.[ch]
7066         * src/procmsg.c
7067         * src/scoring.[ch]
7068                 be pedantic; (in prototypes () implies (int))
7069
7070 2003-05-13 [alfons]     0.8.11claws150
7071
7072         * src/prefs_toolbar.[ch]
7073         * src/summaryview.[ch]
7074         * src/toolbar.[ch]
7075                 change misleading text in toolbar prefs;
7076                 add toolbar action for ignore thread (toggles ignore thread flag);
7077                 clean up a little bit;
7078
7079 2003-05-12 [paul]
7080
7081         * tools/convert_mbox.pl
7082                 bug fixed by Fred Marton
7083
7084 2003-05-12 [paul]
7085
7086         * sync with 0.9.0pre1
7087
7088 2003-05-09 [paul]       0.8.11claws149
7089
7090         * sync with 0.8.11cvs43
7091                 see ChangeLog 2003-05-09
7092
7093 2003-05-08 [christoph]  0.8.11claws148
7094
7095         * src/imap.[ch]
7096                 o use CAPABILIY as first command and check for PREAUTH
7097                   information in the response to it
7098                 o rewrite all imap_cmd_* functions to use an IMAPSession
7099                   instead of a SockInfo as parameter
7100                 o do STARTTLS after fetching and checking the server
7101                   capabilities
7102
7103 2003-05-08 [paul]       0.8.11claws147
7104
7105         * tools/Makefile.am
7106           tools/README
7107           tools/convert_mbox.pl         ** NEW FILE **
7108                 add mbox conversion script. Submitted by 
7109                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7110
7111 2003-05-07 [christoph]
7112
7113         * doc-src/glade.txt
7114         * src/gtk/pluginwindow.glade
7115         * src/plugins/image_viewer/viewerprefs.glade
7116         * src/plugins/spamassassin/spamassassin_gtk.glade
7117                 add glade files for user interfaces and a description how
7118                 to use glade to create the sylpheed code
7119
7120 2003-05-07 [paul]       0.8.11claws146
7121
7122         * sync with 0.8.11cvs41
7123                 see ChangeLog 2003-05-07
7124
7125 2003-05-06 [christoph]  0.8.11claws145
7126
7127         * src/main.c
7128         * src/plugins/image_viewer/viewer.c
7129                 fix usage of imlib in imageviewer plugin
7130
7131         * src/gtk/prefswindow.c
7132                 handle window close event correctly
7133
7134 2003-05-06 [paul]       0.8.11claws144
7135
7136         * src/common/ssl.c
7137                 fix typo introduced in sync
7138
7139 2003-05-06 [paul]       0.8.11claws143
7140
7141         * sync with 0.8.11cvs39
7142                 see ChangeLog 2003-05-06
7143
7144 2003-05-06 [paul]       0.8.11claws142
7145
7146         * AUTHORS
7147           po/cs.po
7148                 updated Czech translation, submitted by 
7149                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7150                 
7151         * src/plugins/clamav/clamav_plugin_gtk.c
7152                 clean up
7153
7154 2003-05-03 [alfons]     0.8.11claws141
7155
7156         * src/compose.[ch]
7157                 make paste as quotation work even when the call to 
7158                 text_inserted() was deferred (fixes bug #140 "Paste 
7159                 as quotation does not work when using "external" 
7160                 clipboard")
7161
7162 2003-05-03 [thorsten]   0.8.11claws140
7163
7164         * src/addrquery.h
7165           src/ldapquery.h
7166           src/mainwindow.c
7167                 removed C++ comments
7168         * src/addr_compl.c
7169                 function with non-int retval/param used before
7170                 implementation/declaration
7171
7172 2003-05-02 [paul]       0.8.11claws139
7173
7174         * src/addr_compl.[ch]
7175           src/addressbook.[ch]
7176           src/addrindex.c
7177           src/summaryview.c
7178                 revert match's changes to (finally) remove the bug where
7179                 opening a folder causes massive slowdown when using the 
7180                 'Display sender using address book' option
7181
7182 2003-05-01 [melvin]     0.8.11claws138
7183
7184         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7185         * src/plugins/dillo_viewer/dillo_viewer.c
7186                 Fixed bug where "Cancel" button from prefs issued
7187                 warnings.
7188                 Comply a little more to coding style
7189
7190 2003-05-01 [paul]       0.8.11claws137
7191
7192         * sync with 0.8.11cvs38
7193                 see ChangeLog 2003-05-01
7194
7195 2003-05-01 [paul]       0.8.11claws136
7196
7197         * po/bg.po
7198                 updated by George Danchev
7199
7200 2003-04-30 [christoph]  0.8.11claws135
7201
7202         * src/plugins/dillo_viewer/dillo_prefs.c
7203         * src/plugins/image_viewer/viewerprefs.c
7204         * src/plugins/spamassassin/spamassassin_gtk.c
7205                 remove gtk_widget_ref() calls for widgets in
7206                 glade code
7207
7208 2003-04-30 [paul]       0.8.11claws134
7209
7210         * src/addrindex.c
7211                 ok, this time a better fix for the bug where opening folder
7212                 has massive slowdown when using the 'Display sender using 
7213                 address book' option
7214
7215 2003-04-30 [paul]       0.8.11claws133
7216
7217         * src/addrindex.c
7218                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7219         
7220 2003-04-30 [melvin]     0.8.11claws132
7221
7222         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7223
7224         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7225                 Preferences for the dillo plugin
7226         * src/plugins/dillo_viewer/dillo_viewer.c
7227                 Support for preferences
7228         * src/plugins/dillo_viewer/Makefile.am
7229                 Added dillo_prefs.[ch]
7230
7231 2003-04-30 [alfons]     0.8.11claws131
7232
7233         * src/common/plugin.[ch]
7234                 see? this ANSI C'fication immediately gives us type
7235                 checking for free.
7236
7237 2003-04-30 [alfons]     0.8.11claws130
7238
7239         * src/common/plugin.[ch]
7240         * src/plugins/clamav/clamav_plugin.[ch]
7241         * src/plugins/clamav/clamav_plugin_gtk.c
7242         * src/plugins/demo/demo.c
7243         * src/plugins/dillo_viewer/dillo_viewer.c
7244         * src/plugins/image_viewer/plugin.c
7245         * src/plugins/image_viewer/viewer.[ch]
7246         * src/plugins/image_viewer/viewerprefs.[ch]
7247         * src/plugins/mathml_viewer/mathml_viewer.c
7248         * src/plugins/spamassassin/spamassassin.[ch]
7249         * src/plugins/spamassassin/spamassassin_gtk.c
7250         * src/plugins/trayicon/trayicon.c
7251                 clean up
7252
7253 2003-04-30 [alfons]     0.8.11claws129
7254
7255         * src/common/utils.c
7256                 make is_ascii_str() fail gracefully when NULL pointer
7257                 is passed
7258
7259 2003-04-30 [paul]       0.8.11claws128
7260
7261         * src/addrindex.c
7262                 fix bug where opening folder has massive slowdown when
7263                 using the 'Display sender using address book' option
7264
7265 2003-04-30 [paul]       0.8.11claws127
7266
7267         * src/plugins/clamav/clamav_plugin.c
7268           src/plugins/clamav/clamav_plugin_gtk.c
7269           src/plugins/demo/demo.c
7270           src/plugins/dillo_viewer/dillo_viewer.c
7271           src/plugins/image_viewer/plugin.c
7272           src/plugins/mathml_viewer/mathml_viewer.c
7273           src/plugins/spamassassin/spamassassin.c
7274           src/plugins/spamassassin/spamassassin_gtk.c
7275           src/plugins/trayicon/trayicon.c
7276                 get rid of eye-hurting function signatures
7277
7278 2003-04-30 [paul]       0.8.11claws126
7279
7280         * src/plugins/trayicon/trayicon.c
7281                 add description
7282                 
7283         * src/mimeview.c
7284                 be more descriptive
7285
7286 2003-04-30 [paul]       0.8.11claws125
7287
7288         * configure.ac
7289                 arrange the plugins in reverse alphabetical order
7290                 
7291         * src/plugins/clamav/clamav_plugin.[ch]
7292           src/plugins/clamav/clamav_plugin_gtk.c
7293                 rename some params
7294                 resize max_size window
7295                 re-arrange the order of some gui elements
7296                 improve descriptions
7297         
7298         * src/plugins/image_viewer/plugin.c
7299           src/plugins/mathml_viewer/mathml_viewer.c
7300                 add descriptions
7301                 
7302         * src/plugins/spamassassin/spamassassin_gtk.c
7303                 resize max_size window
7304                 re-arrange the order of some gui elements
7305                 
7306         * src/messageview.c
7307           src/mimeview.c
7308                 correct typos
7309
7310 2003-04-30 [alfons]     0.8.11claws124
7311
7312         * src/imap.c
7313                 fix a leak found while browsing Martin Kluge's 
7314                 valgrind log (Claws only)
7315
7316 2003-04-29 [darko]      0.8.11claws123
7317
7318         * src/gtk/gtkstext.h
7319                 include wchar.h if it is available, fixes compilation
7320                 on HP-UX systems
7321
7322 2003-04-29 [melvin]     0.8.11claws122
7323
7324         * src/prefs_actions.c
7325                 Improved help text of Actions' syntax
7326
7327 2003-04-28 [paul]       0.8.11claws121
7328
7329         * src/action.c
7330                 a better fix for the crash when performing an action
7331                 on a mime part
7332
7333 2003-04-28 [paul]       0.8.11claws120
7334
7335         * src/action.c
7336                 fix crash when performing an action on a
7337                 mime part
7338
7339 2003-04-28 [paul]       0.8.11claws119
7340
7341         * sync with 0.8.11cvs36
7342                 see ChangeLog 2003-04-28
7343
7344 2003-04-27 [paul]       0.8.11claws118
7345
7346         * more sync with 0.8.11cvs35
7347                 see ChangeLog 2003-04-25
7348
7349 2003-04-26 [christoph]  0.8.11claws117
7350
7351         * src/folder.c
7352                 fix remove virtual check
7353
7354 2003-04-26 [paul]       0.8.11claws116
7355
7356         * src/messageview.c
7357                 fix return-receipt, make it work again
7358
7359 2003-04-26 [paul]       0.8.11claws115
7360
7361         * src/mimeview.c
7362                 restore double-clicking of the [application/pgp-signature 
7363                 (Select "Check signature" to check)] line in the message view,
7364                 broken in recent sync
7365
7366 2003-04-26 [christoph]  0.8.11claws114
7367
7368         * src/folder.c
7369                 check if remove virtual really exists before
7370                 calling the function
7371
7372 2003-04-25 [match]      0.8.11claws113
7373
7374         * src/addrindex.c
7375         * src/addrbook.c
7376         * src/ldapquery.[ch]
7377         * src/ldapctrl.[ch]
7378                 fix memleak.
7379         * src/ldapserver.[ch]
7380                 fix memleak. fix segfault.
7381                 plug a Claws memleak
7382
7383 2003-04-25 [alfons]     0.8.11claws112
7384
7385         * src/folder.c
7386                 plug a Claws memleak
7387
7388 2003-04-25 [alfons]     0.8.11claws111
7389
7390         * src/common/session.c
7391                 plug a memleak
7392
7393 2003-04-25 [paul]       0.8.11claws110
7394
7395         * sync with 0.8.11cvs35
7396                 see ChangeLog 2003-04-24 and 2003-04-25
7397                 
7398         * src/gtk/pluginwindow.c
7399                 correct another strange float value
7400
7401 2003-04-24 [christoph]  0.8.11claws109
7402
7403         * src/folder.c
7404                 freeze folder item updates when unsetting new flags
7405
7406         * src/gtk/pluginwindow.c
7407                 correct strange float value
7408
7409 2003-04-23 [paul]       0.8.11claws108
7410
7411         * sync with 0.8.11cvs33
7412                 see ChangeLog 2003-04-23
7413
7414 2003-04-22 [paul]       0.8.11claws107
7415
7416         * src/Makefile.am
7417           src/messageview.c
7418           src/mimeview.c
7419           src/pgptext.[ch]      ** REMOVED **
7420                 remove pgptext.[ch] as its not used any more
7421
7422 2003-04-22 [paul]       0.8.11claws106
7423
7424         * sync with 0.8.11cvs31
7425                 see ChangeLog 2003-04-21 and 2003-04-22
7426
7427 2003-04-21 [alfons]     0.8.11claws105
7428
7429         * src/main.c
7430                 No access to GTK structures if we're a spawned child
7431                 (and clean up code a little bit...) Should fix #126.
7432
7433 2003-04-21 [melvin]     0.8.11claws104
7434
7435         * src/plugins/dillo_viewer/README
7436                 Improved slightly the text.
7437
7438 2003-04-21 [melvin]     0.8.11claws103
7439
7440         * src/plugins/dillo_viewer/README *** NEW ***
7441                 Added a README file for the Dillo plugin
7442
7443 2003-04-20 [paul]
7444
7445         * tools/README
7446           tools/outlook2sylpheed.pl
7447                 updated and improved by Ricardo Mones Lastra
7448
7449 2003-04-18 [oliver]     0.8.11claws102
7450
7451         * src/inc.c 
7452         * src/prefs_account.h
7453                 remove Pop3SessionType (used by selective download)
7454         * src/prefs_toolbar.c
7455                 enable set Default Toolbar button
7456
7457 2003-04-18 [paul]       0.8.11claws101
7458
7459         * sync with 0.8.11cvs29
7460                 see ChangeLog 2003-04-18
7461
7462 2003-04-17 [paul]       0.8.11claws100
7463
7464         * src/prefs_common.[ch]
7465           src/summaryview.c
7466                 remove 'Open next message on deletion' option,
7467                 as the same effect can now be achieved via the
7468                 'Always open messages in summary when selected'
7469                 option.
7470
7471 2003-04-17 [paul]       0.8.11claws99
7472
7473         * sync with 0.8.11cvs28
7474                 see ChangeLog 2003-04-17
7475
7476 2003-04-17 [christoph]  0.8.11claws98
7477
7478         * ac/spamassassin.m4
7479         * src/plugins/spamassassin/libspamc.[ch]
7480         * src/plugins/spamassassin/utils.[ch]
7481                 sync libspamc with SpamAssassin project
7482
7483 2003-04-17 [christoph]  0.8.11claws97
7484
7485         * src/common/socket.h
7486         * src/gtk/sslcertwindow.h
7487                 rename old USE_SSL to USE_OPENSSL
7488
7489 2003-04-17 [paul]       0.8.11claws96
7490
7491         * src/prefs_common.h
7492                 use gulong for P_COLOR so that it compiles/runs on
7493                 64-bit systems. Patch submitted by James Noyes
7494                 <jnoyes-claws@retrogeeks.com>
7495                 
7496         * po/de.po
7497                 updated by Jens
7498
7499 2003-04-17 [paul]       0.8.11claws95
7500
7501         * sync with 0.8.11cvs27
7502                 see ChangeLog 2003-04-16
7503
7504 2003-04-15 [paul]       0.8.11claws94
7505
7506         * src/prefs_common.[ch]
7507                 rearrange to stop the window getting too long:
7508                         move Receive dialog stuff to Receive tab
7509                         move Send dialog to Send tab
7510                         remove Dialogs frame
7511                 rename 'Open messages in summary with cursor keys' to
7512                 'Always open messages in summary when selected', as its
7513                 more appropriate
7514
7515 2003-04-15 [paul]       0.8.11claws93
7516
7517         * src/prefs_common.[ch]
7518           src/summaryview.c
7519                 add new option '/Interface/Open next message on deletion'
7520
7521 2003-04-15 [paul]       0.8.11claws92
7522
7523         * src/summaryview.[ch]
7524                 add /Mark/Lock and /Mark/Unlock to the pop-up
7525                 menu. Patch submitted by Ivan Francolin Martinez
7526                 <ivanfm@users.sourceforge.net>
7527
7528 2003-04-15 [paul]       0.8.11claws91
7529
7530         * sync with 0.8.11cvs24
7531                 see ChangeLog 2003-04-15
7532
7533 2003-04-14 [jens]       0.8.11claws90
7534
7535         * updated German translation and some corrections from
7536                 Roland Bless <bless@tm.uka.de>
7537
7538 2003-04-14 [paul]       0.8.11claws89
7539
7540         * sync with 0.8.11cvs22
7541                 see ChangeLog 2003-04-14
7542
7543 2003-04-13 [paul]       0.8.11claws88
7544
7545         * src/plugins/clamav/clamav_plugin.c
7546                 fix memory leaks
7547                 clean up
7548
7549 2003-04-12 [paul]       0.8.11claws87
7550
7551         * src/plugins/clamav/clamav_plugin.c
7552                 activate enable/disable archive scanning option
7553                 
7554         * src/plugins/clamav/.cvsignore         ** NEW FILE **
7555
7556 2003-04-12 [paul]       0.8.11claws86
7557
7558         * src/plugins/Makefile.am
7559           src/plugins/clamav/Makefile.am                ** NEW FILE **
7560           src/plugins/clamav/README                     ** NEW FILE ** 
7561           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
7562           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
7563                 add Clam AntiVirus plugin
7564
7565 2003-04-12 [paul]       0.8.11claws85
7566
7567         * sync with 0.8.11cvs21
7568                 see ChangeLog 2003-04-11
7569
7570 2003-04-11 [paul]       0.8.11claws84
7571
7572         * po/es.po
7573                 update Spanish translation. Submitted by Ricardo
7574                 Mones Lastra.
7575
7576 2003-04-10 [christoph]  0.8.11claws83
7577
7578         * src/mbox.c
7579                 fix typo that did not move unfiltered mails to destination
7580                 folder
7581
7582         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
7583          when filtering from spool)
7584
7585 2003-04-10 [christoph]  0.8.11claws82
7586
7587         * src/imap.c
7588                 use BODY.PEEK instead of BODY in in message fetch operation
7589                 to make sure the IMAP server does not set the \Seen flag for
7590                 messages. Sylpheed does that later itself, when the message
7591                 is opened in sylpheed
7592
7593         (closes Bug 111 Claws destroys unread marks)
7594
7595 2003-04-09 [oliver]     0.8.11claws81
7596         
7597         * src/folder.c
7598                 fix crash in folder_destroy
7599         * README.claws
7600                 remove selective download
7601
7602 2003-04-09 [christoph]  0.8.11claws80
7603
7604         * src/imap.c
7605                 fix crash in imap_get_msginfo() when then fetched message
7606                 is not found
7607
7608         (closes Bug 110 Crash during mail composition)
7609
7610 2003-04-08 [christoph]  0.8.11claws79
7611
7612         * src/folder.c
7613         * src/prefs_account.c
7614                 Filter new messages that are found in an INBOX folder
7615                 when 'Filter messages on receiving' is enabled in the
7616                 Folder's AccountPrefs. This allows to use Sylpheed's
7617                 filtering engine for IMAP folders where messages are
7618                 added to the INBOX by a MTA
7619
7620 2003-04-08 [paul]       0.8.11claws78
7621
7622         * src/procmsg.h
7623                 clean up after last commit
7624
7625 2003-04-08 [paul]       0.8.11claws77
7626
7627         * sync with 0.8.11cvs20
7628                 see ChangeLog 2003-04-07 and 2003-04-08
7629
7630 2003-04-07 [christoph]  0.8.11claws76
7631
7632         * src/filtering.[ch]
7633         * src/inc.[ch]
7634         * src/mbox.c
7635         * src/procmsg.[ch]
7636                 add procmsg_msginfo_filter() to execute filtering actions
7637
7638 2003-04-06 [christoph]  0.8.11claws75
7639
7640         * src/imap.c
7641                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
7642
7643 2003-04-06 [christoph]  0.8.11claws74
7644
7645         * src/common/utils.[ch]
7646                 add g_int_compare() function for slist sorting
7647
7648         * src/imap.c
7649                 fetch all MsgInfos with one command in imap_get_msginfos()
7650                 using an imap set with a list of ranges
7651
7652         * src/news.c
7653                 use new g_int_compare() function
7654
7655 2003-04-06 [thorsten]   0.8.11claws73
7656
7657         * src/mh.c
7658                 corrected implementation of mh_folder_destroy()
7659
7660 2003-04-05 [christoph]  0.8.11claws72
7661
7662         * src/account.c
7663         * src/folder.[ch]
7664         * src/folderview.c
7665         * src/imap.c
7666         * src/inc.c
7667         * src/main.c
7668         * src/mainwindow.c
7669         * src/mbox_folder.c
7670         * src/mh.c
7671         * src/mimeview.h
7672         * src/msgcache.[ch]
7673         * src/news.c
7674         * src/procmime.h
7675         * src/procmsg.[ch]
7676         * src/setup.c
7677         * src/gtk/gtkutils.c
7678                 o rename structure field names class and new to klass and
7679                   new_msgs, to allow including files in C++
7680                 o add 'extern "C"' block to some header files
7681                 o add MsgInfoList and MsgNumberList as alias for GSList for
7682                   developers to know what type of list is expected
7683
7684         * src/plugins/image_viewer/plugin.c
7685         * src/plugins/image_viewer/viewer.[ch]
7686         * src/plugins/image_viewer/viewerprefs.[ch]
7687                 rename function names to prevent conflicts
7688
7689 2003-04-05 [paul]       0.8.11claws71
7690
7691         * sync with 0.8.11cvs18
7692                 see ChangeLog 2003-04-03 and 2003-04-04
7693
7694 2003-04-02 [christoph]  0.8.11claws70
7695
7696         * src/folder.[ch]
7697         * src/imap.[ch]
7698         * src/mbox_folder.[ch]
7699         * src/mh.[ch]
7700         * src/news.[ch]
7701                 o Make all virtual folder functions private
7702                 o remove unused folder code
7703
7704         * src/common/socket.[ch]
7705         * src/summaryview.c
7706                 fix warnings
7707
7708 2003-03-30 [alfons]     0.8.11claws69
7709
7710         * src/send_message.c
7711                 remove two debug traces and see if people still report
7712                 errors
7713
7714 2003-03-30 [alfons]     0.8.11claws68
7715
7716         * src/send_message.c
7717         * src/commons/session.c
7718                 add more debug traces
7719
7720 2003-03-30 [christoph]  0.8.11claws67
7721
7722         * src/folder.c
7723                 change processing folder name from .processing to processing
7724
7725         * src/common/ssl.c
7726                 disable SSL certificate check because it causes Xlib error
7727                 when the child process want's to open an GTK window
7728
7729 2003-03-30 [christoph]  0.8.11claws66
7730
7731         * src/folder.c
7732                 don't use default folder for processing folder item because
7733                 it can be a non local folder
7734
7735         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
7736
7737 2003-03-30 [alfons]     0.8.11claws65
7738
7739         * src/send_message.c
7740                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
7741                 to generate bad code for 'send_send_data_progressive': When
7742                 called from 'send_send_data_finished', the 'data' pointer is
7743                 cleared just before the assignment to the dialog pointer
7744
7745 2003-03-29 [christoph]  0.8.11claws64
7746
7747         * src/common/prefs.h
7748         * src/plugins/image_viewer/Makefile.am
7749         * src/plugins/image_viewer/plugin.c
7750         * src/plugins/image_viewer/viewer.[ch]
7751         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
7752                 add PrefsPage for ImageViewer
7753
7754 2003-03-28 [thorsten]   0.8.11claws63
7755
7756         * src/common/session.c
7757                 added some comments
7758
7759 2003-03-28 [paul]       0.8.11claws62
7760
7761         * sync with 0.8.11cvs16
7762                 see ChangeLog 2003-03-28
7763
7764 2003-03-28 [paul]       0.8.11claws61
7765
7766         * sync with 0.8.11cvs15
7767                 see ChangeLog 2003-03-28
7768
7769 2003-03-27 [christoph]  0.8.11claws60
7770
7771         * src/folder.c
7772         * src/imap.c
7773         * src/common/socket.[ch]
7774                 set socket state to DISCONNECTED when any operation
7775                 fails to allow reconnecting in IMAP code without
7776                 checking the return code of all calls to the command
7777                 functions
7778
7779         * src/folderview.c
7780         * src/summaryview.c
7781                 remove some more stuff that depends on specific
7782                 folder types
7783
7784 2003-03-27 [paul]       0.8.11claws59
7785
7786         * sync with 0.8.11cvs14
7787                 see ChangeLog 2003-03-27
7788                 
7789         * src/selective_download.[ch]   ** REMOVED **
7790                 really removed
7791
7792 2003-03-27 [christoph]  0.8.11claws58
7793
7794         * src/folder.c
7795                 fix handling of tmp_flags in flag copy function
7796
7797 2003-03-27 [paul]       0.8.11claws57
7798
7799         * sync with 0.8.11cvs13
7800                 see ChangeLog 2003-03-27
7801
7802 2003-03-27 [oliver]     0.8.11claws56
7803
7804         * src/maiwindow.c
7805                 remove sel_download_cb
7806
7807 2003-03-27 [oliver]     0.8.11claws55
7808         
7809         * src/inc.c
7810                 remove POP3_TOP
7811         
7812 2003-03-26 [oliver]     0.8.11claws54
7813
7814         *src/pop.h
7815                 remove POP3_TOP*
7816         * README.claws
7817                 remove selective donwload readme
7818
7819 2003-03-26 [oliver]     0.8.11claws53
7820         * src/matcher.[ch]
7821         * src/matcher_parser_parse.y 
7822         * src/pop.c 
7823         * src/prefs_account.[ch]
7824         * src/prefs_filtering.c
7825                 remove selective donwload
7826
7827 2003-03-26 [oliver]     0.8.11claws52
7828
7829         * src/inc.[ch] 
7830         * src/filtering.c 
7831         * src/mainwindow.c 
7832                 remove selective donwload
7833
7834 2003-03-26 [oliver]     0.8.11claws51
7835         
7836         * src/Makefile.am
7837         * src/selective_download.[ch]   ** REMOVE **    
7838
7839 2003-03-26 [christoph]  0.8.11claws50
7840
7841         * src/news.c
7842                 fix NEWS that got broken by a sync with sylpheed-main
7843
7844 2003-03-26 [christoph]  0.8.11claws49
7845
7846         * src/mimeview.c
7847                 fix mime type guessing when no mime type is found for a file
7848
7849 2003-03-25 [christoph]  0.8.11claws48
7850
7851         * src/mimeview.c
7852         * src/procmime.c
7853                 remove mime type guessing from mime parser and use
7854                 name based mime types in viewer lookup for mime type
7855                 application/octet-stream
7856
7857 2003-03-25 [christoph]  0.8.11claws47
7858
7859         * doc-src/readme.txt
7860         * doc-src/rfc2554.txt
7861                 add RFC about SMTP AUTH
7862
7863         * src/send_message.c
7864         * src/common/smtp.[ch]
7865                 add extra error code for authentication errors and
7866                 clear temporary password when this error occurs
7867
7868         (closes Bug 84 authentication failure while sending should
7869          prompt for password again)
7870
7871 2003-03-25 [christoph]  0.8.11claws46
7872
7873         * configure.ac
7874         * src/Makefile.am
7875         * src/imageview.[ch]                            ** REMOVE **
7876         * src/messageview.[ch]
7877         * src/mimeview.[ch]
7878         * src/prefs_common.[ch]
7879         * src/textview.c
7880         * src/plugins/Makefile.am
7881         * src/plugins/image_viewer/.cvsignore           ** NEW **
7882         * src/plugins/image_viewer/Makefile.am          ** NEW **
7883         * src/plugins/image_viewer/plugin.c             ** NEW **
7884         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
7885                 move image viewer into a plugin (building is enabled by default)
7886                 [ToDo: Prefs for resize and autoview]
7887
7888 2003-03-25 [paul]       0.8.11claws45
7889
7890         * sync with 0.8.11cvs12
7891                 see ChangeLog 2003-03-26
7892
7893 2003-03-25 [paul]       0.8.11claws44
7894
7895         * sync with 0.8.11cvs11
7896                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
7897                 
7898         Note: Selective Download is broken.
7899                 
7900 2003-03-22 [christoph]  0.8.11claws43
7901
7902         * src/folder.c
7903                 code cleanup for flags copying
7904
7905 2003-03-22 [christoph]  0.8.11claws42
7906
7907         * src/plugins/trayicon/trayicon.c
7908                 fix setting the transparent area when the window size
7909                 is forced by the system tray
7910
7911 2003-03-22 [christoph]  0.8.11claws41
7912
7913         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
7914         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
7915         * src/plugins/trayicon/newmail.xpm              ** NEW **
7916         * src/plugins/trayicon/nomail.xpm               ** NEW **
7917         * src/plugins/trayicon/trayicon.c
7918         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
7919                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
7920                 o add icon for unread mails
7921                 o set transparency for window
7922
7923 2003-03-22 [christoph]  0.8.11claws40
7924
7925         * src/news.c
7926                 init news session to prevent crash when session is closed
7927
7928 2003-03-22 [christoph]  0.8.11claws39
7929
7930         * src/imap.c
7931         * src/common/session.[ch]
7932                 Init session data to make sure we don't have invalid pointers
7933                 for read_ch and write_ch when new multi process sessions are
7934                 not used
7935
7936         * src/main.c
7937         * src/common/plugin.c
7938         * src/common/sylpheed.c
7939         * src/plugins/demo/demo.c
7940         * src/plugins/dillo_viewer/dillo_viewer.c
7941         * src/plugins/mathml_viewer/mathml_viewer.c
7942         * src/plugins/spamassassin/spamassassin.c
7943         * src/plugins/spamassassin/spamassassin_gtk.c
7944                 add plugin types to allow loading plugins at different times
7945                 (and maybe for different frontends), because it's not good to
7946                 load GTK-Plugins gefore gtk_init was called
7947
7948         * configure.ac
7949         * src/plugins/Makefile.am
7950         * src/plugins/trayicon/.cvsignore               ** NEW **
7951         * src/plugins/trayicon/Makefile.am              ** NEW **
7952         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
7953         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
7954         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
7955         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
7956         * src/plugins/trayicon/trayicon.c               ** NEW **
7957                 New Trayicon plugin that shows an icon in a systray that uses
7958                 XEMBED protocol like Gnome's systray. Icon shows if there
7959                 are new mails and a tooltip shows information about new,
7960                 unread and total messages.
7961
7962 2003-03-22 [paul]       0.8.11claws38
7963
7964         * src/common/smtp.c
7965                 fix ESMTP AUTH CRAM-MD5
7966                 [sync with main (still version 0.8.11cvs6), see
7967                  ChangeLog 2003-03-22]
7968
7969 2003-03-21 [colin]      0.8.11claws37
7970
7971         * src/send_message.c
7972                 Fix USE_SSL => USE_OPENSSL
7973
7974 2003-03-21 [colin]      0.8.11claws36
7975
7976         * src/folderview.c
7977                 Fix counts in drag and dropped subfolders
7978
7979 2003-03-21 [colin]      0.8.11claws35
7980
7981         * src/folder.c 
7982         * src/folderview.c
7983                 speed up a bit folder dnd
7984
7985 2003-03-20 [alfons]     0.8.11claws34
7986
7987         * src/main.c
7988         * src/toolbar.c
7989         * src/procmsg.c
7990                 don't send locked queue messages
7991                 (feature request "[ 705245 ] Locking message in outbox 
7992                  should prevent sending")
7993
7994 2003-03-20 [christoph]  0.8.11claws33
7995
7996         * src/folder.c
7997                 remove NEW and UNREAD flag in special folders when scanning
7998                 
7999         * src/common/smtp.c
8000                 fix ESMTP AUTH CRAM-MD5
8001
8002 2003-03-20 [paul]       0.8.11claws32
8003
8004         * src/prefs_account.c
8005                 Re-write 'Tunnel command to open connection' as
8006                 'Use command to communicate with server', and disable
8007                 it for all except IMAP accounts
8008
8009 2003-03-20 [paul]       0.8.11claws31
8010
8011         * sync with 0.8.11cvs6
8012                 see ChangeLog 2003-03-20
8013
8014 2003-03-19 [match]      0.8.11claws30
8015
8016         * src/addritem.[ch]
8017                 include documentation. minor refactoring.
8018         * src/addr_compl.[ch]
8019         * src/addrindex.[ch]
8020         * src/addresbook.[ch]
8021         * src/summaryview.c
8022                 re-enable address lookup (was disabled in
8023                 0.8.11claws20).
8024
8025 2003-03-19 [christoph]  0.8.11claws29
8026
8027         * src/procmsg.c
8028                 add temp flag handling, will make moving and copying
8029                 messages possible again
8030
8031         * src/folder.c
8032                 correct calulation of folder stats
8033
8034 2003-03-18 [match]      0.8.11claws28
8035
8036         * src/editgroup.h
8037                 remove case sensitive comparison (closes bug 80).
8038
8039 2003-03-18 [christoph]  0.8.11claws27
8040
8041         * src/imap.c
8042                 fix imap using a tunnel command
8043
8044         (closes bug 87)
8045
8046 2003-03-18 [christoph]  0.8.11claws26
8047
8048         * src/folder.[ch]
8049         * src/imap.c
8050         * src/procmsg.[ch]
8051                 rewrite flag handling for folders
8052
8053 2003-03-18 [christoph]  0.8.11claws25
8054
8055         * src/folder.c
8056         * src/procmsg.c
8057         * src/summaryview.c
8058                 unset NEW and UNREAD flags when message is ignored, to make
8059                 sure messages don't show up as unread on other IMAP clients,
8060                 because the IGNORE_THREAD flag can not be syncronized through
8061                 the IMAP folder
8062
8063 2003-03-17 [christoph]  0.8.11claws24
8064
8065         * src/imap.c
8066                 don't use recursion to fetch uids when the number of messages
8067                 does not match. Moved code into subfunction that is used
8068                 again when needed, to prevent an endless loop.
8069
8070 2003-03-17 [thorsten]   0.8.11claws23
8071
8072         * src/imageview.[ch]
8073                 export imageview_get_resized_size() (for plugins)
8074         * src/prefs_common.[ch]
8075                 added prefs_common_get() (for plugins)
8076
8077 2003-03-17 [christoph]  0.8.11claws22
8078
8079         * src/imap.c
8080                 o remove UID guessing from copy code
8081                 o support UIDPLUS extension for APPEND command
8082
8083 2003-03-17 [paul]       0.8.11claws21
8084
8085         * src/gtk/about.c
8086                 remove 'Compiled-plugins' section.
8087                 
8088         * src/plugins/dillo_viewer/dillo_viewer.c
8089                 slight change to description text
8090
8091 2003-03-16 [match]      0.8.11claws20
8092         * src/ldapserver.[ch]           ** NEW **
8093         * src/ldapctrl.[ch]             ** NEW **
8094         * src/ldapquery.[ch]            ** NEW **
8095         * src/ldaputil.[ch]             ** NEW **
8096         * src/addrcindex.[ch]           ** NEW **
8097         * src/addrquery.h               ** NEW **
8098         * src/addritem.[ch]
8099         * src/addrcache.[ch]
8100         * src/addrindex.[ch]
8101         * src/addr_compl.[ch]
8102         * src/addressbook.[ch]
8103         * src/addrbook.[ch]
8104         * src/editgroup.c
8105         * src/editaddress.c
8106         * src/editldap.c
8107         * src/editldap_basedn.c
8108         * src/vcard.c
8109         * src/jpilot.c
8110         * src/Makefile.am
8111                 included dynamic LDAP queries. improved address
8112                 completion.
8113
8114 2003-03-16 [paul]       0.8.11claws19
8115
8116         * tools/multiwebsearch.pl
8117                 fix a fatal typo
8118
8119 2003-03-16 [christoph]  0.8.11claws18
8120
8121         * src/mimeview.c
8122         * src/plugins/dillo_viewer/dillo_viewer.c
8123         * src/plugins/mathml_viewer/mathml_viewer.c
8124                 make unregistering of MimeViewerFactorys possible
8125
8126 2003-03-16 [alfons]     0.8.11claws17
8127
8128         * configure.ac
8129                 correct typo
8130
8131 2003-03-16 [melvin]     0.8.11claws16
8132
8133         * src/plugins/dillo_viewer.c
8134                 Fixed bug where it was not possible to view more than
8135                 one text/html attachment per message (bug discovered
8136                 by Christoph Hohmann).
8137
8138 2003-03-15 [melvin]     0.8.11claws15
8139
8140         * src/prefs_actions.c
8141                 Fixed compilation warnings.
8142
8143 2003-03-15 [melvin]     0.8.11claws14
8144
8145         * src/plugins/Makefile.am
8146         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8147         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8148         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8149                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8150                 newer (http://dillo.auriga.wearlab.de/).
8151
8152 2003-03-15 [christoph]  0.8.11claws13
8153
8154         * src/imap.c
8155                 don't query imap folder for attributes because we already
8156                 for them from imap_status
8157
8158         * src/mimeview.[ch]
8159                 add support for plugable MimeViewers (unloading Viewers
8160                 not yet complete)
8161
8162         * src/plugins/Makefile.am
8163         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8164         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8165         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8166                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8167                 widget from http://helm.cs.unibo.it/mml-widget/
8168
8169 2003-03-14 [christoph]  0.8.11claws12
8170
8171         * src/folder.[ch]
8172                 o error return code's should better be negative
8173                 o replace printf with debug_print
8174
8175         * src/imap.c
8176                 improve IMAP folder scan by checking UID-NEXT
8177
8178         * src/summaryview.c
8179                 remove check that are unnecessary in my opinion
8180
8181 2003-03-13 [christoph]  0.8.11claws11
8182
8183         * src/folder.[ch]
8184         * src/foldersel.c
8185         * src/folderview.c
8186         * src/imap.c
8187         * src/mbox_folder.c
8188         * src/mh.c
8189         * src/news.c
8190         * src/prefs_scoring.c
8191         * src/summaryview.c
8192                 use a common function to get a displayable name
8193                 for a FolderItem
8194
8195 2003-03-13 [paul]       0.8.11claws10
8196
8197         * tools/Makefile.am
8198           tools/README
8199           tools/multiwebsearch.conf     ** NEW FILE **
8200           tools/multiwebsearch.pl       ** NEW FILE **
8201                 add multiwebsearch Actions script
8202
8203 2003-03-13 [colin]      0.8.11claws9
8204
8205         * src/compose.c
8206                 Remove leading emtpy lines from quoted text
8207                 before quoting it
8208
8209 2003-03-13 [melvin]     0.8.11claws8
8210
8211         * src/prefs_actions.c
8212                 Fixed a memory leak
8213                 Code clean ups
8214                 Added Cancel and OK buttons
8215                 Corrected help text
8216
8217 2003-03-13 [christoph]  0.8.11claws7
8218
8219         * src/account.c
8220         * src/folder.[ch]
8221         * src/imap.c
8222         * src/mainwindow.c
8223         * src/mbox_folder.c
8224         * src/mh.c
8225         * src/news.c
8226         * src/setup.c
8227                 replace more folder type stuff with folder class stuff
8228
8229 2003-03-13 [melvin]     0.8.11claws6
8230
8231         * src/prefs_actions.c
8232                 Added new tokens:
8233                 %u: user provided argument
8234                 %h: user provided argument (hidden on input)
8235                 %s: current text selection in the message view 
8236
8237 2003-03-13 [paul]       0.8.11claws5
8238
8239         * sync with 0.8.11cvs5
8240                 see ChangeLog 2003-03-11, 2003-03-12
8241
8242 2003-03-12 [christoph]  0.8.11claws4
8243
8244         * src/folder.c
8245                 use folder class idstr when writing folderlist.xml
8246
8247         * src/folder.h
8248         * src/imap.c
8249         * src/news.c
8250                 replace folder type checks with folder class checks
8251
8252 2003-03-12 [christoph]  0.8.11claws3
8253
8254         * src/folder.[ch]
8255         * src/imap.[ch]
8256         * src/main.c
8257         * src/mbox_folder.[ch]
8258         * src/mh.[ch]
8259         * src/news.[ch]
8260                 o create a list of known folder classes in the folder system
8261                 o use folder class id strings for folder item identifiers
8262
8263 2003-03-12 [christoph]  0.8.11claws2
8264
8265         * src/imap.c
8266                 fix imap uid validity check
8267
8268 2003-03-12 [christoph]  0.8.11claws1
8269
8270         * src/account.c
8271         * src/folder.[ch]
8272         * src/foldersel.c
8273         * src/folderview.c
8274         * src/imap.c
8275         * src/mainwindow.c
8276         * src/mbox_folder.c
8277         * src/mh.c
8278         * src/news.c
8279         * src/prefs_scoring.c
8280         * src/procmsg.c
8281         * src/setup.c
8282         * src/summaryview.c
8283                 initial restructuring of folder system, seperating
8284                 folders and folder classes
8285
8286 2003-03-12 [paul]       0.8.11claws
8287
8288         0.8.11claws release
8289
8290 2003-03-12 [christoph]
8291
8292         * src/gtk/prefswindow.c
8293                 fix translation of "Page Index"
8294
8295 2003-03-12 [paul]       0.8.10claws110
8296
8297         a sync from 0.8.11cvs4 before the release
8298
8299         * src/common/utils.c
8300                 subject_compare_for_sort(): allow null strings (fixes
8301                 summary sorting).
8302
8303 2003-03-11 [paul]       0.8.10claws109
8304
8305         * po/es.po
8306                 update Spanish translation, submitted by
8307                 Ricardo Mones Lastra
8308
8309 2003-03-11 [melvin]     0.8.10claws108
8310
8311         * po/fr.po
8312                 Updated French translations
8313
8314 2003-03-11 [paul]       0.8.10claws107
8315
8316         * manual/en/Makefile.am
8317           manual/en/*.html
8318                 update English manual, add a new page
8319                 updated by Francois Barriere <fbarriere@atmel.fr>
8320                 
8321         * po/bg.po
8322           po/it.po
8323           po/sr.po
8324                 update Bulgarian, Italian, and Serbian translations
8325                 submitted by George Danchev, Alessandro Maestri, and
8326                 Urke MMI
8327
8328 2003-03-10 [paul]       0.8.10claws106
8329
8330         * src/gtk/about.c
8331           src/gtk/prefswindow.c
8332                 make some strings translatable
8333
8334 2003-03-10 [darko]      0.8.10claws105
8335
8336         * src/compose.c
8337                 code cleanup to make Hiro happy
8338
8339 2003-03-10 [paul]       0.8.10claws104
8340
8341         * sync with 0.8.11cvs2
8342                 see ChangeLog 2003-03-10
8343
8344 2003-03-09 [melvin]     0.8.10claws103
8345
8346         * src/textview.c
8347                 textview_set_font(): fix for message display in
8348                 UTF-8 locales (thanks to Sergey Vlasov).
8349                 (was unintentionnaly reverted in 0.8.6claws6)   
8350
8351 2003-03-08 [darko]      0.8.10claws102
8352
8353         * src/compose.c
8354                 fix infinite loop in wrapping as reported
8355                 by happycactus
8356                 obsoletes patch #696482
8357
8358 2003-03-08 [christoph]  0.8.10claws101
8359
8360         * src/imap.c
8361                 add workaround for IMAP servers that do not
8362                 support the "UID SEARCH UID" command
8363
8364 2003-03-07 [christoph]  0.8.10claws100
8365
8366         * src/plugins/spamassassin/spamassassin.[ch]
8367         * src/plugins/spamassassin/spamassassin_gtk.c
8368                 code cleanup
8369
8370 2003-03-07 [paul]       0.8.10claws99
8371
8372         * po/es.po
8373                 updated Spanish translation, submitted by
8374                 Ricardo Mones Lastra
8375
8376 2003-03-07 [christoph]  0.8.10claws98
8377
8378         * src/send.c
8379                 fix in 0.8.10claws94 was wrong
8380                 local delivery does not require escaping, remove escaping
8381                 code to make signatures of mails with "." lines valid
8382                 
8383                 NOTE: requires that sendmail is executed with "-i" option,
8384                       what is the default now, but has to be changed in all
8385                       exsiting accounts)
8386
8387 2003-03-07 [paul]       0.8.10claws97
8388
8389         * sync with 0.8.11 release
8390                 see ChangeLog 2003-03-07
8391
8392 2003-03-06 [paul]       0.8.10claws96
8393
8394         * src/compose.c
8395                 revert commit 0.8.10claws92
8396
8397 2003-03-06 [paul]       0.8.10claws95
8398
8399         * src/folderview.c
8400                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8401
8402         * src/gtkaspell.c
8403                 fix bug 74, 'Crash opening editor window with pseudo-color
8404                 display'
8405                 
8406         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8407
8408 2003-03-06 [christoph]  0.8.10claws94
8409
8410         * src/send.c
8411                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8412                 all lines starting with a period get an extra period
8413                 inserted
8414                 (found by Simon 'corecode' Schubert)
8415
8416 2003-03-06 [paul]       0.8.10claws93
8417
8418         * src/folderview.c
8419                 if configured font can't be loaded fall back to gtk
8420                 default. (with thanks to Christoph)
8421                 
8422                 closes long-standing bug 15 'Crashes on startup'
8423
8424 2003-03-06 [paul]       0.8.10claws92
8425
8426         * src/compose.c
8427                 freeze text before autosave and thaw afterwards
8428                 fixes bug 67 'autosave make re-rediting message crazy'
8429
8430 2003-03-06 [christoph]  0.8.10claws91
8431
8432         * src/compose.c
8433                 ignore address comment in dupe check for Cc-list
8434
8435         (closes reopened bug 47 Replying to message strips name part of
8436          e-mail addresses of Cc: lines)
8437
8438 2003-03-06 [paul]       0.8.10claws90
8439
8440         * src/Makefile.am
8441                 remove reference to gtkxtext.h as its no longer in
8442                 the repository
8443
8444 2003-03-06 [paul]       0.8.10claws89
8445
8446         * sync with 0.8.10cvs25
8447                 see ChangeLog 2003-03-06
8448
8449 2003-03-06 [oliver]     0.8.10claws88
8450         
8451         * src/messageview.c
8452                 remove include
8453
8454 2003-03-06 [oliver]     0.8.10claws87
8455         
8456         * src/folderview.c 
8457                 remove changes introduced inclaws74
8458         * src/messageview.c
8459                 another attempt to sanely delete and update
8460                 messages deleted in separate messageview
8461
8462 2003-03-05 [christoph]  0.8.10claws86
8463
8464         * src/summaryview.c
8465                 check if "From" matches any account's address if
8466                 addressbook completion of addresses is disabled too
8467
8468         (closes Bug 70 "Display recipient in from" doesn't check
8469          folder's default account)
8470
8471 2003-03-05 [christoph]  0.8.10claws85
8472
8473         * src/compose.c
8474         * src/common/utils.[ch]
8475                 don't strip address comments when building Cc lists
8476
8477         (closes Bug 47 Replying to message strips name part of e-mail addresses
8478          of Cc: lines)
8479
8480         * src/folder.c
8481                 fix return value of copy function
8482
8483 2003-03-05 [christoph]  0.8.10claws84
8484
8485         * src/imap.c
8486                 don't ask imap server for non rfc822 headers
8487
8488         (closes bug 71 IMAP FETCH asks for FROM header field twice)
8489
8490         * src/imap.c
8491                 destroy session on socket error to allow reconnecting
8492
8493 2003-03-05 [christoph]  0.8.10claws83
8494
8495         * configure.ac
8496                 fix building with gnome when no prefix is set
8497
8498         (closes bug 66 Gnome directory is set to NONE)
8499
8500 2003-03-05 [paul]       0.8.10claws82
8501
8502         * sync with 0.8.10cvs23
8503                 see ChangeLog 2003-03-05
8504
8505 2003-03-04 [christoph]  0.8.10claws81
8506
8507         * src/folder.c
8508                 o fix moving and copying when folder returns 0 for new
8509                   message number
8510                 o remove some code for single message copy and move
8511                   operations and use functions for multiple messages
8512
8513         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
8514
8515         * src/news.c
8516                 remove unused include
8517
8518 2003-03-04 [paul]       0.8.10claws80
8519
8520         * src/gtk/about.c
8521                 list 'Compiled plugins'
8522
8523 2003-03-03 [christoph]  0.8.10claws79
8524
8525         * src/news.[ch]
8526                 have to multiply the percentage of the current fetch with
8527                 the percentage that it has of the total fetch operation
8528                 for correct values
8529
8530 2003-03-03 [christoph]  0.8.10claws78
8531
8532         * src/news.c
8533                 fix calculation of expected lines for progress indicator
8534
8535 2003-03-03 [christoph]  0.8.10claws77
8536
8537         * src/summaryview.c
8538         * src/common/utils.c
8539                 fix segfault when opening the root news folder
8540
8541 2003-03-03 [christoph]  0.8.10claws76
8542
8543         * src/mainwindow.[ch]
8544         * src/common/Makefile.am
8545         * src/common/progressindicator.[ch]
8546                 add UI independent progress indicator handling
8547
8548         * src/news.[ch]
8549                 use new progress indicator for message info fetching
8550
8551         * src/common/hooks.h
8552                 code cleanup
8553
8554 2003-03-03 [oliver]     0.8.10claws75
8555
8556         * src/toolbar.c
8557         * src/compose.c
8558                 removed commented code
8559
8560 2003-03-03 [oliver]     0.8.10claws74
8561
8562         * src/toolbar.[ch]
8563                 cleanups and refactoring
8564         * src/compose.[ch]
8565                 compose_reply_mode reply & forwarding interface for
8566                 toolbar buttons
8567         * src/folderview.c
8568                 act on messages marked for deletion in folderview_selected
8569                 based on prefs_common.immediate_exec since a message might 
8570                 have been deleted by messageview in a folder we are changing 
8571                 to (does anybody understand what I'm on about ?)
8572
8573 2003-03-03 [oliver]     0.8.10claws73
8574         
8575         * src/messageview.[ch]
8576                 new functions
8577                 - messageview_delete: delete message shown in messagview
8578                 - messageview_update_view: update messageview to currently 
8579                   selected summaryview message
8580                 - add separate messageview to msgview_list in order to update 
8581                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
8582         * src/summaryview.[ch]
8583                 summary_get_selection returns a list of selected msgs
8584                 in summaryview
8585         * src/mainwindow.c
8586                 toolbar reply refactoring
8587
8588 2003-03-03 [paul]       0.8.10claws72
8589
8590         * sync with 0.8.10cvs21
8591                 see ChangeLog 2003-03-03
8592
8593 2003-03-02 [christoph]  0.8.10claws71
8594
8595         * src/common/passcrypt.c
8596                 use POSIX includes
8597
8598 2003-03-02 [christoph]  0.8.10claws70
8599
8600         * configure.ac
8601         * src/prefs_account.c
8602         * src/prefs_gtk.[ch]
8603         * src/common/.cvsignore
8604         * src/common/Makefile.am
8605         * src/common/passcrypt.c                ** NEW **
8606         * src/common/passcrypt.h.in             ** NEW **
8607                 Implement password encryption in config files
8608                 using unix encrypt and setkey functions. The crypt
8609                 key can be set as a configure parameter. Old
8610                 passwords will be converted if they do not begin
8611                 with '!'
8612
8613 2003-03-02 [paul]       0.8.10claws69
8614
8615         * src/prefs_account.c
8616                 fix compile error
8617
8618 2003-03-01 [thorsten]   0.8.10claws68
8619
8620         * po/el.po
8621           po/hr.po
8622           po/it.po
8623           po/nl.po
8624           po/sr.po
8625           po/sv.po
8626                 corrected format strings
8627         * po/en_GB.po
8628                 corrected headers
8629                 (fix compile errors with GNU gettext-0.11.5)
8630
8631 2003-03-01 [oliver]     0.8.10claws67
8632
8633         * src/summaryview.c
8634                 menu callbacks call toolbar_menu_reply
8635
8636 2003-03-01 [oliver]     0.8.10claws66
8637
8638         * src/mainwindow.c
8639         * src/messageview.c
8640                 menu callbacks call toolbar_menu_reply
8641         * src/toolbar.[ch]
8642                 callbacks from menu handled by toolbar_menu_reply
8643
8644 2003-03-01 [paul]       0.8.10claws65
8645
8646         * src/addressbook.c
8647                 revert commit 0.8.10claws54 - breaks editing of
8648                 addressbook.
8649                 
8650         * po/bg.po
8651                 update Bulgarian translation, submitted by
8652                 George Danchev
8653
8654 2003-02-28 [christoph]  0.8.10claws64
8655
8656         * src/account.c
8657         * src/addressadd.c
8658         * src/compose.c
8659         * src/gtkaspell.c
8660         * src/gtkxtext.h                ** REMOVE **
8661         * src/imap.c
8662         * src/matcher.[ch]
8663         * src/mh.c
8664         * src/news.c
8665         * src/pine.c
8666         * src/prefs_common.c
8667         * src/prefs_matcher.c
8668         * src/procheader.[ch]
8669         * src/procmsg.[ch]
8670         * src/toolbar.c
8671         * src/common/ssl_certificate.c
8672         * src/gtk/colorlabel.c
8673         * src/gtk/menu.c
8674                 o fix warnings
8675                 o remove code obsoleted by new cache and folder system rework
8676
8677 2003-02-28 [oliver]     0.8.10claws63
8678         
8679         * src/toolbar.[ch]
8680                 * fix bug where reply in Messageview replied to 
8681                 Message displayed in summaryview
8682                 (reportedd via ML by chinatinte at gmx dot ch)
8683                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
8684                 didn't work in separate MessageView Toolbar
8685                 (wondering if anybody uses this at all ?)
8686         * src/summaryview.[ch]
8687                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
8688                 (generalize reply and forward code);
8689         * src/messageview.c 
8690                 remove focus_in event which updated summaryview to messageview
8691
8692 2003-02-28 [paul]       0.8.10claws62
8693
8694         * po/Makefile.in.in
8695                 add the --check option
8696                 Patch submitted by Ricardo Mones Lastra
8697
8698 2003-02-28 [paul]       0.8.10claws61
8699
8700         * src/prefs_account.c
8701                 re-order 'Signature' items
8702
8703 2003-02-28 [paul]       0.8.10claws60
8704
8705         * sync with 0.8.10cvs20
8706                 see ChangeLog 2003-02-28
8707
8708 2003-02-28 [paul]       0.8.10claws59
8709
8710         * po/POTFILES.in
8711                 update to reflect recent movement of files
8712
8713 2003-02-28 [paul]       0.8.10claws58
8714
8715         * sync with 0.8.10cvs19
8716                 see ChangeLog 2003-02-28
8717
8718 2003-02-27 [martin]     0.8.10claws57
8719
8720         * src/prefs_matcher.c 
8721                 fix segfault in prefs_matcher_ok() when the
8722                 last entry is deleted and prevents that the
8723                 message "entry not saved" comes up after deleting
8724                 an entry
8725
8726 2003-02-27 [martin]     0.8.10claws56
8727
8728         * src/prefs_filtering.c 
8729                 fix segfault in prefs_filtering_ok() when the
8730                 last entry is deleted and prevents that the
8731                 message "entry not saved" comes up after deleting
8732                 an entry
8733
8734 2003-02-27 [paul]       0.8.10claws55
8735
8736         * sync with 0.8.10cvs18
8737                 see ChangeLog 2003-02-27
8738
8739 2003-02-27 [paul]       0.8.10claws54
8740
8741         * src/addressbook.c
8742                 fix bug where the address book crashes with 
8743                 multiple lookups.
8744                 Patch [687729] submitted by David Frager 
8745                 <dbfrager@users.sourceforge.net>
8746
8747 2003-02-25 [christoph]  0.8.10claws53
8748
8749         * src/Makefile.am
8750         * src/colorlabel.[ch]           ** REMOVE **
8751         * src/gtk/Makefile.am
8752         * src/gtk/colorlabel.[ch]       ** NEW **
8753                 move colorlabel files to gtk directory
8754
8755         * src/esmtp.[ch]                ** REMOVE **
8756                 has been merged into smtp.[ch] in 0.7.5
8757
8758 2003-02-25 [christoph]  0.8.10claws52
8759
8760         * src/Makefile.am
8761         * src/about.[ch]                ** REMOVE **
8762         * src/gtk/Makefile.am
8763         * src/gtk/about.[ch]            ** NEW **
8764                 move about files to gtk directory
8765
8766 2003-02-25 [christoph]  0.8.10claws51
8767
8768         * src/folder.c
8769                 some code optimization of folder scanning code
8770
8771         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
8772
8773 2003-02-25 [christoph]  0.8.10claws50
8774
8775         * src/main.c
8776         * src/common/sylpheed.c
8777                 add command line parameter parsing to common code
8778
8779 2003-02-24 [christoph]
8780
8781         * Makefile.am
8782         * configure.ac
8783                 fix gnome prefix problems, the configure script now removed
8784                 `gnome-config --prefix` from `gnome-config --datadir`
8785                 and adds $(prefix} instead
8786
8787         (closes Bug 24 Makefile does not respect prefix when installing
8788          GNOME data)
8789
8790 2003-02-24 [christoph]  0.8.10claws49
8791
8792         * src/news.c
8793                 check for valid session before trying to authenticate
8794
8795         (closes Bug 60 crash if "authenticate on logon" is activated
8796          and newsserver-hostname is not valid)
8797
8798 2003-02-24 [melvin]     0.8.10claws48
8799
8800         * src/prefs_actions.c
8801                 Make sure all user's input is sent to the action and then
8802                 close the socket..
8803
8804 2003-02-23 [alfons]     0.8.10claws46
8805
8806         * src/summaryview.c
8807                 also wait cursor when deleting files
8808
8809 2003-02-23 [paul]
8810
8811         * tools/freshmeat_search.pl
8812           tools/google_search.pl
8813                 scripts should now work for any browser/browser command line
8814
8815 2003-02-22 [christoph]  0.8.10claws45
8816
8817         * src/procmsg.c
8818                 fix IMAP flag setting, IMAP flag is not handled correctly
8819                 anymore by the folder system and information about the
8820                 folder should not be saved in the MsgInfo (in my opinion)
8821
8822         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8823
8824 2003-02-22 [christoph]  0.8.10claws44
8825
8826         * src/summaryview.c
8827                 fix spelling of "label" ;-)
8828
8829 2003-02-22 [thorsten]   0.8.10claws43
8830
8831         * src/mimeview.c
8832           src/prefs_common.[ch]
8833           src/procmime.[ch]
8834                 do not use description as attachment name
8835
8836 2003-02-22 [alfons]     0.8.10claws42
8837
8838         * src/summaryview.c
8839                 freeze/thaw folder item updates when changing color labels,
8840                 and put a wait cursors on
8841
8842 2003-02-22 [thorsten]   0.8.10claws41
8843
8844         * src/mimeview.c
8845                 save-all fixes: crash if invoked on multipart container,
8846                 mimeinfo access, pathseparators, error dialog
8847
8848 2003-02-21 [alfons]     0.8.10claws40
8849
8850         * src/prefs_gtk.c
8851                 remove unused var
8852
8853 2003-02-21 [colin]      0.8.10claws39
8854
8855         * src/send.c
8856                 Fix smtp logging
8857
8858 2003-02-21 [colin]      0.8.10claws38
8859
8860         * src/summaryview.c
8861                 Freeze/thaw folderItem updates when filtering messages 
8862                 via Tools/Filter messages
8863
8864 2003-02-21 [paul]       0.8.10claws37
8865
8866         * src/compose.c
8867                 revert commit 0.8.10claws26, there are ulterior motives
8868                 for users to set a Reply-To header when posting to
8869                 newsgroups
8870
8871 2003-02-21 [paul]       0.8.10claws36
8872
8873         * sync with 0.8.10cvs17
8874                 see ChangeLog 2003-02-21
8875
8876 2003-02-20 [christoph]  0.8.10claws35
8877
8878         * src/imap.c
8879                 IMAP UID fetch speedup using SEARCH
8880
8881         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8882
8883         * src/imap.c
8884                 fix problem with UIDs in IMAP UID cache that no longer existed
8885
8886 2003-02-20 [christoph]  0.8.10claws34
8887
8888         * src/imap.c
8889         * src/procheader.c
8890         * src/procheader.h
8891                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
8892
8893         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8894
8895         * src/imap.c
8896                 Rewrite imap_cmd_gen_recv use sock_getline instead
8897                 of sock_gets to avoid problems with too long reply
8898                 lines
8899     
8900 2003-02-20 [colin]      0.8.10claws33
8901         
8902         * src/prefs_account.c
8903                 Better wording
8904
8905 2003-02-20 [colin]      0.8.10claws32
8906
8907         * src/compose.c
8908                 Remove useless '&& !to_sender' 
8909
8910 2003-02-20 [darko]
8911
8912         * AUTHORS
8913                 change my e-mail address
8914
8915 2003-02-19 [colin]      0.8.10claws31
8916
8917         * src/prefs_common.c
8918                 X11 style colors for every configurable color
8919
8920 2003-02-19 [alfons]     0.8.10claws30
8921
8922         * src/prefs_gtk.[ch]
8923         * src/prefs_common.c
8924                 for color_new accept both plain integers and X11 style color
8925                 names (as found in /usr/lib/X11/rgb.txt)
8926
8927 2003-02-19 [paul]       0.8.10claws29
8928
8929         * src/mainwindow.c
8930                 add tooltips to online/offline button and account selector
8931                 button
8932
8933 2003-02-19 [paul]       0.8.10claws28
8934
8935         * src/folder.c
8936           src/news.c
8937           src/prefs_account.[ch]
8938           src/prefs_common.[ch]
8939                 move 'Maximum number of articles to download' to
8940                 account prefs.
8941                 clean up account prefs gui a little by hiding entries
8942                 rather then greying out entries
8943
8944 2003-02-19 [hiro]       0.8.10claws27
8945
8946         * src/common/utils.c
8947                 fix bug #54 'yesterdays date is displayed in the message 
8948                 summary window'
8949
8950 2003-02-19 [paul]       0.8.10claws26
8951
8952         * src/compose.c
8953                 fix bug reported in Feature Request [688596] 
8954                 'Reply-to header in news'
8955
8956 2003-02-18 [paul]       0.8.10claws25
8957
8958         * src/select-keys.c
8959                 add a 'List all keys' button to key selection dialog
8960
8961 2003-02-18 [colin]      0.8.10claws24
8962         
8963         * src/stock_pixmap.c
8964                 fix compile error
8965
8966 2003-02-18 [colin]      0.8.10claws23
8967
8968         * src/common/smtp.[ch]
8969           src/prefs_account.c
8970                 Try to starttls if it seems to be the only
8971                 way to authenticate a user
8972
8973 2003-02-18 [paul]       0.8.10claws22
8974
8975         * src/Makefile.am
8976           src/folderview.c
8977           src/stock_pixmap.[ch]
8978           src/pixmaps/drafts_close.xpm  ** NEW FILE **
8979           src/pixmaps/drafts_open.xpm   ** NEW FILE **
8980                 as a Drafts folder is a special folder allow it to have
8981                 its own unique icons
8982
8983 2003-02-18 [colin]      0.8.10claws21
8984
8985         * src/imap.c
8986                 Fix port selection when using starttls
8987
8988 2003-02-18 [paul]       0.8.10claws20
8989
8990         * src/mainwindow.c
8991           src/prefs_common.[ch]
8992                 make blue the default new mail colour
8993
8994 2003-02-18 [paul]       0.8.10claws19
8995
8996         * sync with 0.8.10cvs14
8997                 see ChangeLog 2003-02-18
8998
8999 2003-02-17 [jens]       0.8.10claws18
9000
9001         * src/common/md5.c
9002                 fixed a compile problem with gcc 3.3
9003                 works on 2.95.3 too (testet on PPC as it is big endian)
9004
9005 2003-02-17 [paul]       0.8.10claws17
9006
9007         * sync with 0.8.10cvs13
9008                 see ChangeLog 2003-02-17
9009
9010 2003-02-17 [paul]       0.8.10claws16
9011
9012         * sync with 0.8.10cvs12
9013                 see ChangeLog 2003-02-17
9014
9015 2003-02-16 [match]      0.8.10claws15
9016
9017         * src/addressbook.c
9018                 Eliminates reloading of address data when items
9019                 deleted or added. Applied submitted by
9020                 Luke Plant <lukeplant@softhome.net>
9021
9022 2003-02-16 [paul]       0.8.10claws14
9023
9024         * src/news.c
9025                 when a 'protocol error' is encountered disconnect from
9026                 the server. This means that the user can carry on viewing
9027                 other articles and doesn't have to either wait until the
9028                 server timesout or quit sylpheed.
9029                 Fixes bug #53 'Unable to read messages in newsgroups, 
9030                 displayed message doesn't change'
9031
9032 2003-02-15 [christoph]  0.8.10claws13
9033
9034         * src/imap.c
9035                 fix bug that stopped scanning of folders when an
9036                 IMAP folder was empty
9037
9038         (closes bug 46 stop scan messages in folders after empty folder)
9039
9040 2003-02-15 [paul]
9041
9042         * tools/Makefile.am
9043           tools/README
9044           tools/freshmeat_search.pl     ** NEW FILE **
9045           tools/google_search.pl        ** NEW FILE **
9046                 Add 2 Actions scripts which search freshmeat/google
9047                 for the selected text using the browser configured
9048                 in sylpheedrc.
9049                 
9050         Note: These scripts are very dependent on the format of the
9051         browser command and may not work on every occasion. Testing
9052         is welcome. 
9053
9054 2003-02-14 [alfons]     0.8.10claws12
9055
9056         * src/compose.c
9057                 fix breakage because of uninitialized account pointer.
9058                 please verify.
9059
9060 2003-02-14 [paul]       0.8.10claws11
9061
9062         * src/compose.c
9063           src/prefs_account.[ch]
9064           src/prefs_common.[ch]
9065                 move signature settings to Account Prefs
9066
9067 2003-02-14 [paul]       0.8.10claws10
9068
9069         * sync with 0.8.10cvs11
9070                 see ChangeLog 2003-02-14
9071
9072 2003-02-13 [thorsten]   0.8.10claws9
9073
9074         * src/news.c
9075                 revert news progressbar (GUI separation)
9076
9077 2003-02-13 [paul]       0.8.10claws8
9078
9079         * src/compose.c
9080                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9081                 paragraph 1
9082
9083 2003-02-13 [paul]       0.8.10claws7
9084
9085         * src/compose.[ch]
9086           src/summaryview.c
9087                 fix 'Follow-up and Reply-to' so that it creates a reply to
9088                 the newsgroup and the sender. If the message has the keyword
9089                 'poster' in the Followup-To header, all replies go to the
9090                 sender, re: RFC 1036, Section 2.2.3
9091                 rename all instances of 'ignore_replyto' to 'to_sender', both
9092                 were previously used, now we use just one.
9093
9094 2003-02-13 [paul]       0.8.10claws6
9095
9096         * sync with 0.8.10cvs9
9097                 see ChangeLog 2003-02-13
9098
9099 2003-02-13 [paul]       0.8.10claws5
9100
9101         * configure.ac
9102                 show which plugins are configured in the configure
9103                 output.
9104
9105 2003-02-12 [thorsten]   0.8.10claws4
9106
9107         * src/news.c
9108                 show progress while fetching news headers
9109
9110 2003-02-12 [christoph]  0.8.10claws3
9111
9112         * configure.ac
9113         * src/plugins/Makefile.am
9114                 use AM_CONDITIONAL to enable plugins, automake correctly
9115                 manages this when creating distdir
9116
9117 2003-02-12 [christoph]  0.8.10claws2
9118
9119         * ac/spamassassin.m4
9120         * src/plugins/spamassassin/Makefile.am
9121                 fix building SpamAssassin plugin without OpenSSL
9122
9123 2003-02-12 [paul]       0.8.10claws1
9124
9125         * ac/Makefile.am
9126           src/Makefile.am
9127           src/plugins/Makefile.am
9128                 fix failure of 'make release'
9129
9130 2003-02-12 [paul]       0.8.10claws
9131
9132         * 0.8.10claws released
9133
9134 2003-02-12 [paul]       0.8.9claws56
9135
9136         * po/bg.po
9137           po/es.po
9138           po/it.po
9139           po/ru.po
9140           po/sr.po
9141                 updated translations by George Danchev, Ricardo Mones Lastra,
9142                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9143                 
9144         * sylpheed.spec.in
9145                 Allow the building of RPMs by a regular user. Submitted
9146                 by Sergei Astanin
9147
9148 2003-02-11 [alfons]     0.8.9claws55
9149
9150         * src/colorlabel.c
9151                 don't use pixmaps for label color rect but draw rectangles
9152                 so we can respect the color map of palette based visuals
9153                 (fixes the long time crashes on Suns - thanks to Andreas
9154                 Engel and Steve O'Hara-Smith for testing)
9155
9156 2003-02-11 [christoph]  0.8.9claws54
9157
9158         * src/matcher_parser_parse.y
9159                 correct bug where filering rules of not existing folders in
9160                 matcherrc were added to global filtering
9161                 
9162         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9163          main filter-rules after removing directory, http://bugs.debian.org/180253)
9164         
9165 2003-02-11 [paul]       0.8.9claws53
9166
9167         * sync with 0.8.10cvs7
9168                 see ChangeLog 2003-02-09
9169
9170 2003-02-11 [melvin]     0.8.9claws52
9171
9172         * po/fr.po
9173                 Updated French tranlsations
9174
9175 2003-02-10 [paul]       0.8.9claws51
9176
9177         * sylpheed.spec.in
9178                 correct --enable-openssl
9179                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9180
9181 2003-02-09 [martin]     0.8.9claws50
9182
9183         * src/prefs_matcher.c
9184                 fix segfault in prefs_matcher_substitute_cb() when
9185                 no row is selected
9186
9187 2003-02-09 [paul]       0.8.9claws49
9188
9189         * src/folderview.c
9190                 fix bug where a newsgroup folder's processing rules were
9191                 merged with the global filtering rules when the newsgroup
9192                 folder was deleted, causing some seriously bad results,
9193                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9194
9195 2003-02-08 [melvin]     0.8.9claws48
9196
9197         * src/compose.c
9198                 Corrected and modified an alert message.
9199
9200 2003-02-07 [paul]       0.8.9claws47
9201
9202         * src/folderview.c
9203                 fix bug where both an 'Account properties' window and a
9204                 'Folder properties' window were opened when clicking on
9205                 'Properties' in an NNTP or IMAP folder's popup menu.
9206
9207 2003-02-07 [paul]       0.8.9claws46
9208
9209         * sync with 0.8.10cvs6
9210                 see ChangeLog 2003-02-06
9211
9212 2003-02-06 [christoph]  0.8.9claws45
9213
9214         * src/mbox.c
9215                 freeze folder updates while importing mbox files
9216                 (closes bug 43 importing mbox took hours)
9217                 
9218         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9219
9220 2003-02-06 [thorsten]   0.8.9claws44
9221
9222         * po/de.po
9223                 Updated german translations
9224
9225 2003-02-06 [thorsten]   0.8.9claws43
9226
9227         * src/news.h
9228                 use guint for message numbers (fix count in grouplist dialog)
9229
9230 2003-02-05 [paul]       0.8.9claws42
9231
9232         * sync with 0.8.10cvs2
9233                 see ChangeLog 2003-02-05
9234
9235 2003-02-04 [colin]      0.8.9claws41
9236
9237         * src/prefs_common.[ch]
9238           src/procmsg.c
9239           src/summaryview.c
9240                 Add an option to disable threading by subject
9241
9242 2003-02-04 [christoph]  0.8.9claws40
9243
9244         * src/inc.c
9245                 only abort fetching mails from multiple accounts when the
9246                 error is fatal and does not allow to check any more accounts
9247                 (currently only disk full error)
9248
9249         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9250          receive mails for other accouts)
9251
9252 2003-02-04 [christoph]  0.8.9claws39
9253
9254         * src/folder.c
9255                 first add the new message to the cache, then
9256                 send the update notification
9257
9258         (closes bug 39 after sending message folderview doesnt get updated)
9259
9260 2003-02-04 [colin]      0.8.9claws38
9261
9262         * src/inc.c
9263                 _really_ fix this Connecting... status
9264
9265 2003-02-04 [paul]       0.8.9claws37
9266
9267         * sync with 0.8.10
9268                 see ChangeLog 2003-02-04
9269
9270 2003-02-04 [paul]       0.8.9claws36
9271
9272         * sync with 0.8.9cvs6
9273                 see ChangeLog 2003-02-03
9274
9275 2003-02-04 [paul]       0.8.9claws35
9276
9277         * po/pt_BR.po
9278                 updated by André Filipe de Assunção e Brito 
9279                 <bedecko@netsite.com.br>
9280
9281 2003-02-03 [thorsten]   0.8.9claws34
9282
9283         * po/de.po
9284                 Updated german translations
9285
9286 2003-02-02 [paul]       0.8.9claws33
9287
9288         * po/es.po
9289                 updated by Ricardo Mones Lastra
9290
9291 2003-02-02 [thorsten]   0.8.9claws32
9292
9293         * src/mh.c
9294                 Fix mh_get_msginfo() segfault if file is inaccessible
9295
9296 2003-01-31 [colin]      0.8.9claws31
9297
9298         * src/procheader.c
9299                 Fix last commit's bug
9300
9301 2003-01-31 [colin]      0.8.9claws30
9302
9303         * src/procheader.c
9304                 Missing a change for gpg-signed messages
9305
9306 2003-01-31 [paul]       0.8.9claws29
9307
9308         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9309           src/procheader.c
9310           src/stock_pixmap.[ch]
9311           src/summaryview.c
9312                 indicate GnuPG signed messages by displaying an icon
9313                 in the Attachment column.
9314
9315 2003-01-31 [paul]       0.8.9claws28
9316
9317         * sync with 0.8.9cvs4
9318                 see ChangeLog 2003-01-31
9319
9320 2003-01-31 [alfons]     0.8.9claws27
9321
9322         * src/textview.c
9323                 tune URI parser to accept mailto URLs with a '?'
9324                 (patch from Ruslan Balkin)
9325
9326 2003-01-31 [colin]      0.8.9claws26
9327
9328         * src/summaryview.c
9329                 Fix a leak introduced in claws24
9330
9331 2003-01-31 [colin]      0.8.9claws25
9332
9333         * src/summaryview.c
9334                 Freeze/Thaw folder updates when deleting dups
9335
9336 2003-01-31 [colin]      0.8.9claws24
9337         
9338         * src/addr_compl.c
9339           src/summaryview.c
9340           src/msgcache.c
9341                 little speed improvements
9342
9343 2003-01-31 [colin]      0.8.9claws23
9344
9345         * src/summaryview.c
9346                 Fix segfault when forwarding nothing
9347                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9348                 
9349 2003-01-30 [paul]       0.8.9claws22
9350
9351         * sync with 0.8.9cvs3
9352                 see ChangeLog 2003-01-30
9353
9354 2003-01-30 [paul]       0.8.9claws21
9355
9356         * sync with 0.8.9cvs2
9357                 see ChangeLog 2003-01-30
9358
9359 2003-01-29 [paul]       0.8.9claws20
9360
9361         * sync with 0.8.9cvs1
9362                 see ChangeLog 2003-01-29
9363
9364 2003-01-28 [paul]       0.8.9claws19
9365
9366         * po/POTFILES.in
9367                 update to reflect changes. 
9368                 thanks to Ricardo Mones Lastra
9369
9370 2003-01-27 [christoph]  0.8.9claws18
9371
9372         * ac/openssl.m4
9373         * ac/spamassassin.m4
9374         * src/plugins/spamassassin/README
9375         * src/plugins/spamassassin/libspamc.[ch]
9376         * src/plugins/spamassassin/utils.[ch]
9377                 updated to latest libspamc
9378
9379 2003-01-27 [christoph]  0.8.9claws17
9380
9381         * src/folder.c
9382                 fix wrong use of procheader_get_header_fields
9383
9384 2003-01-27 [christoph]  0.8.9claws16
9385
9386         * src/news.c
9387         * src/prefs_account.[ch]
9388         * src/common/nntp.[ch]
9389                 allow to force authentication for NNTP servers
9390
9391         Patch submitted by Florian Mickler <dmk@d-labs.de>
9392
9393 2003-01-26 [paul]       0.8.9claws15
9394
9395         * src/summaryview.c
9396                 speed up of marking messages as read
9397                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9398
9399 2003-01-26 [christoph]  0.8.9claws14
9400
9401         * src/Makefile.am
9402         * src/mgutils.[ch]              ** REMOVE **
9403         * src/xml.[ch]                  ** REMOVE **
9404         * src/xmlprops.[ch]             ** REMOVE **
9405         * src/common/Makefile.am
9406         * src/common/mgutils.[ch]       ** NEW **
9407         * src/common/xml.[ch]           ** NEW **
9408         * src/common/xmlprops.[ch]      ** NEW **
9409                 move xml files to common directory
9410
9411 2003-01-26 [christoph]  0.8.9claws13
9412
9413         * src/plugins/spamassassin/spamassassin_gtk.c
9414                 only set gtk entry text if string is available
9415
9416 2003-01-26 [melvin]     0.8.9claws12
9417
9418         * src/description_window.c
9419                 Allow resizing of the window
9420                 Allow automatic horizontal scroll bar
9421                 Do not vertically expand and fill
9422
9423 2003-01-26 [christoph]  0.8.9claws11
9424
9425         * src/Makefile.am
9426         * src/gtkutils.[ch]             ** REMOVE **
9427         * src/common/sylpheed.c
9428         * src/gtk/Makefile.am
9429         * src/gtk/description_window.c
9430         * src/gtk/gtkutils.[ch]         ** NEW **
9431         * src/gtk/prefswindow.c
9432                 move gtkutils to gtk directory
9433
9434 2003-01-26 [paul]       0.8.9claws10
9435
9436         * src/summaryview.c
9437                 rename summary_unread_clicked() to summary_status_clicked()
9438
9439 2003-01-26 [melvin]     0.8.9claws9
9440
9441         * src/prefs_actions.c
9442                 Cosmetical changes to the help text
9443
9444 2003-01-26 [paul]       0.8.9claws8
9445
9446         * src/folder.[ch]
9447           src/mainwindow.c
9448           src/prefs_common.c
9449           src/prefs_sumamry_column.c
9450           summaryview.[ch]
9451                 rename the 'Unread' column to 'Status'
9452
9453 2003-01-25 [match]      0.8.9claws7
9454
9455         * src/mgutils.[ch]
9456                 removed reference to LDAP constants. removed error2string.
9457                 included functions to support LDAP dynamic queries.
9458         * src/syldap.h
9459                 moved LDAP constants here.
9460         * src/addressbook.c
9461         * src/addrindex.c
9462         * src/importldif.c
9463                 removed references to LDAP constants and references to
9464                 error2string.
9465
9466 2003-01-25 [paul]       0.8.9claws6
9467
9468         * src/summaryview.c
9469                 summary_thread_build(), summary_thread_init(): remove 
9470                 unneeded reference to summaryview->folder_item
9471
9472 2003-01-25 [christoph]  0.8.9claws5
9473
9474         * src/gtk/description_window.c
9475                 o allow description texts to expand over multiple columns
9476                 o translate all columns
9477         * src/prefs_actions.c
9478                 change syntax description to use new multi column feature
9479
9480         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9481
9482 2003-01-25 [match]      0.8.9claws4
9483
9484         * src/vcard.c
9485                 fixed bug with Quoted-Printable
9486
9487 2003-01-25 [paul]       0.8.9claws3
9488
9489         * src/folder.[ch]
9490           src/summaryview.[ch]
9491                 implement per-folder collapsed/expanded threads setting
9492                 
9493         * src/prefs_common.c
9494                 remove global collapsed/expanded threads option
9495
9496 2003-01-25 [christoph]  0.8.9claws2
9497
9498         * po/POTFILES.in
9499                 add pluginwindow and prefswindow
9500         * src/compose.c
9501                 make send respond correctly to messages that could be added
9502                 to the queue folder, but the UID of the message is unknown
9503         * src/folder.c
9504         * src/imap.c
9505                 don't return guessed UIDs in imap_add_msg anymore. We return
9506                 0 to tell the folder system it was appened but the UID is
9507                 unknown. Folder system now get's the UID by scaning the folder
9508                 and searching the cache for the Message-ID
9509                 (closes bug #29 Messages queued, but not sent)
9510
9511 2003-01-25 [paul]       0.8.9claws1
9512
9513         * src/codeconv.c
9514                 conv_encode_header():  fix bug when long headers with 8-bit
9515                 characters are used, so that the encoded words are wrapped.
9516                 If the space in the original text falls on the wrap boundary,
9517                 it can be lost.
9518                 Patch by Sergey Vlasov.
9519                 
9520         * src/folderview.c
9521                  fix bug where a change to the sorting method or thread view
9522                  of a folder's messages is lost if simpify-subject is set and
9523                  toggled on or off.
9524                  Patch by Luke Plant.
9525
9526 2003-01-24 [paul]       0.8.9claws
9527
9528         * sylpheed-0.8.9claws released
9529         
9530         * Makefile.am
9531           sylpheed.spec.in
9532                 remove reference to 'INSTALL.jp'
9533
9534 2003-01-23 [paul]       0.8.8claws128
9535
9536         * po/es.po
9537           po/it.po
9538           po/ru.po
9539           po/sr.po
9540                 updated translations. submitted by Ricardo Mones Lastra,
9541                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
9542
9543 2003-01-23 [colin]      0.8.8claws127
9544
9545         * src/compose.c
9546                 Fix drafted and queued news articles re-edition
9547
9548 2003-01-23 [melvin]     0.8.8claws126
9549
9550         * po/fr.po
9551                 Updated French translations
9552
9553 2003-01-23 [colin]      0.8.8claws125
9554
9555         * src/inc.c
9556                 Fix "Connecting to..." status message
9557
9558 2003-01-22 [paul]       0.8.8claws124
9559
9560         * po/bg.po
9561                 updated by George Danchev
9562                 
9563         * src/folder.c
9564                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
9565                 and folder deletion
9566
9567 2003-01-21 [paul]       0.8.8claws123
9568
9569         * po/bg.po
9570                 updated by George Danchev
9571                 
9572         * src/about.c
9573                 its now 2003
9574                 
9575         * src/toolbar.c
9576                 don't translate 'Separator'
9577                 
9578         * src/plugins/spamassassin/Makefile.am
9579                 add aspell to CPPFLAGS
9580                 
9581         * src/plugins/spamassassin/spamassassin.c
9582           src/plugins/spamassassin/spamassassin_gtk.c
9583                 set correct default for spamassassin_receive_spam
9584                 slightly re-word descriptions and some
9585                 other minor changes
9586
9587 2003-01-19 [alfons]     0.8.8claws122
9588                 
9589         * src/mimeview.c
9590                 mimeview_save_as(): we might as well show the file name for
9591                 the single case "Save As" too
9592
9593 2003-01-19 [alfons]     0.8.8claws121
9594
9595         * src/crash.c
9596                 change bug tracker URL to bugzilla URL
9597
9598 2003-01-19 [alfons]     0.8.8claws120
9599
9600         * src/mimeview.c
9601                 mimeview_save_all(): display name of file before overwriting;
9602                 continue saving all, even when one overwrite was cancelled
9603
9604 2003-01-19 [christoph]  0.8.8claws119
9605
9606         * src/summaryview.c
9607         * src/procmsg.[ch]
9608                 fix wrong usage of procmsg_find_children in summaryview
9609                 by using procmsg_update_unread_children instead of
9610                 summaryview_update_unread_children
9611
9612 2003-01-19 [christoph]  0.8.8claws118
9613
9614         * src/procmsg.c
9615                 fix infinite loop in procmsg_find_children
9616                  (closes bug #25 sylpheed crashes on delete.)
9617
9618         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9619
9620 2003-01-19 [paul]       0.8.8claws117
9621
9622         * po/pt_BR.po
9623                 updated by Ivan Francolin Martinez
9624
9625 2003-01-18 [melvin]     0.8.8claws116
9626
9627         * src/prefs_actions.c
9628                 Removed syntax limitation of only one '&' at the end of command.
9629                         Now actions that contain '>/dev/null 2>&1' are possible.
9630
9631 2003-01-18 [melvin]     0.8.8claws115
9632
9633         * src/prefs_actions.c
9634                 Actions IO dialog: when the action ends
9635                 the "Close" button now has focus and [Escape] closes the
9636                 window.
9637
9638 2003-01-18 [christoph]  0.8.8claws114
9639
9640         * src/procmsg.c
9641                 o add debug output when MsgInfos are really freed
9642                 o free GSLists in procmsg_find_children and
9643                   procmsg_update_unread_children
9644
9645 2003-01-18 [christoph]  0.8.8claws113
9646
9647         * src/mainwindow.c
9648                 reorder Configuration menu
9649
9650 2003-01-18 [christoph]  0.8.8claws112
9651
9652         * src/compose.c
9653                 fix applying templates to forwarded messages
9654
9655         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9656
9657 2003-01-17 [christoph]  0.8.8claws111
9658
9659         * src/folder.c
9660                 destroy folder items, when a folder item is removed
9661
9662 2003-01-17 [christoph]  0.8.8claws110
9663
9664         * src/folder.c
9665                 fix wrong folder stats update when ignored message is
9666                 deleted
9667
9668 2003-01-17 [colin]      0.8.8claws109
9669         
9670         * src/mainwindow.c
9671         * src/summaryview.c
9672                 Quicksearch bugfixes: 
9673                 - hide help button at startup if not extended
9674                 - switch to extended when looking for replies
9675
9676 2003-01-17 [paul]
9677
9678         * sync with 0.8.9 release
9679
9680 2003-01-17 [paul]       0.8.8claws108
9681
9682         * sync with 0.8.8cvs11
9683                 see ChangeLog 2003-01-17
9684
9685 2003-01-16 [colin]      0.8.8claws107
9686
9687         * src/procmsg.c
9688                 Changed encryption test to re-ask passphrase
9689                 if an encrypted message hasn't been decrypted
9690                 Fixes bug #5
9691
9692 2003-01-16 [christoph]  0.8.8claws106
9693
9694         * src/prefs_gtk.c
9695         * src/prefs_toolbar.c
9696         * src/gtk/prefswindow.h
9697         * src/plugins/spamassassin/spamassassin_gtk.c
9698                 remove page destroy function that is not used anymore
9699
9700 2003-01-16 [paul]       0.8.8claws105
9701
9702         * sync with 0.8.8cvs9
9703                 see ChangeLog 2002-01-16
9704
9705 2003-01-16 [colin]      0.8.8claws104
9706
9707         * src/compose.[ch]
9708                 Fix bug with autosaved drafts for IMAP, when draft
9709                 folder is specified - fixes bugzilla bug #20
9710
9711 2003-01-15 [paul]       0.8.8claws103
9712
9713         * src/compose.[ch]
9714           src/procmsg.c
9715                 store folder and message-id of message forwarding
9716                 in queue header and set forward flag after sending
9717
9718 2003-01-15 [paul]       0.8.8claws102
9719
9720         * sync with 0.8.8cvs8
9721                 see ChangeLog 2002-01-15
9722
9723 2003-01-15 [colin]      0.8.8claws101
9724
9725         * src/Makefile.am
9726                 Fix linking with GNU libiconv
9727
9728 2003-01-15 [darko]      0.8.8claws100
9729
9730         * src/pine.c
9731                 fix crash when importing pine address book
9732                 entry with an empty name (reported by DY
9733                 <dybulk at tri8.net>)
9734
9735 2003-01-14 [paul]       0.8.8claws99
9736
9737         * configure.in  ** REMOVED **
9738           configure.ac  ** NEW FILE **
9739                 rename configure.in to configure.ac, as it is now
9740                 preferred
9741
9742 2003-01-14 [melvin]     0.8.8claws98
9743
9744         * src/folderview.c
9745                 folderview_check_new(): More precise function description
9746
9747 2003-01-14 [melvin]     0.8.8claws97
9748
9749         * src/folderview.c
9750                 folderview_check_new(): return the number of new messages 
9751                         since last check.
9752         * src/inc.c
9753                 inc_account_mail(): Disable counting of new messages for IMAP
9754                         and NNTP until bug [19] and [14] are fixed.
9755
9756 2003-01-14 [paul]       0.8.8claws96
9757
9758         * sync with 0.8.8cvs6
9759                 see ChangeLog 2003-01-14
9760
9761 2003-01-13 [alfons]     0.8.8claws95
9762
9763         * src/textview.c
9764                 tune email address validation (c. 0.8.8claws89): if . is 
9765                 just one char away from @, the address is invalid too 
9766                 (correctly rejects addresses like foo@.com)
9767
9768 2003-01-13 [paul]       0.8.8claws94
9769
9770         * src/messageview.c
9771           src/toolbar.c
9772                 fixes to the Message View toolbar and menu:
9773                 fix non-functioning Forward button
9774                 make Reply button consider default_reply_list
9775                 remove 'Follow-up...' menu entry
9776                 add 'Forward' and 'Redirect' menu entries
9777
9778 2003-01-13 [melvin]     0.8.8claws93
9779
9780         * src/inc.c
9781                 Fixed typo that could make new messages count incorrect.
9782
9783 2003-01-13 [melvin]     0.8.8claws92
9784
9785         * src/folderview.[ch]
9786                 folderview_check_new(): return the number of new messages.
9787         * src/inc.c
9788                 Should fix bug [14] where new mail notification worked 
9789                         incorrectly with IMAP accounts.
9790                 inc_spool_account(): return number of new msgs, or -1 on error
9791                 inc_all_spool(): return number of new msgs
9792                 
9793 2003-01-13 [melvin]     0.8.8claws91
9794
9795         * src/prefs_actions.c
9796                 Justify help text.
9797
9798 2003-01-12 [thorsten]   0.8.8claws90
9799
9800         * src/common/prefs.c
9801                 close file before rename
9802
9803 2003-01-12 [alfons]     0.8.8claws89
9804
9805         * AUTHORS
9806                 add Christian Mertes
9807         * src/common/utils.[ch]
9808                 g_stricase_hash(), g_stricase_equal(): functions for 
9809                 case insensitive hash tables
9810         * src/textview.c
9811                 use top level domain names to validate email address, based
9812                 on a patch by Christian Mertes (thanks!), but changed 
9813                 implementation to use a hash table 
9814
9815 2003-01-12 [paul]       0.8.8claws88
9816
9817         * po/bg.po
9818                 updated by George Danchev
9819
9820 2003-01-12 [alfons]     0.8.8claws87
9821
9822         * src/summaryview.c
9823                 delete / execute performance: use new style folder update
9824
9825 2003-01-12 [paul]       0.8.8claws86
9826
9827         * sync with 0.8.8cvs5
9828                 see ChangeLog 2003-01-13 (!)
9829
9830 2003-01-12 [alfons]     0.8.8claws85
9831
9832         * src/filtering.c
9833         * src/matcher_parser_parse.y
9834                 prepare change_score filtering action
9835         * src/matcher.[ch]
9836                 give up const-correctness on functions that call non-const-correct functions;
9837                 several casts to gpointer in g_free();
9838                 add change_score;
9839
9840 2003-01-12 [christoph]  0.8.8claws84
9841
9842         * src/compose.c
9843                 fix 2 warnings
9844
9845         * src/gtk/prefswindow.[ch]
9846         * src/plugins/spamassassin/spamassassin_gtk.c
9847                 changed the call of the widget create function
9848                 for PrefsPages, because sometimes the widget
9849                 create function needs a widget that already has
9850                 been attached to a window (to create GDK pixmaps
9851                 for exmaple). So we simply pass the GtkWindow as
9852                 the second parameter now.
9853
9854         * src/main.c
9855         * src/mainwindow.c
9856         * src/prefs_toolbar.[ch]
9857                 rewrite Toolbar Preferences using the new
9858                 prefs window
9859
9860 2003-01-11 [alfons]     0.8.8claws83
9861
9862         * src/addressadd.c
9863                 fix crash when adding sender to addressbook because status bar
9864                 isn't there (the status bar doesn't seem to be used though,
9865                 but I'll let Match decide what to do with it)
9866
9867 2003-01-11 [colin]      0.8.8claws82
9868
9869         * src/main.c
9870           src/toolbar.c
9871                 Two useless changes reversed
9872
9873 2003-01-11 [colin]      0.8.8claws81
9874
9875         * src/mainwindow.c
9876           src/mainwindow.h
9877                 Add mainwindow_get_mainwindow()
9878         * src/alertpanel.c
9879           src/alertpanel.h
9880                 Add alertpanel_error_log() 
9881         * src/compose.c
9882           src/inc.c
9883           src/messageview.c
9884           src/toolbar.c
9885           src/main.c
9886           src/procmsg.c
9887                 Network errors get a View Log button
9888
9889 2003-01-10 [alfons]     0.8.8claws80
9890
9891         * src/prefs_toolbar.c
9892         * src/toolbar.c
9893                 use the translatable string for "Separator" as file name for
9894                 separator toolbar items (probably make this uppercase?)
9895
9896 2003-01-10 [alfons]     0.8.8claws79
9897
9898         * src/prefs_toolbar.c
9899                 put right A_SEPARATOR description string in "displayed
9900                 toolbar items list" so manually added separators are
9901                 saved correctly (bug #10, "Adding a separator to the main 
9902                 toolbar fails, entry in xml file is wrong")
9903
9904 2003-01-10 [christoph]  0.8.8claws78
9905
9906         * src/imap.c
9907                 o fix warnings
9908                 o use CAPABILITY to check if NAMESPACE is available
9909
9910 2003-01-10 [christoph]  0.8.8claws77
9911
9912         * src/imap.[ch]
9913                 apply UIDPLUS IMAP extension support patch
9914
9915         Patch submitted by Simon 'corecode' Schubert
9916
9917 2003-01-10 [paul]       0.8.8claws76
9918
9919         * src/folderview.c
9920                 a sync from main which fixes the news account folders'
9921                 Properties bug
9922
9923 2003-01-10 [christoph]  0.8.8claws75
9924
9925         * src/folder.c
9926                 don't accept 0 as a valid uid returned by copy and move
9927                 functions. 0 means the message was copied or moved but the
9928                 new uid could not be fetched. It is not an error condition
9929                 for the copy or move operation.
9930
9931 2003-01-10 [paul]       0.8.8claws74
9932
9933         * src/prefs_filtering.c
9934                 change English used in Alert when entry is not
9935                 saved.
9936                 
9937         * sync with 0.8.8cvs4
9938                 see ChangeLog 2003-01-10
9939
9940 2003-01-10 [darko]      0.8.8claws73
9941
9942         * src/pine.c
9943                 fix crash when importing address book entry
9944                 without a valid address
9945
9946 2003-01-09 [alfons]     0.8.8claws72
9947
9948         * src/inc.c
9949                 filtering performance: use new style folder update
9950
9951 2003-01-09 [christoph]  0.8.8claws71
9952
9953         * src/compose.c
9954         * src/gtk/menu.[ch]
9955                 fix wrong selecting of mime encoding type, when
9956                 opening property dialog of attachments in the
9957                 compose window. 7bit was always selected and that
9958                 destoryed files with 8bit data.
9959                 (closes bug #9 Sylpheed-claws destroys attachments when
9960                  changing MIME-types)
9961
9962 2003-01-09 [paul]       0.8.8claws70
9963
9964         * sync with 0.8.8cvs3
9965                 see ChangeLog 2003-01-09
9966
9967 2003-01-08 [alfons]     0.8.8claws69
9968         
9969         * src/addressadd.c
9970                 apply patch by Kim Schulz to fix build breakage
9971                 because of missing variable
9972
9973 2003-01-08 [paul]       0.8.8claws68
9974
9975         * sync with 0.8.8cvs2
9976                 see ChangeLog 2002-01-08
9977
9978 2003-01-08 [paul]       0.8.8claws67
9979
9980         * po/it.po
9981                 updated by Alessandro Maestri
9982                 
9983         * src/addressadd.c
9984                 when using 'Add sender to addressbook' allow
9985                 name to be edited and remarks to be entered
9986                 Patch submitted by Luke Plant
9987
9988 2003-01-08 [darko]      0.8.8claws66
9989
9990         * README.claws, src/summaryview.c
9991                 fix description for marked messages
9992
9993 2003-01-08 [paul]
9994
9995         * tools/Makefile.am
9996           tools/launch_phoenix  ** NEW FILE **
9997                 add script that enables using Phoenix as the default
9998                 web browser. 
9999                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10000                 
10001         * tools/OOo2sylpheed.pl
10002                 remove full path to sylpheed executable, just 'sylpheed'
10003                 will do
10004                 
10005         * tools/README
10006                 add launch_phoenix informtion and re-arrange and compress
10007                 the data a little
10008
10009 2003-01-07 [christoph]  0.8.8claws65
10010
10011         * src/folder.c
10012                 fix update for source folder when moving messages
10013         * src/procmsg.[ch]
10014         * src/summaryview.c
10015                 use function to set to_folder for message infos and
10016                 automatically update the op_count for old and new
10017                 folder
10018
10019 2003-01-07 [melvin]     0.8.8claws64
10020
10021         * src/prefs_actions.c
10022                 Fixed bug where an '%p' Action on a displayed image crashed 
10023                         Sylpheed
10024                 Code clean up (get rid of duplicated code and removed unnecessary 
10025                                 structure member)
10026
10027 2003-01-07 [christoph]  0.8.8claws63
10028
10029         * src/compose.c
10030         * src/folder.[ch]
10031         * src/folderview.c
10032         * src/import.c
10033         * src/inc.c
10034         * src/main.c
10035         * src/mainwindow.c
10036         * src/messageview.c
10037         * src/prefs_folder_item.c
10038         * src/procmsg.c
10039         * src/summaryview.c
10040         * src/toolbar.c
10041                 o remove all folder update triggering from the UI code. The folder
10042                   system should know much better when a folder needs an update.
10043                 o to prevent multiple updates in a row the folder updates can be
10044                   frozen for some time.
10045
10046                 Note: - Please verify that no updates are missing
10047                       - Check where freeze/thaws should be added
10048
10049 2003-01-07 [christoph]  0.8.8claws62
10050
10051         * src/prefs_actions.c
10052                 don't translate empty strings
10053
10054         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10055
10056 2003-01-06 [christoph]  0.8.8claws61
10057
10058         * src/prefs_actions.c
10059                 mark strings for gettext
10060         * src/prefs_matcher.c
10061                 use new description window for Execute action and
10062                 match condition in Filtering
10063
10064         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10065
10066 2003-01-06 [alfons]     0.8.8claws60
10067
10068         keep myself inspired to re-organize matcher part 8; 
10069         yes, more to come (I need to move out the descriptive
10070         text for actions to matcher.c, or at least make it not
10071         depend on the wicked ordering)
10072
10073         * src/prefs_matcher.c
10074                 add documentation so others may comprehend the
10075                 UI part of the conditions
10076                 
10077 2003-01-06 [christoph]  0.8.8claws59
10078
10079         * src/prefs_actions.c
10080                 use new description window for syntax help
10081         * src/gtk/description_window.c
10082                 fix display of descriptions with column count != 2
10083
10084         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10085
10086 2003-01-06 [christoph]  0.8.8claws58
10087
10088         * src/quote_fmt.c
10089         * src/summaryview.[ch]
10090         * src/gtk/Makefile.am
10091         * src/gtk/description_window.[ch]       ** NEW **
10092                 use a generic window to display syntax descriptions
10093                 currently used in quote_fmt and summaryview (new description
10094                 for extended quick search)
10095
10096         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10097
10098 2003-01-06 [paul]       0.8.8claws57
10099
10100         * sync with 0.8.8cvs1
10101                 see ChangeLog 2003-01-06
10102
10103 2003-01-06 [christoph]  0.8.8claws56
10104
10105         * src/mainwindow.c
10106         * src/prefs_gtk.[ch]
10107         * src/gtk/prefswindow.[ch]
10108         * src/plugins/spamassassin/spamassassin_gtk.c
10109                 o remove page management from prefswindow, pages
10110                   will be an argument to prefswindow_open
10111                 o prefswindow_open gets a datapointer that is
10112                   passed to the widget_create function to allow
10113                   creation of prefswindow for specific items
10114
10115 2003-01-06 [colin]      0.8.8claws55
10116         
10117         * src/summaryview.c
10118                 We don't want regexp in the reply-finder, 
10119                 because MIDs can contain !,$,. and so on
10120
10121 2003-01-06 [jens]       0.8.8claws54
10122
10123         * src/jpilot.c
10124                 fixed a wrong free in jpilot_read_db_files
10125
10126 2003-01-06 [alfons]     0.8.8claws53
10127
10128         re-organize matcher part 8; more to come
10129        
10130         * src/matcher.c
10131                 matcherprop_to_string(): put g_free()s before the
10132                 switch-case break to fix memleaks                
10133
10134 2003-01-06 [colin]      0.8.8claws52
10135
10136         * src/summaryview.c
10137                 cleanup & reply-finder now displays the first 
10138                 matching message
10139
10140 2003-01-05 [alfons]     0.8.8claws51
10141
10142         re-organize matcher part 7; more to come
10143
10144         * src/matcher.[ch]
10145                 fixes for constant correctness;
10146                 more documentation;
10147
10148 2003-01-05 [alfons]     0.8.8claws50
10149
10150         re-organize matcher part 6; more to come
10151         
10152         * src/matcher.[ch]
10153                 fixes for constant correctness;
10154                 more documentation;
10155         * src/filtering.c
10156                 fix for constant correctness
10157
10158 2003-01-05 [colin]      0.8.8claws49
10159
10160         * src/account.[ch]
10161                 Add account_get_reply_account function
10162         * src/compose.c
10163                 Use account_get_reply_account function 
10164         * src/summaryview.c
10165                 Basic reply-finder - click on the replied
10166                 icon gets you to the outbox using quick-search
10167
10168 2003-01-05 [paul]       0.8.8claws48
10169
10170         * src/prefs_common.c
10171                 small change to English
10172                 
10173         * src/prefs_filtering.c
10174                 prefs_filtering_action_select(): improve logic and uniformity
10175                 of gui
10176
10177 2003-01-05 [alfons]     0.8.8claws47
10178
10179         fine tune solution to focus problems (bug #7)
10180
10181         * src/mainwindow.c
10182                 mainwindow_focus_in_event(): remove grab event check
10183         * src/summaryview.c
10184                 summary_button_pressed(): move selection on right-click
10185                 too. we can't possibly move the selection back after
10186                 canceling a dialog, because gtk's incomplete focus 
10187                 management. whether this is a good solution, only time
10188                 will tell.
10189
10190 2003-01-05 [christoph]  0.8.8claws46
10191
10192         * src/imap.c
10193                 fix crash when no imap connection could be established
10194
10195 2003-01-05 [paul]       0.8.8claws45
10196
10197         * src/mainwindow.c
10198           src/sumamryview.c
10199           src/gtk/menu.[ch]
10200                 fix bug 605957 'shortcuts in popup-menu'
10201                 make user-defined shortcuts work
10202                 show shortcuts that are already defined
10203                 in the main menu
10204                 Patch submitted by Luke Plant
10205
10206 2003-01-05 [alfons]     0.8.8claws44
10207
10208         * src/mainwindow.c
10209                 focus_in_event handler should not select summary view row 
10210                 when another window (menu, dialog) grabbed for events 
10211                 (bug #7, "[0.8.8claws42] Message summary focus") 
10212
10213 2003-01-04 [christoph]  0.8.8claws43
10214
10215         * src/procmsg.c
10216                 update save folder after adding the sent message
10217                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10218
10219 2003-01-02 [christoph]  0.8.8claws42
10220
10221         * src/common/plugin.c
10222                 fix unloading of all plugins and unload
10223                 plugins in reverse order
10224                 
10225         * src/gtk/pluginwindow.c
10226                 implement function of load and unload button
10227
10228         * src/gtk/prefswindow.c
10229         * src/gtk/prefswindow.h
10230                 rename register function and add new unregister
10231                 function
10232
10233         * src/plugins/spamassassin/spamassassin_gtk.c
10234                 unregister prefs page and update for changes in
10235                 src/gtk/prefswindow.c
10236
10237 2003-01-02 [paul]       0.8.8claws41
10238
10239         * po/es.po
10240                 updated by Ricardo Mones Lastra
10241
10242 2003-01-02 [paul]
10243
10244         * tools/tb2sylpheed
10245                 fixes and improvements by Urke MMI
10246
10247 2003-01-02 [thorsten]   0.8.8claws40
10248
10249         * src/procmsg.c
10250                 fixed wrong return value
10251
10252 2003-01-02 [thorsten]   0.8.8claws39
10253
10254         * src/prefs.c
10255                 fixed printing wrong variable
10256
10257 2003-01-02 [thorsten]   0.8.8claws38
10258
10259         * src/prefs.c
10260                 fixed acessing members of freed pfile struct
10261
10262 2003-01-02 [thorsten]   0.8.8claws37
10263
10264         * src/procmsg.c
10265                 detect loops across several messages
10266                 as suggested by Christoph Hohmann
10267
10268 2003-01-01 [match]      0.8.8claws36
10269
10270         * src/addrindex.c
10271                 fixed another memory leak.
10272
10273 2003-01-01 [match]      0.8.8claws35
10274
10275         * src/jpilot.[ch]
10276                 fixed memory leaks. applied Doxygen comments.
10277
10278 2003-01-01 [thorsten]   0.8.8claws34
10279
10280         * src/procmsg.c
10281                 inhibit endless loop if msg references itself
10282                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10283
10284 2003-01-01 [christoph]  0.8.8claws33
10285
10286         * src/mainwindow.c
10287         * src/gtk/Makefile.am
10288         * src/gtk/pluginwindow.c                ** NEW **
10289         * src/gtk/pluginwindow.h                ** NEW **
10290                 add plugin window
10291
10292         * src/plugins/demo/demo.c
10293         * src/plugins/spamassassin/spamassassin.c
10294         * src/plugins/spamassassin/spamassassin_gtk.c
10295                 write better plugin descriptions
10296
10297 2002-12-31 [christoph]  0.8.8claws32
10298
10299         * src/gtk/prefswindow.c
10300         * src/plugins/spamassassin/spamassassin_gtk.c
10301                 some small improvements to GTK code
10302
10303 2002-12-31 [christoph]  0.8.8claws31
10304
10305         * src/plugins/spamassassin/spamassassin_gtk.c
10306                 enable folder select button
10307
10308 2002-12-31 [christoph]  0.8.8claws30
10309
10310         * src/mainwindow.c
10311         * src/gtk/Makefile.am
10312         * src/gtk/prefswindow.c                         ** NEW **
10313         * src/gtk/prefswindow.h                         ** NEW **
10314                 add new prefs window
10315
10316         * src/common/plugin.c
10317                 don't try to load empty config lines
10318         
10319         * src/plugins/spamassassin/Makefile.am
10320         * src/plugins/spamassassin/spamassassin.c
10321         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10322         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10323                 GTK config for SpamAssassin Plugin using
10324                 the new prefs window
10325
10326 2002-12-31 [paul]       0.8.8claws29
10327
10328         * po/POTFILES.in
10329                 remove obsolete entry 'src/menu.c'
10330
10331 2002-12-31 [alfons]     0.8.8claws28
10332
10333         * src/matcher.[ch]
10334         * src/matcher_parser_parse.y
10335         * src/prefs_matcher.c
10336                 add "ignore_thread" and "~ignore_thread" condition so it's
10337                 possible to make the actions / scoring operate on the ignore
10338                 thread flag
10339
10340 2002-12-31 [christoph]  0.8.8claws27
10341
10342         * src/addrbook.c
10343         * src/addrindex.c
10344         * src/folder.c
10345         * src/matcher.c
10346         * src/prefs_account.c
10347         * src/prefs_actions.c
10348         * src/prefs_customheader.c
10349         * src/prefs_display_header.c
10350         * src/prefs_gtk.c
10351         * src/procmime.c
10352         * src/toolbar.c
10353         * src/xmlprops.c
10354         * src/common/prefs.[ch]
10355                 extend prefs file handling for reading and automatic handling
10356                 of blocks. When reading prefs_set_block_label will automatically
10357                 move on to the block. When writing it will copy all other blocks
10358                 automatically
10359
10360         * src/common/plugin.c
10361                 Now loading plugin filenames from [Plugins] block in
10362                 sylpheed rc file
10363
10364 2002-12-30 [christoph]  0.8.8claws26
10365
10366         * src/common/hooks.[ch]
10367                 return abort status to caller of hooks_invoke
10368                 
10369         * src/inc.[ch]
10370                 invoke message filtering hook and stop
10371                 default handling when filter returns abort
10372
10373         * src/common/plugin.[ch]
10374         * src/plugins/demo/demo.c
10375                 modify plugin loader, because resolving symbols for strings
10376                 does not work correctly
10377         
10378         * configure.in
10379         * ac/spamassassin.m4                            ** NEW **
10380         * src/plugins/spamassassin/.cvsignore           ** NEW **
10381         * src/plugins/spamassassin/Makefile.am          ** NEW **
10382         * src/plugins/spamassassin/README               ** NEW **
10383         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10384         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10385         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10386                 add spamassassin plugin, see src/plugins/spamassassin/README
10387                 for details
10388
10389 2002-12-29 [alfons]     0.8.8claws25
10390
10391         * src/mainwindow.c
10392                 when moving focus from a message view to the main 
10393                 window, don't forget to select the summary node
10394                 of the displayed message. should fix "[ 659103 ] 
10395                 focus-follows-mouse confuses sylpheed"
10396
10397 2002-12-29 [christoph]  0.8.8claws24
10398
10399         * src/Makefile.am
10400         * src/stringtable.[ch]          ** REMOVE **
10401         * src/common/Makefile.am
10402         * src/common/stringtable.[ch]   ** NEW **
10403                 move stringtable files to common directory
10404
10405 2002-12-29 [christoph]  0.8.8claws23
10406
10407         * src/Makefile.am
10408         * src/menu.[ch]                 ** REMOVE **
10409         * src/gtk/Makefile.am
10410         * src/gtk/menu.[ch]             ** NEW **
10411                 move menu files to gtk directory
10412
10413 2002-12-29 [match]      0.8.8claws22
10414
10415         * src/addressbook.c
10416         * src/syldap.c
10417                 moved UI specific code out of LDAP code into addressbook
10418                 UI code. fixed memory leak.
10419
10420 2002-12-29 [christoph]  0.8.8claws21
10421
10422         * src/folder.c
10423                 only check for IGNORED parent message when message is
10424                 not IGNORED itself
10425
10426 2002-12-29 [alfons]     0.8.8claws20
10427
10428         * src/summaryview.c
10429                 set gtksctree's anchor correct (immediate execute
10430                 changes the tree's layout, and anchor points at 
10431                 the incorrect row). fixes "[ 657233 ] multiple msg 
10432                 delete sometimes off by 1".
10433                 we probably have to look for more tree layout /
10434                 anchor glitches.
10435
10436 2002-12-29 [paul]       0.8.8claws19
10437
10438         * src/summaryview.c
10439                 fix bug [ 659054 ] incorrect sorting of 'From' column
10440                 when using 'display sender using address book'
10441                 thanks to Alfons and Luke Plant
10442
10443 2002-12-29 [christoph]  0.8.8claws18
10444
10445         * src/folder.c
10446         * src/procmsg.[ch]
10447                 check parent messages for IGNORE THREAD flag, when adding,
10448                 moving or copying messages to a folder
10449
10450 2002-12-27 [alfons]     0.8.8claws17
10451
10452         re-organize matcher part 5; more to come
10453
10454         * src/matcher.c
10455                 hash keywords in matchparser_tab 
10456
10457 2002-12-27 [alfons]     0.8.8claws16
10458
10459         re-organize matcher part 4; more to come
10460
10461         * src/matcher_parser.h
10462         * src/matcher_parser_lex.l
10463         * src/matcher_parser_parse.y
10464                 cleanup
10465
10466 2002-12-27 [alfons]     0.8.8claws15
10467
10468         re-organize matcher part 3; more to come
10469
10470         * src/matcher.[ch]
10471                 cleanup
10472
10473 2002-12-27 [alfons]     0.8.8claws14
10474
10475         re-organize matcher part 2; more to come but this should
10476         work. cc me if there are any regressions.
10477
10478         * src/matcher.h
10479                 add prototype for get_matchparser_tab_id()
10480         * src/matcher_parser_lex.l
10481                 look up keywords using matchparser_tab_id();
10482
10483 2002-12-27 [alfons]     0.8.8claws12
10484
10485         re-organize matcher part 1
10486
10487         * src/matcher.h
10488                 map yacc generated constants to sylpheed matcher constants
10489         * src/matcher.c
10490                 add function to find a matcher constant from a string
10491
10492 2002-12-27 [christoph]  0.8.8claws11
10493
10494         * src/compose.c
10495                 MENUITEM_ADD casts the 4th argument from integer to pointer
10496                 so it probably should not be a pointer, this means we
10497                 should use account id for it and not the account's pointer
10498
10499 2002-12-27 [paul]       0.8.8claws10
10500
10501         * src/mainwindow.c
10502                 remove unneeded 'GtkWidget *vbox'
10503                 
10504         * src/summaryview.c
10505                 further sync with 0.8.8 - make sort
10506                 by recipient work as expected
10507                 
10508         * NEWS
10509                 sync with 0.8.8
10510
10511 2002-12-27 [paul]       0.8.8claws9
10512
10513         * po/pt_BR.po
10514                 updated by Ivan F. Martinez
10515                 
10516 2002-12-27 [darko]      0.8.8claws8
10517
10518         * src/common/utils.c
10519                 added locked pattern to extended search
10520
10521 2002-12-27 [alfons]     0.8.8claws7
10522
10523         * src/prefs_matcher.[ch]
10524                 clean up
10525
10526 2002-12-26 [alfons]     0.8.8claws6
10527
10528         * src/matcher.[ch]
10529         * src/matcher_parser_lex.l
10530         * src/matcher_parser_parse.y
10531         * src/prefs_matcher.c
10532                 allow color label as a condition in the matcher
10533
10534 2002-12-26 [oliver]     0.8.8claws5
10535         
10536         * src/toolbar.c 
10537                 enable Addressbook for Main and Messageview
10538         * src/prefs_actions.c
10539                 enable actions in Messageview
10540
10541 2002-12-26 [christoph]  0.8.8claws4
10542
10543         * src/common/plugin.c
10544                 add a little debug output
10545         * configure.in
10546         * src/plugins/demo/Makefile.am
10547                 better use of automake
10548
10549 2002-12-26 [christoph]  0.8.8claws3
10550
10551         * src/Makefile.am
10552         * src/common/Makefile.am
10553                 fix "make distdir"
10554
10555 2002-12-26 [christoph]  0.8.8claws2
10556
10557         * configure.in
10558                 sort configure checks into common / gtk / plugins
10559         * po/POTFILES.in
10560                 add src/prefs_gtk.c
10561         * src/Makefile.am
10562                 add plugins SUBDIR
10563         * src/main.c
10564         * src/common/sylpheed.[ch]
10565                 added now sylpheed_done function for shutdown
10566         * src/common/Makefile.am
10567         * src/common/plugin.[ch]                ** NEW **
10568                 plugin loader and unloader
10569         * src/plugins/.cvsignore                ** NEW **
10570         * src/plugins/Makefile.am               ** NEW **
10571                 build plugins
10572         * src/plugins/demo/.cvsignore           ** NEW **
10573         * src/plugins/demo/Makefile.am          ** NEW **
10574         * src/plugins/demo/demo.c               ** NEW **
10575                 small demo plugin that installs a logtext hook and
10576                 outputs the log text to stdout
10577
10578 2002-12-26 [paul]       0.8.8claws1
10579
10580         * po/es.po
10581                 updated by Ricardo Mones Lastra
10582
10583 2002-12-26 [paul]       0.8.8claws
10584
10585         * 0.8.8claws released
10586
10587 2002-12-26 [paul]       0.8.7claws12
10588
10589         * po/bg.po
10590                 updated by George Danchev
10591
10592 2002-12-26 [paul]       0.8.7claws11
10593
10594         * po/POTFILES.in
10595                 remove unneeded 'src/prefs.c' entry 
10596
10597 2002-12-26 [paul]       0.8.7claws10
10598
10599         * src/codeconv.c
10600           src/mainwindow.c
10601                 sync with 0.8.8 release
10602         
10603         * src/folder.[ch]
10604           src/mh.c
10605           src/summaryview.c
10606                 partial sync with 0.8.8 release
10607         
10608
10609 2002-12-25 [alfons]     0.8.7claws9
10610
10611         * src/matcher.[ch]
10612         * src/matcher_parser_lex.l
10613         * src/matcher_parser_parse.y
10614         * src/prefs_matcher.c
10615                 add locked flag to possible filtering / matcher 
10616                 conditions (also a good example what should be
10617                 done to add a simple boolean condition)
10618
10619 2002-12-25 [christoph]  0.8.7claws8
10620
10621         * src/Makefile.am
10622         * src/account.[ch]
10623         * src/addrbook.c
10624         * src/addressbook.c
10625         * src/addrindex.c
10626         * src/filtering.c
10627         * src/folder.c
10628         * src/matcher.c
10629         * src/prefs.[ch]                ** REMOVE **
10630         * src/prefs_account.c
10631         * src/prefs_actions.c
10632         * src/prefs_common.c
10633         * src/prefs_customheader.c
10634         * src/prefs_display_header.c
10635         * src/prefs_filtering.c
10636         * src/prefs_folder_item.c
10637         * src/prefs_gtk.[ch]            ** NEW **
10638         * src/prefs_matcher.c
10639         * src/prefs_scoring.c
10640         * src/prefs_summary_column.c
10641         * src/procmime.c
10642         * src/selective_download.c
10643         * src/toolbar.c
10644         * src/common/Makefile.am
10645         * src/common/prefs.[ch]         ** NEW **
10646                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
10647
10648 2002-12-24 [alfons]     0.8.7claws7
10649
10650         * src/summaryview.c
10651                 summary_thread_build(): fix real cause of the crash mentioned in
10652                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
10653                 this way we get meaningful ctree nodes 
10654
10655 2002-12-24 [oliver]     0.8.7claws6
10656
10657         * src/mainwindow.[ch]
10658         * src/messageview.[ch]
10659         * src/compose.[ch]
10660         * src/inc.c
10661         * src/summaryview.c
10662                 changes to use updated toolbar handling
10663                 
10664 2002-12-24 [oliver]     0.8.7claws5
10665
10666         * src/toolbar.[ch]
10667                 generic toolbar handling
10668                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
10669         * src/prefs_toolbar.[ch]
10670                 adjust to handling
10671         
10672 2002-12-24 [oliver]     0.8.7claws4
10673         
10674         * src/stock_pixmap.[ch]
10675                 move SYLPHEED_LOGO to end of list in order 
10676                 to remove it from Custom Toolbar`s Icon View
10677
10678 2002-12-24 [alfons]     0.8.7claws3
10679
10680         * src/summaryview.c
10681                 summary_thread_build(): fix crash because of focus != selection 
10682                 after threading. when deleting the selection, gtk tries but fails 
10683                 to find the correct focusable element. we now force the selection
10684                 to be focused. this should solve the infamous bug reported by 
10685                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
10686                 a test case is available. 
10687
10688 2002-12-24 [darko]      0.8.7claws2
10689
10690         * src/summaryview.c
10691                 don't crash when unmarking message with unread children
10692
10693 2002-12-23 [christoph]  0.8.7claws1
10694
10695         * src/Makefile.am
10696         * src/common/Makefile.am
10697                 update Makefiles for moved intl.h, version.h and defs.h
10698         * src/imap.c
10699                 rewrite imap_session_get to avoid duplicate code
10700
10701 2002-12-23 [paul]       0.8.7claws
10702
10703         * Santa-Claws released
10704         
10705         * po/hu.po
10706           po/ru.po
10707                 squeeze in updated Hungarian and Russian translations.
10708                 Submitted by  Gál Zoltán and Ruslan N. Balkin
10709
10710 2002-12-23 [paul]       0.8.6claws129
10711
10712         * po/pl.po
10713                 updated by Witold Wladyslaw Wojciech Wilk
10714
10715 2002-12-23 [paul]       0.8.6claws128
10716
10717         * src/quote_fmt_parse.y
10718                 fix typo and add licence header
10719
10720 2002-12-23 [paul]       0.8.6claws127
10721
10722         * po/en_GB.po
10723                 updated
10724
10725 2002-12-23 [paul]       0.8.6claws126
10726
10727         * po/it.po
10728                 updated translation, submitted by Alessandro Maestri
10729                 
10730 2002-12-23 [paul]       0.8.6claws125
10731
10732         * src/quote_fmt_parse.y
10733                 fix signature-stripping on replies bug. match
10734                 '-- \n' and not '-- '.
10735
10736 2002-12-22 [paul]       0.8.6claws124
10737
10738         * po/bg.po
10739           po/es.po
10740           po/sr.po
10741                 updated translations. submitted by George Danchev,
10742                 Ricardo Mones Lastra, and Urke MMI respectively
10743
10744 2002-12-21 [paul]       0.8.6claws123
10745
10746         * src/addrbook.c
10747                 fix coding style
10748
10749 2002-12-21 [paul]       0.8.6claws122
10750
10751         * src/addrbook.c
10752                 fix bug [643638] where if a person is in one or more
10753                 addressbook groups editing that person's email 
10754                 address results in removal from those groups.
10755                 Patch submitted by Luke Plant.
10756
10757 2002-12-20 [christoph]  0.8.6claws121
10758
10759         * src/common/utils.c
10760         * src/summaryview.c
10761                 reimplement expand_search_string using GString to
10762                 prevent crashs caused by miscalculated string
10763                 lengths reported by Paul
10764
10765 2002-12-20 [christoph]  0.8.6claws120
10766
10767         * src/summaryview.c
10768                 don't use "changed" to check if op_count has to be changed as it
10769                 is also set when the message has unread children
10770                 (closes bug [ 653221 ] crash while deleting duplicates)
10771
10772 2002-12-20 [paul]       0.8.6claws119
10773
10774         * sync with 0.8.6cvs27
10775                 see ChangeLog 2002-12-20
10776
10777 2002-12-20 [paul]       0.8.6claws118
10778
10779         * sync with 0.8.6cvs26
10780                 see ChangeLog 2002-12-19 and 2002-12-20
10781
10782 2002-12-19 [alfons]     0.8.6claws117
10783
10784         * src/textview.c
10785                 fix incorrect parsing of email addresses, submitted by 
10786                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
10787                 name display if it contains @".
10788
10789 2002-12-18 [paul]       0.8.6claws116
10790
10791         * sync with 0.8.6cvs23
10792                 see ChangeLog 2002-12-18
10793
10794 2002-12-18 [paul]       0.8.6claws115
10795
10796         * src/Makefile.am
10797         * src/account.c
10798         * src/codeconv.c
10799         * src/gtkutils.[ch]
10800         * src/imap.c
10801                 sync with 0.8.6cvs22.
10802                 see ChangeLog 2002-12-17 and 2002-12-18
10803
10804 2002-12-17 [christoph]  0.8.6claws114
10805
10806         * src/imap.c
10807                 o don't create a session if imap greeting fails
10808                 o don't close socket when authentication fails
10809                   this is done by imap_session_destroy
10810
10811 2002-12-17 [thorsten]   0.8.6claws113
10812
10813         * tools/Makefile.am
10814           tools/README
10815           tools/google_msgid.pl ** NEW FILE **
10816                 Added "search for message-id" script and doc
10817
10818 2002-12-17 [thorsten]   0.8.6claws112
10819
10820         * po/hu.po
10821                 Updated hungarian translation
10822                 (updated by Gal Zoltan)
10823
10824 2002-12-16 [christoph]  0.8.6claws111
10825
10826         * src/addr_compl.c
10827                 remove stupid addressbook dump to debug output
10828         * src/mh.c
10829                 fix memory leak found by Hiro
10830
10831 2002-12-14 [paul]       0.8.6claws110
10832
10833         * src/compose.c
10834                 fix menubar sensitivity on send
10835                 
10836         * src/prefs_filtering.c
10837         * src/prefs_matcher.c
10838         * src/prefs_scoring.c
10839                 Fix english ;)
10840                 
10841         * src/common/quoted-printable.h
10842                 sync: fix typo
10843         
10844 2002-12-13 [christoph]  0.8.6claws109
10845
10846         * src/Makefile.am
10847         * src/manage_window.[ch]        ** REMOVE **
10848         * src/gtk/Makefile.am
10849         * src/gtk/manage_window.[ch]    ** NEW **
10850                 move manage_window files to gtk directory
10851
10852 2002-12-13 [christoph]  0.8.6claws108
10853
10854         * src/Makefile.am
10855         * src/gtkshruler.[ch]           ** REMOVE **
10856         * src/gtk/Makefile.am
10857         * src/gtk/gtkshruler.[ch]       ** NEW **
10858                 move gtkshruler files to gtk directory
10859
10860 2002-12-13 [christoph]  0.8.6claws107
10861
10862         * src/Makefile.am
10863         * src/compose.c
10864         * src/gtkstext.[ch]             ** REMOVE **
10865         * src/gtkutils.[ch]
10866         * src/textview.c
10867         * src/gtk/gtkstext.[ch]         ** NEW **
10868         * src/gtk/Makefile.am
10869                 o move stext functions to gtkstext.c to remove
10870                   dependency of gtkutils
10871                 o move gtkstext files to gtk directory
10872
10873         * src/gtk/Makefile.am
10874         * src/gtk/sslcertwindow.[ch]
10875                 UI stuff can always depend on common code so
10876                 it's ok to add ../common to include path
10877
10878 2002-12-13 [colin]      0.8.6claws106
10879
10880         * src/summaryview.c
10881                 Disconnect sighandlers for mainwindow when
10882                 quicksearch has the focus
10883                 Fix bug #653231
10884         * src/mainwindow.[ch]
10885                 Make key_pressed callback public, to be able
10886                 to disconnect it
10887
10888 2002-12-13 [christoph]  0.8.6claws105
10889
10890         * src/mh.c
10891                 create .mh_sequences file in new MH folders
10892                 (closes feature request [ 523162 ] MH folders should
10893                  get a .mh_sequences)
10894
10895 2002-12-13 [colin]      0.8.6claws104
10896
10897         * src/summaryview.c
10898                 Better handling of quicksearch show/hide
10899                 (basically the button stays under the mouse 
10900                  when toggled)
10901
10902 2002-12-13 [paul]       0.8.6claws103
10903
10904         * sync with 0.8.6cvs17
10905                 see ChangeLog 2002-12-13
10906
10907 2002-12-13 [paul]       0.8.6claws102
10908
10909         * po/es.po
10910                 updated by Ricardo Mones Lastra
10911
10912 2002-12-11 [colin]       0.8.6claws101
10913
10914         * src/folder.c
10915                 remove statusbar stuff
10916           src/folderview.c
10917                 set statusbar verbosity when moving folders
10918
10919 2002-12-11 [colin]       0.8.6claws100
10920         * src/prefs_filtering.c
10921         * src/prefs_matcher.c
10922         * src/prefs_scoring.c
10923                 Fix english ;)
10924
10925 2002-12-11 [colin]       0.8.6claws99
10926
10927         * src/prefs_common.[ch]
10928                 Add summary_quicksearch_type
10929         * src/summaryview.c
10930                 Save last used quicksearch type
10931
10932 2002-12-11 [jens]       0.8.6claws98
10933         * src/prefs_filtering.c
10934         * src/prefs_matcher.c
10935         * src/prefs_scoring.c
10936                 added dialog for incomplete rules in scoring, filtering and
10937                 matcher to ask wheather really close
10938
10939 2002-12-11 [colin]      0.8.6claws97
10940
10941         * src/folder.c
10942                 Fix folder dnd statusbar logging
10943
10944 2002-12-10 [christoph]  0.8.6claws96
10945
10946         * src/compose.c
10947         * src/folder.c
10948         * src/imap.c
10949         * src/inc.c
10950         * src/main.c
10951         * src/mainwindow.c
10952         * src/news.c
10953         * src/send.c
10954         * src/statusbar.[ch]
10955         * src/common/hooks.c
10956         * src/common/log.[ch]
10957                 o handle verbose logging in statusbar directly in statusbar code
10958                   and common code does not need any knowledge about a statusbar
10959                 o remove direct calls to statusbar_(puts|pop)_all functions
10960
10961 2002-12-10 [jens]       0.8.6claws95
10962
10963         * src/*.c
10964                 removed gettext from g_warnings
10965         * po/POTFILES.in
10966                 cleaned and updated
10967         * po/de.po
10968                 updated
10969
10970 2002-12-10 [colin]      0.8.6claws94
10971
10972         * src/main.c
10973                 finish crash dialog fix
10974
10975 2002-12-10 [colin]      0.8.6claws93
10976
10977         * src/main.c
10978                 "Fix" "sylpheed already running" instead of
10979                 crash dialog appearing after a crash
10980
10981 2002-12-10 [colin]      0.8.6claws92
10982
10983         * po/POTFILES.in
10984                 add src/gtk/sslcertwindow.c
10985
10986 2002-12-10 [paul]       0.8.6claws91
10987
10988         * po/POTFILES.in
10989                 updated to reflect recent changes
10990                 submitted by Alessandro Maestri
10991
10992 2002-12-09 [christoph]  0.8.6claws90
10993
10994         * src/Makefile.am
10995         * src/smtp.[ch]                 ** REMOVE **
10996         * src/common/Makefile.am
10997         * src/common/smtp.[ch]          ** NEW **
10998                 move smtp files to common directory
10999
11000 2002-12-09 [christoph]  0.8.6claws89
11001
11002         * src/Makefile.am
11003         * src/session.[ch]              ** REMOVE **
11004         * src/common/Makefile.am
11005         * src/common/session.[ch]       ** NEW **
11006                 move session files to common directory
11007
11008 2002-12-09 [paul]       0.8.6claws88
11009
11010         * src/account.c
11011                 fix bug [649746] edit accounts: move account reverted
11012                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11013
11014 2002-12-09 [colin]      0.8.6claws87
11015
11016         * src/ssl_certificate.c
11017                 cleanup
11018
11019 2002-12-09 [colin]      0.8.6claws86
11020
11021         * src/ssl.c
11022                 Try to open the cert.pem database and 
11023                 issue a warning if it isn't there
11024
11025 2002-12-09 [colin]      0.8.6claws85
11026
11027         * src/common/ssl_certificate.c
11028         * src/gtk/sslcertwindow.c
11029                 Warning fixes
11030
11031 2002-12-09 [colin]      0.8.6claws84
11032
11033         * src/ssl_certificate.[ch] ** REMOVED **
11034         * src/common/ssl_certificate.[ch] ** NEW **
11035         * src/Makefile.am
11036         * src/common/Makefile.am
11037                 Moved ssl_certificate.[ch] to common
11038         * src/common/ssl.c 
11039                 Put back needed include
11040         * src/gtk/sslcertwindow.[ch]
11041                 Changed ssl_certificate.h include
11042         
11043 2002-12-09 [colin]      0.8.6claws83
11044
11045         * src/gtk/sslcertwindow.[ch]
11046                 Implement hook for certificate acception
11047         * src/ssl_certificate.[ch]
11048                 Implement hook for certificate acception
11049         * src/common/ssl.c
11050                 Reenable certificate acception check
11051         * src/mainwindow.c
11052                 Register sslcertwindow's hook
11053         
11054 2002-12-08 [christoph]  0.8.6claws82
11055
11056         * src/about.c
11057         * src/addr_compl.c
11058         * src/codeconv.c
11059         * src/manual.c
11060         * src/undo.c
11061         * src/common/utils.c
11062                 o add missing includes
11063                 o fix warnings
11064         * src/.cvsignore
11065         * src/common/.cvsignore
11066         * src/common/version.h          ** REMOVE **
11067                 remove autogenerated file
11068
11069 2002-12-08 [paul]       0.8.6claws81
11070
11071         * src/stringtable.c
11072                 put back needed include
11073
11074 2002-12-08 [colin]      0.8.6claws80
11075         
11076         * src/gtk/sslcertwindow.c
11077                 Cleaner popups when asking
11078         * src/ssl_certificate.c
11079         * src/prefs_common.[ch]
11080                 remove ssl certificate pref
11081                 put back needed include
11082         * src/undo.c
11083                 put back needed include
11084
11085 2002-12-08 [christoph]  0.8.6claws79
11086
11087         * src/folderview.c
11088         * src/logwindow.c
11089         * src/statusbar.c
11090         * src/summaryview.c
11091                 only abort hook invokation if required data is missing not
11092                 if our own data pointer is NULL, update hookfunction for
11093                 log window
11094
11095 2002-12-08 [paul]       0.8.6claws78
11096
11097         * src/about.c
11098         * src/addrcache.c
11099         * src/addrclip.c
11100         * src/addr_compl.c
11101         * src/addrselect.c
11102         * src/codeconv.c
11103         * src/colorlabel.c
11104         * src/enriched.c
11105         * src/esmtp.c
11106         * src/exporthtml.c
11107         * src/headerview.c
11108         * src/imageview.c
11109         * src/manual.c
11110         * src/noticeview.c
11111         * src/pgptext.c
11112         * src/scoring.c
11113         * src/sourcewindow.c
11114         * src/stringtable.c
11115         * src/undo.c
11116                 clean up: remove unneccesary includes
11117
11118 2002-12-08 [christoph]  0.8.6claws77
11119
11120         * src/folderview.c
11121         * src/statusbar.c
11122         * src/summaryview.c
11123         * src/common/hooks.[ch]
11124                 hook functions now have a gboolean return value, if a hook
11125                 returns TRUE it will stop executing of any more hooks in
11126                 the same hooklist for this invokation
11127
11128 2002-12-08 [colin]      0.8.6claws76
11129         
11130         * src/main.c
11131                 put back argv0 for CRASH_DIALOG
11132
11133 2002-12-08 [christoph]  0.8.6claws75
11134
11135         * src/Makefile.am
11136         * src/about.c
11137         * src/account.c
11138         * src/crash.c
11139         * src/esmtp.h
11140         * src/imap.[ch]
11141         * src/inc.c
11142         * src/main.c
11143         * src/mainwindow.c
11144         * src/news.c
11145         * src/pop.[ch]
11146         * src/prefs_account.[ch]
11147         * src/prefs_common.[ch]
11148         * src/send.[ch]
11149         * src/smtp.[ch]
11150         * src/ssl_certificate.[ch]
11151         * src/ssl_manager.[ch]
11152         * src/common/Makefile.am
11153         * src/common/log.c
11154         * src/common/nntp.[ch]
11155         * src/common/socket.[ch]
11156         * src/common/ssl.[ch]
11157         * src/gtk/sslcertwindow.[ch]
11158         * ac/openssl.m4
11159                 use new autoconf script to detect OpenSSL with extra parameters
11160                 to specify the location of libs and includes, also remove USE_SSL
11161                 to USE_OPENSSL
11162
11163         * src/common/sylpheed.[ch]
11164         * src/common/version.h.in
11165                 start seperation of common code initialization seperated from gui
11166
11167         * src/summaryview.c
11168                 The function that is called when a color label changes
11169                 should not change the color lable again
11170
11171 2002-12-08 [colin]      0.8.6claws74
11172
11173         * src/gtk/sslcertwindow.c
11174                 warning fixes
11175
11176 2002-12-08 [colin]      0.8.6claws73
11177
11178         * src/statusbar.c
11179           src/common/log.h
11180                 Register a hook for statusbar_puts_all
11181         * src/common/log.c
11182                 invoke statusbar_puts_all's hook
11183         
11184 2002-12-08 [colin]      0.8.6claws72
11185
11186         * src/ssl_certificate.c
11187                 Put back a badly-removed include
11188
11189 2002-12-08 [colin]      0.8.6claws71
11190
11191         * src/gtk/sslcertwindow.[ch]    ** NEW **
11192                 new certificate presentation
11193         * src/gtk/Makefile.am
11194                 add new files
11195         * src/ssl_certificate.[ch]
11196                 gtk cleanup, made utility functions public
11197         * src/ssl_manager.c
11198                 use new cert presentation
11199
11200 2002-12-07 [christoph]  0.8.6claws70
11201
11202         * src/Makefile.am
11203         * src/nntp.[ch]                 ** REMOVE **
11204         * src/common/Makefile.am
11205         * src/common/nntp.[ch]          ** NEW **
11206                 move nntp files to common directory
11207
11208 2002-12-07 [christoph]  0.8.6claws69
11209
11210         * src/procmsg.[ch]
11211         * src/summaryview.c
11212                 implement msginfo update callback using sylpheed's new
11213                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11214
11215 2002-12-06 [christoph]  0.8.6claws68
11216
11217         * src/editgroup.c
11218                 This patch changes the 'Edit Group Details' dialog to
11219                 allow extended selections in either pane, so that
11220                 addresses can be added or removed from a group more
11221                 quickly and easily. (it actually is a net decrease in
11222                 file size, as some unnecessary functions have been
11223                 removed). 
11224                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11225
11226 2002-12-06 [christoph]  0.8.6claws67
11227
11228         * src/Makefile.am
11229         * src/template.[ch]             ** REMOVE **
11230         * src/common/Makefile.am
11231         * src/common/template.[ch]      ** NEW **
11232                 move template files to common directory
11233
11234         * src/nntp.c
11235                 add missing log.h include
11236
11237 2002-12-06 [melvin]     0.8.6claws66
11238
11239         * src/prefs_actions.c
11240                 Added the trailing ">" syntax to insert command's output
11241                 without replacing old text (in contrast to trailing "|").
11242
11243 2002-12-05 [colin]      0.8.6claws65
11244         
11245         * src/common/utils.c
11246                 Don't modify original search_string or it'll change
11247                 the next iterations in the for()
11248
11249 2002-12-05 [darko]      0.8.6claws64
11250
11251         * src/common/utils.c
11252                 proper check for filtering commands, found by Colin
11253
11254 2002-12-05 [darko]      0.8.6claws63
11255
11256         * src/common/utils.c
11257                 check proper string for NULL pointer, found by Colin
11258
11259 2002-12-05 [darko]      0.8.6claws62
11260
11261         * src/common/utils.[ch]
11262                 expand_search_string(): new function
11263                 converts Mutt-like patterns to Sylpheed's
11264                 filtering engine
11265         * src/summaryview.c
11266                 use expand_search_string() to allow Mutt-like
11267                 patterns in extended search
11268         * README.claws
11269                 document extended option in quick search
11270
11271 2002-12-05 [paul]       0.8.6claws61
11272
11273         * sync with 0.8.6cvs16
11274                 see ChangeLog 2002-12-05
11275                 
11276         * po/POTFILES.in
11277                 clean up
11278
11279 2002-12-04 [christoph]  0.8.6claws60
11280
11281         * src/imap.[ch]
11282                 put imap authentication code into a new function and
11283                 remove it from imap_session_new that will allow to
11284                 send other commands before authentication
11285
11286 2002-12-04 [christoph]  0.8.6claws59
11287
11288         * src/imap.[ch]
11289                 use already existing method to prevent unneeded IMAP
11290                 folder selects. Set imap_select parameters to NULL
11291                 in some functions if the values are not required.
11292
11293         * src/xml.h
11294                 remove no longer required include
11295
11296 2002-12-04 [paul]       0.8.6claws58
11297
11298         * po/es.po
11299                 updated by Ricardo Mones Lastra
11300                 
11301         * configure.in
11302           po/hu.po      ** NEW FILE **
11303                 initial Hungarian translation, submitted
11304                 by Gál Zoltán <galzoli@hu.inter.net>
11305
11306 2002-12-03 [christoph]  0.8.6claws57
11307
11308         * src/Makefile.am
11309         * src/gtksctree.[ch]            ** REMOVE **
11310         * src/gtk/Makefile.am
11311         * src/gtk/gtksctree.[ch]        ** NEW **
11312                 move gtksctree files to gtk directory
11313
11314 2002-12-03 [christoph]  0.8.6claws56
11315
11316         * src/Makefile.am
11317         * src/md5.[ch]                  ** REMOVE **
11318         * srm/common/Makefile.am
11319         * src/common/md5.[ch]           ** NEW **
11320                 move md5 files to common directory
11321
11322         * src/gtkstext.c
11323                 remove not required #include
11324
11325 2002-12-03 [sergey]     0.8.6claws55
11326
11327         * src/gtkutils.c
11328         * src/gtkutils.h
11329                 gtkut_window_popup(): new function.
11330         * src/mainwindow.c
11331                 main_window_popup(): use gtkut_window_popup() to raise
11332                 window without changing its position.
11333                 (see sylpheed-main ML message [sylpheed:17247])
11334
11335 2002-12-03 [sergey]     0.8.6claws54
11336
11337         * src/send.c
11338                 send_message_local(): removed first-dot escaping
11339                 (SMTP-only, not needed for sending through pipe)
11340
11341 2002-12-03 [paul]       0.8.6claws53
11342
11343         * po/POTFILES.in
11344                 update to reflect recent changes (thanks
11345                 to Ricardo Mones Lastra)
11346                 
11347         * tools/filter_conv.pl
11348                  fix problem with quoted strings. Patch submitted
11349                  by Luke Plant <lukeplant@softhome.net>
11350
11351 2002-12-03 [paul]       0.8.6claws52
11352
11353         * sync with 0.8.6cvs15
11354                 see ChangeLog 2002-12-03
11355
11356 2002-12-02 [christoph]  0.8.6claws51
11357
11358         * src/logwindow.[ch]
11359         * src/common/log.[ch]
11360                 implement logging using a hook function
11361
11362         * src/folderview.c
11363         * src/folder.[ch]
11364                 define hooklist name in header file to avoid
11365                 errors caused by wrong spelling of hooklist names
11366
11367         * src/toolbar.c
11368                 fix warnings
11369
11370 2002-12-02 [christoph]  0.8.6claws50
11371
11372         * src/common/Makefile.am
11373                 add src/common/hooks.[ch]
11374
11375         * src/common/hooks.[ch]
11376                 implement a simple hook system using glib's hook functions
11377
11378         * src/folder.[ch]
11379         * src/folderview.c
11380                 use new hook system for folder item updates
11381
11382 2002-12-02 [christoph]  0.8.6claws49
11383
11384         * doc-src/ui_seperation.txt     ** NEW **
11385                 information for ui seperation
11386
11387         * src/Makefile.am
11388                 remove files that were moved to common
11389                 include common directory by default for the header files
11390
11391         * src/inc.c
11392         * src/common/socket.c
11393         * src/automaton.[ch]
11394                 implement automaton using g_io_*-functions instead of
11395                 gdk_input_add to make it ui independent
11396
11397         * src/codeconv.c
11398         * src/compose.c
11399         * src/ldif.c
11400         * src/pgptext.c
11401         * src/procmime.c
11402         * src/rfc2015.c
11403         * src/smtp.c
11404         * src/unmime.c
11405                 remove common/ prefix because directory is now in
11406                 include path
11407
11408         * src/compose.c
11409         * src/folder.c
11410         * src/folderview.c
11411         * src/mainwindow.c
11412         * src/messageview.c
11413         * src/prefs_common.c
11414         * src/procmsg.c
11415         * src/rfc2015.c
11416                 fix warnings
11417
11418         * src/imap.c
11419         * src/inc.c
11420         * src/news.c
11421         * src/pop.c
11422         * src/send.c
11423         * src/smtp.c
11424         * src/ssl_certificate.c
11425                 add log.h header file for logging functions
11426
11427         * src/main.c
11428         * src/common/utils.c
11429         * src/summaryview.c
11430         * src/xml.c
11431                 o move debug_mode to common/utils.c
11432                 o add functions to set and get debug_mode
11433
11434         * src/defs.h                    ** REMOVE **
11435         * src/intl.h                    ** REMOVE **
11436         * src/socket.[ch]               ** REMOVE **
11437         * src/ssl.[ch]                  ** REMOVE **
11438         * src/utils.[ch]                ** REMOVE **
11439                 replaced by new files in src/common/
11440         
11441         * src/common/Makefile.am
11442                 add new files in src/common/
11443
11444         * src/common/defs.h             ** NEW **
11445         * src/common/intl.h             ** NEW **
11446         * src/common/log.[ch]           ** NEW **
11447         * src/common/socket.[ch]        ** NEW **
11448         * src/common/ssl.[ch]           ** NEW **
11449         * src/common/utils.[ch]         ** NEW **
11450                 replacement for files in src/
11451
11452 2002-12-02 [colin]      0.8.6claws48
11453
11454         * src/folderview.c
11455                 Scroll folderview if necessary during dnd
11456
11457 2002-12-02 [colin]      0.8.6claws47
11458
11459         * src/folder.[ch]
11460                 Add check to verify a move is within a single mailbox
11461         * src/folderview.c
11462                 Add specific error string for this check
11463
11464 2002-12-02 [colin]      0.8.6claws46
11465
11466         * src/folder.c
11467                 Add a test to folder moving, remove a statusbar_print
11468         * src/folderview.c
11469                 Add Move folder... context-menu item
11470                 Factorize folder moving code
11471                 Enable folder DND for mbox
11472
11473 2002-12-01 [christoph]  0.8.6claws45
11474
11475         * ac/aspell.m4
11476                 remove conf.aspelltest if the version check fails
11477
11478 2002-11-30 [christoph]  0.8.6claws44
11479
11480         * autogen.sh
11481                 run libtoolize --force in autogen to create missing
11482                 libtool scripts
11483
11484 2002-11-30 [christoph]  0.8.6claws43
11485
11486         * src/Makefile.am
11487         * src/pgptext.c
11488         * src/procmime.c
11489         * src/rfc2015.c
11490         * src/uuencode.[ch]             ** REMOVED **
11491         * src/common/Makefile.am
11492         * src/common/uuencode.[ch]      ** NEW **
11493                 move uuen/decoder to common directory
11494
11495 2002-11-30 [christoph]  0.8.6claws42
11496
11497         * src/Makefile.am
11498         * src/base64.[ch]               ** REMOVED **
11499         * src/codeconv.c
11500         * src/compose.c
11501         * src/ldif.c
11502         * src/pgptext.c
11503         * src/procmime.c
11504         * src/rfc2015.c
11505         * src/smtp.c
11506         * src/unmime.c
11507         * src/common/Makefile.am
11508         * src/common/base64.[ch]        ** NEW **
11509                 move base64 en/decoder to common directory
11510
11511 2002-11-30 [christoph]  0.8.6claws41
11512
11513         * src/common                    ** NEW **
11514                 new directory for UI independent code
11515         * src/gtk                       ** NEW **
11516                 new directory for GTK frontend
11517         * src/common/.cvsignore         ** NEW **
11518         * src/gtk/.cvsignore            ** NEW **
11519                 ignore build files
11520         * src/common/Makefile.am        ** NEW **
11521         * src/gtk/Makefile.am           ** NEW **
11522                 automake files to build new seperated stuff
11523         * src/Makefile.am
11524                 the binary will currently still be build with the
11525                 files in src, so we include the code from the
11526                 subdirs for now after building the libs there
11527
11528 2002-11-30 [paul]       0.8.6claws40
11529
11530         * src/compose.c
11531                 fix bug [642731] 'Wrong selected account with drafted mail'
11532
11533 2002-11-29 [oliver]     0.8.6claws39
11534         
11535         * src/messageview.c
11536                 o update summaryview when switching between different
11537                   messageviews          
11538         * src/toolbar.c  
11539                 o check if messageview holds already removed msg
11540                   from summaryview
11541                 
11542
11543 2002-11-29 [oliver]     0.8.6claws38
11544
11545         * src/toolbar.c 
11546                 remove not needed variables and includes
11547                 make messageview stay opened and move to next when msgs are deleted 
11548
11549 2002-11-29 [oliver]     0.8.6claws37
11550         
11551         * src/toolbar.c 
11552                 disable compose button (messageview toolbar) by default
11553                 deleted msgs are moved to trash
11554         
11555 2002-11-29 [melvin]     0.8.6claws36
11556
11557         * configure.in
11558                 Increased minimal gpgme version to 0.3.10 (Zombies out)
11559                 and to detect signatures expirations (gpgme 0.3.6)
11560
11561         * src/main.c
11562                 Use non obsolescent function for Gpgme engine checking.
11563
11564         * src/rfc2015.c
11565                 Inform about expired signatures or signatures which key
11566                 has expired. Expiration date is displayed.
11567
11568         * src/sigstatus.c
11569                 Inform about expired signatures or signatures which key
11570                 has expired.
11571
11572 2002-11-28 [paul]       0.8.6claws35
11573
11574         * src/folderview.c
11575                 re-instate 'Check for new messages' in Newsgroup
11576                 folders right-click menu, after a suggestion from
11577                 Tim Mann <timmann@users.sourceforge.net>
11578
11579         * src/main.c
11580                 after a crash check only local folders for new
11581                 messages
11582
11583 2002-11-28 [paul]       0.8.6claws34
11584
11585         * configure.in
11586                 apply patch that fixes the checking of GTK with XIM 
11587                 support on different OSs, such as FreeBSD. Patch 
11588                 submitted by Topia <topia@users.sourceforge.net>
11589                 
11590 2002-11-28 [paul]       0.8.6claws33
11591
11592         * src/mainwindow.c
11593           src/prefs_common.c
11594           src/prefs_toolbar.c
11595                 more changes to the English
11596
11597 2002-11-28 [paul]       0.8.6claws32
11598
11599         * sync with 0.8.6cvs13
11600                 see ChangeLog 2002-11-28 (no sync needed
11601                 for src/compose.c)
11602
11603 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
11604         
11605         * src/mainwindow.[ch]
11606                 add patch by Ivan F. Martinez introducing messageview Toolbar
11607                 some changes and committed by oliver    
11608
11609 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
11610
11611         * src/messageview.[ch]
11612                 add patch by Ivan F. Martinez introducing messageview Toolbar
11613                 some changes and committed by oliver    
11614
11615 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
11616
11617         * src/compose.[ch]
11618                 add patch by Ivan F. Martinez introducing messageview Toolbar
11619                 some changes and committed by oliver    
11620
11621 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
11622         
11623         * src/toolbar.[ch]
11624                 add patch by Ivan F. Martinez introducing messageview Toolbar
11625                 some changes and committed by oliver
11626
11627 2002-11-28 [oliver]     0.8.6claws27
11628         
11629         * src/prefs_toolbar.[ch]
11630                 getting ready for messageview toolbar
11631                 free mem allocated by gettext
11632                 change prefs_toolbar to prefs_toolbar_open
11633  
11634 2002-11-28 [thorsten]   0.8.6claws26
11635
11636         * src/imageview.[ch]
11637                 cleaned up conflicting declarations of
11638                 imageview_show_image()
11639
11640 2002-11-28 [paul]       0.8.6claws25
11641
11642         * src/grouplistdialog.c
11643           src/prefs_common.c
11644           src/prefs_summary_column.c
11645                 a few more improvements to the English
11646
11647 2002-11-28 [colin]      0.8.6claws24
11648
11649         * man/sylpheed.1
11650                 A few updates to command-line parameters
11651
11652 2002-11-28 [colin]      0.8.6claws23
11653
11654         * src/prefs_filtering.c
11655                 Fix problems with prefs_filtering_delete_path:
11656                 a) if the first rule is removed, original pointers
11657                    weren't updated (leading to segfaults)
11658                 b) it was always global_processing updated in case
11659                    of removed path was parent of rule path
11660
11661 2002-11-27 [paul]       0.8.6claws22
11662
11663         * src/mainwindow.c
11664           src/prefs_account.c
11665           src/prefs_actions.c
11666           src/prefs_common.c
11667           src/prefs_customheader.c
11668           src/prefs_display_header.c
11669           src/prefs_filtering.c
11670           src/prefs_folder_item.c
11671           src/prefs_matcher.c
11672           src/prefs_scoring.c
11673           src/prefs_summary_column.c
11674           src/prefs_template.c
11675           src/prefs_toolbar.c
11676                  improve the English in the GUI
11677
11678 2002-11-27 [colin]      0.8.6claws21
11679
11680         * src/folder.c
11681                 Fix processing renaming problems happening after
11682                 last commit
11683
11684 2002-11-27 [colin]      0.8.6claws20
11685
11686         * src/folder.c
11687                 recursive move now deletes src each subfolder after 
11688                 having moved it
11689         * src/folderview.c
11690                 Use identifier instead of path during dnd (enables
11691                 IMAP folder dnd)
11692
11693 2002-11-27 [paul]       0.8.6claws19
11694
11695         * src/main.c
11696                 apply patch that does command-line processing 
11697                 BEFORE gtk_init, allowing claws to run from 
11698                 shell-scripts in non-X environment (e.g. crontab 
11699                 or ip-up, ip-down scripts). Patch submitted by
11700                 Ruslan N. Balkin <baron@dartel.ru>
11701                 
11702         * po/it.po
11703                 updated by Alessandro Maestri
11704
11705 2002-11-27 [paul]       0.8.6claws18
11706
11707         * sync with 0.8.6cvs12
11708           src/prefs_common.c
11709                 Differences are that main uses a 'Receive dialog'
11710                 frame on the Interface tab, whereas claws groups all 
11711                 the dialogs together in a 'Dialogs' frame.
11712
11713 2002-11-27 [colin]      0.8.6claws17
11714
11715         * src/prefs_matcher.c
11716                 Fix Execute criteria's NOT flag
11717
11718
11719 2002-11-26 [christoph]  0.8.6claws16
11720
11721         * src/ssl.c
11722                 rewrite the ssl code a little bit, only use one
11723                 SSL context, set default certificates' file/path
11724
11725 2002-11-26 [thorsten]   0.8.6claws15
11726
11727         * src/compose.c
11728                 default-reply-to didn't work for ml-reply
11729
11730 2002-11-26 [melvin]     0.8.6claws14
11731
11732         * src/prefs_actions.c
11733                 Made pipe-actions ignore short headers in message view
11734                 Made trailing-pipe-actions write in the message view with
11735                 the same font as the original message
11736
11737 2002-11-26 [paul]       0.8.6claws13
11738
11739         * src/compose.c
11740                 this time commit the correct file
11741
11742 2002-11-26 [paul]       0.8.6claws12
11743
11744         * sync with 0.8.6cvs11
11745           src/quote_fmt_parse.y  
11746                 no sync needed
11747           src/account.[ch]       
11748                 not sync'ed
11749           src/compose.c
11750                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
11751                 on draft mode.
11752                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
11753                 header
11754                 
11755         see ChangeLog 2002-11-25 and 2002-11-26
11756
11757 2002-11-26 [colin]      0.8.6claws11
11758
11759         * src/folderview.c
11760                 Fix collapsed folder not auto-expanding during
11761                 mail dnd, if it was the source folder.
11762
11763 2002-11-25 [colin]      0.8.6claws10
11764
11765         * src/folderview.[ch]
11766                 Variable renaming and cleaning (slist of nodes 
11767                 to be re-collapsed is stored in FolderView)
11768
11769 2002-11-25 [paul]       0.8.6claws9
11770
11771         * src/prefs_common.[ch]
11772                 fix breakage caused by last commit
11773
11774 2002-11-25 [paul]       0.8.6claws8
11775
11776         * sync with 0.8.6cvs4
11777                 see ChangeLog 2002-11-21
11778
11779 2002-11-25 [paul]       0.8.6claws7
11780
11781         * sync with 0.8.6cvs4
11782                 see ChangeLog 2002-11-20
11783
11784 2002-11-25 [paul]       0.8.6claws6
11785
11786         * sync with 0.8.6cvs3
11787                 see ChangeLog 2002-11-18
11788
11789 2002-11-25 [colin]      0.8.6claws5
11790
11791         * src/gtkutils.[ch]
11792                 Add gtkut_ctree_node_is_parent()
11793         * src/folderview.c
11794                 Spring-loaded folders
11795
11796 2002-11-25 [colin]      0.8.6claws4
11797
11798         * src/utils.[ch]
11799                 Add slist_concat_unique(), function to merge
11800                 two GSList filtering dups
11801         * src/folder.[ch]
11802         * src/summaryview.[ch]
11803         * src/folderview.c
11804         * src/main.c
11805                 Add detection/update/display of unread answers
11806                 to marked mails
11807         * src/procmsg.[ch]
11808                 Add procmsg_find_children()
11809                 Add procmsg_msg_has_marked_parent()
11810
11811 2002-11-25 [colin]      0.8.6claws3
11812
11813         * src/ssl_certificate.[ch]
11814                 Allow checking a certificate without a DNS
11815                 lookup
11816                 Allow to forget a cert (by deleting it)
11817                 Make ssl_certificate_destroy_public
11818         * src/ssl_manager.[ch] ** NEW FILES **
11819                 Gui to manage (display/remove) certificates
11820         * src/prefs_common.[ch]
11821                 Add a pref to allow silent acceptation of
11822                 trusted certificates or not (based on the
11823                 "I want to know what's going on" principle)
11824         * src/mainwindow.c
11825                 Add SSL manager in Tools menu
11826         * src/Makefile.am
11827                 Add the new files to the build
11828         * po/POTFILES.in
11829                 Add ssl_manager.c to translations
11830
11831 2002-11-25 [colin]      0.8.6claws2
11832
11833         * src/summaryview.[ch]
11834                 Add S_SEARCH_EXTENDED to the quick search, which 
11835                 allows to search using filtering syntax.
11836
11837 2002-11-25 [colin]      0.8.6claws1
11838
11839         * src/summaryview.c
11840                 Deletion of duplicates now prefer deleting
11841                 the unread dup (fixes feature-request 638989).
11842
11843 2002-11-24 [paul]       0.8.6claws
11844
11845         * po/es.po
11846           po/pl.po
11847           po/ru.po
11848           po/sr.po
11849                 updated by Ricardo Mones Lastra,
11850                 Witold Wladyslaw Wojciech Wilk,
11851                 Ruslan N. Balkin, and  Urke MMI 
11852                 respectively
11853
11854 2002-11-24 [paul]       0.8.5claws182
11855
11856         * po/bg.po
11857                 updated by George Danchev
11858
11859 2002-11-23 [alfons]     0.8.5claws181
11860
11861         * src/imap.c
11862                 tiny memory leak found by browsing Dimitar's 
11863                 valgrind report
11864
11865 2002-11-23 [paul]       0.8.5claws180
11866
11867         * po/it.po
11868                 updated by Alessandro Maestri
11869
11870 2002-11-22 [christoph]  0.8.5claws179
11871
11872         * src/compose.c
11873         * src/inc.c
11874         * src/prefs_filtering.c
11875         * src/summaryview.c
11876                 more warning fixes
11877
11878 2002-11-22 [alfons]     0.8.5claws178
11879
11880         * src/summaryview.c
11881                 summary_execute_delete_func(): if message is deleted, make 
11882                 sure to also remove its entry in the subject hash table. 
11883                 fixes a corner case bug.
11884
11885 2002-11-22 [paul]       0.8.5claws177
11886
11887         * .cvsignore
11888                 add 'autom4te.cache'
11889                 
11890         * ltconfig      ** REMOVED **
11891                 not needed
11892
11893 2002-11-22 [paul]       0.8.5claws176
11894
11895         * src/textview.c
11896                 textview_set_font(): fix for message display in
11897                 UTF-8 locales (thanks to Sergey Vlasov).
11898                 
11899         * AUTHORS
11900                 add new team members and contributors
11901
11902
11903 2002-11-21 [colin]      0.8.5claws175
11904
11905         * src/procmsg.[ch]
11906                 Add procmsg_remove_special_headers()
11907         * src/mh.c
11908                 Use procmsg_remove_special_headers() for 
11909                 previous fix
11910
11911 2002-11-21 [colin]      0.8.5claws174
11912
11913         * src/mh.c
11914                 Fix moving/copying from queue/draft folders
11915                 for MH folders
11916
11917 2002-11-21 [christoph]  0.8.5claws173
11918
11919         * src/crash.c
11920         * src/filtering.c
11921         * src/logwindow.c
11922         * src/main.c
11923         * src/matcher_parser_lex.[hl]
11924         * src/mbox.c
11925         * src/mbox_folder.[ch]
11926         * src/prefs_filtering.c
11927         * src/procheader.c
11928         * src/quote_fmt_lex.l
11929         * src/ssl.c
11930                 fix all warnings except the warnings in lex and yacc files
11931
11932 2002-11-20 [christoph]  0.8.5claws172
11933
11934         * src/imap.c
11935                 fix MsgInfo retrieval for IMAP draft and queue folders
11936                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
11937
11938 2002-11-19 [christoph]  0.8.5claws171
11939
11940         * src/compose.c
11941                 fix segfault, when draft saving does not get
11942                 the MsgInfo of the new message
11943                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
11944
11945 2002-11-19 [christoph]  0.8.5claws170
11946
11947         * src/procmsg.c
11948                 add parameter check for flag setting function
11949                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
11950
11951 2002-11-18 [paul]       0.8.5claws169
11952
11953         * src/compose.c
11954                 more sensitivity fixes to redirect mode:
11955                 * disable toolbar draft button
11956                 * allow only Address book in the Tools menu
11957                 * disable editing of message by the spell
11958                   checker
11959
11960 2002-11-18 [paul]       0.8.5claws168
11961
11962         * src/compose.c
11963                 fix sensitivity of menu items in compose_redirect():
11964                 allow only the necessary items 
11965
11966 2002-11-18 [paul]       0.8.5claws167
11967
11968         * src/compose.c
11969                 fix bug [ 603259 ] 'attachment got lost on bounce'
11970
11971 2002-11-18 [paul]       0.8.5claws166
11972
11973         * po/ru.po
11974                 updated by Ruslan N. Balkin <baron@dartel.ru>
11975
11976 2002-11-18 [colin]      0.8.5claws165
11977
11978         * src/main.c
11979           src/defs.h
11980                 Remove old filtering stuff
11981
11982
11983 2002-11-17 [oliver]     0.8.5claws164
11984
11985         * src/toolbar.h
11986                 remove not needed typedef 
11987
11988 2002-11-17 [oliver]     0.8.5claws163
11989
11990         * src/toolbar.c
11991                 make toolbar's on click events translatable
11992
11993 2002-11-15 [colin]      0.8.5claws162
11994
11995         * src/summaryview.c
11996                 Revert too-soon integration of a feature
11997
11998 2002-11-15 [christoph]  0.8.5claws161
11999
12000         * src/imap.c
12001                 use main's implementation of imap_get_msginfo
12002
12003 2002-11-15 [christoph]  0.8.5claws160
12004
12005         * src/compose.c
12006         * src/folder.[ch]
12007         * src/imap.c
12008         * src/mbox_folder.c
12009         * src/mh.c
12010         * src/news.c
12011         * src/procmsg.c
12012         * src/summaryview.c
12013                 replace claws' fetch_msginfo with main's get_msginfo
12014                 (use main's implementation where possible)
12015
12016 2002-11-15 [colin]      0.8.5claws159
12017
12018         * src/ssl_certificate.c
12019                 Missed a check
12020
12021 2002-11-16 [melvin]     0.8.5claws158
12022
12023         * po/fr.po
12024                 Updated French translations.
12025
12026 2002-11-16 [colin]      0.8.5claws157
12027
12028         * src/ssl_certificate.c
12029                 Check for missing parts in the certificates
12030
12031 2002-11-15 [colin]      0.8.5claws156
12032
12033         * src/folderview.c
12034                 Preventive fix (missing check) found by
12035                 Alfons
12036
12037 2002-11-15 [paul]
12038
12039         * NEWS
12040                 sync with 0.8.6 release
12041
12042 2002-11-15 [colin]      0.8.5claws155
12043
12044         * src/folder.[ch]
12045           src/folderview.c
12046                 Fix error handling of folder_item_move_to()
12047                 (thanks to Alfons!)
12048
12049 2002-11-15 [colin]      0.8.5claws154
12050
12051         * src/folder.[ch]
12052           src/folderview.c
12053                 folder_item_move_to() sets an error message instead
12054                 of having GUI stuff in folder.c
12055
12056 2002-11-15 [colin]      0.8.5claws153
12057
12058         * src/procmsg.[ch]
12059                 Implemented a callback for MsgInfo updates, 
12060                 heavily copy/pasted from Christoph's folder 
12061                 callback system
12062         * src/summaryview.[ch]
12063                 Register summary_update_msg as callback
12064
12065 2002-11-14 [colin]      0.8.5claws152
12066         
12067         * src/procmsg.c
12068                 Update the FolderItem after sending (fixes 617593)
12069
12070 2002-11-14 [christoph]  0.8.5claws151
12071
12072         * src/folder.c
12073                 fix wrong position of NULL pointer check found
12074                 by Sergey
12075
12076 2002-11-14 [christoph]  0.8.5claws150
12077
12078         * src/folder.c
12079                 fix segfault when deleting messages from IMAP folders
12080                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12081
12082 2002-11-14 [colin]      0.8.5claws149
12083
12084         * src/compose.c
12085                 Forwarding was also ignoring the folder's default account.
12086
12087 2002-11-14 [colin]      0.8.5claws148
12088
12089         * src/compose.c
12090                 Fix sent folder not set to folder properties when 
12091                 forwarding.
12092
12093 2002-11-14 [thorsten]   0.8.5claws147
12094
12095         * src/inc.c
12096                 inc_start(): Files were not moved from .processing to inbox,
12097                 if no global processing rule existed
12098
12099 2002-11-14 [colin]      0.8.5claws146
12100
12101         * src/ssl_certificate
12102                 Fix file operations
12103
12104 2002-11-14 [paul]       0.8.5claws145
12105
12106         * po/it.po
12107                 updated by Alessandro Maestri
12108
12109 2002-11-13 [alfons]     0.8.5claws144
12110
12111         * src/folder.c
12112                 folder_item_close(): only mark messages unread
12113                 when a folder has new messages 
12114
12115 2002-11-13 [keith]      0.8.5claws143
12116
12117         * src/imap.c
12118                 Fix problem moving or copying between
12119                 IMAP folders
12120
12121 2002-11-13 [colin]      0.8.5claws142
12122
12123         * src/matcher_parser_parse.y
12124                 Fix rule problem when " don't match
12125
12126 2002-11-13 [christoph]  0.8.5claws141
12127
12128         * src/folder.c
12129         * src/folderview.c
12130                 moved cache saving to folder_item_close
12131                 the folderview should not have to deal with
12132                 this things
12133
12134 2002-11-13 [christoph]  0.8.5claws140
12135
12136         * src/summaryview.c
12137                 moved setting of important score to
12138                 summary_set_prefs_from_folderitem
12139
12140 2002-11-13 [colin]      0.8.5claws139
12141
12142         * src/matcher_parser_parse.y
12143                 Fix a segfault in the parser (happening when
12144                 a good expression had been tested and a bad 
12145                 one arrives)
12146
12147 2002-11-13 [paul]       0.8.5claws138
12148
12149         * sync with 0.8.5cvs24
12150                 see ChangeLog 2002-11-13
12151                 
12152         * po/pt_BR.po
12153                 updated by Fabio Jr. Beneditto
12154
12155 2002-11-13 [colin]      0.8.5claws137
12156         
12157         * src/msgcache.c
12158           src/defs.h
12159           src/procmsg.[ch]
12160                 Revert last commit, problem
12161
12162 2002-11-13 [colin]      0.8.5claws136
12163
12164         * src/msgcache.c
12165                 Remove duplicated code
12166         * src/defs.h
12167                 Bumped CACHE_VERSION and MARK_VERSION
12168         * src/procmsg.[ch]
12169                 Network endian for cache and mark files
12170
12171 2002-11-12 [colin]      0.8.5claws135
12172
12173         * src/inc.c
12174                 Fix the "socket error" dialog which disappeared
12175
12176 2002-11-12 [colin]      0.8.5claws134
12177
12178         * src/msgcache.c
12179                 Reverse last commit which had performance 
12180                 problems, but still reverse the list
12181
12182 2002-11-12 [colin]      0.8.5claws133
12183
12184         * src/msgcache.c
12185                 Reverse list order
12186
12187 2002-11-12 [melvin]     0.8.5claws132
12188
12189         * src/compose.c
12190                 Added a check for a NULL prefs_common.dictionary
12191
12192 2002-11-12 [colin]      0.8.5claws131
12193
12194         * src/ssl_certificate.[ch]
12195                 Use FQDN hostname
12196
12197 2002-11-12 [colin]      0.8.5claws130
12198
12199         * src/ssl_certificate.[ch]
12200                 Take connection port into account for 
12201                 checking certificates (a single hostname
12202                 could have multiple servers with multiple
12203                 certificates)
12204         * src/ssl.c
12205                 Pass the port to ssl_certificate_check
12206
12207 2002-11-12 [paul]       0.8.5claws129
12208
12209         * src/folder.c
12210                 fix a typo in last commit
12211
12212 2002-11-12 [paul]       0.8.5claws128
12213
12214         * sync with 0.8.5cvs23
12215                 see ChangeLog entry 2002-11-12
12216
12217 2002-11-11 [colin]      0.8.5claws127
12218
12219         * src/ssl_certificate.c
12220                 Cleaner messages
12221                 Don't popup, instead log error, if the 
12222                 corresponding pref is checked
12223         * src/ssl_certificate.h
12224                 include <openssl/objects/h>
12225
12226 2002-11-11 [colin]      0.8.5claws126
12227
12228         * src/ssl_certificate.h
12229                 _Really_ clean it
12230
12231 2002-11-11 [colin]      0.8.5claws125
12232         
12233         * src/ssl_certificate.c
12234                 Fixed leak
12235
12236 2002-11-11 [colin]      0.8.5claws124
12237
12238         * src/ssl.c
12239                 Cleaned a bit
12240         * src/ssl_certificate.[ch]
12241                 Cleaned a bit (better use of SSL API)
12242                 (This will cause non-recognition of saved 
12243                  certificates of claws12[23]...)
12244
12245 2002-11-11 [paul]       0.8.5claws123
12246         
12247         * po/es.po
12248                 updated by Ricardo Mones Lastra
12249
12250 2002-11-11 [colin]      0.8.5claws122
12251
12252         * src/ssl.c
12253                 Fix a typo
12254
12255 2002-11-11 [colin]      0.8.5claws121
12256
12257         * src/ssl_certificate.[ch] ** NEW FILES **
12258         * src/ssl.[ch]
12259                 Check SSL certificates presented to us
12260         * src/Makefile.am
12261                 Add ssl_certificate.[ch]
12262         * po/POTFILES.in
12263                 Add ssl_certificate.c
12264
12265 2002-11-11 [paul]       0.8.5claws120
12266
12267         * sync with 0.8.5cvs22
12268                 see ChangeLog 2002-11-11
12269
12270 2002-11-11 [paul]       0.8.5claws119
12271
12272         * sync with 0.8.5cvs21
12273                 see ChangeLog 2002-11-11
12274
12275 2002-11-10 [jens]       0.8.5claws118
12276
12277         * src/folder.c
12278         * src/folderview.c
12279                 corrected some typing
12280         * po/de.po
12281                 updated german translation
12282         * sylpheed.spec.in
12283                 cleaned up specfile and adjusted it for claws
12284
12285 2002-11-10 [colin]      0.8.5claws117
12286
12287         * src/summaryview.c
12288                 a STATUSBAR_PUSH/POP fix
12289
12290 2002-11-10 [colin]      0.8.5claws116
12291
12292         * src/prefs_folder_item.c
12293                 Fix hanging after opening folder properties
12294
12295 2002-11-10 [hoa]        0.8.5claws115
12296
12297         * src/matcher_parser_lex.l
12298         * src/matcher_parser_parse.y
12299                 config file for scoring and filtering is no more trashed
12300                 when there is a syntax error in a filtering rule when
12301                 editing it in a dialog.
12302
12303 2002-11-09 [colin]      0.8.5claws114
12304
12305         * src/mbox_folder.c
12306                 Added missing initialisation of folder->destroy()
12307
12308 2002-11-09 [colin]      0.8.5claws113
12309
12310         * src/folder.c
12311           src/folderview.c
12312                 Fix the status bar messages
12313
12314 2002-11-09 [colin]      0.8.5claws112
12315
12316         * src/folderview.c
12317                 Fix hangs after folder dnd, happening after 
12318                 claws109.
12319
12320 2002-11-09 [christoph]  0.8.5claws111
12321
12322         * src/folderview.c
12323                 just changed order of calls (reverse order of
12324                 associated calls)
12325         * src/inc.c
12326                 lock inc when checking only one account, otherwise
12327                 inc all could be executed at the same time
12328
12329 2002-11-09 [christoph]  0.8.5claws110
12330
12331         * src/folderview.c
12332                 better unlock the mouse cursor before calling
12333                 summary_show because it changes the cursor too
12334
12335 2002-11-09 [christoph]  0.8.5claws109
12336
12337         * src/folder.[ch]
12338         * src/folderview.c
12339                 add functions to open and close a folder
12340                 o opending will execute scanning for remote folders
12341                   and processing
12342                 o closing will unset new flag for messages
12343
12344 2002-11-09 [colin]      0.8.5claws108
12345
12346         * src/folder.c
12347                 Add a call to prefs_matcher_write_config to 
12348                 avoid non-leaf folders filtering settings to be
12349                 lost
12350
12351 2002-11-09 [paul]       0.8.5claws107
12352
12353         * src/prefs_account.c
12354                 re-word a label
12355
12356 2002-11-09 [colin]      0.8.5claws106
12357
12358         * src/folderview.c
12359                 Minor esthetic fix
12360
12361 2002-11-09 [colin]      0.8.5claws105
12362
12363         * src/folderview.c
12364                 Fix prefs_filtering deletion for MH folders (same
12365                 reason as below)
12366         * src/prefs_filtering.c
12367                 Fix prefs_filtering renaming and deletion for 
12368                 folder-based processing rules.  
12369
12370 2002-11-09 [christoph]  0.8.5claws104
12371
12372         * src/compose.c
12373         * src/folder.[ch]
12374         * src/folderview.[ch]
12375         * src/import.c
12376         * src/inc.c
12377         * src/main.c
12378         * src/mainwindow.c
12379         * src/messageview.c
12380         * src/prefs_folder_item.c
12381         * src/procmsg.c
12382         * src/summaryview.c
12383                 implement a callback system for folder item updates
12384
12385 2002-11-09 [colin]      0.8.5claws103
12386
12387         * src/folderview.c
12388                 Fix prefs_filtering renaming for MH folders (we
12389                 shouldn't rename by path as another folder could
12390                 have the same hierarchy).
12391
12392 2002-11-09 [colin]      0.8.5claws102
12393
12394         * src/folder.c
12395                 Fix a leak found by Christoph, use better variable
12396                 names
12397
12398 2002-11-09 [colin]      0.8.5claws101
12399
12400         * src/folder.c
12401                 One more fix for processing rules
12402
12403 2002-11-08 [colin]      0.8.5claws100
12404         
12405         * src/matcher.c
12406                 Don't copy the compiled regexp (will be reevaluated)
12407         * src/folderview.c
12408                 Lock folderview while moving
12409         * src/folder.c
12410                 Provide info on what's happening to the user
12411
12412 2002-11-08 [colin]      0.8.5claws99
12413
12414         * src/folderview.c
12415                 Fix folder reordering after a move if parent is 
12416                 root
12417         * src/scoring.[ch]
12418                 Add function to copy a ScoringProp
12419         * src/prefs_folder_item.c
12420                 Copy scoring rules when copying a folder prefs
12421
12422 2002-11-08 [colin]      0.8.5claws98
12423
12424         * src/folderview.c
12425                 Fixes in case of failure
12426         * src/filtering.[ch]    
12427                 Add function to duplicate a FilteringProp
12428         * src/matcher.[ch]
12429                 Add function to duplicate a MatcherProp
12430         * src/prefs_folder_item.c
12431                 Save folder's processing rules when copying 
12432                 its prefs
12433
12434 2002-11-08 [colin]      0.8.5claws97
12435         
12436         * src/folderview.c
12437                 Sort after move
12438         * src/folder.c 
12439                 Change a printf to debug_print
12440
12441 2002-11-08 [colin]      0.8.5claws96
12442
12443         * src/folder.c
12444           src/folderview.c
12445                 Fix segfaults, call me stupido
12446         
12447
12448 2002-11-08 [colin]      0.8.5claws95
12449
12450         *src/folder.c
12451                 Added forgotten prefs to save when moving folders
12452
12453 2002-11-08 [colin]      0.8.5claws94
12454
12455         * src/folder.c
12456                 Fixes to folder DND (prefs copy)
12457         * src/folderview.c
12458                 Optimization for folder DND (don't rescan whole tree)
12459                 Added folderview_create_folder_node() for this 
12460                 optimization, so de-duped a bit the code
12461         * src/prefs_folder_item.[ch]
12462                 Added prefs_folder_item_copy_prefs()    
12463           
12464 2002-11-08 [paul]       0.8.5claws93
12465
12466         * src/prefs_account.c
12467           tools/README
12468           tools/kmail2sylpheed_v2.pl
12469                 correct some typos
12470
12471 2002-11-08 [paul]       0.8.5claws92
12472
12473         * src/compose.c
12474           src/prefs_account.[ch]
12475                 remove account options 'clearsign' and 'ascii_armored',
12476                 replace with 'default_gnupg_mode' to prevent mixed-mode
12477                 Privacy settings
12478
12479 2002-11-08 [paul]       0.8.5claws91
12480
12481         * src/compose.[ch]
12482                 re-implement GnuPG 'on-the-fly' mode selection,
12483                 disallow mixed-mode
12484
12485 2002-11-08 [colin]      0.8.5claws90
12486
12487         * src/folderview.c
12488           src/prefs_folder_item.c
12489                 Change "Property" to "Properties"
12490
12491 2002-11-07 [colin]      0.8.5claws89
12492
12493         * src/folderview.c
12494           src/folder.c
12495                 Allow folder dropping to a root folder
12496
12497 2002-11-07 [paul]       0.8.5claws88
12498
12499         * src/compose.c
12500                 revert last commit
12501
12502 2002-11-07 [paul]       0.8.5claws87
12503
12504         * src/compose.c
12505                 fix reply-to-list bug. closes bug report
12506                 "[633382] reply-to-list broken in recent cvs"
12507
12508 2002-11-07 [paul]       0.8.5claws86
12509
12510         * src/compose.c
12511                 add a forgotten '#if USE_GPGME ... #endif'
12512
12513 2002-11-07 [paul]       0.8.5claws85
12514
12515         * sync with 0.8.5cvs20
12516                 see ChangeLog 2002-11-07
12517
12518 2002-11-07 [colin]      0.8.5claws84
12519
12520         * src/folder.[ch]
12521                 Change folder_item_move_to to return the newly 
12522                 created folderitem.
12523         * src/folderview.c
12524                 Select the new folderitem after moving.
12525
12526 2002-11-07 [colin]      0.8.5claws83
12527
12528         * src/prefs_filtering.c
12529                 Fix rule rewriting when moving a leaf folder to a 
12530                 shorter path
12531
12532 2002-11-07 [colin]      0.8.5claws82
12533
12534         * src/prefs_filtering.c
12535                 fix a leak
12536
12537 2002-11-07 [colin]      0.8.5claws81
12538
12539         * src/folder.[ch]
12540                 Add folder_item_move_to() function to move a 
12541                 folderitem into another one (updates matcher etc)
12542         * src/folderview.c
12543                 Add folder drag'n drop (context menu to come)
12544                 [Should be dataloss free, but Please backup before 
12545                  trying !]
12546
12547 2002-11-06 [colin]      0.8.5claws80
12548
12549         * src/mh.c
12550                 mh_create_folder() returns NULL if can't create
12551                 directory hierarchy
12552
12553 2002-11-06 [paul]       0.8.5claws79
12554
12555         * src/compose.[ch]
12556                 allow 'on-the-fly' changing of the type of encryption 
12557                 and/or signing used (mime/ascii) via the compose window
12558
12559 2002-11-06 [paul]       0.8.5claws78
12560
12561         * sync with 0.8.5cvs19
12562                 see ChangeLog 2002-11-06 for src/account.c: 
12563                 account_get_special_folder()
12564                 
12565 2002-11-05 [alfons]     0.8.5claws77
12566
12567         * src/crash.c
12568                 very minor cleanups: nothing to see here, move on. :-)
12569
12570 2002-11-05 [colin]      0.8.5claws76
12571
12572         * src/main.c
12573                 Changes choices if compose windows are opened to
12574                 Discard, Draft, Don't quit
12575
12576 2002-11-05 [thorsten]   0.8.5claws75
12577
12578         * src/compose.c
12579                 reenabled default_reply_to folder option
12580
12581 2002-11-05 [colin]      0.8.5claws74
12582
12583         * src/compose.[ch] 
12584                 add compose_draft()
12585         * src/crash.c
12586                 add SIGTERM handler
12587         * src/main.[ch]
12588                 add clean_quit() for the SIGTERM handler
12589
12590 2002-11-05 [paul]       0.8.5claws73
12591         
12592         * po/es.po
12593                 updated by Ricardo Mones Lastra
12594
12595 2002-11-05 [melvin]     0.8.5claws72
12596
12597         * src/logwindow.c
12598                 Fixed log-clipping bug #616795.
12599                 To stop logging in the log window use 0 length.
12600         * src/prefs_common.c
12601                 Added a label to inform about the 0 log length behaviour.
12602
12603 2002-11-05 [paul]       0.8.5claws71
12604
12605         * sync with 0.8.5cvs17
12606                 see ChangeLog 2002-11-05
12607
12608 2002-11-04 [paul]       0.8.5claws70
12609
12610         * sylpheed-128x128.png
12611           sylpheed-64x64.png
12612           sylpheed.png
12613                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
12614                 <nikai@users.sourceforge.net>
12615                 
12616         * po/bg.po
12617                 updated by George Danchev
12618
12619 2002-11-03 [thorsten]   0.8.5claws69
12620
12621         * src/main.c
12622           src/mimeview.c
12623           src/rfc2015.h
12624                 add check if gpg is active
12625
12626 2002-11-03 [thorsten]   0.8.5claws68
12627
12628         * src/toolbar.h
12629                 removed GSList declaration causing trouble on MacOS-X
12630                 (submitted by alfons, reported by xfesty)
12631
12632 2002-11-01 [paul]       0.8.5claws67
12633
12634         * src/mainwindow.c
12635                 remove last remnants of main's filter code
12636
12637 2002-11-01 [paul]       0.8.5claws66
12638
12639         * tools/filter_conv.pl
12640                 fix bug where user-defined headers were ignored
12641
12642 2002-11-01 [paul]       0.8.5claws65
12643
12644         * src/logwindow.c
12645                 make a debug_print() not translatable
12646
12647 2002-10-31 [melvin]     0.8.5claws64
12648
12649         * ac/aspell.m4
12650                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
12651                 not run any GNU/aspell test.  The dictionary path will
12652                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
12653                 was given, in which case, it will be $prefix/lib/aspell/
12654         * configure.in
12655                 Fixed typo in commentary (Aspell code).
12656
12657 2002-10-31 [paul]       0.8.5claws63
12658
12659         * po/POTFILES.in
12660                 remove src/filter.c and src/prefs_filter.c
12661                 thanks to Ricardo for reminding me
12662
12663 2002-10-31 [colin]      0.8.5claws62
12664
12665         * src/mbox_folder.c
12666                 Plug some leaks
12667
12668 2002-10-31 [paul]       0.8.5claws61
12669
12670         * src/prefs_filter.[ch] ** REMOVED **
12671           src/filter.[ch]       ** REMOVED **
12672           
12673         * src/Makefile.am
12674           src/folderview.c
12675           src/inc.c
12676           src/main.c
12677           src/mainwindow.c
12678           src/mbox.c
12679           src/prefs_common.c
12680           src/prefs_filtering.c
12681           src/summaryview.[ch]
12682                 remove main's 'filter' code
12683                 
12684         README.claws
12685                 update to reflect removal of main's filter
12686
12687 2002-10-31 [paul]       0.8.5claws60
12688
12689         * src/summaryview.c
12690                 remove check for global_processing in summary_filter_open(). 
12691                 This fixes the bug where if the user uses the right-click 
12692                 'Create filter rule...' and doesn't have any filter rules 
12693                 already defined in claws' advanced filtering, the newly 
12694                 created filter rule goes to main's filtering which is 
12695                 inaccessible through the gui. Now the filter rule gets added
12696                 to claws' filtering by default.
12697
12698 2002-10-28 [melvin]     0.8.5claws59
12699
12700         * src/prefs_actions.c
12701                 Fixed bug #627322 where MIME parts were not always
12702                 correctly passed to a %p action
12703                 Display an error dialog when message filename is not found.
12704
12705 2002-10-28 [melvin]     0.8.5claws58
12706
12707         * src/prefs_common.c
12708                 Readded a missing function declaration lost in 0.8.3claws34
12709
12710 2002-10-28 [paul]       0.8.5claws57
12711
12712         * sync with 0.8.5cvs15
12713                 see ChangeLog 2002-10-28 and 2002-10-25
12714                 
12715         Note: ChangeLog entry 2002-10-24 is not sync'ed.
12716
12717 2002-10-27 [oliver]     0.8.5claws56
12718
12719         * src/pop.c
12720                 plug leak in pop3_top_recv
12721
12722 2002-10-26 [christoph]  0.8.5claws55
12723
12724         * src/folder.c
12725                 set need_update folder flag when messages are added
12726                 (closes bug [ 626922 ] folder not updated after receiving)
12727
12728 2002-10-25 [melvin]     0.8.5claws54
12729
12730         * src/imageview.c
12731                 Fixed a memleak introduced in the scaling code.
12732
12733 2002-10-24 [alfons]     0.8.5claws53
12734
12735         * src/filtering.c
12736                 make filtering's forward message action forward from the 
12737                 correct account
12738                 (closes bug [628089 ] Filter -> Forward from address problem
12739                 reported by Oktay)
12740
12741 2002-10-24 [christoph]  0.8.5claws52
12742
12743         * src/mainwindow.c
12744         * src/manual.[ch]
12745                 o use manual of current locale or english if current
12746                   locale is not available (and english is available)
12747                 o also link to sylpheed doc project manuals
12748
12749 2002-10-23 [paul]       0.8.5claws51
12750
12751         * tools/README
12752           tools/kmail2sylpheed_v2.pl
12753                 add new version of kmail addressbook importer script.
12754                 works with newer versions of Kmail/KAddressBook which
12755                 have new and rearranged data.
12756
12757 2002-10-23 [martin]     0.8.5claws50
12758
12759         * src/folderview.c
12760         * src/summaryview.c
12761         * src/utils.h
12762         * src/utils.c
12763                 added length parameter to get_abbrev_newsgroup_name()
12764                 changed this function so that it abbreviates the newsgroup
12765                 names only so long it is smaller than the length parameter
12766                 (for better reading of some newsgroup names and space efficiency)
12767
12768 2002-10-22 [colin]      0.8.5claws49
12769
12770         *src/foldersel.c
12771                 Revert Alfons' last modification (after voting ;-))
12772
12773 2002-10-21 [alfons]     0.8.5claws48
12774
12775         * src/foldersel.c
12776                 folder view in folder selection dialog reflects state of
12777                 folder view in main window
12778
12779 2002-10-18 [alfons]     0.8.5claws47
12780
12781         * src/mbox.c
12782                 drop imported messages in folder selected by user,
12783                 and not in the inbox
12784                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
12785
12786 2002-10-18 [alfons]     0.8.5claws46
12787
12788         * src/compose.c
12789                 make automagic reply work correctly for email accounts 
12790                 (whether it's viable to do a full sync with Hiro's 
12791                 compose.c is still under discussion)
12792
12793 2002-10-18 [melvin]     0.8.5claws45
12794
12795         * src/prefs_actions.c
12796                 Fixed bug #622275 where asynchroneous actions left 
12797                 zombies processes
12798                 Made (synchroneous) actions' input be displayed live.
12799
12800 2002-10-18 [christoph]  0.8.5claws44
12801
12802         * src/textview.c
12803                 don't add a newline in the textview in front of the
12804                 first textpart if header display is disabled
12805                 (closes bug [ 603385 ] disabled header display leaves blank
12806                  lin)
12807
12808 2002-10-18 [christoph]  0.8.5claws43
12809
12810         * src/folder.[ch]
12811         * src/imap.c
12812         * src/mbox_folder.c
12813         * src/mh.c
12814         * src/news.c
12815                 folder->get_num_list now returns an error code
12816                 (closes bug [ 609424 ] News cache cleared on failure)
12817                 
12818 2002-10-17 [colin]      0.8.5claws42
12819         
12820         * src/news.c
12821                 Changed a printf by debug_print
12822
12823 2002-10-16 [paul]       
12824
12825         * tools/OOo2sylpheed.pl
12826                 allow for spaces in the name of the
12827                 file to be attached.
12828
12829 2002-10-16 [colin]      0.8.5claws41
12830
12831         * src/main.c
12832                 Use a tristate to change online mode
12833
12834 2002-10-16 [paul]       0.8.5claws40
12835
12836         * po/es.po
12837                 updated by Ricardo Mones Lastra
12838
12839 2002-10-16 [colin]      0.8.5claws39
12840
12841         * src/main.c
12842           src/mainwindow.[ch]
12843                 Added --online and --offline command-line
12844                 switches
12845
12846 2002-10-15 [christoph]  0.8.5claws38
12847
12848         * src/procmime.c
12849                 set mimeinfo->name to NULL after g_free to
12850                 avoid double freeing with g_free
12851
12852 2002-10-14 [christoph]  0.8.5claws37
12853
12854         * src/compose.c
12855         * src/filtering.c
12856         * src/summaryview.c
12857                 remove calls to folder->change_flags that are now
12858                 done by procmsg flag functions (seems it is not
12859                 used by any foldertype anyway)
12860         * src/folder.c
12861                 init folder->change_flags with NULL
12862
12863 2002-10-14 [christoph]  0.8.5claws36
12864
12865         * src/folder.[ch]
12866         * src/imap.[ch]
12867                 use virtual functions for folder item new and destroy
12868                 functions
12869
12870 2002-10-14 [melvin]     0.8.5claws35
12871
12872         * src/compose.c
12873                 Added a test to not run the spell checker if no default
12874                 dictionary is available. No dialog is displayed though.
12875
12876 2002-10-14 [melvin]     0.8.5claws34
12877
12878         * src/gtkaspell.c
12879                 Fixed bug in dictionary list context menu where
12880                 "More..." pointed to an emtpy submenu if the
12881                 number of dictionaries is a multiple of 15
12882                 Removed unneeded code in suggestions list creation
12883
12884 2002-10-14 [paul]       0.8.5claws33
12885
12886         * po/bg.po
12887                 updated by George Danchev
12888
12889 2002-10-13 [hoa]        0.8.5claws32
12890
12891         * src/matcher.[ch]
12892           src/matcher_parser_parser.y
12893                 removed the escaped string from internal structure
12894                 of matcher.
12895
12896 2002-10-12 [colin]      0.8.5claws31
12897
12898         * src/gtksctree.[ch]
12899           src/summaryview.c
12900                 Removed useless function gtksctree_reanchor
12901
12902 2002-10-12 [alfons]     0.8.5claws30
12903         
12904         * sync with remaining main changes 2002-10-09 - 2002-10-11
12905         - drop changes to src/compose.c (requires claws specific changes)
12906         
12907 2002-10-12 [alfons]     0.8.5claws29
12908         
12909         * sync with main changes of 2002-10-08
12910         - drop changes to src/compose.c (requires claws specific changes)
12911         - drop changes to src/summaryview.c (requires changes to compose.c)     
12912
12913 2002-10-12 [alfons]     0.8.5claws28
12914         
12915         * sync with main changes of 2002-10-07
12916
12917 2002-10-12 [alfons]     0.8.5claws27
12918
12919         * sync with main changes of 2002-10-04
12920         - drop changes to src/compose.c (requires claws specific changes)
12921         - drop changes to src/prefs_folder_item.c (claws implementation
12922           seems to be working)
12923
12924 2002-10-12 [colin]      0.8.5claws26
12925
12926         * src/mainwindow.c
12927                 Fix folder-flicker when space-reading, introduced 
12928                 in claws22.
12929
12930 2002-10-12 [colin]      0.8.5claws25
12931
12932         * src/compose.c
12933                 Save account address when saving as draft.
12934                 (closes bug 621838)
12935
12936 2002-10-12 [colin]      0.8.5claws24
12937
12938         * src/summaryview.c
12939                 Fix the problem consisting of no message selected
12940                 after the last message in a folder has been moved.
12941
12942 2002-10-12 [paul]       0.8.5claws23
12943
12944         * src/compose.c
12945           src/prefs_template.c
12946           src/template.[ch]
12947                 add Cc and Bcc to templates. Patch submitted by
12948                 John L. Males.
12949
12950 2002-10-12 [colin]      0.8.5claws22
12951
12952         * src/folderview.c
12953                 Fix a bug after "Check for new messages":
12954                 If a folder was opened, it was still selected at
12955                 the end of the check, but displayed empty.
12956         * src/mainwindow.c
12957                 Remove unnecessary check
12958
12959 2002-10-12 [paul]
12960
12961         * tools/README
12962                 be more verbose in the description of
12963                 OOo2sylpheed.pl
12964                 
12965
12966 2002-10-11 [colin]      0.8.5claws21
12967
12968         * src/mainwindow.c
12969                 Make space work (better) when no mail is selected
12970
12971 2002-10-11 [colin]      0.8.5claws20
12972
12973         * src/inc.c
12974           src/news.c
12975                 fix warnings
12976
12977 2002-10-11 [colin]      0.8.5claws19
12978
12979         * src/mainwindow.c
12980                 revert 0.8.5claws6 changes as i couldn't get to
12981                 anything satisfying
12982
12983 2002-10-11 [melvin]     0.8.5claws18
12984
12985         * src/compose.c
12986                 Removed buggy and unused macro (should have been committed in
12987                 0.8.5claws17)
12988
12989 2002-10-11 [melvin]     0.8.5claws17
12990
12991         * src/compose.c
12992                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
12993
12994 2002-10-11 [thorsten]   0.8.5claws16 
12995
12996         * src/folderview.c
12997                 remove rescan warning
12998
12999 2002-10-11 [colin]      0.8.5claws15 
13000
13001         * src/procheader.c
13002                 fix a segfault that happens if conv_unmime_header
13003                 fails (should be better to find out why it fails)
13004
13005 2002-10-11 [christoph]  0.8.5claws14
13006
13007         * src/summaryview.c
13008                 update folderview stats after ignore/unignore thread
13009
13010 2002-10-11 [hoa]        0.8.5claws13
13011
13012         * src/quote_fmt_parse.y
13013                 Fixed a yacc/bison syntax error
13014         * src/matcher.c
13015                 Escaping of string is fixed.
13016
13017 2002-10-11 [colin]      0.8.5claws12
13018
13019         * src/imageview.c
13020                 Resize images to fit
13021
13022 2002-10-11 [paul]       0.8.5claws11
13023
13024         * po/es.po
13025                 updated by Ricardo Mones Lastra
13026
13027 2002-10-10 [alfons]     0.8.5claws10
13028
13029         * src/compose.c
13030                 allow dropping files by "moving" files from a file manager,
13031                 not only by the more cumbersome "copying". the latter 
13032                 mostly implies holding down the Control button
13033
13034 2002-10-10 [christoph]  0.8.5claws9
13035
13036         * src/summaryview.c
13037                 update folders after thread building for ignored threads
13038
13039 2002-10-10 [christoph]  0.8.5claws8
13040
13041         * config/.cvsignore
13042                 added Makefile
13043         * src/filtering.[ch]
13044         * src/folder.[ch]
13045         * src/folderview.[ch]
13046         * src/import.c
13047         * src/inc.[ch]
13048         * src/mbox.[ch]
13049         * src/procmsg.c
13050         * src/summaryview.[ch]
13051                 o added new flag need_update to FolderItem
13052                 o removed folder_table from various functions from tracking
13053                   folder updates
13054                 o set need_update flags in folder.c's move, copy and delete
13055                   functions and procmsg's flags functions
13056                 o added function folderview_update_items_when_required that
13057                   updates all folders with need_update set
13058                 o call folderview_update_items_when_required instead of
13059                   folderview_update_item_foreach
13060
13061 2002-10-09 [sergey]     0.8.5claws7
13062
13063         * src/compose.c
13064                 Strip CRs whel loading the text into editor in reedit mode.
13065
13066 2002-10-09 [colin]      0.8.5claws6
13067
13068         * src/mainwindow.c
13069                 Make Space work when no mail is selected
13070
13071 2002-10-09 [colin]      0.8.5claws5
13072
13073         * src/gtksctree.[ch]
13074                 Fix range_select
13075                 Add gtk_sctree_reanchor() 
13076         * src/summaryview.c
13077                 Use gtk_sctree_reanchor() - better fix for 
13078                 bug 60413
13079
13080 2002-10-09 [colin]      0.8.5claws4
13081
13082         * src/summaryview.c
13083                 Fix shift-click select after delete problem
13084                 (closes bug 60413)
13085
13086 2002-10-08 [thorsten]   0.8.5claws3
13087
13088         * src/summaryview.c
13089                 exclude current msg from -hide read messages-
13090
13091 2002-10-08 [colin]      0.8.5claws2
13092
13093         * src/inc.[ch]
13094           src/pop.c
13095           src/recv.c
13096                 Differentiate socket errors from disk full
13097                 errors
13098
13099 2002-10-08 [christoph]  0.8.5claws1
13100
13101         * Makefile.am
13102         * configure.in
13103                 modifications for new config directory
13104
13105         * config.guess  ** REMOVED **
13106         * config.sub    ** REMOVED **
13107         * install-sh    ** REMOVED **
13108         * ltmain.sh     ** REMOVED **
13109         * missing       ** REMOVED **
13110         * mkinstalldirs ** REMOVED **
13111                 these files are autogenerated by automake
13112                 when you run autogen.sh
13113
13114         * config/.cvsignore     ** NEW FILE **
13115         * config/Makefile.am    ** NEW FILE **
13116                 ignore autogenerated files
13117                 create a Makefile in this directory
13118
13119 2002-10-08 [paul]       0.8.5claws
13120
13121         * 0.8.5claws release
13122         
13123         * src/compose.c
13124           src/procheader.c
13125           src/procmsg.c
13126                 fix quote reply format for newsgroups reply bug
13127                 (thanks to Hoa)
13128                 
13129         * po/en_GB.po
13130           po/pl.po
13131                 updated by me and Witold Wladyslaw Wojciech Wilk
13132                 repectively
13133
13134 2002-10-07 [paul]       0.8.3claws53
13135
13136         * po/it.po
13137           po/pt_BR.po
13138           po/sr.po
13139                 updated messages catalogs, submitted by
13140                 Alessandro Maestri, Fabio Jr.Beneditto 
13141                 and Urke MMI, respectively.
13142
13143 2002-10-07 [christoph]  0.8.3claws52
13144
13145         * src/folder.[ch]
13146         * src/folderview.c
13147         * src/mainwindow.c
13148                 fix new folder ghost message bug
13149                 (closes bug [ 619722 ] wrong count for newly created folders)
13150
13151 2002-10-07 [christoph]  0.8.3claws51
13152
13153         * src/compose.c
13154                 fix news posting problem
13155
13156 2002-10-07 [melvin]     0.8.3claws50
13157
13158         * po/fr.po
13159                 Updated French translation
13160
13161 2002-10-05 [christoph]  0.8.3claws49
13162
13163         * src/gtkstext.c
13164                 check if line_start_cache is set in gtk_stext_update_text
13165                 (closes bug [ 618119 ] crash while doing search in folder)
13166
13167 2002-10-05 [christoph]  0.8.3claws48
13168
13169         * src/imap.c
13170         * src/news.c
13171         * src/utils.c
13172         * src/utils.h
13173                 implement cache cleanups for claws' folder system
13174                 (closes bug [ 595916 ] imapcache not cleaned up)
13175
13176 2002-10-05 [melvin]     0.8.3claws47
13177
13178         * src/prefs_actions.c
13179                 Made the help text more clear for the %p token
13180
13181 2002-10-04 [paul]       0.8.3claws46
13182
13183         * sync with 0.8.5
13184                 see ChangeLog 2002-10-02 and 2002-10-03
13185
13186 2002-10-04 [christoph]  0.8.3claws45
13187
13188         * src/inc.c
13189                 fix segfault caused by pop before smtp
13190                 call to inc_account_mail with NULL
13191                 pointer for mainwin
13192
13193 2002-10-04 [paul]       0.8.3claws44
13194
13195         * configure.in
13196                 sync the LDAP detection from 0.8.5cvs1
13197
13198 2002-10-02 [christoph]  0.8.3claws43
13199
13200         * po/de.po
13201                 fix small spelling error
13202
13203 2002-10-02 [melvin]     0.8.3claws42
13204
13205         * ac/aspell.m4
13206                 Behave better and say "no" when test program cannot be run.
13207
13208 2002-10-02 [paul]       0.8.3claws41
13209
13210         * sync with 0.8.4cvs1
13211                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13212                 
13213         * src/summaryview.c
13214                 toggle the behavior of Reply menuitem between
13215                 normal reply and reply-to-list
13216
13217 2002-10-01 [sergey]     0.8.3claws40
13218
13219         * src/compose.c
13220                 Convert newlines in the message text to the canonical form
13221                 before base64 encoding (RFC2045 compliance, fixes some
13222                 interoperability issues with Evolution 1.0.3)
13223
13224 2002-09-29 [colin]      0.8.3claws39
13225
13226         * src/summaryview.c
13227                 Fix an unwanted copy/paste
13228
13229 2002-09-29 [colin]      0.8.3claws38
13230
13231         * src/mainwindow.c
13232                 Renamed "Custom toolbar" to "Customize toolbar"
13233                 Renamed "Show all header" to "Show all headers"
13234                 Renamed "Set diplay item" to "Set displayed items"
13235         * src/prefs_common.c
13236                 Renamed "Show all header" to "Show all headers"
13237         * src/prefs_summary_column.c
13238                 Renamed "diplay item" to "displayed items"
13239
13240 2002-09-29 [colin]      0.8.3claws37
13241
13242         * src/mainwindow.[ch]
13243                 online/offline status pixmaps follow theme
13244                 changes
13245         * src/summaryview.[ch]
13246                 quicksearch pixmap follows theme changes
13247
13248 2002-09-29 [thorsten]   0.8.3claws36
13249
13250         * src/compose.c
13251           src/prefs_folder_item.[ch]
13252                 add default_reply_to folder option (closes patch 581044)
13253
13254 2002-09-29 [christoph]  0.8.3claws35
13255
13256         * acconfig.h    ** REMOVED **
13257         * configure.in
13258         * ac/aspell.m4
13259         * ac/check-type.m4
13260         * ac/gnupg-check-typedef.m4
13261                 fix autoheader 2.50 warning
13262
13263 2002-09-29 [christoph]  0.8.3claws34
13264
13265         * major code cleanup (part 2)
13266         
13267                 - unused variables removed
13268                 - unused functions removed
13269                 - uninitialized variables checked
13270                 - missing return statements added
13271                 - missing function return types added
13272                 - added parentheses around assignment
13273                   when suggested by gcc
13274
13275 2002-09-29 [alfons]     0.8.3claws33
13276
13277         * src/logwindow.c
13278                 log_window_clear(): only bracket gtk_text_forward_delete() 
13279                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13280                 works around GTK text bug)
13281
13282 2002-09-29 [paul]       0.8.3claws32
13283
13284         * po/bg.po
13285           po/sr.po
13286                 updated by George Danchev and Urke MMI
13287                 respectively
13288
13289 2002-09-27 [christoph]  0.8.3claws31
13290
13291         * doc-src/readme.txt
13292         * doc-src/rfc1806.txt   ** REMOVED **
13293         * doc-src/rfc2183.txt   ** NEW FILE **
13294         * doc-src/rfc2980.txt   ** NEW FILE **
13295                 update rfcs
13296
13297 2002-09-27 [melvin]     0.8.3claws30
13298
13299         * ac/aspell.m4
13300                 Fixed typo which could break linking
13301
13302 2002-09-27 [melvin]     0.8.3claws29
13303
13304         * ac/aspell.m4
13305                 Improved GNU/aspell checking. 
13306                 Fixed bug #614490
13307
13308 2002-09-27 [paul]       0.8.3claws28
13309
13310         * sync with 0.8.3cvs8
13311                 see ChangeLog 2002-09-27
13312
13313 2002-09-26 [colin]      0.8.3claws27
13314
13315         * src/toolbar.[ch]
13316           src/mainwindow.[ch]
13317                 Add "Reply to Mailing-list" to the toolbar
13318
13319 2002-09-26 [christoph]  0.8.3claws26
13320
13321         * src/summaryview.c
13322                 Fix wrong message counts in summaryview status
13323
13324 2002-09-26 [paul]       0.8.3claws25
13325
13326         * sync with 0.8.3cvs7
13327                 see ChangeLog 2002-09-26
13328
13329 2002-09-26 [paul]       0.8.3claws24
13330
13331         * sync with 0.8.3cvs6
13332                 see ChangeLog 2002-09-25
13333
13334 2002-09-25 [christoph]  0.8.3claws23
13335
13336         * src/prefs_common.c
13337         * src/prefs_folder_item.c
13338         * src/prefs_scoring.c
13339                 Renamed "kill score" to "hide score" in GUI
13340                 and prefs files
13341
13342 2002-09-25 [paul]       0.8.3claws22
13343
13344         * sync with 0.8.3cvs5
13345                 see ChangeLog 2002-09-24
13346
13347 2002-09-24 [alfons]     0.8.3claws21
13348
13349         patch by Satoshi Nagayasu: allows appending / saving multiple 
13350         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13351         'Save as ...'")
13352
13353         * AUTHORS
13354                 add Satoshi Nagayasu
13355         * src/summaryview.c
13356                 summary_save_as(): allow saving selected files to
13357                 one file
13358                 summary_set_menu_sensitive: enable "Save As..." when
13359                 multiple files are selected
13360         * src/utils.[ch]
13361                 append_file(): new function
13362
13363 2002-09-24 [colin]      0.8.3claws20
13364
13365         * src/procmime.c
13366                 Fix segfault when mimeinfo doesn't have a 
13367                 content_type. 
13368
13369 2002-09-24 [colin]      0.8.3claws19
13370
13371         * src/prefs_common.[ch]
13372                 Add a preference to display send dialog or not
13373         * src/send.c
13374                 Display send dialog according to preference
13375
13376 2002-09-24 [colin]      0.8.3claws18
13377
13378         * src/compose.[ch]
13379                 Disable user actions when sending
13380
13381 2002-09-24 [colin]      0.8.3claws17
13382
13383         * src/procmime.c
13384                 Do not display name or filename for attachments
13385                 with an application/pgp-signature type
13386                 (security flaw, see bug 537413)
13387
13388 2002-09-23 [colin]      0.8.3claws16
13389
13390         * src/editaddress.c
13391                 Initialize entry_email, entry_alias and 
13392                 entry_remarks to first email address of the list
13393
13394 2002-09-23 [colin]      0.83claws15
13395
13396         * src/compose.c
13397                 Drop pgp-signature when reediting a signed queued
13398                 message
13399
13400 2002-09-23 [melvin]     0.8.3claws14
13401
13402         * po/fr.po
13403                 Updated French translation
13404
13405 2002-09-23 [melvin]     0.8.3claws13
13406
13407         * src/mainwindow.c
13408                 Made custom toolbar menu labels more consistent
13409         * src/prefs_toolbar.c
13410                 Made custom toolbar window title more consistent
13411
13412 2002-09-22 [colin]      0.8.3claws12
13413
13414         * src/inc.c
13415                 Initialize session type to normal before getting 
13416                 mail (fixes strange Get behaviour)
13417         * src/prefs_account.h
13418                 Move STYPE_POP_BEFORE_SMTP to last position to 
13419                 avoid other side-effects
13420
13421 2002-09-22 [colin]      0.8.3claws11
13422
13423         * src/prefs_account.c
13424                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13425                 from pop3 to apop or vice-versa
13426
13427 2002-09-22 [colin]      0.8.3claws10
13428         
13429         * src/prefs_account.[ch]
13430                 Add an option for the POP before SMTP timeout
13431         * src/inc.c
13432                 Remember time of last POP connection
13433         * src/send.c
13434                 Do POP before SMTP only if timeout reached
13435
13436 2002-09-22 [oliver]     0.8.3claws9
13437         
13438         * README.claws
13439                 explain custom toolbar
13440
13441 2002-09-22 [oliver]     0.8.3claws8
13442
13443         * src/prefs_actions.[ch]
13444         custom toolbar for compose      
13445                 actions callback from compose toolbar
13446         * src/folderview.c
13447                 remove include toolbar.h
13448
13449 2002-09-22 [oliver]     0.8.3claws7
13450         
13451         * src/prefs_toolbar.[ch]
13452                 custom toolbar for compose
13453                 - generic prefs_toolbar handles both
13454                   Mainwin's toolbar as well as Compose toolbar          
13455
13456 2002-09-22 [oliver]     0.8.3claws6
13457         
13458         * src/toolbar.[ch]
13459                 custom toolbar for compose
13460                 restructure toolbar.[ch]
13461
13462 2002-09-22 [oliver]     0.8.3claws5
13463
13464         * src/compose.[ch]
13465                 custom toolbar for compose
13466
13467 2002-09-22 [oliver]     0.8.3claws4
13468         
13469         * src/mainwindow.[ch]
13470                 custom toolbar for compose 
13471                 move mainwin toolbar back to mainwindow
13472
13473 2002-09-22 [alfons]     0.8.3claws3
13474
13475         * src/procmsg.c
13476                 :%sno/if(/if (/gc
13477                 :%sno/for(/for (/gc
13478                 (beautify)
13479
13480 2002-09-22 [alfons]     0.8.3claws2
13481         
13482         * src/procmsg.c
13483                 procmsg_save_to_outbox(): don't unlink message file from queue;
13484                 callers should do it using folder_item_remove_msg()
13485
13486 2002-09-22 [colin]      0.8.3claws1
13487
13488         * src/mimeview.[ch]
13489                 Made mimeview_check_signature() public
13490         * src/textview.c
13491                 Made GPG signatures verifiable by clicking
13492                 the [application/pgp-signature] in the Text
13493                 view
13494
13495 2002-09-22 [paul]       0.8.3claws
13496
13497         * po/bg.po
13498           po/en_GB.po
13499           po/es.po
13500           po/it.po
13501           po/pl.po
13502           po/pt_BR.po
13503           po/sr.po
13504                 updated translations, submitted by George Danchev,
13505                 me, Ricardo Mones Lastra, Alessandro Maestri,
13506                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
13507                 and Urke MMI, respectively.     
13508
13509 2002-09-22 [alfons]     0.8.2claws65
13510
13511         * src/procmsg.c
13512         * src/pgptext.c
13513                 no furry valgrinds have been used to plug these memleaks
13514
13515 2002-09-20 [paul]       0.8.2claws64
13516
13517         * sync with 0.8.3cvs4
13518                 'Select thread' re-implemented 
13519                 see ChangeLog 2002-09-20
13520
13521 2002-09-21 [alfons]     0.8.2claws63
13522
13523         * src/compose.c
13524                 compose_send(): plug unnoticed memleak
13525
13526 2002-09-20 [alfons]     0.8.2claws62
13527
13528         * src/addr_compl.c
13529                 replace_address_in_edit(): strict check for NULL address to
13530                 fix "[ 607348 ] Segfault in address completion". My guess is
13531                 that this happens with an empty address book, but it's good
13532                 to have this check here anyway
13533                 
13534                 completion_window_button_press(): free string returned 
13535                 from the internal cache
13536
13537 2002-09-20 [christoph]  0.8.2claws61
13538
13539         * src/procmime.h
13540                 added ENC_BINARY to EncodingType
13541         * src/procmime.c
13542                 the string returned by procmime_get_encoding_str
13543                 should not depend on the order of values in the
13544                 EncodingType definition
13545         * doc-src/rfc1806.txt   ** NEW FILE **
13546                 Added rfc1806 about MIME Content-Disposition
13547                 Extension
13548
13549 2002-09-19 [paul]       0.8.2claws60
13550
13551         * sync with 0.8.2cvs3
13552                 see ChangeLog 2002-09-19
13553
13554 2002-09-19 [paul]       0.8.2claws59
13555
13556         * src/prefs_folder_item.c
13557                 revert to Darko's original alignment of colour
13558                 selector button
13559                 add a colon to folder_color label
13560                 
13561         * src/compose.c
13562                 add Colin's patch (with Hiro's modifications) to 
13563                 force BASE64 encoding for 8-bit text when signing
13564                 (sync with 0.8.3cvs2)
13565
13566 2002-09-18 [alfons]     0.8.2claws58
13567
13568         * src/compose.c
13569                 :%sno/if(/if (/gc
13570                 :%sno/for(/for (/gc
13571                 (beautify a little bit)
13572
13573 2002-09-18 [christoph]  0.8.2claws57
13574
13575         * src/pine.c
13576                 fix handling of fgetc return value
13577
13578 2002-09-17 [alfons]     0.8.2claws56
13579         
13580         * src/summaryview.c
13581                 summary_sort(): check non-NULL summaryview->folder_item when no 
13582                 folder is selected at all
13583                 (closes "[ 610344 ] sort label make syl Crash")
13584
13585 2002-09-17 [alfons]     0.8.2claws55
13586         
13587         * src/compose.c
13588                 beautify a little bit
13589
13590 2002-09-17 [christoph]  0.8.2claws54
13591
13592         * src/folder.c
13593                 initialize max values for cache and folder
13594                 when cache or folder is empty
13595
13596 2002-09-15 [colin]      0.8.2claws53
13597
13598         * src/compose.c
13599                 Fix a leak (thanks Alfons!) and cleaned
13600                 variables names for custom headers
13601
13602 2002-09-15 [colin]      0.8.2claws52
13603
13604         * src/compose.c
13605                 Fix custom headers recognition when
13606                 prefs_common.trans_hdr is on
13607
13608 2002-09-15 [colin]      0.8.2claws51
13609
13610         * src/compose.c
13611                 Allow dynamically-added custom headers
13612                 Yet not reparsed if reedited
13613
13614 2002-09-15 [alfons]     0.8.2claws50
13615
13616         * src/prefs_account.c
13617                 fix warnings
13618
13619 2002-09-15 [colin]      0.8.2claws49
13620         
13621         * src/prefs_account.c
13622                 fix pop_before_smtp sensitivity
13623
13624 2002-09-15 [colin]      0.8.2claws48
13625
13626         * src/inc.[ch]
13627                 add inc_pop_before_smtp()
13628                 allow MainWindow to be undefined in 
13629                 inc_account_mail() and inc_start()
13630         * src/pop.c
13631           src/prefs_account.h
13632                 add STYPE_POP_BEFORE_SMTP session type
13633         * src/prefs_account.c
13634                 activated pop before smtp option
13635         * src/send.c
13636                 do pop before smtp if the relevant option 
13637                 is set
13638
13639 2002-09-15 [paul]       0.8.2claws47
13640
13641         * sync with 0.8.3
13642                 see ChangeLog 2002-09-15
13643
13644 2002-09-14 [paul]       0.8.2claws46
13645
13646         * po/bg.po
13647                 updated Bulgarian translation, submitted by
13648                 George Danchev
13649
13650 2002-09-13 [paul]       0.8.2claws45
13651
13652         * src/compose.c
13653                 merge claws' select_account() with main's
13654                 (new) compose_select_account(). [sync with
13655                 0.8.2cvs15, see ChangeLog 2002-09-11]
13656
13657 2002-09-12 [christoph]  0.8.2claws44
13658
13659         * src/filter.c
13660                 allocate 1 elements of FolderItem not 0
13661
13662 2002-09-12 [colin]      0.8.2claws43
13663
13664         * src/compose.c
13665                 Fix bug #590825 (obey Follow-up: poster)
13666
13667 2002-09-12 [colin]      0.8.2claws42
13668
13669         * src/procmime.c
13670                 Fix bug #557009 (wrong headers for messages 
13671                 forwarded as attachments)
13672
13673 2002-09-11 [colin]      0.8.2claws41
13674         
13675         * src/compose.c
13676                 Put SCF: pseudo-header on top of message
13677                 Set draft tmp_flag when saved as draft
13678
13679         * src/procmsg.c
13680           src/procheader.c
13681                 Skip after first \n\n for beginning of real message
13682                 for drafts too
13683
13684 2002-09-11 [christoph]  0.8.2claws40
13685
13686         * src/filtering.c
13687                 use procmsg flag functions in filtering or processing
13688                 will cause incorrect folder message counts
13689
13690 2002-09-11 [colin]      0.8.2claws39
13691
13692         * src/compose.c
13693                 Fix bug #550175 - wrong save folder when reediting
13694                 drafts
13695
13696 2002-09-11 [paul]       0.8.2claws38
13697
13698         * sync with 0.8.2cvs14
13699                 see ChangeLog 2002-09-11
13700
13701 2002-09-11 [colin]      0.8.2claws37
13702
13703         * src/folder.c
13704                 Fix a typo (seeming to cause new/unread status to
13705                 be lost)
13706
13707 2002-09-10 [christoph]  0.8.2claws36
13708
13709         * src/compose.c
13710                 compose_redirect should not use compose_generic_new
13711                 because that does more stuff than expected including
13712                 opening the external editor
13713                 (closes bug "[ 526608 ] bounced messages appear blank
13714                  in editor")
13715
13716 2002-09-10 [christoph]  0.8.2claws35
13717
13718         * src/folder.c
13719                 fix problem with too large message number range
13720                 causing a crash in folder_item_scan
13721
13722 2002-09-10 [paul]       0.8.2claws34
13723
13724         * sync with 0.8.2cvs13
13725                 see ChangeLog 2002-09-10
13726
13727 2002-09-10 [christoph]  0.8.2claws33
13728
13729         * src/msgcache.c
13730                 set MsgInfo TmpFlags for queue and draft folders
13731                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
13732
13733 2002-09-10 [paul]       0.8.2claws32
13734
13735         * AUTHORS
13736           po/bg.po      ** NEW FILE **
13737                 new Bulgarian translation submitted by
13738                 George Danchev <danchev@spnet.net>
13739                 
13740         * tools/Makefile.am
13741           tools/README
13742           tools/tb2sylpheed     ** NEW FILE **
13743                 add script that converts an addressbook exported
13744                 from The Bat! into a Sylpheed addressbook. Submitted
13745                 by Urke MMI <urke-kg@eunet.yu>
13746
13747 2002-09-10 [paul]       0.8.2claws31
13748
13749         * sync with 0.8.2cvs12
13750                 see ChangeLog 2002-09-10
13751
13752 2002-09-06 [paul]       0.8.2claws30
13753
13754         * src/prefs_common.c
13755                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
13756                 
13757         * tools/Makefile.am
13758           tools/README
13759           tools/ldif-to-xml.py  ** REMOVED **
13760                 remove obsolete python script
13761
13762 2002-09-06 [paul]       0.8.2claws29
13763
13764         * sync with 0.8.2cvs10
13765                 see ChangeLog 2002-09-06
13766
13767 2002-09-04 [paul]       0.8.2claws28
13768
13769         * sync with 0.8.2cvs9
13770                 see ChangeLog 2002-08-04
13771
13772 2002-09-04 [colin]      0.8.2claws27 
13773
13774         * src/prefs_common.[ch]
13775                 Added signature color configuration
13776         * src/textview.c
13777                 Use user-specified signature color
13778
13779 2002-09-03 [colin]      0.8.2claws26
13780
13781         * src/prefs_common.[ch]
13782                 Added autosave and autosave_length prefs
13783         * src/compose.c
13784                 Added compose_remove_draft()
13785                 Auto-save drafts according to the prefs
13786         * src/main.c
13787                 Added a crash-indicator file, allowing to check
13788                 for new messages on startup if Sylpheed crashed
13789                 (makes saved drafts "reappear")
13790
13791 2002-09-03 [colin]      0.8.2claws25
13792
13793         * src/textview.[ch]
13794                 Grey the signature
13795
13796 2002-09-03 [paul]       0.8.2claws24
13797
13798         * sync with 0.8.2cvs8
13799                 see ChangeLog 2002-09-02 and 2002-09-03
13800
13801 2002-09-03 [darko]      0.8.2claws23
13802
13803         * src/folderview.c
13804                 use normal style when creating new folder to pick
13805                 proper font size 
13806
13807 2002-09-02 [melvin]     0.8.2claws22
13808
13809         * src/gtkaspell.m4
13810                 removed some obsolete code
13811
13812 2002-09-02 [melvin]     0.8.2claws21
13813
13814         * ac/aspell.m4
13815                 fixed test's equality sign (== to =)
13816
13817 2002-09-02 [alfons]     0.8.2claws20
13818
13819         * src/folder.c
13820         * src/mh.c
13821                 revert change of 0.8.2claws16 and use the mh_folder_destroy
13822                 as folder->destroy virtual as suggested by Hiro
13823                 (the mh.c code seems to have been lost around mh.c.1.21)
13824
13825 2002-09-02 [paul]       0.8.2claws19
13826
13827         * po/pt_BR.po
13828                 updated by Fabio Jr. Beneditto
13829                 
13830         * src/defs.h
13831                 use 'http://claws.sylpheed.org' for homepage link. 
13832                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
13833
13834 2002-09-01 [alfons]     0.8.2claws18
13835
13836         * src/mh.c
13837                 plug memleak related to one Martin Kluge found
13838
13839 2002-08-31 [paul]       0.8.2claws17
13840
13841         * sync with 0.8.2cvs6
13842                 see ChangeLog 2002-08-30
13843
13844 2002-08-31 [alfons]     0.8.2claws16
13845
13846         * src/folder.c
13847                 folder_destroy(): remove mailbox from folderlist even if it has
13848                 no destroy virtual
13849
13850 2002-08-31 [alfons]     0.8.2claws15
13851
13852         * src/folder.c
13853                 :%sno/if(/if (/gc
13854                 :%sno/for(/for (/gc
13855                 (being pedantic I know)
13856
13857 2002-08-31 [alfons]     0.8.2claws14
13858
13859         * src/folder.c
13860                 check for NULL pointers returned from folder->fetch_msginfo virtual
13861                 (should solve some reported crashes)
13862
13863 2002-08-30 [alfons]     0.8.2claws13
13864
13865         * acconfig.h
13866         * configure.in
13867         * src/crash.c
13868                 enable crash dialog on compilation time
13869                 (--enable-crash-dialog configure option)
13870
13871 2002-08-30 [alfons]     0.8.2claws12
13872
13873         * AUTHORS
13874                 add Martin Kluge
13875         * src/mh.c
13876                 apply memory leak plug patch by Martin Kluge
13877                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
13878                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
13879                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
13880
13881 2002-08-30 [darko]      0.8.2claws11
13882
13883         * src/folderview.c
13884                 copy Gtk style from normal style to match
13885                 font size for coloured folders
13886
13887 2002-08-29 [alfons]     0.8.2claws10
13888
13889         * sylpheed.desktop
13890                 Type=Internet <- Type=Application
13891                 (reported by Michael Schwendt, see:
13892                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
13893                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
13894
13895 2002-08-29 [paul]       0.8.2claws9
13896
13897         * sync with 0.8.2cvs5
13898                 see ChangeLog 2002-08-29
13899
13900 2002-08-29 [colin]      0.8.2claws8
13901
13902         * src/summaryview.c
13903                 Added a sanity check in summary_select_thread
13904                 Should fix bug 601605
13905
13906 2002-08-29 [colin]      0.8.2claws7
13907
13908         * src/main.c
13909                 Revert claws6 changes regarding bug #591676
13910
13911 2002-08-28 [colin]      0.8.2claws6
13912         
13913         * src/main.c
13914                 Ignore cache for queue folderitems
13915                 Fix bug #591676
13916
13917 2002-08-28 [melvin]     0.8.2claws5
13918
13919         * README.claws
13920                 Fixed typos.
13921
13922 2002-08-28 [melvin]     0.8.2claws4
13923
13924         * README.claws
13925                 Updated a bit the text concerning the spell checker
13926
13927 2002-08-28 [melvin]     0.8.2claws3
13928
13929         Merged the GNU_aspell_branch:
13930                 Support of new GNU/aspell is now included and the old pspell
13931                 is not supported anymore.
13932                 See README.claws
13933
13934         * README.claws
13935                 Updated spell checker text to reflect the switch to GNU/aspell
13936
13937         * ac/aspell.m4          *** NEW ***
13938         * src/gtkaspell.[ch]    *** NEW *** 
13939         * ac/pspell.m4          *** DELETED *** 
13940         * src/gtkspell.[ch]     *** DELETED ***
13941
13942         * ac/Makefile.am
13943                 Updated for GNU/aspell support
13944
13945         * po/POTFILES.in
13946                 Replaced gtkspell.c by gtkaspell.c
13947
13948         * acconfig.h
13949         * src/Makefile.am
13950         * src/about.c
13951         * src/compose.[ch]
13952         * src/crash.c
13953         * src/main.c
13954         * src/prefs_common.[ch]
13955                 Updated for GNU/aspell support
13956
13957 2002-08-28 [paul]       0.8.2claws2
13958
13959         * sync with 0.8.2cvs4
13960                 see ChangeLog 2002-08-27 and 2002-08-28
13961
13962 2002-08-28 [colin]      0.8.2claws1
13963
13964         * src/summary_search.c
13965                 Added "AND search"
13966
13967 2002-08-28 [jens]       0.8.2claws
13968
13969         *po/de.po
13970                 Updated German translations
13971
13972 2002-08-27 [melvin]     0.8.2claws
13973
13974         * po/fr.po
13975                 Updated French translations
13976
13977 2002-08-27 [paul]       0.8.2claws
13978
13979         * sync with 0.8.2 main release
13980
13981         * po/en_GB.po
13982           po/es.po
13983           po/it.po
13984           po/pl.po
13985           po/pt_BR.po
13986           po/sr.po
13987                 updated message catalogs submitted by
13988                 Ricardo Mones Lastra, Alessandro Maestri,
13989                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
13990                 Beneditto and Urke MMI  
13991
13992 2002-08-27 [hoa]        0.8.1claws123
13993
13994         * src/mainwindow.[ch]
13995         * src/summaryview.[ch]
13996                 removed the "filter setting" menu option.
13997                 add a "cancel a news message" menu option.
13998
13999 2002-08-26 [martin]     0.8.1claws122
14000
14001         * ChangeLog.claws
14002                 changed string under 0.8.1claws79 changed by myself
14003                 i'm sorry alfons :(
14004
14005 2002-08-26 [martin]     0.8.1claws121
14006
14007         * src/crash.c
14008                 added kill command to debuggerrc to start crash dialog
14009
14010 2002-08-26 [paul]       0.8.1claws120
14011
14012         * sync with 0.8.1cvs31
14013                 see ChangeLog 2002-08-26
14014
14015 2002-08-25 [alfons]     0.8.1claws119
14016
14017         * src/procmsg.c
14018                 fix bug that didn't send out correct headers to news server
14019                 when sending news article and email from queue (bug reported
14020                 and patch provided by Tim Mann; closes bug 
14021                 "[ 583196 ] 0.7.8claws can't post news")
14022
14023 2002-08-25 [alfons]     0.8.1claws118
14024
14025         * src/selective_download.c
14026                 mark two strings as translatable
14027                 (thanks to Urke MMI for pointing this out)
14028
14029 2002-08-25 [alfons]     0.8.1claws117
14030
14031         * src/summaryview.c
14032                 treat sent boxes as special and allow sorting them by addressee
14033                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14034                 submitted by Steve Lamb)
14035
14036 2002-08-24 [alfons]     0.8.1claws116
14037
14038         * src/matcher.c
14039                 fix memleak reported by Martin Kluge
14040                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14041
14042 2002-08-24 [oliver]     0.8.1claws115
14043
14044         * src/prefs_toolbar.c
14045                 o code cleanup as suggested by Alfons
14046                 o memleak fix
14047
14048 2002-08-24 [alfons]     0.8.1claws114
14049
14050         * src/summaryview.c
14051                 o fix another memory leak reported by Martin Kluge
14052                   (see "[ 599568 ] Small Memory Leak")
14053                 o remove 'from' variable from 'summary_set_header()'; we can
14054                   do with just 'to' 
14055
14056 2002-08-24 [paul]       0.8.1claws113
14057
14058         * sync with 0.8.1cvs30
14059                 see ChangeLog 2002-08-23
14060
14061 2002-08-24 [alfons]     0.8.1claws112
14062
14063         * src/summaryview.c
14064                 remove unnecessary allocations for search bar fixing leaks
14065                 reported by Martin Kluge
14066                 (see "[ 599451 ] Further memory leaks?")
14067
14068 2002-08-24 [alfons]     0.8.1claws111
14069
14070         * src/main.c
14071                 make get_socket_name() public for crash.c
14072         * src/crash.c
14073                 o make report bug button work (goes to claws' 
14074                   bug tracker at sf.net)
14075                 o introduce function for doing important stuff just
14076                   before claws goes down
14077                 o clean up code 
14078
14079 2002-08-24 [alfons]     0.8.1claws110
14080
14081         * src/compose.c
14082                 move cursor to "To" entry when forwarding as attachment
14083                 (reported and solved by Steve Lamb, closes bug report
14084                 "[ 592880 ] Forward as attachment; cursor not in to")
14085
14086 2002-08-24 [colin]      0.8.1claws109
14087
14088         * src/mainwindow.c
14089                 fix quick search visibility after GUI (de)separations.
14090
14091 2002-08-23 [colin]      0.8.1claws108
14092
14093         * src/mainwindow.c
14094                 fix header pane visibility after folderview or
14095                 messageview (de)separation
14096
14097 2002-08-23 [paul]       0.8.1claws107
14098
14099         * src/mainwindow.[ch]
14100           src/toolbar.c
14101                 give full control of display or non-display 
14102                 of the Execute icon to Custom toolbar settings.
14103                 add new sensitivity condition to maninwindow.h: 
14104                 M_DELAY_EXEC
14105
14106         * ChangeLog
14107           ChangeLog.jp
14108           NEWS
14109                 more sync with 0.8.1cvs29
14110
14111 2002-08-23 [melvin]     0.8.1claws106
14112
14113         * src/alertpanel.c
14114                 Readded support for custom widget in alertpanel lost in last
14115                 sync.
14116
14117 2002-08-23 [paul]       0.8.1claws105
14118
14119         * sync with 0.8.1cvs29
14120                 see ChangeLog 2002-08-23
14121
14122 2002-08-23 [colin]      0.8.1claws104
14123
14124         * src/summaryview.c
14125                 Fix folder and search pixmaps exchanging positions
14126                 after theme or toolbar changes. Thank to Oliver for 
14127                 reporting this.
14128
14129 2002-08-23 [colin]      0.8.1claws103
14130
14131         * src/mainwindow.c
14132           src/messageview.[ch]
14133           src/noticeview.[ch]
14134           src/summaryview.c
14135                 Changed messageview_create() and noticeview_create()
14136                 to avoid the last gdk_warning
14137
14138 2002-08-22 [colin]      0.8.1claws102
14139
14140         * src/summaryview.c
14141                 Fix my new `Creating pixmap from xpm' warning
14142
14143 2002-08-22 [colin]      0.8.1claws101
14144
14145         * src/mainwindow.c
14146                 Fix some of the gdk warnings
14147
14148 2002-08-22 [colin]      0.8.1claws100
14149
14150         * src/Makefile.am
14151         * src/stock_pixmap.c
14152         * src/stock_pixmap.h
14153         * src/pixmaps/quicksearch.xpm *ADDED*
14154                 Add the quicksearch pixmap
14155         * src/mainwindow.c
14156         * src/summaryview.c
14157         * src/summaryview.h
14158                 Make quicksearch bar visible/hidden via a button
14159
14160 2002-08-22 [christoph]  0.8.1claws99
14161
14162         * src/folder.c
14163                 fix folder update for newsgroups with message
14164                 numbers below minimum number of articles to fetch
14165                 (closes bug #598445)
14166
14167 2002-08-22 [paul]       0.8.1claws98
14168
14169         * sync with 0.8.1cvs28
14170                 see ChangeLog 2002-08-22
14171
14172 2002-08-21 [alfons]     0.8.1claws97
14173
14174         * src/crash.c
14175                 use bt instead of bt full which seems to work 
14176                 better, and bt full doesn't give a great deal 
14177                 of information anyway
14178
14179 2002-08-21 [colin]      0.8.1claws96
14180
14181         * src/summaryview.c
14182                 fix summaryview_searchtype_changed prototype
14183
14184 2002-08-21 [christoph]  0.8.1claws95
14185
14186         * src/mainwindow.c
14187                 o fix broken menu update for sorting type, we have to
14188                   get this info from the summaryview now
14189                 o removed setting of threaded state in menu callback
14190         * src/summaryview.[ch]
14191                 more summaryview/folderitem seperation for
14192                 threading option
14193         * configure.in
14194                 removed not required --with-compiler-flags option
14195
14196 2002-08-21 [oliver]     0.8.1claws94
14197         
14198         * src/toolbar.h 
14199                 o rename toolbar.xml to toolbar_main.xml
14200                   since toolbar_compose.xml might come up 
14201                   any time soon
14202         * README.claws
14203                 add custom toolbar              
14204
14205 2002-08-21 [darko]      0.8.1claws93
14206
14207         * src/procmsg.c
14208                 don't reset tmp flags for messages copied
14209                 to sent folder
14210
14211 2002-08-21 [colin]      0.8.1claws92
14212         
14213         * src/prefs_filtering.c
14214                 fix renaming rules on folder rename 
14215                 when folder is not a leaf folder
14216
14217 2002-08-21 [paul]       0.8.1claws91
14218
14219         * src/prefs_folder_item.c
14220                 fix alignment of colour selector
14221
14222 2002-08-21 [paul]       0.8.1claws90
14223
14224         * sync with 0.8.1cvs27
14225                 see ChangeLog 2002-08-21
14226
14227 2002-08-21 [paul]       0.8.1claws89
14228
14229         * src/summaryview.c
14230                 fix crash when changing field type in
14231                 Quick search bar
14232
14233 2002-08-21 [colin]      0.8.1claws88
14234
14235         * src/summaryview.c
14236                 Made quick search case-insensitive
14237
14238 2002-08-21 [paul]       0.8.1claws87
14239
14240         * sync with 0.8.1cvs26
14241                 see ChangeLog 2002-08-21
14242
14243 2002-08-20 [christoph]  0.8.1claws86
14244
14245         * src/folderview.c
14246         * src/main.c
14247         * src/summaryview.[ch]
14248                 more summaryview/folderitem seperation for
14249                 sort_key and sort_type
14250         * src/procmsg.c
14251                 added missing return statement
14252
14253 2002-08-20 [colin]      0.8.1claws85
14254
14255         * src/summaryview.[ch]
14256                 Added a quick search box
14257         * src/mainwindow.c
14258         * src/prefs_common.[ch]
14259                 Added a show/hide option for the quick search
14260
14261 2002-08-20 [oliver]     0.8.1claws84
14262         
14263         * src/mainwindow.c
14264                 remove toolbar_create_popups
14265         * src/toolbar.[ch]
14266                 o remove toolbar_create_popups
14267                 o fix toolbar_set_sensitive 
14268                   (Bug reports #596834 and #596832)     
14269         * src/prefs_toolbar.c
14270                 o add "Set default" button
14271                 o align label and text + combo widgets
14272
14273 2002-08-20 [hoa]        0.8.1claws83bis
14274
14275         * src/imap.c
14276                 fixed a bug in imap_fetch_msginfo() in case there is no
14277                 current folder.
14278
14279 2002-08-20 [darko]      0.8.1claws83
14280
14281         * src/folderview.c
14282                 copy the color style of folder view so it
14283                 works with GTK themes
14284
14285 2002-08-20 [darko]      0.8.1claws82
14286
14287         * src/folder.h
14288         * src/folderview.c
14289         * src/prefs_folder_item.[hc]
14290                 don't use UI stuff in folder.h
14291
14292 2002-08-20 [darko]      0.8.1claws81
14293
14294         * src/folder.h
14295         * src/prefs_folder_item.h
14296         * src/folderview.c
14297         * src/prefs_folder_item.c
14298                 ability to set folder color in folderview
14299
14300 2002-08-19 [alfons]     0.8.1claws80
14301
14302         * src/summaryview.c
14303                 fix one of the earlier memleaks reported by Martin Kluge
14304
14305 2002-08-19 [alfons]     0.8.1claws79
14306
14307         * src/mainwindow.c
14308                 hide notice view when selecting seperate folder
14309                 view (reported by Urke MMI)
14310
14311 2002-08-19 [christoph]  0.8.1claws78
14312
14313         * src/folderview.c
14314         * src/prefs_folder_item.h
14315         * src/summaryview.[ch]
14316                 o add summary_set_prefs_from_folderitem to set
14317                   summaryview prefs (first step to remove all
14318                   references to the folderitem in summaryview)
14319                 o moved compiled regex stuff from folderitem prefs
14320                   to summaryview code
14321
14322 2002-08-19 [paul]       0.8.1claws77
14323
14324         * src/compose.c
14325                 add check for '.' to QUOTE_IF_REQUIRED
14326
14327 2002-08-19 [paul]       0.8.1claws76
14328
14329         * src/inc.c
14330                 sync with 0.8.1cvs25 (plug memory leak)
14331
14332         * src/prefs_toolbar.c
14333                 re-order prefs_toolbar_cancel()
14334
14335 2002-08-18 [alfons]     0.8.1claws75
14336
14337         * src/inc.c
14338         * src/matcher.c
14339                 plug other memleaks reported by Martin Kluge
14340
14341 2002-08-18 [paul]       0.8.1claws74
14342
14343         * po/pt_BR.po
14344                 updated by Fabio Jr. Beneditto
14345
14346 2002-08-18 [paul]       0.8.1claws73
14347
14348         * src/toolbar.[ch]
14349                 fix bug where tooltips were displayed untranslated              
14350
14351         * src/prefs_toolbar.c
14352                 fix bug where clicking 'Cancel' creates an icon & text
14353                 toolbar regardless of prefs
14354         
14355
14356 2002-08-17 [oliver]     0.8.1claws72
14357
14358         * src/prefs_toolbar.c
14359                 update toolbar on CANCEL
14360                 bug reported by Martin Kluge
14361         * src/toolbar.c
14362                 toolbar_destroy memleak fixed           
14363
14364 2002-08-17 [alfons]     0.8.1claws71
14365
14366         * src/toolbar.c
14367                 plug another memleak reported by Martin Kluge
14368
14369 2002-08-16 [alfons]     0.8.1claws70
14370
14371         * src/crash.c
14372                 use execvp() correctly (suggested by wwp; thanks!)
14373
14374 2002-08-16 [alfons]     0.8.1claws69
14375
14376         * src/gtksctree.c
14377                 plug memory leak reported by Kim Schultz & Martin Kluge
14378
14379 2002-08-16 [paul]       0.8.1claws68
14380
14381         * po/es.po
14382                 updated by Ricardo Mones Lastra
14383
14384 2002-08-16 [paul]       0.8.1claws67
14385
14386         * src/toolbar.h
14387                 fix bug where 'Compose News' icon showed wrong
14388                 tooltip
14389
14390 2002-08-16 [paul]       0.8.1claws66
14391
14392         * sync with 0.8.1cvs24
14393                 see ChangeLog 2002-08-16
14394
14395         * po/it.po
14396                 updated by Alessandro Maestri
14397
14398 2002-08-15 [paul]       0.8.1claws65
14399
14400         * po/sr.po
14401                 updated by Urke MMI
14402
14403 2002-08-15 [paul]       0.8.1claws64
14404
14405         * src/*.c
14406                 don't translate debug info
14407
14408         * src/matcher.[ch]
14409                 add copyright info
14410
14411 2002-08-15 [paul]       0.8.1claws63
14412
14413         * src/prefs_toolbar.c
14414                 fix bug where clicking 'OK' creates an icon & text
14415                 toolbar regardless of prefs
14416
14417 2002-08-14 [alfons]     0.8.1claws62
14418
14419         * src/main.c
14420                 add global var that has the full argv[0]
14421         * src/crash.c
14422                 o execvp the correct sylpheed by using argv0
14423                   and setting the correct work dir
14424                 o other tweaks  
14425
14426 2002-08-14 [oliver]     0.8.1claws61
14427         
14428         * enable/disable Toolbar Action Buttons 
14429         * code cleanups
14430         * src/mainwindow.c
14431         * src/toolbar.[ch]      
14432         * src/prefs_toolbar.c   
14433
14434 2002-08-14 [melvin]     0.8.1claws60
14435
14436         * po/fr.po
14437                 Updated French translations
14438
14439 2002-08-14 [melvin]     0.8.1claws59
14440
14441         * src/crash.c
14442                 Made bug report not translatable
14443         * src/exporthtml.c
14444                 Fixed exporthtml_build_filespec() return value
14445         * src/foldersel.c
14446                 Fixed incorrect include file
14447         * src/gtkspell.c
14448         * src/prefs_actions.c
14449         * src/prefs_toolbar.c
14450                 Made debug info not translatable
14451         * src/mutt.c
14452         * src/quote_fmt.c
14453                 Added missing includes
14454         * src/prefs_common.c
14455                 Fixed typo
14456
14457 2002-08-14 [paul]       0.8.1claws58
14458
14459         * faq/es/sylpheed-faq.html
14460           faq/es/sylpheed-faq-[1-3].html
14461           faq/es/sylpheed-faq-4.html     **NEW FILE **
14462                 update Spanish FAQ
14463
14464 2002-08-13 [christoph]  0.8.1claws57
14465
14466         * src/procmsg.c
14467                 ignore thread fix that did not mark all
14468                 child nodes of a ignored thread as
14469                 ignored. Does not work perfectly yet,
14470                 but it is better now
14471
14472 2002-08-13 [alfons]     0.8.1claws56
14473
14474         * src/crash.c
14475                 o implement 'save crash log'
14476                 o some tweaks
14477
14478 2002-08-13 [melvin]     0.8.1claws55
14479
14480         * src/main.c
14481                 removed unrequired "execinfo.h" header
14482
14483 2002-08-12 [paul]       0.8.1claws54
14484
14485         * faq/en/sylpheed-faq.html
14486           faq/en/sylpheed-faq-[1-3].html
14487           faq/en/sylpheed-faq-4.html     **NEW FILE **
14488                 update English FAQ
14489
14490 2002-08-12 [alfons]     0.8.1claws53
14491
14492         * po/POTFILES.in
14493                 add crash.c to translatables
14494         * src/crash.c
14495                 bring in Leandro's crash dialog
14496
14497 2002-08-11 [alfons]     0.8.1claws52
14498
14499         * src/crash.c
14500                 clean up some warnings
14501
14502 2002-08-11 [alfons]     0.8.1claws51
14503
14504         * acconfig.h
14505         * configure.in
14506         * src/crash.[ch]        ** NEW FILES **
14507         * src/main.c            
14508                 initial gdb crash handler
14509
14510 2002-08-11 [paul]       0.8.1claws50
14511
14512         * src/prefs_toolbar.c
14513                 replace Up/Down arrow pixmaps with text to be
14514                 consistent across icon themes
14515
14516 2002-08-11 [paul]       0.8.1claws49
14517
14518         * src/prefs_common.c
14519           src/prefs_toolbar.c
14520                 rename 'Pixmap' -> 'Icon'
14521
14522         * src/toolbar.[ch]
14523                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
14524
14525 2002-08-10 [paul]       0.8.1claws48
14526
14527         * src/prefs_toolbar.c
14528                 re-work the UI
14529
14530 2002-08-10 [paul]       0.8.1claws47
14531
14532         * src/main.c
14533                 don't write Processing progress to status bar
14534                 patch submitted by Alexander Evseev
14535
14536         * src/prefs_toolbar.c
14537                 re-position and resize window
14538                 make window assume correct size on first call
14539
14540 2002-08-10 [paul]       0.8.1claws46
14541
14542         * src/mainwindow.c
14543           src/prefs_toolbar.c
14544           src/toolbar.c
14545           src/toolbar.h
14546                 obey coding style
14547                 follow UI text conventions
14548
14549 2002-08-10 [alfons]     0.8.1claws45
14550
14551         * src/toolbar.c
14552                 correct pixmap for delete action
14553
14554 2002-08-10 [paul]       0.8.1claws44
14555
14556         * po/pt_BR.po
14557                 updated by Fabio Jr. Beneditto
14558
14559 2002-08-10 [paul]       0.8.1claws43
14560
14561         * po/POTFILES.in
14562                 add custom toolbar files
14563
14564 2002-08-10 [paul]       0.8.1claws42
14565
14566         * sync with 0.8.1cvs22
14567                 see ChangeLog 2002-08-09
14568
14569 2002-08-09 [paul]       0.8.1claws41
14570
14571         * tools/Makefile.am
14572           tools/README
14573           tools/outlook2sylpheed.pl     ** NEW FILE **
14574                 add script to convert exported Outlook
14575                 contacts list to a Sylpheed addressbook.
14576                 Submitted by Ricardo Mones Lastra.
14577
14578 2002-08-09 [paul]       0.8.1claws40
14579
14580         * AUTHORS
14581           configure.in
14582           po/sr.po      ** NEW FILE **
14583                 add Serbian message catalog. Submitted by
14584                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
14585
14586 2002-08-09 [paul]       0.8.1claws39
14587
14588         * sync with 0.8.1cvs21
14589                 see ChangeLog 2002-08-08
14590
14591 2002-08-08 [oliver]     0.8.1claws38
14592
14593         * src/mainwindow.c
14594                 move Custom Toolbar to Configuration menu
14595
14596 2002-08-08 [oliver]     0.8.1claws37
14597
14598         * src/prefs_toolbar.c
14599                 fix substitute pixmap bug
14600
14601 2002-08-08 [paul]       0.8.1claws36
14602
14603         * sync with 0.8.1cvs19
14604                 see ChangeLog 2002-08-08
14605
14606 2002-08-07 [christoph]  0.8.1claws35
14607
14608         * src/utils.c
14609                 fixed a memory leak in new canonicalize_file_replace
14610
14611 2002-08-07 [christoph]  0.8.1claws34
14612
14613         * src/utils.[ch]
14614                 o canonicalize_file_replace should create the temporary
14615                   file in the same directory as the original file.
14616                 o added get_tmpfile_in_dir that creates a temorary file
14617                   in a specified directory.
14618
14619 2002-08-07 [melvin]     0.8.1claws33
14620
14621         * src/toolbar.c
14622                 fixed bug where 'Article' button acted as 'Email' button.
14623
14624 2002-08-07 [paul]       0.8.1claws32
14625
14626         * sync with 0.8.1.cvs17
14627                 see ChangeLog 2002-08-07
14628
14629 2002-08-07 [colin]      0.8.1claws31
14630         
14631         * src/news.c
14632                 fix mass-cancel problem
14633
14634 2002-08-07 [thorsten]   0.8.1claws30
14635
14636         * src/prefs_toolbar.c
14637                 fix: crash on replace or add new button
14638         * src/toolbar.c
14639                 fix: close xmlfile after reading
14640         * src/utils.c
14641                 fix: unlink() file before rename()
14642
14643 2002-08-06 [paul]       0.8.1claws29
14644
14645         * sync with 0.8.cvs15
14646                 see ChangeLog 2002-08-06
14647
14648 2002-08-06 [oliver]     0.8.1claws28
14649
14650         * src/toolbar.c
14651         * src/prefs_toolbar.c
14652                 fixed empty toolbar issue
14653
14654 2002-08-06 [oliver]     0.8.1claws27
14655
14656         * Custom Toolbar Final 
14657         * src/folderview.c
14658         * src/inc.c
14659         * src/summaryview.c
14660                 o toolbar stuff now lives in src/toolbar.[ch]
14661                 o main_window_toolbar_* functions are renamed to
14662                   toolbar_* reflecting their new source file
14663         * src/mainwindow.[ch]
14664                 o remove toolbar stuff  
14665
14666 2002-08-06 [oliver]     0.8.1claws26
14667         
14668         * src/Makefile.am
14669         * src/prefs_toolbar.[ch]        **New File**
14670         * src/toolbar.[ch]              **New File**
14671                 o prefs_toolbar.[ch] custom toolbar frontend
14672                 o toolbar.[ch]       backend 
14673
14674 2002-08-06 [oliver]     0.8.1claws25
14675
14676         * src/prefs_actions.[ch]
14677                 o new exported function actions_execute
14678
14679 2002-08-06 [paul]       0.8.1claws24
14680
14681         * sync with 0.8.1cvs4
14682                 see ChangeLog 2002-08-06
14683
14684 2002-08-06 [paul]       0.8.1claws23
14685
14686         * sync with 0.8.1cvs13
14687                 see ChangeLog 2002-08-06
14688
14689 2002-08-06 [paul]       0.8.1claws22
14690
14691         * sync with 0.8.1cvs12
14692                 see ChangeLog 2002-08-05 and 2002-08-06
14693
14694 2002-08-06 [match]      0.8.1claws21
14695
14696         * src/addrclip.c
14697                 improvements to cut/copy/paste address
14698
14699 2002-08-05 [match]      0.8.1claws20
14700
14701         * src/addritem.[ch]
14702         * src/addrcache.c
14703         * src/addrbook.c
14704         * src/editaddress.c
14705         * src/addressbook.c
14706                 fixes to improve cut/copy/paste
14707
14708 2002-08-06 [melvin]     0.8.1claws19
14709
14710         * src/account.[ch]
14711                 account_find_all_from_address(): new function that returns the
14712                 list of all accounts that are matched in an address.
14713         * src/alertpanel.[ch]
14714                 alertpanel() now accepts a custom widget
14715                 alertpanel_with_widget(): new function that pops up a panel with
14716                 a custom widget in it 
14717         * src/gtkutils.[ch]
14718                 gtkut_account_menu_new(): new function that allows the selection
14719                 of an account from a list of accounts.
14720         * src/messageview.c
14721                 Extended Return Receipt notification to select the correct 
14722                 account and to make a security test on the Delivery-Notification
14723                 address which should be the same as the Return-Path.
14724
14725 2002-08-06 [thorsten]   0.8.1claws18
14726
14727         * src/mimeview.c
14728                 attach_all: save unnamed as "noname.%d",
14729                 dont free static dirname
14730
14731 2002-08-05 [alfons]     0.8.1claws17
14732
14733         * configure.in
14734                 detect XIM by trying to link rather than compile a XIM program
14735
14736 2002-08-05 [oliver]     0.8.1claws16
14737                 
14738         * src/stock_pixmap.[ch]
14739                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
14740                 o new func to retrieve pixmaps
14741
14742 2002-08-05 [paul]       0.8.1claws15
14743
14744         * sync with 0.8.1cvs10
14745                 see ChangeLog 2002-08-05
14746
14747 2002-08-04 [alfons]     0.8.1claws14
14748
14749         * src/textview.c
14750                 see if this plugs memleak
14751
14752 2002-08-04 [melvin]     0.8.1claws13
14753
14754         * src/gtkspell.c
14755                 fixed bug that could crash Sylpheed when highlighting
14756                 all misspelled words.
14757
14758 2002-08-03 [melvin]     0.8.1claws12
14759
14760         * src/prefs_actions.c
14761                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
14762         * src/messageview.c
14763                 fixed bug where the Return Receipt was sent to
14764                 Delivery-Notification-To address even if it was not present
14765
14766 2002-08-02 [alfons]     0.8.1claws11
14767
14768         * src/prefs_actions.c
14769                 o more check for NULLs
14770                 o put create_io_dialog() in right conditional block
14771
14772 2002-08-02 [paul]       0.8.1claws10
14773
14774         * po/es.po
14775                 updated by Ricardo Mones Lastra
14776
14777 2002-08-01 [christoph]  0.8.1claws9
14778
14779         * src/folder.c
14780                 don't free the cache of the opened
14781                 folder in the summaryview
14782         * src/summaryview.c
14783                 don't unset flags, if it is not required
14784
14785 2002-08-01 [paul]       0.8.1claws8
14786
14787         * sync with 0.8.1cvs8
14788                 see ChangeLog entry 2002-08-01
14789
14790 2002-08-01 [paul]       0.8.1claws7
14791
14792         * sync with 0.8.1cvs7
14793                 see ChangeLog 2002-07-31 and 2002-08-01
14794
14795 2002-07-31 [christoph]  0.8.1claws6
14796
14797         * src/mainwindow.c
14798                 forgot to update menu sensitivity
14799                 function for new menu entry
14800
14801 2002-07-31 [alfons]     0.8.1claws5
14802
14803         * src/main.c
14804                 check folder item and its path for NULL on
14805                 initial processing
14806
14807 2002-07-31 [christoph]  0.8.1claws4
14808
14809         * src/folder.c
14810                 check if folder_item_get_msginfo in
14811                 folder_item_remove_msg returned NULL
14812         * src/imap.c
14813                 better clear the uid cache in the
14814                 uid validity check function and delete
14815                 cached messages
14816
14817 2002-07-31 [paul]       0.8.1claws3
14818
14819         * man/sylpheed.1
14820                 add the '--attach' option and a few other
14821                 minor changes
14822
14823 2002-07-31 [paul]       0.8.1claws2
14824
14825         * sync with 0.8.1cvs5
14826                 see ChangeLog 2002-07-31
14827
14828 2002-07-31 [christoph]  0.8.1claws1
14829
14830         * src/folderview.[ch]
14831         * src/mainwindow.c
14832                 replace "Rescan all folders..." with
14833                 "Check all folders for new messages..."
14834
14835 2002-07-30 [paul]       0.8.1claws
14836
14837         * version 0.8.1claws released
14838
14839 2002-07-30 [paul]       0.8.0claws29
14840
14841         * tools/OOo2sylpheed.pl ** NEW FILE **
14842           tools/README
14843                 add script to enable sending documents as
14844                 attachments from OpenOffice.org
14845
14846 2002-07-30 [melvin]     0.8.0claws28
14847
14848         * src/prefs_actions.c
14849                 Made the actions' input/output dialog display
14850                 without delay.
14851
14852 2002-07-30 [christoph]  0.8.0claws27
14853
14854         * src/procmsg.c
14855                 check if folder_item_get_msginfo in
14856                 procmsg_save_to_outbox returned NULL
14857
14858 2002-07-30 [paul]       0.8.0claws26
14859
14860         * sync with 0.8.1cvs4
14861                 see ChangeLog 2002-07-29
14862
14863 2002-07-29 [thorsten]   0.8.0claws25
14864
14865         * README.claws
14866                 added selective download, delete on server
14867
14868 2002-07-29 [paul]       0.8.0claws24
14869
14870         * sync with 0.8.1cvs3
14871                 see ChangeLog 2002-07-29
14872
14873 2002-07-27 [christoph]  0.8.0claws23
14874
14875         * src/folder.c
14876                 add extra check if fetching the msginfo
14877                 returned NULL
14878
14879 2002-07-27 [paul]       0.8.0claws22
14880
14881         * sync with 0.8.1cvs2
14882                 see ChangeLog 2002-07-26
14883
14884 2002-07-27 [christoph]  0.8.0claws21
14885
14886         * src/imap.c
14887                 add another check if a valid msginfo
14888                 was returned
14889
14890 2002-07-26 [hoa]        0.8.0claws20
14891
14892         * src/folder.c
14893                 Fixed a condition in folder_item_destroy()
14894
14895         * src/imap.c
14896                 Fixed an error in IMAP protocol
14897
14898 2002-07-26 [alfons]     0.8.0claws19
14899
14900         * src/folder.c
14901                 ofcourse compare with identifier, not the path
14902
14903 2002-07-26 [alfons]     0.8.0claws18
14904
14905         * src/folder.c
14906                 use folder item identifier for saving / restoring
14907                 preferences because folder->path might not be unique
14908
14909 2002-07-26 [melvin]     0.8.0claws17
14910
14911         * src/logwindow.c
14912                 Fixed a crash introduced in 0.8.0claws5 when log is 
14913                 cut under 80 characters.
14914
14915 2002-07-26 [paul]       0.8.0claws16
14916
14917         * sync with 0.8.1cvs1
14918                 see ChangeLog 2002-07-26
14919
14920 2002-07-26 [christoph]  0.8.0claws15
14921
14922         * src/imap.[ch]
14923                 imap folder now remembers the last selected
14924                 folder and imap_fetch_msginfo skips selecting
14925                 the folder if it is already selected
14926
14927 2002-07-26 [christoph]  0.8.0claws14
14928
14929         * src/folder.c
14930         * src/folderview.c
14931         * src/imap.c
14932                 fix imap folder rescanning
14933
14934 2002-07-25 [christoph]  0.8.0claws13
14935
14936         * src/filter.c
14937         * src/folder.[ch]
14938         * src/folderview.c
14939         * src/imap.[ch]
14940         * src/mainwindow.c
14941         * src/mbox_folder.c
14942         * src/mh.c
14943         * src/news.c
14944                 implement imap uid cache and uid validity check
14945
14946 2002-07-25 [alfons]     0.8.0claws12
14947
14948         * src/summaryview.c
14949                 fix a brown paper bag bug, and also add some more
14950                 checks
14951
14952 2002-07-25 [christoph]  0.8.0claws11
14953
14954         * src/folder.c
14955                 don't mix copy, fetch_msginfo and remove
14956                 operations in folder item copy and move
14957                 operations
14958
14959 2002-07-25 [christoph]  0.8.0claws10
14960
14961         * src/folderview.c
14962         * src/mainwindow.c
14963         * src/prefs_folder_item.c
14964         * src/summaryview.[ch]
14965                 remove no longer required parameter update_cache from
14966                 summary_show
14967
14968 2002-07-25 [paul]       0.8.0claws9
14969
14970         * sync with 0.8.1
14971         
14972         * AUTHORS
14973                 a few corrections
14974
14975 2002-07-24 [alfons]     0.8.0claws8
14976
14977         * src/summaryview.c
14978                 sort correctly when using simplified subject line
14979                 (closes feature request "[ 585141 ] applying regexp to subject 
14980                 before sort" submitted by Alexandra Walford)
14981
14982 2002-07-24 [paul]       0.8.0claws7
14983
14984         * sync with 0.8.0cvs3
14985                 see ChangeLog 2002-07-24
14986
14987 2002-07-23 [christoph]  0.8.0claws6
14988
14989         * src/folder.c
14990         * src/folder.h
14991         * src/summaryview.c
14992         * src/summaryview.h
14993         * src/main.c
14994                 o separate processing and summaryview
14995                 o removed summary_write_cache from summaryview
14996                 o removed summaryview->killed_messages, because we don't have
14997                   to keep a list of killed messages anymore. New cache will
14998                   keep the hidden messages in cache anyway
14999         * src/folderview.c
15000         * src/inc.c
15001         * src/selective_download.c
15002                 o removed unnecessary summary_write_cache calls
15003         * src/procmsg.c
15004                 o don't set ignore thread flag in procmsg_get_thread_tree
15005                   if it is already set
15006         * src/mainwindow.c
15007         * src/statusbar.h
15008                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15009                   they are used in different files
15010
15011 2002-07-23 [melvin]     0.8.0claws5
15012
15013         * src/addressbook.c
15014         * src/addrgather.c
15015         * src/editaddress.c
15016         * src/editgroup.c
15017         * src/editldap_basedn.c
15018         * src/importldif.c
15019         * src/prefs_common.c
15020                 Fixed few memory leak (gtk_editable_get_chars returns
15021                 an allocated string)
15022         * src/logwindow.c
15023                 Fixed few memory leak (gtk_editable_get_chars returns
15024                 an allocated string) and modified a little the log cutting
15025                 loop.
15026         * src/compose.c
15027                 Replaced a call to an obsolete function gtk_entry_get_text()
15028                 by gtk_editable_get_chars()
15029         * src/send.c
15030                 Removed a debug printf
15031
15032 2002-07-23 [christoph]  0.8.0claws4
15033
15034         * src/filesel.c
15035                 fix another g_dirname memory leak
15036
15037 2002-07-23 [christoph]  0.8.0claws3
15038
15039         * src/mh.c
15040                 fixed a memory leak in mh_fetch_msginfo
15041                 fixed crash when message header could not be
15042                 parsed
15043
15044 2002-07-23 [paul]       0.8.0claws2
15045
15046         * sync with 0.8.0cvs2
15047                 see ChangeLog 2002-07-23
15048
15049 2002-07-23 [paul]       0.8.0claws1
15050
15051         * sync with 0.8.0cvs1
15052                 see ChangeLog 2002-07-23
15053
15054 2002-07-23 [paul]       0.8.0claws
15055
15056         * release of 0.8.0claws