b6ded09bfa5b1baf76ca21faa6cc858d83adae21
[claws.git] / ChangeLog.claws
1 2004-12-04 [paul]       0.9.12cvs184
2
3         * src/addrharvest.c
4                 conv_unmime_header_overwrite(name)
5
6 2004-12-04 [colin]      0.9.12cvs183
7
8         * src/compose.c
9                 Fix saving of compose window position
10                 when sending mail. Patch by Alfons.
11
12 2004-12-04 [paul]       0.9.12cvs182
13
14         * ChangeLog
15         * ChangeLog.jp
16         * INSTALL
17         * NEWS
18         * README
19         * README.jp
20         * doc/manual/ja/Makefile.am
21         * doc/manual/ja/sylpheed-1.html
22         * doc/manual/ja/sylpheed-10.html
23         * doc/manual/ja/sylpheed-11.html
24         * doc/manual/ja/sylpheed-12.html
25         * doc/manual/ja/sylpheed-13.html
26         * doc/manual/ja/sylpheed-14.html
27         * doc/manual/ja/sylpheed-15.html
28         * doc/manual/ja/sylpheed-16.html
29         * doc/manual/ja/sylpheed-17.html
30         * doc/manual/ja/sylpheed-18.html
31         * doc/manual/ja/sylpheed-19.html
32         * doc/manual/ja/sylpheed-2.html
33         * doc/manual/ja/sylpheed-20.html
34         * doc/manual/ja/sylpheed-3.html
35         * doc/manual/ja/sylpheed-4.html
36         * doc/manual/ja/sylpheed-5.html
37         * doc/manual/ja/sylpheed-6.html
38         * doc/manual/ja/sylpheed-7.html
39         * doc/manual/ja/sylpheed-8.html
40         * doc/manual/ja/sylpheed-9.html
41         * doc/manual/ja/sylpheed.html
42         * doc/manual/ja/sylpheed.sgml
43         * src/Makefile.am
44         * src/procmime.c
45         * src/pixmaps/regular.xpm **REMOVED**
46                 sync with main 1.0.0beta4, including: "canonicalize text files
47                 before encoding to BASE64, and uncanonicalize after decoding
48                 to conform with RFC 2045" 
49
50 2004-12-03 [christoph]  0.9.12cvs181
51
52         * src/compose.c
53                 build the Privacy System menu without GtkItemFactory to
54                 allow '/' in Privacy System names
55
56         * src/plugins/pgpmime/pgpmime.c
57         * src/plugins/pgpmime/plugin.c
58                 Update description and change Privacy System name
59
60 2004-12-03 [paul]
61
62         * src/pixmaps/dir_close.xpm
63         * src/pixmaps/dir_open.xpm
64         * src/pixmaps/drafts_close.xpm
65         * src/pixmaps/drafts_open.xpm
66         * src/pixmaps/group.xpm
67         * src/pixmaps/unread.xpm
68                 update icons (sync with main (adjust hue))      
69
70 2004-12-02 [paul]       0.9.12cvs180
71
72         * ChangeLog
73         * ChangeLog.jp
74         * src/Makefile.am
75         * src/pop.c
76         * src/common/utils.c
77         * src/common/utils.h
78         * src/pixmaps/folder.xpm **REMOVED**
79                 sync with main
80                 fixes bug 644 'extra CRs in subject line break filtering' 
81
82 2004-12-02 [colin]      0.9.12cvs179
83
84         * src/compose.c
85                 Prevent duplicate edition of queued
86                 and drafted mails
87
88 2004-12-02 [colin]      0.9.12cvs178
89
90         * src/compose.c
91                 Fix quote linewrapping ignoring pref
92                 Patch by Alfons
93
94 2004-11-30 [colin]      0.9.12cvs177
95
96         * src/gtk/prefswindow.c
97         * src/gtk/pluginwindow.c
98                 Add shortcut keys to prefs window
99                 and plugin window. Patch by Fabien Vantard.
100
101 2004-11-29 [colin]      0.9.12cvs176
102
103         * src/folderview.c
104                 Fix disappearing separators in folderview's popup
105
106 2004-11-29 [colin]      0.9.12cvs175
107
108         * src/procmime.c
109                 Another format bug
110
111 2004-11-29 [colin]      0.9.12cvs174
112
113         * src/pop.c
114                 Fix format string
115
116 2004-11-26 [colin]      0.9.12cvs173
117
118         * src/common/smtp.c
119         * src/common/smtp.h
120                 Use ESMTP for all servers advertising it
121                 Add SIZE= parameter to MAIL command for 
122                 ESMTP servers
123
124 2004-11-24 [colin]      0.9.12cvs172
125
126         * src/plugins/pgpmime/pgpmime.c
127                 Forgot one :(
128
129 2004-11-24 [colin]      0.9.12cvs171
130
131         * src/plugins/pgpmime/pgpmime.c
132                 Fix numerous GpgmeGtk leaks
133
134 2004-11-24 [colin]      0.9.12cvs170
135
136         * src/plugins/pgpmime/pgpmime.c
137                 Fix numerous GpgmeCtx leaks
138
139 2004-11-24 [colin]      0.9.12cvs169
140
141         * src/plugins/pgpmime/plugin.c
142                 Update requirements
143         * src/plugins/trayicon/Makefile.am
144         * src/plugins/trayicon/newmarkedmail.xpm
145         * src/plugins/trayicon/trayicon.c
146         * src/plugins/trayicon/unreadmarkedmail.xpm
147                 Add new icons when there are unread marked mails
148                 answers
149
150 2004-11-23 [thorsten]   0.9.12cvs168
151
152         * src/plugins/pgpmime/plugin.c
153                 typo: plugin_init instead of plugin_done
154
155 2004-11-23 [thorsten]   0.9.12cvs167
156
157         * commitHelper
158                 o add me
159         * src/partial_download.c
160         * src/partial_download.h
161                 o fix path for includes
162
163 2004-11-23 [colin]      0.9.12cvs166
164
165         * src/procmime.c
166                 Uh, changed API.
167
168 2004-11-23 [colin]      0.9.12cvs165
169
170         * src/procmime.c
171                 Fix mime headers wrapping
172
173 2004-11-23 [christoph]  0.9.12cvs164
174
175         * src/common/Makefile.am
176         * src/common/partial_download.[ch]
177         * src/Makefile.am
178         * src/partial_download.[ch]
179         * src/folderview.c
180                 move to src because it depends on src stuff
181
182         * src/codeconv.c
183         * src/common/base64.h
184                 move B64LEN macro to base64.h
185
186         * src/compose.c
187         * src/privacy.[ch]
188                 add PrefsAccount to sign-function parameters
189
190         * src/main.c
191         * src/prefs_account.[ch]
192         * src/gtk/prefswindow.[ch]
193                 o use new prefswindow for account prefs
194                 o add possibility to add new pages to account prefs
195
196         * src/plugins/pgpmime/prefs_gpg.[ch]
197         * src/plugins/pgpmime/prefs_gpg.glade
198                 add account prefs for GPG
199
200         * src/plugins/pgpmime/pgpmime.c
201         * src/plugins/pgpmime/sgpgme.[ch]
202                 create signers list based on the GPG account prefs
203
204 2004-11-23 [colin]      0.9.12cvs163
205
206         * src/main.c
207                 Fix cursor going from normal to wait
208                 as many times as there are folders
209                 (very noticeable on exported displays)
210
211 2004-11-23 [colin]      0.9.12cvs162
212
213         * src/msgcache.c
214                 HEAD needs this leak fix too
215
216 2004-11-22 [luke]       0.9.12cvs161
217
218         * src/gtk/gtkstext.c
219                 'Up' key moves one line (not one paragraph) like 'Down'
220
221 2004-11-22 [paul]       0.9.12cvs160
222
223         * src/prefs_themes.c
224                 fix oversized GtkFrames
225
226 2004-11-19 [paul]       0.9.12cvs159
227
228         * src/prefs_common.c
229                 update prefs_keybind_apply_clicked()
230
231 2004-11-18 [paul]       0.9.12cvs158
232
233         * src/compose.c
234         * src/messageview.c
235         * src/common/utils.c
236         * src/common/utils.h
237                 use Message-ID format like that previously
238                 used in compose_generate_msgid()
239
240 2004-11-17 [christoph]  0.9.12cvs157
241
242         * src/mainwindow.c
243         * src/prefs_common.c
244                 integrate "Common preferences" into new preferences dialog
245
246 2004-11-17 [colin]      0.9.12cvs156
247
248         * src/prefs_account.c
249         * src/prefs_account.h
250         * src/procmsg.c
251                 Add an option to let the user choose to store encrypted
252                 mail as clear text or encrypted.
253
254 2004-11-17 [colin]      0.9.12cvs155
255
256         * src/compose.c
257         * src/toolbar.c
258                 Be verbose when sending fails
259         * src/procmsg.c
260                 Fix procmsg_send_queue returning 0 when there's an error
261                 Don't send messages to be encrypted to nobody 
262
263
264 2004-11-17 [colin]      0.9.12cvs154
265
266         * src/privacy.c
267                 Fix more pointer confusion
268
269 2004-11-17 [paul]       0.9.12cvs153
270
271         * src/procmime.h
272                 forgotten in sync with main 1.0.0beta3
273
274
275 2004-11-17 [paul]       0.9.12cvs152
276
277         * ChangeLog
278         * ChangeLog.jp
279         * NEWS
280         * src/compose.c
281         * src/jpilot.c
282         * src/procmime.c
283                 sync with main 1.0.0beta3
284                 see ChangeLog 2004-11-15 and 2004-11-16
285
286 2004-11-17 [colin]      0.9.12cvs151
287
288         * src/plugins/pgpmime/pgpmime.c
289                 Remove debug printf
290
291 2004-11-17 [colin]      0.9.12cvs150
292
293         * src/plugins/pgpmime/pgpmime.c
294                 Fix off-by-one causing segs
295
296 2004-11-17 [colin]      0.9.12cvs149
297
298         * src/procmsg.c
299                 < Reboot_> don't compare pointers to NULL with !
300                 So, use the other form to bring consistency.
301                 Also fix coding style.
302
303 2004-11-16 [colin]      0.9.12cvs148
304
305         * src/procmsg.c
306                 Fix the fix :)
307
308 2004-11-16 [colin]      0.9.12cvs147
309
310         * src/procmsg.c
311                 Fix leaks in procmsg_send_message_queue
312
313 2004-11-12 [paul]       0.9.12cvs146
314
315         * src/prefs_account.c
316         * src/procmime.c
317         * src/procmime.h
318                 fix sync breakage 
319
320 2004-11-12 [paul]
321
322         * src/pixmaps/complete.xpm
323         * src/pixmaps/continue.xpm
324                 small sync with main, see ChangeLog 2004-11-11
325
326 2004-11-11 [paul]       0.9.12cvs145
327
328         * ChangeLog
329         * ChangeLog.jp
330         * src/account.c
331         * src/folderview.c
332         * src/folderview.h
333         * src/imap.c
334         * src/imap_gtk.c
335         * src/inc.c
336         * src/mainwindow.c
337         * src/mh_gtk.c
338         * src/news_gtk.c
339         * src/pop.c
340         * src/prefs_account.c
341         * src/prefs_account.h
342         * src/prefs_ext_prog.c
343         * src/procmsg.c
344         * src/procmsg.h
345         * src/summary_search.c
346         * src/summaryview.c
347         * src/textview.c
348         * src/common/defs.h
349         * src/common/utils.c
350         * src/common/utils.h
351         * src/gtk/menu.c
352         * src/gtk/menu.h
353                 sync with main 1.0.0beta2 (plus 4)
354
355 2004-11-09 [christoph]  0.9.12cvs144
356
357         * src/compose.c
358         * src/prefs_account.[ch]
359                 add option menu to select default privacy system
360
361         * src/plugins/pgpmime/pgpmime.c
362                 better memory allocation
363
364         * src/folder.c
365                 syncronize flags when scanning a folder
366
367 2004-11-08 [colin]      0.9.12cvs143
368
369         * src/summaryview.c
370                 Prevent useless folder count updates while 
371                 quicksearch is running. It is really annoying 
372                 while quicksearch is running a full-mail
373                 scan, like 'b foo', in a big folder.
374
375 2004-11-08 [colin]      0.9.12cvs142
376
377         * src/textview.c
378                 Really fix these mail URIs
379
380 2004-11-08 [colin]      0.9.12cvs141
381
382         * src/textview.c
383                 fix "colin@colino.net" <colin@colino.net> 
384                 types of URIs
385
386 2004-11-06 [colin]      0.9.12cvs140
387
388         * src/compose.c
389                 Don't ask for passphrase if not sending
390
391 2004-11-05 [christoph]  0.9.12cvs139
392
393         * src/compose.c
394                 o encode text content of composed mails
395         * src/procmime.c
396                 o allow encoding of MimeInfos that are stored in memory buffers
397                 
398
399 2004-11-03 [paul]       0.9.12cvs138
400
401         * po/POTFILES.in
402                 add 'src/plugins/pgpmime/prefs_gpg.c'.
403                 Patch submitted by Fabien Vantard
404
405         * src/prefs_ext_prog.c
406                 fix typos. Patch submitted by Fabien Vantard
407
408         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
409         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
410                 add German, Spanish, Italian, Brazilian Portuguese,
411                 and Slovak translations. Submitted by Thomas Gilgin,
412                 J. José del Río 'partymola', Andrea Spadaccini,
413                 Frederico Goncalves Guimaraes, and Andrej Kacian
414
415 2004-11-01 [christoph]  0.9.12cvs137
416
417         * src/procmime.c
418                 implement RFC2231's parameter encoding
419
420 2004-10-29 [colin]      0.9.12cvs136
421
422         * src/common/utils.c
423                 Fix boundary delimiter (a Pine user gets this:
424                 > Malformed message: Unexpected characters at end of parameters:
425                 > =_Thu__28_Oct_2)
426
427 2004-10-29 [paul]
428
429         * tools/textviewer.sh
430                 fix typo. patch submitted by Johann Koenig 
431                 <explosive@hvc.rr.com>
432
433 2004-10-29 [paul]
434
435         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
436         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
437                 add French translations, submitted by Fabien Vantard
438
439 2004-10-28 [christoph]  0.9.12cvs135
440
441         * doc/src/rfc2231.txt                           ** NEW **
442         * src/procmime.c
443         * src/common/quoted-printable.c
444         * src/common/utils.[ch]
445                 implement RFC2231's parameter decoding
446
447 2004-10-27 [paul]
448
449         * tools/kdeservicemenu/README
450         * tools/kdeservicemenu/install.sh
451         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
452         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
453         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
454                 output files to /tmp instead of littering the
455                 current dir
456                 add uninstall function
457                 refactor
458
459 2004-10-26 [christoph]  0.9.12cvs134
460
461         * src/procmime.c
462                 better check if parameters have to be in quoted string
463
464 2004-10-25 [paul]
465
466         * tools/kdeservicemenu/README
467         * tools/kdeservicemenu/install.sh
468         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
469         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
470         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
471                 add files for Sylpheed Service Menu in Konqueror
472
473 2004-10-22 [paul]       0.9.12cvs133
474
475         * src/compose.c
476         * src/prefs_common.c
477         * src/prefs_common.h
478         * src/prefs_wrapping.c
479                 remove 'smart wrapping'
480
481 2004-10-21 [colin]      0.9.12cvs132
482
483         * src/compose.c
484                 Remove extraneous separator in Options
485
486 2004-10-21 [colin]      0.9.12cvs131
487
488         * src/compose.c
489                 Replace "unknown" attachments by "application/octet-stream"
490                 Be a bit more defensive when using strchr
491
492 2004-10-20 [paul]
493
494         * po/ru.po
495                 updated by Pavlo Bohmat
496
497 2004-10-19 [christoph]  0.9.12cvs130
498
499         * src/compose.c
500                 fix wrong menu entry path
501
502         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
503
504         * src/gtk/menu.c
505                 add extra check for missing menu entries
506
507 2004-10-19 [christoph]  0.9.12cvs129
508
509         * src/compose.c
510         * src/common/utils.c
511                 use utils' generate_msgid() in compose.c
512
513 2004-10-18 [christoph]  0.9.12cvs128
514
515         * src/plugins/pgpmime/passphrase.c
516         * src/plugins/pgpmime/pgpmime.c
517         * src/plugins/pgpmime/prefs_gpg.[ch]
518         * src/plugins/pgpmime/prefs_gpg.glade
519         * src/plugins/pgpmime/sgpgme.c
520                 add GPG prefs
521
522 2004-10-18 [christoph]  0.9.12cvs127
523
524         * src/addrbook.c
525         * src/addrcache.c
526         * src/addressbook.c
527         * src/codeconv.c
528         * src/compose.c
529         * src/customheader.c
530         * src/editaddress.c
531         * src/editgroup.c
532         * src/exporthtml.c
533         * src/folder.c
534         * src/folderview.c
535         * src/imap.c
536         * src/jpilot.c
537         * src/main.c
538         * src/matcher_parser_parse.y
539         * src/mbox.c
540         * src/pop.c
541         * src/prefs_account.c
542         * src/prefs_gtk.c
543         * src/prefs_msg_colors.c
544         * src/procheader.c
545         * src/procmime.[ch]
546         * src/procmsg.c
547         * src/summaryview.c
548         * src/textview.c
549         * src/common/base64.c
550         * src/common/partial_download.c
551         * src/common/socket.c
552         * src/common/sylpheed.c
553         * src/common/utils.[ch]
554         * src/gtk/filesel.c
555         * src/gtk/pluginwindow.c
556         * src/gtk/quicksearch.c
557         * src/plugins/pgpmime/pgpmime.c
558         * src/plugins/pgpmime/plugin.c
559         * src/plugins/pgpmime/select-keys.c
560         * src/plugins/pgpmime/sgpgme.c
561         * src/plugins/spamassassin/libspamc.c
562         * src/plugins/trayicon/trayicon.c
563         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
564         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
565                 o don't use any GNU C extensions
566                 o fix warnings
567                 o replace some non-POSIX functions
568
569         * src/plugins/spamassassin/spamassassin.[ch]
570         * src/plugins/spamassassin/spamassassin_gtk.c
571         * src/plugins/clamav/clamav_plugin.[ch]
572         * src/plugins/clamav/clamav_plugin_gtk.c
573                 replace statusbar_print_all() from common code because it is a
574                 GUI function
575
576 2004-10-17 [paul]
577
578         * po/es.po
579         * po/ko.po
580         * AUTHORS
581                 update Spanish and Korean translations,
582                 submitted by Ricardo Mones Lastra and
583                 SungHyun Nam
584
585 2004-10-13 [colin]      0.9.12cvs126
586
587         * src/compose.c
588                 Don't convert message to forced encoding when 
589                 drafting, plus minor magic-values cleanup.
590
591 2004-10-13 [colin]      0.9.12cvs125
592
593         * po/POTFILES.in
594                 Update POTFILES.in to reflect the source
595                 place changes
596
597 2004-10-08 [christoph]  0.9.12cvs124
598
599         * m4/spamassassin.m4
600                 fix libspamc OpenSSL
601
602         * src/compose.c
603                 rearrange the compose menu
604
605 2004-10-08 [christoph]  0.9.12cvs123
606
607         * src/Makefile.am
608         * src/account.c
609         * src/compose.[ch]
610         * src/crash.c
611         * src/main.c
612         * src/mimeview.c
613         * src/passphrase.[ch]                           ** REMOVE **
614         * src/prefs_account.[ch]
615         * src/prefs_common.[ch]
616         * src/privacy.[ch]
617         * src/procmime.[ch]
618         * src/procmsg.c
619         * src/rfc2015.[ch]                              ** REMOVE **
620         * src/select-keys.[ch]                          ** REMOVE **
621         * src/common/utils.[ch]
622         * src/gtk/about.c
623         * src/plugins/pgpmime/Makefile.am
624         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
625         * src/plugins/pgpmime/pgpmime.c
626         * src/plugins/pgpmime/plugin.c
627         * src/plugins/pgpmime/prefs_gpg.[ch]
628         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
629         * src/plugins/pgpmime/sgpgme.[ch]
630                 o Add new MIME-Writer
631                 o extend PrivacySystem with sign and encrypt functions
632                 o extend PGP/MIME plugin with sign and encrypt functions
633                 o integrate extended Privacy API in Compose and Sending process
634
635 2004-10-04 [colin]      0.9.12cvs122
636
637         * src/mainwindow.c
638         * src/messageview.c
639         * src/messageview.h
640         * src/textview.c
641                 Make forced encoding limited to messageview and
642                 apply only to parts displayed using textview
643
644 2004-10-04 [colin]      0.9.12cvs121
645
646         * src/summaryview.c
647                 Fix bug #605 (collapsed threads re-expand when moving or
648                 deleting mails)
649
650 2004-10-03 [colin]      0.9.12cvs120
651
652         * src/summaryview.c
653                 Fix bug #602
654
655 2004-10-02 [colin]      0.9.12cvs119
656
657         * src/mainwindow.c
658         * src/messageview.c
659         * src/prefs_common.h
660         * src/procmime.c
661         * src/procmime.h
662         * src/textview.c
663                 Clean up forced charset feature
664                 Add forced decode
665
666 2004-10-01 [colin]      0.9.12cvs118
667
668         * src/mimeview.c
669                 Better fix for Save all: skip multipart mails' first 
670                 text part
671
672 2004-10-01 [colin]      0.9.12cvs117
673
674         * src/mimeview.c
675                 Only save attachments in Save All
676
677 2004-10-01 [paul]       0.9.12cvs116
678
679         * ChangeLog
680         * ChangeLog.jp
681         * src/account.c
682         * src/prefs_common.c
683         * src/gtk/colorlabel.c
684                 sync with main 0.9.12cvs17
685
686 2004-09-30 [colin]      0.9.12cvs115
687
688         * src/stock_pixmap.c
689         * src/stock_pixmap.h
690         * src/folderview.c
691         * src/Makefile.am
692         * src/pixmaps/read.xpm
693                 Add icon for total # column
694
695 2004-09-29 [colin]      0.9.12cvs114
696
697         * src/compose.c
698                 Don't close compose until message is sent if 
699                 Show Send Dialog is Always
700
701 2004-09-29 [paul]       0.9.12cvs113
702
703         * src/quote_fmt_parse.y
704                 In the quotation templates recognise sender's first and last 
705                 names (%F %L) when the name is in the format "Duck, Donald".
706                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
707
708
709 2004-09-28 [colin]      0.9.12cvs112
710
711         * src/mainwindow.c
712                 Put back mnemonic
713         * src/folderview.c
714                 Fix Empty trash being visible-invisible-visible...
715
716 2004-09-28 [colin]      0.9.12cvs111
717
718         * src/mainwindow.c
719                 Relabel Empty all Trash folders
720
721 2004-09-28 [colin]      0.9.12cvs110
722
723         * src/folderview.c
724                 Add contextual Empty trash menu
725         * src/mainwindow.c
726                 Revert cvs109 which was useless
727
728 2004-09-28 [colin]      0.9.12cvs109
729
730         * src/mainwindow.c
731                 Fix uninialized var
732
733 2004-09-28 [colin]      0.9.12cvs108
734
735         * src/addressbook.c
736                 Fix triple-click
737
738 2004-09-28 [colin]      0.9.12cvs107
739
740         * src/addressbook.c
741                 Fix double-click on entries
742
743 2004-09-28 [colin]      0.9.12cvs106
744
745         * src/inc.c
746                 Reintroduce folder_item update freeze on incorporation
747
748 2004-09-27 [christoph]  0.9.12cvs105
749
750         * src/folderview.c
751                 right-align new and unread column
752
753 2004-09-27 [paul]
754
755         * 0.9.12b released
756
757 2004-09-27 [paul]       0.9.12cvs104
758
759         * src/main.c
760                 revert 0.9.12cvs101, it causes another segfault
761
762 2004-09-23 [christoph]  0.9.12cvs103
763
764         * src/plugins/spamassassin/libspamc.[ch]
765         * src/plugins/spamassassin/utils.[ch]
766                 update libspamc to SpamAssassin 3.0.0
767
768 2004-09-17 [paul]       0.9.12cvs102
769
770         * ChangeLog
771         * ChangeLog.jp
772         * src/inc.c
773                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
774  
775
776 2004-09-17 [colin]      0.9.12cvs101
777
778         * src/main.c
779                 Fix segfaults when quitting. valgrind says:
780                         ==12144== Invalid read of size 4
781                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
782                         [...]
783                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
784                         [...]
785                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
786
787
788 2004-09-13 [christoph]  0.9.12cvs100
789
790         * src/folder.c
791                 add NULL pointer checks to fix segfault when messages can
792                 not be fetched
793
794 2004-09-08 [colin]      0.9.12cvs99
795
796         * src/account.c
797                 Remove a debug printf
798
799 2004-09-08 [christoph]  0.9.12cvs98
800
801         * src/procmsg.[ch]
802                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
803                 if the message structure has been scanned
804
805         * src/folder.c
806                 o scan structure when the mail is fetched for the first time
807                   to prevent unnecessary fetching of messages while scanning
808                   the folder for messages
809                 o revert 0.9.12cvs24
810
811         * src/plugins/pgpmime/pgpmime.c
812                 check signature if auto signature checking is enabled when the
813                 signature status is requested for first time and not when
814                 checking if a part has a signature
815
816 2004-09-07 [colin]      0.9.12cvs97
817
818         * src/inc.c
819                 Change session error messages so that they
820                 are a bit more helpful (the origin of the
821                 error is not apparent if one isn't in 
822                 front of Sylpheed when it happens).
823
824 2004-09-06 [colin]      0.9.12cvs96
825
826         * src/toolbar.c
827                 Fix graying out Redirect in non english languages
828                 Patch by Fabien Vantard
829
830 2004-09-06 [colin]      0.9.12cvs95
831
832         * src/summaryview.c
833         * src/mimeview.c
834                 Fix dropped URIs
835
836 2004-09-06 [colin]      0.9.12cvs94
837
838         * src/addressbook.c
839         * src/addressitem.h
840         * src/addritem.c
841         * src/addritem.h
842                 Add basic drag and drop to addressbook
843
844 2004-09-03 [colin]      0.9.12cvs93
845
846         * src/summaryview.c
847                 Next/Prev unread message should start
848                 from next/prev node (especially if 
849                 mark_as_read_delay != 0)
850
851 2004-09-03 [colin]      0.9.12cvs92
852
853         * src/prefs_common.c
854         * src/prefs_common.h
855         * src/summaryview.c
856                 Add an hidden 'mark_as_read_delay' pref 
857
858 2004-09-02 [colin]      0.9.12cvs91
859
860         * src/gtk/menu.c
861                 Add unduplicated menu entries (fixes bug 532)
862                 Patch by Fabien Vantard
863
864 2004-09-02 [colin]      0.9.12cvs90
865
866         * src/account.c
867                 Fix bug 582 (broken auto account selection)
868
869 2004-09-02 [colin]      0.9.12cvs89
870
871         * src/addrindex.c
872                 Free deleted queries too
873
874 2004-09-02 [colin]      0.9.12cvs88
875
876         * src/ldapquery.c
877                 Fix freezes in LDAP, due to memory corruption
878                 after deletion of a query (and not removing it
879                 from the corresponding list of queries).
880                 Very probably fixes bug 567 and bug 569
881
882 2004-09-02 [colin]      0.9.12cvs87
883
884         * src/prefs_spelling.c
885                 Fix bug with aspell prefs init, where spell checking
886                 is enabled at first but dictionary not specified. Use
887                 LANG's dictionary by default.
888
889 2004-09-01 [colin]      0.9.12cvs86
890
891         * src/filtering.c
892         * src/imap.c
893         * src/prefs_matcher.c
894         * src/stock_pixmap.c
895                 Fix more nasty uninitialized variables
896
897 2004-08-31 [colin]      0.9.12cvs85
898
899         * src/folder.c
900                 Fix memory corruption when entering procmsg_msginfo_free()
901                 with unitialized msginfo. Thanks Valgrind.
902
903 2004-08-29 [colin]      0.9.12cvs84
904
905         * src/mimeview.c
906                 Don't escape filenames before saving - that's 
907                 not dangerous. By the way, fix the leak.
908
909 2004-08-27 [paul]       0.9.12cvs83
910
911         * src/mh.c
912         * src/procheader.c
913         * src/procmsg.c
914         * src/procmsg.h
915         * src/common/utils.c
916         * src/gtk/menu.h
917                 sync with main 0.9.12cvs6, see ChangeLog
918                 2004-08-24, 2004-08-25, 2004-08-26
919
920
921 2004-08-26 [paul]
922
923         * po/ja.po
924                 updated by Rui Hirokawa
925
926 2004-08-25 [colin]      0.9.12cvs82
927
928         * src/plugins/pgpmime/pgpmime.c
929                 Fix leak on non-combined encrypted messages
930
931 2004-08-25 [colin]      0.9.12cvs81
932
933         * src/plugins/pgpmime/pgpmime.c
934         * src/plugins/pgpmime/sgpgme.c
935         * src/plugins/pgpmime/sgpgme.h
936                 Handle combined encryption/signature
937
938 2004-08-24 [colin]      0.9.12cvs80
939
940         * src/folder.c
941                 Set mime flags on non multipart messages too
942
943 2004-08-23 [christoph]  0.9.12cvs79
944
945         * src/compose.c
946                 create message header in memory as GString before writing it
947                 to the message file
948
949 2004-08-23 [colin]      0.9.12cvs78
950
951         * src/rfc2015.c
952         * src/rfc2015.h
953         * src/compose.c
954                 Fix (again) bug 197: inline encryption broken
955
956 2004-08-23 [paul]
957
958         * po/zh_CN.po
959                 updated by Hansom Young
960
961 2004-08-23 [paul]
962
963         * 0.9.12a released
964
965 2004-08-23 [colin]      0.9.12cvs77
966
967         * src/imap.c
968                 Try and fix bug 577 (session->last_access_time is broken since 
969                 sync with main 0.9.12cvs2). 
970                 Patch by Stephan Sachse <whiteman@teg-clan.de>
971
972 2004-08-23 [paul]
973
974         * po/es.po
975         * po/fr.po
976         * po/pl.po
977         * po/pt_BR.po
978         * po/sk.po
979         * po/sr.po
980                 update translations. submitted by Ricardo
981                 Mones Lastra, Fabien Vantard, Emilian Nowak,
982                 Frederico Goncalves Guimaraes, Andrej Kacian,
983                 Urke MMI
984
985 2004-08-22 [paul]       0.9.12cvs76
986
987         * src/plugins/trayicon/trayicon.c
988                 fix formatting bug in trayicon_popup_menu_entries[]
989
990
991 2004-08-22 [paul]       0.9.12cvs75
992
993         * m4/Makefile.am
994                 remove reference to openssl.m4
995
996
997 2004-08-21 [colin]      0.9.12cvs74
998
999         * src/compose.c
1000                 Fix bug 576 (Duplicate auto-bcc on reedit)
1001
1002 2004-08-21 [colin]      0.9.12cvs73
1003
1004         * src/toolbar.c
1005                 Grey out Redirect in the toolbar when selection is
1006                 multiple. Fixes bug 520
1007
1008 2004-08-21 [colin]      0.9.12cvs72
1009
1010         * src/compose.c
1011                 Save Sign, Encrypt and Mode status when drafting or queuing
1012                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1013                 state)
1014
1015 2004-08-21 [colin]      0.9.12cvs71
1016
1017         * src/summaryview.c
1018                 Fix bug 494 (Messages are always opened in summary 
1019                 view when right clicked.) Also fixes bug 508.
1020
1021 2004-08-21 [colin]      0.9.12cvs70
1022
1023         * src/compose.c
1024                 When using inline encryption, don't use QP or Base64:
1025                 the mail will be encrypted to a 7bit string.
1026                 Fixes bug 197
1027
1028 2004-08-21 [colin]      0.9.12cvs69
1029
1030         * src/compose.c
1031                 Fix inline-signing with 8bit chars: data must be 
1032                 converted to Quoted-printable before signing.
1033
1034 2004-08-21 [colin]      0.9.12cvs68
1035
1036         * src/compose.c
1037                 Remove 'Message/Save to draft folder'
1038                 and 'Message/Save and keep editing' to 
1039                 put a single 'File/Save' command.
1040                 Fixes bug 224
1041
1042 2004-08-21 [colin]      0.9.12cvs67
1043
1044         * src/mainwindow.c
1045                 Fix bug 222 (Summary view state not retained between sessions)
1046
1047 2004-08-20 [colin]      0.9.12cvs66
1048
1049         * src/codeconv.c
1050                 Fix bug 574 (empty cur_locale is not enough)
1051
1052 2004-08-20 [paul]
1053
1054         * src/plugins/pgpmime/plugin.c
1055                 modify PGP/MIME plugin's description
1056
1057 2004-08-16 [colin]      0.9.12cvs65
1058
1059         * src/common/ssl.c
1060                 Fix version comparison
1061
1062 2004-08-16 [colin]      0.9.12cvs64
1063
1064         * src/common/ssl.c
1065                 I meant 2.2.
1066
1067 2004-08-16 [colin]      0.9.12cvs63
1068
1069         * src/common/ssl.c
1070                 People with glibc 2.1 have had problems with non-blocking
1071                 SSL_connect. Disable it for glibc < 2.2.
1072
1073 2004-08-16 [colin]      0.9.12cvs62
1074
1075         * src/common/ssl.c
1076                 Fix format error
1077
1078 2004-08-13 [colin]      0.9.12cvs61
1079
1080         * src/plugins/pgpmime/plugin.c
1081                 Add plugin's description
1082
1083 2004-08-12 [christoph]  0.9.12cvs60
1084
1085         * src/folderutils.c
1086                 fix bug that did not thaw folder updates when deleting
1087                 duplicates in empty folders
1088
1089 2004-08-12 [colin]      0.9.12cvs59
1090
1091         * src/plugins/trayicon/trayicon.c
1092                 Add a context menu with most common operations
1093
1094 2004-08-12 [colin]      0.9.12cvs58
1095
1096         * configure.ac
1097         * sylpheed.desktop
1098         * src/Makefile.am
1099         * src/main.c
1100                 Add support for Freedesktop.org's startup notification
1101
1102 2004-08-10 [colin]      0.9.12cvs57
1103
1104         * src/main.c
1105         * src/common/socket.c
1106         * src/common/ssl.c
1107         * src/common/sylpheed.c
1108         * src/common/sylpheed.h
1109                 Put back the ssl connect nonblocking...
1110                 without the race condition
1111
1112 2004-08-09 [colin]      0.9.12cvs56
1113
1114         * src/main.c
1115         * src/common/ssl.c
1116         * src/common/sylpheed.c
1117         * src/common/sylpheed.h
1118                 Reverting previous commit, doesn't work 
1119
1120 2004-08-09 [colin]      0.9.12cvs55
1121
1122         * src/main.c
1123         * src/common/ssl.c
1124         * src/common/sylpheed.c
1125         * src/common/sylpheed.h
1126                 Make SSL_connect nonblocking, using a thread
1127
1128 2004-08-09 [paul]       0.9.12cvs54
1129
1130         * po/POTFILES.in
1131                 reflect new location of sgpgme.c
1132         * src/main.c
1133                 sync with main, see ChangeLog 2004-08-09
1134
1135 2004-08-08 [christoph]  0.9.12cvs53
1136
1137         * src/folderutils.c
1138                 freeze FolderItem updates while deleting duplicate messages
1139
1140 2004-08-08 [christoph]  0.9.12cvs52
1141
1142         * configure.ac
1143         * src/Makefile.am
1144         * src/main.c
1145         * src/pgpmime.c
1146         * src/pgpmime.h
1147         * src/sgpgme.c
1148         * src/sgpgme.h
1149         * src/plugins/Makefile.am
1150         * src/plugins/pgpmime/.cvsignore
1151         * src/plugins/pgpmime/Makefile.am
1152         * src/plugins/pgpmime/pgpmime.c
1153         * src/plugins/pgpmime/pgpmime.h
1154         * src/plugins/pgpmime/plugin.c
1155         * src/plugins/pgpmime/sgpgme.c
1156         * src/plugins/pgpmime/sgpgme.h
1157                 new plugin for PGP/MIME
1158
1159 2004-08-07 [christoph]  0.9.12cvs51
1160
1161         * src/folder.c
1162                 disable immediate folder change notification on opened folders
1163                 until SummaryView can handle it quickly
1164
1165 2004-08-07 [colin]      0.9.12cvs50
1166
1167         * src/pop.c
1168         * src/common/partial_download.c
1169                 fix warnings
1170
1171 2004-08-07 [colin]      0.9.12cvs49
1172
1173         * src/Makefile.am
1174         * src/account.c
1175         * src/addressbook.c
1176         * src/alertpanel.c
1177         * src/alertpanel.h
1178         * src/compose.c
1179         * src/exphtmldlg.c
1180         * src/expldifdlg.c
1181         * src/main.c
1182         * src/message_search.c
1183         * src/messageview.c
1184         * src/pop.c
1185         * src/sgpgme.c
1186         * src/summary_search.c
1187         * src/summaryview.c
1188         * src/textview.c
1189         * src/gtk/sslcertwindow.c
1190         * src/pixmaps/stock_dialog-error.xpm
1191         * src/pixmaps/stock_dialog-info.xpm
1192         * src/pixmaps/stock_dialog-question.xpm
1193         * src/pixmaps/stock_dialog-warning.xpm
1194                 sync new alertpanel from gtk2
1195
1196 2004-08-07 [colin]      0.9.12cvs48
1197
1198         * src/prefs_folder_item.c
1199                 fix memory corruption in folderitem's prefs
1200
1201 2004-08-06 [colin]      0.9.12cvs47
1202
1203         * src/compose.c
1204                 close compose window after queuing, before 
1205                 sending when user presses Send
1206
1207 2004-08-05 [christoph]  0.9.12cvs46
1208
1209         * src/msgcache.c
1210         * src/common/defs.h
1211                 add charset to cache file and convert charset when reading the
1212                 cache if different from internal used charset
1213
1214 2004-08-05 [christoph]  0.9.12cvs45
1215
1216         * src/messageview.c
1217         * src/mimeview.[ch]
1218         * src/procmime.h
1219         * src/common/utils.h
1220                 cleanup (remove unused includes/reorganize)
1221
1222         * src/prefs_ext_prog.c
1223         * src/prefs_folder_item.c
1224         * src/prefs_fonts.c
1225         * src/prefs_msg_colors.c
1226         * src/prefs_spelling.c
1227         * src/prefs_themes.c
1228         * src/prefs_toolbar.c
1229         * src/prefs_wrapping.c
1230         * src/gtk/prefswindow.[ch]
1231         * src/plugins/clamav/clamav_plugin_gtk.c
1232         * src/plugins/dillo_viewer/dillo_prefs.c
1233         * src/plugins/image_viewer/viewerprefs.c
1234         * src/plugins/spamassassin/spamassassin_gtk.c
1235                 change PrefsPage path into an array of strings and don't
1236                 split a single string into parts (better for translation)
1237
1238 2004-08-05 [christoph]  0.9.12cvs44
1239
1240         * src/folder.c
1241                 fix FolderItem's message counts after rebuilding a cache
1242
1243 2004-08-05 [paul]       0.9.12cvs43
1244
1245         * ChangeLog
1246         * ChangeLog.jp
1247         * src/imap.c
1248         * src/news.c
1249         * src/common/nntp.c
1250         * src/common/session.c
1251         * src/common/session.h
1252         * src/common/socket.c
1253                 sync with main 0.9.12cvs2
1254                 see ChangeLog 2004-08-04
1255
1256 2004-08-04 [christoph]  0.9.12cvs42
1257
1258         * configure.ac
1259                 add missing AC_DEFINE(USE_OPENSSL, ...)
1260         * src/folder.c
1261                 use new xml_node_new() function
1262
1263 2004-08-03 [christoph]  0.9.12cvs41
1264
1265         * src/folder.c
1266         * src/localfolder.c
1267         * src/common/xml.[ch]
1268                 sync with main 0.9.12cvs1
1269                 see ChangeLog 2004-07-23
1270
1271 2004-08-03 [christoph]
1272
1273         * configure.ac
1274         * m4/openssl.m4                 ** REMOVE **
1275                 use pkg-config to get OpenSSL CFLAGS and LIBS
1276                 (OpenSSL 0.9.7 is required now)
1277
1278 2004-08-02 [paul]       0.9.12cvs40
1279
1280         * AUTHORS
1281                 update translation team section
1282         * po/pt_BR.po
1283                 updated by Frederico Goncalves Guimaraes
1284                 <fggdebian@yahoo.com.br>
1285
1286 2004-07-29 [colin]      0.9.12cvs39
1287
1288         * src/messageview.c
1289                 Inform the user when a partially 
1290                 downloaded mail isn't on the server
1291                 anymore (due to Mark for deletion)
1292
1293 2004-07-29 [colin]      0.9.12cvs38
1294
1295         * src/messageview.c
1296                 Hide noticeview if necessary
1297
1298 2004-07-27 [colin]      0.9.12cvs37
1299
1300         * src/msgcache.c
1301                 More fixes (i overlook a bit, thanks
1302                 Christoph for spotting it)
1303
1304 2004-07-27 [colin]      0.9.12cvs36
1305
1306         * src/msgcache.c
1307                 Fix wrong test 
1308
1309 2004-07-26 [colin]      0.9.12cvs35
1310
1311         * src/pop.c
1312                 Fix uidl-file parsing when not in new
1313                 format
1314
1315 2004-07-19 [colin]      0.9.12cvs34
1316
1317         * src/compose.c
1318                 Save attachment status when drafting
1319
1320 2004-07-19 [colin]      0.9.12cvs33
1321
1322         * src/folder.h
1323         * src/folderview.c
1324         * src/summaryview.c
1325                 Reverse 0.9.12cvs29 to 31 (folder icon update
1326                 when quicksearch is active)
1327
1328 2004-07-18 [colin]      0.9.12cvs32
1329
1330         * src/pop.c
1331                 Fix partial download bug with "Download all
1332                 messages" option
1333
1334 2004-07-18 [colin]      0.9.12cvs31
1335
1336         * src/folderview.c
1337                 Fix crash
1338
1339 2004-07-17 [colin]      0.9.12cvs30
1340
1341         * src/summaryview.c
1342                 Same, when sticky search is off
1343
1344 2004-07-17 [colin]      0.9.12cvs29
1345
1346         * src/folder.h
1347         * src/folderview.c
1348         * src/summaryview.c
1349                 Update FolderItem icon whenever its summaryview is 
1350                 filtered
1351
1352 2004-07-16 [christoph]  0.9.12cvs28
1353
1354         * src/mimeview.c
1355                 make doubleclick work again
1356
1357 2004-07-16 [christoph]  0.9.12cvs27
1358
1359         * src/mimeview.c
1360                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1361
1362 2004-07-16 [paul]       0.9.12cvs26
1363         
1364         * src/gtk/quicksearch.c
1365         * src/compose.c
1366         * src/customheader.c
1367         * src/messageview.c
1368         * src/news.c
1369         * src/prefs_account.c
1370         * src/prefs_display_header.c
1371         * src/procheader.c
1372                 replace "Message-Id" with "Message-ID"
1373
1374 2004-07-16 [paul]       0.9.12cvs25
1375
1376         * ChangeLog
1377         * ChangeLog.jp
1378         * src/account.c
1379         * src/account.h
1380         * src/folder_item_prefs.c
1381         * src/main.c
1382         * src/pop.c
1383         * src/pop.h
1384         * src/prefs_account.c
1385         * src/prefs_account.h
1386         * src/prefs_common.c
1387         * src/prefs_common.h
1388         * src/prefs_gtk.c
1389         * src/prefs_gtk.h
1390                 sync with main 0.9.12cvs1
1391
1392 2004-07-15 [colin]      0.9.12cvs24
1393
1394         * src/folder.c
1395                 Disable GPG signature check during
1396                 folder move and scan 
1397         (Closes Bug 521 Signature checking slows down Folder-Move)
1398
1399 2004-07-14 [christoph]  0.9.12cvs23
1400
1401         * src/pgpmime.c
1402                 add missing fclose
1403
1404         * src/procmime.c
1405                 add checks if fopen really worked
1406
1407 2004-07-14 [colin]      0.9.12cvs22
1408
1409         * src/pop.c
1410         * src/common/partial_download.c
1411                 Update includes
1412
1413 2004-07-14 [colin]      0.9.12cvs21
1414
1415         * src/folder.c
1416         * src/inc.c
1417         * src/matcher.c
1418         * src/matcher.h
1419         * src/matcher_parser_parse.y
1420         * src/messageview.c
1421         * src/msgcache.c
1422         * src/noticeview.c
1423         * src/noticeview.h
1424         * src/pop.c
1425         * src/pop.h
1426         * src/prefs_matcher.c
1427         * src/procheader.c
1428         * src/procmsg.c
1429         * src/procmsg.h
1430         * src/summaryview.c
1431         * src/common/Makefile.am
1432         * src/common/defs.h
1433         * src/gtk/quicksearch.c
1434         * src/common/partial_download.c ** NEW FILES **
1435         * src/common/partial_download.h ** NEW FILES **
1436                 Partial downloading of pop3 mails
1437
1438 2004-07-13 [christoph]  0.9.12cvs20
1439
1440         * src/mimeview.c
1441                 use "button_release_event" instead of "button_press_event",
1442                 because executing event callbacks while the button is still
1443                 pressed is not good and causes problems
1444
1445 2004-07-12 [colin]      0.9.12cvs19
1446
1447         * src/gtk/quicksearch.c
1448                 Fix a missing status update in quicksearch
1449
1450 2004-07-08 [colin]      0.9.12cvs18
1451
1452         * src/common/smtp.h
1453                 Fix guint vs gint bug
1454
1455 2004-07-08 [colin]      0.9.12cvs17
1456
1457         * src/common/smtp.c
1458                 use to_human_readable() for sizes
1459
1460 2004-07-08 [paul]       0.9.12cvs16
1461
1462         * src/inc.c [1.174]
1463                 fix occasional non-clearance of the statusbar
1464                 (close Bug 531 'SA plugin: status bar does not 
1465                  get cleared in OFFLINE mode')
1466
1467 2004-07-07 [colin]      0.9.12cvs15
1468
1469         * src/prefs_common.c [1.225]
1470         * src/prefs_common.h [1.112]
1471                 Add a hidden summary_quicksearch_sticky preference,
1472                 to allow the quicksearch bar to reset across folders
1473         * src/summaryview.c [1.437]
1474                 Use this preference
1475         * src/gtk/quicksearch.c [1.5]
1476         * src/gtk/quicksearch.h [1.3]
1477                 Add this preference, fix focus when hitting Enter,
1478                 add handling of Esc key to reset
1479
1480 2004-07-06 [colin]      0.9.12cvs14
1481
1482         * src/gtk/quicksearch.c [1.4]
1483                 Add Clear button
1484
1485 2004-07-06 [christoph]  0.9.12cvs13
1486
1487         * src/toolbar.c
1488                 enable next unread button in empty folders if next folder
1489                 dialog is not disabled
1490
1491         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1492          folders)
1493
1494 2004-07-06 [colin]      0.9.12cvs12
1495
1496         * src/common/smtp.c [1.16]
1497                 Display maximum message size in the log
1498
1499 2004-07-06 [paul]       0.9.12cvs11
1500
1501         * src/toolbar.c
1502                 fix typo. (spotted by Fabien Vantard)
1503
1504 2004-07-06 [paul]       0.9.12cvs10
1505
1506         * src/main.c
1507                 terminate cleanly on SIGHUP. Patch submitted by
1508                 Thomas Gilgin <thg@karate-muellheim.de>
1509
1510 2004-07-05 [christoph]  0.9.12cvs9
1511
1512         * src/inc.c
1513                 better replacing of %d in new mail notification command
1514
1515 2004-07-05 [colin]      0.9.12cvs8
1516
1517         * src/common/smtp.[ch]
1518                 Take SIZE (returned by EHLO) into account, and
1519                 avoid sending too big messages
1520
1521 2004-07-04 [paul]       0.9.12cvs7
1522
1523         * src/account.c
1524                 fix auto-account selection on imap/news
1525
1526 2004-07-01 [paul]       0.9.12cvs6
1527
1528         * src/gtk/quicksearch.c
1529                 reveal hidden string in gui
1530                 
1531         * src/compose.c
1532                 fix updating of gpg signing setting on 
1533                 switching accounts
1534
1535 2004-06-30 [darko]      0.9.12cvs5
1536
1537         * src/common/utils.c
1538                 remove expand_search_string()
1539         * src/gtk/quicksearch.c
1540                 remove no longer needed for loop (thanks Christoph)
1541                 add expand_search_string()
1542
1543 2004-06-30 [darko]      0.9.12cvs4
1544
1545         * src/common/utils.c
1546                 allow all filtering expressions in quicksearch
1547
1548         (Closes Bug 519 filtering expr. in quicksearch)
1549
1550 2004-06-30 [christoph]  0.9.12cvs3
1551
1552         * configure.ac
1553                 better 'localedir'
1554
1555         * src/common/intl.h
1556                 allow plugins to define TEXTDOMAIN for the _(...) macro
1557
1558 2004-06-30 [paul]       0.9.12cvs2
1559
1560         * po/POTFILES.in
1561           src/Makefile.am
1562           src/main.c
1563           src/prefs_common.c
1564           src/prefs_msg_colors.[ch]     ** NEW FILES **
1565                 move message colouring options to
1566                 '/Other Preferences/Message View/Colors'
1567
1568 2004-06-30 [paul]       0.9.12cvs1
1569
1570         * po/POTFILES.in
1571           src/Makefile.am
1572           src/main.c
1573           src/prefs_common.c
1574           src/prefs_wrapping.[ch]       ** NEW FILES **
1575                 move message wrapping options to
1576                 /'Other Preferences/Compose/Message Wrapping'
1577
1578 2004-06-28 [paul]       0.9.12
1579
1580         * Sylpheed-Claws 0.9.12 released
1581
1582         * po/es.po
1583           po/fr.po
1584           po/sk.po
1585                 updated by Ricardo Mones Lastra, Fabien Vantard,
1586                 Andrej Kacian
1587
1588 2004-06-27 [paul]       0.9.11cvs19
1589
1590         * src/common/ssl.c
1591                 re-enable certificate check
1592
1593 2004-06-25 [christoph]  0.9.11cvs18
1594
1595         * src/procmsg.h
1596                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
1597
1598 2004-06-25 [paul]       0.9.11cvs17
1599
1600         * sync with main 0.9.12cvs1
1601                 see ChangeLog 2004-06-23
1602                 
1603         * src/gtk/menu.c
1604                 remove unused menu_toggle_toggle()
1605
1606 2004-06-23 [christoph]  0.9.11cvs16
1607
1608         * src/folder.c
1609         * src/procheader.c
1610         * src/procmsg.h
1611         * src/summaryview.c
1612                 scan the mime structure of multipart mails for correct
1613                 attachment, encryped and signed (with privacy API) part
1614                 detection
1615
1616         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
1617
1618 2004-06-22 [paul]
1619
1620         * po/ru.po
1621                 updated by Pavlo Bohmat
1622
1623 2004-06-20 [christoph]  0.9.11cvs15
1624
1625         * src/inc.c
1626         * src/pop.[ch]
1627                 disconnect after authentication when doing POP before SMTP
1628
1629         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
1630
1631 2004-06-19 [christoph]  0.9.11cvs14
1632
1633         * src/folder.c
1634                 fix FolderItem name update
1635
1636         (Closes Bug 511 Folder-Renaming not reflected immediately)
1637
1638 2004-06-17 [paul]       0.9.11cvs13
1639         
1640         * sync with main 0.9.12 release
1641           src/session.c
1642                 session_set_timeout(): fixed a bug that didn't
1643                 reset timeout_tag when interval is 0.
1644
1645 2004-06-16 [christoph]  0.9.11cvs12
1646
1647         * src/textview.c
1648                 correctly clear the URL in the status bar
1649
1650 2004-06-15 [christoph]  0.9.11cvs11
1651
1652         * src/summaryview.c
1653                 add missing gtk_widget_show()
1654
1655 2004-06-11 [christoph]  0.9.11cvs10
1656
1657         * src/plugins/spamassassin/spamassassin.c
1658                 correctly check waitpid return code
1659
1660         (Closes Bug 396 Zombie process when spamassassin is called)
1661
1662 2004-06-10 [christoph]  0.9.11cvs9
1663
1664         * src/mainwindow.c
1665         * src/summaryview.[ch]
1666         * src/gtk/Makefile.am
1667         * src/gtk/quicksearch.c                         ** NEW **
1668                 separate quick search from summaryview
1669
1670 2004-06-09 [christoph]  0.9.11cvs8
1671
1672         * src/inc.c
1673                 remove unused code
1674
1675         * src/textview.c
1676                 get folder for compose default account from MsgInfo and not
1677                 from SummaryView
1678
1679 2004-06-09 [christoph]  0.9.11cvs7
1680
1681         * src/folder.[ch]
1682                 add information about added or removed messages to
1683                 FOLDER_ITEM_UPDATE hook
1684
1685         * src/imap_gtk.c
1686         * src/mh_gtk.c
1687                 scan folder when removing a folder failed instead of
1688                 updating the summaryview
1689
1690 2004-06-08 [paul]       0.9.11cvs6
1691
1692         * sync with main 0.9.11cvs2
1693                 see ChangeLog 2004-06-08
1694
1695 2004-06-07 [christoph]  0.9.11cvs5
1696
1697         * configure.ac
1698         * src/common/Makefile.am
1699                 detect library providing 'encrypt' function
1700
1701 2004-06-07 [paul]       0.9.11cvs4
1702
1703         * src/inc.c
1704                 sync with main, 'code cleanup'
1705                 
1706         * tools/nautilus2sylpheed.sh
1707                 fix whitespace limitation. patch submitted by
1708                 Stephan Sachse <white@teg-clan.de>
1709
1710 2004-06-04 [christoph]  0.9.11cvs3
1711
1712         * src/account.c
1713         * src/action.[ch]
1714         * src/addressbook.c
1715         * src/addrindex.h
1716         * src/folder.h
1717         * src/folder_item_prefs.c
1718         * src/inc.c
1719         * src/main.c
1720         * src/messageview.c
1721         * src/mh_gtk.c
1722         * src/prefs_themes.c
1723         * src/procmime.c
1724         * src/quote_fmt.h
1725         * src/stock_pixmap.c
1726         * src/toolbar.c
1727                 fix compiler warnings
1728
1729 2004-06-03 [paul]       0.9.11cvs2
1730
1731         * src/msgcache.c
1732                 sync with main 0.9.11cvs1: "changed gint32 to
1733                 guint32 for some platforms"
1734
1735 2004-06-02 [christoph]  0.9.11cvs1
1736
1737         * src/common/ssl.c
1738                 fix SSL_CTX variable name for older OpenSSL versions
1739
1740         (Closes Bug 503 fix compilation with older OpenSSL)
1741
1742 2004-05-31 [paul]       0.9.11claws
1743
1744         * 0.9.11claws released
1745
1746 2004-05-31 [paul]       0.9.10claws72
1747
1748         * po/es.po
1749           po/it.po
1750           po/ja.po
1751           po/pl.po
1752           po/sk.po
1753           po/sr.po
1754           po/zh_CN.po
1755                 update translations, submitted by Ricardo Mones Lastra,
1756                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
1757                 Urke MMI, and Hansom Young
1758
1759 2004-05-25 [luke]       0.9.10claws71
1760
1761         * AUTHORS
1762         * src/mimeview.c
1763         * src/stockpixmap.[ch]
1764         * src/Makefile.am
1765         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
1766         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
1767         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
1768         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
1769         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
1770
1771                 o Added privacy emblems from Jesper Shultz 
1772                   <jesper@schultz-net.dk>
1773                 o Overlay emblems onto mimeview icons to indicate
1774                   status of signature and if a message is encrypted
1775         
1776         * src/textview.c
1777                 remove unused color definitions (were used to 
1778                 indicate sig status)
1779
1780 2004-05-25 [paul]       0.9.10claws70
1781
1782         * AUTHORS
1783           tools/Makefile.am
1784           tools/README
1785           tools/nautilus2sylpheed.sh            ** NEW FILE **
1786                 add script to enable sending files from
1787                 nautilus.
1788                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
1789                 
1790         * tools/launch_firebird                 ** REMOVED **
1791                 removed as the standard "firefox '%s'" now functions
1792                 correctly
1793
1794 2004-05-23 [paul]       0.9.10claws69
1795
1796         * src/compose.c
1797                 fix %X cursor point segfault
1798                 patch by Christoph
1799
1800 2004-05-23 [christoph]  0.9.10claws68
1801
1802         * src/folder.c
1803                 fix folder moving
1804
1805 2004-05-21 [paul]       0.9.10claws67
1806
1807         * sync with 0.9.10cvs17
1808                 see ChangeLog 2004-05-21
1809
1810 2004-05-20 [paul]       0.9.10claws66
1811
1812         * sync with 0.9.10cvs16
1813                 see ChangeLog 2004-05-19 and 2004-05-20
1814
1815 2004-05-19 [alfons]     0.9.10claws65
1816
1817         * src/summaryview.h
1818                 on some platforms regoff_t is defined as off_t, so 
1819                 pull in sys/types.h
1820
1821 2004-05-19 [paul]       0.9.10claws64
1822
1823         * sync with 0.9.10cvs13
1824                 see ChangeLog 2004-05-18
1825
1826 2004-05-17 [christoph]  0.9.10claws63
1827
1828         * src/folder.c
1829                 search all folders when searching for default folders and
1830                 not return the special folder of the first folder
1831
1832 2004-05-13 [alfons]     0.9.10claws62
1833
1834         * src/summaryview.c
1835                 add a better check to see if a message is a news message
1836                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
1837
1838 2004-05-13 [paul]       0.9.10claws61
1839
1840         * src/msgcache.c
1841                 sync with 0.9.10cvs12
1842                 see ChangeLog 2004-05-12
1843
1844 2004-05-12 [alfons]     0.9.10claws60
1845
1846         * src/folderview.c
1847                 release lock in case of folder could not be opened 
1848
1849 2004-05-11 [christoph]  0.9.10claws59
1850
1851         * src/inc.[ch]
1852                 remove unused folderview update stuff from inc.[ch]
1853
1854 2004-05-11 [paul]       0.9.10claws58
1855
1856         * sync with 0.9.10cvs11
1857                 see ChangeLog 2004-05-10 and 2004-05-11
1858
1859 2004-05-09 [christoph]  0.9.10claws57
1860
1861         * src/folderview.c
1862                 check for folder class functions and not folder type to detect
1863                 valid drag targets
1864
1865 2004-05-08 [christoph]  0.9.10claws56
1866
1867         * src/sgpgme.c
1868                 fix date output for signature expire times
1869
1870         (Patch by Edgar Toernig <froese@gmx.de>)
1871
1872 2004-05-06 [christoph]  0.9.10claws55
1873
1874         * src/gtk/prefswindow.c
1875                 change window type to DIALOG
1876
1877         * src/folder.[ch]
1878         * src/folderview.c
1879         * src/news_gtk.c
1880                 o add folder_remove()
1881                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
1882                 o add new "sort" field to Folder, no longer sort folders by type
1883                   higher sort values will be first in the folder list, new folders get 0
1884                   and will be added to the end
1885
1886         * src/mainwindow.c
1887         * src/gtk/Makefile.am
1888         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
1889                 add dialog to allow users to change the folder order
1890
1891 2004-05-04 [paul]       0.9.10claws54
1892
1893         * src/inc.c
1894                 Display account_name in statusbar when retrieving
1895                 messages from a pop account
1896         * src/prefs_account.c
1897                 display account name in title of prefs_account
1898                 window
1899         * src/prefs_folder_item.c
1900                 display folder name in title of prefs_folder window
1901
1902         all 3 patches submitted by Fabien Vantard
1903
1904         * AUTHORS
1905                 add Fabien Vantard
1906
1907 2004-05-04 [paul]       0.9.10claws53
1908
1909         * src/prefs_actions.c
1910           src/prefs_template.c
1911                 'Esc' Key exits alertpanel
1912                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
1913
1914 2004-04-26 [christoph]  0.9.10claws52
1915
1916         * src/gtk/about.c
1917         * src/gtk/colorsel.c
1918         * src/gtk/description_window.c
1919         * src/gtk/filesel.c
1920         * src/gtk/gtkaspell.c
1921         * src/gtk/inputdialog.c
1922         * src/gtk/pluginwindow.c
1923         * src/gtk/progressdialog.c
1924                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
1925                   it does not work correctly with xinerama
1926                 o lock incorporation while the plugin window is open
1927
1928 2004-04-23 [paul]       0.9.10claws51
1929
1930         * po/POTFILES.in
1931                 update location of inputdialog.c
1932                 
1933         * src/gtk/about.c
1934                 update Copyright string
1935                 
1936         * src/msgcache.c
1937           src/prefs_common.c
1938           src/prefs_themes.c
1939                 improve the english a little
1940
1941 2004-04-22 [christoph]  0.9.10claws50
1942
1943         * src/folderutils.[ch]
1944                 add folderutils_mark_all_read()
1945
1946         * src/folderview.c
1947                 readd "mark all read" from popup menu, now works
1948                 in all folders and not only the opened folder
1949
1950 2004-04-21 [christoph]  0.9.10claws49
1951
1952         * src/Makefile.am
1953         * src/inputdialog.[ch]                  ** REMOVED **
1954         * src/gtk/Makefile.am
1955         * src/gtk/inputdialog.[ch]              ** NEW **
1956                 move inputdialog.[ch] into gtk directory
1957
1958         * src/mh_gtk.c
1959                 remove check for missing IMAP folder account
1960
1961 2004-04-20 [christoph]  0.9.10claws48
1962
1963         * src/mainwindow.c
1964         * src/foldersel.c
1965                 remove new/rename/delete folder GUI functions because
1966                 they are always active, even for news folders, and can
1967                 not be easily made folder class dependent
1968
1969         * src/gtk/menu.[ch]
1970                 make menu_translate() public
1971
1972         * src/Makefile.am
1973         * src/folder.[ch]
1974         * src/folderview.[ch]
1975         * src/imap_gtk.[ch]                     ** NEW **
1976         * src/main.c
1977         * src/mh_gtk.[ch]                       ** NEW **
1978         * src/news_gtk.[ch]                     ** NEW **
1979                 o dynamically build FolderView popup menus from a folder
1980                   specific part, with callbacks to seperated code, and
1981                   a common part
1982                 o remove the folder class specifiy code from folderview.c
1983
1984 2004-04-15 [luke]       0.9.10claws47
1985
1986         * src/prefs_folder_item.c
1987                 o remove buttons for applying 'scan for new mail'
1988                   and 'process at startup' to sub folders
1989                 o add 'apply to sub folder' check buttons for all
1990                   properties and set folder prefs accordingly
1991                 o replace multiple gtk_widget_show() with one
1992                   gtk_widget_show_all() on container
1993
1994 2004-04-14 [darko]      0.9.10claws46
1995
1996         * src/gtk/Makefile.am
1997         * src/gtk/pluginwindow.c
1998                 load plugins from to $(prefix)/lib/sylpheed/plugins
1999                 in file selection dialog
2000         * src/plugins/clamav/clamav_plugin.c
2001                 const correctness
2002
2003 2004-04-14 [christoph]  0.9.10claws45
2004
2005         * src/folder.c
2006         * src/plugins/image_viewer/viewer.c
2007                 fix g_warnings
2008
2009 2004-04-10 [alfons]     0.9.10claws44
2010         
2011         * src/compose.c
2012                 appropriate auto account selection when forwarding
2013                 (fixes bug #476, "forward as attachment does not listen
2014                 to account rules")
2015
2016 2004-04-09 [alfons]     0.9.10claws43
2017
2018         * src/summaryview.c
2019                 make quick search combo matching case sensitive
2020
2021 2004-04-06 [alfons]     0.9.10claws42
2022
2023         * src/addr_compl.c
2024                 use cursor position to prevent clearing the entire entry
2025
2026 2004-04-06 [alfons]     0.9.10claws41
2027
2028         * src/folderview.c
2029                 fix bug #472, "filter not updated when renaming folder" 
2030
2031 2004-04-06 [alfons]     0.9.10claws40
2032
2033         * src/messageview.[ch]
2034           src/summaryview.c
2035                 reflect changes to Show all headers to main view
2036                 and message view (only affects detached message
2037                 view). see also bug #473, 'Show All Headers 
2038                 "problem"'.
2039
2040 2004-04-03 [alfons]     0.9.10claws39
2041
2042         * src/matcher.c
2043                 free address list
2044
2045 2004-04-03 [alfons]     0.9.10claws38
2046
2047         * src/matcher_parser_parse.y
2048           src/matcher.[ch]
2049                 prepare address look up matcher type; marginally
2050                 tested, and not hooked into the UI yet.
2051
2052                 basically it accepts the result of the left hand
2053                 side of the matcher (the "criteria"):
2054
2055                         from all_in_addressbook ""
2056                         ~to_or_cc any_in_addressbook ""
2057                 
2058                 the first case matches all addresses found in the
2059                 from header, and the second case matches if any
2060                 (at least one) of the addresses in to or cc headers 
2061                 are not in the address book.
2062
2063                 the string argument is not used yet, but is intended
2064                 to match a group of addresses 
2065
2066 2004-04-02 [luke]       0.9.10claws37
2067
2068         * src/prefs_folder_item.c
2069                 Add two buttons to apply 'scan for new mail'
2070                 and 'process at startup' to sub folders
2071
2072 2004-04-02 [luke]
2073         * tools/textviewer.sh
2074                 better filename extension matching plus some support for
2075                 MS Excel, MS Powerpoint and HTML
2076
2077 2004-03-29 [christoph]  0.9.10claws36
2078
2079         * src/folder.h
2080         * src/folderutils.[ch]
2081         * src/mainwindow.c
2082                 add delete duplicates for all folders
2083
2084 2004-03-29 [alfons]     0.9.10claws35
2085
2086         * src/folder.c
2087                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2088                 when selecting top-level folder node (thanks to 
2089                 Alex S. Moore)
2090
2091 2004-03-28 [keith]      0.9.10claws34
2092
2093         * src/textview.c
2094                 prepend "http://" to URIs of the form "www.example.com"
2095
2096 2004-03-28 [paul]       0.9.10claws33
2097
2098         * src/common/nntp.c
2099           src/common/smtp.c
2100           src/folder.c
2101           src/imap.c
2102           src/inc.c
2103           src/news.c
2104           src/pop.c
2105                 revise 'translatable string' policy:
2106                 don't translate debug_print() or log_print(),
2107                 translate log_message() and log_warning()
2108         
2109         * po/zh_CN.po
2110                 update submitted by Hansom Young
2111
2112 2004-03-25 [alfons]     0.9.10claws32
2113
2114         * src/prefs_common.c
2115                 I mean this one: Return the GList...
2116
2117 2004-03-25 [alfons]     0.9.10claws31
2118
2119         * src/prefs_common.h
2120                 add new members at the end of prefs_common, so
2121                 they get properly initialized
2122
2123 2004-03-24 [christoph]  0.9.10claws30
2124
2125         * src/imap.c
2126                 o NULL is a valid GSList
2127
2128 2004-03-24 [alfons]     0.9.10claws29
2129
2130         * src/prefs_common.[ch]
2131           src/summaryview.c
2132           src/common/defs.h
2133                 add history to quick search (patch submitted by 
2134                 Ivan Francolin Martinez - thanks!)
2135
2136 2004-03-24 [alfons]     0.9.10claws28
2137
2138         * src/imap.c
2139                 NULL output pointer parameter
2140
2141 2004-03-21 [alfons]     0.9.10claws27
2142
2143         * src/addrindex.[ch]
2144           src/addr_compl.c
2145                 complete addresses on nicks and aliases
2146
2147 2004-03-21 [alfons]     0.9.10claws26
2148
2149         * src/import.c
2150           src/inc.c
2151           src/mbox.[ch]
2152                 disable filters on import mbox (patch submitted
2153                 by Edgar Toernig)
2154
2155 2004-03-21 [darko]      0.9.10claws25
2156
2157         * src/addr_compl.c
2158                 select the address when only one match is found while
2159                 doing address completion with tab key (feature
2160                 request #914720)
2161
2162 2004-03-21 [alfons]     0.9.10claws24
2163
2164         * src/messageview.c
2165           src/toolbar.c
2166                 don't `navigate-delete` when a summary view's selection does not 
2167                 match the accompanying message view's message
2168
2169 2004-03-20 [alfons]     0.9.10claws23
2170
2171         * src/summaryview.c
2172                 hide ext search button on initial display (should fix bug #459,
2173                 "Toggling quick-search at 1st time: minor UI inconsistency")
2174
2175 2004-03-20 [alfons]     0.9.10claws22
2176
2177         * src/summaryview.[ch]
2178                 add function to get selected msginfo, if there's
2179                 only one selected
2180
2181 2004-03-20 [paul]       0.9.10claws21
2182
2183         * sync with 0.9.10cvs7
2184                 see ChangeLog 2004-03-19
2185
2186 2004-03-19 [paul]       0.9.10claws20
2187
2188         * src/common/nntp.c
2189           src/common/smtp.c
2190           src/common/ssl.c
2191           src/folder.c
2192           src/imap.c
2193           src/inc.c
2194           src/news.c
2195           src/pop.c
2196                 don't translate strings in debug_print(), log_print(),
2197                 log_message(),  and log_warning()
2198
2199 2004-03-19 [alfons]     0.9.10claws19
2200
2201         better next/previous/delete/focus navigation with separate 
2202         message view 
2203         
2204         * src/toolbar.c
2205                 call summaryview_delete() instead of messageview_delete()
2206         * src/messageview.c
2207                 disable messageview_delete()
2208
2209 2004-03-18 [paul]       0.9.10claws18
2210
2211         * sync with 0.9.10cvs6
2212                 see ChangeLog 2004-03-16
2213
2214 2004-03-17 [alfons]     0.9.10claws17
2215
2216         * src/gtk/filesel.c
2217                 remove bogus semicolon after if() (sometimes it pays to
2218                 read LKML :)
2219
2220 2004-03-15 [darko]      0.9.10claws16
2221
2222         * src/gtk/filesel.c
2223                 support full path in place of a filename
2224         * src/mimeview.c
2225                 store directory attachments were saved to and
2226                 use it when saving attachments
2227         * src/prefs_common.[hc]
2228                 store directory attachments were last saved to
2229
2230 2004-03-15 [paul]       0.9.10claws15
2231
2232         * src/folderview.c
2233                 fix bug where unsubscribing a newsgroup would destroy
2234                 (most of the) filtering rules
2235
2236 2004-03-15 [paul]       0.9.10claws14
2237
2238         * src/folderview.c
2239                 fix Bug 458, 'Folder View remaining empty after 
2240                 removing a NEWS account' (was also true of IMAP
2241                 accounts)
2242
2243 2004-03-15 [paul]       0.9.10claws13
2244
2245         * src/folderview.c
2246                 fix folderview invisibility of newly subscribed
2247                 newsgroups
2248
2249 2004-03-13 [paul]       0.9.10claws12
2250
2251         * src/compose.c
2252           src/plugins/dillo_viewer/dillo_prefs.c
2253           src/plugins/image_viewer/viewerprefs.c
2254                 gettextise some forgotten parts
2255
2256 2004-03-13 [alfons]     0.9.10claws11
2257
2258         * src/imap.c
2259                 make sure the correct type is passed to sscanf()
2260
2261 2004-03-13 [paul]       0.9.10claws10
2262
2263         * sync with 0.9.10cvs5
2264                 see ChangeLog 2004-03-02 and 2004-03-12, 
2265                 specifically:
2266                 'always move messages by default when using DnD (except 
2267                 for News folder). Copy messages if Ctrl-key is pressed.'
2268                 and 'added a function to filter selected messages'
2269
2270 2004-03-12 [christoph]  0.9.10claws9
2271
2272         * src/codeconv.c
2273                 add parameter check to conv_unmime_header_overwrite()
2274
2275         * src/imap.c
2276                 o fix spelling
2277                 o fix removing of NEW flag when UNREAD is unset
2278
2279         * src/procmime.c
2280                 decode MIME-headers
2281
2282         (Closes 437 i18n attachment display error.)
2283
2284 2004-03-12 [paul]       0.9.10claws8
2285
2286         * po/it.po
2287                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2288                 
2289         * tools/Makefile.am
2290                 add 'textviewer.sh'
2291
2292 2004-03-12 [alfons]     0.9.10claws7
2293
2294         * src/imap.c
2295                 o quiet compiler and typecast Folder * to IMAP Folder *
2296                 o wake up and fix my previous incompatible type assignment bug
2297
2298 2004-03-12 [alfons]     0.9.10claws6
2299
2300         * src/imap.c
2301                 don't mix up pointers to int, guint32 _and_ 
2302                 unsigned int 
2303
2304 2004-03-12 [christoph]  0.9.10claws5
2305
2306         * src/folderview.c
2307                 Add error requester when renaming a folder failed
2308
2309         * src/imap.c
2310                 Check new FolderItem name for namespace seperator
2311                 before renaming
2312
2313         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2314
2315 2004-03-11 [christoph]  0.9.10claws4
2316
2317         * src/folder.[ch]
2318         * src/imap.c
2319         * src/procmsg.h
2320                 syncronize flags in cache with IMAP folder flags
2321
2322         Adapted a patch submitted by Simon 'corecode' Schubert
2323         <corecode@corecode.ath.cx> 
2324
2325
2326 2004-03-11 [alfons]     0.9.10claws3
2327
2328         * src/textview.[ch]
2329                 remove dead code that at one time controlled display of
2330                 URIs in status bar
2331
2332 2004-03-10 [paul]       0.9.10claws2
2333
2334         * po/it.po
2335                 updated by Lupino <lupin85@email.it>
2336
2337 2004-03-09 [alfons]     0.9.10claws1
2338
2339         * src/matcher.c
2340                 we're not using yywrap, but we may, so close yyin instead
2341                 of initial FILE *
2342
2343 2004-03-08 [paul]       0.9.10claws
2344
2345         * 0.9.10claws released
2346
2347 2004-03-08 [paul]       0.9.9claws41
2348
2349         * po/es.po
2350           po/ja.po
2351           po/ru.po
2352           po/sk.po
2353           po/sr.po
2354           po/zh_CN.po
2355                 update translations. submitted by Ricardo Mones Lastra,
2356                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2357                 Hansom Young
2358
2359 2004-03-06 [paul]       0.9.9claws40
2360
2361         * src/stock_pixmap.c
2362                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2363                 patch submitted by Pawel Pekala
2364
2365 2004-03-06 [alfons]             0.9.9claws39
2366
2367         * src/addrindex.c
2368                 allow nick name completion again 
2369
2370 2004-03-02 [match]              0.9.9claws38
2371
2372         * configure.ac
2373                 added definition of USE_LDAP_TLS to support TLS.
2374         * src/ldapctrl.[ch]
2375         * src/ldapquery.c
2376         * src/ldapserver.[ch]
2377         * src/addressbook.c
2378         * src/addrindex.c
2379         * src/editldap.c
2380                 included LDAP TLS support.
2381
2382 2004-03-02 [christoph]          0.9.9claws37
2383
2384         * src/folder.[ch]
2385                 o add more documentation for FolderClass
2386                 o remove usused FolderClass virtual functions
2387
2388         * src/imap.c
2389         * src/mh.c
2390         * src/news.c
2391                 change creation of FolderClass because static initializations
2392                 for structs suck in C89
2393
2394 2004-03-01 [paul]
2395
2396         * sync with 0.9.10
2397
2398 2004-02-28 [keith]      0.9.9claws36
2399
2400         * src/common/utils.c
2401                 Fix treatment of whitespace in quicksearch bar (leading
2402                 spaces and >1 space between commands and parameters).
2403
2404 2004-02-27 [alfons]     0.9.9claws35
2405
2406         * src/compose.[ch]
2407                 Explicitly remove draft timeout to fix nasty race between 
2408                 compose_send_cb() (which destroys the compose window) and 
2409                 compose_defer_auto_save_draft() (which expects compose 
2410                 window to exist). Should fix Keith's and Fred Marton's
2411                 bug report (#128, "crash after complaining about character
2412                 set conversion")
2413
2414 2004-02-27 [luke]       0.9.9claws34
2415         
2416         * src/folder.c
2417                 Do folder_item_apply_processing() even if no processing
2418                 rules for the folder exist (so global processing is applied)
2419
2420 2004-02-26 [thorsten]   0.9.9claws33
2421
2422         * src/mimeview.c
2423                 Remove misleading static declaration
2424
2425 2004-02-26 [alfons]     0.9.9claws32
2426
2427         * src/procmime.[ch]
2428           src/compose.c
2429           src/mimeview.c
2430           src/textview.c
2431                 use/add procmime_get_content_type_str() as a safe wrapper
2432                 for returning a Content-Type type string; should fix 
2433                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2434                  - attachments."
2435
2436 2004-02-26 [thorsten]   0.9.9claws31
2437
2438         * src/mimeview.c
2439                 Restructure save_as/save_all
2440
2441 2004-02-26 [alfons]     0.9.9claws30
2442
2443         * src/procmime.c
2444                 clean up (2)
2445
2446 2004-02-26 [alfons]     0.9.9claws29
2447
2448         * src/procmime.c
2449                 clean up (1)
2450
2451 2004-02-24 [luke]
2452
2453         * tools/textviewer.sh
2454                 tweaks from Johann Koenig, recognition of shell
2455                 scripts in particular
2456
2457 2004-02-24 [paul]       0.9.9claws28
2458
2459         * sync with 0.9.9cvs13
2460                 see ChangeLog 2004-02-24
2461
2462 2004-02-23 [paul]       0.9.9claws27
2463
2464         * src/inc.c
2465                 one alertpanel on pop3 authentication error will suffice
2466                 
2467         * src/prefs_fonts.c
2468                 remove unnecessary printf
2469
2470 2004-02-22 [alfons]     0.9.9claws26
2471
2472         * src/messageview.c
2473                 put back a lost check
2474
2475 2004-02-21 [alfons]     0.9.9claws25
2476
2477         * src/folderview.c
2478                 don't forget to save folder properties after renaming folder
2479
2480 2004-02-20 [paul]       0.9.9.claws24
2481
2482         * src/addressbook.c
2483                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2484                 
2485         * src/inc.c
2486                 complete sync with 0.9.9cvs9's 'update folderview
2487                 progressively'
2488                 
2489         * configure.ac
2490                 require gettext >= 0.12.1
2491
2492 2004-02-17 [match]      0.9.9claws23
2493
2494         * src/compose.c
2495                 keep the peace - change style.
2496
2497 2004-02-17 [alfons]     0.9.9claws22
2498
2499         * src/filtering.c
2500                 make MATCHACTION_STOP cancel filtering / processing;
2501                 clean up and document it to make it a little bit more clear;
2502
2503 2004-02-17 [alfons]     0.9.9claws21
2504
2505         %X marks the cursor spot for reply quote format
2506
2507         * src/quote_fmt_lex.l 
2508           src/quote_fmt.c
2509                 add %X token
2510                 
2511         * src/quote_fmt.h
2512           src/quote_fmt_parse.y
2513                 handle %X token
2514                 
2515         * src/compose.c
2516                 handle %X token for replies only (for now)
2517
2518 2004-02-17 [paul]       0.9.9claws20
2519
2520         * po/sk.po
2521                 updated by Andrej Kacian
2522                 
2523         * src/news.c
2524                 remove unneeded include
2525                 
2526         * src/prefs_fonts.c
2527                 be a little more user-friendly with the labels
2528                 
2529         * configure.ac
2530                 a change forgotten in the last commit: 
2531                 SYLPHEED_ACLOCAL_INCLUDE(m4)
2532
2533 2004-02-17 [paul]       0.9.9claws19
2534
2535         * ac/*                          ** REMOVED **
2536           ac/                           ** REMOVED **
2537           intl/Makefile.in              ** REMOVED **
2538           m4/                           ** NEW **
2539           m4/missing                    ** NEW **
2540           m4/missing/gdk-pixbuf.m4      ** NEW **
2541           m4/missing/gettext.m4         ** NEW **
2542           m4/missing/gpgme.m4           ** NEW **
2543           m4/missing/imlib.m4           ** NEW **
2544           m4/.cvsignore                 ** NEW **
2545           m4/Makefile.am                ** NEW **
2546           m4/README                     ** NEW **
2547           m4/aclocal-include.m4         ** NEW **
2548           m4/aspell.m4                  ** NEW **
2549           m4/check-type.m4              ** NEW **
2550           m4/gnupg-check-typedef.m4     ** NEW **
2551           m4/openssl.m4                 ** NEW **
2552           m4/spamassassin.m4            ** NEW **
2553           po/ChangeLog                  ** REMOVED **
2554           po/Makefile.in.in             ** REMOVED **
2555           po/Rules-quot                 ** REMOVED **
2556           po/boldquot.sed               ** REMOVED **
2557           po/en@boldquot.header         ** REMOVED **
2558           po/en@quot.header             ** REMOVED **
2559           po/insert-header.sin          ** REMOVED **
2560           po/quot.sed                   ** REMOVED **
2561           po/remove-potcdate.sed        ** REMOVED **
2562           po/remove-potcdate.sin        ** REMOVED **
2563           po/stamp-po                   ** REMOVED **
2564           Makefile.am
2565           autogen.sh
2566           configure.ac
2567                 enable building with automake 1.8.x
2568                 add 'autopoint' to autogen.sh and remove all
2569                 auto-generated files, remove ac/ in favour of
2570                 m4/
2571
2572 2004-02-17 [alfons]     0.9.9claws18
2573         
2574         * src/summaryview.c
2575                 MSG_IS_NEWS() is not stored at all, and is bogus
2576
2577 2004-02-17 [martin]     0.9.9claws17
2578
2579         * src/prefs_themes.c
2580                 fix crash when installing wrong theme and output an
2581                 error message
2582
2583 2004-02-16 [christoph]  0.9.9claws16
2584
2585         * src/compose.c
2586         * src/stock_pixmap.[ch]
2587         * src/toolbar.[ch]
2588         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
2589                 add "Wrap current paragraph" to compose toolbar
2590
2591 2004-02-15 [alfons]     0.9.9claws15
2592
2593         * src/folderview.c
2594                 refine previous commit to make sure other hook functions
2595                 get their grab of the pie too
2596
2597 2004-02-15 [alfons]     0.9.9claws14
2598
2599         * src/folderview.c
2600                 fix sync breakage so we don't pass invalid pointer types
2601
2602 2004-02-15 [match]      0.9.9claws13
2603
2604         * src/ldapquery.[ch]
2605         * src/ldapserver.h
2606         * src/addrindex.[ch]
2607                 tweak threading calls.
2608         * src/addr_compl.[ch]
2609                 add alias into completion list.
2610         * src/addressbook.c
2611                 fix ldap browse.
2612                 improve context menu behavior.
2613                 change menu sequence.
2614                 add send mail from addressbook.
2615         * src/addrselect.[ch]
2616         * src/compose.[ch]
2617                 add send mail from addressbook.
2618
2619 2004-02-15 [christoph]  0.9.9claws12
2620
2621         * src/folderutils.c
2622                 skip deleting when duplist is empty
2623
2624         * src/folderview.[ch]
2625         * src/mainwindow.c
2626         * src/summaryview.[ch]
2627                 call folderutils_delete_duplicates() from mainwindow code
2628
2629 2004-02-15 [alfons]     0.9.9claws11
2630         
2631         * src/common/utils.c
2632                 add prefix for italian ms o(e) 
2633
2634 2004-02-14 [paul]       0.9.9claws10
2635
2636         * src/foldersel.c
2637                 fix updating of the folder view when creating a
2638                 new folder
2639
2640 2004-02-13 [paul]       0.9.9claws9
2641
2642         * src/plugins/clamav/clamav_plugin.c
2643                 remove GUI code
2644
2645 2004-02-13 [paul]       0.9.9claws8
2646
2647         * sync with 0.9.9cvs9
2648                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
2649
2650 2004-02-13 [alfons]     0.9.9claws7
2651
2652         * src/common/utils.c
2653                 fix wrong type of argument for ctype functions (pass unsigned
2654                 char instead of signed char)
2655
2656 2004-02-12 [alfons]     0.9.9claws6
2657
2658         * src/compose.[ch]
2659                 don't select text in header entry when composing to a 
2660                 default address, but rather give the header entry a
2661                 different color / style (same as the folder new color)
2662
2663 2004-02-12 [alfons]     0.9.9claws5
2664
2665         * src/plugins/clamav/clamav_plugin.c
2666                 don't exit(2) on libclamav init error - show a warning.
2667                 (tested by damaging a clamav database file.)
2668
2669 2004-02-12 [paul]       0.9.9claws4
2670
2671         * sync with 0.9.9cvs4
2672                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
2673
2674 2004-02-11 [luke]       0.9.9claws3
2675
2676         * src/mimeview.c
2677                 remove redundant check introduced in 0.9.9claws1
2678
2679 2004-02-11 [luke]       0.9.9claws2
2680
2681         * src/mimeview.c
2682                 fix compilation of my previous commit without gpg enabled
2683
2684 2004-02-10 [luke]       0.9.9claws1
2685
2686         * src/mimeview.c
2687                 add borders to icons to indicate the privacy status for
2688                 the message part (unknown/bad/good)
2689
2690 2004-02-06 [paul]       0.9.9claws
2691
2692         0.9.9claws released
2693
2694 2004-02-06 [darko]      0.9.8claws64
2695
2696         * src/compose.c
2697                 don't allow Ctrl+Enter while external editor is active
2698
2699 2004-02-06 [paul]       0.9.8claws63
2700
2701         * po/es.po
2702           po/pl.po
2703           po/sk.po
2704           po/sr.po
2705                 update Spanish, Polish, Slovak, and Serbian translations.
2706                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
2707                 and Urke MMI
2708
2709 2004-02-04 [alfons]     0.9.8claws62
2710
2711         * src/compose.c
2712                 grab focus only when lbutton was pressed (bug #430 cont'd; 
2713                 don't have clue yet why the cursor pos is at the end of the
2714                 text.)
2715
2716 2004-02-04 [alfons]     0.9.8claws61
2717
2718         * src/compose.c
2719                 always grab focus when one of the header entries is clicked 
2720                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
2721
2722 2004-02-02 [paul]
2723
2724         * ac/missing/gdk-pixbuf.m4
2725           ac/missing/gpgme.m4
2726           ac/missing/imlib.m4
2727                 prevent 'underquoted definition' warnings
2728                 patch submitted by David Relson
2729                 
2730         * src/plugins/clamav/README
2731                 update, improve, correct
2732
2733 2004-01-31 [thorsten]   0.9.8claws60
2734
2735         * src/news.c
2736                 'dir' not initialized if group has no messages
2737
2738 2004-01-29 [christoph]  0.9.8claws59
2739
2740         * src/customheader.[ch]
2741                 add custom_header_is_allowed() to check for disallowed header names
2742                 that must not be overridden by custom headers
2743
2744         * src/compose.c
2745                 always write From: header and use custom_header_is_allowed() to
2746                 check if custom header should be written
2747
2748         * src/prefs_customheader.c
2749                 check if custom header is disallowed using custom_header_is_allowed()
2750
2751         * src/folderutils.c
2752                 destroy message id GHashTable before freeing the MsgInfos
2753
2754 2004-01-29 [paul]       0.9.8claws58
2755
2756         * sync with 0.9.9 release
2757                 see ChangeLog 2004-01-29
2758
2759 2004-01-29 [paul]       0.9.8claws57
2760
2761         * sync with 0.9.8cvs11
2762                 see ChangeLog 2004-01-29
2763
2764 2004-01-28 [christoph]  0.9.8claws56
2765
2766         * src/pgpmime.c
2767         * src/sgpgme.[ch]
2768                 return WARN signature status when signature is not trusted
2769
2770         * src/Makefile.am
2771         * src/folder.c
2772         * src/folderutils.[ch]                  ** NEW **
2773         * src/summaryview.c
2774                 implement delete duplicates summaryview independent
2775
2776 2004-01-28 [paul]       0.9.8claws55
2777
2778         * sync with 0.9.8cvs10
2779                 see Changelog 2004-01-27 and 2004-01-28
2780
2781 2004-01-26 [christoph]  0.9.8claws54
2782
2783         * src/imap.c
2784                 create a root node for the Folder if scan fails because root
2785                 folder does not exist
2786
2787 2004-01-26 [paul]       0.9.8claws53
2788
2789         * sync with 0.9.8cvs7
2790                 see ChangeLog 2004-01-23
2791
2792 2004-01-25 [alfons]     0.9.8claws52
2793
2794         * src/compose.c
2795                 remove left-over constant INDENT_CHARS
2796
2797 2004-01-25 [alfons]     0.9.8claws51
2798
2799         * src/procmime.c
2800                 add NULL pointer check for mimeinfo->node in
2801                 procmime_mimeinfo_parent()
2802
2803 2004-01-25 [darko]      0.9.8claws50
2804
2805         * src/compose.c
2806                 make "Wrap all long lines" toolbar button wrap all
2807                 long lines not just the current line
2808                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
2809
2810
2811 2004-01-25 [alfons]     0.9.8claws49
2812
2813         * src/procmime.c
2814                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
2815                 necessary anyway, because *scanf() functions neglect white
2816                 space in the input. 
2817                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
2818
2819 2004-01-25 [paul]       0.9.8claws48
2820
2821         * src/prefs_ext_prog.c
2822                 apply Alfons' patch to check for NULL pointers
2823                 fixes bug #424
2824
2825 2004-01-25 [paul]       0.9.8claws47
2826
2827         * sync with 0.9.8cvs8
2828                 see ChangeLog 2004-01-23
2829
2830 2004-01-25 [thorsten]   0.9.8claws46
2831
2832         * src/messageview.c
2833                 remove orphaned mimeview unref()
2834
2835 2004-01-23 [christoph]  0.9.8claws45
2836
2837         * src/summaryview.c
2838                 set ctree widget style
2839
2840 2004-01-23 [paul]       0.9.8claws44
2841
2842         * sync with 0.9.8cvs5
2843                 see ChangeLog 2004-01-22
2844
2845 2004-01-23 [alfons]     0.9.8claws43
2846
2847         * src/procmsg.c
2848                 remove redundant code in procmsg_get_thread_tree()
2849
2850 2004-01-21 [christoph]  0.9.8claws42
2851
2852         * src/folderview.c
2853                 set ctree widget style, otherwise GTK does not use the
2854                 the correct vertical size for the list items
2855
2856 2004-01-21 [alfons]     0.9.8claws41
2857
2858         * src/summaryview.c
2859                 GDK_Left should only switch to folderview when
2860                 when summaryview hscrollbar is at the leftmost
2861                 position (fixes bug #420, "Focus error")
2862
2863 2004-01-21 [paul]       0.9.8claws40
2864
2865         * sync with 0.9.8cvs4
2866                 see ChangeLog 2004-01-20
2867
2868 2004-01-20 [christoph]  0.9.8claws39
2869
2870         * src/folderview.c
2871                 remove setting sensitivity for no longer existing
2872                 /Scoring... popup entry
2873
2874 2004-01-20 [keith]      0.9.8claws38
2875
2876         * configure.ac
2877                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
2878
2879 2004-01-20 [paul]       0.9.8claws37
2880
2881         * src/prefs_fonts.c
2882                 demystify font settings
2883                 
2884         * src/textview.c
2885                 use textview->msgfont for header->body in
2886                 textview_show_header()
2887
2888 2004-01-20 [paul]       0.9.8claws36
2889
2890         * src/compose.c
2891           src/undo.c
2892                 remove superfluous debug_print's
2893                 
2894         * src/inc.c
2895                 clear the statusbar after LOCAL incorporation
2896
2897 2004-01-20 [paul]       0.9.8claws35
2898
2899         * sync with 0.9.8cvs3
2900                 see ChangeLog 2004-01-20
2901
2902 2004-01-19 [keith]      0.9.8claws34
2903
2904         * src/folderview.c
2905                 don't show 'Search folder...' on popup menu
2906                 if folder has no mails in it
2907
2908 2004-01-17 [keith]      0.9.8claws33
2909
2910         * src/compose.c
2911           src/prefs_common.c
2912           src/prefs_common.h
2913                 store position of compose window in prefs
2914
2915 2004-01-17 [thorsten]   0.9.8claws32
2916
2917         * src/gtk/gtkvscrollbutton.c
2918                 ensure scrollbutton resize event on different gtk versions
2919
2920 2004-01-15 [alfons]     0.9.8claws31
2921         
2922         * src/summaryview.c
2923                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
2924                 message as read
2925
2926 2004-01-12 [christoph]  0.9.8claws30
2927
2928         * src/procmime.c
2929                 better MIME-Version check
2930
2931 2004-01-11 [alfons]     0.9.8claws29
2932
2933         * src/procmsg.c
2934                 remove unnecessary but still effective check (could possibly
2935                 lead to some unwanted side effects)
2936
2937 2004-01-11 [alfons]     0.9.8claws28
2938
2939         * src/procmsg.c
2940                 we should not prefer lowest message number while threading 
2941                 (introduced in previous commit)
2942
2943 2004-01-11 [alfons]     0.9.8claws27
2944
2945         * src/procmsg.c
2946                 subject threading fixes:
2947                 
2948                         - make message with lowest message number the
2949                           thread parent,
2950                         - refine recording last node when threading. the last node
2951                           should be the previous one if a node has a thread parent,
2952                           or the current node if not
2953                 
2954                 (there's another threading bug fix coming up)
2955
2956 2004-01-10 [paul]       0.9.8claws26
2957
2958         * src/main.c
2959           src/prefs_ext_prog.c
2960           src/plugins/clamav/clamav_plugin_gtk.c
2961                 minor gui fixes
2962
2963 2004-01-09 [christoph]  0.9.8claws25
2964
2965         * src/Makefile.am
2966         * src/string_match.[ch]                 ** REMOVE **
2967         * src/common/Makefile.am
2968         * src/common/string_match.[ch]          ** NEW **
2969                 move string_match.[ch] to common directory
2970
2971 2004-01-09 [christoph]  0.9.8claws24
2972
2973         * src/pgpmime.c
2974                 add MIME-Version header for the message parser
2975
2976 2004-01-09 [paul]       0.9.8claws23
2977
2978         * po/POTFILES.in
2979           src/Makefile.am
2980           src/main.c
2981           src/prefs_common.c
2982           src/prefs_ext_prog.[ch]       ** NEW FILES **
2983                 move External Command options from 'Common Prefs/Other' to
2984                 'Other Prefs/Message View/External Programs', also reveal
2985                 the hidden options for audio player and image viewer.
2986                 
2987         * src/prefs_common.c
2988                 fix toggling of header pane
2989
2990 2004-01-09 [paul]       0.9.8claws22
2991
2992         * src/compose.c
2993                 when changing account also change the save folder
2994
2995         * src/textview.c
2996                 if a text/plain attachment has 'Content-Disposition: attachment'
2997                 don't display it inline
2998
2999 2004-01-08 [christoph]  0.9.8claws21
3000
3001         * src/procmime.c
3002                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3003                 otherwise thread the message content as one text part and
3004                 don't assume charset US-ASCII which is only specified as
3005                 default for MIME-messages
3006
3007 2004-01-08 [paul]       0.9.8claws20
3008
3009         * src/plugins/clamav/clamav_plugin.c
3010           src/plugins/spamassassin/spamassassin.c
3011                 inform the user what is happening via the statusbar
3012
3013 2004-01-06 [paul]       0.9.8claws19
3014
3015         * po/es.po
3016                 update Spanish translation. submitted by Ricardo
3017                 Mones Lastra
3018
3019 2004-01-05 [paul]       0.9.8claws18
3020
3021         * sync with 0.9.8cvs2
3022                 see ChangeLog 2004-01-05
3023
3024 2004-01-03 [luke]       0.9.8claws17
3025
3026         * src/procheader.c
3027                 Clean up:
3028                 o remove unused functions string_getchar() and file_getchar()
3029                 o remove the getchar_ parameter from generic_get_one_field()
3030                 o add an 'unfold' parameter to generic_get_one_field, to
3031                   be used if no HeaderEntry is supplied
3032                 o procheader_get_one_field_asis() uses
3033                   generic_get_one_field().
3034
3035 2004-01-01 [christoph]  0.9.8claws16
3036
3037         * src/common/xml.[ch]
3038                 o add xml_new_tag() to manage usage counts of strings correctly
3039                 o correct xml_copy_tree() function name
3040
3041         * src/folder.c
3042         * src/main.c
3043                 allow registering and unregistering of FolderClasses anytime
3044
3045 2003-12-31 [christoph]  0.9.8claws15
3046
3047         * src/folder.[ch]
3048         * src/common/xml.[ch]
3049                 keep folderlist.xml data for unloaded FolderClasses
3050
3051 2003-12-30 [luke]       0.9.8claws14
3052
3053         * src/procheader.[ch]
3054                 o added procheader_get_one_field_asis() that does not do
3055                   unfolding
3056                 o fix procheader_get_header_array_asis() to use the above,
3057                   fixing ugliness of headers in textview
3058
3059         * src/compose.c
3060                 o don't unfold headers when redirecting.        
3061
3062 2003-12-30 [paul]       0.9.8claws13
3063
3064         * po/POTFILES.in
3065           src/common/defs.h
3066           src/Makefile.am
3067           src/main.c
3068           src/prefs_common.c
3069           src/prefs_themes.[ch] ** NEW FILES **
3070                 redesign and move Icon Theme selector to
3071                 the new prefs window
3072           
3073         * src/stock_pixmap.c
3074                 fix the old bug where icons are not always
3075                 updated when changing themes
3076         
3077         * src/summaryview.c
3078                 fix bug where the icons on the title row
3079                 of the summary view were not updated
3080         
3081         all patches submitted by Ricardo Mones Lastra
3082
3083 2003-12-30 [hoa]        0.9.8claws12
3084
3085         * src/folder.c
3086                 run preglobal and postglobal processing rules
3087                 even if the folder does not have any rules.
3088
3089 2003-12-28 [paul]       0.9.8claws11
3090
3091         * ac/aspell.m4
3092           ac/check-type.m4
3093           ac/gnupg-check-typedef.m4
3094           ac/openssl.m4
3095           ac/spamassassin.m4
3096                 fix 'underquoted definition' warnings, patch submitted by
3097                 David Relson <relson@osagesoftware.com>
3098                 
3099         * src/common/utils.c
3100                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3101                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3102
3103 2003-12-28 [paul]       0.9.8claws10
3104
3105         * sync with 0.9.8cvs1
3106                 see ChangeLog 2003-12-17
3107
3108 2003-12-27 [christoph]  0.9.8claws9
3109
3110         * src/common/utils.[ch]
3111                 add g_node_map() to map a GNode into a new GNode
3112                 converting all node data's with a function
3113
3114         * src/account.c
3115         * src/folder.[ch]
3116         * src/folderview.c
3117         * src/imap.c
3118         * src/mainwindow.c
3119         * src/summaryview.c
3120                 o use g_node_map() to convert XML <-> Folder
3121                 o remove redundant FolderItem->parent and
3122                   replace it with folder_item_parent()
3123
3124 2003-12-23 [christoph]  0.9.8claws8
3125
3126         * src/folder.[ch]
3127         * src/folderview.c
3128         * src/mainwindow.c
3129         * src/procmsg.c
3130                 o use callback for notifications about added and
3131                   destroyed folders
3132                 o rewrite folderlist saving (new functions to create
3133                   folder from XML tree, and XML tree from folder)
3134
3135         * src/common/xml.[ch]
3136                 add function to save XML trees
3137
3138         * src/prefs_filtering.c
3139                 code cleanup
3140
3141 2003-12-22 [christoph]  0.9.8claws7
3142
3143         * src/prefs_account.[ch]
3144                 add "SMTP only" accounts
3145
3146 2003-12-20 [melvin]     0.9.8claws6
3147
3148         * src/action.[ch]
3149                 Changed the interface for action_update_*_menu() so
3150                 action.c does not need to know the paths of the different
3151                 actions menu (mainwindow, message view and compose window). 
3152
3153         * src/compose.c
3154                 Tiny code cleanup to merge spell checker related code
3155                 compose_update_actions_menu(): new function to update
3156                 the actions menu. Use it in compose_create()
3157
3158         * src/compose.h
3159                 compose_update_actions_menu(): new function to update
3160                 the actions menu. Used also in prefs_actions.c.
3161
3162         * src/mainwindow.[ch]
3163                 main_window_update_actions_menu(): new function to update
3164                 the actions menu. Used in main_window_create() and in
3165                 prefs_actions.c
3166
3167         * src/messageview.[ch]
3168                 messageview_update_actions_menu(): new function to update
3169                 the actions menu. Used in messageview_add_toolbar() and in
3170                 prefs_actions.c
3171                 
3172         * src/prefs_actions.c   
3173                 prefs_actions_ok(): fixed to update the actions menu of
3174                 the separate message view and the compose windows.
3175
3176 2003-12-20 [luke]       0.9.8claws5
3177         * src/procheader.c
3178                 fix unfolding/newline stripping for multiline fields
3179                 in generic_get_one_field()
3180
3181 2003-12-19 [christoph]  0.9.8claws4
3182
3183         * src/summaryview.c
3184                 o code cleanup
3185                 o use subject_compare_for_sort() when comparing
3186                   simplified subjects
3187
3188 2003-12-19 [christoph]  0.9.8claws3
3189
3190         * src/msgcache.c
3191                 more syncing with 0.8.9a
3192
3193 2003-12-19 [christoph]  0.9.8claws2
3194
3195         * src/folder.c
3196                 don't write all FolderItem XML attributes for the root node
3197
3198 2003-12-19 [melvin]     0.9.8claws1
3199
3200         * src/messageview.c
3201                 Added missing menu branch (Tools/Create processing/rule)
3202         * po/fr.po
3203                 Updated French translation for the added string.
3204
3205 2003-12-19 [paul]       0.9.8claws
3206
3207         0.9.8claws released
3208
3209 2003-12-19 [paul]       0.9.7claws51
3210
3211         * po/en_GB.po
3212           po/es.po
3213           po/ja.po
3214           po/pl.po
3215           po/sk.po
3216           po/zh_CN.po
3217                 update translations. submitted by me, Ricardo Mones
3218                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3219                 Hansom Young
3220                 
3221         * src/folder_item_prefs.c
3222                 'enable_processing' set to FALSE by default
3223
3224 2003-12-18 [melvin]     0.9.7claws50
3225
3226         * po/fr.po
3227                 Updated French translation
3228
3229 2003-12-17 [christoph]  0.9.7claws49
3230
3231         * src/procheader.c
3232                 revert discarding of whitespace from 0.9.7claws44
3233
3234                 RFC2822 2.2.3: Unfolding is accomplished by simply
3235                 removing any CRLF that is immediately followed by WSP.
3236
3237 2003-12-17 [paul]       0.9.7claws48
3238
3239         * src/folder.c
3240                 fix new message count
3241                 
3242         * configure.ac
3243                 update autotools macros
3244
3245         * sync with 0.9.8a
3246
3247 2003-12-16 [christoph]  0.9.7claws47
3248
3249         * src/folder.c
3250                 fix folder update before adding MsgInfo to cache
3251                 in add_msginfo_to_cache()
3252
3253         * src/procmsg.c
3254                 remove old call to folder_item_update() that is no
3255                 longer required
3256
3257 2003-12-16 [christoph]  0.9.7claws46
3258
3259         * src/main.c
3260                 make sure the shutdown process only runs once
3261
3262 2003-12-16 [hoa]        0.9.7claws45
3263
3264         * src/mainwindow.c
3265         * src/messageview.c
3266         * src/summaryview.[ch]
3267                 Create filter rules using a message is fixed.
3268                 We can now create processing rules using a message.
3269
3270 2003-12-15 [alfons]     0.9.7claws44
3271
3272         * src/procheader.c
3273                 make sure we discard folding white space
3274
3275 2003-12-15 [luke]       0.9.7claws43
3276         * src/textview.c
3277         * src/mimeview.c
3278                 o use "name" parameter if "filename" doesn't exist
3279
3280 2003-12-14 [alfons]     0.9.7claws42
3281
3282         * src/summaryview.c
3283         * src/common/utils.c
3284                 allow quick finding based on the result of passing
3285                 a message to an external command. E.g:
3286
3287                         X "bogofilter < %F" 
3288                 
3289                 gets me all the spam in a folder.
3290
3291 2003-12-14 [luke]       0.9.7claws41
3292
3293         * src/textview.c
3294         * src/mimeview.c
3295                 o use parameter "filename" instead of "name" in a couple of 
3296                   places for correctness
3297
3298         * src/procmime.c
3299         * src/common/utils.[ch]
3300                 o make temporary filename for attachments safe for %p 
3301                   substitutions in actions.
3302
3303 2003-12-13 [christoph]  0.9.7claws40
3304
3305         * src/main.c
3306                 readd exit(0) to clean_quit() because otherwise sylpheed
3307                 does not always terminate
3308
3309         * src/pgpmime.c
3310         * src/privacy.h
3311                 add an identifier-string for PrivacySystems
3312
3313 2003-12-12 [paul]
3314
3315         * doc/man/sylpheed.1
3316                 update the man page
3317
3318 2003-12-12 [paul]       0.9.7claws39
3319
3320         general clean up
3321         
3322         * configure.ac
3323                 correct and clean up './configure --help' info
3324         
3325         * src/plugins/clamav/clamav_plugin.c
3326           src/plugins/spamassassin/spamassassin.c
3327                 correct plugin_desc(), works with LOCAL, IMAP, and
3328                 POP accounts
3329                 
3330         * src/filtering.c
3331           src/matcher.[ch]
3332           src/matcher_parser_parse.y
3333           src/prefs_filtering_action.c
3334                 use 'Change Score' instead of '(In/De)crease score'.
3335                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3336          
3337          * src/mainwindow.c
3338                 hyphenate: 'Pre-processing', 'Post-processing'
3339                 
3340         * src/prefs_account.c
3341                 change 'Generate Message-ID' to 'Generate Message-Id'
3342                 
3343         * src/prefs_folder_item.c
3344                 change 'Processing on startup:' to 'Process at startup'
3345                 change 'Scan for new mail:' to 'Scan for new mail'
3346                 
3347 2003-12-11 [christoph]  0.9.7claws38
3348
3349         * src/crash.c
3350         * src/main.[ch]
3351                 make sure the clean_exit() funtion is not called again by the
3352                 signal handler while it is already running
3353
3354         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3355
3356         * src/summaryview.c
3357                 fix wrong assertion
3358
3359 2003-12-11 [paul]       0.9.7claws37
3360
3361         * src/compose.c
3362                 'anonymise' Message-Id: header string
3363
3364 2003-12-11 [paul]       0.9.7claws36
3365
3366         * src/plugins/clamav/clamav_plugin.c
3367                 fix (don't break) signature count
3368                 use cl_strerror() instead of deprecated cl_perror()
3369         
3370 2003-12-11 [darko]      0.9.7claws35
3371
3372         * src/summaryview.c
3373                 also update the sort arrow (thanks Christoph)
3374
3375 2003-12-11 [darko]      0.9.7claws34
3376
3377         * src/summaryview.c
3378                 allow reverting to default sort mode (no sort)
3379
3380 2003-12-10 [hoa]        0.9.7claws33
3381
3382         * src/matcher.c
3383                 fixed quotation of string for matcher.
3384
3385 2003-12-08 [paul]       0.9.7claws32
3386
3387         * src/imap.c
3388           src/inc.c
3389                 plug memory leaks (patch by Alfons)
3390
3391 2003-12-08 [christoph]  0.9.7claws31
3392
3393         * src/folder_item_prefs.[ch]
3394         * src/folderview.c
3395         * src/prefs_folder_item.c
3396                 add new FolderItem property to exclude folders from new
3397                 mail checks
3398
3399         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3400
3401 2003-12-07 [paul]       0.9.7claws30
3402
3403         * src/plugins/clamav/clamav_plugin.c
3404                 fix signature count
3405
3406 2003-12-07 [thorsten]   0.9.7claws29
3407
3408         * src/filtering.c
3409                 debug_print some warning if destfolder missing
3410         * src/prefs_filtering.c
3411                 uninitialized filter list when deleting a folder
3412
3413 2003-12-06 [paul]       0.9.7claws28
3414
3415         * src/procheader.c
3416                 add Alfons' patch to trim line feeds
3417
3418 2003-12-06 [paul]       0.9.7claws27
3419
3420         * partial sync with 0.9.7cvs8
3421                 leaving claws' online/offline more or less intact
3422                 see ChangeLog 2003-12-04 and 2003-12-06
3423
3424 2003-12-06 [christoph]  0.9.7claws26
3425
3426         * src/messageview.c
3427         * src/privacy.[ch]
3428                 revert pirvacy API changes
3429
3430 2003-12-05 [alfons]     0.9.7claws25
3431
3432         * src/matcher.[ch]
3433                 clean up my old cruft
3434
3435 2003-12-05 [alfons]     0.9.7claws24
3436
3437         * src/matcher.c
3438                 fix comparison buglet ;-) and make `test` matcher
3439                 work again
3440
3441 2003-12-05 [alfons]     0.9.7claws23
3442
3443         * src/prefs_folder_item.c
3444                 K&R 2nd Ed., page 241 (function parameter identifiers
3445                 starting with an underscore are kind of insulting)
3446
3447 2003-12-05 [hoa]        0.9.7claws22
3448
3449         * src/main.c
3450         * src/mainwindow.[ch]
3451         * src/mainwindow.h
3452                 add destructor for mainwindow so that the last 
3453                 MimeInfo opened in messageview is destroyed when
3454                 exiting sylpheed.
3455
3456 2003-12-05 [hoa]        0.9.7claws21
3457
3458         * src/filtering.[ch]
3459         * src/matcher.[ch]
3460         * src/matcher_parser_lex.l
3461         * src/matcher_parser_parse.y
3462         * src/prefs_actions.c
3463         * src/prefs_filtering.c
3464         * src/common/utils.[ch]
3465                 quote arguments before giving them to command line.
3466                 fixed quote of string in matcher/processing/filtering rules.
3467
3468         * src/messageview.c
3469         * src/privacy.[ch]
3470                 allows decryption to return a new whole 
3471                 MIME message structure.
3472
3473 2003-12-04 [hoa]        0.9.7claws20
3474
3475         * src/filtering.[ch]
3476         * src/folder.c
3477         * src/mainwindow.c
3478         * src/matcher.c
3479         * src/matcher_parser_parse.y
3480         * src/folderview.c
3481                 global rules to run before folder specific rules.
3482                 global rules to run after folder specific rules.
3483                 
3484         * src/messageview.c
3485                 fixed quick addition of rules.
3486         
3487         * src/prefs_filtering.[ch]
3488         * src/summaryview.c
3489                 we can now customize the title for the dialog.
3490                 updated case where we rename of delete folders.
3491
3492         * src/addressbook.c
3493                 got back the function addressbook_browse_entry_cb()
3494                 that is needed in case we compiled with LDAP support.
3495
3496 2003-12-04 [paul]       0.9.7claws19
3497
3498         * sync with 0.9.7cvs6
3499                 see ChangeLog 2003-12-04
3500                 fixes bug 171 'Wrong message decoing: koi8-r and 
3501                 iso8859-5 looks same. Can't read many emails.'
3502
3503 2003-12-04 [paul]       0.9.7claws18
3504
3505         * po/POTFILES.in
3506                 remove 'src/prefs_scoring.c'
3507
3508 2003-12-03 [hoa]        0.9.7claws17
3509
3510         * src/Makefile.am
3511                 compilation of scoring.[ch] and prefs_scoring.[ch]
3512                 is removed.
3513         
3514         * src/filtering.[ch]
3515         * src/folder.c
3516         * src/folder_item_prefs.[ch]
3517         * src/folderview.c
3518         * src/main.c
3519         * src/mainwindow.c
3520         * src/matcher.[ch]
3521         * src/matcher_parser.h
3522         * src/matcher_parser_parse.y
3523         * src/prefs_filtering.[ch]
3524         * src/prefs_filtering_action.c
3525         * src/prefs_folder_item.c
3526         * src/prefs_scoring.[ch]              * REMOVED FILES *
3527         * src/procmsg.[ch]
3528         * src/scoring.[ch]                    * REMOVED FILES *
3529         * src/summaryview.c
3530                 merged scoring and filtering.
3531                 
3532                 Note : compatibility is kept by parsing score like 
3533                   add_score. To get the behaviour of older scoring 
3534                   system, you have to define some equivalent rule :
3535                   "score_lower -9999 hide"
3536                   "score_greater 9999 mark"
3537                   
3538                   To define global rules, you have to define them 
3539                   in the new global processing rules.
3540                   The variable that kept the list filtering rules 
3541                   was "global_processing" and has been renamed into 
3542                   "filtering_rules".
3543                   "global_processing" variable is now the name 
3544                   of the variable that keeps the list of global 
3545                   processing rules.
3546                   In the configuration file, "[global]" section is 
3547                   now for the global processing rules (which includes
3548                   score things and new global processing rules).
3549                   New "[filtering]" section is for the filtering rules.
3550                   
3551                   Before running with this version, during testing 
3552                   phase, ** MAKE A BACKUP ** of your matcherrc file.
3553                   Then, you have to make the following changes :
3554                   - leave all scoring rules in "[global]" section.
3555                   - move all other rules of "[global]" section to
3556                       a new section named "[filtering]".
3557
3558 2003-12-03 [christoph]  0.9.7claws16
3559
3560         * src/procmime.c
3561                 use default Content-Type as specified in RFC2045 if
3562                 Content-Type header is syntactically incorrect
3563
3564 2003-12-03 [christoph]  0.9.7claws15
3565
3566         * src/addressbook.c
3567         * src/addrindex.h
3568         * src/addritem.c
3569         * src/expldifdlg.h
3570         * src/exportldif.c
3571         * src/filtering.c
3572         * src/folder.c
3573         * src/folderview.c
3574         * src/jpilot.c
3575         * src/localfolder.c
3576         * src/matcher.h
3577         * src/matcher_parser_lex.l
3578         * src/matcher_parser_parse.y
3579         * src/news.c
3580         * src/prefs_filtering_action.c
3581         * src/prefs_folder_item.c
3582         * src/prefs_fonts.c
3583         * src/procmsg.c
3584         * src/sgpgme.c
3585                 clean up warnings
3586
3587         * src/procmime.c
3588                 revert 0.9.7claws14 change
3589
3590 2003-12-03 [alfons]     0.9.7claws14
3591
3592         * src/procmime.c
3593                 catch invalid Content-Type with no subtype
3594
3595 2003-12-03 [alfons]     0.9.7claws13
3596
3597         * src/alertpanel.h
3598         * src/setup.c
3599         * src/plugins/image_viewer/plugin.c
3600                 compile again, we need stddef.h for size_t
3601
3602 2003-12-03 [paul]       0.9.7claws12
3603
3604         * src/account.c
3605                 don't allow cloning of accounts with remote folders,
3606                 patch submitted by Ricardo Mones Lastra
3607
3608 2003-12-03 [christoph]  0.9.7claws11
3609
3610         * src/folder.[ch]
3611         * src/imap.c
3612         * src/localfolder.[ch]
3613         * src/mh.c
3614         * src/news.c
3615         * src/common/xml.[ch]
3616                 add set_xml() and get_xml() virtual functions to FolderClass to
3617                 save extra information for Folders (for example the rootpath
3618                 only used by LocalFolder). The folderlist write function no
3619                 longer needs to know the folder type to save this extra
3620                 information.
3621
3622 2003-12-02 [christoph]  0.9.7claws10
3623
3624         * src/Makefile.am
3625         * src/account.c
3626         * src/folder.[ch]
3627         * src/folderview.h
3628         * src/imap.c
3629         * src/localfolder.[ch]          ** NEW **
3630         * src/mainwindow.c
3631         * src/mh.[ch]
3632         * src/news.[ch]
3633         * src/prefs_account.[ch]
3634         * src/prefs_filtering.h
3635         * src/procmsg.h
3636         * src/remotefolder.[ch]         ** NEW **
3637         * src/common/xml.[ch]
3638                 add item_set_xml() and item_get_xml() virtual functions to
3639                 FolderClass to give folders the ability to add extra information
3640                 to the saved FolderItem data. If NULL the default function for
3641                 FolderItem will be used.
3642
3643 2003-11-29 [christoph]  0.9.7claws9
3644
3645         * src/procheader.c
3646                 fix bug in unfolding
3647
3648 2003-11-29 [luke]       0.9.7claws8
3649
3650         * src/textview.c
3651                 fix compilation for non c99 compilers
3652
3653 2003-11-29 [christoph]  0.9.7claws7
3654
3655         * src/procmime.[ch]
3656         * src/mimeview.c
3657                 o unknown disposition types should be handled as
3658                   attachment (RFC2183)
3659                 o missing headers should not default to inline
3660                   (would make "Save All" useless when disposition header
3661                    is not set by the sending mailer)
3662                 o remove old MimeInfo data and cleanup
3663
3664 2003-11-29 [luke]       0.9.7claws6
3665
3666         * src/procmime.[ch]
3667                 re-added parsing of Content-Disposition header
3668                         - removes the old  'gchar* content_disposition'
3669                         - adds a new field 'DispositionType disposition'
3670                         - adds parameters to MimeInfo::parameters
3671
3672         * src/mimeview.c
3673                 use the "filename" parameter for saving, and the new
3674                 MimeInfo::disposition for save all.
3675
3676         * src/compose.c
3677         * src/toolbar.[ch]
3678                 add a 'check spelling' button as a possibility for 
3679                 the compose toolbar
3680
3681         * src/stockpixmap.[ch]
3682         * src/pixmaps/check_spelling.xpm        ** NEW **
3683         * src/Makefile.am
3684                 add a pixmap for use with 'check spelling' button or
3685                 a user defined action
3686
3687         * src/textview.c
3688                 re-apply fixed (I hope) patch for bug 57
3689                 "Hidden URL in HTML Mails"
3690
3691 2003-11-28 [christoph]  0.9.7claws5
3692
3693         * src/procmime.c
3694                 o be more liberal in what we accept as Content-Type parameters
3695                 o ignore comments after parameters
3696
3697         * src/sgpgme.c
3698                 o only free passphrase when an error occurs
3699
3700 2003-11-28 [paul]       0.9.7claws4
3701
3702         * src/account.c
3703                 add 'Clone Account' function. patch submitted by
3704                 Ricardo Mones Lastra
3705
3706 2003-11-27 [thorsten]   0.9.7claws3
3707
3708         * src/mimeview.c
3709                 fix crash if 'save_all' failed twice
3710
3711 2003-11-27 [paul]       0.9.7claws2
3712
3713         * po/POTFILES.in
3714                 fix a typo
3715
3716         * po/zh_CN.po
3717                 update Simplified Chinese translation. submitted by
3718                 Hansom Young
3719
3720 2003-11-27 [paul]       0.9.7claws1
3721
3722         * po/POTFILES.in
3723                 clean up
3724
3725 2003-11-26 [paul]       0.9.7claws
3726
3727         * 0.9.7claws released
3728
3729 2003-11-26 [paul]       0.9.6claws99
3730
3731         * src/Makefile.am
3732                 add reference to pixmaps/mime_message.xpm
3733
3734 2003-11-26 [paul]       0.9.6claws98
3735
3736         * po/POTFILES.in
3737                 remove reference to src/sigstatus.c
3738
3739 2003-11-26 [christoph]  0.9.6claws97
3740
3741         * src/Makefile.am
3742         * src/prefs_common.c
3743         * src/rfc2015.c
3744         * src/sigstatus.[ch]            ** REMOVE **
3745                 remove signature result popup option and window
3746
3747 2003-11-26 [paul]       0.9.6claws96
3748
3749         * po/es.po
3750           po/ja.po
3751           po/pl.po
3752           po/sk.po
3753           po/sr.po
3754                 update translations. submitted by Ricardo Mones Lastra,
3755                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
3756
3757 2003-11-25 [christoph]  0.9.6claws95
3758
3759         * src/procmime.c
3760                 display mime structure only in debug mode
3761
3762 2003-11-25 [melvin]     0.9.6claws94
3763
3764         * po/fr.po
3765                 Updated French translations + typos fixes of older
3766                 translations (thanks to Fabien Vantard for pointing
3767                 to some of them)
3768
3769 2003-11-25 [melvin]     0.9.6claws93
3770
3771         * src/editldap.c
3772                 Fixed a couple of typos.
3773
3774 2003-11-24 [paul]       0.9.6claws92
3775
3776         * po/POTFILES.in
3777                 add 'src/textview.c'
3778
3779 2003-11-24 [paul]       0.9.6claws91
3780
3781         * src/sgpgme.c
3782                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
3783
3784 2003-11-24 [paul]       0.9.6claws90
3785
3786         * src/plugins/image_viewer/viewer.c
3787                 image_viewer_show_mimepart(): 
3788                 use procmime_mimeinfo_get_parameter() to get the file name
3789
3790 2003-11-24 [paul]       0.9.6claws89
3791
3792         * src/textview.c
3793                 textview_show_mime_part(): rewrite text hint
3794
3795 2003-11-22 [paul]       0.9.6claws88
3796
3797         * sync with 0.9.7cvs5
3798                 see ChangeLog 2003-11-21
3799
3800 2003-11-21 [paul]       0.9.6claws87
3801
3802         * src/mimeview.c
3803                 define shortcut key 'o' for 'Open with...'
3804
3805 2003-11-21 [alfons]     0.9.6claws86
3806
3807         * src/messageview.c
3808                 fix bug #383 'Deleting message from "separate message view" 
3809                 uses local Trash folder'
3810
3811 2003-11-21 [christoph]  0.9.6claws85
3812
3813         * src/mimeview.c
3814                 fix content-type guessing by name parameter when finding
3815                 the correct viewer
3816
3817 2003-11-21 [alfons]     0.9.6claws84
3818
3819         * src/main.c
3820                 no mail incorporation allowed with --offline param.
3821                 fixes bug #374, "--offline ignored"
3822
3823 2003-11-20 [christoph]  0.9.6claws83
3824
3825         * src/mimeinfo.c
3826                 use signed MimeInfo when checking the signature and not
3827                 the selected one
3828
3829 2003-11-19 [alfons]     0.9.6claws82
3830
3831         * src/mainwindow.c
3832                 fix crash when toggling separate views, patch submitted
3833                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
3834                 fixes bug #342, "separate views  cause crash"
3835
3836 2003-11-19 [paul]       0.9.6claws81
3837
3838         * src/compose.c
3839                 compose_redirect_write_headers_from_headerlist(): 
3840                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
3841                 
3842         * src/main.c
3843                 code cleanup (inherited from 0.9.7cvs4)
3844                 
3845         * tools/tb2sylpheed
3846                 bugfix: added missing attribute-list start. submitted by
3847                 Urke MMI
3848
3849 2003-11-19 [luke]       0.9.6claws80
3850
3851         * src/textview.c
3852                 revert my last commit until I get time to fix it
3853
3854 2003-11-18 [christoph]  0.9.6claws79
3855
3856         * src/mimeview.[ch]
3857                 check parent MimeInfos for signatures and display the
3858                 result of the parent when found
3859
3860         * src/pgpmime.c
3861                 o avoid NULL pointer warnings
3862                 o use procmime_mimeinfo_get_parameter()
3863
3864         * src/sgpgme.c
3865                 small text changes
3866
3867 2003-11-17 [luke]       0.9.6claws78
3868
3869         * src/textview.c
3870                 add check for disguised URLs, fixing bug 57
3871                 "Hidden URL in HTML Mails"
3872
3873 2003-11-16 [christoph]  0.9.6claws77
3874
3875         * src/procmime.c
3876                 fix crash when parsing invalid Content-Type header
3877
3878 2003-11-16 [christoph]  0.9.6claws76
3879
3880         * src/pgpmime.c
3881         * src/privacy.c
3882         * src/procmime.c
3883         * src/sgpgme.[ch]
3884                 implement message decrypting
3885
3886         * src/rfc2015.c
3887                 remove old code
3888
3889 2003-11-14 [luke]       0.9.6claws75
3890
3891         * src/mimeview.c
3892                 fix a couple of problems that treated application/* and
3893                 application/octet-stream the wrong way around
3894                 (since 0.9.6claws10), causing "Open" to do nothing.
3895
3896 2003-11-14 [christoph]  0.9.6claws74
3897
3898         * src/messageview.c
3899         * src/pgpmime.c
3900         * src/privacy.[ch]
3901                 prepare for message part decrypting
3902
3903         * src/sgpgme.c
3904                 add output for expired signatures
3905
3906         * src/rfc2015.c
3907                 remove some old code
3908
3909 2003-11-10 [christoph]  0.9.6claws73
3910
3911         * src/mimeview.c
3912                 add "Full info" button for bad and warn signature status
3913
3914         * src/sgpgme.c
3915                 generate full signature info like gpg's output
3916                 (gpg -v --with-fingerprint --verify)
3917
3918 2003-11-10 [christoph]  0.9.6claws72
3919
3920         * src/mimeview.c
3921         * src/pgpmime.c
3922         * src/privacy.[ch]
3923         * src/sgpgme.[ch]
3924         * src/textview.[ch]
3925                 o add code to view full signature info
3926                 o do automatic signature checks
3927
3928 2003-11-10 [alfons]     0.9.6claws71
3929
3930         * src/summaryview.c
3931                 don't crash when gtkut_font_load() returns invalid font (has
3932                 something to do with locale settings)
3933                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
3934
3935 2003-11-09 [alfons]     0.9.6claws70
3936
3937         * src/procmime.c
3938                 plug leak
3939
3940 2003-11-08 [luke]       0.9.6claws69
3941
3942         * src/summaryview.c
3943                 fix some typos
3944
3945         * src/compose.c
3946                 rewrite compose_attach_parts(), fixing various bugs mainly
3947                 to do with re-editing.
3948
3949         * src/mimeview.c
3950                 "save all" now only saves attachments with names/filenames
3951
3952 2003-11-04 [match]      0.9.6claws68
3953
3954         * src/ldapctrl.[ch]
3955                 fix broken LDAP support.
3956
3957         * src/ldapquery.c
3958                 remove printf's.
3959
3960 2003-11-04 [luke]       0.9.6claws67
3961
3962         * src/mimeview.c
3963                 o  fixed bug 4 "focus lost on messages with attachments"
3964                 o  fixed 'Save all' attachments for new mime changes
3965                 o  right clicking on icons consistent with right clicking on
3966                    mime tree
3967                   - fixes a bug where wrong part is saved when you
3968                     choose 'Save as' from popup menu
3969                   - fixes bug 308 "No way to "save all" attachments"
3970                 o  fixed a compiler warning.
3971
3972         * src/textview.c
3973                 o  removed flickering in mime tree when using "n" and "p"
3974                    shortcuts
3975                 o  fixed bug where selecting the textview and pressing e.g.
3976                    'y' causes sylpheed to respond twice.
3977
3978         * src/summaryview.c
3979                 removed hard coding of * and ! shortcuts (which only served
3980                 to cause problems if you tried to redefine the shortcuts)
3981
3982 2003-11-04 [luke]       0.9.6claws66
3983
3984         * src/plugins/image_viewer/viewer.c
3985         * src/plugins/image_viewer/viewerprefs.c
3986         * src/plugins/image_viewer/viewerprefs.glade
3987                 o  allow toggling of image scaling by clicking on image
3988                 o  respond to image's container widget resize
3989
3990         * src/procmime.c
3991                 o  fix bad parsing of message when re-editing/viewing a
3992                    message saved to the drafts folder
3993
3994 2003-11-02 [match]      0.9.6claws65
3995
3996         * src/browseldap.h
3997                 fix if not building LDAP support.
3998         * src/addrindex.c
3999         * src/ldapquery.[ch]
4000         * src/editldap.h
4001                 include support for contains query. feature req 529354.
4002
4003 2003-11-02 [alfons]     0.9.6claws64
4004
4005         * src/browseldap.c
4006                 fix build bustage if not compiling ldap support
4007
4008 2003-11-01 [match]      0.9.6claws63
4009
4010         * po/POTFILES.in
4011         * src/Makefile.am
4012         * src/addr_compl.[ch]
4013         * src/addrbook.c
4014         * src/addrcache.[ch]
4015         * src/addrdefs.h        ** NEW **
4016         * src/addressbook.c
4017         * src/addressitem.h
4018         * src/addrindex.[ch]
4019         * src/addritem.h
4020         * src/addrquery.[ch]
4021         * src/ldapquery.[ch]
4022         * src/ldapserver.[ch]
4023                 refactor LDAP query mechanism.
4024
4025         * src/browseldap.[ch]   ** NEW **
4026         * src/ldaplocate.[ch]   ** NEW **
4027                 add feature to browse LDAP entry that was retrieved using
4028                 an explicit LDAP search.
4029
4030 2003-11-01 [alfons]     0.9.6claws62
4031
4032         * src/prefs_gtk.c
4033                 prefs_write_param(): fail when we see an invalid type; all the
4034                 callers seem to handle this gracefully by reverting changes
4035
4036 2003-10-30 [christoph]  0.9.6claws61
4037
4038         * configure.ac
4039         * ac/openssl.m4
4040         * ac/spamassassin.m4
4041         * src/Makefile.am
4042                 use extra variables for all libraries to make sure plugins
4043                 are only linked with libraries they really need. $LIBS is always
4044                 added to the linking parameters, but we only what the libraries
4045                 listed in the Makefile
4046
4047 2003-10-29 [paul]       0.9.6claws60
4048
4049         * src/mimeview.c
4050                 don't use Subject for unknown part name
4051
4052 2003-10-29 [paul]       0.9.6claws59
4053
4054         * src/compose.c
4055                 get name of attachment(s) when re-editing, fwd'ing or
4056                 redirecting
4057                 
4058         * src/mimeview.c
4059                 get name of attachment(s) when saving
4060
4061 2003-10-29 [hoa]        0.9.6claws58
4062
4063         * src/textview.c
4064                 implemented multipart/alternative in MIME message viewer.
4065
4066 2003-10-28 [christoph]  0.9.6claws57
4067
4068         * configure.ac
4069                 make sure MathML-Viewer is not built with the
4070                 Gtk2 version of GtkMathView
4071
4072 2003-10-28 [paul]       0.9.6claws56
4073
4074         * sync with 0.9.7cvs1
4075                 see ChangeLog 2003-10-28
4076
4077 2003-10-27 [alfons]     0.9.6claws55
4078
4079         * src/matcher_parser_parse.y
4080         * src/gtk/colorlabel.c
4081                 allow setting color label to 0 in filtering/processing rules
4082                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4083
4084 2003-10-26 [alfons]     0.9.6claws54
4085
4086         * src/summary_search.c
4087                 fix misnomer and correct selecting initial search node  
4088
4089 2003-10-26 [christoph]  0.9.6claws53
4090
4091         * src/pgpmime.c
4092         * src/sgpgme.c
4093                 change display of signature info to use only name of
4094                 signer, otherwise the text gets too long.
4095
4096         * src/procmime.c
4097                 don't use MimeInfo's filename to generate tmp filename
4098
4099 2003-10-25 [christoph]  0.9.6claws52
4100
4101         * src/procmime.c
4102                 fix message body searching
4103
4104 2003-10-25 [paul]       0.9.6claws51
4105
4106         * src/compose.c
4107                 use g_basename rather than basename
4108
4109 2003-10-24 [christoph]  0.9.6claws50
4110
4111         * src/sgpgme.c
4112                 change fetching of signature key's trust
4113
4114 2003-10-24 [paul]       0.9.6claws49
4115
4116         * po/sk.po
4117                 update Slovak translation
4118                 submitted by Andrej Kacian
4119                 
4120         * src/mainwindow.c
4121                 remove unknown menu entry /File/Add mailbox/mbox...
4122
4123 2003-10-24 [hoa]        0.9.6claws48
4124
4125         * src/Makefile.am
4126                 removed all references to mbox folders
4127
4128         * src/carray.[ch]               * REMOVED *
4129         * src/chash.[ch]                * REMOVED *
4130         * src/maillock.[ch]             * REMOVED *
4131         * src/mailmbox.[ch]             * REMOVED *
4132         * src/mailmbox_folder.[ch]      * REMOVED *
4133         * src/mailmbox_parse.[ch]       * REMOVED *
4134         * src/mailmbox_types.[ch]       * REMOVED *
4135         * src/mbox_folder.[ch]          * REMOVED *
4136                 remove implementation of mbox folders
4137                 and old mailbox folder.
4138                 mbox folder implementation will be added
4139                 as a plugin so that implementation can be entirely
4140                 synchronized with the files of the project they are
4141                 extracted from (libEtPan!).
4142         
4143         * src/mainwindow.c
4144         * src/folder.c
4145         * src/folderview.[ch]
4146         * src/procmsg.h         
4147                 Disable as much code that references mbox folders
4148                 as possible.
4149                 Some UI thing still need to know that folder is mbox
4150                 (when we have to enter the name of the mailbox and
4151                 we want to add /var/mail/$USER).
4152
4153 2003-10-23 [christoph]  0.9.6claws47
4154
4155         * src/noticeview.c
4156                 don't always display button when noticeview is made visible
4157
4158         * src/mimeview.c
4159         * src/pgpmime.c
4160         * src/privacy.[ch]
4161         * src/sgpgme.[ch]
4162                 get signature information from crypto system
4163
4164 2003-10-22 [paul]       0.9.6claws46
4165
4166         * po/es.po
4167                 updated by Ricardo Mones Lastra
4168
4169 2003-10-22 [paul]       0.9.6claws45
4170
4171         * src/Makefile.am
4172                 update to reflect the changes to the icons that
4173                 happened in 0.9.6claws35
4174
4175 2003-10-22 [alfons]     0.9.6claws44
4176         
4177         * src/carray.h
4178                 inline carray_count() 
4179
4180 2003-10-21 [alfons]     0.9.6claws43
4181
4182         * src/carray.h
4183                 glib wrappers
4184         * src/carray.c
4185                 disable
4186         * src/mailmbox.[ch]
4187         * src/mailmbox_folder.c
4188         * src/mailmbox_parse.c
4189         * src/mailmbox_types.[ch]
4190                 %s/uint32_t/guint
4191
4192 2003-10-21 [luke]       0.9.6claws42
4193
4194         * src/stock_pixmaps.[ch]
4195         * src/mimeview.c
4196         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4197         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4198                 o remove mime_application_octet_stream.xpm icon (it was never
4199                   really needed)
4200                 o remove redundant icon messageview_text.xpm
4201
4202         * src/mainwindow.c
4203                 fix visibility of signature noticeview when toggling 'separate
4204                 message view'
4205
4206 2003-10-21 [christoph]  0.9.6claws41
4207
4208         * src/procmime.c
4209                 decode multipart and rfc822 mime parts to allow further
4210                 parsing when required
4211
4212 2003-10-21 [christoph]  0.9.6claws40
4213
4214         * src/procmime.[ch]
4215         * src/textview.c
4216                 remove obsolete charset parameter in MimeInfo and fix
4217                 TextView to use the charset from the parameter hash table
4218
4219         * src/plugins/dillo_viewer/Makefile.am
4220         * src/plugins/trayicon/Makefile.am
4221                 add OPENSSL_CFLAGS to fix building with using
4222                 --with-openssl-* parameters
4223
4224 2003-10-21 [paul]       0.9.6claws39
4225
4226         * src/prefs_matcher.[ch]
4227                 replace remnants of the old, renamed 'Execute' matchtype
4228                 add a brief description to the Info window
4229
4230 2003-10-21 [hoa]        0.9.6claws38
4231         
4232         * src/Makefile.am
4233         * src/carray.[ch]               * NEW *
4234         * src/chash.[ch]                * NEW *
4235         * src/folder.c
4236         * src/maillock.[ch]             * NEW *
4237         * src/mailmbox.[ch]             * NEW *
4238         * src/mailmbox_folder.[ch]      * NEW *
4239         * src/mailmbox_parse.[ch]       * NEW *
4240         * src/mailmbox_types.[ch]       * NEW *
4241                 implementation of mbox folder with unique message numbers
4242
4243                 made use of libEtPan! implementation of mbox for lower-layer.
4244
4245 2003-10-20 [alfons]     0.9.6claws37
4246
4247         * src/noticeview.c
4248                 fix invalid argument warning
4249         * src/pgpmime.c
4250                 no in place variable
4251
4252 2003-10-20 [paul]       0.9.6claws36
4253
4254         * src/compose.[ch]
4255           src/filtering.c
4256           src/messageview.c
4257                 fix crash when using Forward in Filtering when
4258                 external editor option is set
4259                 
4260                 Patch submitted by Simon 'corecode' Schubert
4261                 <corecode@corecode.ath.cx> 
4262
4263 2003-10-20 [paul]       0.9.6claws35
4264
4265         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4266           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4267           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4268           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4269           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4270           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4271           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4272           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4273           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4274           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4275           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4276           src/mimeview.c
4277           src/stock_pixmap.[ch]
4278                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4279                 icons. add privacy_warn.xpm icon
4280
4281 2003-10-20 [hoa]  0.9.6claws34
4282
4283         * src/folder_item_prefs.[ch]
4284         * src/prefs_folder_item.c
4285         * src/main.c
4286                 Added a property per folder to choose whether we 
4287                 want to apply processing on it on startup or if we
4288                 prefer to wait the folder selection to apply it.
4289         
4290         * src/messageview.c
4291                 fixed C89 compatibility (for old compilers, for
4292                 example gcc 2.95.x).
4293
4294 2003-10-17 [christoph]  0.9.6claws33
4295
4296         * src/mimeview.c
4297         * src/noticeview.[ch]
4298                 change noticeview icon to indicate signature status
4299
4300 2003-10-17 [christoph]  0.9.6claws32
4301
4302         * src/Makefile.am
4303         * src/main.c
4304         * src/mimeview.c
4305         * src/noticeview.c
4306         * src/pgpmime.[ch]                              ** NEW **
4307         * src/privacy.[ch]
4308         * src/rfc2015.c
4309         * src/sgpgme.c                                  ** NEW **
4310                 reimplement PGP/Mime signature checking (unfinished)
4311
4312 2003-10-15 [christoph]  0.9.6claws31
4313
4314         * src/procmime.[ch]
4315                 fix procmime_get_text_content() and
4316                 procmime_get_first_text_content()
4317
4318 2003-10-15 [christoph]  0.9.6claws30
4319
4320         * src/plugins/spamassassin/spamassassin_gtk.c
4321         * src/plugins/spamassassin/spamassassin_gtk.glade
4322                 fix timeout tooltip
4323
4324 2003-10-15 [paul]       0.9.6claws29
4325
4326         * src/messageview.c
4327                 workaround for buggy smtp servers. on sending a
4328                 return receipt strip the name part from the address
4329                 when creating headers
4330                 
4331 2003-10-15 [paul]       0.9.6claws28
4332
4333         * sync with 0.9.7 release
4334                 see ChangeLog 2003-10-15
4335
4336 2003-10-14 [christoph]  0.9.6claws27
4337
4338         * src/plugins/clamav/clamav_plugin.c
4339                 fix clamav plugin
4340
4341 2003-10-14 [christoph]  0.9.6claws26
4342
4343         * src/compose.c
4344         * src/mimeview.c
4345         * src/procmime.[ch]
4346         * src/rfc2015.c
4347         * src/textview.c
4348         * src/plugins/clamav/clamav_plugin.c
4349                 use GNode to create the mime tree (some changes to functions
4350                 that traverse the tree are just quick and dirty. Maybe we
4351                 can find better solutions with g_node_*-functions)
4352
4353 2003-10-14 [luke]       0.9.6claws25
4354
4355         * src/mimeview.c
4356                 fix a navigation bug (stupid typo of mine)
4357
4358 2003-10-14 [christoph]  0.9.6claws24
4359
4360         * src/textview.c
4361                 fix missing last line in plain/text mails
4362
4363 2003-10-13 [luke]       0.9.6claws23
4364
4365         * src/summaryview.c
4366                 fix bug 334 (part 1)
4367
4368 2003-10-13 [kov]        0.9.6claws22
4369
4370         * src/mimeview.c
4371                 error checking when the user enters a non-directory at
4372                 the file selection dialog.
4373                 work-around for users entering directory location without
4374                 adding a leading G_DIR_SEPARATOR.
4375
4376 2003-10-13 [luke]       0.9.6claws21
4377
4378         * src/compose.c
4379                 error reporting for inserting files, including catching
4380                 invalid characters for current locale/encoding
4381
4382 2003-10-13 [paul]       0.9.6claws20
4383
4384         * src/folderview.c
4385                 fix bug #347 'subscribe newsgroups crashes'
4386
4387 2003-10-13 [paul]       0.9.6claws19
4388
4389         * src/compose.c
4390                 when using 'Reply to all' include the 'send replies
4391                 to' folder property
4392                 
4393         * po/ja.po
4394                 update Japanese translation. submitted by Rui Hirokawa 
4395                 <rui_hirokawa@ybb.ne.jp>        
4396
4397 2003-10-13 [hoa]        0.9.6claws18
4398
4399         * src/account.c
4400         * src/compose.c
4401         * src/messageview.c
4402         * src/procheader.c
4403         * src/procheader.h
4404                 rename get_header_from_msginfo() into
4405                 procheader_get_header_from_msginfo() so that we have a
4406                 coherent exported naming.
4407                 avoid parsing of header contained in a string via
4408                 a newly written temporary file.
4409
4410         Patch submitted by Simon 'corecode' Schubert
4411                 <corecode@corecode.ath.cx>
4412
4413 2003-10-12 [hoa]        0.9.6claws17
4414
4415         * src/filtering.c
4416         * src/filtering.h
4417         * src/matcher.c
4418         * src/matcher.h
4419         * src/matcher_parser_parse.y
4420         * src/prefs_filtering_action.c
4421                 added "stop" action : stop applying the filtering rules.
4422                 added "set score" and "increase/decrease score" actions.
4423                 That two last action replace the "change_score" action
4424                 introduced by alfons in 0.8.8claws85.
4425                 "set score" is to set a given score to the message.
4426                 "increase/decrease score" will increase or decrease the
4427                 score if the given value is respectively positive or
4428                 negative. If someone find a some better name for this last
4429                 rule, it can be modified.
4430
4431 2003-10-12 [paul]       0.9.6claws16
4432
4433         * AUTHORS
4434           po/ja.po
4435                 update Japanese translation. submitted by Rui Hirokawa 
4436                 <rui_hirokawa@ybb.ne.jp>
4437
4438 2003-10-12 [christoph]  0.9.6claws15
4439
4440         * src/procmime.c
4441                 fix crash caused by incorrect headers
4442
4443 2003-10-10 [christoph]  0.9.6claws14
4444
4445         * src/main.c
4446         * src/privacy.[ch]
4447         * src/rfc2015.[ch]
4448                 implement detection of signed message parts for rfc2015
4449
4450 2003-10-10 [thorsten]   0.9.6claws13
4451
4452         * src/mimeview.c
4453                 fix typo
4454
4455 2003-10-10 [christoph]  0.9.6claws12
4456
4457         * src/stock_pixmap.[ch]
4458         * src/pixmaps/mime_message.xpm                  ** NEW **
4459                 add a new icon for mime type "message"
4460
4461         * src/privacy.[ch]
4462         * src/procmime.[ch]
4463                 add crypto api
4464
4465         * src/mimeview.c
4466                 o use crypto api
4467                 o add icons for message type mime parts
4468
4469 2003-10-10 [christoph]  0.9.6claws11
4470
4471         * src/mainwindow.c
4472         * src/messageview.[ch]
4473         * src/mimeview.[ch]
4474         * src/procmime.[ch]
4475         * src/procmsg.[ch]
4476         * src/rfc2015.c
4477         * src/summaryview.c
4478         * src/textview.[ch]
4479                 o remove switching between TextView and MimeView in MessageView
4480                   (if required we can hide the icon box and the MimeView will
4481                    look exaxtly like the TextView)
4482                 o temporary remove signature and decrypting GPGME code
4483
4484 2003-10-09 [christoph]  0.9.6claws10
4485
4486         * src/action.c
4487         * src/compose.c
4488         * src/messageview.c
4489         * src/mimeview.c
4490         * src/procmime.[ch]
4491         * src/procmsg.c
4492         * src/rfc2015.c
4493         * src/textview.c
4494         * src/common/utils.[ch]
4495         * src/plugins/clamav/clamav_plugin.c
4496         * src/plugins/dillo_viewer/dillo_viewer.c
4497         * src/plugins/image_viewer/viewer.c
4498         * src/plugins/mathml_viewer/mathml_viewer.c
4499                 new mime parser (several things need fixing)
4500
4501 2003-10-09 [paul]       0.9.6claws9
4502
4503         * src/imap.c
4504                 a little more sync with 0.9.6cvs2 and a tidy up
4505
4506 2003-10-08 [paul]       0.9.6claws8
4507
4508         * sync with 0.9.6cvs2
4509                 see ChangeLog 2003-10-03
4510
4511 2003-10-05 [christoph]  0.9.6claws7
4512
4513         * src/summaryview.c
4514                 don't use flags to check if a message is in a news folder
4515
4516         (closes Bug 282 clicking on folder with copied Messages from News
4517          immediately after having copied them crashes Sylpheed-Claws)
4518
4519 2003-10-05 [christoph]  0.9.6claws6
4520
4521         * src/Makefile.am
4522         * src/progressdialog.[ch]               ** REMOVE **
4523         * src/gtk/Makefile.am
4524         * src/gtk/progressdialog.[ch]           ** NEW **
4525                 move progressdialog to gtk directory
4526
4527 2003-10-04 [christoph]  0.9.6claws5
4528
4529         * src/prefs_toolbar.c
4530         * src/gtk/prefswindow.c
4531                 remove widget_show_all for pages root widget
4532
4533         * src/plugins/spamassassin/spamassassin.[ch]
4534         * src/plugins/spamassassin/spamassassin_gtk.c
4535         * src/plugins/spamassassin/spamassassin_gtk.glade
4536                 add support for new libspamc transports
4537
4538 2003-10-04 [christoph]  0.9.6claws4
4539
4540         * src/plugins/spamassassin/libspamc.[ch]
4541         * src/plugins/spamassassin/spamassassin.c
4542         * src/plugins/spamassassin/utils.[ch]
4543                 update libspamc to version from SpamAssassin 2.60
4544
4545 2003-10-03 [christoph]  0.9.6claws3
4546
4547         * src/send_message.c
4548                 fix missing format string bug found by
4549                 Georgi Guninski <guninski@guninski.com>
4550
4551 2003-10-03 [paul]       0.9.6claws2
4552
4553         * po/zh_CN.po
4554                 update Simpilified Chinese translation, submitted by
4555                 Hansom Young
4556
4557 2003-10-02 [christoph]  0.9.6claws1
4558
4559         * src/imap.c
4560                 add UIDPLUS support for COPY and EXPUNGE
4561
4562 2003-10-02 [paul]       0.9.6claws
4563
4564         * 0.9.6claws released
4565
4566 2003-10-02 [paul]
4567
4568         * po/es.po
4569           po/sk.po
4570                 update Spanish and Slovak translations
4571                 submitted by Ricardo Mones Lastra and Andrej Kacian
4572  
4573 2003-10-02 [paul]       0.9.5claws43
4574
4575         * po/en_GB.po
4576                 update British English translation
4577
4578 2003-10-02 [paul]       0.9.5claws42
4579
4580         * po/hr.po
4581                 update Croatian translation, submitted by Dragan
4582
4583 2003-10-01 [paul]       0.9.5claws41
4584
4585         * po/pl.po
4586           po/sr.po
4587                 update Polish and Serbian translations, submitted by
4588                 Emil and Urke MMI
4589
4590 2003-10-01 [melvin]     0.9.5claws40
4591
4592         * po/fr.po
4593                 Updated French translations
4594
4595 2003-10-01 [melvin]     0.9.5claws39
4596
4597         * src/prefs_fonts.c
4598                 Fixed a Gtk warning
4599
4600         * src/plugins/dillo_prefs.c     
4601                 Quasi unnoticeable UI clean-up.
4602
4603 2003-10-01 [paul]
4604
4605         * tools/README
4606           tools/maildir2sylpheed.pl
4607                 bug fixes, rewrites, submitted by Matthias Förste 
4608                 <itsjustme@users.sourceforge.net>
4609
4610 2003-09-29 [paul]       0.9.5claws38
4611
4612         * src/inc.c
4613                 fix my coding carelessness
4614
4615 2003-09-29 [paul]       0.9.5claws37
4616
4617         * po/POTFILES.in
4618           src/Makefile.am
4619           src/main.c
4620           src/prefs_common.[ch]
4621           src/prefs_fonts.[ch]  ** NEW FILES **
4622                 move Font config options to Other Prefs/Display/Fonts
4623                 (user's current configuration is preserved)
4624
4625 2003-09-29 [paul]       0.9.5claws36
4626
4627         * src/inc.c
4628           src/prefs_account.c
4629                 allow 'local_mbox' value to point to either a directory 
4630                 (/var/mail -  default, new) or a file (/var/mail/username
4631                 - original)
4632
4633 2003-09-28 [paul]       0.9.5claws35
4634
4635         * src/rfc2015.c
4636                 on signature check, where key exists, print the
4637                 Key ID
4638
4639 2003-09-27 [alfons]     0.9.5claws34
4640
4641         * src/action.c
4642                 o make progress bar not fill/expand when resizing dialog
4643                 o use default fixed text font for actions output
4644
4645 2003-09-27 [paul]       0.9.5claws33
4646
4647         * src/prefs_common.[ch]
4648           src/procmsg.c
4649           src/send_message.c
4650                 remove External Program settings from Common Prefs/Send
4651                 as they are now unnecessary due to Local account settings.
4652                 plus a little tidying-up after 0.9.5claws31
4653
4654 2003-09-27 [paul]       0.9.5claws32
4655
4656         * src/prefs_account.c
4657                 o make correction to gui text:
4658                   'Local mailbox file' -> 'Local mailbox directory'
4659                 o give 'local_mbox' option a reasonable default value:
4660                   '/var/mail'
4661                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
4662                   value
4663
4664 2003-09-26 [paul]       0.9.5claws31
4665
4666         * src/inc.c
4667           src/prefs_common.[ch]
4668                 remove 'Incorporate from spool' common pref,
4669                 force creation of a 'Local' account
4670
4671 2003-09-26 [christoph]  0.9.5claws30
4672
4673         * src/folder.c
4674         * src/msgcache.c
4675                 add more NULL pointer checks
4676
4677 2003-09-25 [christoph]  0.9.5claws29
4678
4679         * src/folder.c
4680                 o don't fetch source message to get it's message id
4681                 o immediately scan dest folder when copying a message did not
4682                   return a new message number and not do it when the first message
4683                   without a new message number is found
4684
4685 2003-09-23 [christoph]  0.9.5claws28
4686
4687         * src/compose.c
4688                 fix generating of headers
4689
4690         (patch by David Relson <relson@osagesoftware.com>)
4691
4692 2003-09-23 [paul]       0.9.5claws27
4693
4694         * po/zh_CN.po
4695                 update Simplified Chinese translation. submitted by
4696                 Hansom Young
4697
4698 2003-09-23 [paul]       0.9.5claws26
4699
4700         * tools/Makefile.am
4701           tools/README
4702           tools/vcard2xml.py    ** NEW FILE **
4703                 add a script that converts an evolution vcard to
4704                 sylpheed's xml format
4705                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
4706
4707 2003-09-22 [paul]       0.9.5claws25
4708
4709         * src/plugins/clamav/clamav_plugin.c
4710                 don't skip MULTIPART parts
4711
4712 2003-09-21 [christoph]  0.9.5claws24
4713
4714         * src/alertpanel.c
4715                 remove unneeded include
4716
4717         * src/folder.c
4718                 clean up copy/move mess with duplicated code
4719
4720         * src/imap.c
4721                 fix problem that sometimes the folder was not scanned
4722                 also it was changed
4723
4724 2003-09-21 [christoph]  0.9.5claws23
4725
4726         * src/Makefile.am
4727         * src/logwindow.[ch]                    ** REMOVE **
4728         * src/mainwindow.c
4729         * src/prefs_common.c
4730         * src/gtk/Makefile.am
4731         * src/gtk/logwindow.[ch]                ** ADD **
4732                 make logwindow prefs_common independent and move
4733                 it to gtk directory
4734
4735 2003-09-20 [christoph]  0.9.5claws22
4736
4737         * src/compose.c
4738                 add extra space for address code conversion
4739                 (4 * unconvered size could be too small for short headers)
4740
4741 2003-09-20 [christoph]  0.9.5claws21
4742
4743         * src/compose.c
4744                 increase temp buffer size when writing headers
4745
4746 2003-09-19 [darko]      0.9.5claws20
4747
4748         * src/compose.c
4749                 don't ignore value of 'Save copy of outgoing messages to
4750                 this folder instead of Sent' in message redirect
4751
4752 2003-09-17 [christoph]  0.9.5claws19
4753
4754         * src/compose.c
4755                 use ", " as address seperator for mail headers and pass whole
4756                 header line at once to compose_convert_header to make sure
4757                 it is correctly folded
4758
4759         (closes Bug 64 Problem when sending to many recipients)
4760
4761 2003-09-17 [hoa]        0.9.5claws18
4762         
4763         * src/matcher.[ch]
4764           src/matcher_parser_parse.y
4765           src/prefs_matcher.c
4766                 changed the keyword used for command execution in condition
4767                 keyword is changed from "execute" to "test"
4768                 so that it is not the same as the one used for action.
4769                 This will fix a bug when using filtering dialog.
4770                 All semantic in the code is also changed to reflect
4771                 the keyword change.
4772
4773 2003-09-17 [paul]
4774         
4775         * sync with 0.9.6 release
4776
4777 2003-09-17 [paul]       0.9.5claws17
4778
4779         * sync with 0.9.5cvs8
4780                 see ChangeLog 2003-09-16 and 2003-09-17
4781
4782 2003-09-16 [paul]       0.9.5claws16
4783
4784         * sync with 0.9.5cvs6
4785                 see ChangeLog 2003-09-16
4786
4787 2003-09-15 [paul]       0.9.5claws15
4788
4789         * sync with 0.9.5cvs5
4790                 see ChangeLog 2003-09-15
4791
4792 2003-09-14 [alfons]     0.9.5claws14
4793
4794         * src/inc.c
4795                 make "Go to inbox after receiving new mail" again;
4796                 regression of a sync, restored to sylpheed main 
4797                 behaviour. (misses still some bits)
4798
4799 2003-09-14 [alfons]     0.9.5claws13
4800
4801         * src/prefs_filtering_action.c
4802                 o add proper message if empty execute command line
4803                 o don't select first action item after registering a
4804                   new action to prevent (what seems to be a GTK) bug
4805                   #36, "filtering will only accept one action change 
4806                   per invocation".
4807
4808 2003-09-14 [alfons]     0.9.5claws12
4809
4810         * src/prefs_filtering.c
4811         * src/prefs_filtering_action.c
4812         * src/prefs_matcher.c
4813                 fix function signature for key_pressed_event signal handlers
4814
4815 2003-09-14 [alfons]     0.9.5claws11
4816
4817         * src/mainwindow.c
4818                 fix regression caused by fix for invalid bug #7
4819                 (should fix #246, "Multiple selections are deselected when 
4820                 moving from search window to main window")
4821                 
4822 2003-09-14 [alfons]     0.9.5claws10
4823         
4824         * src/actions.[ch]
4825         * src/filtering.[ch]
4826         * src/prefs_actions.c
4827                 allow `filtering actions` in actions; only for advanced users
4828                 right now: try for example, "%as{mark color 2}" 
4829         
4830 2003-09-13 [paul]       0.9.5claws9
4831         
4832         * po/pl.po
4833           po/zh_CN.po   ** NEW FILE **
4834                 update Polish translation, submitted by Emil 
4835                 <eminowbl@posejdon.wpk.p.lodz.pl>
4836                 add new Simplified Chinese translation, submitted by
4837                 Hansom Young <hansom_young@yahoo.com>
4838
4839 2003-09-12 [alfons]     0.9.5claws8
4840
4841         * src/summaryview.c
4842                 don't open separate message views when View | Separate message view
4843                 is active 
4844                 (please look carefully for any navigation regressions)
4845
4846 2003-09-11 [alfons]     0.9.5claws7
4847
4848         * src/mainwindow.c
4849                 make default message view, opened by View | Separate message 
4850                 view, look like a claws message view (which includes a menu
4851                 bar and a toolbar)
4852                 (fixes bug #298, "message view loses tool bar") 
4853
4854 2003-09-11 [christoph]  0.9.5claws6
4855
4856         * src/folderview.c
4857                 fix double deleting of newsgroup folders
4858
4859         (closes Bug 305 crash after deleting of a newsgroup)
4860
4861 2003-09-11 [paul]       0.9.5claws5
4862
4863         * src/rfc2015.c
4864           src/common/utils.h
4865                 more sync'ing from 0.9.5cvs2
4866
4867 2003-09-11 [christoph]  0.9.5claws4
4868
4869         * src/compose.c
4870         * src/rfc2015.c
4871         * src/common/utils.h
4872                 fix sync with 0.9.5cvs2
4873
4874 2003-09-11 [paul]       0.9.5claws3
4875
4876         * sync with 0.9.5cvs4
4877                 see ChangeLog 2003-09-11
4878
4879 2003-09-11 [paul]       0.9.5claws2
4880
4881         * sync with 0.9.5cvs2
4882                 see ChangeLog 2003-09-05
4883                 
4884 2003-09-11 [paul]       0.9.5claws1
4885
4886         * sync with 0.9.5cvs3
4887                 see ChangeLog 2003-09-10
4888
4889 2003-09-10 [paul]       0.9.5claws
4890
4891         * 0.9.5claws released
4892
4893 2003-09-10 [paul]       0.9.4claws78
4894
4895         * src/Makefile.am
4896                 add missing files
4897
4898 2003-09-10 [melvin]     0.9.4claws77
4899
4900         * po/fr.po
4901                 Updated French translations
4902
4903 2003-09-10 [paul]       0.9.4claws76
4904
4905         * po/es.po
4906           po/sk.po
4907           po/sr.po
4908                 update Spanish, Slovak, and Serbian translations.
4909                 submitted by Ricardo Mones Lastra, Andrej Kacian,
4910                 and Urke MMI
4911                 
4912         * AUTHORS
4913                 add translation team section
4914
4915 2003-09-09 [christoph]  0.9.4claws75
4916
4917         * src/folder.c
4918                 free item->prefs in folder_item_destroy
4919
4920 2003-09-09 [alfons]     0.9.4claws74
4921
4922         * src/folderview.c
4923                 o proper check for root node sorting
4924                 o remove unnecessary gtk_ctree_remove_node 
4925
4926         (should fix bug #300, "crash while moving folder")      
4927
4928 2003-09-08 [christoph]  0.9.4claws73
4929
4930         * src/folderview.c
4931                 o fix double adding of IMAP FolderItems to GtkCTree
4932                 o fix crash then mbox folder is removed
4933
4934 2003-09-08 [christoph]  0.9.4claws72
4935
4936         * src/folder.c
4937         * src/folderview.c
4938         * src/mainwindow.c
4939                 fix new folder notification
4940
4941         * src/mbox_folder.c
4942                 fix cache path
4943
4944 2003-09-08 [christoph]  0.9.4claws71
4945
4946         * src/compose.c
4947                 replace '\n' and '\r' before removing trailing spaces
4948
4949         * src/folder.[ch]
4950         * src/folderview.c
4951                 add information about new or removed items in folder tree change
4952                 notification and use this in folderview to add and remove only
4953                 the appected items and not refresh the whole tree
4954
4955 2003-09-07 [match]      0.9.4claws70
4956
4957         * src/Makefile.am
4958         * src/addr_compl.c
4959         * src/addressbook.c
4960         * src/addressitem.h
4961         * src/addrindex.c
4962         * src/addritem.c
4963         * src/addritem.h
4964         * src/addrquery.c                       ** NEW **
4965         * src/addrquery.h
4966         * src/ldapquery.c
4967         * src/ldapserver.c
4968         * src/stock_pixmap.c
4969         * src/stock_pixmap.h
4970         * src/pixmaps/address_search.xpm        ** NEW **
4971                 re-introduce Lookup button for LDAP 'static' searches.
4972
4973 2003-09-07 [alfons]     0.9.4claws69
4974         
4975         * src/summaryview.c
4976                 abandon setting usize for messageview because it gives layout problems
4977                 with the quick search bar and the headerview; fixes assorted UI glitches:
4978                 
4979                 o bug #148, "Toggling of quick-search bar reduces index view area" 
4980                 o bug #280, "Window resiizes for line length but does not revert"
4981
4982 2003-09-07 [christoph]  0.9.4claws68
4983
4984         * src/compose.c
4985                 o make sure we don't have any newlines in header values
4986                 o check custom headers for spaces and newlines and ignore
4987                   malformed header names
4988
4989 2003-09-06 [christoph]  0.9.4claws67
4990
4991         * src/folder.c
4992         * src/folderview.c
4993                 invoke notification hook for folder tree changes after append
4994                 and remove folder
4995
4996         (closes Bug 294 Crash while moving folder with many subdirectories)
4997
4998 2003-09-06 [christoph]  0.9.4claws66
4999
5000         * src/folder.c
5001                 destroy folder's MsgCache if FolderItem is removed to make sure
5002                 it is not saved when the FolderItem is destroyed
5003
5004 2003-09-06 [christoph]  0.9.4claws65
5005
5006         * src/plugins/clamav/clamav_plugin.c
5007                 fix copy & paste bug
5008
5009 2003-09-05 [christoph]  0.9.4claws64
5010
5011         * src/folder.c
5012         * src/messageview.[ch]
5013         * src/procmsg.[ch]
5014         * src/summaryview.c
5015                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5016                 by MessageView to clear it when the message is deleted. Should
5017                 work even if messages are deleted in MainWindow or by
5018                 processing.
5019
5020 2003-09-05 [alfons]     0.9.4claws63
5021
5022         * src/messageview.c
5023                 deleting a message in a message view frees its msginfo, make 
5024                 messageview_update_all() aware of that (should fix bug #293,
5025                 "deleting message caused crash")
5026
5027 2003-09-05 [melvin]     0.9.4claws62
5028
5029         * src/action.c
5030                 Improve synchronous action exit code (fixes 
5031                 a ~5 seconds delay after action exit on RedHat 9)
5032
5033 2003-09-04 [christoph]  0.9.4claws61
5034
5035         * src/compose.c
5036         * src/rfc2015.c
5037         * src/common/utils.[ch]
5038                 add util function to create mime boundary and use it
5039                 in compose and gpg code
5040
5041 2003-09-04 [alfons]     0.9.4claws60
5042
5043         * src/folder.c
5044                 source folder item's GNode should already have been freed in 
5045                 a previous call to src->folder->klass->remove_folder()
5046                 (should fix bug #287, "crash when moving folders")
5047
5048 2003-09-03 [thorsten]   0.9.4claws59
5049
5050         * src/plugins/spamassassin/spamassassin_gtk.c
5051                 fix compile error
5052
5053 2003-09-03 [christoph]  0.9.4claws58
5054
5055         * src/plugins/spamassassin/spamassassin.[ch]
5056         * src/plugins/spamassassin/spamassassin_gtk.c
5057                 add timeout config option
5058
5059 2003-09-03 [paul]       0.9.4claws57
5060
5061         * po/sk.po      ** NEW FILE **
5062                 add Slovak translation. Submitted by Andrej Kacian 
5063                 <andrej@kacian.sk>
5064
5065 2003-09-03 [paul]       0.9.4claws56
5066
5067         * src/plugins/clamav/clamav_plugin_gtk.c
5068                 gui tweaks: replace a label with a tooltip, modify the
5069                 text, use gtk_check_button_new(); instead of
5070                 gtk_check_button_new_with_label("");
5071
5072 2003-09-02 [alfons]     0.9.4claws55
5073
5074         * src/gtk/filesel.c
5075                 remember last used dir when attaching multiple files (should fix
5076                 bug #290, "Attach File does not remember directory")
5077
5078 2003-09-01 [paul]       0.9.4claws54
5079
5080         * po/es.po
5081                 updated by Ricardo Mones Lastra
5082
5083 2003-09-01 [alfons]     0.9.4claws53
5084
5085         * src/gtk/gtkaspell.[ch]
5086                 be pedantic and strict and use const gchar * instead of guchar *
5087
5088 2003-09-01 [alfons]     0.9.4claws52
5089
5090         * src/mainwindow.c
5091         * src/summaryviewc.
5092                 re-enable Save As when multiple messages are selected
5093
5094 2003-09-01 [paul]       0.9.4claws51
5095
5096         * src/textview.c
5097                 g_free(trimmed_uri);
5098
5099 2003-09-01 [paul]       0.9.4claws50
5100
5101         * sync with 0.9.4cvs13
5102                 see ChangeLog 2003-09-01
5103
5104 2003-09-01 [paul]       0.9.4claws49
5105
5106         * src/textview.c
5107                 trim uri before sending to the statusbar
5108                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5109                 in the message window causes main S-C window to enlarge 
5110                 past screen edges'
5111
5112 2003-09-01 [paul]       0.9.4claws48
5113
5114         * sync with 0.9.4cvs12
5115                 see ChangeLog 2003-09-01
5116
5117 2003-08-30 [christoph]  0.9.4claws47
5118
5119         * src/compose.c
5120         * src/folder_item_prefs.[ch]
5121         * src/prefs_folder_item.c
5122         * src/gtk/gtkaspell.[ch]
5123                 commit per folder dictionary patch by
5124                 Paul Evans <nerd@freeuk.com>
5125
5126 2003-08-30 [christoph]  0.9.4claws46
5127
5128         * src/plugins/spamassassin/spamassassin_gtk.c
5129         * src/plugins/spamassassin/spamassassin_gtk.glade
5130                 reduce GUI clutter by placing hints into tooltips
5131
5132 2003-08-30 [paul]       0.9.4claws45
5133
5134         * src/compose.c
5135                 add 'Content-Disposition: inline' to a text/plain
5136                 part when using PGP/MIME signing
5137
5138 2003-08-30 [paul]       0.9.4claws44
5139
5140         * src/prefs_common.c
5141           src/prefs_spelling.c
5142           src/prefs_spelling.glade
5143                 reduce GUI clutter by placing hints into tooltips
5144
5145 2003-08-29 [christoph]  0.9.4claws43
5146
5147         * configure.ac
5148                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5149
5150         * src/stock_pixmap.c
5151                 change unecessary warning into a debug message
5152
5153         * src/plugins/clamav/Makefile.am
5154                 Fix error "-I$(CLAMAV_LIBS)"
5155
5156 2003-08-29 [christoph]  0.9.4claws42
5157
5158         * intl/Makefile.in
5159         * src/Makefile.am
5160         * src/matcher.h
5161         * src/common/Makefile.am
5162         * src/common/passcrypt.c
5163                 commit fixes and patches for some of the IRIX problems found by
5164                 Ivan Rayner <ivanr@sgi.com>
5165
5166 2003-08-29 [paul]       0.9.4claws41
5167
5168         * src/prefs_filtering.c
5169                 add 'Top' and 'Bottom' buttons, based on changes in
5170                 src/prefs_filter.c in 0.9.4cvs11.
5171
5172 2003-08-27 [christoph]  0.9.4claws40
5173
5174         * src/folderview.c
5175                 fix bug that the current summary settings were copied to the
5176                 wrong folder item, when the folder item prefs are opened.
5177                 Copying is not required because summary settings and
5178                 folder_item_prefs do not contain the same settings
5179
5180 2003-08-27 [thorsten]   0.9.4claws39
5181
5182         * src/imap.c
5183                 fix compile error
5184
5185 2003-08-26 [paul]       0.9.4claws38
5186
5187         * sync with 0.9.4cvs9
5188                 see ChangeLog 2003-08-26
5189
5190 2003-08-25 [paul]       0.9.4claws37
5191
5192         * sync with 0.9.4cvs8
5193                 see ChangeLog 2003-08-25
5194
5195 2003-08-24 [christoph]  0.9.4claws36
5196
5197         * src/prefs_filtering.c
5198                 shouldn't remove items from a GSList while iterating over the
5199                 list (makes cur invalid and cur->next not accessable)
5200
5201         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5202          crashed)
5203
5204 2003-08-23 [christoph]  0.9.4claws35
5205
5206         * src/news.c
5207                 news folders should be scanned when opened
5208
5209 2003-08-22 [christoph]  0.9.4claws34
5210
5211         * src/prefs_folder_item.c
5212                 use macro to assign strings that always frees the old string
5213
5214         * src/gtk/gtkaspell.[ch]
5215                 add gtkaspell_set_dictionary_menu_active_item() to set active
5216                 item in dictionary option menu
5217
5218         * src/prefs_spelling.c
5219                 use gtkaspell_set_dictionary_menu_active_item() to select
5220                 dictionary
5221
5222 2003-08-21 [christoph]  0.9.4claws33
5223
5224         * src/folder.[ch]
5225         * src/imap.c
5226         * src/mbox_folder.c
5227         * src/mh.c
5228         * src/news.c
5229                 optimize folder system
5230
5231         * src/gtk/gtkstext.c
5232                 fix division by zero when font has 0 width for ' '
5233
5234 2003-08-21 [paul]       0.9.4claws32
5235
5236         * sync with 0.9.4cvs7
5237                 see ChangeLog 2003-08-20
5238
5239 2003-08-19 [paul]       0.9.4claws31
5240
5241         * src/common/defs.h
5242                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5243                 SYLDOC_FAQ_HTML_INDEX.
5244         * src/manual.c
5245                 use LC_MESSAGES instead of LC_ALL to find the current
5246                 language
5247
5248           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5249
5250 2003-08-19 [paul]       0.9.4claws30
5251
5252         * po/bg.po
5253                 updated by George Danchev
5254
5255 2003-08-18 [luke]       0.9.4claws29
5256         * src/mimeview.[ch]
5257         * src/gtk/gtkvscrollbutton.[ch]
5258                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5259                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5260                 o removed horizontal separator between icons
5261
5262 2003-08-17 [christoph]  0.9.4claws28
5263
5264         * src/procmsg.c
5265                 no subject threading when the subject has no reply prefix
5266
5267 2003-08-16 [christoph]  0.9.4claws27
5268
5269         * src/mainwindow.c
5270                 remember and restore window sizes and position when the main
5271                 window is hidden or shown
5272
5273         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5274          minimised/reopened using trayicon)
5275
5276 2003-08-16 [paul]       0.9.4claws26
5277
5278         * src/crash.c
5279                 add #include "defs.h"
5280
5281 2003-08-16 [paul]       0.9.4claws25
5282
5283         * src/plugins/clamav/clamav_plugin.c
5284                 reword a debug_print
5285                 
5286         * src/plugins/dillo_viewer/dillo_prefs.c
5287                 cosmetic: change the labels' text, add tooltips, and
5288                 left-align the hint
5289
5290 2003-08-15 [christoph]  0.9.4claws24
5291
5292         * src/news.c
5293                 complete last change (forgot some changes)
5294
5295 2003-08-15 [christoph]  0.9.4claws23
5296
5297         * src/news.c
5298                 o check number of messages and don't return a 0 message
5299                   when no messages are available
5300                 o don't parse xref header anymore
5301
5302         (closes Bug 203 I'm not getting any news)
5303
5304 2003-08-15 [paul]       0.9.4claws22
5305
5306         * src/common/defs.h
5307           src/crash.c
5308                 update and define claws bugzilla location
5309
5310 2003-08-15 [paul]       0.9.4claws21
5311
5312         * po/ru.po
5313                 update submitted by Ruslan N. Balkin
5314
5315 2003-08-14 [christoph]  0.9.4claws20
5316
5317         * src/procmsg.c
5318                 fix search for oldest node in subject threading
5319
5320 2003-08-14 [christoph]  0.9.4claws19
5321
5322         * src/procmsg.c
5323         * src/common/utils.h
5324                 add possibility to check all nodes with the same subject for
5325                 subject threading, not only the oldest node. Should not break
5326                 threads anymore if the oldest node is thread_by_subject_max_age
5327                 days older then parent, because it can now find a child of
5328                 oldest node as new parent.
5329
5330 2003-08-11 [christoph]  0.9.4claws18
5331
5332         * src/plugins/spamassassin/spamassassin.c
5333                 run spam check in background process
5334
5335 2003-08-10 [alfons]     0.9.4claws17
5336
5337         * src/summaryview.c
5338                 make `Select All' sensitive too
5339
5340 2003-08-10 [christoph]  0.9.4claws16
5341
5342         * src/imap.c
5343                 add more checks in imap_close
5344
5345 2003-08-09 [alfons]     0.9.4claws15
5346
5347         * src/prefs_spelling.c
5348                 no spell checking UI if not requested
5349
5350 2003-08-09 [alfons]     0.9.4claws14
5351
5352         * src/gtk/prefswindow.c
5353                 make it compile
5354
5355 2003-08-09 [christoph]  0.9.4claws13
5356
5357         * src/prefs_spelling.c
5358         * src/gtk/prefswindow.[ch]
5359         * src/plugins/clamav/clamav_plugin_gtk.c
5360         * src/plugins/spamassassin/spamassassin_gtk.c
5361                 sort prefs pages by heighest weight in tree
5362
5363 2003-08-09 [paul]       0.9.4claws12
5364
5365         * sync with 0.9.4cvs6
5366                 see ChangeLog 2003-08-07
5367                 
5368         * AUTHORS
5369                 add Leandro and Luke to claws-branch section
5370
5371 2003-08-09 [christoph]  0.9.4claws11
5372
5373         * src/gtk/Makefile.am
5374         * src/gtk/colorsel.[ch]                 ** NEW **
5375                 create a color selection dialog that can be used as a simple
5376                 function call with it's own gtk main loop like filesel.[ch]
5377
5378         * src/Makefile.am
5379         * src/main.c
5380         * src/prefs_common.c
5381         * src/prefs_spelling.[ch]               ** NEW **
5382         * src/prefs_spelling.glade              ** NEW **
5383         * src/gtk/gtkutils.[ch]
5384                 move "Spell Checker" prefs to new prefs dialog
5385
5386         * src/prefs_folder_item.c
5387                 use new colorsel dialog
5388
5389 2003-08-08 [paul]       0.9.4claws10
5390
5391         * src/inc.c
5392                 clear the progress bar unconditionally
5393
5394 2003-08-08 [paul]       0.9.4claws9
5395
5396         * sync with 0.9.4cvs4
5397                 see ChangeLog 2003-07-31
5398
5399 2003-08-07 [christoph]  0.9.4claws8
5400
5401         * configure.ac
5402                 fix bug in image viewer plugin part
5403
5404         * src/imap.c
5405                 don't execute close command if the folder item is not selected
5406
5407 2003-08-07 [hoa]        0.9.4claws7
5408
5409         * src/filtering.[ch]
5410         * src/matcher_parser.h
5411         * src/matcher_parser_parse.y
5412                 can define several actions for each filtering rule
5413                 can import old versions of filtering rules
5414
5415         * src/prefs_filtering.c
5416                 call to a new dialog box to define actions
5417
5418         * src/prefs_filtering_action.[ch]
5419                 dialog box to define actions for filtering rules
5420
5421 2003-08-06 [christoph]  0.9.4claws6
5422
5423         * src/imap.c
5424                 make sure source folder is selected when copying messages
5425
5426 2003-08-06 [christoph]  0.9.4claws5
5427
5428         * sync with 0.9.4cvs2
5429                 see ChangeLog 2003-07-29                
5430
5431 2003-08-05 [paul]       0.9.4claws4
5432
5433         * sync with 0.9.4cvs3
5434                 see ChangeLog 2003-07-30
5435
5436 2003-08-04 [match]      0.9.4claws3
5437
5438         * po/POTFILES.in
5439                 export of LDIF files.
5440
5441 2003-08-04 [match]      0.9.4claws2
5442
5443         * src/ldif.[ch]
5444                 support for export LDIF. documented.
5445         * src/importldif.[ch]
5446         * src/exportldif.[ch]
5447                 add tooltips. documented.
5448         * src/exphtmldlg.[ch]
5449         * src/common/xmlprops.[ch]
5450                 documented.
5451         * src/exportldif.[ch]                   ** NEW **
5452         * src/expldifdlg.[ch]                   ** NEW **
5453         * src/addressbook.[ch]
5454         * src/Makefile.am
5455                 export of LDIF files.
5456                 documented.
5457
5458 2003-08-04 [christoph]  0.9.4claws1
5459
5460         * .cvsignore
5461         * Makefile.am
5462         * configure.ac
5463         * sylpheed-claws.pc.in                  ** NEW **
5464         * src/Makefile.am
5465         * src/common/Makefile.am
5466         * src/gtk/Makefile.am
5467                 install sylpheed header files in $(pkgincludedir) and create a
5468                 pkg-config file to allow building a plugin without the source
5469                 package
5470
5471 2003-08-04 [paul]       0.9.4claws
5472
5473         * version 0.9.4claws
5474
5475 2003-08-04 [paul]       0.9.3claws97
5476
5477         * po/es.po
5478                 update Spanish translation. Submitted by Ricardo
5479                 Mones Lastra.
5480
5481 2003-08-03 [paul]       0.9.3claws96
5482
5483         * po/hr.po
5484           po/sr.po
5485                 update Croatian and Serbian translations. Submitted by
5486                 Dragan and Urke MMI respectively
5487
5488 2003-08-03 [alfons]     0.9.3claws95
5489
5490         * src/summaryview.c
5491                 mark flag has precedence over important flag - seems
5492                 to have been changed in sync of 0.9.3claws45. this fixes
5493                 a regression where messages that were scored as important
5494                 don't show their mark flags. (using the same column for
5495                 both importance as mark flags is the real problem
5496                 ofcourse)
5497
5498 2003-08-03 [melvin]     0.9.3claws94
5499
5500         * po/fr.po
5501                 Updated French translations.
5502
5503 2003-08-03 [melvin]     0.9.3claws93
5504
5505         * src/Makefile.am
5506                 Fixed typo introduced after 0.9.3claws92 
5507                 that prevented compilation
5508                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5509                 CPPFLAGS and YFLAGS to allow user setting these.
5510         * src/common/Makefile.am
5511         * src/gtk/Makefile.am
5512         * src/plugins/clamav/Makefile.am
5513         * src/plugins/demo/Makefile.am
5514         * src/plugins/dillo_viewer/Makefile.am
5515         * src/plugins/image_viewer/Makefile.am
5516         * src/plugins/mathml_viewer/Makefile.am
5517         * src/plugins/spamassassin/Makefile.am
5518         * src/plugins/trayicon/Makefile.am
5519         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5520                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5521                 CPPFLAGS and YFLAGS to allow user setting these.
5522
5523 2003-08-02 [christoph]  0.9.3claws92
5524
5525         * configure.ac
5526                 o rearrange plugin tests
5527                 o add test for clamav.h to ClamAV tests
5528
5529 2003-08-02 [luke]       0.9.3claws91
5530
5531         * src/mimeview.c
5532                 o fixed appearance of icon list when toggling back from the 
5533                   ctree
5534                 o toggling of icons using the keyboard works correctly
5535                 o fixed all other keyboard shortcuts to work when icons are
5536                   active
5537         
5538         * src/messageview.c
5539                 o fixed bug 4 - focus lost when changing messageview view type
5540
5541 2003-08-02 [christoph]  0.9.3claws90
5542
5543         * src/common/hooks.c
5544                 fix crash when pointer stored in hash table could get invalid
5545                 when a plugin is unloaded
5546
5547 2003-08-01 [christoph]  0.9.3claws89
5548
5549         * configure.ac
5550                 o try to build all plugins (except spamassassin) by default
5551                 o don't build a plugin if a dependency check fails
5552
5553         * src/common/hooks.c
5554                 fix warning
5555
5556 2003-08-01 [match]      0.9.3claws88
5557
5558         * src/importldif.c
5559                 allow single click field selection. document code.
5560
5561 2003-08-01 [christoph]  0.9.3claws87
5562
5563         * src/plugins/clamav/clamav_plugin.c
5564         * src/plugins/clamav/clamav_plugin_gtk.c
5565         * src/plugins/dillo_viewer/dillo_viewer.c
5566         * src/plugins/image_viewer/plugin.c
5567         * src/plugins/mathml_viewer/mathml_viewer.c
5568         * src/plugins/spamassassin/spamassassin.c
5569         * src/plugins/spamassassin/spamassassin_gtk.c
5570         * src/plugins/trayicon/trayicon.c
5571                 add version check to all plugins
5572
5573 2003-08-01 [hoa]        0.9.3claws86
5574
5575         * src/prefs_filtering.c
5576                 fixed a cosmetic bug, during creation of dialog box,
5577                 wrong widgets were shown after creation.
5578
5579 2003-08-01 [luke]       0.9.3claws85
5580
5581         * src/mainwindow.c
5582                 o fixed visibility of icons/mimeview after toggling separate
5583                   message/folder view (factored out some similar code too).
5584
5585
5586 2003-07-31 [alfons]     0.9.3claws84
5587
5588         * src/mimeview.c
5589                 tweak icon box UI a bit more, now allowing right-clicks actions
5590                 getting the relevant mime data too; should fix #250, "Can't save 
5591                 attachments sometimes".
5592
5593 2003-07-30 [alfons]     0.9.3claws83
5594
5595         * src/compose.c
5596                 don't do auto-save-draft inside key press handler, but rather
5597                 schedule it half of a second later; should fix #67, "autosave 
5598                 make re-rediting message crazy"
5599
5600 2003-07-30 [christoph]  0.9.3claws82
5601
5602         * src/plugins/trayicon/trayicon.c
5603                 process pending events before unloading the plugin
5604
5605         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
5606
5607 2003-07-30 [alfons]     0.9.3claws81
5608
5609         * src/common/hooks.c
5610                 parameter 2 of g_hook_destroy() should really be a hook id
5611
5612 2003-07-30 [alfons]     0.9.3claws80
5613
5614         * src/common/plugin.c
5615                 fix a possibly harmful function signature mismatch 
5616                 for plugin_done
5617
5618 2003-07-30 [alfons]     0.9.3claws79
5619
5620         * src/common/hooks[.ch]
5621                 const correctness
5622
5623 2003-07-30 [darko]      0.9.3claws78
5624
5625         * src/summaryview.c
5626                 make it compile again
5627
5628 2003-07-30 [luke]       0.9.3claws77
5629
5630         * src/crash.c
5631         * src/main.c
5632                 o added/moved signal handlers for SIGTERM (normal kill command) 
5633                   and SIGINT (ctl-c) to be used even without 
5634                   --enable-crash-dialog, fixing bug 166
5635
5636         * src/summaryview.c
5637                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
5638                   bug 227
5639
5640         * src/mainwindow.c
5641                 o changed sensitivity condition for 'Next new' and 'Next 
5642                   unread', fixing bug 8
5643
5644 2003-07-29 [alfons]     0.9.3claws76
5645
5646         * src/common/utils.[ch]
5647                 add generate_msgid()
5648         * src/messageview.c
5649                 save ack'ed RRR; fixes #205, "return receipt is not saved in
5650                 sent folder".
5651
5652 2003-07-29 [alfons]     0.9.3claws75
5653
5654         * src/messageview.c
5655                 fix a memleak (claws-only)
5656
5657 2003-07-29 [alfons]     0.9.3claws74
5658
5659         * src/mimeview.[ch]
5660         * src/gtk/gtkvscrollbutton.[ch]
5661                 fix UI glitch where mime icon toolbox' scroll position is not 
5662                 reset after switching to another message
5663                 
5664
5665 2003-07-29 [paul]       0.9.3claws73
5666
5667         * src/prefs_folder_item.c
5668                 split the prefs into 2 separate pages
5669
5670 2003-07-29 [paul]       0.9.3claws72
5671
5672         * src/compose.c
5673                 prepend "\n\n" to a signature without a separator too
5674
5675 2003-07-29 [paul]       0.9.3claws71
5676
5677         * src/compose.c
5678                 fix bug where changing to an account without an auto-sig
5679                 from an initial account without an auto-sig would insert 
5680                 2 blank lines at the cursor point
5681                 fix bug where changing to an account with an auto-sig
5682                 from an initial account without an auto-sig would insert
5683                 the sig at the cursor point
5684
5685 2003-07-29 [paul]       0.9.3claws70
5686
5687         * src/folderview.c
5688                 use the colour from the folder pref unless the folder
5689                 has new messages
5690
5691 2003-07-29 [alfons]     0.9.3claws69
5692
5693         * src/procmsg.[ch]
5694         * src/messageview.c
5695         * src/procheader.c
5696                 rewrite return receipt request work a little bit (the former 
5697                 implementation presumably depended too much on the UI setting
5698                 flags). (we're losing the old pending flag.) 
5699
5700 2003-07-28 [christoph]  0.9.3claws68
5701
5702         * src/folder.c
5703         * src/imap.c
5704         * src/mh.c
5705         * src/procmsg.[ch]
5706                 fix copy to IMAP folder from other folder
5707
5708 2003-07-28 [christoph]  0.9.3claws67
5709
5710         * src/procmsg.c
5711                 fix sync of procmsg_get_message_file_list
5712
5713 2003-07-28 [christoph]  0.9.3claws66
5714
5715         * sync with 0.9.3cvs14
5716                 see ChangeLog 2003-07-18
5717         * sync with 0.9.3cvs17
5718                 see ChangeLog 2003-07-23
5719
5720         (closes Bug 234 segmentation fault after sending out mail via
5721          smtp(auth))
5722
5723 2003-07-28 [paul]       0.9.3claws65
5724
5725         * po/es.po
5726                 update Spanish translation, submitted by Ricardo Mones
5727                 Lastra
5728
5729 2003-07-28 [christoph]  0.9.3claws64
5730
5731         * src/folder.[ch]
5732         * src/imap.c
5733         * src/mh.c
5734                 return new message numbers as a GRelation instead of a GSList
5735                 that has to be in the same order as the input list. A list
5736                 would make it hard for IMAP to optimize oepration by sorting
5737                 the input list. The returned list would have to be reordered
5738                 to match the same order that input list has.
5739
5740         * src/gtk/gtkaspell.c
5741                 fix missing return value, could cause a crash when garbage is
5742                 on the stack that is used as the expected return value
5743
5744 2003-07-28 [paul]       0.9.3claws63
5745
5746         * sync with 0.9.4cvs1
5747                 see ChangeLog 2003-07-28
5748
5749 2003-07-27 [alfons]     0.9.3claws62
5750
5751         * src/mimeview.c
5752                 tweak it more to make icon list act like a check button group
5753
5754 2003-07-27 [christoph]  0.9.3claws61
5755
5756         * sync with 0.9.3cvs20
5757                 see ChangeLog 2003-07-25
5758
5759 2003-07-27 [paul]       0.9.3claws60
5760
5761         * src/procmsg.c
5762                 re-commit changes from 0.9.3claws58 -
5763                 accidently removed in 0.9.3claws59
5764
5765 2003-07-27 [paul]       0.9.3claws59
5766
5767         * src/procmsg.[ch]
5768                 a sync from 0.9.3cvs17
5769                 see ChangeLog 2003-07-23
5770
5771 2003-07-27 [alfons]     0.9.3claws58
5772
5773         * src/procmsg.c
5774                 add missing header members to MsgInfo; fixes the problem of 
5775                 not displaying X-Faces, as noticed by Ricardo Mones
5776
5777 2003-07-26 [christoph]  0.9.3claws57
5778
5779         * sync with 0.9.3cvs18
5780                 see ChangeLog 2003-07-24
5781
5782 2003-07-26 [christoph]  0.9.3claws56
5783
5784         * sync with 0.9.3cvs17
5785                 see ChangeLog 2003-07-23
5786
5787 2003-07-26 [christoph]  0.9.3claws55
5788
5789         * src/folder.[ch]
5790         * src/imap.c
5791         * src/mbox_folder.c
5792         * src/mh.c
5793         * src/news.c
5794                 add support for copy function that copy multiple messages
5795                 (not implemented yet)
5796
5797         * src/summaryview.c
5798                 add missing return value
5799
5800 2003-07-26 [paul]       0.9.3claws54
5801
5802         * tools/multiwebsearch.pl
5803                 do whitespace substitution before passing the string
5804                 to the browser. fixes bug with browsers that don't
5805                 do whitespace conversion themselves.
5806
5807 2003-07-25 [christoph]  0.9.3claws53
5808
5809         * src/folder.[ch]
5810         * src/imap.c
5811         * src/mh.c
5812                 rewrite adding of multiple messages to a folder for
5813                 claws' folder system
5814
5815 2003-07-25 [luke]       0.9.3claws52
5816
5817         * src/mimeview.c
5818                 o icon toggles set correctly on leaving ctree mimeview
5819
5820 2003-07-25 [paul]       0.9.3claws51
5821
5822         * partial sync with 0.9.3cvs21 [src/main.c]
5823                 see ChangeLog 2003-07-25
5824
5825 2003-07-24 [paul]       0.9.3claws50
5826
5827         * tools/maildir2sylpheed.pl
5828                 fix typo
5829
5830 2003-07-24 [paul]       0.9.3claws49
5831
5832         * src/mimeview.c
5833                 increase the gutter size of paned so that the panes
5834                 can be resized
5835                 
5836         * src/plugins/demo/demo.c
5837                 squeeze in another typo fix
5838
5839 2003-07-24 [paul]       0.9.3claws48
5840
5841         * src/plugins/demo/demo.c
5842           src/prefs_account.c
5843                 small changes to the English
5844                 
5845         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
5846           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
5847           src/Makefile.am
5848           src/stock_pixmap.c
5849                 rename the misspelled icon
5850
5851 2003-07-23 [alfons]     0.9.3claws47
5852
5853         * src/mimeview.c
5854                 make icon list look like a list of toggles
5855
5856 2003-07-23 [luke]       0.9.3claws46
5857
5858         * src/pixmaps/mimeview_gpg_expired.xpm
5859         * src/pixmaps/mimeview_gpg_failed.xpm
5860         * src/pixmaps/mimeview_gpg_passed.xpm
5861         * src/pixmaps/mimeview_text_html.xpm
5862         * src/pixmaps/mimeview_image.xpm
5863                 o all icons the same size
5864
5865         * src/mimeview.[ch]
5866                 o mimeview ctree arranged vertically above the viewer
5867                 o icons changed to buttons
5868                 o can use keyboard to select an icon (Enter)
5869                 o resize icon list to width of icons
5870
5871         *  src/gtk/gtkvscrollbutton.c
5872                 o sensitivity of buttons reacts to position
5873
5874 2003-07-23 [christoph]  0.9.3claws45
5875
5876         * sync with 0.9.3cvs14 (incomplete)
5877                 see ChangeLog 2003-07-17
5878
5879 2003-07-23 [alfons]     0.9.3claws44
5880
5881         * src/folder.c
5882         * src/procmsg.h
5883                 sync with my local tree to restore some claws-only things
5884
5885 2003-07-23 [paul]       0.9.3claws43
5886
5887         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
5888           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
5889           src/Makefile.am
5890           src/mimeview.c
5891           src/procmime.h
5892           src/rfc2015.c
5893           src/stock_pixmap.[ch]
5894                 indicate missing keys and expired sigs/keys
5895                 in mime view column
5896
5897 2003-07-23 [paul]       0.9.3claws42
5898
5899         * src/compose.c
5900                 Redirect fixes: enable automatic account selection and
5901                 do not append signature to message on changing account
5902                 fixes Bug[s] #248
5903
5904 2003-07-23 [paul]       0.9.3claws41
5905
5906         * sync with 0.9.3cvs16
5907                 see ChangeLog 2003-07-23
5908
5909 2003-07-23 [alfons]     0.9.3claws40
5910
5911         * src/inc.c
5912                 give progress dialog a main window, and give it the first 
5913                 one (presumably the only one). fixes bug #247, "segfault on 
5914                 pop-before-smtp" 
5915
5916 2003-07-22 [alfons]     0.9.3claws39
5917
5918         * src/summaryview.c
5919                 shift-space scrolls up
5920
5921 2003-07-22 [paul]       0.9.3claws38
5922
5923         * sync with 0.9.3cvs15
5924                 see ChangeLog 2003-07-22
5925
5926 2003-07-20 [alfons]     0.9.3claws37
5927
5928         * src/compose.c
5929                 put menu inside #ifdef USE_ASPELL..#endif
5930
5931 2003-07-20 [christoph]  0.9.3claws36
5932
5933         * src/procmsg.c
5934                 fix wrong flags in MsgInfo returned by
5935                 procmsg_msginfo_get_full_info()
5936
5937         (closes Bug 221 Deleting messages from the Message View gives incorrect
5938          new/unread message counts in the folder view)
5939
5940         * src/plugins/spamassassin/spamassassin_gtk.c
5941                 add gettext macro for prefs page title
5942
5943 2003-07-20 [paul]       0.9.3claws35
5944
5945         * src/mimeview.c
5946                 redraw icon list on signature check
5947
5948 2003-07-20 [christoph]  0.9.3claws34
5949
5950         * src/Makefile.am
5951         * src/account.c
5952         * src/folder.[ch]
5953         * src/folder_item_prefs.[ch]            ** NEW **
5954         * src/folderview.c
5955         * src/mainwindow.c
5956         * src/mh.c
5957         * src/prefs_gtk.c
5958         * src/prefs_scoring.c
5959         * src/summaryview.c
5960         * src/prefs_folder_item.[ch]
5961                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
5962                   Properties dialog
5963                 o use prefswindow for folder properties
5964
5965         * src/gtk/prefswindow.[ch]
5966                 change implementation to use an invisible notebook instead
5967                 of unparenting widgets
5968
5969 2003-07-20 [christoph]  0.9.3claws33
5970
5971         * src/compose.h
5972         * src/folder.c
5973         * src/folderview.h
5974         * src/headerview.h
5975         * src/prefs_filtering.h
5976         * src/prefs_folder_item.[ch]
5977         * src/procmime.h
5978         * src/procmsg.h
5979         * src/summaryview.h
5980                 clean up header mess
5981                 (always use 1. typedefs, 2. #includes, 3. structures)
5982
5983         * src/common/version.h.in
5984                 add casts for constants
5985
5986         * src/plugins/demo/demo.c
5987                 fix typo
5988
5989         * src/plugins/spamassassin/spamassassin.c
5990                 remove unused variable
5991
5992 2003-07-20 [alfons]     0.9.3claws32
5993
5994         * src/mimeview.c
5995                 o make icon buttons respond on left click
5996                 o minor cosmetic change
5997
5998 2003-07-19 [luke]       0.9.3claws31
5999
6000         * src/mimeview.[ch]
6001         * src/gtk/gtkvscrollbutton.c
6002         * src/messageview.c
6003                 o improved mimeview behaviour when selecting a new message
6004                 o plus code cleanups to remove compile warnings
6005
6006
6007 2003-07-19 [alfons]     0.9.3claws30
6008
6009         * src/procmsg.c
6010         * src/compose.c
6011         * src/common/utils.[ch]
6012                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6013
6014 2003-07-19 [alfons]     0.9.3claws29
6015
6016         * src/prefs_folder_item.c
6017                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6018                 string pointers
6019
6020 2003-07-19 [luke]       0.9.3claws28
6021
6022         * src/messageview.c
6023         * src/mimeview.[ch]
6024         * src/procmime.h
6025         * src/rfc2015.c
6026         * src/stock_pixmap.[ch]
6027         * src/gtk/Makefile.am
6028         * src/Makefile.am
6029         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6030         * src/pixmaps/mime_*.xpm                ** NEW **
6031                 o mimeview rearrangement with a new icon shortcut bar
6032
6033 2003-07-19 [alfons]     0.9.3claws27
6034
6035         * src/folderview.c
6036                 o plug leaking nodes_to_recollapse
6037                 o add folderview_recollapse_all_nodes() (not used yet)
6038
6039 2003-07-19 [alfons]     0.9.3claws26
6040
6041         * src/compose.c
6042         * src/common/utils.c
6043                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6044                 for both forwarding as replying
6045
6046 2003-07-18 [christoph]  0.9.3claws25
6047
6048         * configure.ac
6049         * src/common/sylpheed.[ch]
6050         * src/common/version.h.in
6051                 add version in numeric form to allow easy comparison
6052
6053         * src/plugins/demo/demo.c
6054                 add version check
6055                 - sylpheed version > plugin version => never allowed, sylpheed
6056                   could contain unknown API changes
6057                 - sylpheed version < minimum version required => don't load,
6058                   API required not available (if linking does not fail)
6059
6060 2003-07-18 [alfons]     0.9.3claws24
6061         
6062         * src/common/plugin.[ch]
6063                 const correctness
6064
6065 2003-07-18 [christoph]  0.9.3claws23
6066
6067         * src/common/hooks.c
6068                 fix crash when hooks where unregisted
6069
6070         * src/plugins/trayicon/trayicon.c
6071                 unregister detroy signal before destroying the widget
6072                 (still crashes when the plugin is unloaded)
6073
6074 2003-07-18 [alfons]     0.9.3claws22
6075         
6076         * src/folderview.c
6077                 delay expanding folder tree during drags until timeout triggered
6078                 (needs perhaps some tweaking, so testing is welcome)
6079
6080 2003-07-17 [alfons]     0.9.3claws21
6081
6082         * src/folderview.c
6083                 clean up cruft
6084
6085 2003-07-17 [christoph]  0.9.3claws20
6086
6087         * src/common/session.c
6088                 fix opening of SSL connections
6089
6090         * src/plugins/image_viewer/Makefile.am
6091                 add OPENSSL_CFLAGS (we should find a better solution to remove
6092                 this dependencies if they are not required)
6093
6094         * src/plugins/spamassassin/spamassassin.c
6095                 remove setlocale workaround (fixed in libspamc)
6096
6097         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6098          if spell checking enabled)
6099
6100 2003-07-17 [alfons]     0.9.3claws19
6101
6102         * src/common/hooks.[ch]
6103         * src/plugins/clamav/clamav_plugin.c
6104         * src/plugins/spamassassin/spamassassin.c
6105         * src/plugins/trayicon/trayicon.c
6106                 fix signedness muck 
6107
6108 2003-07-17 [alfons]     0.9.3claws18
6109
6110         * src/procmime.c
6111                 plug memleak
6112
6113 2003-07-17 [alfons]     0.9.3claws17
6114
6115         * src/inc.c
6116                 plug memleak
6117
6118 2003-07-17 [paul]       0.9.3claws16
6119
6120         * src/common/defs.h
6121           src/mainwindow.c
6122           src/manual.[ch]
6123                 add link to the Claws site's FAQ page, after the suggestion
6124                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6125                 Move url strings to defs.h
6126                 
6127         * src/mainwindow.c
6128                 fix typo to prevent "unknown menu entry" warnings
6129
6130 2003-07-17 [alfons]     0.9.3claws15
6131
6132         * src/folderview.[ch]
6133         * src/summaryview.[ch]
6134         * src/mimeview.[ch]
6135                 plug DnD leaks 
6136
6137 2003-07-17 [paul]       0.9.3claws14
6138
6139         * src/inc.c
6140                 remove two instances of 'GTK_EVENTS_FLUSH' because
6141                 they are unnecessary and probably cause a stack overflow
6142
6143 2003-07-16 [christoph]  0.9.3claws13
6144
6145         * src/mimeview.[ch]
6146                 use an invisible GTK notebook to switch between viewers
6147                 instead of reparenting widgets
6148
6149 2003-07-16 [christoph]  0.9.3claws12
6150
6151         * src/folder.c
6152                 move folder_item_update_freeze() to correct place in
6153                 folder_item_scan_full()
6154
6155 2003-07-16 [paul]       0.9.3claws11
6156
6157         * sync with 0.9.3cvs12
6158                 see ChangeLog 2003-07-14 and 2003-07-15
6159
6160 2003-07-16 [christoph]  0.9.3claws10
6161
6162         * src/imap.[ch]
6163         * src/prefs_account.[ch]
6164                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6165
6166 2003-07-15 [alfons]     0.9.3claws9
6167
6168         * src/main.c
6169                 make --config-dir do something useful
6170
6171 2003-07-15 [alfons]     0.9.3claws8
6172
6173         * src/procmsg.c
6174                 o fix a bug where 'last' didn't really point to the last message
6175                   in the top level list of children, but to the last threaded
6176                   message. 
6177                 
6178                 o clean up and make it easier to sync
6179
6180 2003-07-15 [alfons]     0.9.3claws7
6181
6182         * src/mainwindow.c
6183                 make correct menu items sensitive       
6184
6185 2003-07-14 [alfons]     0.9.3claws6
6186
6187         * src/procmsg.c
6188                 tune the threader so it will not subject-thread any message
6189                 without a subject prefix (this will not thread correctly if 
6190                 a parent is delivered after their childs, but it looks 
6191                 better right now)
6192
6193 2003-07-13 [christoph]  0.9.3claws5
6194
6195         * src/mainwindow.c
6196                 group "Add mailbox *..." menu items in submenu
6197
6198 2003-07-13 [alfons]     0.9.3claws4
6199
6200         * src/summaryview.c
6201                 correct summary_toggle_pressed() signature and make sure
6202                 signal is not passed on
6203
6204 2003-07-13 [alfons]     0.9.3claws3
6205
6206         * src/summaryview.c
6207                 o for now don't pass on keys when they we're handled by 
6208                   ctree::key_press_event
6209                 o clean up
6210
6211 2003-07-13 [alfons]     0.9.3claws2
6212         
6213         * src/main.c
6214                 add command line option "--config-dir" to get the current 
6215                 configuration dir
6216
6217 2003-07-12 [alfons]     0.9.3claws1
6218
6219         * src/matcher.[ch]
6220         * src/matcher_parser_parse.y
6221         * src/prefs_filtering.c
6222         * src/filtering.c
6223                 add "Lock" filter action to lock messages;
6224
6225         * src/filtering.c       
6226                 remove debug_print()    
6227         * src/prefs_filtering.c
6228                 re-organize matcher part 9: 
6229                 make action text entries easily extendible;
6230                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6231                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6232
6233 2003-07-12 [paul]
6234
6235         * tools/README
6236                 update old information and add missing
6237                 information
6238
6239 2003-07-12 [paul]       0.9.3claws
6240
6241         * 0.9.3claws released
6242         
6243 2003-07-12 [paul]       0.9.0claws103
6244
6245         * src/Makefile.am
6246                 add addrquery.h
6247
6248 2003-07-12 [melvin]     0.9.0claws102
6249
6250         * src/messageview.c
6251                 Fixed bug #215: Show MIME tab for single text/html messages. 
6252                 
6253 2003-07-12 [paul]       0.9.0claws101
6254
6255         * man/sylpheed.1
6256                 updated
6257
6258 2003-07-12 [paul]       0.9.0claws100
6259
6260         * po/es.po
6261           po/hr.po
6262           po/pl.po
6263           po/sr.po
6264                 update Spanish, Croatian, Polish, Serbian translations.
6265                 submitted by Ricardo Mones Lastra, Dragan, Witold
6266                 Wladyslaw Wojciech Wilk, Urke MMI
6267
6268 2003-07-12 [melvin]     0.9.0claws99
6269
6270         * po/fr.po
6271                 Updated French translations.
6272
6273 2003-07-12 [paul]       0.9.0claws98
6274
6275         * src/addressbook.c
6276                 disable 'Lookup' button as it has no effect
6277
6278 2003-07-11 [alfons]     0.9.0claws97
6279         
6280         * src/summaryview.c
6281                 summary_searchbar_pressed() should return TRUE to signal that
6282                 event was handled. when returning void, the return value passed
6283                 to GTK is actually random, but maybe FALSE, in which case the
6284                 event is handled by parent
6285                 
6286 2003-07-10 [paul]       0.9.0claws96
6287
6288         * ac/missing/gettext.m4
6289                 update to version 0.12
6290
6291 2003-07-10 [paul]       0.9.0claws95
6292
6293         * src/plugins/clamav/clamav_plugin.c
6294                 fix bug where multipart/alternative messages
6295                 would slip through without being scanned
6296
6297 2003-07-10 [christoph]  0.9.0claws94
6298
6299         * src/folder.c
6300                 correct check if folder supports removing when a message is
6301                 moved. if not the message is only copied.
6302
6303         (closes Bug 132 crash on startup in newsgroups folders)
6304
6305 2003-07-09 [alfons]     0.9.0claws93
6306
6307         * configure.ac
6308         * src/common/defs.h
6309                 --with-config-dir (default .sylpheed)
6310
6311 2003-07-09 [christoph]  0.9.0claws92
6312
6313         * configure.ac
6314                 use PKG_CHECK_MODULES to check for gtkmathview
6315                 (version 0.4.2 now required)
6316
6317 2003-07-08 [melvin]     0.9.0claws91
6318
6319         * src/action.c
6320                 Implemented a progress bar that counts the number of completed
6321                 tasks when the action runs more than one command.
6322
6323 2003-07-08 [alfons]     0.9.0claws90
6324
6325         * src/procmsg.c
6326                 if queued message has an invalid Message-Id, don't try to
6327                 find message it refers to (fixes #209 "crash when processing 
6328                 in folder")
6329
6330 2003-07-08 [paul]       0.9.0claws89
6331
6332         * sync with 0.9.3cvs2
6333                 see ChangeLog 2003-07-08
6334
6335 2003-07-08 [match]      0.9.0claws88
6336
6337         * src/ldapctrl.c
6338                 extend LDAP search for first/last name by parsing search term.
6339
6340 2003-07-08 [alfons]     0.9.0claws87
6341
6342         * src/send_message.c
6343                 fix bug #208 "Status message stuck when sending on POP3 account"
6344
6345 2003-07-07 [paul]       0.9.0claws86
6346
6347         * po/hr.po
6348                 new Croatian translation, submitted by
6349                 Dragan <drleskov@inet.hr>
6350
6351 2003-07-07 [paul]       0.9.0claws85
6352
6353         * sync with 0.9.3cvs1
6354                 see ChangeLog 2003-07-07
6355
6356 2003-07-05 [christoph]  0.9.0claws84
6357
6358         * src/Makefile.am
6359         * src/messageview.c
6360         * src/mimeview.[ch]
6361         * src/stock_pixmap.[ch]
6362         * src/pixmaps/messageview_text.xpm              ** NEW **
6363                 move mimeview tabs to the right side and use icons
6364                 instead of text to save some space
6365
6366         (patch by Luke Plant <lukeplant@softhome.net>)
6367
6368 2003-07-05 [christoph]  0.9.0claws83
6369
6370         * src/inc.c
6371                 add NULL pointer checks
6372
6373         (patch by Luke Plant <lukeplant@softhome.net>)
6374         (closes Bug 204 0.9.0 quits on authentication error?!)
6375
6376 2003-07-05 [alfons]     0.9.0claws82
6377
6378         * configure.ac
6379                 take the clue in bug #202 "./configure script - 
6380                 'if test' comparison failure" reported by John Kristoff. 
6381
6382 2003-07-04 [christoph]  0.9.0claws81
6383
6384         * src/plugins/spamassassin/spamassassin.c
6385                 set timeout for spam check
6386
6387 2003-07-04 [christoph]  0.9.0claws80
6388
6389         * src/main.c
6390                 destroy all FolderItems when shutting down to
6391                 allow folders to clean up
6392
6393 2003-07-04 [melvin]     0.9.0claws79
6394
6395         * src/gtk/gtkaspell.c
6396                 Fixed bug #184 "Entering non-ascii character deletes
6397                 previous char if spell checking enabled": this makes
6398                 the spell checking in multibytes (e.g. UTF-8)locales work.
6399                 (Patch by Luke Plant).
6400                 
6401 2003-07-04 [christoph]  0.9.0claws78
6402
6403         * sync with 0.9.2cvs1
6404                 see ChangeLog 2003-06-10
6405
6406 2003-07-04 [paul]       0.9.0claws77
6407
6408         * sync with 0.9.3 release
6409                 see ChangeLog 2003-07-04
6410
6411 2003-07-03 [christoph]  0.9.0claws76
6412
6413         * src/folder.[ch]
6414         * src/imap.c
6415         * src/mbox_folder.c
6416         * src/mh.c
6417         * src/news.c
6418                 move folder_item_get_path() stuff into a folder virtual function
6419
6420         * src/procmsg.c
6421                 use folder_item_fetch_msg() to get message and do not contruct
6422                 the filename from path and number
6423
6424 2003-07-03 [paul]       0.9.0claws75
6425
6426         * sync with 0.9.2cvs12
6427                 see ChangeLog 2003-07-03
6428
6429 2003-07-02 [paul]       0.9.0claws74
6430
6431         * src/messageview.c
6432                 fix text-selection for replying
6433
6434 2003-07-02 [paul]       0.9.0claws73
6435
6436         * sync with 0.9.2cvs11
6437                 see ChangeLog 2003-07-02
6438
6439 2003-07-02 [paul]       0.9.0claws72
6440
6441         * src/procmsg.c
6442                 revert last commit because it breaks more
6443                 than it fixes
6444
6445 2003-07-02 [paul]       0.9.0claws71
6446
6447         * src/procmsg.c
6448                 fix thread by subject/sort by date
6449
6450 2003-07-01 [paul]       0.9.0claws70
6451
6452         * sync with 0.9.2cvs10
6453                 see ChangeLog 2003-07-01
6454
6455 2003-06-30 [paul]       0.9.0claws69
6456
6457         * sync with 0.9.2cvs9
6458                 see ChangeLog 2003-06-30
6459
6460 2003-06-28 [match]      0.9.0claws68
6461
6462         * src/addressbook.c
6463                 fix null ptr.
6464
6465 2003-06-27 [paul]       0.9.0claws67
6466
6467         * sync with 0.9.2cvs7
6468                 see ChangeLog 2003-06-27
6469
6470 2003-06-26 [christoph]  0.9.0claws66
6471
6472         * src/folder.c
6473                 freeze folder updates while a folder is scanned
6474
6475         (closes Bug 185 New message counter)
6476
6477 2003-06-26 [darko]      0.9.0claws65
6478
6479         * src/ldapserver.c
6480                 fix infinite loop when adding a new LDAP server
6481
6482 2003-06-26 [paul]       0.9.0claws64
6483
6484         * sync with 0.9.2cvs6
6485                 see ChangeLog 2003-06-26
6486
6487 2003-06-26 [paul]       0.9.0claws63
6488
6489         * sync with 0.9.2cvs5
6490                 see ChangeLog 2003-06-25 and 2003-06-26
6491
6492 2003-06-25 [match]      0.9.0claws62
6493
6494         * src/addr_compl.c
6495                 Fixed tab/backtab for dropped-down completion list to
6496                 move next/previous field. (close bug 147)
6497
6498 2003-06-25 [christoph]  0.9.0claws61
6499
6500         * src/addr_compl.[ch]
6501         * src/addrindex.[ch]
6502         * src/folderview.c
6503         * src/inc.c
6504         * src/news.c
6505         * src/summaryview.c
6506         * src/toolbar.c
6507                 fix warnings
6508
6509 2003-06-25 [leandro]    0.9.0claws60
6510
6511         * src/compose.c
6512                 o cleanups
6513                 o gray out "Message/Remove references" menu item if not
6514                   replying to a message
6515
6516 2003-06-24 [leandro]    0.9.0claws59
6517
6518         * src/compose.[ch]
6519                 o removed "Message/Create new thread" menu item
6520                 o added "Message/Remove references" menu item
6521                   (it's off by default and will not check anymore
6522                    if the subject changed)
6523
6524 2003-06-23 [alfons]     0.9.0claws58
6525
6526         * src/procmsg.c
6527                 try better grouping messages threaded by subject based on their age.
6528                 still not perfect - because the message tree is not sorted by date.  
6529
6530 2003-06-23 [thorsten]   0.9.0claws57
6531
6532         * src/pop.[ch]
6533                 added mail_receive_hook to allow modifications
6534                 directly after retrieval (e.g. adding headers).
6535
6536 2003-06-23 [paul]       0.9.0claws56
6537
6538         * src/sourcewindow.c
6539                  enable the use of Ctrl+A to select all text in
6540                  the sourcewindow
6541                  Patch submitted by Ivan Francolin Martinez
6542                  <ivanfm@users.sourceforge.net>
6543
6544 2003-06-22 [christoph]  0.9.0claws55
6545
6546         * src/folder.[ch]
6547                 o add notification hook for folder tree changes
6548                 o invoke hooks after folder tree scanning
6549
6550         * src/folderview.[ch]
6551                 register hook for folder tree changes that
6552                 updates the ctree
6553
6554         (there are more places that should be updated, like add, remove 
6555          or move folder)
6556
6557         (closes Bug 164 Crash on rebuild folder tree)
6558         (closes Bug 190 Crash on 'rebuilding folder tree')
6559
6560 2003-06-21 [leandro]    0.9.0claws54
6561
6562         * src/compose.[ch]
6563                 create a new thread if subject changes
6564                 (it's on by default, can be disabled in Message menu)
6565
6566 2003-06-21 [alfons]     0.9.0claws53
6567
6568         * src/summaryview.c
6569                 quiet little compiler
6570
6571 2003-06-21 [christoph]  0.9.0claws52
6572
6573         update gettext stuff to version 0.12
6574
6575 2003-06-19 [alfons]     0.9.0claws51
6576
6577         * src/common/log.c
6578         * src/common/plugin.c
6579                 move defs.h before glib.h to prevent MIN/MAX redefs
6580
6581 2003-06-19 [alfons]
6582
6583         * src/addressbook.c
6584                 translatable
6585
6586 2003-06-19 [match]      0.9.0claws50
6587
6588         * src/addressbook.[ch]
6589         * src/addrindex.[ch]
6590         * src/addr_compl.[ch]
6591         * src/editldap.[ch]
6592         * src/editldap_basedn.[ch]
6593         * src/addritem.[ch]
6594         * src/ldapquery.h
6595                 re-implemented dynamic LDAP search. works without
6596                 slowdown on display sender with addressbook
6597                 option.
6598         * src/addrbook.c
6599                 documented code.
6600
6601 2003-06-19 [paul]       0.9.0claws49
6602
6603         * src/compose.c
6604                 fix Bug #136 'Nonprovided quotation marks crash claws'
6605                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
6606
6607 2003-06-19 [alfons]     0.9.0claws48
6608
6609         * src/prefs_common.[ch]
6610         * src/procmsg.c
6611                 restrict threading by subject by checking thread for
6612                 age (prefs_common.thread_by_subject_max_age)
6613
6614 2003-06-18 [christoph]  0.9.0claws47
6615
6616         * src/imap.c
6617                 fix memory leak in imap_cmd_fetch()
6618
6619 2003-06-18 [christoph]  0.9.0claws46
6620
6621         * src/prefs_gtk.c
6622                 fix memory leak in prefs_set_default() when used multiple
6623                 times or after prefs have been read
6624
6625 2003-06-18 [christoph]  0.9.0claws45
6626
6627         * src/common/plugin.c
6628                 fix memory leak in plugin_unload()
6629
6630 2003-06-18 [christoph]  0.9.0claws44
6631
6632         * src/imap.c
6633                 fix memory leak in imap_cmd_ok()
6634
6635 2003-06-18 [christoph]  0.9.0claws43
6636
6637         * src/folder.c
6638                 stop messages that are downloaded from POP3 and added to
6639                 an IMAP inbox from being filtered twice (first by POP3
6640                 and again when IMAP folder is scaned to get the UID of
6641                 the APPEND operation when no UIDPLUS is available)
6642
6643 2003-06-18 [alfons]
6644
6645         * tools/Makefile.am
6646                 phoenix <- firebird     
6647
6648 2003-06-18 [paul]
6649
6650         * tools/launch_phoenix          ** REMOVED **
6651           tools/launch_firebird         ** NEW **
6652                 renamed and edited to reflect the browser's name change from
6653                 'phoenix' to 'firebird'
6654
6655 2003-06-18 [paul]       0.9.0claws42
6656
6657         * sync with 0.9.2cvs2
6658                 see ChangeLog 2003-06-16
6659
6660 2003-06-17 [alfons]     0.9.0claws41
6661
6662         * src/procmsg.c
6663                 prevent threading problems when a node is an ancestor (parent / great parent),
6664                 which mostly happens with circular references (thanks to Phillipe Gramoullé
6665                 for finding an sample set of messages)
6666
6667 2003-06-16 [christoph]  0.9.0claws40
6668
6669         * src/main.c
6670                 don't popup main window on --receive or --receive-all
6671
6672         * src/mainwindow.[ch]
6673         * src/plugins/trayicon/trayicon.c
6674                 allow hiding of main window by clicking on the trayicon
6675                 (doesn't work correctly in seperate window mode and may
6676                  cause unexpected GTK problems I couldn't find yet)
6677
6678         * src/common/ssl.c
6679                 remove incorrect warning
6680
6681 2003-06-15 [alfons]     0.9.0claws39
6682
6683         * src/gtk/gtkstext.c
6684                 don't output debug text;
6685                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
6686                 for pointing this out);
6687
6688 2003-06-14 [alfons]     0.9.0claws38
6689         
6690         * src/messageview.c
6691                 remove printf() and make one if..else comply with coding style
6692
6693 2003-06-14 [alfons]     0.9.0claws37
6694
6695         * AUTHORS
6696                 add Martin Wicke
6697         * src/action.c
6698         * src/messageview.[ch]
6699         * src/summaryview.c
6700                 apply patch #754162 "Quoting messages filtered by actions" submitted
6701                 by Martin Wicke, which allows quoting message body changed by an
6702                 action (Thanks!).
6703
6704 2003-06-13 [alfons]     0.9.0claws36
6705
6706         * src/utils.c
6707                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
6708                 use case insensitive regexp (suggested by Ivan Martinez)
6709
6710 2003-06-13 [christoph]  0.9.0claws35
6711
6712         * configure.ac
6713         * src/plugins/trayicon/Makefile.am
6714         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
6715         * src/plugins/trayicon/trayicon.c
6716         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
6717         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
6718         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
6719         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
6720         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
6721         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
6722                 replace my own EggTrayIcon backport with the backport
6723                 used by (l|x)mule and gabber.
6724
6725 2003-06-13 [alfons]     0.9.0claws34
6726
6727         * AUTHORS
6728         * src/common/utils.c
6729                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
6730
6731 2003-06-13 [alfons]     0.9.0claws33
6732
6733         * src/compose.c
6734                 clean up a little bit
6735
6736 2003-06-12 [alfons]     0.9.0claws32
6737
6738         * src/compose.c
6739                 const correctness fix
6740
6741         * src/common/sylpheed.[ch]
6742                 () -> (void)
6743                 prevent redef MIN/MAX
6744                 
6745         * src/common/utils.[ch]
6746                 () -> (void)
6747
6748 2003-06-12 [melvin]     0.9.0claws31
6749
6750         * src/compose.c
6751                 Updated to take into accounts changes in GtkAspell.
6752
6753 2003-06-12 [alfons]     0.9.0claws30
6754
6755         * src/compose.c
6756         * src/procmsg.c
6757         * src/common/utils.[ch]
6758                 handle reply subject prefixes better (initial 
6759                 suggestion by Robert Story adapted and enhanced 
6760                 using regexps)
6761
6762 2003-06-12 [melvin]     0.9.0claws29
6763
6764         * src/compose.c
6765                 Use new gtkaspell_checkers_strerror() to get the speller's
6766                 error message instead of accessing the (now private)
6767                 checkers structure.
6768                 Minor code clean up
6769
6770         * src/main.c
6771                 Use #ifdef instead of #if for USE_ASPELL
6772                 Use the new spell checkers init/quit functions 
6773
6774         * src/gtk/gtkaspell.c
6775                 Use #ifdef instead of #if for USE_ASPELL
6776                 Moved in the majority of GtkAspell structures that were
6777                 exported before by gtkaspell.h
6778         
6779         * src/gtk/gktaspell.h
6780                 Made gtkaspell.h contain only the necessary data to be
6781                 publicized by moving many structures to gtkaspell.c.
6782                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
6783                 gtkaspell_checkers_new(): replaced by...
6784                 gtkaspell_checkers_init(): new function for initialization
6785                 gtkaspell_checkers_delete(): replaced by...
6786                 gtkaspell_checkers_quit(): new function
6787                 gtkaspell_checkers_strerror(): new function that returns
6788                 the checker's last error message.
6789                 
6790 2003-06-11 [melvin]     0.9.0claws28
6791
6792         * po/POTFILES.in
6793                 Updated to take into account gtkaspell.c migration to
6794                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
6795
6796 2003-06-10 [alfons]     0.9.0claws27
6797
6798         * src/filtering.[ch]
6799         * src/folder.c
6800         * src/matcher.c
6801         * src/scoring.[ch]
6802                 - try fixing bug #18 (any brave testers?)
6803                 - add more robustness by refusing previously 
6804                   unchecked NULL pointers 
6805
6806 2003-06-10 [alfons]     0.9.0claws26
6807
6808         * src/procmsg.c
6809                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
6810
6811 2003-06-09 [alfons]     0.9.0claws25
6812
6813         * src/prefs_common.c
6814                 fix bug #163 "Icon switching doesnt work properly" by 
6815                 preventing early freeing of prefs_common.pixmap_theme_path.
6816
6817 2003-06-09 [christoph]  0.9.0claws24
6818
6819         * src/gtk/gtkaspell.c
6820                 revert Thorsten's fix and add forgotten g_strdup for
6821                 aspell path (it should not be possible to alter the path a
6822                 GtkASpell uses from outside)
6823
6824 2003-06-09 [thorsten]   0.9.0claws23
6825
6826         * src/gtk/gtkaspell.c
6827                 dont free prefs_common.aspell_path when closing compose
6828
6829 2003-06-08 [colin]      0.9.0claws22
6830
6831         * src/plugins/spamassassin/spamassassin.c
6832                 fix prefs types
6833
6834 2003-06-07 [christoph]  0.9.0claws21
6835
6836         * src/Makefile.am
6837         * src/compose.c
6838         * src/gtkaspell.[ch]            ** REMOVE **
6839         * src/gtk/Makefile.am
6840         * src/gtk/gtkaspell.[ch]        ** NEW **
6841                 o make gtkaspell independent from sylpheed's prefs
6842                 o move gtkaspell.[ch] to gtk directory
6843
6844 2003-06-07 [christoph]  0.9.0claws20
6845
6846         * src/Makefile.am
6847         * src/crash.c
6848         * src/export.c
6849         * src/filesel.[ch]              ** REMOVE **
6850         * src/folder.c
6851         * src/main.[ch]
6852         * src/common/sylpheed.[ch]
6853         * src/gtk/Makefile.am
6854         * src/gtk/filesel.[ch]          ** NEW **
6855         * src/gtk/pluginwindow.c
6856         * src/gtk/sslcertwindow.c
6857                 move filesel.[ch] to gtk directory
6858
6859 2003-06-07 [alfons]     0.9.0claws19
6860
6861         * src/filesel.c
6862                 make (multi) file selection dialog work again (Claws-only)
6863
6864 2003-06-07 [thorsten]   0.9.0claws18
6865
6866         * po/de.po
6867                 fix typos
6868
6869 2003-06-07 [alfons]     0.9.0claws17
6870
6871         * configure.ac
6872         * src/mimeview.c
6873                 detect apache mishap in which case don't include fnmatch.h
6874                 if regex.h is already included
6875
6876 2003-06-06 [christoph]  0.9.0claws16
6877
6878         * configure.ac
6879         * src/mimeview.h
6880                 add check for fnmatch.h and include it when available
6881
6882         * src/mimeview.[ch]
6883                 fix wrong case sensitivity of Content-Types
6884
6885         * src/gtk/Makefile.am
6886                 need the same include paths in gtk directory as in
6887                 common directory because .h files in common can
6888                 include files from these directories, when included
6889                 in gtk's .h or .c files
6890
6891 2003-06-06 [alfons]     0.9.0claws15
6892
6893         * src/mimeview.c
6894         * src/summaryview.c
6895                 make it compile again because of regex.h / fnmatch.h 
6896                 include problems (related to recent mime stuff, can
6897                 someone check this?)
6898
6899 2003-06-06 [thorsten]   0.9.0claws14
6900
6901         * src/folderview.c
6902                 possible use of uninitialized pointer while dragging
6903
6904 2003-06-06 [paul]       0.9.0claws13
6905
6906         * src/compose.c
6907                 fix bug where the insert sig button would be effective
6908                 only when auto_sig was set
6909
6910 2003-06-06 [paul]       0.9.0claws12
6911
6912         * sync with 0.9.2 release
6913
6914 2003-06-02 [paul]       0.9.0claws11
6915
6916         * sync with 0.9.1cvs1
6917                 see ChangeLog 2003-06-02
6918                 
6919         * po/de.po
6920                 update by Jens
6921
6922 2003-06-01 [christoph]  0.9.0claws10
6923
6924         * src/account.c
6925                 don't use substring search to find accounts by email address
6926
6927         (closes Bug 169 Overly loose matching of "From" address)
6928
6929 2003-05-31 [christoph]  0.9.0claws9
6930
6931         * doc-src/rfc2683.txt
6932         * src/imap.c
6933                 limit IMAP command length as recommended in RFC2683
6934                 (message number lists will be split into multiple imap
6935                 sets, the limit of 1000 octets is not a hard limit)
6936
6937         (closes Bug 161 sylpheed-claws exits with segfault when logging
6938          in to certain imap-servers)
6939
6940 2003-05-29 [alfons]     0.9.0claws8
6941
6942         * src/toolbar.[ch]
6943                 add print button (calling summary_print());
6944                 fine tune setting tooltip text;
6945                 (if someone needs other buttons, please take these 
6946                 commits as a guide, instead of bothering us - also
6947                 see 0.8.11claws150) 
6948
6949 2003-05-29 [darko]      0.9.0claws7
6950
6951         * src/compose.c
6952                 fix crash when word wrapping kicks in due to
6953                 changed text by spell checker
6954
6955 2003-05-29 [paul]       0.9.0claws6
6956
6957         * src/compose.c
6958                 fix bug where changing account would insert
6959                 sig even if auto_sig was FALSE
6960                 
6961         * ChangeLog
6962           ChangeLog.jp
6963           INSTALL
6964                 sync with 0.9.1 release
6965
6966 2003-05-28 [christoph]  0.9.0claws5
6967
6968         * src/imap.c
6969                 fix truncation of too long commands
6970
6971         (closes Bug 167 IMAP hangs trying to get envelope
6972          information in imap_get_uncached_messages)
6973
6974 2003-05-27 [paul]       0.9.0claws4
6975
6976         * tools/Makefile.am
6977           tools/maildir2sylpheed.pl     ** NEW FILE **
6978                 add kmail to sylpheed mailbox conversion script
6979
6980 2003-05-27 [paul]       0.9.0claws3
6981
6982         * sync with 0.9.0cvs10
6983                 see ChangeLog 2003-05-26
6984
6985 2003-05-26 [paul]       0.9.0claws2
6986
6987         * sync with 0.9.0cvs9
6988                 see ChangeLog 2003-05-26
6989
6990 2003-05-24 [paul]       0.9.0claws1
6991
6992         * sync with 0.9.0cvs8
6993                 see ChangeLog 2003-05-23
6994
6995 2003-05-24 [paul]       0.9.0claws
6996
6997         * version 0.9.0claws released
6998
6999 2003-05-24 [paul]       0.8.11claws177
7000
7001         * src/plugins/dillo-viewer/Makefile.am
7002           src/plugins/traycon/Makefile.am
7003                 add missing files
7004                 
7005         * po/bg.po
7006           po/en_GB.po
7007           po/es.po
7008           po/it.po
7009           po/pt_BR.po
7010           po/ru.po
7011           po/sr.po
7012                 update Bulgarian, British English, Spanish, Italian, 
7013                 Brazilian Portuguese, Russian, and Serbian translations, 
7014                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7015                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7016                 Ruslan N. Balkin, and Urke MMI
7017
7018 2003-05-23 [melvin]     0.8.11claws176
7019
7020         * po/fr.po
7021                 Updated French translations
7022
7023 2003-05-22 [paul]       0.8.11claws175
7024
7025         * src/Makefile.am
7026           src/addrbook.[ch]
7027           src/addrcache.[ch]
7028           src/addr_compl.[ch]
7029           src/adressbook.[ch]
7030           src/addrindex.[ch]
7031           src/addritem.[ch]
7032           src/editaddress.c
7033           src/editgroup.c
7034           src/editldap_basedn.c
7035           src/editldap.c
7036           src/jpilot.c
7037           src/vcard.c
7038                 revert to get ldap into it previous working state
7039                 
7040         * po/zh_TW.Big5.po
7041                 new Taiwanese translation,
7042                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7043
7044 2003-05-22 [christoph]  0.8.11claws174
7045
7046         * src/plugins/spamassassin/libspamc.[ch]
7047                 sync libspamc with SpamAssaain release 2.55
7048
7049 2003-05-22 [paul]       0.8.11claws173
7050
7051         * sync with 0.9.0cvs7
7052                 see ChangeLog 2003-05-22
7053                 
7054         * src/summaryview.c
7055                 revert change in 0.8.11claws172: follow
7056                 Hiroyuki's decision and that's the end of it.
7057
7058 2003-05-21 [paul]       0.8.11claws172
7059
7060         * src/summaryview.c
7061                 fix discrepency between open_unread_on_enter
7062                 and always_show_msg
7063
7064 2003-05-21 [paul]       0.8.11claws171
7065
7066         * sync with 0.9.0cvs6
7067                 see ChangeLog 2003-05-21
7068
7069 2003-05-21 [paul]       0.8.11claws170
7070
7071         * sync with 0.9.0cvs5
7072                 see ChangeLog 2003-05-21
7073
7074 2003-05-20 [paul]       0.8.11claws169
7075
7076         * sync with 0.9.0cvs4
7077                 see ChangeLog 2003-05-20
7078                 fixes bug #152, 'encoding of IMAP folders names'
7079
7080 2003-05-20 [paul]       0.8.11claws168
7081
7082         * sync with 0.9.0cvs3
7083                 see ChangeLog 2003-05-20
7084                 
7085         * src/tools/convert_mbox.pl
7086                 minor change in the comments, submitted by Fred Marton
7087
7088 2003-05-19 [paul]       0.8.11claws167
7089
7090         * src/plugins/clamav/Makefile.am
7091           configure.ac
7092                 link clamav_lib to the plugin and not to the main program
7093
7094 2003-05-19 [christoph]
7095
7096         * src/Makefile.am
7097                 add -export-dynamic for linking
7098
7099 2003-05-19 [paul]       0.8.11claws166
7100
7101         * sync with 0.9.0cvs1
7102                 see ChangeLog 2003-05-19
7103
7104 2003-05-19 [paul]       0.8.11claws165
7105
7106         * src/inc.c
7107                 fix 'pop before smtp' timeout
7108
7109 2003-05-18 [alfons]     0.8.11claws164
7110
7111         * src/prefs_matcher.c
7112                 put "execute" action command line ("expression") in edit box
7113
7114 2003-05-18 [christoph]  0.8.11claws163
7115
7116         * src/mimeview.[ch]
7117         * src/plugins/dillo_viewer/dillo_viewer.c
7118         * src/plugins/image_viewer/viewer.c
7119         * src/plugins/mathml_viewer/mathml_viewer.c
7120                 let a viewer have a list of Content-Types
7121
7122 2003-05-18 [paul]       0.8.11claws162
7123
7124         * src/prefs_filtering.c
7125                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7126                 and REDIRECT actions
7127
7128 2003-05-17 [christoph]
7129
7130         * README.claws
7131                 o remove dynamic signatures that was syned with main
7132                 o add infos about no longer "build in" image viewer
7133                 o update bugtracker URL
7134
7135 2003-05-17 [christoph]  0.8.11claws161
7136
7137         * src/folder.c
7138         * src/folderview.c
7139         * src/imap.c
7140                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7141                 for every folder after rebuilding the folder tree.
7142
7143         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7144          messages)
7145
7146 2003-05-17 [christoph]  0.8.11claws160
7147
7148         * src/imap.c
7149                 don't use STATUS command on current folder to check for
7150                 content changes. imap_cmd_ok() now tracks changes to
7151                 folder and number of existing messages.
7152
7153 2003-05-17 [paul]       0.8.11claws159
7154
7155         * src/plugins/clamav/clamav_plugin.c
7156                 remove unnecessary debug_print
7157
7158 2003-05-16 [thorsten]   0.8.11claws158
7159
7160         * src/plugins/demo.c
7161                 included missing intl.h
7162
7163 2003-05-16 [paul]       0.8.11claws157
7164
7165         * po/POTFILES.in
7166                 remove non-existant entries
7167         
7168         * src/plugins/clamav/clamav_plugin.c
7169           src/plugins/clamav/clamav_plugin_gtk.c
7170           src/plugins/dillo_viewer/dillo_prefs.c
7171           src/plugins/dillo_viewer/dillo_viewer.c
7172                 gettextise
7173
7174 2003-05-16 [christoph]  0.8.11claws156
7175
7176         * po/POTFILES.in
7177                 include plugin .c files for translation until I
7178                 find a better solution to have plugins have their
7179                 own textdomain
7180         * src/plugins/demo/demo.c
7181         * src/plugins/image_viewer/plugin.c
7182         * src/plugins/mathml_viewer/mathml_viewer.c
7183         * src/plugins/spamassassin/spamassassin.c
7184         * src/plugins/spamassassin/spamassassin_gtk.c
7185         * src/plugins/trayicon/trayicon.c
7186                 add gettext macros for plugin name and description
7187
7188 2003-05-16 [paul]
7189
7190         * sync with 0.9.0
7191
7192 2003-05-16 [paul]       0.8.11claws155
7193
7194         * sync with lastest 0.9.0pre1
7195                 see ChangeLog 2003-05-16
7196
7197 2003-05-15 [paul]       0.8.11claws154
7198
7199         * sync with latest 0.9.0pre1
7200                 see ChangeLog 2003-05-14 and 2003-05-15
7201
7202 2003-05-14 [christoph]  0.8.11claws153
7203
7204         * src/plugins/image_viewer/viewer.c
7205         * src/plugins/image_viewer/viewer.glade         ** NEW **
7206         * src/plugins/image_viewer/viewerprefs.c
7207                 make it possible to disable the autoload function in the
7208                 imageviewer again
7209
7210 2003-05-14 [christoph]  0.8.11claws152
7211
7212         * src/folder.c
7213                 fix folder update after adding a message
7214
7215 2003-05-13 [alfons]     0.8.11claws151
7216
7217         * src/common/session.c
7218                 remove debug traces
7219                 
7220         * src/addrcache.[ch]
7221         * src/filtering.[ch]
7222         * src/folder.[c]
7223         * src/gtkaspell.[ch]
7224         * src/imap.[ch]
7225         * src/mbox_folder.[ch]
7226         * src/mh.[ch]
7227         * src/mimeview.h
7228         * src/msgcache.[ch]
7229         * src/news.[ch]
7230         * src/passphrase.[ch]
7231         * src/prefs_common.[ch]
7232         * src/prefs_gtk.[ch]
7233         * src/procmsg.c
7234         * src/scoring.[ch]
7235                 be pedantic; (in prototypes () implies (int))
7236
7237 2003-05-13 [alfons]     0.8.11claws150
7238
7239         * src/prefs_toolbar.[ch]
7240         * src/summaryview.[ch]
7241         * src/toolbar.[ch]
7242                 change misleading text in toolbar prefs;
7243                 add toolbar action for ignore thread (toggles ignore thread flag);
7244                 clean up a little bit;
7245
7246 2003-05-12 [paul]
7247
7248         * tools/convert_mbox.pl
7249                 bug fixed by Fred Marton
7250
7251 2003-05-12 [paul]
7252
7253         * sync with 0.9.0pre1
7254
7255 2003-05-09 [paul]       0.8.11claws149
7256
7257         * sync with 0.8.11cvs43
7258                 see ChangeLog 2003-05-09
7259
7260 2003-05-08 [christoph]  0.8.11claws148
7261
7262         * src/imap.[ch]
7263                 o use CAPABILIY as first command and check for PREAUTH
7264                   information in the response to it
7265                 o rewrite all imap_cmd_* functions to use an IMAPSession
7266                   instead of a SockInfo as parameter
7267                 o do STARTTLS after fetching and checking the server
7268                   capabilities
7269
7270 2003-05-08 [paul]       0.8.11claws147
7271
7272         * tools/Makefile.am
7273           tools/README
7274           tools/convert_mbox.pl         ** NEW FILE **
7275                 add mbox conversion script. Submitted by 
7276                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7277
7278 2003-05-07 [christoph]
7279
7280         * doc-src/glade.txt
7281         * src/gtk/pluginwindow.glade
7282         * src/plugins/image_viewer/viewerprefs.glade
7283         * src/plugins/spamassassin/spamassassin_gtk.glade
7284                 add glade files for user interfaces and a description how
7285                 to use glade to create the sylpheed code
7286
7287 2003-05-07 [paul]       0.8.11claws146
7288
7289         * sync with 0.8.11cvs41
7290                 see ChangeLog 2003-05-07
7291
7292 2003-05-06 [christoph]  0.8.11claws145
7293
7294         * src/main.c
7295         * src/plugins/image_viewer/viewer.c
7296                 fix usage of imlib in imageviewer plugin
7297
7298         * src/gtk/prefswindow.c
7299                 handle window close event correctly
7300
7301 2003-05-06 [paul]       0.8.11claws144
7302
7303         * src/common/ssl.c
7304                 fix typo introduced in sync
7305
7306 2003-05-06 [paul]       0.8.11claws143
7307
7308         * sync with 0.8.11cvs39
7309                 see ChangeLog 2003-05-06
7310
7311 2003-05-06 [paul]       0.8.11claws142
7312
7313         * AUTHORS
7314           po/cs.po
7315                 updated Czech translation, submitted by 
7316                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7317                 
7318         * src/plugins/clamav/clamav_plugin_gtk.c
7319                 clean up
7320
7321 2003-05-03 [alfons]     0.8.11claws141
7322
7323         * src/compose.[ch]
7324                 make paste as quotation work even when the call to 
7325                 text_inserted() was deferred (fixes bug #140 "Paste 
7326                 as quotation does not work when using "external" 
7327                 clipboard")
7328
7329 2003-05-03 [thorsten]   0.8.11claws140
7330
7331         * src/addrquery.h
7332           src/ldapquery.h
7333           src/mainwindow.c
7334                 removed C++ comments
7335         * src/addr_compl.c
7336                 function with non-int retval/param used before
7337                 implementation/declaration
7338
7339 2003-05-02 [paul]       0.8.11claws139
7340
7341         * src/addr_compl.[ch]
7342           src/addressbook.[ch]
7343           src/addrindex.c
7344           src/summaryview.c
7345                 revert match's changes to (finally) remove the bug where
7346                 opening a folder causes massive slowdown when using the 
7347                 'Display sender using address book' option
7348
7349 2003-05-01 [melvin]     0.8.11claws138
7350
7351         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7352         * src/plugins/dillo_viewer/dillo_viewer.c
7353                 Fixed bug where "Cancel" button from prefs issued
7354                 warnings.
7355                 Comply a little more to coding style
7356
7357 2003-05-01 [paul]       0.8.11claws137
7358
7359         * sync with 0.8.11cvs38
7360                 see ChangeLog 2003-05-01
7361
7362 2003-05-01 [paul]       0.8.11claws136
7363
7364         * po/bg.po
7365                 updated by George Danchev
7366
7367 2003-04-30 [christoph]  0.8.11claws135
7368
7369         * src/plugins/dillo_viewer/dillo_prefs.c
7370         * src/plugins/image_viewer/viewerprefs.c
7371         * src/plugins/spamassassin/spamassassin_gtk.c
7372                 remove gtk_widget_ref() calls for widgets in
7373                 glade code
7374
7375 2003-04-30 [paul]       0.8.11claws134
7376
7377         * src/addrindex.c
7378                 ok, this time a better fix for the bug where opening folder
7379                 has massive slowdown when using the 'Display sender using 
7380                 address book' option
7381
7382 2003-04-30 [paul]       0.8.11claws133
7383
7384         * src/addrindex.c
7385                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7386         
7387 2003-04-30 [melvin]     0.8.11claws132
7388
7389         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7390
7391         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7392                 Preferences for the dillo plugin
7393         * src/plugins/dillo_viewer/dillo_viewer.c
7394                 Support for preferences
7395         * src/plugins/dillo_viewer/Makefile.am
7396                 Added dillo_prefs.[ch]
7397
7398 2003-04-30 [alfons]     0.8.11claws131
7399
7400         * src/common/plugin.[ch]
7401                 see? this ANSI C'fication immediately gives us type
7402                 checking for free.
7403
7404 2003-04-30 [alfons]     0.8.11claws130
7405
7406         * src/common/plugin.[ch]
7407         * src/plugins/clamav/clamav_plugin.[ch]
7408         * src/plugins/clamav/clamav_plugin_gtk.c
7409         * src/plugins/demo/demo.c
7410         * src/plugins/dillo_viewer/dillo_viewer.c
7411         * src/plugins/image_viewer/plugin.c
7412         * src/plugins/image_viewer/viewer.[ch]
7413         * src/plugins/image_viewer/viewerprefs.[ch]
7414         * src/plugins/mathml_viewer/mathml_viewer.c
7415         * src/plugins/spamassassin/spamassassin.[ch]
7416         * src/plugins/spamassassin/spamassassin_gtk.c
7417         * src/plugins/trayicon/trayicon.c
7418                 clean up
7419
7420 2003-04-30 [alfons]     0.8.11claws129
7421
7422         * src/common/utils.c
7423                 make is_ascii_str() fail gracefully when NULL pointer
7424                 is passed
7425
7426 2003-04-30 [paul]       0.8.11claws128
7427
7428         * src/addrindex.c
7429                 fix bug where opening folder has massive slowdown when
7430                 using the 'Display sender using address book' option
7431
7432 2003-04-30 [paul]       0.8.11claws127
7433
7434         * src/plugins/clamav/clamav_plugin.c
7435           src/plugins/clamav/clamav_plugin_gtk.c
7436           src/plugins/demo/demo.c
7437           src/plugins/dillo_viewer/dillo_viewer.c
7438           src/plugins/image_viewer/plugin.c
7439           src/plugins/mathml_viewer/mathml_viewer.c
7440           src/plugins/spamassassin/spamassassin.c
7441           src/plugins/spamassassin/spamassassin_gtk.c
7442           src/plugins/trayicon/trayicon.c
7443                 get rid of eye-hurting function signatures
7444
7445 2003-04-30 [paul]       0.8.11claws126
7446
7447         * src/plugins/trayicon/trayicon.c
7448                 add description
7449                 
7450         * src/mimeview.c
7451                 be more descriptive
7452
7453 2003-04-30 [paul]       0.8.11claws125
7454
7455         * configure.ac
7456                 arrange the plugins in reverse alphabetical order
7457                 
7458         * src/plugins/clamav/clamav_plugin.[ch]
7459           src/plugins/clamav/clamav_plugin_gtk.c
7460                 rename some params
7461                 resize max_size window
7462                 re-arrange the order of some gui elements
7463                 improve descriptions
7464         
7465         * src/plugins/image_viewer/plugin.c
7466           src/plugins/mathml_viewer/mathml_viewer.c
7467                 add descriptions
7468                 
7469         * src/plugins/spamassassin/spamassassin_gtk.c
7470                 resize max_size window
7471                 re-arrange the order of some gui elements
7472                 
7473         * src/messageview.c
7474           src/mimeview.c
7475                 correct typos
7476
7477 2003-04-30 [alfons]     0.8.11claws124
7478
7479         * src/imap.c
7480                 fix a leak found while browsing Martin Kluge's 
7481                 valgrind log (Claws only)
7482
7483 2003-04-29 [darko]      0.8.11claws123
7484
7485         * src/gtk/gtkstext.h
7486                 include wchar.h if it is available, fixes compilation
7487                 on HP-UX systems
7488
7489 2003-04-29 [melvin]     0.8.11claws122
7490
7491         * src/prefs_actions.c
7492                 Improved help text of Actions' syntax
7493
7494 2003-04-28 [paul]       0.8.11claws121
7495
7496         * src/action.c
7497                 a better fix for the crash when performing an action
7498                 on a mime part
7499
7500 2003-04-28 [paul]       0.8.11claws120
7501
7502         * src/action.c
7503                 fix crash when performing an action on a
7504                 mime part
7505
7506 2003-04-28 [paul]       0.8.11claws119
7507
7508         * sync with 0.8.11cvs36
7509                 see ChangeLog 2003-04-28
7510
7511 2003-04-27 [paul]       0.8.11claws118
7512
7513         * more sync with 0.8.11cvs35
7514                 see ChangeLog 2003-04-25
7515
7516 2003-04-26 [christoph]  0.8.11claws117
7517
7518         * src/folder.c
7519                 fix remove virtual check
7520
7521 2003-04-26 [paul]       0.8.11claws116
7522
7523         * src/messageview.c
7524                 fix return-receipt, make it work again
7525
7526 2003-04-26 [paul]       0.8.11claws115
7527
7528         * src/mimeview.c
7529                 restore double-clicking of the [application/pgp-signature 
7530                 (Select "Check signature" to check)] line in the message view,
7531                 broken in recent sync
7532
7533 2003-04-26 [christoph]  0.8.11claws114
7534
7535         * src/folder.c
7536                 check if remove virtual really exists before
7537                 calling the function
7538
7539 2003-04-25 [match]      0.8.11claws113
7540
7541         * src/addrindex.c
7542         * src/addrbook.c
7543         * src/ldapquery.[ch]
7544         * src/ldapctrl.[ch]
7545                 fix memleak.
7546         * src/ldapserver.[ch]
7547                 fix memleak. fix segfault.
7548                 plug a Claws memleak
7549
7550 2003-04-25 [alfons]     0.8.11claws112
7551
7552         * src/folder.c
7553                 plug a Claws memleak
7554
7555 2003-04-25 [alfons]     0.8.11claws111
7556
7557         * src/common/session.c
7558                 plug a memleak
7559
7560 2003-04-25 [paul]       0.8.11claws110
7561
7562         * sync with 0.8.11cvs35
7563                 see ChangeLog 2003-04-24 and 2003-04-25
7564                 
7565         * src/gtk/pluginwindow.c
7566                 correct another strange float value
7567
7568 2003-04-24 [christoph]  0.8.11claws109
7569
7570         * src/folder.c
7571                 freeze folder item updates when unsetting new flags
7572
7573         * src/gtk/pluginwindow.c
7574                 correct strange float value
7575
7576 2003-04-23 [paul]       0.8.11claws108
7577
7578         * sync with 0.8.11cvs33
7579                 see ChangeLog 2003-04-23
7580
7581 2003-04-22 [paul]       0.8.11claws107
7582
7583         * src/Makefile.am
7584           src/messageview.c
7585           src/mimeview.c
7586           src/pgptext.[ch]      ** REMOVED **
7587                 remove pgptext.[ch] as its not used any more
7588
7589 2003-04-22 [paul]       0.8.11claws106
7590
7591         * sync with 0.8.11cvs31
7592                 see ChangeLog 2003-04-21 and 2003-04-22
7593
7594 2003-04-21 [alfons]     0.8.11claws105
7595
7596         * src/main.c
7597                 No access to GTK structures if we're a spawned child
7598                 (and clean up code a little bit...) Should fix #126.
7599
7600 2003-04-21 [melvin]     0.8.11claws104
7601
7602         * src/plugins/dillo_viewer/README
7603                 Improved slightly the text.
7604
7605 2003-04-21 [melvin]     0.8.11claws103
7606
7607         * src/plugins/dillo_viewer/README *** NEW ***
7608                 Added a README file for the Dillo plugin
7609
7610 2003-04-20 [paul]
7611
7612         * tools/README
7613           tools/outlook2sylpheed.pl
7614                 updated and improved by Ricardo Mones Lastra
7615
7616 2003-04-18 [oliver]     0.8.11claws102
7617
7618         * src/inc.c 
7619         * src/prefs_account.h
7620                 remove Pop3SessionType (used by selective download)
7621         * src/prefs_toolbar.c
7622                 enable set Default Toolbar button
7623
7624 2003-04-18 [paul]       0.8.11claws101
7625
7626         * sync with 0.8.11cvs29
7627                 see ChangeLog 2003-04-18
7628
7629 2003-04-17 [paul]       0.8.11claws100
7630
7631         * src/prefs_common.[ch]
7632           src/summaryview.c
7633                 remove 'Open next message on deletion' option,
7634                 as the same effect can now be achieved via the
7635                 'Always open messages in summary when selected'
7636                 option.
7637
7638 2003-04-17 [paul]       0.8.11claws99
7639
7640         * sync with 0.8.11cvs28
7641                 see ChangeLog 2003-04-17
7642
7643 2003-04-17 [christoph]  0.8.11claws98
7644
7645         * ac/spamassassin.m4
7646         * src/plugins/spamassassin/libspamc.[ch]
7647         * src/plugins/spamassassin/utils.[ch]
7648                 sync libspamc with SpamAssassin project
7649
7650 2003-04-17 [christoph]  0.8.11claws97
7651
7652         * src/common/socket.h
7653         * src/gtk/sslcertwindow.h
7654                 rename old USE_SSL to USE_OPENSSL
7655
7656 2003-04-17 [paul]       0.8.11claws96
7657
7658         * src/prefs_common.h
7659                 use gulong for P_COLOR so that it compiles/runs on
7660                 64-bit systems. Patch submitted by James Noyes
7661                 <jnoyes-claws@retrogeeks.com>
7662                 
7663         * po/de.po
7664                 updated by Jens
7665
7666 2003-04-17 [paul]       0.8.11claws95
7667
7668         * sync with 0.8.11cvs27
7669                 see ChangeLog 2003-04-16
7670
7671 2003-04-15 [paul]       0.8.11claws94
7672
7673         * src/prefs_common.[ch]
7674                 rearrange to stop the window getting too long:
7675                         move Receive dialog stuff to Receive tab
7676                         move Send dialog to Send tab
7677                         remove Dialogs frame
7678                 rename 'Open messages in summary with cursor keys' to
7679                 'Always open messages in summary when selected', as its
7680                 more appropriate
7681
7682 2003-04-15 [paul]       0.8.11claws93
7683
7684         * src/prefs_common.[ch]
7685           src/summaryview.c
7686                 add new option '/Interface/Open next message on deletion'
7687
7688 2003-04-15 [paul]       0.8.11claws92
7689
7690         * src/summaryview.[ch]
7691                 add /Mark/Lock and /Mark/Unlock to the pop-up
7692                 menu. Patch submitted by Ivan Francolin Martinez
7693                 <ivanfm@users.sourceforge.net>
7694
7695 2003-04-15 [paul]       0.8.11claws91
7696
7697         * sync with 0.8.11cvs24
7698                 see ChangeLog 2003-04-15
7699
7700 2003-04-14 [jens]       0.8.11claws90
7701
7702         * updated German translation and some corrections from
7703                 Roland Bless <bless@tm.uka.de>
7704
7705 2003-04-14 [paul]       0.8.11claws89
7706
7707         * sync with 0.8.11cvs22
7708                 see ChangeLog 2003-04-14
7709
7710 2003-04-13 [paul]       0.8.11claws88
7711
7712         * src/plugins/clamav/clamav_plugin.c
7713                 fix memory leaks
7714                 clean up
7715
7716 2003-04-12 [paul]       0.8.11claws87
7717
7718         * src/plugins/clamav/clamav_plugin.c
7719                 activate enable/disable archive scanning option
7720                 
7721         * src/plugins/clamav/.cvsignore         ** NEW FILE **
7722
7723 2003-04-12 [paul]       0.8.11claws86
7724
7725         * src/plugins/Makefile.am
7726           src/plugins/clamav/Makefile.am                ** NEW FILE **
7727           src/plugins/clamav/README                     ** NEW FILE ** 
7728           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
7729           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
7730                 add Clam AntiVirus plugin
7731
7732 2003-04-12 [paul]       0.8.11claws85
7733
7734         * sync with 0.8.11cvs21
7735                 see ChangeLog 2003-04-11
7736
7737 2003-04-11 [paul]       0.8.11claws84
7738
7739         * po/es.po
7740                 update Spanish translation. Submitted by Ricardo
7741                 Mones Lastra.
7742
7743 2003-04-10 [christoph]  0.8.11claws83
7744
7745         * src/mbox.c
7746                 fix typo that did not move unfiltered mails to destination
7747                 folder
7748
7749         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
7750          when filtering from spool)
7751
7752 2003-04-10 [christoph]  0.8.11claws82
7753
7754         * src/imap.c
7755                 use BODY.PEEK instead of BODY in in message fetch operation
7756                 to make sure the IMAP server does not set the \Seen flag for
7757                 messages. Sylpheed does that later itself, when the message
7758                 is opened in sylpheed
7759
7760         (closes Bug 111 Claws destroys unread marks)
7761
7762 2003-04-09 [oliver]     0.8.11claws81
7763         
7764         * src/folder.c
7765                 fix crash in folder_destroy
7766         * README.claws
7767                 remove selective download
7768
7769 2003-04-09 [christoph]  0.8.11claws80
7770
7771         * src/imap.c
7772                 fix crash in imap_get_msginfo() when then fetched message
7773                 is not found
7774
7775         (closes Bug 110 Crash during mail composition)
7776
7777 2003-04-08 [christoph]  0.8.11claws79
7778
7779         * src/folder.c
7780         * src/prefs_account.c
7781                 Filter new messages that are found in an INBOX folder
7782                 when 'Filter messages on receiving' is enabled in the
7783                 Folder's AccountPrefs. This allows to use Sylpheed's
7784                 filtering engine for IMAP folders where messages are
7785                 added to the INBOX by a MTA
7786
7787 2003-04-08 [paul]       0.8.11claws78
7788
7789         * src/procmsg.h
7790                 clean up after last commit
7791
7792 2003-04-08 [paul]       0.8.11claws77
7793
7794         * sync with 0.8.11cvs20
7795                 see ChangeLog 2003-04-07 and 2003-04-08
7796
7797 2003-04-07 [christoph]  0.8.11claws76
7798
7799         * src/filtering.[ch]
7800         * src/inc.[ch]
7801         * src/mbox.c
7802         * src/procmsg.[ch]
7803                 add procmsg_msginfo_filter() to execute filtering actions
7804
7805 2003-04-06 [christoph]  0.8.11claws75
7806
7807         * src/imap.c
7808                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
7809
7810 2003-04-06 [christoph]  0.8.11claws74
7811
7812         * src/common/utils.[ch]
7813                 add g_int_compare() function for slist sorting
7814
7815         * src/imap.c
7816                 fetch all MsgInfos with one command in imap_get_msginfos()
7817                 using an imap set with a list of ranges
7818
7819         * src/news.c
7820                 use new g_int_compare() function
7821
7822 2003-04-06 [thorsten]   0.8.11claws73
7823
7824         * src/mh.c
7825                 corrected implementation of mh_folder_destroy()
7826
7827 2003-04-05 [christoph]  0.8.11claws72
7828
7829         * src/account.c
7830         * src/folder.[ch]
7831         * src/folderview.c
7832         * src/imap.c
7833         * src/inc.c
7834         * src/main.c
7835         * src/mainwindow.c
7836         * src/mbox_folder.c
7837         * src/mh.c
7838         * src/mimeview.h
7839         * src/msgcache.[ch]
7840         * src/news.c
7841         * src/procmime.h
7842         * src/procmsg.[ch]
7843         * src/setup.c
7844         * src/gtk/gtkutils.c
7845                 o rename structure field names class and new to klass and
7846                   new_msgs, to allow including files in C++
7847                 o add 'extern "C"' block to some header files
7848                 o add MsgInfoList and MsgNumberList as alias for GSList for
7849                   developers to know what type of list is expected
7850
7851         * src/plugins/image_viewer/plugin.c
7852         * src/plugins/image_viewer/viewer.[ch]
7853         * src/plugins/image_viewer/viewerprefs.[ch]
7854                 rename function names to prevent conflicts
7855
7856 2003-04-05 [paul]       0.8.11claws71
7857
7858         * sync with 0.8.11cvs18
7859                 see ChangeLog 2003-04-03 and 2003-04-04
7860
7861 2003-04-02 [christoph]  0.8.11claws70
7862
7863         * src/folder.[ch]
7864         * src/imap.[ch]
7865         * src/mbox_folder.[ch]
7866         * src/mh.[ch]
7867         * src/news.[ch]
7868                 o Make all virtual folder functions private
7869                 o remove unused folder code
7870
7871         * src/common/socket.[ch]
7872         * src/summaryview.c
7873                 fix warnings
7874
7875 2003-03-30 [alfons]     0.8.11claws69
7876
7877         * src/send_message.c
7878                 remove two debug traces and see if people still report
7879                 errors
7880
7881 2003-03-30 [alfons]     0.8.11claws68
7882
7883         * src/send_message.c
7884         * src/commons/session.c
7885                 add more debug traces
7886
7887 2003-03-30 [christoph]  0.8.11claws67
7888
7889         * src/folder.c
7890                 change processing folder name from .processing to processing
7891
7892         * src/common/ssl.c
7893                 disable SSL certificate check because it causes Xlib error
7894                 when the child process want's to open an GTK window
7895
7896 2003-03-30 [christoph]  0.8.11claws66
7897
7898         * src/folder.c
7899                 don't use default folder for processing folder item because
7900                 it can be a non local folder
7901
7902         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
7903
7904 2003-03-30 [alfons]     0.8.11claws65
7905
7906         * src/send_message.c
7907                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
7908                 to generate bad code for 'send_send_data_progressive': When
7909                 called from 'send_send_data_finished', the 'data' pointer is
7910                 cleared just before the assignment to the dialog pointer
7911
7912 2003-03-29 [christoph]  0.8.11claws64
7913
7914         * src/common/prefs.h
7915         * src/plugins/image_viewer/Makefile.am
7916         * src/plugins/image_viewer/plugin.c
7917         * src/plugins/image_viewer/viewer.[ch]
7918         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
7919                 add PrefsPage for ImageViewer
7920
7921 2003-03-28 [thorsten]   0.8.11claws63
7922
7923         * src/common/session.c
7924                 added some comments
7925
7926 2003-03-28 [paul]       0.8.11claws62
7927
7928         * sync with 0.8.11cvs16
7929                 see ChangeLog 2003-03-28
7930
7931 2003-03-28 [paul]       0.8.11claws61
7932
7933         * sync with 0.8.11cvs15
7934                 see ChangeLog 2003-03-28
7935
7936 2003-03-27 [christoph]  0.8.11claws60
7937
7938         * src/folder.c
7939         * src/imap.c
7940         * src/common/socket.[ch]
7941                 set socket state to DISCONNECTED when any operation
7942                 fails to allow reconnecting in IMAP code without
7943                 checking the return code of all calls to the command
7944                 functions
7945
7946         * src/folderview.c
7947         * src/summaryview.c
7948                 remove some more stuff that depends on specific
7949                 folder types
7950
7951 2003-03-27 [paul]       0.8.11claws59
7952
7953         * sync with 0.8.11cvs14
7954                 see ChangeLog 2003-03-27
7955                 
7956         * src/selective_download.[ch]   ** REMOVED **
7957                 really removed
7958
7959 2003-03-27 [christoph]  0.8.11claws58
7960
7961         * src/folder.c
7962                 fix handling of tmp_flags in flag copy function
7963
7964 2003-03-27 [paul]       0.8.11claws57
7965
7966         * sync with 0.8.11cvs13
7967                 see ChangeLog 2003-03-27
7968
7969 2003-03-27 [oliver]     0.8.11claws56
7970
7971         * src/maiwindow.c
7972                 remove sel_download_cb
7973
7974 2003-03-27 [oliver]     0.8.11claws55
7975         
7976         * src/inc.c
7977                 remove POP3_TOP
7978         
7979 2003-03-26 [oliver]     0.8.11claws54
7980
7981         *src/pop.h
7982                 remove POP3_TOP*
7983         * README.claws
7984                 remove selective donwload readme
7985
7986 2003-03-26 [oliver]     0.8.11claws53
7987         * src/matcher.[ch]
7988         * src/matcher_parser_parse.y 
7989         * src/pop.c 
7990         * src/prefs_account.[ch]
7991         * src/prefs_filtering.c
7992                 remove selective donwload
7993
7994 2003-03-26 [oliver]     0.8.11claws52
7995
7996         * src/inc.[ch] 
7997         * src/filtering.c 
7998         * src/mainwindow.c 
7999                 remove selective donwload
8000
8001 2003-03-26 [oliver]     0.8.11claws51
8002         
8003         * src/Makefile.am
8004         * src/selective_download.[ch]   ** REMOVE **    
8005
8006 2003-03-26 [christoph]  0.8.11claws50
8007
8008         * src/news.c
8009                 fix NEWS that got broken by a sync with sylpheed-main
8010
8011 2003-03-26 [christoph]  0.8.11claws49
8012
8013         * src/mimeview.c
8014                 fix mime type guessing when no mime type is found for a file
8015
8016 2003-03-25 [christoph]  0.8.11claws48
8017
8018         * src/mimeview.c
8019         * src/procmime.c
8020                 remove mime type guessing from mime parser and use
8021                 name based mime types in viewer lookup for mime type
8022                 application/octet-stream
8023
8024 2003-03-25 [christoph]  0.8.11claws47
8025
8026         * doc-src/readme.txt
8027         * doc-src/rfc2554.txt
8028                 add RFC about SMTP AUTH
8029
8030         * src/send_message.c
8031         * src/common/smtp.[ch]
8032                 add extra error code for authentication errors and
8033                 clear temporary password when this error occurs
8034
8035         (closes Bug 84 authentication failure while sending should
8036          prompt for password again)
8037
8038 2003-03-25 [christoph]  0.8.11claws46
8039
8040         * configure.ac
8041         * src/Makefile.am
8042         * src/imageview.[ch]                            ** REMOVE **
8043         * src/messageview.[ch]
8044         * src/mimeview.[ch]
8045         * src/prefs_common.[ch]
8046         * src/textview.c
8047         * src/plugins/Makefile.am
8048         * src/plugins/image_viewer/.cvsignore           ** NEW **
8049         * src/plugins/image_viewer/Makefile.am          ** NEW **
8050         * src/plugins/image_viewer/plugin.c             ** NEW **
8051         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8052                 move image viewer into a plugin (building is enabled by default)
8053                 [ToDo: Prefs for resize and autoview]
8054
8055 2003-03-25 [paul]       0.8.11claws45
8056
8057         * sync with 0.8.11cvs12
8058                 see ChangeLog 2003-03-26
8059
8060 2003-03-25 [paul]       0.8.11claws44
8061
8062         * sync with 0.8.11cvs11
8063                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8064                 
8065         Note: Selective Download is broken.
8066                 
8067 2003-03-22 [christoph]  0.8.11claws43
8068
8069         * src/folder.c
8070                 code cleanup for flags copying
8071
8072 2003-03-22 [christoph]  0.8.11claws42
8073
8074         * src/plugins/trayicon/trayicon.c
8075                 fix setting the transparent area when the window size
8076                 is forced by the system tray
8077
8078 2003-03-22 [christoph]  0.8.11claws41
8079
8080         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8081         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8082         * src/plugins/trayicon/newmail.xpm              ** NEW **
8083         * src/plugins/trayicon/nomail.xpm               ** NEW **
8084         * src/plugins/trayicon/trayicon.c
8085         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8086                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8087                 o add icon for unread mails
8088                 o set transparency for window
8089
8090 2003-03-22 [christoph]  0.8.11claws40
8091
8092         * src/news.c
8093                 init news session to prevent crash when session is closed
8094
8095 2003-03-22 [christoph]  0.8.11claws39
8096
8097         * src/imap.c
8098         * src/common/session.[ch]
8099                 Init session data to make sure we don't have invalid pointers
8100                 for read_ch and write_ch when new multi process sessions are
8101                 not used
8102
8103         * src/main.c
8104         * src/common/plugin.c
8105         * src/common/sylpheed.c
8106         * src/plugins/demo/demo.c
8107         * src/plugins/dillo_viewer/dillo_viewer.c
8108         * src/plugins/mathml_viewer/mathml_viewer.c
8109         * src/plugins/spamassassin/spamassassin.c
8110         * src/plugins/spamassassin/spamassassin_gtk.c
8111                 add plugin types to allow loading plugins at different times
8112                 (and maybe for different frontends), because it's not good to
8113                 load GTK-Plugins gefore gtk_init was called
8114
8115         * configure.ac
8116         * src/plugins/Makefile.am
8117         * src/plugins/trayicon/.cvsignore               ** NEW **
8118         * src/plugins/trayicon/Makefile.am              ** NEW **
8119         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8120         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8121         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8122         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8123         * src/plugins/trayicon/trayicon.c               ** NEW **
8124                 New Trayicon plugin that shows an icon in a systray that uses
8125                 XEMBED protocol like Gnome's systray. Icon shows if there
8126                 are new mails and a tooltip shows information about new,
8127                 unread and total messages.
8128
8129 2003-03-22 [paul]       0.8.11claws38
8130
8131         * src/common/smtp.c
8132                 fix ESMTP AUTH CRAM-MD5
8133                 [sync with main (still version 0.8.11cvs6), see
8134                  ChangeLog 2003-03-22]
8135
8136 2003-03-21 [colin]      0.8.11claws37
8137
8138         * src/send_message.c
8139                 Fix USE_SSL => USE_OPENSSL
8140
8141 2003-03-21 [colin]      0.8.11claws36
8142
8143         * src/folderview.c
8144                 Fix counts in drag and dropped subfolders
8145
8146 2003-03-21 [colin]      0.8.11claws35
8147
8148         * src/folder.c 
8149         * src/folderview.c
8150                 speed up a bit folder dnd
8151
8152 2003-03-20 [alfons]     0.8.11claws34
8153
8154         * src/main.c
8155         * src/toolbar.c
8156         * src/procmsg.c
8157                 don't send locked queue messages
8158                 (feature request "[ 705245 ] Locking message in outbox 
8159                  should prevent sending")
8160
8161 2003-03-20 [christoph]  0.8.11claws33
8162
8163         * src/folder.c
8164                 remove NEW and UNREAD flag in special folders when scanning
8165                 
8166         * src/common/smtp.c
8167                 fix ESMTP AUTH CRAM-MD5
8168
8169 2003-03-20 [paul]       0.8.11claws32
8170
8171         * src/prefs_account.c
8172                 Re-write 'Tunnel command to open connection' as
8173                 'Use command to communicate with server', and disable
8174                 it for all except IMAP accounts
8175
8176 2003-03-20 [paul]       0.8.11claws31
8177
8178         * sync with 0.8.11cvs6
8179                 see ChangeLog 2003-03-20
8180
8181 2003-03-19 [match]      0.8.11claws30
8182
8183         * src/addritem.[ch]
8184                 include documentation. minor refactoring.
8185         * src/addr_compl.[ch]
8186         * src/addrindex.[ch]
8187         * src/addresbook.[ch]
8188         * src/summaryview.c
8189                 re-enable address lookup (was disabled in
8190                 0.8.11claws20).
8191
8192 2003-03-19 [christoph]  0.8.11claws29
8193
8194         * src/procmsg.c
8195                 add temp flag handling, will make moving and copying
8196                 messages possible again
8197
8198         * src/folder.c
8199                 correct calulation of folder stats
8200
8201 2003-03-18 [match]      0.8.11claws28
8202
8203         * src/editgroup.h
8204                 remove case sensitive comparison (closes bug 80).
8205
8206 2003-03-18 [christoph]  0.8.11claws27
8207
8208         * src/imap.c
8209                 fix imap using a tunnel command
8210
8211         (closes bug 87)
8212
8213 2003-03-18 [christoph]  0.8.11claws26
8214
8215         * src/folder.[ch]
8216         * src/imap.c
8217         * src/procmsg.[ch]
8218                 rewrite flag handling for folders
8219
8220 2003-03-18 [christoph]  0.8.11claws25
8221
8222         * src/folder.c
8223         * src/procmsg.c
8224         * src/summaryview.c
8225                 unset NEW and UNREAD flags when message is ignored, to make
8226                 sure messages don't show up as unread on other IMAP clients,
8227                 because the IGNORE_THREAD flag can not be syncronized through
8228                 the IMAP folder
8229
8230 2003-03-17 [christoph]  0.8.11claws24
8231
8232         * src/imap.c
8233                 don't use recursion to fetch uids when the number of messages
8234                 does not match. Moved code into subfunction that is used
8235                 again when needed, to prevent an endless loop.
8236
8237 2003-03-17 [thorsten]   0.8.11claws23
8238
8239         * src/imageview.[ch]
8240                 export imageview_get_resized_size() (for plugins)
8241         * src/prefs_common.[ch]
8242                 added prefs_common_get() (for plugins)
8243
8244 2003-03-17 [christoph]  0.8.11claws22
8245
8246         * src/imap.c
8247                 o remove UID guessing from copy code
8248                 o support UIDPLUS extension for APPEND command
8249
8250 2003-03-17 [paul]       0.8.11claws21
8251
8252         * src/gtk/about.c
8253                 remove 'Compiled-plugins' section.
8254                 
8255         * src/plugins/dillo_viewer/dillo_viewer.c
8256                 slight change to description text
8257
8258 2003-03-16 [match]      0.8.11claws20
8259         * src/ldapserver.[ch]           ** NEW **
8260         * src/ldapctrl.[ch]             ** NEW **
8261         * src/ldapquery.[ch]            ** NEW **
8262         * src/ldaputil.[ch]             ** NEW **
8263         * src/addrcindex.[ch]           ** NEW **
8264         * src/addrquery.h               ** NEW **
8265         * src/addritem.[ch]
8266         * src/addrcache.[ch]
8267         * src/addrindex.[ch]
8268         * src/addr_compl.[ch]
8269         * src/addressbook.[ch]
8270         * src/addrbook.[ch]
8271         * src/editgroup.c
8272         * src/editaddress.c
8273         * src/editldap.c
8274         * src/editldap_basedn.c
8275         * src/vcard.c
8276         * src/jpilot.c
8277         * src/Makefile.am
8278                 included dynamic LDAP queries. improved address
8279                 completion.
8280
8281 2003-03-16 [paul]       0.8.11claws19
8282
8283         * tools/multiwebsearch.pl
8284                 fix a fatal typo
8285
8286 2003-03-16 [christoph]  0.8.11claws18
8287
8288         * src/mimeview.c
8289         * src/plugins/dillo_viewer/dillo_viewer.c
8290         * src/plugins/mathml_viewer/mathml_viewer.c
8291                 make unregistering of MimeViewerFactorys possible
8292
8293 2003-03-16 [alfons]     0.8.11claws17
8294
8295         * configure.ac
8296                 correct typo
8297
8298 2003-03-16 [melvin]     0.8.11claws16
8299
8300         * src/plugins/dillo_viewer.c
8301                 Fixed bug where it was not possible to view more than
8302                 one text/html attachment per message (bug discovered
8303                 by Christoph Hohmann).
8304
8305 2003-03-15 [melvin]     0.8.11claws15
8306
8307         * src/prefs_actions.c
8308                 Fixed compilation warnings.
8309
8310 2003-03-15 [melvin]     0.8.11claws14
8311
8312         * src/plugins/Makefile.am
8313         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8314         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8315         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8316                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8317                 newer (http://dillo.auriga.wearlab.de/).
8318
8319 2003-03-15 [christoph]  0.8.11claws13
8320
8321         * src/imap.c
8322                 don't query imap folder for attributes because we already
8323                 for them from imap_status
8324
8325         * src/mimeview.[ch]
8326                 add support for plugable MimeViewers (unloading Viewers
8327                 not yet complete)
8328
8329         * src/plugins/Makefile.am
8330         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8331         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8332         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8333                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8334                 widget from http://helm.cs.unibo.it/mml-widget/
8335
8336 2003-03-14 [christoph]  0.8.11claws12
8337
8338         * src/folder.[ch]
8339                 o error return code's should better be negative
8340                 o replace printf with debug_print
8341
8342         * src/imap.c
8343                 improve IMAP folder scan by checking UID-NEXT
8344
8345         * src/summaryview.c
8346                 remove check that are unnecessary in my opinion
8347
8348 2003-03-13 [christoph]  0.8.11claws11
8349
8350         * src/folder.[ch]
8351         * src/foldersel.c
8352         * src/folderview.c
8353         * src/imap.c
8354         * src/mbox_folder.c
8355         * src/mh.c
8356         * src/news.c
8357         * src/prefs_scoring.c
8358         * src/summaryview.c
8359                 use a common function to get a displayable name
8360                 for a FolderItem
8361
8362 2003-03-13 [paul]       0.8.11claws10
8363
8364         * tools/Makefile.am
8365           tools/README
8366           tools/multiwebsearch.conf     ** NEW FILE **
8367           tools/multiwebsearch.pl       ** NEW FILE **
8368                 add multiwebsearch Actions script
8369
8370 2003-03-13 [colin]      0.8.11claws9
8371
8372         * src/compose.c
8373                 Remove leading emtpy lines from quoted text
8374                 before quoting it
8375
8376 2003-03-13 [melvin]     0.8.11claws8
8377
8378         * src/prefs_actions.c
8379                 Fixed a memory leak
8380                 Code clean ups
8381                 Added Cancel and OK buttons
8382                 Corrected help text
8383
8384 2003-03-13 [christoph]  0.8.11claws7
8385
8386         * src/account.c
8387         * src/folder.[ch]
8388         * src/imap.c
8389         * src/mainwindow.c
8390         * src/mbox_folder.c
8391         * src/mh.c
8392         * src/news.c
8393         * src/setup.c
8394                 replace more folder type stuff with folder class stuff
8395
8396 2003-03-13 [melvin]     0.8.11claws6
8397
8398         * src/prefs_actions.c
8399                 Added new tokens:
8400                 %u: user provided argument
8401                 %h: user provided argument (hidden on input)
8402                 %s: current text selection in the message view 
8403
8404 2003-03-13 [paul]       0.8.11claws5
8405
8406         * sync with 0.8.11cvs5
8407                 see ChangeLog 2003-03-11, 2003-03-12
8408
8409 2003-03-12 [christoph]  0.8.11claws4
8410
8411         * src/folder.c
8412                 use folder class idstr when writing folderlist.xml
8413
8414         * src/folder.h
8415         * src/imap.c
8416         * src/news.c
8417                 replace folder type checks with folder class checks
8418
8419 2003-03-12 [christoph]  0.8.11claws3
8420
8421         * src/folder.[ch]
8422         * src/imap.[ch]
8423         * src/main.c
8424         * src/mbox_folder.[ch]
8425         * src/mh.[ch]
8426         * src/news.[ch]
8427                 o create a list of known folder classes in the folder system
8428                 o use folder class id strings for folder item identifiers
8429
8430 2003-03-12 [christoph]  0.8.11claws2
8431
8432         * src/imap.c
8433                 fix imap uid validity check
8434
8435 2003-03-12 [christoph]  0.8.11claws1
8436
8437         * src/account.c
8438         * src/folder.[ch]
8439         * src/foldersel.c
8440         * src/folderview.c
8441         * src/imap.c
8442         * src/mainwindow.c
8443         * src/mbox_folder.c
8444         * src/mh.c
8445         * src/news.c
8446         * src/prefs_scoring.c
8447         * src/procmsg.c
8448         * src/setup.c
8449         * src/summaryview.c
8450                 initial restructuring of folder system, seperating
8451                 folders and folder classes
8452
8453 2003-03-12 [paul]       0.8.11claws
8454
8455         0.8.11claws release
8456
8457 2003-03-12 [christoph]
8458
8459         * src/gtk/prefswindow.c
8460                 fix translation of "Page Index"
8461
8462 2003-03-12 [paul]       0.8.10claws110
8463
8464         a sync from 0.8.11cvs4 before the release
8465
8466         * src/common/utils.c
8467                 subject_compare_for_sort(): allow null strings (fixes
8468                 summary sorting).
8469
8470 2003-03-11 [paul]       0.8.10claws109
8471
8472         * po/es.po
8473                 update Spanish translation, submitted by
8474                 Ricardo Mones Lastra
8475
8476 2003-03-11 [melvin]     0.8.10claws108
8477
8478         * po/fr.po
8479                 Updated French translations
8480
8481 2003-03-11 [paul]       0.8.10claws107
8482
8483         * manual/en/Makefile.am
8484           manual/en/*.html
8485                 update English manual, add a new page
8486                 updated by Francois Barriere <fbarriere@atmel.fr>
8487                 
8488         * po/bg.po
8489           po/it.po
8490           po/sr.po
8491                 update Bulgarian, Italian, and Serbian translations
8492                 submitted by George Danchev, Alessandro Maestri, and
8493                 Urke MMI
8494
8495 2003-03-10 [paul]       0.8.10claws106
8496
8497         * src/gtk/about.c
8498           src/gtk/prefswindow.c
8499                 make some strings translatable
8500
8501 2003-03-10 [darko]      0.8.10claws105
8502
8503         * src/compose.c
8504                 code cleanup to make Hiro happy
8505
8506 2003-03-10 [paul]       0.8.10claws104
8507
8508         * sync with 0.8.11cvs2
8509                 see ChangeLog 2003-03-10
8510
8511 2003-03-09 [melvin]     0.8.10claws103
8512
8513         * src/textview.c
8514                 textview_set_font(): fix for message display in
8515                 UTF-8 locales (thanks to Sergey Vlasov).
8516                 (was unintentionnaly reverted in 0.8.6claws6)   
8517
8518 2003-03-08 [darko]      0.8.10claws102
8519
8520         * src/compose.c
8521                 fix infinite loop in wrapping as reported
8522                 by happycactus
8523                 obsoletes patch #696482
8524
8525 2003-03-08 [christoph]  0.8.10claws101
8526
8527         * src/imap.c
8528                 add workaround for IMAP servers that do not
8529                 support the "UID SEARCH UID" command
8530
8531 2003-03-07 [christoph]  0.8.10claws100
8532
8533         * src/plugins/spamassassin/spamassassin.[ch]
8534         * src/plugins/spamassassin/spamassassin_gtk.c
8535                 code cleanup
8536
8537 2003-03-07 [paul]       0.8.10claws99
8538
8539         * po/es.po
8540                 updated Spanish translation, submitted by
8541                 Ricardo Mones Lastra
8542
8543 2003-03-07 [christoph]  0.8.10claws98
8544
8545         * src/send.c
8546                 fix in 0.8.10claws94 was wrong
8547                 local delivery does not require escaping, remove escaping
8548                 code to make signatures of mails with "." lines valid
8549                 
8550                 NOTE: requires that sendmail is executed with "-i" option,
8551                       what is the default now, but has to be changed in all
8552                       exsiting accounts)
8553
8554 2003-03-07 [paul]       0.8.10claws97
8555
8556         * sync with 0.8.11 release
8557                 see ChangeLog 2003-03-07
8558
8559 2003-03-06 [paul]       0.8.10claws96
8560
8561         * src/compose.c
8562                 revert commit 0.8.10claws92
8563
8564 2003-03-06 [paul]       0.8.10claws95
8565
8566         * src/folderview.c
8567                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
8568
8569         * src/gtkaspell.c
8570                 fix bug 74, 'Crash opening editor window with pseudo-color
8571                 display'
8572                 
8573         Patches submitted by Kevin Vigor <kevin@vigor.nu>
8574
8575 2003-03-06 [christoph]  0.8.10claws94
8576
8577         * src/send.c
8578                 fix rfc2821 (4.5.2) violation in SMTP data sending,
8579                 all lines starting with a period get an extra period
8580                 inserted
8581                 (found by Simon 'corecode' Schubert)
8582
8583 2003-03-06 [paul]       0.8.10claws93
8584
8585         * src/folderview.c
8586                 if configured font can't be loaded fall back to gtk
8587                 default. (with thanks to Christoph)
8588                 
8589                 closes long-standing bug 15 'Crashes on startup'
8590
8591 2003-03-06 [paul]       0.8.10claws92
8592
8593         * src/compose.c
8594                 freeze text before autosave and thaw afterwards
8595                 fixes bug 67 'autosave make re-rediting message crazy'
8596
8597 2003-03-06 [christoph]  0.8.10claws91
8598
8599         * src/compose.c
8600                 ignore address comment in dupe check for Cc-list
8601
8602         (closes reopened bug 47 Replying to message strips name part of
8603          e-mail addresses of Cc: lines)
8604
8605 2003-03-06 [paul]       0.8.10claws90
8606
8607         * src/Makefile.am
8608                 remove reference to gtkxtext.h as its no longer in
8609                 the repository
8610
8611 2003-03-06 [paul]       0.8.10claws89
8612
8613         * sync with 0.8.10cvs25
8614                 see ChangeLog 2003-03-06
8615
8616 2003-03-06 [oliver]     0.8.10claws88
8617         
8618         * src/messageview.c
8619                 remove include
8620
8621 2003-03-06 [oliver]     0.8.10claws87
8622         
8623         * src/folderview.c 
8624                 remove changes introduced inclaws74
8625         * src/messageview.c
8626                 another attempt to sanely delete and update
8627                 messages deleted in separate messageview
8628
8629 2003-03-05 [christoph]  0.8.10claws86
8630
8631         * src/summaryview.c
8632                 check if "From" matches any account's address if
8633                 addressbook completion of addresses is disabled too
8634
8635         (closes Bug 70 "Display recipient in from" doesn't check
8636          folder's default account)
8637
8638 2003-03-05 [christoph]  0.8.10claws85
8639
8640         * src/compose.c
8641         * src/common/utils.[ch]
8642                 don't strip address comments when building Cc lists
8643
8644         (closes Bug 47 Replying to message strips name part of e-mail addresses
8645          of Cc: lines)
8646
8647         * src/folder.c
8648                 fix return value of copy function
8649
8650 2003-03-05 [christoph]  0.8.10claws84
8651
8652         * src/imap.c
8653                 don't ask imap server for non rfc822 headers
8654
8655         (closes bug 71 IMAP FETCH asks for FROM header field twice)
8656
8657         * src/imap.c
8658                 destroy session on socket error to allow reconnecting
8659
8660 2003-03-05 [christoph]  0.8.10claws83
8661
8662         * configure.ac
8663                 fix building with gnome when no prefix is set
8664
8665         (closes bug 66 Gnome directory is set to NONE)
8666
8667 2003-03-05 [paul]       0.8.10claws82
8668
8669         * sync with 0.8.10cvs23
8670                 see ChangeLog 2003-03-05
8671
8672 2003-03-04 [christoph]  0.8.10claws81
8673
8674         * src/folder.c
8675                 o fix moving and copying when folder returns 0 for new
8676                   message number
8677                 o remove some code for single message copy and move
8678                   operations and use functions for multiple messages
8679
8680         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
8681
8682         * src/news.c
8683                 remove unused include
8684
8685 2003-03-04 [paul]       0.8.10claws80
8686
8687         * src/gtk/about.c
8688                 list 'Compiled plugins'
8689
8690 2003-03-03 [christoph]  0.8.10claws79
8691
8692         * src/news.[ch]
8693                 have to multiply the percentage of the current fetch with
8694                 the percentage that it has of the total fetch operation
8695                 for correct values
8696
8697 2003-03-03 [christoph]  0.8.10claws78
8698
8699         * src/news.c
8700                 fix calculation of expected lines for progress indicator
8701
8702 2003-03-03 [christoph]  0.8.10claws77
8703
8704         * src/summaryview.c
8705         * src/common/utils.c
8706                 fix segfault when opening the root news folder
8707
8708 2003-03-03 [christoph]  0.8.10claws76
8709
8710         * src/mainwindow.[ch]
8711         * src/common/Makefile.am
8712         * src/common/progressindicator.[ch]
8713                 add UI independent progress indicator handling
8714
8715         * src/news.[ch]
8716                 use new progress indicator for message info fetching
8717
8718         * src/common/hooks.h
8719                 code cleanup
8720
8721 2003-03-03 [oliver]     0.8.10claws75
8722
8723         * src/toolbar.c
8724         * src/compose.c
8725                 removed commented code
8726
8727 2003-03-03 [oliver]     0.8.10claws74
8728
8729         * src/toolbar.[ch]
8730                 cleanups and refactoring
8731         * src/compose.[ch]
8732                 compose_reply_mode reply & forwarding interface for
8733                 toolbar buttons
8734         * src/folderview.c
8735                 act on messages marked for deletion in folderview_selected
8736                 based on prefs_common.immediate_exec since a message might 
8737                 have been deleted by messageview in a folder we are changing 
8738                 to (does anybody understand what I'm on about ?)
8739
8740 2003-03-03 [oliver]     0.8.10claws73
8741         
8742         * src/messageview.[ch]
8743                 new functions
8744                 - messageview_delete: delete message shown in messagview
8745                 - messageview_update_view: update messageview to currently 
8746                   selected summaryview message
8747                 - add separate messageview to msgview_list in order to update 
8748                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
8749         * src/summaryview.[ch]
8750                 summary_get_selection returns a list of selected msgs
8751                 in summaryview
8752         * src/mainwindow.c
8753                 toolbar reply refactoring
8754
8755 2003-03-03 [paul]       0.8.10claws72
8756
8757         * sync with 0.8.10cvs21
8758                 see ChangeLog 2003-03-03
8759
8760 2003-03-02 [christoph]  0.8.10claws71
8761
8762         * src/common/passcrypt.c
8763                 use POSIX includes
8764
8765 2003-03-02 [christoph]  0.8.10claws70
8766
8767         * configure.ac
8768         * src/prefs_account.c
8769         * src/prefs_gtk.[ch]
8770         * src/common/.cvsignore
8771         * src/common/Makefile.am
8772         * src/common/passcrypt.c                ** NEW **
8773         * src/common/passcrypt.h.in             ** NEW **
8774                 Implement password encryption in config files
8775                 using unix encrypt and setkey functions. The crypt
8776                 key can be set as a configure parameter. Old
8777                 passwords will be converted if they do not begin
8778                 with '!'
8779
8780 2003-03-02 [paul]       0.8.10claws69
8781
8782         * src/prefs_account.c
8783                 fix compile error
8784
8785 2003-03-01 [thorsten]   0.8.10claws68
8786
8787         * po/el.po
8788           po/hr.po
8789           po/it.po
8790           po/nl.po
8791           po/sr.po
8792           po/sv.po
8793                 corrected format strings
8794         * po/en_GB.po
8795                 corrected headers
8796                 (fix compile errors with GNU gettext-0.11.5)
8797
8798 2003-03-01 [oliver]     0.8.10claws67
8799
8800         * src/summaryview.c
8801                 menu callbacks call toolbar_menu_reply
8802
8803 2003-03-01 [oliver]     0.8.10claws66
8804
8805         * src/mainwindow.c
8806         * src/messageview.c
8807                 menu callbacks call toolbar_menu_reply
8808         * src/toolbar.[ch]
8809                 callbacks from menu handled by toolbar_menu_reply
8810
8811 2003-03-01 [paul]       0.8.10claws65
8812
8813         * src/addressbook.c
8814                 revert commit 0.8.10claws54 - breaks editing of
8815                 addressbook.
8816                 
8817         * po/bg.po
8818                 update Bulgarian translation, submitted by
8819                 George Danchev
8820
8821 2003-02-28 [christoph]  0.8.10claws64
8822
8823         * src/account.c
8824         * src/addressadd.c
8825         * src/compose.c
8826         * src/gtkaspell.c
8827         * src/gtkxtext.h                ** REMOVE **
8828         * src/imap.c
8829         * src/matcher.[ch]
8830         * src/mh.c
8831         * src/news.c
8832         * src/pine.c
8833         * src/prefs_common.c
8834         * src/prefs_matcher.c
8835         * src/procheader.[ch]
8836         * src/procmsg.[ch]
8837         * src/toolbar.c
8838         * src/common/ssl_certificate.c
8839         * src/gtk/colorlabel.c
8840         * src/gtk/menu.c
8841                 o fix warnings
8842                 o remove code obsoleted by new cache and folder system rework
8843
8844 2003-02-28 [oliver]     0.8.10claws63
8845         
8846         * src/toolbar.[ch]
8847                 * fix bug where reply in Messageview replied to 
8848                 Message displayed in summaryview
8849                 (reportedd via ML by chinatinte at gmx dot ch)
8850                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
8851                 didn't work in separate MessageView Toolbar
8852                 (wondering if anybody uses this at all ?)
8853         * src/summaryview.[ch]
8854                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
8855                 (generalize reply and forward code);
8856         * src/messageview.c 
8857                 remove focus_in event which updated summaryview to messageview
8858
8859 2003-02-28 [paul]       0.8.10claws62
8860
8861         * po/Makefile.in.in
8862                 add the --check option
8863                 Patch submitted by Ricardo Mones Lastra
8864
8865 2003-02-28 [paul]       0.8.10claws61
8866
8867         * src/prefs_account.c
8868                 re-order 'Signature' items
8869
8870 2003-02-28 [paul]       0.8.10claws60
8871
8872         * sync with 0.8.10cvs20
8873                 see ChangeLog 2003-02-28
8874
8875 2003-02-28 [paul]       0.8.10claws59
8876
8877         * po/POTFILES.in
8878                 update to reflect recent movement of files
8879
8880 2003-02-28 [paul]       0.8.10claws58
8881
8882         * sync with 0.8.10cvs19
8883                 see ChangeLog 2003-02-28
8884
8885 2003-02-27 [martin]     0.8.10claws57
8886
8887         * src/prefs_matcher.c 
8888                 fix segfault in prefs_matcher_ok() when the
8889                 last entry is deleted and prevents that the
8890                 message "entry not saved" comes up after deleting
8891                 an entry
8892
8893 2003-02-27 [martin]     0.8.10claws56
8894
8895         * src/prefs_filtering.c 
8896                 fix segfault in prefs_filtering_ok() when the
8897                 last entry is deleted and prevents that the
8898                 message "entry not saved" comes up after deleting
8899                 an entry
8900
8901 2003-02-27 [paul]       0.8.10claws55
8902
8903         * sync with 0.8.10cvs18
8904                 see ChangeLog 2003-02-27
8905
8906 2003-02-27 [paul]       0.8.10claws54
8907
8908         * src/addressbook.c
8909                 fix bug where the address book crashes with 
8910                 multiple lookups.
8911                 Patch [687729] submitted by David Frager 
8912                 <dbfrager@users.sourceforge.net>
8913
8914 2003-02-25 [christoph]  0.8.10claws53
8915
8916         * src/Makefile.am
8917         * src/colorlabel.[ch]           ** REMOVE **
8918         * src/gtk/Makefile.am
8919         * src/gtk/colorlabel.[ch]       ** NEW **
8920                 move colorlabel files to gtk directory
8921
8922         * src/esmtp.[ch]                ** REMOVE **
8923                 has been merged into smtp.[ch] in 0.7.5
8924
8925 2003-02-25 [christoph]  0.8.10claws52
8926
8927         * src/Makefile.am
8928         * src/about.[ch]                ** REMOVE **
8929         * src/gtk/Makefile.am
8930         * src/gtk/about.[ch]            ** NEW **
8931                 move about files to gtk directory
8932
8933 2003-02-25 [christoph]  0.8.10claws51
8934
8935         * src/folder.c
8936                 some code optimization of folder scanning code
8937
8938         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
8939
8940 2003-02-25 [christoph]  0.8.10claws50
8941
8942         * src/main.c
8943         * src/common/sylpheed.c
8944                 add command line parameter parsing to common code
8945
8946 2003-02-24 [christoph]
8947
8948         * Makefile.am
8949         * configure.ac
8950                 fix gnome prefix problems, the configure script now removed
8951                 `gnome-config --prefix` from `gnome-config --datadir`
8952                 and adds $(prefix} instead
8953
8954         (closes Bug 24 Makefile does not respect prefix when installing
8955          GNOME data)
8956
8957 2003-02-24 [christoph]  0.8.10claws49
8958
8959         * src/news.c
8960                 check for valid session before trying to authenticate
8961
8962         (closes Bug 60 crash if "authenticate on logon" is activated
8963          and newsserver-hostname is not valid)
8964
8965 2003-02-24 [melvin]     0.8.10claws48
8966
8967         * src/prefs_actions.c
8968                 Make sure all user's input is sent to the action and then
8969                 close the socket..
8970
8971 2003-02-23 [alfons]     0.8.10claws46
8972
8973         * src/summaryview.c
8974                 also wait cursor when deleting files
8975
8976 2003-02-23 [paul]
8977
8978         * tools/freshmeat_search.pl
8979           tools/google_search.pl
8980                 scripts should now work for any browser/browser command line
8981
8982 2003-02-22 [christoph]  0.8.10claws45
8983
8984         * src/procmsg.c
8985                 fix IMAP flag setting, IMAP flag is not handled correctly
8986                 anymore by the folder system and information about the
8987                 folder should not be saved in the MsgInfo (in my opinion)
8988
8989         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
8990
8991 2003-02-22 [christoph]  0.8.10claws44
8992
8993         * src/summaryview.c
8994                 fix spelling of "label" ;-)
8995
8996 2003-02-22 [thorsten]   0.8.10claws43
8997
8998         * src/mimeview.c
8999           src/prefs_common.[ch]
9000           src/procmime.[ch]
9001                 do not use description as attachment name
9002
9003 2003-02-22 [alfons]     0.8.10claws42
9004
9005         * src/summaryview.c
9006                 freeze/thaw folder item updates when changing color labels,
9007                 and put a wait cursors on
9008
9009 2003-02-22 [thorsten]   0.8.10claws41
9010
9011         * src/mimeview.c
9012                 save-all fixes: crash if invoked on multipart container,
9013                 mimeinfo access, pathseparators, error dialog
9014
9015 2003-02-21 [alfons]     0.8.10claws40
9016
9017         * src/prefs_gtk.c
9018                 remove unused var
9019
9020 2003-02-21 [colin]      0.8.10claws39
9021
9022         * src/send.c
9023                 Fix smtp logging
9024
9025 2003-02-21 [colin]      0.8.10claws38
9026
9027         * src/summaryview.c
9028                 Freeze/thaw folderItem updates when filtering messages 
9029                 via Tools/Filter messages
9030
9031 2003-02-21 [paul]       0.8.10claws37
9032
9033         * src/compose.c
9034                 revert commit 0.8.10claws26, there are ulterior motives
9035                 for users to set a Reply-To header when posting to
9036                 newsgroups
9037
9038 2003-02-21 [paul]       0.8.10claws36
9039
9040         * sync with 0.8.10cvs17
9041                 see ChangeLog 2003-02-21
9042
9043 2003-02-20 [christoph]  0.8.10claws35
9044
9045         * src/imap.c
9046                 IMAP UID fetch speedup using SEARCH
9047
9048         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9049
9050         * src/imap.c
9051                 fix problem with UIDs in IMAP UID cache that no longer existed
9052
9053 2003-02-20 [christoph]  0.8.10claws34
9054
9055         * src/imap.c
9056         * src/procheader.c
9057         * src/procheader.h
9058                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9059
9060         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9061
9062         * src/imap.c
9063                 Rewrite imap_cmd_gen_recv use sock_getline instead
9064                 of sock_gets to avoid problems with too long reply
9065                 lines
9066     
9067 2003-02-20 [colin]      0.8.10claws33
9068         
9069         * src/prefs_account.c
9070                 Better wording
9071
9072 2003-02-20 [colin]      0.8.10claws32
9073
9074         * src/compose.c
9075                 Remove useless '&& !to_sender' 
9076
9077 2003-02-20 [darko]
9078
9079         * AUTHORS
9080                 change my e-mail address
9081
9082 2003-02-19 [colin]      0.8.10claws31
9083
9084         * src/prefs_common.c
9085                 X11 style colors for every configurable color
9086
9087 2003-02-19 [alfons]     0.8.10claws30
9088
9089         * src/prefs_gtk.[ch]
9090         * src/prefs_common.c
9091                 for color_new accept both plain integers and X11 style color
9092                 names (as found in /usr/lib/X11/rgb.txt)
9093
9094 2003-02-19 [paul]       0.8.10claws29
9095
9096         * src/mainwindow.c
9097                 add tooltips to online/offline button and account selector
9098                 button
9099
9100 2003-02-19 [paul]       0.8.10claws28
9101
9102         * src/folder.c
9103           src/news.c
9104           src/prefs_account.[ch]
9105           src/prefs_common.[ch]
9106                 move 'Maximum number of articles to download' to
9107                 account prefs.
9108                 clean up account prefs gui a little by hiding entries
9109                 rather then greying out entries
9110
9111 2003-02-19 [hiro]       0.8.10claws27
9112
9113         * src/common/utils.c
9114                 fix bug #54 'yesterdays date is displayed in the message 
9115                 summary window'
9116
9117 2003-02-19 [paul]       0.8.10claws26
9118
9119         * src/compose.c
9120                 fix bug reported in Feature Request [688596] 
9121                 'Reply-to header in news'
9122
9123 2003-02-18 [paul]       0.8.10claws25
9124
9125         * src/select-keys.c
9126                 add a 'List all keys' button to key selection dialog
9127
9128 2003-02-18 [colin]      0.8.10claws24
9129         
9130         * src/stock_pixmap.c
9131                 fix compile error
9132
9133 2003-02-18 [colin]      0.8.10claws23
9134
9135         * src/common/smtp.[ch]
9136           src/prefs_account.c
9137                 Try to starttls if it seems to be the only
9138                 way to authenticate a user
9139
9140 2003-02-18 [paul]       0.8.10claws22
9141
9142         * src/Makefile.am
9143           src/folderview.c
9144           src/stock_pixmap.[ch]
9145           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9146           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9147                 as a Drafts folder is a special folder allow it to have
9148                 its own unique icons
9149
9150 2003-02-18 [colin]      0.8.10claws21
9151
9152         * src/imap.c
9153                 Fix port selection when using starttls
9154
9155 2003-02-18 [paul]       0.8.10claws20
9156
9157         * src/mainwindow.c
9158           src/prefs_common.[ch]
9159                 make blue the default new mail colour
9160
9161 2003-02-18 [paul]       0.8.10claws19
9162
9163         * sync with 0.8.10cvs14
9164                 see ChangeLog 2003-02-18
9165
9166 2003-02-17 [jens]       0.8.10claws18
9167
9168         * src/common/md5.c
9169                 fixed a compile problem with gcc 3.3
9170                 works on 2.95.3 too (testet on PPC as it is big endian)
9171
9172 2003-02-17 [paul]       0.8.10claws17
9173
9174         * sync with 0.8.10cvs13
9175                 see ChangeLog 2003-02-17
9176
9177 2003-02-17 [paul]       0.8.10claws16
9178
9179         * sync with 0.8.10cvs12
9180                 see ChangeLog 2003-02-17
9181
9182 2003-02-16 [match]      0.8.10claws15
9183
9184         * src/addressbook.c
9185                 Eliminates reloading of address data when items
9186                 deleted or added. Applied submitted by
9187                 Luke Plant <lukeplant@softhome.net>
9188
9189 2003-02-16 [paul]       0.8.10claws14
9190
9191         * src/news.c
9192                 when a 'protocol error' is encountered disconnect from
9193                 the server. This means that the user can carry on viewing
9194                 other articles and doesn't have to either wait until the
9195                 server timesout or quit sylpheed.
9196                 Fixes bug #53 'Unable to read messages in newsgroups, 
9197                 displayed message doesn't change'
9198
9199 2003-02-15 [christoph]  0.8.10claws13
9200
9201         * src/imap.c
9202                 fix bug that stopped scanning of folders when an
9203                 IMAP folder was empty
9204
9205         (closes bug 46 stop scan messages in folders after empty folder)
9206
9207 2003-02-15 [paul]
9208
9209         * tools/Makefile.am
9210           tools/README
9211           tools/freshmeat_search.pl     ** NEW FILE **
9212           tools/google_search.pl        ** NEW FILE **
9213                 Add 2 Actions scripts which search freshmeat/google
9214                 for the selected text using the browser configured
9215                 in sylpheedrc.
9216                 
9217         Note: These scripts are very dependent on the format of the
9218         browser command and may not work on every occasion. Testing
9219         is welcome. 
9220
9221 2003-02-14 [alfons]     0.8.10claws12
9222
9223         * src/compose.c
9224                 fix breakage because of uninitialized account pointer.
9225                 please verify.
9226
9227 2003-02-14 [paul]       0.8.10claws11
9228
9229         * src/compose.c
9230           src/prefs_account.[ch]
9231           src/prefs_common.[ch]
9232                 move signature settings to Account Prefs
9233
9234 2003-02-14 [paul]       0.8.10claws10
9235
9236         * sync with 0.8.10cvs11
9237                 see ChangeLog 2003-02-14
9238
9239 2003-02-13 [thorsten]   0.8.10claws9
9240
9241         * src/news.c
9242                 revert news progressbar (GUI separation)
9243
9244 2003-02-13 [paul]       0.8.10claws8
9245
9246         * src/compose.c
9247                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9248                 paragraph 1
9249
9250 2003-02-13 [paul]       0.8.10claws7
9251
9252         * src/compose.[ch]
9253           src/summaryview.c
9254                 fix 'Follow-up and Reply-to' so that it creates a reply to
9255                 the newsgroup and the sender. If the message has the keyword
9256                 'poster' in the Followup-To header, all replies go to the
9257                 sender, re: RFC 1036, Section 2.2.3
9258                 rename all instances of 'ignore_replyto' to 'to_sender', both
9259                 were previously used, now we use just one.
9260
9261 2003-02-13 [paul]       0.8.10claws6
9262
9263         * sync with 0.8.10cvs9
9264                 see ChangeLog 2003-02-13
9265
9266 2003-02-13 [paul]       0.8.10claws5
9267
9268         * configure.ac
9269                 show which plugins are configured in the configure
9270                 output.
9271
9272 2003-02-12 [thorsten]   0.8.10claws4
9273
9274         * src/news.c
9275                 show progress while fetching news headers
9276
9277 2003-02-12 [christoph]  0.8.10claws3
9278
9279         * configure.ac
9280         * src/plugins/Makefile.am
9281                 use AM_CONDITIONAL to enable plugins, automake correctly
9282                 manages this when creating distdir
9283
9284 2003-02-12 [christoph]  0.8.10claws2
9285
9286         * ac/spamassassin.m4
9287         * src/plugins/spamassassin/Makefile.am
9288                 fix building SpamAssassin plugin without OpenSSL
9289
9290 2003-02-12 [paul]       0.8.10claws1
9291
9292         * ac/Makefile.am
9293           src/Makefile.am
9294           src/plugins/Makefile.am
9295                 fix failure of 'make release'
9296
9297 2003-02-12 [paul]       0.8.10claws
9298
9299         * 0.8.10claws released
9300
9301 2003-02-12 [paul]       0.8.9claws56
9302
9303         * po/bg.po
9304           po/es.po
9305           po/it.po
9306           po/ru.po
9307           po/sr.po
9308                 updated translations by George Danchev, Ricardo Mones Lastra,
9309                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9310                 
9311         * sylpheed.spec.in
9312                 Allow the building of RPMs by a regular user. Submitted
9313                 by Sergei Astanin
9314
9315 2003-02-11 [alfons]     0.8.9claws55
9316
9317         * src/colorlabel.c
9318                 don't use pixmaps for label color rect but draw rectangles
9319                 so we can respect the color map of palette based visuals
9320                 (fixes the long time crashes on Suns - thanks to Andreas
9321                 Engel and Steve O'Hara-Smith for testing)
9322
9323 2003-02-11 [christoph]  0.8.9claws54
9324
9325         * src/matcher_parser_parse.y
9326                 correct bug where filering rules of not existing folders in
9327                 matcherrc were added to global filtering
9328                 
9329         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9330          main filter-rules after removing directory, http://bugs.debian.org/180253)
9331         
9332 2003-02-11 [paul]       0.8.9claws53
9333
9334         * sync with 0.8.10cvs7
9335                 see ChangeLog 2003-02-09
9336
9337 2003-02-11 [melvin]     0.8.9claws52
9338
9339         * po/fr.po
9340                 Updated French tranlsations
9341
9342 2003-02-10 [paul]       0.8.9claws51
9343
9344         * sylpheed.spec.in
9345                 correct --enable-openssl
9346                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9347
9348 2003-02-09 [martin]     0.8.9claws50
9349
9350         * src/prefs_matcher.c
9351                 fix segfault in prefs_matcher_substitute_cb() when
9352                 no row is selected
9353
9354 2003-02-09 [paul]       0.8.9claws49
9355
9356         * src/folderview.c
9357                 fix bug where a newsgroup folder's processing rules were
9358                 merged with the global filtering rules when the newsgroup
9359                 folder was deleted, causing some seriously bad results,
9360                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9361
9362 2003-02-08 [melvin]     0.8.9claws48
9363
9364         * src/compose.c
9365                 Corrected and modified an alert message.
9366
9367 2003-02-07 [paul]       0.8.9claws47
9368
9369         * src/folderview.c
9370                 fix bug where both an 'Account properties' window and a
9371                 'Folder properties' window were opened when clicking on
9372                 'Properties' in an NNTP or IMAP folder's popup menu.
9373
9374 2003-02-07 [paul]       0.8.9claws46
9375
9376         * sync with 0.8.10cvs6
9377                 see ChangeLog 2003-02-06
9378
9379 2003-02-06 [christoph]  0.8.9claws45
9380
9381         * src/mbox.c
9382                 freeze folder updates while importing mbox files
9383                 (closes bug 43 importing mbox took hours)
9384                 
9385         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9386
9387 2003-02-06 [thorsten]   0.8.9claws44
9388
9389         * po/de.po
9390                 Updated german translations
9391
9392 2003-02-06 [thorsten]   0.8.9claws43
9393
9394         * src/news.h
9395                 use guint for message numbers (fix count in grouplist dialog)
9396
9397 2003-02-05 [paul]       0.8.9claws42
9398
9399         * sync with 0.8.10cvs2
9400                 see ChangeLog 2003-02-05
9401
9402 2003-02-04 [colin]      0.8.9claws41
9403
9404         * src/prefs_common.[ch]
9405           src/procmsg.c
9406           src/summaryview.c
9407                 Add an option to disable threading by subject
9408
9409 2003-02-04 [christoph]  0.8.9claws40
9410
9411         * src/inc.c
9412                 only abort fetching mails from multiple accounts when the
9413                 error is fatal and does not allow to check any more accounts
9414                 (currently only disk full error)
9415
9416         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9417          receive mails for other accouts)
9418
9419 2003-02-04 [christoph]  0.8.9claws39
9420
9421         * src/folder.c
9422                 first add the new message to the cache, then
9423                 send the update notification
9424
9425         (closes bug 39 after sending message folderview doesnt get updated)
9426
9427 2003-02-04 [colin]      0.8.9claws38
9428
9429         * src/inc.c
9430                 _really_ fix this Connecting... status
9431
9432 2003-02-04 [paul]       0.8.9claws37
9433
9434         * sync with 0.8.10
9435                 see ChangeLog 2003-02-04
9436
9437 2003-02-04 [paul]       0.8.9claws36
9438
9439         * sync with 0.8.9cvs6
9440                 see ChangeLog 2003-02-03
9441
9442 2003-02-04 [paul]       0.8.9claws35
9443
9444         * po/pt_BR.po
9445                 updated by André Filipe de Assunção e Brito 
9446                 <bedecko@netsite.com.br>
9447
9448 2003-02-03 [thorsten]   0.8.9claws34
9449
9450         * po/de.po
9451                 Updated german translations
9452
9453 2003-02-02 [paul]       0.8.9claws33
9454
9455         * po/es.po
9456                 updated by Ricardo Mones Lastra
9457
9458 2003-02-02 [thorsten]   0.8.9claws32
9459
9460         * src/mh.c
9461                 Fix mh_get_msginfo() segfault if file is inaccessible
9462
9463 2003-01-31 [colin]      0.8.9claws31
9464
9465         * src/procheader.c
9466                 Fix last commit's bug
9467
9468 2003-01-31 [colin]      0.8.9claws30
9469
9470         * src/procheader.c
9471                 Missing a change for gpg-signed messages
9472
9473 2003-01-31 [paul]       0.8.9claws29
9474
9475         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9476           src/procheader.c
9477           src/stock_pixmap.[ch]
9478           src/summaryview.c
9479                 indicate GnuPG signed messages by displaying an icon
9480                 in the Attachment column.
9481
9482 2003-01-31 [paul]       0.8.9claws28
9483
9484         * sync with 0.8.9cvs4
9485                 see ChangeLog 2003-01-31
9486
9487 2003-01-31 [alfons]     0.8.9claws27
9488
9489         * src/textview.c
9490                 tune URI parser to accept mailto URLs with a '?'
9491                 (patch from Ruslan Balkin)
9492
9493 2003-01-31 [colin]      0.8.9claws26
9494
9495         * src/summaryview.c
9496                 Fix a leak introduced in claws24
9497
9498 2003-01-31 [colin]      0.8.9claws25
9499
9500         * src/summaryview.c
9501                 Freeze/Thaw folder updates when deleting dups
9502
9503 2003-01-31 [colin]      0.8.9claws24
9504         
9505         * src/addr_compl.c
9506           src/summaryview.c
9507           src/msgcache.c
9508                 little speed improvements
9509
9510 2003-01-31 [colin]      0.8.9claws23
9511
9512         * src/summaryview.c
9513                 Fix segfault when forwarding nothing
9514                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9515                 
9516 2003-01-30 [paul]       0.8.9claws22
9517
9518         * sync with 0.8.9cvs3
9519                 see ChangeLog 2003-01-30
9520
9521 2003-01-30 [paul]       0.8.9claws21
9522
9523         * sync with 0.8.9cvs2
9524                 see ChangeLog 2003-01-30
9525
9526 2003-01-29 [paul]       0.8.9claws20
9527
9528         * sync with 0.8.9cvs1
9529                 see ChangeLog 2003-01-29
9530
9531 2003-01-28 [paul]       0.8.9claws19
9532
9533         * po/POTFILES.in
9534                 update to reflect changes. 
9535                 thanks to Ricardo Mones Lastra
9536
9537 2003-01-27 [christoph]  0.8.9claws18
9538
9539         * ac/openssl.m4
9540         * ac/spamassassin.m4
9541         * src/plugins/spamassassin/README
9542         * src/plugins/spamassassin/libspamc.[ch]
9543         * src/plugins/spamassassin/utils.[ch]
9544                 updated to latest libspamc
9545
9546 2003-01-27 [christoph]  0.8.9claws17
9547
9548         * src/folder.c
9549                 fix wrong use of procheader_get_header_fields
9550
9551 2003-01-27 [christoph]  0.8.9claws16
9552
9553         * src/news.c
9554         * src/prefs_account.[ch]
9555         * src/common/nntp.[ch]
9556                 allow to force authentication for NNTP servers
9557
9558         Patch submitted by Florian Mickler <dmk@d-labs.de>
9559
9560 2003-01-26 [paul]       0.8.9claws15
9561
9562         * src/summaryview.c
9563                 speed up of marking messages as read
9564                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
9565
9566 2003-01-26 [christoph]  0.8.9claws14
9567
9568         * src/Makefile.am
9569         * src/mgutils.[ch]              ** REMOVE **
9570         * src/xml.[ch]                  ** REMOVE **
9571         * src/xmlprops.[ch]             ** REMOVE **
9572         * src/common/Makefile.am
9573         * src/common/mgutils.[ch]       ** NEW **
9574         * src/common/xml.[ch]           ** NEW **
9575         * src/common/xmlprops.[ch]      ** NEW **
9576                 move xml files to common directory
9577
9578 2003-01-26 [christoph]  0.8.9claws13
9579
9580         * src/plugins/spamassassin/spamassassin_gtk.c
9581                 only set gtk entry text if string is available
9582
9583 2003-01-26 [melvin]     0.8.9claws12
9584
9585         * src/description_window.c
9586                 Allow resizing of the window
9587                 Allow automatic horizontal scroll bar
9588                 Do not vertically expand and fill
9589
9590 2003-01-26 [christoph]  0.8.9claws11
9591
9592         * src/Makefile.am
9593         * src/gtkutils.[ch]             ** REMOVE **
9594         * src/common/sylpheed.c
9595         * src/gtk/Makefile.am
9596         * src/gtk/description_window.c
9597         * src/gtk/gtkutils.[ch]         ** NEW **
9598         * src/gtk/prefswindow.c
9599                 move gtkutils to gtk directory
9600
9601 2003-01-26 [paul]       0.8.9claws10
9602
9603         * src/summaryview.c
9604                 rename summary_unread_clicked() to summary_status_clicked()
9605
9606 2003-01-26 [melvin]     0.8.9claws9
9607
9608         * src/prefs_actions.c
9609                 Cosmetical changes to the help text
9610
9611 2003-01-26 [paul]       0.8.9claws8
9612
9613         * src/folder.[ch]
9614           src/mainwindow.c
9615           src/prefs_common.c
9616           src/prefs_sumamry_column.c
9617           summaryview.[ch]
9618                 rename the 'Unread' column to 'Status'
9619
9620 2003-01-25 [match]      0.8.9claws7
9621
9622         * src/mgutils.[ch]
9623                 removed reference to LDAP constants. removed error2string.
9624                 included functions to support LDAP dynamic queries.
9625         * src/syldap.h
9626                 moved LDAP constants here.
9627         * src/addressbook.c
9628         * src/addrindex.c
9629         * src/importldif.c
9630                 removed references to LDAP constants and references to
9631                 error2string.
9632
9633 2003-01-25 [paul]       0.8.9claws6
9634
9635         * src/summaryview.c
9636                 summary_thread_build(), summary_thread_init(): remove 
9637                 unneeded reference to summaryview->folder_item
9638
9639 2003-01-25 [christoph]  0.8.9claws5
9640
9641         * src/gtk/description_window.c
9642                 o allow description texts to expand over multiple columns
9643                 o translate all columns
9644         * src/prefs_actions.c
9645                 change syntax description to use new multi column feature
9646
9647         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9648
9649 2003-01-25 [match]      0.8.9claws4
9650
9651         * src/vcard.c
9652                 fixed bug with Quoted-Printable
9653
9654 2003-01-25 [paul]       0.8.9claws3
9655
9656         * src/folder.[ch]
9657           src/summaryview.[ch]
9658                 implement per-folder collapsed/expanded threads setting
9659                 
9660         * src/prefs_common.c
9661                 remove global collapsed/expanded threads option
9662
9663 2003-01-25 [christoph]  0.8.9claws2
9664
9665         * po/POTFILES.in
9666                 add pluginwindow and prefswindow
9667         * src/compose.c
9668                 make send respond correctly to messages that could be added
9669                 to the queue folder, but the UID of the message is unknown
9670         * src/folder.c
9671         * src/imap.c
9672                 don't return guessed UIDs in imap_add_msg anymore. We return
9673                 0 to tell the folder system it was appened but the UID is
9674                 unknown. Folder system now get's the UID by scaning the folder
9675                 and searching the cache for the Message-ID
9676                 (closes bug #29 Messages queued, but not sent)
9677
9678 2003-01-25 [paul]       0.8.9claws1
9679
9680         * src/codeconv.c
9681                 conv_encode_header():  fix bug when long headers with 8-bit
9682                 characters are used, so that the encoded words are wrapped.
9683                 If the space in the original text falls on the wrap boundary,
9684                 it can be lost.
9685                 Patch by Sergey Vlasov.
9686                 
9687         * src/folderview.c
9688                  fix bug where a change to the sorting method or thread view
9689                  of a folder's messages is lost if simpify-subject is set and
9690                  toggled on or off.
9691                  Patch by Luke Plant.
9692
9693 2003-01-24 [paul]       0.8.9claws
9694
9695         * sylpheed-0.8.9claws released
9696         
9697         * Makefile.am
9698           sylpheed.spec.in
9699                 remove reference to 'INSTALL.jp'
9700
9701 2003-01-23 [paul]       0.8.8claws128
9702
9703         * po/es.po
9704           po/it.po
9705           po/ru.po
9706           po/sr.po
9707                 updated translations. submitted by Ricardo Mones Lastra,
9708                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
9709
9710 2003-01-23 [colin]      0.8.8claws127
9711
9712         * src/compose.c
9713                 Fix drafted and queued news articles re-edition
9714
9715 2003-01-23 [melvin]     0.8.8claws126
9716
9717         * po/fr.po
9718                 Updated French translations
9719
9720 2003-01-23 [colin]      0.8.8claws125
9721
9722         * src/inc.c
9723                 Fix "Connecting to..." status message
9724
9725 2003-01-22 [paul]       0.8.8claws124
9726
9727         * po/bg.po
9728                 updated by George Danchev
9729                 
9730         * src/folder.c
9731                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
9732                 and folder deletion
9733
9734 2003-01-21 [paul]       0.8.8claws123
9735
9736         * po/bg.po
9737                 updated by George Danchev
9738                 
9739         * src/about.c
9740                 its now 2003
9741                 
9742         * src/toolbar.c
9743                 don't translate 'Separator'
9744                 
9745         * src/plugins/spamassassin/Makefile.am
9746                 add aspell to CPPFLAGS
9747                 
9748         * src/plugins/spamassassin/spamassassin.c
9749           src/plugins/spamassassin/spamassassin_gtk.c
9750                 set correct default for spamassassin_receive_spam
9751                 slightly re-word descriptions and some
9752                 other minor changes
9753
9754 2003-01-19 [alfons]     0.8.8claws122
9755                 
9756         * src/mimeview.c
9757                 mimeview_save_as(): we might as well show the file name for
9758                 the single case "Save As" too
9759
9760 2003-01-19 [alfons]     0.8.8claws121
9761
9762         * src/crash.c
9763                 change bug tracker URL to bugzilla URL
9764
9765 2003-01-19 [alfons]     0.8.8claws120
9766
9767         * src/mimeview.c
9768                 mimeview_save_all(): display name of file before overwriting;
9769                 continue saving all, even when one overwrite was cancelled
9770
9771 2003-01-19 [christoph]  0.8.8claws119
9772
9773         * src/summaryview.c
9774         * src/procmsg.[ch]
9775                 fix wrong usage of procmsg_find_children in summaryview
9776                 by using procmsg_update_unread_children instead of
9777                 summaryview_update_unread_children
9778
9779 2003-01-19 [christoph]  0.8.8claws118
9780
9781         * src/procmsg.c
9782                 fix infinite loop in procmsg_find_children
9783                  (closes bug #25 sylpheed crashes on delete.)
9784
9785         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9786
9787 2003-01-19 [paul]       0.8.8claws117
9788
9789         * po/pt_BR.po
9790                 updated by Ivan Francolin Martinez
9791
9792 2003-01-18 [melvin]     0.8.8claws116
9793
9794         * src/prefs_actions.c
9795                 Removed syntax limitation of only one '&' at the end of command.
9796                         Now actions that contain '>/dev/null 2>&1' are possible.
9797
9798 2003-01-18 [melvin]     0.8.8claws115
9799
9800         * src/prefs_actions.c
9801                 Actions IO dialog: when the action ends
9802                 the "Close" button now has focus and [Escape] closes the
9803                 window.
9804
9805 2003-01-18 [christoph]  0.8.8claws114
9806
9807         * src/procmsg.c
9808                 o add debug output when MsgInfos are really freed
9809                 o free GSLists in procmsg_find_children and
9810                   procmsg_update_unread_children
9811
9812 2003-01-18 [christoph]  0.8.8claws113
9813
9814         * src/mainwindow.c
9815                 reorder Configuration menu
9816
9817 2003-01-18 [christoph]  0.8.8claws112
9818
9819         * src/compose.c
9820                 fix applying templates to forwarded messages
9821
9822         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
9823
9824 2003-01-17 [christoph]  0.8.8claws111
9825
9826         * src/folder.c
9827                 destroy folder items, when a folder item is removed
9828
9829 2003-01-17 [christoph]  0.8.8claws110
9830
9831         * src/folder.c
9832                 fix wrong folder stats update when ignored message is
9833                 deleted
9834
9835 2003-01-17 [colin]      0.8.8claws109
9836         
9837         * src/mainwindow.c
9838         * src/summaryview.c
9839                 Quicksearch bugfixes: 
9840                 - hide help button at startup if not extended
9841                 - switch to extended when looking for replies
9842
9843 2003-01-17 [paul]
9844
9845         * sync with 0.8.9 release
9846
9847 2003-01-17 [paul]       0.8.8claws108
9848
9849         * sync with 0.8.8cvs11
9850                 see ChangeLog 2003-01-17
9851
9852 2003-01-16 [colin]      0.8.8claws107
9853
9854         * src/procmsg.c
9855                 Changed encryption test to re-ask passphrase
9856                 if an encrypted message hasn't been decrypted
9857                 Fixes bug #5
9858
9859 2003-01-16 [christoph]  0.8.8claws106
9860
9861         * src/prefs_gtk.c
9862         * src/prefs_toolbar.c
9863         * src/gtk/prefswindow.h
9864         * src/plugins/spamassassin/spamassassin_gtk.c
9865                 remove page destroy function that is not used anymore
9866
9867 2003-01-16 [paul]       0.8.8claws105
9868
9869         * sync with 0.8.8cvs9
9870                 see ChangeLog 2002-01-16
9871
9872 2003-01-16 [colin]      0.8.8claws104
9873
9874         * src/compose.[ch]
9875                 Fix bug with autosaved drafts for IMAP, when draft
9876                 folder is specified - fixes bugzilla bug #20
9877
9878 2003-01-15 [paul]       0.8.8claws103
9879
9880         * src/compose.[ch]
9881           src/procmsg.c
9882                 store folder and message-id of message forwarding
9883                 in queue header and set forward flag after sending
9884
9885 2003-01-15 [paul]       0.8.8claws102
9886
9887         * sync with 0.8.8cvs8
9888                 see ChangeLog 2002-01-15
9889
9890 2003-01-15 [colin]      0.8.8claws101
9891
9892         * src/Makefile.am
9893                 Fix linking with GNU libiconv
9894
9895 2003-01-15 [darko]      0.8.8claws100
9896
9897         * src/pine.c
9898                 fix crash when importing pine address book
9899                 entry with an empty name (reported by DY
9900                 <dybulk at tri8.net>)
9901
9902 2003-01-14 [paul]       0.8.8claws99
9903
9904         * configure.in  ** REMOVED **
9905           configure.ac  ** NEW FILE **
9906                 rename configure.in to configure.ac, as it is now
9907                 preferred
9908
9909 2003-01-14 [melvin]     0.8.8claws98
9910
9911         * src/folderview.c
9912                 folderview_check_new(): More precise function description
9913
9914 2003-01-14 [melvin]     0.8.8claws97
9915
9916         * src/folderview.c
9917                 folderview_check_new(): return the number of new messages 
9918                         since last check.
9919         * src/inc.c
9920                 inc_account_mail(): Disable counting of new messages for IMAP
9921                         and NNTP until bug [19] and [14] are fixed.
9922
9923 2003-01-14 [paul]       0.8.8claws96
9924
9925         * sync with 0.8.8cvs6
9926                 see ChangeLog 2003-01-14
9927
9928 2003-01-13 [alfons]     0.8.8claws95
9929
9930         * src/textview.c
9931                 tune email address validation (c. 0.8.8claws89): if . is 
9932                 just one char away from @, the address is invalid too 
9933                 (correctly rejects addresses like foo@.com)
9934
9935 2003-01-13 [paul]       0.8.8claws94
9936
9937         * src/messageview.c
9938           src/toolbar.c
9939                 fixes to the Message View toolbar and menu:
9940                 fix non-functioning Forward button
9941                 make Reply button consider default_reply_list
9942                 remove 'Follow-up...' menu entry
9943                 add 'Forward' and 'Redirect' menu entries
9944
9945 2003-01-13 [melvin]     0.8.8claws93
9946
9947         * src/inc.c
9948                 Fixed typo that could make new messages count incorrect.
9949
9950 2003-01-13 [melvin]     0.8.8claws92
9951
9952         * src/folderview.[ch]
9953                 folderview_check_new(): return the number of new messages.
9954         * src/inc.c
9955                 Should fix bug [14] where new mail notification worked 
9956                         incorrectly with IMAP accounts.
9957                 inc_spool_account(): return number of new msgs, or -1 on error
9958                 inc_all_spool(): return number of new msgs
9959                 
9960 2003-01-13 [melvin]     0.8.8claws91
9961
9962         * src/prefs_actions.c
9963                 Justify help text.
9964
9965 2003-01-12 [thorsten]   0.8.8claws90
9966
9967         * src/common/prefs.c
9968                 close file before rename
9969
9970 2003-01-12 [alfons]     0.8.8claws89
9971
9972         * AUTHORS
9973                 add Christian Mertes
9974         * src/common/utils.[ch]
9975                 g_stricase_hash(), g_stricase_equal(): functions for 
9976                 case insensitive hash tables
9977         * src/textview.c
9978                 use top level domain names to validate email address, based
9979                 on a patch by Christian Mertes (thanks!), but changed 
9980                 implementation to use a hash table 
9981
9982 2003-01-12 [paul]       0.8.8claws88
9983
9984         * po/bg.po
9985                 updated by George Danchev
9986
9987 2003-01-12 [alfons]     0.8.8claws87
9988
9989         * src/summaryview.c
9990                 delete / execute performance: use new style folder update
9991
9992 2003-01-12 [paul]       0.8.8claws86
9993
9994         * sync with 0.8.8cvs5
9995                 see ChangeLog 2003-01-13 (!)
9996
9997 2003-01-12 [alfons]     0.8.8claws85
9998
9999         * src/filtering.c
10000         * src/matcher_parser_parse.y
10001                 prepare change_score filtering action
10002         * src/matcher.[ch]
10003                 give up const-correctness on functions that call non-const-correct functions;
10004                 several casts to gpointer in g_free();
10005                 add change_score;
10006
10007 2003-01-12 [christoph]  0.8.8claws84
10008
10009         * src/compose.c
10010                 fix 2 warnings
10011
10012         * src/gtk/prefswindow.[ch]
10013         * src/plugins/spamassassin/spamassassin_gtk.c
10014                 changed the call of the widget create function
10015                 for PrefsPages, because sometimes the widget
10016                 create function needs a widget that already has
10017                 been attached to a window (to create GDK pixmaps
10018                 for exmaple). So we simply pass the GtkWindow as
10019                 the second parameter now.
10020
10021         * src/main.c
10022         * src/mainwindow.c
10023         * src/prefs_toolbar.[ch]
10024                 rewrite Toolbar Preferences using the new
10025                 prefs window
10026
10027 2003-01-11 [alfons]     0.8.8claws83
10028
10029         * src/addressadd.c
10030                 fix crash when adding sender to addressbook because status bar
10031                 isn't there (the status bar doesn't seem to be used though,
10032                 but I'll let Match decide what to do with it)
10033
10034 2003-01-11 [colin]      0.8.8claws82
10035
10036         * src/main.c
10037           src/toolbar.c
10038                 Two useless changes reversed
10039
10040 2003-01-11 [colin]      0.8.8claws81
10041
10042         * src/mainwindow.c
10043           src/mainwindow.h
10044                 Add mainwindow_get_mainwindow()
10045         * src/alertpanel.c
10046           src/alertpanel.h
10047                 Add alertpanel_error_log() 
10048         * src/compose.c
10049           src/inc.c
10050           src/messageview.c
10051           src/toolbar.c
10052           src/main.c
10053           src/procmsg.c
10054                 Network errors get a View Log button
10055
10056 2003-01-10 [alfons]     0.8.8claws80
10057
10058         * src/prefs_toolbar.c
10059         * src/toolbar.c
10060                 use the translatable string for "Separator" as file name for
10061                 separator toolbar items (probably make this uppercase?)
10062
10063 2003-01-10 [alfons]     0.8.8claws79
10064
10065         * src/prefs_toolbar.c
10066                 put right A_SEPARATOR description string in "displayed
10067                 toolbar items list" so manually added separators are
10068                 saved correctly (bug #10, "Adding a separator to the main 
10069                 toolbar fails, entry in xml file is wrong")
10070
10071 2003-01-10 [christoph]  0.8.8claws78
10072
10073         * src/imap.c
10074                 o fix warnings
10075                 o use CAPABILITY to check if NAMESPACE is available
10076
10077 2003-01-10 [christoph]  0.8.8claws77
10078
10079         * src/imap.[ch]
10080                 apply UIDPLUS IMAP extension support patch
10081
10082         Patch submitted by Simon 'corecode' Schubert
10083
10084 2003-01-10 [paul]       0.8.8claws76
10085
10086         * src/folderview.c
10087                 a sync from main which fixes the news account folders'
10088                 Properties bug
10089
10090 2003-01-10 [christoph]  0.8.8claws75
10091
10092         * src/folder.c
10093                 don't accept 0 as a valid uid returned by copy and move
10094                 functions. 0 means the message was copied or moved but the
10095                 new uid could not be fetched. It is not an error condition
10096                 for the copy or move operation.
10097
10098 2003-01-10 [paul]       0.8.8claws74
10099
10100         * src/prefs_filtering.c
10101                 change English used in Alert when entry is not
10102                 saved.
10103                 
10104         * sync with 0.8.8cvs4
10105                 see ChangeLog 2003-01-10
10106
10107 2003-01-10 [darko]      0.8.8claws73
10108
10109         * src/pine.c
10110                 fix crash when importing address book entry
10111                 without a valid address
10112
10113 2003-01-09 [alfons]     0.8.8claws72
10114
10115         * src/inc.c
10116                 filtering performance: use new style folder update
10117
10118 2003-01-09 [christoph]  0.8.8claws71
10119
10120         * src/compose.c
10121         * src/gtk/menu.[ch]
10122                 fix wrong selecting of mime encoding type, when
10123                 opening property dialog of attachments in the
10124                 compose window. 7bit was always selected and that
10125                 destoryed files with 8bit data.
10126                 (closes bug #9 Sylpheed-claws destroys attachments when
10127                  changing MIME-types)
10128
10129 2003-01-09 [paul]       0.8.8claws70
10130
10131         * sync with 0.8.8cvs3
10132                 see ChangeLog 2003-01-09
10133
10134 2003-01-08 [alfons]     0.8.8claws69
10135         
10136         * src/addressadd.c
10137                 apply patch by Kim Schulz to fix build breakage
10138                 because of missing variable
10139
10140 2003-01-08 [paul]       0.8.8claws68
10141
10142         * sync with 0.8.8cvs2
10143                 see ChangeLog 2002-01-08
10144
10145 2003-01-08 [paul]       0.8.8claws67
10146
10147         * po/it.po
10148                 updated by Alessandro Maestri
10149                 
10150         * src/addressadd.c
10151                 when using 'Add sender to addressbook' allow
10152                 name to be edited and remarks to be entered
10153                 Patch submitted by Luke Plant
10154
10155 2003-01-08 [darko]      0.8.8claws66
10156
10157         * README.claws, src/summaryview.c
10158                 fix description for marked messages
10159
10160 2003-01-08 [paul]
10161
10162         * tools/Makefile.am
10163           tools/launch_phoenix  ** NEW FILE **
10164                 add script that enables using Phoenix as the default
10165                 web browser. 
10166                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10167                 
10168         * tools/OOo2sylpheed.pl
10169                 remove full path to sylpheed executable, just 'sylpheed'
10170                 will do
10171                 
10172         * tools/README
10173                 add launch_phoenix informtion and re-arrange and compress
10174                 the data a little
10175
10176 2003-01-07 [christoph]  0.8.8claws65
10177
10178         * src/folder.c
10179                 fix update for source folder when moving messages
10180         * src/procmsg.[ch]
10181         * src/summaryview.c
10182                 use function to set to_folder for message infos and
10183                 automatically update the op_count for old and new
10184                 folder
10185
10186 2003-01-07 [melvin]     0.8.8claws64
10187
10188         * src/prefs_actions.c
10189                 Fixed bug where an '%p' Action on a displayed image crashed 
10190                         Sylpheed
10191                 Code clean up (get rid of duplicated code and removed unnecessary 
10192                                 structure member)
10193
10194 2003-01-07 [christoph]  0.8.8claws63
10195
10196         * src/compose.c
10197         * src/folder.[ch]
10198         * src/folderview.c
10199         * src/import.c
10200         * src/inc.c
10201         * src/main.c
10202         * src/mainwindow.c
10203         * src/messageview.c
10204         * src/prefs_folder_item.c
10205         * src/procmsg.c
10206         * src/summaryview.c
10207         * src/toolbar.c
10208                 o remove all folder update triggering from the UI code. The folder
10209                   system should know much better when a folder needs an update.
10210                 o to prevent multiple updates in a row the folder updates can be
10211                   frozen for some time.
10212
10213                 Note: - Please verify that no updates are missing
10214                       - Check where freeze/thaws should be added
10215
10216 2003-01-07 [christoph]  0.8.8claws62
10217
10218         * src/prefs_actions.c
10219                 don't translate empty strings
10220
10221         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10222
10223 2003-01-06 [christoph]  0.8.8claws61
10224
10225         * src/prefs_actions.c
10226                 mark strings for gettext
10227         * src/prefs_matcher.c
10228                 use new description window for Execute action and
10229                 match condition in Filtering
10230
10231         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10232
10233 2003-01-06 [alfons]     0.8.8claws60
10234
10235         keep myself inspired to re-organize matcher part 8; 
10236         yes, more to come (I need to move out the descriptive
10237         text for actions to matcher.c, or at least make it not
10238         depend on the wicked ordering)
10239
10240         * src/prefs_matcher.c
10241                 add documentation so others may comprehend the
10242                 UI part of the conditions
10243                 
10244 2003-01-06 [christoph]  0.8.8claws59
10245
10246         * src/prefs_actions.c
10247                 use new description window for syntax help
10248         * src/gtk/description_window.c
10249                 fix display of descriptions with column count != 2
10250
10251         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10252
10253 2003-01-06 [christoph]  0.8.8claws58
10254
10255         * src/quote_fmt.c
10256         * src/summaryview.[ch]
10257         * src/gtk/Makefile.am
10258         * src/gtk/description_window.[ch]       ** NEW **
10259                 use a generic window to display syntax descriptions
10260                 currently used in quote_fmt and summaryview (new description
10261                 for extended quick search)
10262
10263         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10264
10265 2003-01-06 [paul]       0.8.8claws57
10266
10267         * sync with 0.8.8cvs1
10268                 see ChangeLog 2003-01-06
10269
10270 2003-01-06 [christoph]  0.8.8claws56
10271
10272         * src/mainwindow.c
10273         * src/prefs_gtk.[ch]
10274         * src/gtk/prefswindow.[ch]
10275         * src/plugins/spamassassin/spamassassin_gtk.c
10276                 o remove page management from prefswindow, pages
10277                   will be an argument to prefswindow_open
10278                 o prefswindow_open gets a datapointer that is
10279                   passed to the widget_create function to allow
10280                   creation of prefswindow for specific items
10281
10282 2003-01-06 [colin]      0.8.8claws55
10283         
10284         * src/summaryview.c
10285                 We don't want regexp in the reply-finder, 
10286                 because MIDs can contain !,$,. and so on
10287
10288 2003-01-06 [jens]       0.8.8claws54
10289
10290         * src/jpilot.c
10291                 fixed a wrong free in jpilot_read_db_files
10292
10293 2003-01-06 [alfons]     0.8.8claws53
10294
10295         re-organize matcher part 8; more to come
10296        
10297         * src/matcher.c
10298                 matcherprop_to_string(): put g_free()s before the
10299                 switch-case break to fix memleaks                
10300
10301 2003-01-06 [colin]      0.8.8claws52
10302
10303         * src/summaryview.c
10304                 cleanup & reply-finder now displays the first 
10305                 matching message
10306
10307 2003-01-05 [alfons]     0.8.8claws51
10308
10309         re-organize matcher part 7; more to come
10310
10311         * src/matcher.[ch]
10312                 fixes for constant correctness;
10313                 more documentation;
10314
10315 2003-01-05 [alfons]     0.8.8claws50
10316
10317         re-organize matcher part 6; more to come
10318         
10319         * src/matcher.[ch]
10320                 fixes for constant correctness;
10321                 more documentation;
10322         * src/filtering.c
10323                 fix for constant correctness
10324
10325 2003-01-05 [colin]      0.8.8claws49
10326
10327         * src/account.[ch]
10328                 Add account_get_reply_account function
10329         * src/compose.c
10330                 Use account_get_reply_account function 
10331         * src/summaryview.c
10332                 Basic reply-finder - click on the replied
10333                 icon gets you to the outbox using quick-search
10334
10335 2003-01-05 [paul]       0.8.8claws48
10336
10337         * src/prefs_common.c
10338                 small change to English
10339                 
10340         * src/prefs_filtering.c
10341                 prefs_filtering_action_select(): improve logic and uniformity
10342                 of gui
10343
10344 2003-01-05 [alfons]     0.8.8claws47
10345
10346         fine tune solution to focus problems (bug #7)
10347
10348         * src/mainwindow.c
10349                 mainwindow_focus_in_event(): remove grab event check
10350         * src/summaryview.c
10351                 summary_button_pressed(): move selection on right-click
10352                 too. we can't possibly move the selection back after
10353                 canceling a dialog, because gtk's incomplete focus 
10354                 management. whether this is a good solution, only time
10355                 will tell.
10356
10357 2003-01-05 [christoph]  0.8.8claws46
10358
10359         * src/imap.c
10360                 fix crash when no imap connection could be established
10361
10362 2003-01-05 [paul]       0.8.8claws45
10363
10364         * src/mainwindow.c
10365           src/sumamryview.c
10366           src/gtk/menu.[ch]
10367                 fix bug 605957 'shortcuts in popup-menu'
10368                 make user-defined shortcuts work
10369                 show shortcuts that are already defined
10370                 in the main menu
10371                 Patch submitted by Luke Plant
10372
10373 2003-01-05 [alfons]     0.8.8claws44
10374
10375         * src/mainwindow.c
10376                 focus_in_event handler should not select summary view row 
10377                 when another window (menu, dialog) grabbed for events 
10378                 (bug #7, "[0.8.8claws42] Message summary focus") 
10379
10380 2003-01-04 [christoph]  0.8.8claws43
10381
10382         * src/procmsg.c
10383                 update save folder after adding the sent message
10384                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10385
10386 2003-01-02 [christoph]  0.8.8claws42
10387
10388         * src/common/plugin.c
10389                 fix unloading of all plugins and unload
10390                 plugins in reverse order
10391                 
10392         * src/gtk/pluginwindow.c
10393                 implement function of load and unload button
10394
10395         * src/gtk/prefswindow.c
10396         * src/gtk/prefswindow.h
10397                 rename register function and add new unregister
10398                 function
10399
10400         * src/plugins/spamassassin/spamassassin_gtk.c
10401                 unregister prefs page and update for changes in
10402                 src/gtk/prefswindow.c
10403
10404 2003-01-02 [paul]       0.8.8claws41
10405
10406         * po/es.po
10407                 updated by Ricardo Mones Lastra
10408
10409 2003-01-02 [paul]
10410
10411         * tools/tb2sylpheed
10412                 fixes and improvements by Urke MMI
10413
10414 2003-01-02 [thorsten]   0.8.8claws40
10415
10416         * src/procmsg.c
10417                 fixed wrong return value
10418
10419 2003-01-02 [thorsten]   0.8.8claws39
10420
10421         * src/prefs.c
10422                 fixed printing wrong variable
10423
10424 2003-01-02 [thorsten]   0.8.8claws38
10425
10426         * src/prefs.c
10427                 fixed acessing members of freed pfile struct
10428
10429 2003-01-02 [thorsten]   0.8.8claws37
10430
10431         * src/procmsg.c
10432                 detect loops across several messages
10433                 as suggested by Christoph Hohmann
10434
10435 2003-01-01 [match]      0.8.8claws36
10436
10437         * src/addrindex.c
10438                 fixed another memory leak.
10439
10440 2003-01-01 [match]      0.8.8claws35
10441
10442         * src/jpilot.[ch]
10443                 fixed memory leaks. applied Doxygen comments.
10444
10445 2003-01-01 [thorsten]   0.8.8claws34
10446
10447         * src/procmsg.c
10448                 inhibit endless loop if msg references itself
10449                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10450
10451 2003-01-01 [christoph]  0.8.8claws33
10452
10453         * src/mainwindow.c
10454         * src/gtk/Makefile.am
10455         * src/gtk/pluginwindow.c                ** NEW **
10456         * src/gtk/pluginwindow.h                ** NEW **
10457                 add plugin window
10458
10459         * src/plugins/demo/demo.c
10460         * src/plugins/spamassassin/spamassassin.c
10461         * src/plugins/spamassassin/spamassassin_gtk.c
10462                 write better plugin descriptions
10463
10464 2002-12-31 [christoph]  0.8.8claws32
10465
10466         * src/gtk/prefswindow.c
10467         * src/plugins/spamassassin/spamassassin_gtk.c
10468                 some small improvements to GTK code
10469
10470 2002-12-31 [christoph]  0.8.8claws31
10471
10472         * src/plugins/spamassassin/spamassassin_gtk.c
10473                 enable folder select button
10474
10475 2002-12-31 [christoph]  0.8.8claws30
10476
10477         * src/mainwindow.c
10478         * src/gtk/Makefile.am
10479         * src/gtk/prefswindow.c                         ** NEW **
10480         * src/gtk/prefswindow.h                         ** NEW **
10481                 add new prefs window
10482
10483         * src/common/plugin.c
10484                 don't try to load empty config lines
10485         
10486         * src/plugins/spamassassin/Makefile.am
10487         * src/plugins/spamassassin/spamassassin.c
10488         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10489         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10490                 GTK config for SpamAssassin Plugin using
10491                 the new prefs window
10492
10493 2002-12-31 [paul]       0.8.8claws29
10494
10495         * po/POTFILES.in
10496                 remove obsolete entry 'src/menu.c'
10497
10498 2002-12-31 [alfons]     0.8.8claws28
10499
10500         * src/matcher.[ch]
10501         * src/matcher_parser_parse.y
10502         * src/prefs_matcher.c
10503                 add "ignore_thread" and "~ignore_thread" condition so it's
10504                 possible to make the actions / scoring operate on the ignore
10505                 thread flag
10506
10507 2002-12-31 [christoph]  0.8.8claws27
10508
10509         * src/addrbook.c
10510         * src/addrindex.c
10511         * src/folder.c
10512         * src/matcher.c
10513         * src/prefs_account.c
10514         * src/prefs_actions.c
10515         * src/prefs_customheader.c
10516         * src/prefs_display_header.c
10517         * src/prefs_gtk.c
10518         * src/procmime.c
10519         * src/toolbar.c
10520         * src/xmlprops.c
10521         * src/common/prefs.[ch]
10522                 extend prefs file handling for reading and automatic handling
10523                 of blocks. When reading prefs_set_block_label will automatically
10524                 move on to the block. When writing it will copy all other blocks
10525                 automatically
10526
10527         * src/common/plugin.c
10528                 Now loading plugin filenames from [Plugins] block in
10529                 sylpheed rc file
10530
10531 2002-12-30 [christoph]  0.8.8claws26
10532
10533         * src/common/hooks.[ch]
10534                 return abort status to caller of hooks_invoke
10535                 
10536         * src/inc.[ch]
10537                 invoke message filtering hook and stop
10538                 default handling when filter returns abort
10539
10540         * src/common/plugin.[ch]
10541         * src/plugins/demo/demo.c
10542                 modify plugin loader, because resolving symbols for strings
10543                 does not work correctly
10544         
10545         * configure.in
10546         * ac/spamassassin.m4                            ** NEW **
10547         * src/plugins/spamassassin/.cvsignore           ** NEW **
10548         * src/plugins/spamassassin/Makefile.am          ** NEW **
10549         * src/plugins/spamassassin/README               ** NEW **
10550         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
10551         * src/plugins/spamassassin/spamassassin.c       ** NEW **
10552         * src/plugins/spamassassin/utils.[ch]           ** NEW **
10553                 add spamassassin plugin, see src/plugins/spamassassin/README
10554                 for details
10555
10556 2002-12-29 [alfons]     0.8.8claws25
10557
10558         * src/mainwindow.c
10559                 when moving focus from a message view to the main 
10560                 window, don't forget to select the summary node
10561                 of the displayed message. should fix "[ 659103 ] 
10562                 focus-follows-mouse confuses sylpheed"
10563
10564 2002-12-29 [christoph]  0.8.8claws24
10565
10566         * src/Makefile.am
10567         * src/stringtable.[ch]          ** REMOVE **
10568         * src/common/Makefile.am
10569         * src/common/stringtable.[ch]   ** NEW **
10570                 move stringtable files to common directory
10571
10572 2002-12-29 [christoph]  0.8.8claws23
10573
10574         * src/Makefile.am
10575         * src/menu.[ch]                 ** REMOVE **
10576         * src/gtk/Makefile.am
10577         * src/gtk/menu.[ch]             ** NEW **
10578                 move menu files to gtk directory
10579
10580 2002-12-29 [match]      0.8.8claws22
10581
10582         * src/addressbook.c
10583         * src/syldap.c
10584                 moved UI specific code out of LDAP code into addressbook
10585                 UI code. fixed memory leak.
10586
10587 2002-12-29 [christoph]  0.8.8claws21
10588
10589         * src/folder.c
10590                 only check for IGNORED parent message when message is
10591                 not IGNORED itself
10592
10593 2002-12-29 [alfons]     0.8.8claws20
10594
10595         * src/summaryview.c
10596                 set gtksctree's anchor correct (immediate execute
10597                 changes the tree's layout, and anchor points at 
10598                 the incorrect row). fixes "[ 657233 ] multiple msg 
10599                 delete sometimes off by 1".
10600                 we probably have to look for more tree layout /
10601                 anchor glitches.
10602
10603 2002-12-29 [paul]       0.8.8claws19
10604
10605         * src/summaryview.c
10606                 fix bug [ 659054 ] incorrect sorting of 'From' column
10607                 when using 'display sender using address book'
10608                 thanks to Alfons and Luke Plant
10609
10610 2002-12-29 [christoph]  0.8.8claws18
10611
10612         * src/folder.c
10613         * src/procmsg.[ch]
10614                 check parent messages for IGNORE THREAD flag, when adding,
10615                 moving or copying messages to a folder
10616
10617 2002-12-27 [alfons]     0.8.8claws17
10618
10619         re-organize matcher part 5; more to come
10620
10621         * src/matcher.c
10622                 hash keywords in matchparser_tab 
10623
10624 2002-12-27 [alfons]     0.8.8claws16
10625
10626         re-organize matcher part 4; more to come
10627
10628         * src/matcher_parser.h
10629         * src/matcher_parser_lex.l
10630         * src/matcher_parser_parse.y
10631                 cleanup
10632
10633 2002-12-27 [alfons]     0.8.8claws15
10634
10635         re-organize matcher part 3; more to come
10636
10637         * src/matcher.[ch]
10638                 cleanup
10639
10640 2002-12-27 [alfons]     0.8.8claws14
10641
10642         re-organize matcher part 2; more to come but this should
10643         work. cc me if there are any regressions.
10644
10645         * src/matcher.h
10646                 add prototype for get_matchparser_tab_id()
10647         * src/matcher_parser_lex.l
10648                 look up keywords using matchparser_tab_id();
10649
10650 2002-12-27 [alfons]     0.8.8claws12
10651
10652         re-organize matcher part 1
10653
10654         * src/matcher.h
10655                 map yacc generated constants to sylpheed matcher constants
10656         * src/matcher.c
10657                 add function to find a matcher constant from a string
10658
10659 2002-12-27 [christoph]  0.8.8claws11
10660
10661         * src/compose.c
10662                 MENUITEM_ADD casts the 4th argument from integer to pointer
10663                 so it probably should not be a pointer, this means we
10664                 should use account id for it and not the account's pointer
10665
10666 2002-12-27 [paul]       0.8.8claws10
10667
10668         * src/mainwindow.c
10669                 remove unneeded 'GtkWidget *vbox'
10670                 
10671         * src/summaryview.c
10672                 further sync with 0.8.8 - make sort
10673                 by recipient work as expected
10674                 
10675         * NEWS
10676                 sync with 0.8.8
10677
10678 2002-12-27 [paul]       0.8.8claws9
10679
10680         * po/pt_BR.po
10681                 updated by Ivan F. Martinez
10682                 
10683 2002-12-27 [darko]      0.8.8claws8
10684
10685         * src/common/utils.c
10686                 added locked pattern to extended search
10687
10688 2002-12-27 [alfons]     0.8.8claws7
10689
10690         * src/prefs_matcher.[ch]
10691                 clean up
10692
10693 2002-12-26 [alfons]     0.8.8claws6
10694
10695         * src/matcher.[ch]
10696         * src/matcher_parser_lex.l
10697         * src/matcher_parser_parse.y
10698         * src/prefs_matcher.c
10699                 allow color label as a condition in the matcher
10700
10701 2002-12-26 [oliver]     0.8.8claws5
10702         
10703         * src/toolbar.c 
10704                 enable Addressbook for Main and Messageview
10705         * src/prefs_actions.c
10706                 enable actions in Messageview
10707
10708 2002-12-26 [christoph]  0.8.8claws4
10709
10710         * src/common/plugin.c
10711                 add a little debug output
10712         * configure.in
10713         * src/plugins/demo/Makefile.am
10714                 better use of automake
10715
10716 2002-12-26 [christoph]  0.8.8claws3
10717
10718         * src/Makefile.am
10719         * src/common/Makefile.am
10720                 fix "make distdir"
10721
10722 2002-12-26 [christoph]  0.8.8claws2
10723
10724         * configure.in
10725                 sort configure checks into common / gtk / plugins
10726         * po/POTFILES.in
10727                 add src/prefs_gtk.c
10728         * src/Makefile.am
10729                 add plugins SUBDIR
10730         * src/main.c
10731         * src/common/sylpheed.[ch]
10732                 added now sylpheed_done function for shutdown
10733         * src/common/Makefile.am
10734         * src/common/plugin.[ch]                ** NEW **
10735                 plugin loader and unloader
10736         * src/plugins/.cvsignore                ** NEW **
10737         * src/plugins/Makefile.am               ** NEW **
10738                 build plugins
10739         * src/plugins/demo/.cvsignore           ** NEW **
10740         * src/plugins/demo/Makefile.am          ** NEW **
10741         * src/plugins/demo/demo.c               ** NEW **
10742                 small demo plugin that installs a logtext hook and
10743                 outputs the log text to stdout
10744
10745 2002-12-26 [paul]       0.8.8claws1
10746
10747         * po/es.po
10748                 updated by Ricardo Mones Lastra
10749
10750 2002-12-26 [paul]       0.8.8claws
10751
10752         * 0.8.8claws released
10753
10754 2002-12-26 [paul]       0.8.7claws12
10755
10756         * po/bg.po
10757                 updated by George Danchev
10758
10759 2002-12-26 [paul]       0.8.7claws11
10760
10761         * po/POTFILES.in
10762                 remove unneeded 'src/prefs.c' entry 
10763
10764 2002-12-26 [paul]       0.8.7claws10
10765
10766         * src/codeconv.c
10767           src/mainwindow.c
10768                 sync with 0.8.8 release
10769         
10770         * src/folder.[ch]
10771           src/mh.c
10772           src/summaryview.c
10773                 partial sync with 0.8.8 release
10774         
10775
10776 2002-12-25 [alfons]     0.8.7claws9
10777
10778         * src/matcher.[ch]
10779         * src/matcher_parser_lex.l
10780         * src/matcher_parser_parse.y
10781         * src/prefs_matcher.c
10782                 add locked flag to possible filtering / matcher 
10783                 conditions (also a good example what should be
10784                 done to add a simple boolean condition)
10785
10786 2002-12-25 [christoph]  0.8.7claws8
10787
10788         * src/Makefile.am
10789         * src/account.[ch]
10790         * src/addrbook.c
10791         * src/addressbook.c
10792         * src/addrindex.c
10793         * src/filtering.c
10794         * src/folder.c
10795         * src/matcher.c
10796         * src/prefs.[ch]                ** REMOVE **
10797         * src/prefs_account.c
10798         * src/prefs_actions.c
10799         * src/prefs_common.c
10800         * src/prefs_customheader.c
10801         * src/prefs_display_header.c
10802         * src/prefs_filtering.c
10803         * src/prefs_folder_item.c
10804         * src/prefs_gtk.[ch]            ** NEW **
10805         * src/prefs_matcher.c
10806         * src/prefs_scoring.c
10807         * src/prefs_summary_column.c
10808         * src/procmime.c
10809         * src/selective_download.c
10810         * src/toolbar.c
10811         * src/common/Makefile.am
10812         * src/common/prefs.[ch]         ** NEW **
10813                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
10814
10815 2002-12-24 [alfons]     0.8.7claws7
10816
10817         * src/summaryview.c
10818                 summary_thread_build(): fix real cause of the crash mentioned in
10819                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
10820                 this way we get meaningful ctree nodes 
10821
10822 2002-12-24 [oliver]     0.8.7claws6
10823
10824         * src/mainwindow.[ch]
10825         * src/messageview.[ch]
10826         * src/compose.[ch]
10827         * src/inc.c
10828         * src/summaryview.c
10829                 changes to use updated toolbar handling
10830                 
10831 2002-12-24 [oliver]     0.8.7claws5
10832
10833         * src/toolbar.[ch]
10834                 generic toolbar handling
10835                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
10836         * src/prefs_toolbar.[ch]
10837                 adjust to handling
10838         
10839 2002-12-24 [oliver]     0.8.7claws4
10840         
10841         * src/stock_pixmap.[ch]
10842                 move SYLPHEED_LOGO to end of list in order 
10843                 to remove it from Custom Toolbar`s Icon View
10844
10845 2002-12-24 [alfons]     0.8.7claws3
10846
10847         * src/summaryview.c
10848                 summary_thread_build(): fix crash because of focus != selection 
10849                 after threading. when deleting the selection, gtk tries but fails 
10850                 to find the correct focusable element. we now force the selection
10851                 to be focused. this should solve the infamous bug reported by 
10852                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
10853                 a test case is available. 
10854
10855 2002-12-24 [darko]      0.8.7claws2
10856
10857         * src/summaryview.c
10858                 don't crash when unmarking message with unread children
10859
10860 2002-12-23 [christoph]  0.8.7claws1
10861
10862         * src/Makefile.am
10863         * src/common/Makefile.am
10864                 update Makefiles for moved intl.h, version.h and defs.h
10865         * src/imap.c
10866                 rewrite imap_session_get to avoid duplicate code
10867
10868 2002-12-23 [paul]       0.8.7claws
10869
10870         * Santa-Claws released
10871         
10872         * po/hu.po
10873           po/ru.po
10874                 squeeze in updated Hungarian and Russian translations.
10875                 Submitted by  Gál Zoltán and Ruslan N. Balkin
10876
10877 2002-12-23 [paul]       0.8.6claws129
10878
10879         * po/pl.po
10880                 updated by Witold Wladyslaw Wojciech Wilk
10881
10882 2002-12-23 [paul]       0.8.6claws128
10883
10884         * src/quote_fmt_parse.y
10885                 fix typo and add licence header
10886
10887 2002-12-23 [paul]       0.8.6claws127
10888
10889         * po/en_GB.po
10890                 updated
10891
10892 2002-12-23 [paul]       0.8.6claws126
10893
10894         * po/it.po
10895                 updated translation, submitted by Alessandro Maestri
10896                 
10897 2002-12-23 [paul]       0.8.6claws125
10898
10899         * src/quote_fmt_parse.y
10900                 fix signature-stripping on replies bug. match
10901                 '-- \n' and not '-- '.
10902
10903 2002-12-22 [paul]       0.8.6claws124
10904
10905         * po/bg.po
10906           po/es.po
10907           po/sr.po
10908                 updated translations. submitted by George Danchev,
10909                 Ricardo Mones Lastra, and Urke MMI respectively
10910
10911 2002-12-21 [paul]       0.8.6claws123
10912
10913         * src/addrbook.c
10914                 fix coding style
10915
10916 2002-12-21 [paul]       0.8.6claws122
10917
10918         * src/addrbook.c
10919                 fix bug [643638] where if a person is in one or more
10920                 addressbook groups editing that person's email 
10921                 address results in removal from those groups.
10922                 Patch submitted by Luke Plant.
10923
10924 2002-12-20 [christoph]  0.8.6claws121
10925
10926         * src/common/utils.c
10927         * src/summaryview.c
10928                 reimplement expand_search_string using GString to
10929                 prevent crashs caused by miscalculated string
10930                 lengths reported by Paul
10931
10932 2002-12-20 [christoph]  0.8.6claws120
10933
10934         * src/summaryview.c
10935                 don't use "changed" to check if op_count has to be changed as it
10936                 is also set when the message has unread children
10937                 (closes bug [ 653221 ] crash while deleting duplicates)
10938
10939 2002-12-20 [paul]       0.8.6claws119
10940
10941         * sync with 0.8.6cvs27
10942                 see ChangeLog 2002-12-20
10943
10944 2002-12-20 [paul]       0.8.6claws118
10945
10946         * sync with 0.8.6cvs26
10947                 see ChangeLog 2002-12-19 and 2002-12-20
10948
10949 2002-12-19 [alfons]     0.8.6claws117
10950
10951         * src/textview.c
10952                 fix incorrect parsing of email addresses, submitted by 
10953                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
10954                 name display if it contains @".
10955
10956 2002-12-18 [paul]       0.8.6claws116
10957
10958         * sync with 0.8.6cvs23
10959                 see ChangeLog 2002-12-18
10960
10961 2002-12-18 [paul]       0.8.6claws115
10962
10963         * src/Makefile.am
10964         * src/account.c
10965         * src/codeconv.c
10966         * src/gtkutils.[ch]
10967         * src/imap.c
10968                 sync with 0.8.6cvs22.
10969                 see ChangeLog 2002-12-17 and 2002-12-18
10970
10971 2002-12-17 [christoph]  0.8.6claws114
10972
10973         * src/imap.c
10974                 o don't create a session if imap greeting fails
10975                 o don't close socket when authentication fails
10976                   this is done by imap_session_destroy
10977
10978 2002-12-17 [thorsten]   0.8.6claws113
10979
10980         * tools/Makefile.am
10981           tools/README
10982           tools/google_msgid.pl ** NEW FILE **
10983                 Added "search for message-id" script and doc
10984
10985 2002-12-17 [thorsten]   0.8.6claws112
10986
10987         * po/hu.po
10988                 Updated hungarian translation
10989                 (updated by Gal Zoltan)
10990
10991 2002-12-16 [christoph]  0.8.6claws111
10992
10993         * src/addr_compl.c
10994                 remove stupid addressbook dump to debug output
10995         * src/mh.c
10996                 fix memory leak found by Hiro
10997
10998 2002-12-14 [paul]       0.8.6claws110
10999
11000         * src/compose.c
11001                 fix menubar sensitivity on send
11002                 
11003         * src/prefs_filtering.c
11004         * src/prefs_matcher.c
11005         * src/prefs_scoring.c
11006                 Fix english ;)
11007                 
11008         * src/common/quoted-printable.h
11009                 sync: fix typo
11010         
11011 2002-12-13 [christoph]  0.8.6claws109
11012
11013         * src/Makefile.am
11014         * src/manage_window.[ch]        ** REMOVE **
11015         * src/gtk/Makefile.am
11016         * src/gtk/manage_window.[ch]    ** NEW **
11017                 move manage_window files to gtk directory
11018
11019 2002-12-13 [christoph]  0.8.6claws108
11020
11021         * src/Makefile.am
11022         * src/gtkshruler.[ch]           ** REMOVE **
11023         * src/gtk/Makefile.am
11024         * src/gtk/gtkshruler.[ch]       ** NEW **
11025                 move gtkshruler files to gtk directory
11026
11027 2002-12-13 [christoph]  0.8.6claws107
11028
11029         * src/Makefile.am
11030         * src/compose.c
11031         * src/gtkstext.[ch]             ** REMOVE **
11032         * src/gtkutils.[ch]
11033         * src/textview.c
11034         * src/gtk/gtkstext.[ch]         ** NEW **
11035         * src/gtk/Makefile.am
11036                 o move stext functions to gtkstext.c to remove
11037                   dependency of gtkutils
11038                 o move gtkstext files to gtk directory
11039
11040         * src/gtk/Makefile.am
11041         * src/gtk/sslcertwindow.[ch]
11042                 UI stuff can always depend on common code so
11043                 it's ok to add ../common to include path
11044
11045 2002-12-13 [colin]      0.8.6claws106
11046
11047         * src/summaryview.c
11048                 Disconnect sighandlers for mainwindow when
11049                 quicksearch has the focus
11050                 Fix bug #653231
11051         * src/mainwindow.[ch]
11052                 Make key_pressed callback public, to be able
11053                 to disconnect it
11054
11055 2002-12-13 [christoph]  0.8.6claws105
11056
11057         * src/mh.c
11058                 create .mh_sequences file in new MH folders
11059                 (closes feature request [ 523162 ] MH folders should
11060                  get a .mh_sequences)
11061
11062 2002-12-13 [colin]      0.8.6claws104
11063
11064         * src/summaryview.c
11065                 Better handling of quicksearch show/hide
11066                 (basically the button stays under the mouse 
11067                  when toggled)
11068
11069 2002-12-13 [paul]       0.8.6claws103
11070
11071         * sync with 0.8.6cvs17
11072                 see ChangeLog 2002-12-13
11073
11074 2002-12-13 [paul]       0.8.6claws102
11075
11076         * po/es.po
11077                 updated by Ricardo Mones Lastra
11078
11079 2002-12-11 [colin]       0.8.6claws101
11080
11081         * src/folder.c
11082                 remove statusbar stuff
11083           src/folderview.c
11084                 set statusbar verbosity when moving folders
11085
11086 2002-12-11 [colin]       0.8.6claws100
11087         * src/prefs_filtering.c
11088         * src/prefs_matcher.c
11089         * src/prefs_scoring.c
11090                 Fix english ;)
11091
11092 2002-12-11 [colin]       0.8.6claws99
11093
11094         * src/prefs_common.[ch]
11095                 Add summary_quicksearch_type
11096         * src/summaryview.c
11097                 Save last used quicksearch type
11098
11099 2002-12-11 [jens]       0.8.6claws98
11100         * src/prefs_filtering.c
11101         * src/prefs_matcher.c
11102         * src/prefs_scoring.c
11103                 added dialog for incomplete rules in scoring, filtering and
11104                 matcher to ask wheather really close
11105
11106 2002-12-11 [colin]      0.8.6claws97
11107
11108         * src/folder.c
11109                 Fix folder dnd statusbar logging
11110
11111 2002-12-10 [christoph]  0.8.6claws96
11112
11113         * src/compose.c
11114         * src/folder.c
11115         * src/imap.c
11116         * src/inc.c
11117         * src/main.c
11118         * src/mainwindow.c
11119         * src/news.c
11120         * src/send.c
11121         * src/statusbar.[ch]
11122         * src/common/hooks.c
11123         * src/common/log.[ch]
11124                 o handle verbose logging in statusbar directly in statusbar code
11125                   and common code does not need any knowledge about a statusbar
11126                 o remove direct calls to statusbar_(puts|pop)_all functions
11127
11128 2002-12-10 [jens]       0.8.6claws95
11129
11130         * src/*.c
11131                 removed gettext from g_warnings
11132         * po/POTFILES.in
11133                 cleaned and updated
11134         * po/de.po
11135                 updated
11136
11137 2002-12-10 [colin]      0.8.6claws94
11138
11139         * src/main.c
11140                 finish crash dialog fix
11141
11142 2002-12-10 [colin]      0.8.6claws93
11143
11144         * src/main.c
11145                 "Fix" "sylpheed already running" instead of
11146                 crash dialog appearing after a crash
11147
11148 2002-12-10 [colin]      0.8.6claws92
11149
11150         * po/POTFILES.in
11151                 add src/gtk/sslcertwindow.c
11152
11153 2002-12-10 [paul]       0.8.6claws91
11154
11155         * po/POTFILES.in
11156                 updated to reflect recent changes
11157                 submitted by Alessandro Maestri
11158
11159 2002-12-09 [christoph]  0.8.6claws90
11160
11161         * src/Makefile.am
11162         * src/smtp.[ch]                 ** REMOVE **
11163         * src/common/Makefile.am
11164         * src/common/smtp.[ch]          ** NEW **
11165                 move smtp files to common directory
11166
11167 2002-12-09 [christoph]  0.8.6claws89
11168
11169         * src/Makefile.am
11170         * src/session.[ch]              ** REMOVE **
11171         * src/common/Makefile.am
11172         * src/common/session.[ch]       ** NEW **
11173                 move session files to common directory
11174
11175 2002-12-09 [paul]       0.8.6claws88
11176
11177         * src/account.c
11178                 fix bug [649746] edit accounts: move account reverted
11179                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11180
11181 2002-12-09 [colin]      0.8.6claws87
11182
11183         * src/ssl_certificate.c
11184                 cleanup
11185
11186 2002-12-09 [colin]      0.8.6claws86
11187
11188         * src/ssl.c
11189                 Try to open the cert.pem database and 
11190                 issue a warning if it isn't there
11191
11192 2002-12-09 [colin]      0.8.6claws85
11193
11194         * src/common/ssl_certificate.c
11195         * src/gtk/sslcertwindow.c
11196                 Warning fixes
11197
11198 2002-12-09 [colin]      0.8.6claws84
11199
11200         * src/ssl_certificate.[ch] ** REMOVED **
11201         * src/common/ssl_certificate.[ch] ** NEW **
11202         * src/Makefile.am
11203         * src/common/Makefile.am
11204                 Moved ssl_certificate.[ch] to common
11205         * src/common/ssl.c 
11206                 Put back needed include
11207         * src/gtk/sslcertwindow.[ch]
11208                 Changed ssl_certificate.h include
11209         
11210 2002-12-09 [colin]      0.8.6claws83
11211
11212         * src/gtk/sslcertwindow.[ch]
11213                 Implement hook for certificate acception
11214         * src/ssl_certificate.[ch]
11215                 Implement hook for certificate acception
11216         * src/common/ssl.c
11217                 Reenable certificate acception check
11218         * src/mainwindow.c
11219                 Register sslcertwindow's hook
11220         
11221 2002-12-08 [christoph]  0.8.6claws82
11222
11223         * src/about.c
11224         * src/addr_compl.c
11225         * src/codeconv.c
11226         * src/manual.c
11227         * src/undo.c
11228         * src/common/utils.c
11229                 o add missing includes
11230                 o fix warnings
11231         * src/.cvsignore
11232         * src/common/.cvsignore
11233         * src/common/version.h          ** REMOVE **
11234                 remove autogenerated file
11235
11236 2002-12-08 [paul]       0.8.6claws81
11237
11238         * src/stringtable.c
11239                 put back needed include
11240
11241 2002-12-08 [colin]      0.8.6claws80
11242         
11243         * src/gtk/sslcertwindow.c
11244                 Cleaner popups when asking
11245         * src/ssl_certificate.c
11246         * src/prefs_common.[ch]
11247                 remove ssl certificate pref
11248                 put back needed include
11249         * src/undo.c
11250                 put back needed include
11251
11252 2002-12-08 [christoph]  0.8.6claws79
11253
11254         * src/folderview.c
11255         * src/logwindow.c
11256         * src/statusbar.c
11257         * src/summaryview.c
11258                 only abort hook invokation if required data is missing not
11259                 if our own data pointer is NULL, update hookfunction for
11260                 log window
11261
11262 2002-12-08 [paul]       0.8.6claws78
11263
11264         * src/about.c
11265         * src/addrcache.c
11266         * src/addrclip.c
11267         * src/addr_compl.c
11268         * src/addrselect.c
11269         * src/codeconv.c
11270         * src/colorlabel.c
11271         * src/enriched.c
11272         * src/esmtp.c
11273         * src/exporthtml.c
11274         * src/headerview.c
11275         * src/imageview.c
11276         * src/manual.c
11277         * src/noticeview.c
11278         * src/pgptext.c
11279         * src/scoring.c
11280         * src/sourcewindow.c
11281         * src/stringtable.c
11282         * src/undo.c
11283                 clean up: remove unneccesary includes
11284
11285 2002-12-08 [christoph]  0.8.6claws77
11286
11287         * src/folderview.c
11288         * src/statusbar.c
11289         * src/summaryview.c
11290         * src/common/hooks.[ch]
11291                 hook functions now have a gboolean return value, if a hook
11292                 returns TRUE it will stop executing of any more hooks in
11293                 the same hooklist for this invokation
11294
11295 2002-12-08 [colin]      0.8.6claws76
11296         
11297         * src/main.c
11298                 put back argv0 for CRASH_DIALOG
11299
11300 2002-12-08 [christoph]  0.8.6claws75
11301
11302         * src/Makefile.am
11303         * src/about.c
11304         * src/account.c
11305         * src/crash.c
11306         * src/esmtp.h
11307         * src/imap.[ch]
11308         * src/inc.c
11309         * src/main.c
11310         * src/mainwindow.c
11311         * src/news.c
11312         * src/pop.[ch]
11313         * src/prefs_account.[ch]
11314         * src/prefs_common.[ch]
11315         * src/send.[ch]
11316         * src/smtp.[ch]
11317         * src/ssl_certificate.[ch]
11318         * src/ssl_manager.[ch]
11319         * src/common/Makefile.am
11320         * src/common/log.c
11321         * src/common/nntp.[ch]
11322         * src/common/socket.[ch]
11323         * src/common/ssl.[ch]
11324         * src/gtk/sslcertwindow.[ch]
11325         * ac/openssl.m4
11326                 use new autoconf script to detect OpenSSL with extra parameters
11327                 to specify the location of libs and includes, also remove USE_SSL
11328                 to USE_OPENSSL
11329
11330         * src/common/sylpheed.[ch]
11331         * src/common/version.h.in
11332                 start seperation of common code initialization seperated from gui
11333
11334         * src/summaryview.c
11335                 The function that is called when a color label changes
11336                 should not change the color lable again
11337
11338 2002-12-08 [colin]      0.8.6claws74
11339
11340         * src/gtk/sslcertwindow.c
11341                 warning fixes
11342
11343 2002-12-08 [colin]      0.8.6claws73
11344
11345         * src/statusbar.c
11346           src/common/log.h
11347                 Register a hook for statusbar_puts_all
11348         * src/common/log.c
11349                 invoke statusbar_puts_all's hook
11350         
11351 2002-12-08 [colin]      0.8.6claws72
11352
11353         * src/ssl_certificate.c
11354                 Put back a badly-removed include
11355
11356 2002-12-08 [colin]      0.8.6claws71
11357
11358         * src/gtk/sslcertwindow.[ch]    ** NEW **
11359                 new certificate presentation
11360         * src/gtk/Makefile.am
11361                 add new files
11362         * src/ssl_certificate.[ch]
11363                 gtk cleanup, made utility functions public
11364         * src/ssl_manager.c
11365                 use new cert presentation
11366
11367 2002-12-07 [christoph]  0.8.6claws70
11368
11369         * src/Makefile.am
11370         * src/nntp.[ch]                 ** REMOVE **
11371         * src/common/Makefile.am
11372         * src/common/nntp.[ch]          ** NEW **
11373                 move nntp files to common directory
11374
11375 2002-12-07 [christoph]  0.8.6claws69
11376
11377         * src/procmsg.[ch]
11378         * src/summaryview.c
11379                 implement msginfo update callback using sylpheed's new
11380                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11381
11382 2002-12-06 [christoph]  0.8.6claws68
11383
11384         * src/editgroup.c
11385                 This patch changes the 'Edit Group Details' dialog to
11386                 allow extended selections in either pane, so that
11387                 addresses can be added or removed from a group more
11388                 quickly and easily. (it actually is a net decrease in
11389                 file size, as some unnecessary functions have been
11390                 removed). 
11391                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11392
11393 2002-12-06 [christoph]  0.8.6claws67
11394
11395         * src/Makefile.am
11396         * src/template.[ch]             ** REMOVE **
11397         * src/common/Makefile.am
11398         * src/common/template.[ch]      ** NEW **
11399                 move template files to common directory
11400
11401         * src/nntp.c
11402                 add missing log.h include
11403
11404 2002-12-06 [melvin]     0.8.6claws66
11405
11406         * src/prefs_actions.c
11407                 Added the trailing ">" syntax to insert command's output
11408                 without replacing old text (in contrast to trailing "|").
11409
11410 2002-12-05 [colin]      0.8.6claws65
11411         
11412         * src/common/utils.c
11413                 Don't modify original search_string or it'll change
11414                 the next iterations in the for()
11415
11416 2002-12-05 [darko]      0.8.6claws64
11417
11418         * src/common/utils.c
11419                 proper check for filtering commands, found by Colin
11420
11421 2002-12-05 [darko]      0.8.6claws63
11422
11423         * src/common/utils.c
11424                 check proper string for NULL pointer, found by Colin
11425
11426 2002-12-05 [darko]      0.8.6claws62
11427
11428         * src/common/utils.[ch]
11429                 expand_search_string(): new function
11430                 converts Mutt-like patterns to Sylpheed's
11431                 filtering engine
11432         * src/summaryview.c
11433                 use expand_search_string() to allow Mutt-like
11434                 patterns in extended search
11435         * README.claws
11436                 document extended option in quick search
11437
11438 2002-12-05 [paul]       0.8.6claws61
11439
11440         * sync with 0.8.6cvs16
11441                 see ChangeLog 2002-12-05
11442                 
11443         * po/POTFILES.in
11444                 clean up
11445
11446 2002-12-04 [christoph]  0.8.6claws60
11447
11448         * src/imap.[ch]
11449                 put imap authentication code into a new function and
11450                 remove it from imap_session_new that will allow to
11451                 send other commands before authentication
11452
11453 2002-12-04 [christoph]  0.8.6claws59
11454
11455         * src/imap.[ch]
11456                 use already existing method to prevent unneeded IMAP
11457                 folder selects. Set imap_select parameters to NULL
11458                 in some functions if the values are not required.
11459
11460         * src/xml.h
11461                 remove no longer required include
11462
11463 2002-12-04 [paul]       0.8.6claws58
11464
11465         * po/es.po
11466                 updated by Ricardo Mones Lastra
11467                 
11468         * configure.in
11469           po/hu.po      ** NEW FILE **
11470                 initial Hungarian translation, submitted
11471                 by Gál Zoltán <galzoli@hu.inter.net>
11472
11473 2002-12-03 [christoph]  0.8.6claws57
11474
11475         * src/Makefile.am
11476         * src/gtksctree.[ch]            ** REMOVE **
11477         * src/gtk/Makefile.am
11478         * src/gtk/gtksctree.[ch]        ** NEW **
11479                 move gtksctree files to gtk directory
11480
11481 2002-12-03 [christoph]  0.8.6claws56
11482
11483         * src/Makefile.am
11484         * src/md5.[ch]                  ** REMOVE **
11485         * srm/common/Makefile.am
11486         * src/common/md5.[ch]           ** NEW **
11487                 move md5 files to common directory
11488
11489         * src/gtkstext.c
11490                 remove not required #include
11491
11492 2002-12-03 [sergey]     0.8.6claws55
11493
11494         * src/gtkutils.c
11495         * src/gtkutils.h
11496                 gtkut_window_popup(): new function.
11497         * src/mainwindow.c
11498                 main_window_popup(): use gtkut_window_popup() to raise
11499                 window without changing its position.
11500                 (see sylpheed-main ML message [sylpheed:17247])
11501
11502 2002-12-03 [sergey]     0.8.6claws54
11503
11504         * src/send.c
11505                 send_message_local(): removed first-dot escaping
11506                 (SMTP-only, not needed for sending through pipe)
11507
11508 2002-12-03 [paul]       0.8.6claws53
11509
11510         * po/POTFILES.in
11511                 update to reflect recent changes (thanks
11512                 to Ricardo Mones Lastra)
11513                 
11514         * tools/filter_conv.pl
11515                  fix problem with quoted strings. Patch submitted
11516                  by Luke Plant <lukeplant@softhome.net>
11517
11518 2002-12-03 [paul]       0.8.6claws52
11519
11520         * sync with 0.8.6cvs15
11521                 see ChangeLog 2002-12-03
11522
11523 2002-12-02 [christoph]  0.8.6claws51
11524
11525         * src/logwindow.[ch]
11526         * src/common/log.[ch]
11527                 implement logging using a hook function
11528
11529         * src/folderview.c
11530         * src/folder.[ch]
11531                 define hooklist name in header file to avoid
11532                 errors caused by wrong spelling of hooklist names
11533
11534         * src/toolbar.c
11535                 fix warnings
11536
11537 2002-12-02 [christoph]  0.8.6claws50
11538
11539         * src/common/Makefile.am
11540                 add src/common/hooks.[ch]
11541
11542         * src/common/hooks.[ch]
11543                 implement a simple hook system using glib's hook functions
11544
11545         * src/folder.[ch]
11546         * src/folderview.c
11547                 use new hook system for folder item updates
11548
11549 2002-12-02 [christoph]  0.8.6claws49
11550
11551         * doc-src/ui_seperation.txt     ** NEW **
11552                 information for ui seperation
11553
11554         * src/Makefile.am
11555                 remove files that were moved to common
11556                 include common directory by default for the header files
11557
11558         * src/inc.c
11559         * src/common/socket.c
11560         * src/automaton.[ch]
11561                 implement automaton using g_io_*-functions instead of
11562                 gdk_input_add to make it ui independent
11563
11564         * src/codeconv.c
11565         * src/compose.c
11566         * src/ldif.c
11567         * src/pgptext.c
11568         * src/procmime.c
11569         * src/rfc2015.c
11570         * src/smtp.c
11571         * src/unmime.c
11572                 remove common/ prefix because directory is now in
11573                 include path
11574
11575         * src/compose.c
11576         * src/folder.c
11577         * src/folderview.c
11578         * src/mainwindow.c
11579         * src/messageview.c
11580         * src/prefs_common.c
11581         * src/procmsg.c
11582         * src/rfc2015.c
11583                 fix warnings
11584
11585         * src/imap.c
11586         * src/inc.c
11587         * src/news.c
11588         * src/pop.c
11589         * src/send.c
11590         * src/smtp.c
11591         * src/ssl_certificate.c
11592                 add log.h header file for logging functions
11593
11594         * src/main.c
11595         * src/common/utils.c
11596         * src/summaryview.c
11597         * src/xml.c
11598                 o move debug_mode to common/utils.c
11599                 o add functions to set and get debug_mode
11600
11601         * src/defs.h                    ** REMOVE **
11602         * src/intl.h                    ** REMOVE **
11603         * src/socket.[ch]               ** REMOVE **
11604         * src/ssl.[ch]                  ** REMOVE **
11605         * src/utils.[ch]                ** REMOVE **
11606                 replaced by new files in src/common/
11607         
11608         * src/common/Makefile.am
11609                 add new files in src/common/
11610
11611         * src/common/defs.h             ** NEW **
11612         * src/common/intl.h             ** NEW **
11613         * src/common/log.[ch]           ** NEW **
11614         * src/common/socket.[ch]        ** NEW **
11615         * src/common/ssl.[ch]           ** NEW **
11616         * src/common/utils.[ch]         ** NEW **
11617                 replacement for files in src/
11618
11619 2002-12-02 [colin]      0.8.6claws48
11620
11621         * src/folderview.c
11622                 Scroll folderview if necessary during dnd
11623
11624 2002-12-02 [colin]      0.8.6claws47
11625
11626         * src/folder.[ch]
11627                 Add check to verify a move is within a single mailbox
11628         * src/folderview.c
11629                 Add specific error string for this check
11630
11631 2002-12-02 [colin]      0.8.6claws46
11632
11633         * src/folder.c
11634                 Add a test to folder moving, remove a statusbar_print
11635         * src/folderview.c
11636                 Add Move folder... context-menu item
11637                 Factorize folder moving code
11638                 Enable folder DND for mbox
11639
11640 2002-12-01 [christoph]  0.8.6claws45
11641
11642         * ac/aspell.m4
11643                 remove conf.aspelltest if the version check fails
11644
11645 2002-11-30 [christoph]  0.8.6claws44
11646
11647         * autogen.sh
11648                 run libtoolize --force in autogen to create missing
11649                 libtool scripts
11650
11651 2002-11-30 [christoph]  0.8.6claws43
11652
11653         * src/Makefile.am
11654         * src/pgptext.c
11655         * src/procmime.c
11656         * src/rfc2015.c
11657         * src/uuencode.[ch]             ** REMOVED **
11658         * src/common/Makefile.am
11659         * src/common/uuencode.[ch]      ** NEW **
11660                 move uuen/decoder to common directory
11661
11662 2002-11-30 [christoph]  0.8.6claws42
11663
11664         * src/Makefile.am
11665         * src/base64.[ch]               ** REMOVED **
11666         * src/codeconv.c
11667         * src/compose.c
11668         * src/ldif.c
11669         * src/pgptext.c
11670         * src/procmime.c
11671         * src/rfc2015.c
11672         * src/smtp.c
11673         * src/unmime.c
11674         * src/common/Makefile.am
11675         * src/common/base64.[ch]        ** NEW **
11676                 move base64 en/decoder to common directory
11677
11678 2002-11-30 [christoph]  0.8.6claws41
11679
11680         * src/common                    ** NEW **
11681                 new directory for UI independent code
11682         * src/gtk                       ** NEW **
11683                 new directory for GTK frontend
11684         * src/common/.cvsignore         ** NEW **
11685         * src/gtk/.cvsignore            ** NEW **
11686                 ignore build files
11687         * src/common/Makefile.am        ** NEW **
11688         * src/gtk/Makefile.am           ** NEW **
11689                 automake files to build new seperated stuff
11690         * src/Makefile.am
11691                 the binary will currently still be build with the
11692                 files in src, so we include the code from the
11693                 subdirs for now after building the libs there
11694
11695 2002-11-30 [paul]       0.8.6claws40
11696
11697         * src/compose.c
11698                 fix bug [642731] 'Wrong selected account with drafted mail'
11699
11700 2002-11-29 [oliver]     0.8.6claws39
11701         
11702         * src/messageview.c
11703                 o update summaryview when switching between different
11704                   messageviews          
11705         * src/toolbar.c  
11706                 o check if messageview holds already removed msg
11707                   from summaryview
11708                 
11709
11710 2002-11-29 [oliver]     0.8.6claws38
11711
11712         * src/toolbar.c 
11713                 remove not needed variables and includes
11714                 make messageview stay opened and move to next when msgs are deleted 
11715
11716 2002-11-29 [oliver]     0.8.6claws37
11717         
11718         * src/toolbar.c 
11719                 disable compose button (messageview toolbar) by default
11720                 deleted msgs are moved to trash
11721         
11722 2002-11-29 [melvin]     0.8.6claws36
11723
11724         * configure.in
11725                 Increased minimal gpgme version to 0.3.10 (Zombies out)
11726                 and to detect signatures expirations (gpgme 0.3.6)
11727
11728         * src/main.c
11729                 Use non obsolescent function for Gpgme engine checking.
11730
11731         * src/rfc2015.c
11732                 Inform about expired signatures or signatures which key
11733                 has expired. Expiration date is displayed.
11734
11735         * src/sigstatus.c
11736                 Inform about expired signatures or signatures which key
11737                 has expired.
11738
11739 2002-11-28 [paul]       0.8.6claws35
11740
11741         * src/folderview.c
11742                 re-instate 'Check for new messages' in Newsgroup
11743                 folders right-click menu, after a suggestion from
11744                 Tim Mann <timmann@users.sourceforge.net>
11745
11746         * src/main.c
11747                 after a crash check only local folders for new
11748                 messages
11749
11750 2002-11-28 [paul]       0.8.6claws34
11751
11752         * configure.in
11753                 apply patch that fixes the checking of GTK with XIM 
11754                 support on different OSs, such as FreeBSD. Patch 
11755                 submitted by Topia <topia@users.sourceforge.net>
11756                 
11757 2002-11-28 [paul]       0.8.6claws33
11758
11759         * src/mainwindow.c
11760           src/prefs_common.c
11761           src/prefs_toolbar.c
11762                 more changes to the English
11763
11764 2002-11-28 [paul]       0.8.6claws32
11765
11766         * sync with 0.8.6cvs13
11767                 see ChangeLog 2002-11-28 (no sync needed
11768                 for src/compose.c)
11769
11770 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
11771         
11772         * src/mainwindow.[ch]
11773                 add patch by Ivan F. Martinez introducing messageview Toolbar
11774                 some changes and committed by oliver    
11775
11776 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
11777
11778         * src/messageview.[ch]
11779                 add patch by Ivan F. Martinez introducing messageview Toolbar
11780                 some changes and committed by oliver    
11781
11782 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
11783
11784         * src/compose.[ch]
11785                 add patch by Ivan F. Martinez introducing messageview Toolbar
11786                 some changes and committed by oliver    
11787
11788 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
11789         
11790         * src/toolbar.[ch]
11791                 add patch by Ivan F. Martinez introducing messageview Toolbar
11792                 some changes and committed by oliver
11793
11794 2002-11-28 [oliver]     0.8.6claws27
11795         
11796         * src/prefs_toolbar.[ch]
11797                 getting ready for messageview toolbar
11798                 free mem allocated by gettext
11799                 change prefs_toolbar to prefs_toolbar_open
11800  
11801 2002-11-28 [thorsten]   0.8.6claws26
11802
11803         * src/imageview.[ch]
11804                 cleaned up conflicting declarations of
11805                 imageview_show_image()
11806
11807 2002-11-28 [paul]       0.8.6claws25
11808
11809         * src/grouplistdialog.c
11810           src/prefs_common.c
11811           src/prefs_summary_column.c
11812                 a few more improvements to the English
11813
11814 2002-11-28 [colin]      0.8.6claws24
11815
11816         * man/sylpheed.1
11817                 A few updates to command-line parameters
11818
11819 2002-11-28 [colin]      0.8.6claws23
11820
11821         * src/prefs_filtering.c
11822                 Fix problems with prefs_filtering_delete_path:
11823                 a) if the first rule is removed, original pointers
11824                    weren't updated (leading to segfaults)
11825                 b) it was always global_processing updated in case
11826                    of removed path was parent of rule path
11827
11828 2002-11-27 [paul]       0.8.6claws22
11829
11830         * src/mainwindow.c
11831           src/prefs_account.c
11832           src/prefs_actions.c
11833           src/prefs_common.c
11834           src/prefs_customheader.c
11835           src/prefs_display_header.c
11836           src/prefs_filtering.c
11837           src/prefs_folder_item.c
11838           src/prefs_matcher.c
11839           src/prefs_scoring.c
11840           src/prefs_summary_column.c
11841           src/prefs_template.c
11842           src/prefs_toolbar.c
11843                  improve the English in the GUI
11844
11845 2002-11-27 [colin]      0.8.6claws21
11846
11847         * src/folder.c
11848                 Fix processing renaming problems happening after
11849                 last commit
11850
11851 2002-11-27 [colin]      0.8.6claws20
11852
11853         * src/folder.c
11854                 recursive move now deletes src each subfolder after 
11855                 having moved it
11856         * src/folderview.c
11857                 Use identifier instead of path during dnd (enables
11858                 IMAP folder dnd)
11859
11860 2002-11-27 [paul]       0.8.6claws19
11861
11862         * src/main.c
11863                 apply patch that does command-line processing 
11864                 BEFORE gtk_init, allowing claws to run from 
11865                 shell-scripts in non-X environment (e.g. crontab 
11866                 or ip-up, ip-down scripts). Patch submitted by
11867                 Ruslan N. Balkin <baron@dartel.ru>
11868                 
11869         * po/it.po
11870                 updated by Alessandro Maestri
11871
11872 2002-11-27 [paul]       0.8.6claws18
11873
11874         * sync with 0.8.6cvs12
11875           src/prefs_common.c
11876                 Differences are that main uses a 'Receive dialog'
11877                 frame on the Interface tab, whereas claws groups all 
11878                 the dialogs together in a 'Dialogs' frame.
11879
11880 2002-11-27 [colin]      0.8.6claws17
11881
11882         * src/prefs_matcher.c
11883                 Fix Execute criteria's NOT flag
11884
11885
11886 2002-11-26 [christoph]  0.8.6claws16
11887
11888         * src/ssl.c
11889                 rewrite the ssl code a little bit, only use one
11890                 SSL context, set default certificates' file/path
11891
11892 2002-11-26 [thorsten]   0.8.6claws15
11893
11894         * src/compose.c
11895                 default-reply-to didn't work for ml-reply
11896
11897 2002-11-26 [melvin]     0.8.6claws14
11898
11899         * src/prefs_actions.c
11900                 Made pipe-actions ignore short headers in message view
11901                 Made trailing-pipe-actions write in the message view with
11902                 the same font as the original message
11903
11904 2002-11-26 [paul]       0.8.6claws13
11905
11906         * src/compose.c
11907                 this time commit the correct file
11908
11909 2002-11-26 [paul]       0.8.6claws12
11910
11911         * sync with 0.8.6cvs11
11912           src/quote_fmt_parse.y  
11913                 no sync needed
11914           src/account.[ch]       
11915                 not sync'ed
11916           src/compose.c
11917                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
11918                 on draft mode.
11919                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
11920                 header
11921                 
11922         see ChangeLog 2002-11-25 and 2002-11-26
11923
11924 2002-11-26 [colin]      0.8.6claws11
11925
11926         * src/folderview.c
11927                 Fix collapsed folder not auto-expanding during
11928                 mail dnd, if it was the source folder.
11929
11930 2002-11-25 [colin]      0.8.6claws10
11931
11932         * src/folderview.[ch]
11933                 Variable renaming and cleaning (slist of nodes 
11934                 to be re-collapsed is stored in FolderView)
11935
11936 2002-11-25 [paul]       0.8.6claws9
11937
11938         * src/prefs_common.[ch]
11939                 fix breakage caused by last commit
11940
11941 2002-11-25 [paul]       0.8.6claws8
11942
11943         * sync with 0.8.6cvs4
11944                 see ChangeLog 2002-11-21
11945
11946 2002-11-25 [paul]       0.8.6claws7
11947
11948         * sync with 0.8.6cvs4
11949                 see ChangeLog 2002-11-20
11950
11951 2002-11-25 [paul]       0.8.6claws6
11952
11953         * sync with 0.8.6cvs3
11954                 see ChangeLog 2002-11-18
11955
11956 2002-11-25 [colin]      0.8.6claws5
11957
11958         * src/gtkutils.[ch]
11959                 Add gtkut_ctree_node_is_parent()
11960         * src/folderview.c
11961                 Spring-loaded folders
11962
11963 2002-11-25 [colin]      0.8.6claws4
11964
11965         * src/utils.[ch]
11966                 Add slist_concat_unique(), function to merge
11967                 two GSList filtering dups
11968         * src/folder.[ch]
11969         * src/summaryview.[ch]
11970         * src/folderview.c
11971         * src/main.c
11972                 Add detection/update/display of unread answers
11973                 to marked mails
11974         * src/procmsg.[ch]
11975                 Add procmsg_find_children()
11976                 Add procmsg_msg_has_marked_parent()
11977
11978 2002-11-25 [colin]      0.8.6claws3
11979
11980         * src/ssl_certificate.[ch]
11981                 Allow checking a certificate without a DNS
11982                 lookup
11983                 Allow to forget a cert (by deleting it)
11984                 Make ssl_certificate_destroy_public
11985         * src/ssl_manager.[ch] ** NEW FILES **
11986                 Gui to manage (display/remove) certificates
11987         * src/prefs_common.[ch]
11988                 Add a pref to allow silent acceptation of
11989                 trusted certificates or not (based on the
11990                 "I want to know what's going on" principle)
11991         * src/mainwindow.c
11992                 Add SSL manager in Tools menu
11993         * src/Makefile.am
11994                 Add the new files to the build
11995         * po/POTFILES.in
11996                 Add ssl_manager.c to translations
11997
11998 2002-11-25 [colin]      0.8.6claws2
11999
12000         * src/summaryview.[ch]
12001                 Add S_SEARCH_EXTENDED to the quick search, which 
12002                 allows to search using filtering syntax.
12003
12004 2002-11-25 [colin]      0.8.6claws1
12005
12006         * src/summaryview.c
12007                 Deletion of duplicates now prefer deleting
12008                 the unread dup (fixes feature-request 638989).
12009
12010 2002-11-24 [paul]       0.8.6claws
12011
12012         * po/es.po
12013           po/pl.po
12014           po/ru.po
12015           po/sr.po
12016                 updated by Ricardo Mones Lastra,
12017                 Witold Wladyslaw Wojciech Wilk,
12018                 Ruslan N. Balkin, and  Urke MMI 
12019                 respectively
12020
12021 2002-11-24 [paul]       0.8.5claws182
12022
12023         * po/bg.po
12024                 updated by George Danchev
12025
12026 2002-11-23 [alfons]     0.8.5claws181
12027
12028         * src/imap.c
12029                 tiny memory leak found by browsing Dimitar's 
12030                 valgrind report
12031
12032 2002-11-23 [paul]       0.8.5claws180
12033
12034         * po/it.po
12035                 updated by Alessandro Maestri
12036
12037 2002-11-22 [christoph]  0.8.5claws179
12038
12039         * src/compose.c
12040         * src/inc.c
12041         * src/prefs_filtering.c
12042         * src/summaryview.c
12043                 more warning fixes
12044
12045 2002-11-22 [alfons]     0.8.5claws178
12046
12047         * src/summaryview.c
12048                 summary_execute_delete_func(): if message is deleted, make 
12049                 sure to also remove its entry in the subject hash table. 
12050                 fixes a corner case bug.
12051
12052 2002-11-22 [paul]       0.8.5claws177
12053
12054         * .cvsignore
12055                 add 'autom4te.cache'
12056                 
12057         * ltconfig      ** REMOVED **
12058                 not needed
12059
12060 2002-11-22 [paul]       0.8.5claws176
12061
12062         * src/textview.c
12063                 textview_set_font(): fix for message display in
12064                 UTF-8 locales (thanks to Sergey Vlasov).
12065                 
12066         * AUTHORS
12067                 add new team members and contributors
12068
12069
12070 2002-11-21 [colin]      0.8.5claws175
12071
12072         * src/procmsg.[ch]
12073                 Add procmsg_remove_special_headers()
12074         * src/mh.c
12075                 Use procmsg_remove_special_headers() for 
12076                 previous fix
12077
12078 2002-11-21 [colin]      0.8.5claws174
12079
12080         * src/mh.c
12081                 Fix moving/copying from queue/draft folders
12082                 for MH folders
12083
12084 2002-11-21 [christoph]  0.8.5claws173
12085
12086         * src/crash.c
12087         * src/filtering.c
12088         * src/logwindow.c
12089         * src/main.c
12090         * src/matcher_parser_lex.[hl]
12091         * src/mbox.c
12092         * src/mbox_folder.[ch]
12093         * src/prefs_filtering.c
12094         * src/procheader.c
12095         * src/quote_fmt_lex.l
12096         * src/ssl.c
12097                 fix all warnings except the warnings in lex and yacc files
12098
12099 2002-11-20 [christoph]  0.8.5claws172
12100
12101         * src/imap.c
12102                 fix MsgInfo retrieval for IMAP draft and queue folders
12103                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12104
12105 2002-11-19 [christoph]  0.8.5claws171
12106
12107         * src/compose.c
12108                 fix segfault, when draft saving does not get
12109                 the MsgInfo of the new message
12110                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12111
12112 2002-11-19 [christoph]  0.8.5claws170
12113
12114         * src/procmsg.c
12115                 add parameter check for flag setting function
12116                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12117
12118 2002-11-18 [paul]       0.8.5claws169
12119
12120         * src/compose.c
12121                 more sensitivity fixes to redirect mode:
12122                 * disable toolbar draft button
12123                 * allow only Address book in the Tools menu
12124                 * disable editing of message by the spell
12125                   checker
12126
12127 2002-11-18 [paul]       0.8.5claws168
12128
12129         * src/compose.c
12130                 fix sensitivity of menu items in compose_redirect():
12131                 allow only the necessary items 
12132
12133 2002-11-18 [paul]       0.8.5claws167
12134
12135         * src/compose.c
12136                 fix bug [ 603259 ] 'attachment got lost on bounce'
12137
12138 2002-11-18 [paul]       0.8.5claws166
12139
12140         * po/ru.po
12141                 updated by Ruslan N. Balkin <baron@dartel.ru>
12142
12143 2002-11-18 [colin]      0.8.5claws165
12144
12145         * src/main.c
12146           src/defs.h
12147                 Remove old filtering stuff
12148
12149
12150 2002-11-17 [oliver]     0.8.5claws164
12151
12152         * src/toolbar.h
12153                 remove not needed typedef 
12154
12155 2002-11-17 [oliver]     0.8.5claws163
12156
12157         * src/toolbar.c
12158                 make toolbar's on click events translatable
12159
12160 2002-11-15 [colin]      0.8.5claws162
12161
12162         * src/summaryview.c
12163                 Revert too-soon integration of a feature
12164
12165 2002-11-15 [christoph]  0.8.5claws161
12166
12167         * src/imap.c
12168                 use main's implementation of imap_get_msginfo
12169
12170 2002-11-15 [christoph]  0.8.5claws160
12171
12172         * src/compose.c
12173         * src/folder.[ch]
12174         * src/imap.c
12175         * src/mbox_folder.c
12176         * src/mh.c
12177         * src/news.c
12178         * src/procmsg.c
12179         * src/summaryview.c
12180                 replace claws' fetch_msginfo with main's get_msginfo
12181                 (use main's implementation where possible)
12182
12183 2002-11-15 [colin]      0.8.5claws159
12184
12185         * src/ssl_certificate.c
12186                 Missed a check
12187
12188 2002-11-16 [melvin]     0.8.5claws158
12189
12190         * po/fr.po
12191                 Updated French translations.
12192
12193 2002-11-16 [colin]      0.8.5claws157
12194
12195         * src/ssl_certificate.c
12196                 Check for missing parts in the certificates
12197
12198 2002-11-15 [colin]      0.8.5claws156
12199
12200         * src/folderview.c
12201                 Preventive fix (missing check) found by
12202                 Alfons
12203
12204 2002-11-15 [paul]
12205
12206         * NEWS
12207                 sync with 0.8.6 release
12208
12209 2002-11-15 [colin]      0.8.5claws155
12210
12211         * src/folder.[ch]
12212           src/folderview.c
12213                 Fix error handling of folder_item_move_to()
12214                 (thanks to Alfons!)
12215
12216 2002-11-15 [colin]      0.8.5claws154
12217
12218         * src/folder.[ch]
12219           src/folderview.c
12220                 folder_item_move_to() sets an error message instead
12221                 of having GUI stuff in folder.c
12222
12223 2002-11-15 [colin]      0.8.5claws153
12224
12225         * src/procmsg.[ch]
12226                 Implemented a callback for MsgInfo updates, 
12227                 heavily copy/pasted from Christoph's folder 
12228                 callback system
12229         * src/summaryview.[ch]
12230                 Register summary_update_msg as callback
12231
12232 2002-11-14 [colin]      0.8.5claws152
12233         
12234         * src/procmsg.c
12235                 Update the FolderItem after sending (fixes 617593)
12236
12237 2002-11-14 [christoph]  0.8.5claws151
12238
12239         * src/folder.c
12240                 fix wrong position of NULL pointer check found
12241                 by Sergey
12242
12243 2002-11-14 [christoph]  0.8.5claws150
12244
12245         * src/folder.c
12246                 fix segfault when deleting messages from IMAP folders
12247                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12248
12249 2002-11-14 [colin]      0.8.5claws149
12250
12251         * src/compose.c
12252                 Forwarding was also ignoring the folder's default account.
12253
12254 2002-11-14 [colin]      0.8.5claws148
12255
12256         * src/compose.c
12257                 Fix sent folder not set to folder properties when 
12258                 forwarding.
12259
12260 2002-11-14 [thorsten]   0.8.5claws147
12261
12262         * src/inc.c
12263                 inc_start(): Files were not moved from .processing to inbox,
12264                 if no global processing rule existed
12265
12266 2002-11-14 [colin]      0.8.5claws146
12267
12268         * src/ssl_certificate
12269                 Fix file operations
12270
12271 2002-11-14 [paul]       0.8.5claws145
12272
12273         * po/it.po
12274                 updated by Alessandro Maestri
12275
12276 2002-11-13 [alfons]     0.8.5claws144
12277
12278         * src/folder.c
12279                 folder_item_close(): only mark messages unread
12280                 when a folder has new messages 
12281
12282 2002-11-13 [keith]      0.8.5claws143
12283
12284         * src/imap.c
12285                 Fix problem moving or copying between
12286                 IMAP folders
12287
12288 2002-11-13 [colin]      0.8.5claws142
12289
12290         * src/matcher_parser_parse.y
12291                 Fix rule problem when " don't match
12292
12293 2002-11-13 [christoph]  0.8.5claws141
12294
12295         * src/folder.c
12296         * src/folderview.c
12297                 moved cache saving to folder_item_close
12298                 the folderview should not have to deal with
12299                 this things
12300
12301 2002-11-13 [christoph]  0.8.5claws140
12302
12303         * src/summaryview.c
12304                 moved setting of important score to
12305                 summary_set_prefs_from_folderitem
12306
12307 2002-11-13 [colin]      0.8.5claws139
12308
12309         * src/matcher_parser_parse.y
12310                 Fix a segfault in the parser (happening when
12311                 a good expression had been tested and a bad 
12312                 one arrives)
12313
12314 2002-11-13 [paul]       0.8.5claws138
12315
12316         * sync with 0.8.5cvs24
12317                 see ChangeLog 2002-11-13
12318                 
12319         * po/pt_BR.po
12320                 updated by Fabio Jr. Beneditto
12321
12322 2002-11-13 [colin]      0.8.5claws137
12323         
12324         * src/msgcache.c
12325           src/defs.h
12326           src/procmsg.[ch]
12327                 Revert last commit, problem
12328
12329 2002-11-13 [colin]      0.8.5claws136
12330
12331         * src/msgcache.c
12332                 Remove duplicated code
12333         * src/defs.h
12334                 Bumped CACHE_VERSION and MARK_VERSION
12335         * src/procmsg.[ch]
12336                 Network endian for cache and mark files
12337
12338 2002-11-12 [colin]      0.8.5claws135
12339
12340         * src/inc.c
12341                 Fix the "socket error" dialog which disappeared
12342
12343 2002-11-12 [colin]      0.8.5claws134
12344
12345         * src/msgcache.c
12346                 Reverse last commit which had performance 
12347                 problems, but still reverse the list
12348
12349 2002-11-12 [colin]      0.8.5claws133
12350
12351         * src/msgcache.c
12352                 Reverse list order
12353
12354 2002-11-12 [melvin]     0.8.5claws132
12355
12356         * src/compose.c
12357                 Added a check for a NULL prefs_common.dictionary
12358
12359 2002-11-12 [colin]      0.8.5claws131
12360
12361         * src/ssl_certificate.[ch]
12362                 Use FQDN hostname
12363
12364 2002-11-12 [colin]      0.8.5claws130
12365
12366         * src/ssl_certificate.[ch]
12367                 Take connection port into account for 
12368                 checking certificates (a single hostname
12369                 could have multiple servers with multiple
12370                 certificates)
12371         * src/ssl.c
12372                 Pass the port to ssl_certificate_check
12373
12374 2002-11-12 [paul]       0.8.5claws129
12375
12376         * src/folder.c
12377                 fix a typo in last commit
12378
12379 2002-11-12 [paul]       0.8.5claws128
12380
12381         * sync with 0.8.5cvs23
12382                 see ChangeLog entry 2002-11-12
12383
12384 2002-11-11 [colin]      0.8.5claws127
12385
12386         * src/ssl_certificate.c
12387                 Cleaner messages
12388                 Don't popup, instead log error, if the 
12389                 corresponding pref is checked
12390         * src/ssl_certificate.h
12391                 include <openssl/objects/h>
12392
12393 2002-11-11 [colin]      0.8.5claws126
12394
12395         * src/ssl_certificate.h
12396                 _Really_ clean it
12397
12398 2002-11-11 [colin]      0.8.5claws125
12399         
12400         * src/ssl_certificate.c
12401                 Fixed leak
12402
12403 2002-11-11 [colin]      0.8.5claws124
12404
12405         * src/ssl.c
12406                 Cleaned a bit
12407         * src/ssl_certificate.[ch]
12408                 Cleaned a bit (better use of SSL API)
12409                 (This will cause non-recognition of saved 
12410                  certificates of claws12[23]...)
12411
12412 2002-11-11 [paul]       0.8.5claws123
12413         
12414         * po/es.po
12415                 updated by Ricardo Mones Lastra
12416
12417 2002-11-11 [colin]      0.8.5claws122
12418
12419         * src/ssl.c
12420                 Fix a typo
12421
12422 2002-11-11 [colin]      0.8.5claws121
12423
12424         * src/ssl_certificate.[ch] ** NEW FILES **
12425         * src/ssl.[ch]
12426                 Check SSL certificates presented to us
12427         * src/Makefile.am
12428                 Add ssl_certificate.[ch]
12429         * po/POTFILES.in
12430                 Add ssl_certificate.c
12431
12432 2002-11-11 [paul]       0.8.5claws120
12433
12434         * sync with 0.8.5cvs22
12435                 see ChangeLog 2002-11-11
12436
12437 2002-11-11 [paul]       0.8.5claws119
12438
12439         * sync with 0.8.5cvs21
12440                 see ChangeLog 2002-11-11
12441
12442 2002-11-10 [jens]       0.8.5claws118
12443
12444         * src/folder.c
12445         * src/folderview.c
12446                 corrected some typing
12447         * po/de.po
12448                 updated german translation
12449         * sylpheed.spec.in
12450                 cleaned up specfile and adjusted it for claws
12451
12452 2002-11-10 [colin]      0.8.5claws117
12453
12454         * src/summaryview.c
12455                 a STATUSBAR_PUSH/POP fix
12456
12457 2002-11-10 [colin]      0.8.5claws116
12458
12459         * src/prefs_folder_item.c
12460                 Fix hanging after opening folder properties
12461
12462 2002-11-10 [hoa]        0.8.5claws115
12463
12464         * src/matcher_parser_lex.l
12465         * src/matcher_parser_parse.y
12466                 config file for scoring and filtering is no more trashed
12467                 when there is a syntax error in a filtering rule when
12468                 editing it in a dialog.
12469
12470 2002-11-09 [colin]      0.8.5claws114
12471
12472         * src/mbox_folder.c
12473                 Added missing initialisation of folder->destroy()
12474
12475 2002-11-09 [colin]      0.8.5claws113
12476
12477         * src/folder.c
12478           src/folderview.c
12479                 Fix the status bar messages
12480
12481 2002-11-09 [colin]      0.8.5claws112
12482
12483         * src/folderview.c
12484                 Fix hangs after folder dnd, happening after 
12485                 claws109.
12486
12487 2002-11-09 [christoph]  0.8.5claws111
12488
12489         * src/folderview.c
12490                 just changed order of calls (reverse order of
12491                 associated calls)
12492         * src/inc.c
12493                 lock inc when checking only one account, otherwise
12494                 inc all could be executed at the same time
12495
12496 2002-11-09 [christoph]  0.8.5claws110
12497
12498         * src/folderview.c
12499                 better unlock the mouse cursor before calling
12500                 summary_show because it changes the cursor too
12501
12502 2002-11-09 [christoph]  0.8.5claws109
12503
12504         * src/folder.[ch]
12505         * src/folderview.c
12506                 add functions to open and close a folder
12507                 o opending will execute scanning for remote folders
12508                   and processing
12509                 o closing will unset new flag for messages
12510
12511 2002-11-09 [colin]      0.8.5claws108
12512
12513         * src/folder.c
12514                 Add a call to prefs_matcher_write_config to 
12515                 avoid non-leaf folders filtering settings to be
12516                 lost
12517
12518 2002-11-09 [paul]       0.8.5claws107
12519
12520         * src/prefs_account.c
12521                 re-word a label
12522
12523 2002-11-09 [colin]      0.8.5claws106
12524
12525         * src/folderview.c
12526                 Minor esthetic fix
12527
12528 2002-11-09 [colin]      0.8.5claws105
12529
12530         * src/folderview.c
12531                 Fix prefs_filtering deletion for MH folders (same
12532                 reason as below)
12533         * src/prefs_filtering.c
12534                 Fix prefs_filtering renaming and deletion for 
12535                 folder-based processing rules.  
12536
12537 2002-11-09 [christoph]  0.8.5claws104
12538
12539         * src/compose.c
12540         * src/folder.[ch]
12541         * src/folderview.[ch]
12542         * src/import.c
12543         * src/inc.c
12544         * src/main.c
12545         * src/mainwindow.c
12546         * src/messageview.c
12547         * src/prefs_folder_item.c
12548         * src/procmsg.c
12549         * src/summaryview.c
12550                 implement a callback system for folder item updates
12551
12552 2002-11-09 [colin]      0.8.5claws103
12553
12554         * src/folderview.c
12555                 Fix prefs_filtering renaming for MH folders (we
12556                 shouldn't rename by path as another folder could
12557                 have the same hierarchy).
12558
12559 2002-11-09 [colin]      0.8.5claws102
12560
12561         * src/folder.c
12562                 Fix a leak found by Christoph, use better variable
12563                 names
12564
12565 2002-11-09 [colin]      0.8.5claws101
12566
12567         * src/folder.c
12568                 One more fix for processing rules
12569
12570 2002-11-08 [colin]      0.8.5claws100
12571         
12572         * src/matcher.c
12573                 Don't copy the compiled regexp (will be reevaluated)
12574         * src/folderview.c
12575                 Lock folderview while moving
12576         * src/folder.c
12577                 Provide info on what's happening to the user
12578
12579 2002-11-08 [colin]      0.8.5claws99
12580
12581         * src/folderview.c
12582                 Fix folder reordering after a move if parent is 
12583                 root
12584         * src/scoring.[ch]
12585                 Add function to copy a ScoringProp
12586         * src/prefs_folder_item.c
12587                 Copy scoring rules when copying a folder prefs
12588
12589 2002-11-08 [colin]      0.8.5claws98
12590
12591         * src/folderview.c
12592                 Fixes in case of failure
12593         * src/filtering.[ch]    
12594                 Add function to duplicate a FilteringProp
12595         * src/matcher.[ch]
12596                 Add function to duplicate a MatcherProp
12597         * src/prefs_folder_item.c
12598                 Save folder's processing rules when copying 
12599                 its prefs
12600
12601 2002-11-08 [colin]      0.8.5claws97
12602         
12603         * src/folderview.c
12604                 Sort after move
12605         * src/folder.c 
12606                 Change a printf to debug_print
12607
12608 2002-11-08 [colin]      0.8.5claws96
12609
12610         * src/folder.c
12611           src/folderview.c
12612                 Fix segfaults, call me stupido
12613         
12614
12615 2002-11-08 [colin]      0.8.5claws95
12616
12617         *src/folder.c
12618                 Added forgotten prefs to save when moving folders
12619
12620 2002-11-08 [colin]      0.8.5claws94
12621
12622         * src/folder.c
12623                 Fixes to folder DND (prefs copy)
12624         * src/folderview.c
12625                 Optimization for folder DND (don't rescan whole tree)
12626                 Added folderview_create_folder_node() for this 
12627                 optimization, so de-duped a bit the code
12628         * src/prefs_folder_item.[ch]
12629                 Added prefs_folder_item_copy_prefs()    
12630           
12631 2002-11-08 [paul]       0.8.5claws93
12632
12633         * src/prefs_account.c
12634           tools/README
12635           tools/kmail2sylpheed_v2.pl
12636                 correct some typos
12637
12638 2002-11-08 [paul]       0.8.5claws92
12639
12640         * src/compose.c
12641           src/prefs_account.[ch]
12642                 remove account options 'clearsign' and 'ascii_armored',
12643                 replace with 'default_gnupg_mode' to prevent mixed-mode
12644                 Privacy settings
12645
12646 2002-11-08 [paul]       0.8.5claws91
12647
12648         * src/compose.[ch]
12649                 re-implement GnuPG 'on-the-fly' mode selection,
12650                 disallow mixed-mode
12651
12652 2002-11-08 [colin]      0.8.5claws90
12653
12654         * src/folderview.c
12655           src/prefs_folder_item.c
12656                 Change "Property" to "Properties"
12657
12658 2002-11-07 [colin]      0.8.5claws89
12659
12660         * src/folderview.c
12661           src/folder.c
12662                 Allow folder dropping to a root folder
12663
12664 2002-11-07 [paul]       0.8.5claws88
12665
12666         * src/compose.c
12667                 revert last commit
12668
12669 2002-11-07 [paul]       0.8.5claws87
12670
12671         * src/compose.c
12672                 fix reply-to-list bug. closes bug report
12673                 "[633382] reply-to-list broken in recent cvs"
12674
12675 2002-11-07 [paul]       0.8.5claws86
12676
12677         * src/compose.c
12678                 add a forgotten '#if USE_GPGME ... #endif'
12679
12680 2002-11-07 [paul]       0.8.5claws85
12681
12682         * sync with 0.8.5cvs20
12683                 see ChangeLog 2002-11-07
12684
12685 2002-11-07 [colin]      0.8.5claws84
12686
12687         * src/folder.[ch]
12688                 Change folder_item_move_to to return the newly 
12689                 created folderitem.
12690         * src/folderview.c
12691                 Select the new folderitem after moving.
12692
12693 2002-11-07 [colin]      0.8.5claws83
12694
12695         * src/prefs_filtering.c
12696                 Fix rule rewriting when moving a leaf folder to a 
12697                 shorter path
12698
12699 2002-11-07 [colin]      0.8.5claws82
12700
12701         * src/prefs_filtering.c
12702                 fix a leak
12703
12704 2002-11-07 [colin]      0.8.5claws81
12705
12706         * src/folder.[ch]
12707                 Add folder_item_move_to() function to move a 
12708                 folderitem into another one (updates matcher etc)
12709         * src/folderview.c
12710                 Add folder drag'n drop (context menu to come)
12711                 [Should be dataloss free, but Please backup before 
12712                  trying !]
12713
12714 2002-11-06 [colin]      0.8.5claws80
12715
12716         * src/mh.c
12717                 mh_create_folder() returns NULL if can't create
12718                 directory hierarchy
12719
12720 2002-11-06 [paul]       0.8.5claws79
12721
12722         * src/compose.[ch]
12723                 allow 'on-the-fly' changing of the type of encryption 
12724                 and/or signing used (mime/ascii) via the compose window
12725
12726 2002-11-06 [paul]       0.8.5claws78
12727
12728         * sync with 0.8.5cvs19
12729                 see ChangeLog 2002-11-06 for src/account.c: 
12730                 account_get_special_folder()
12731                 
12732 2002-11-05 [alfons]     0.8.5claws77
12733
12734         * src/crash.c
12735                 very minor cleanups: nothing to see here, move on. :-)
12736
12737 2002-11-05 [colin]      0.8.5claws76
12738
12739         * src/main.c
12740                 Changes choices if compose windows are opened to
12741                 Discard, Draft, Don't quit
12742
12743 2002-11-05 [thorsten]   0.8.5claws75
12744
12745         * src/compose.c
12746                 reenabled default_reply_to folder option
12747
12748 2002-11-05 [colin]      0.8.5claws74
12749
12750         * src/compose.[ch] 
12751                 add compose_draft()
12752         * src/crash.c
12753                 add SIGTERM handler
12754         * src/main.[ch]
12755                 add clean_quit() for the SIGTERM handler
12756
12757 2002-11-05 [paul]       0.8.5claws73
12758         
12759         * po/es.po
12760                 updated by Ricardo Mones Lastra
12761
12762 2002-11-05 [melvin]     0.8.5claws72
12763
12764         * src/logwindow.c
12765                 Fixed log-clipping bug #616795.
12766                 To stop logging in the log window use 0 length.
12767         * src/prefs_common.c
12768                 Added a label to inform about the 0 log length behaviour.
12769
12770 2002-11-05 [paul]       0.8.5claws71
12771
12772         * sync with 0.8.5cvs17
12773                 see ChangeLog 2002-11-05
12774
12775 2002-11-04 [paul]       0.8.5claws70
12776
12777         * sylpheed-128x128.png
12778           sylpheed-64x64.png
12779           sylpheed.png
12780                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
12781                 <nikai@users.sourceforge.net>
12782                 
12783         * po/bg.po
12784                 updated by George Danchev
12785
12786 2002-11-03 [thorsten]   0.8.5claws69
12787
12788         * src/main.c
12789           src/mimeview.c
12790           src/rfc2015.h
12791                 add check if gpg is active
12792
12793 2002-11-03 [thorsten]   0.8.5claws68
12794
12795         * src/toolbar.h
12796                 removed GSList declaration causing trouble on MacOS-X
12797                 (submitted by alfons, reported by xfesty)
12798
12799 2002-11-01 [paul]       0.8.5claws67
12800
12801         * src/mainwindow.c
12802                 remove last remnants of main's filter code
12803
12804 2002-11-01 [paul]       0.8.5claws66
12805
12806         * tools/filter_conv.pl
12807                 fix bug where user-defined headers were ignored
12808
12809 2002-11-01 [paul]       0.8.5claws65
12810
12811         * src/logwindow.c
12812                 make a debug_print() not translatable
12813
12814 2002-10-31 [melvin]     0.8.5claws64
12815
12816         * ac/aspell.m4
12817                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
12818                 not run any GNU/aspell test.  The dictionary path will
12819                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
12820                 was given, in which case, it will be $prefix/lib/aspell/
12821         * configure.in
12822                 Fixed typo in commentary (Aspell code).
12823
12824 2002-10-31 [paul]       0.8.5claws63
12825
12826         * po/POTFILES.in
12827                 remove src/filter.c and src/prefs_filter.c
12828                 thanks to Ricardo for reminding me
12829
12830 2002-10-31 [colin]      0.8.5claws62
12831
12832         * src/mbox_folder.c
12833                 Plug some leaks
12834
12835 2002-10-31 [paul]       0.8.5claws61
12836
12837         * src/prefs_filter.[ch] ** REMOVED **
12838           src/filter.[ch]       ** REMOVED **
12839           
12840         * src/Makefile.am
12841           src/folderview.c
12842           src/inc.c
12843           src/main.c
12844           src/mainwindow.c
12845           src/mbox.c
12846           src/prefs_common.c
12847           src/prefs_filtering.c
12848           src/summaryview.[ch]
12849                 remove main's 'filter' code
12850                 
12851         README.claws
12852                 update to reflect removal of main's filter
12853
12854 2002-10-31 [paul]       0.8.5claws60
12855
12856         * src/summaryview.c
12857                 remove check for global_processing in summary_filter_open(). 
12858                 This fixes the bug where if the user uses the right-click 
12859                 'Create filter rule...' and doesn't have any filter rules 
12860                 already defined in claws' advanced filtering, the newly 
12861                 created filter rule goes to main's filtering which is 
12862                 inaccessible through the gui. Now the filter rule gets added
12863                 to claws' filtering by default.
12864
12865 2002-10-28 [melvin]     0.8.5claws59
12866
12867         * src/prefs_actions.c
12868                 Fixed bug #627322 where MIME parts were not always
12869                 correctly passed to a %p action
12870                 Display an error dialog when message filename is not found.
12871
12872 2002-10-28 [melvin]     0.8.5claws58
12873
12874         * src/prefs_common.c
12875                 Readded a missing function declaration lost in 0.8.3claws34
12876
12877 2002-10-28 [paul]       0.8.5claws57
12878
12879         * sync with 0.8.5cvs15
12880                 see ChangeLog 2002-10-28 and 2002-10-25
12881                 
12882         Note: ChangeLog entry 2002-10-24 is not sync'ed.
12883
12884 2002-10-27 [oliver]     0.8.5claws56
12885
12886         * src/pop.c
12887                 plug leak in pop3_top_recv
12888
12889 2002-10-26 [christoph]  0.8.5claws55
12890
12891         * src/folder.c
12892                 set need_update folder flag when messages are added
12893                 (closes bug [ 626922 ] folder not updated after receiving)
12894
12895 2002-10-25 [melvin]     0.8.5claws54
12896
12897         * src/imageview.c
12898                 Fixed a memleak introduced in the scaling code.
12899
12900 2002-10-24 [alfons]     0.8.5claws53
12901
12902         * src/filtering.c
12903                 make filtering's forward message action forward from the 
12904                 correct account
12905                 (closes bug [628089 ] Filter -> Forward from address problem
12906                 reported by Oktay)
12907
12908 2002-10-24 [christoph]  0.8.5claws52
12909
12910         * src/mainwindow.c
12911         * src/manual.[ch]
12912                 o use manual of current locale or english if current
12913                   locale is not available (and english is available)
12914                 o also link to sylpheed doc project manuals
12915
12916 2002-10-23 [paul]       0.8.5claws51
12917
12918         * tools/README
12919           tools/kmail2sylpheed_v2.pl
12920                 add new version of kmail addressbook importer script.
12921                 works with newer versions of Kmail/KAddressBook which
12922                 have new and rearranged data.
12923
12924 2002-10-23 [martin]     0.8.5claws50
12925
12926         * src/folderview.c
12927         * src/summaryview.c
12928         * src/utils.h
12929         * src/utils.c
12930                 added length parameter to get_abbrev_newsgroup_name()
12931                 changed this function so that it abbreviates the newsgroup
12932                 names only so long it is smaller than the length parameter
12933                 (for better reading of some newsgroup names and space efficiency)
12934
12935 2002-10-22 [colin]      0.8.5claws49
12936
12937         *src/foldersel.c
12938                 Revert Alfons' last modification (after voting ;-))
12939
12940 2002-10-21 [alfons]     0.8.5claws48
12941
12942         * src/foldersel.c
12943                 folder view in folder selection dialog reflects state of
12944                 folder view in main window
12945
12946 2002-10-18 [alfons]     0.8.5claws47
12947
12948         * src/mbox.c
12949                 drop imported messages in folder selected by user,
12950                 and not in the inbox
12951                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
12952
12953 2002-10-18 [alfons]     0.8.5claws46
12954
12955         * src/compose.c
12956                 make automagic reply work correctly for email accounts 
12957                 (whether it's viable to do a full sync with Hiro's 
12958                 compose.c is still under discussion)
12959
12960 2002-10-18 [melvin]     0.8.5claws45
12961
12962         * src/prefs_actions.c
12963                 Fixed bug #622275 where asynchroneous actions left 
12964                 zombies processes
12965                 Made (synchroneous) actions' input be displayed live.
12966
12967 2002-10-18 [christoph]  0.8.5claws44
12968
12969         * src/textview.c
12970                 don't add a newline in the textview in front of the
12971                 first textpart if header display is disabled
12972                 (closes bug [ 603385 ] disabled header display leaves blank
12973                  lin)
12974
12975 2002-10-18 [christoph]  0.8.5claws43
12976
12977         * src/folder.[ch]
12978         * src/imap.c
12979         * src/mbox_folder.c
12980         * src/mh.c
12981         * src/news.c
12982                 folder->get_num_list now returns an error code
12983                 (closes bug [ 609424 ] News cache cleared on failure)
12984                 
12985 2002-10-17 [colin]      0.8.5claws42
12986         
12987         * src/news.c
12988                 Changed a printf by debug_print
12989
12990 2002-10-16 [paul]       
12991
12992         * tools/OOo2sylpheed.pl
12993                 allow for spaces in the name of the
12994                 file to be attached.
12995
12996 2002-10-16 [colin]      0.8.5claws41
12997
12998         * src/main.c
12999                 Use a tristate to change online mode
13000
13001 2002-10-16 [paul]       0.8.5claws40
13002
13003         * po/es.po
13004                 updated by Ricardo Mones Lastra
13005
13006 2002-10-16 [colin]      0.8.5claws39
13007
13008         * src/main.c
13009           src/mainwindow.[ch]
13010                 Added --online and --offline command-line
13011                 switches
13012
13013 2002-10-15 [christoph]  0.8.5claws38
13014
13015         * src/procmime.c
13016                 set mimeinfo->name to NULL after g_free to
13017                 avoid double freeing with g_free
13018
13019 2002-10-14 [christoph]  0.8.5claws37
13020
13021         * src/compose.c
13022         * src/filtering.c
13023         * src/summaryview.c
13024                 remove calls to folder->change_flags that are now
13025                 done by procmsg flag functions (seems it is not
13026                 used by any foldertype anyway)
13027         * src/folder.c
13028                 init folder->change_flags with NULL
13029
13030 2002-10-14 [christoph]  0.8.5claws36
13031
13032         * src/folder.[ch]
13033         * src/imap.[ch]
13034                 use virtual functions for folder item new and destroy
13035                 functions
13036
13037 2002-10-14 [melvin]     0.8.5claws35
13038
13039         * src/compose.c
13040                 Added a test to not run the spell checker if no default
13041                 dictionary is available. No dialog is displayed though.
13042
13043 2002-10-14 [melvin]     0.8.5claws34
13044
13045         * src/gtkaspell.c
13046                 Fixed bug in dictionary list context menu where
13047                 "More..." pointed to an emtpy submenu if the
13048                 number of dictionaries is a multiple of 15
13049                 Removed unneeded code in suggestions list creation
13050
13051 2002-10-14 [paul]       0.8.5claws33
13052
13053         * po/bg.po
13054                 updated by George Danchev
13055
13056 2002-10-13 [hoa]        0.8.5claws32
13057
13058         * src/matcher.[ch]
13059           src/matcher_parser_parser.y
13060                 removed the escaped string from internal structure
13061                 of matcher.
13062
13063 2002-10-12 [colin]      0.8.5claws31
13064
13065         * src/gtksctree.[ch]
13066           src/summaryview.c
13067                 Removed useless function gtksctree_reanchor
13068
13069 2002-10-12 [alfons]     0.8.5claws30
13070         
13071         * sync with remaining main changes 2002-10-09 - 2002-10-11
13072         - drop changes to src/compose.c (requires claws specific changes)
13073         
13074 2002-10-12 [alfons]     0.8.5claws29
13075         
13076         * sync with main changes of 2002-10-08
13077         - drop changes to src/compose.c (requires claws specific changes)
13078         - drop changes to src/summaryview.c (requires changes to compose.c)     
13079
13080 2002-10-12 [alfons]     0.8.5claws28
13081         
13082         * sync with main changes of 2002-10-07
13083
13084 2002-10-12 [alfons]     0.8.5claws27
13085
13086         * sync with main changes of 2002-10-04
13087         - drop changes to src/compose.c (requires claws specific changes)
13088         - drop changes to src/prefs_folder_item.c (claws implementation
13089           seems to be working)
13090
13091 2002-10-12 [colin]      0.8.5claws26
13092
13093         * src/mainwindow.c
13094                 Fix folder-flicker when space-reading, introduced 
13095                 in claws22.
13096
13097 2002-10-12 [colin]      0.8.5claws25
13098
13099         * src/compose.c
13100                 Save account address when saving as draft.
13101                 (closes bug 621838)
13102
13103 2002-10-12 [colin]      0.8.5claws24
13104
13105         * src/summaryview.c
13106                 Fix the problem consisting of no message selected
13107                 after the last message in a folder has been moved.
13108
13109 2002-10-12 [paul]       0.8.5claws23
13110
13111         * src/compose.c
13112           src/prefs_template.c
13113           src/template.[ch]
13114                 add Cc and Bcc to templates. Patch submitted by
13115                 John L. Males.
13116
13117 2002-10-12 [colin]      0.8.5claws22
13118
13119         * src/folderview.c
13120                 Fix a bug after "Check for new messages":
13121                 If a folder was opened, it was still selected at
13122                 the end of the check, but displayed empty.
13123         * src/mainwindow.c
13124                 Remove unnecessary check
13125
13126 2002-10-12 [paul]
13127
13128         * tools/README
13129                 be more verbose in the description of
13130                 OOo2sylpheed.pl
13131                 
13132
13133 2002-10-11 [colin]      0.8.5claws21
13134
13135         * src/mainwindow.c
13136                 Make space work (better) when no mail is selected
13137
13138 2002-10-11 [colin]      0.8.5claws20
13139
13140         * src/inc.c
13141           src/news.c
13142                 fix warnings
13143
13144 2002-10-11 [colin]      0.8.5claws19
13145
13146         * src/mainwindow.c
13147                 revert 0.8.5claws6 changes as i couldn't get to
13148                 anything satisfying
13149
13150 2002-10-11 [melvin]     0.8.5claws18
13151
13152         * src/compose.c
13153                 Removed buggy and unused macro (should have been committed in
13154                 0.8.5claws17)
13155
13156 2002-10-11 [melvin]     0.8.5claws17
13157
13158         * src/compose.c
13159                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13160
13161 2002-10-11 [thorsten]   0.8.5claws16 
13162
13163         * src/folderview.c
13164                 remove rescan warning
13165
13166 2002-10-11 [colin]      0.8.5claws15 
13167
13168         * src/procheader.c
13169                 fix a segfault that happens if conv_unmime_header
13170                 fails (should be better to find out why it fails)
13171
13172 2002-10-11 [christoph]  0.8.5claws14
13173
13174         * src/summaryview.c
13175                 update folderview stats after ignore/unignore thread
13176
13177 2002-10-11 [hoa]        0.8.5claws13
13178
13179         * src/quote_fmt_parse.y
13180                 Fixed a yacc/bison syntax error
13181         * src/matcher.c
13182                 Escaping of string is fixed.
13183
13184 2002-10-11 [colin]      0.8.5claws12
13185
13186         * src/imageview.c
13187                 Resize images to fit
13188
13189 2002-10-11 [paul]       0.8.5claws11
13190
13191         * po/es.po
13192                 updated by Ricardo Mones Lastra
13193
13194 2002-10-10 [alfons]     0.8.5claws10
13195
13196         * src/compose.c
13197                 allow dropping files by "moving" files from a file manager,
13198                 not only by the more cumbersome "copying". the latter 
13199                 mostly implies holding down the Control button
13200
13201 2002-10-10 [christoph]  0.8.5claws9
13202
13203         * src/summaryview.c
13204                 update folders after thread building for ignored threads
13205
13206 2002-10-10 [christoph]  0.8.5claws8
13207
13208         * config/.cvsignore
13209                 added Makefile
13210         * src/filtering.[ch]
13211         * src/folder.[ch]
13212         * src/folderview.[ch]
13213         * src/import.c
13214         * src/inc.[ch]
13215         * src/mbox.[ch]
13216         * src/procmsg.c
13217         * src/summaryview.[ch]
13218                 o added new flag need_update to FolderItem
13219                 o removed folder_table from various functions from tracking
13220                   folder updates
13221                 o set need_update flags in folder.c's move, copy and delete
13222                   functions and procmsg's flags functions
13223                 o added function folderview_update_items_when_required that
13224                   updates all folders with need_update set
13225                 o call folderview_update_items_when_required instead of
13226                   folderview_update_item_foreach
13227
13228 2002-10-09 [sergey]     0.8.5claws7
13229
13230         * src/compose.c
13231                 Strip CRs whel loading the text into editor in reedit mode.
13232
13233 2002-10-09 [colin]      0.8.5claws6
13234
13235         * src/mainwindow.c
13236                 Make Space work when no mail is selected
13237
13238 2002-10-09 [colin]      0.8.5claws5
13239
13240         * src/gtksctree.[ch]
13241                 Fix range_select
13242                 Add gtk_sctree_reanchor() 
13243         * src/summaryview.c
13244                 Use gtk_sctree_reanchor() - better fix for 
13245                 bug 60413
13246
13247 2002-10-09 [colin]      0.8.5claws4
13248
13249         * src/summaryview.c
13250                 Fix shift-click select after delete problem
13251                 (closes bug 60413)
13252
13253 2002-10-08 [thorsten]   0.8.5claws3
13254
13255         * src/summaryview.c
13256                 exclude current msg from -hide read messages-
13257
13258 2002-10-08 [colin]      0.8.5claws2
13259
13260         * src/inc.[ch]
13261           src/pop.c
13262           src/recv.c
13263                 Differentiate socket errors from disk full
13264                 errors
13265
13266 2002-10-08 [christoph]  0.8.5claws1
13267
13268         * Makefile.am
13269         * configure.in
13270                 modifications for new config directory
13271
13272         * config.guess  ** REMOVED **
13273         * config.sub    ** REMOVED **
13274         * install-sh    ** REMOVED **
13275         * ltmain.sh     ** REMOVED **
13276         * missing       ** REMOVED **
13277         * mkinstalldirs ** REMOVED **
13278                 these files are autogenerated by automake
13279                 when you run autogen.sh
13280
13281         * config/.cvsignore     ** NEW FILE **
13282         * config/Makefile.am    ** NEW FILE **
13283                 ignore autogenerated files
13284                 create a Makefile in this directory
13285
13286 2002-10-08 [paul]       0.8.5claws
13287
13288         * 0.8.5claws release
13289         
13290         * src/compose.c
13291           src/procheader.c
13292           src/procmsg.c
13293                 fix quote reply format for newsgroups reply bug
13294                 (thanks to Hoa)
13295                 
13296         * po/en_GB.po
13297           po/pl.po
13298                 updated by me and Witold Wladyslaw Wojciech Wilk
13299                 repectively
13300
13301 2002-10-07 [paul]       0.8.3claws53
13302
13303         * po/it.po
13304           po/pt_BR.po
13305           po/sr.po
13306                 updated messages catalogs, submitted by
13307                 Alessandro Maestri, Fabio Jr.Beneditto 
13308                 and Urke MMI, respectively.
13309
13310 2002-10-07 [christoph]  0.8.3claws52
13311
13312         * src/folder.[ch]
13313         * src/folderview.c
13314         * src/mainwindow.c
13315                 fix new folder ghost message bug
13316                 (closes bug [ 619722 ] wrong count for newly created folders)
13317
13318 2002-10-07 [christoph]  0.8.3claws51
13319
13320         * src/compose.c
13321                 fix news posting problem
13322
13323 2002-10-07 [melvin]     0.8.3claws50
13324
13325         * po/fr.po
13326                 Updated French translation
13327
13328 2002-10-05 [christoph]  0.8.3claws49
13329
13330         * src/gtkstext.c
13331                 check if line_start_cache is set in gtk_stext_update_text
13332                 (closes bug [ 618119 ] crash while doing search in folder)
13333
13334 2002-10-05 [christoph]  0.8.3claws48
13335
13336         * src/imap.c
13337         * src/news.c
13338         * src/utils.c
13339         * src/utils.h
13340                 implement cache cleanups for claws' folder system
13341                 (closes bug [ 595916 ] imapcache not cleaned up)
13342
13343 2002-10-05 [melvin]     0.8.3claws47
13344
13345         * src/prefs_actions.c
13346                 Made the help text more clear for the %p token
13347
13348 2002-10-04 [paul]       0.8.3claws46
13349
13350         * sync with 0.8.5
13351                 see ChangeLog 2002-10-02 and 2002-10-03
13352
13353 2002-10-04 [christoph]  0.8.3claws45
13354
13355         * src/inc.c
13356                 fix segfault caused by pop before smtp
13357                 call to inc_account_mail with NULL
13358                 pointer for mainwin
13359
13360 2002-10-04 [paul]       0.8.3claws44
13361
13362         * configure.in
13363                 sync the LDAP detection from 0.8.5cvs1
13364
13365 2002-10-02 [christoph]  0.8.3claws43
13366
13367         * po/de.po
13368                 fix small spelling error
13369
13370 2002-10-02 [melvin]     0.8.3claws42
13371
13372         * ac/aspell.m4
13373                 Behave better and say "no" when test program cannot be run.
13374
13375 2002-10-02 [paul]       0.8.3claws41
13376
13377         * sync with 0.8.4cvs1
13378                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13379                 
13380         * src/summaryview.c
13381                 toggle the behavior of Reply menuitem between
13382                 normal reply and reply-to-list
13383
13384 2002-10-01 [sergey]     0.8.3claws40
13385
13386         * src/compose.c
13387                 Convert newlines in the message text to the canonical form
13388                 before base64 encoding (RFC2045 compliance, fixes some
13389                 interoperability issues with Evolution 1.0.3)
13390
13391 2002-09-29 [colin]      0.8.3claws39
13392
13393         * src/summaryview.c
13394                 Fix an unwanted copy/paste
13395
13396 2002-09-29 [colin]      0.8.3claws38
13397
13398         * src/mainwindow.c
13399                 Renamed "Custom toolbar" to "Customize toolbar"
13400                 Renamed "Show all header" to "Show all headers"
13401                 Renamed "Set diplay item" to "Set displayed items"
13402         * src/prefs_common.c
13403                 Renamed "Show all header" to "Show all headers"
13404         * src/prefs_summary_column.c
13405                 Renamed "diplay item" to "displayed items"
13406
13407 2002-09-29 [colin]      0.8.3claws37
13408
13409         * src/mainwindow.[ch]
13410                 online/offline status pixmaps follow theme
13411                 changes
13412         * src/summaryview.[ch]
13413                 quicksearch pixmap follows theme changes
13414
13415 2002-09-29 [thorsten]   0.8.3claws36
13416
13417         * src/compose.c
13418           src/prefs_folder_item.[ch]
13419                 add default_reply_to folder option (closes patch 581044)
13420
13421 2002-09-29 [christoph]  0.8.3claws35
13422
13423         * acconfig.h    ** REMOVED **
13424         * configure.in
13425         * ac/aspell.m4
13426         * ac/check-type.m4
13427         * ac/gnupg-check-typedef.m4
13428                 fix autoheader 2.50 warning
13429
13430 2002-09-29 [christoph]  0.8.3claws34
13431
13432         * major code cleanup (part 2)
13433         
13434                 - unused variables removed
13435                 - unused functions removed
13436                 - uninitialized variables checked
13437                 - missing return statements added
13438                 - missing function return types added
13439                 - added parentheses around assignment
13440                   when suggested by gcc
13441
13442 2002-09-29 [alfons]     0.8.3claws33
13443
13444         * src/logwindow.c
13445                 log_window_clear(): only bracket gtk_text_forward_delete() 
13446                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13447                 works around GTK text bug)
13448
13449 2002-09-29 [paul]       0.8.3claws32
13450
13451         * po/bg.po
13452           po/sr.po
13453                 updated by George Danchev and Urke MMI
13454                 respectively
13455
13456 2002-09-27 [christoph]  0.8.3claws31
13457
13458         * doc-src/readme.txt
13459         * doc-src/rfc1806.txt   ** REMOVED **
13460         * doc-src/rfc2183.txt   ** NEW FILE **
13461         * doc-src/rfc2980.txt   ** NEW FILE **
13462                 update rfcs
13463
13464 2002-09-27 [melvin]     0.8.3claws30
13465
13466         * ac/aspell.m4
13467                 Fixed typo which could break linking
13468
13469 2002-09-27 [melvin]     0.8.3claws29
13470
13471         * ac/aspell.m4
13472                 Improved GNU/aspell checking. 
13473                 Fixed bug #614490
13474
13475 2002-09-27 [paul]       0.8.3claws28
13476
13477         * sync with 0.8.3cvs8
13478                 see ChangeLog 2002-09-27
13479
13480 2002-09-26 [colin]      0.8.3claws27
13481
13482         * src/toolbar.[ch]
13483           src/mainwindow.[ch]
13484                 Add "Reply to Mailing-list" to the toolbar
13485
13486 2002-09-26 [christoph]  0.8.3claws26
13487
13488         * src/summaryview.c
13489                 Fix wrong message counts in summaryview status
13490
13491 2002-09-26 [paul]       0.8.3claws25
13492
13493         * sync with 0.8.3cvs7
13494                 see ChangeLog 2002-09-26
13495
13496 2002-09-26 [paul]       0.8.3claws24
13497
13498         * sync with 0.8.3cvs6
13499                 see ChangeLog 2002-09-25
13500
13501 2002-09-25 [christoph]  0.8.3claws23
13502
13503         * src/prefs_common.c
13504         * src/prefs_folder_item.c
13505         * src/prefs_scoring.c
13506                 Renamed "kill score" to "hide score" in GUI
13507                 and prefs files
13508
13509 2002-09-25 [paul]       0.8.3claws22
13510
13511         * sync with 0.8.3cvs5
13512                 see ChangeLog 2002-09-24
13513
13514 2002-09-24 [alfons]     0.8.3claws21
13515
13516         patch by Satoshi Nagayasu: allows appending / saving multiple 
13517         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13518         'Save as ...'")
13519
13520         * AUTHORS
13521                 add Satoshi Nagayasu
13522         * src/summaryview.c
13523                 summary_save_as(): allow saving selected files to
13524                 one file
13525                 summary_set_menu_sensitive: enable "Save As..." when
13526                 multiple files are selected
13527         * src/utils.[ch]
13528                 append_file(): new function
13529
13530 2002-09-24 [colin]      0.8.3claws20
13531
13532         * src/procmime.c
13533                 Fix segfault when mimeinfo doesn't have a 
13534                 content_type. 
13535
13536 2002-09-24 [colin]      0.8.3claws19
13537
13538         * src/prefs_common.[ch]
13539                 Add a preference to display send dialog or not
13540         * src/send.c
13541                 Display send dialog according to preference
13542
13543 2002-09-24 [colin]      0.8.3claws18
13544
13545         * src/compose.[ch]
13546                 Disable user actions when sending
13547
13548 2002-09-24 [colin]      0.8.3claws17
13549
13550         * src/procmime.c
13551                 Do not display name or filename for attachments
13552                 with an application/pgp-signature type
13553                 (security flaw, see bug 537413)
13554
13555 2002-09-23 [colin]      0.8.3claws16
13556
13557         * src/editaddress.c
13558                 Initialize entry_email, entry_alias and 
13559                 entry_remarks to first email address of the list
13560
13561 2002-09-23 [colin]      0.83claws15
13562
13563         * src/compose.c
13564                 Drop pgp-signature when reediting a signed queued
13565                 message
13566
13567 2002-09-23 [melvin]     0.8.3claws14
13568
13569         * po/fr.po
13570                 Updated French translation
13571
13572 2002-09-23 [melvin]     0.8.3claws13
13573
13574         * src/mainwindow.c
13575                 Made custom toolbar menu labels more consistent
13576         * src/prefs_toolbar.c
13577                 Made custom toolbar window title more consistent
13578
13579 2002-09-22 [colin]      0.8.3claws12
13580
13581         * src/inc.c
13582                 Initialize session type to normal before getting 
13583                 mail (fixes strange Get behaviour)
13584         * src/prefs_account.h
13585                 Move STYPE_POP_BEFORE_SMTP to last position to 
13586                 avoid other side-effects
13587
13588 2002-09-22 [colin]      0.8.3claws11
13589
13590         * src/prefs_account.c
13591                 Fix pop_bfr_smtp_tm_entry sensivity when switching
13592                 from pop3 to apop or vice-versa
13593
13594 2002-09-22 [colin]      0.8.3claws10
13595         
13596         * src/prefs_account.[ch]
13597                 Add an option for the POP before SMTP timeout
13598         * src/inc.c
13599                 Remember time of last POP connection
13600         * src/send.c
13601                 Do POP before SMTP only if timeout reached
13602
13603 2002-09-22 [oliver]     0.8.3claws9
13604         
13605         * README.claws
13606                 explain custom toolbar
13607
13608 2002-09-22 [oliver]     0.8.3claws8
13609
13610         * src/prefs_actions.[ch]
13611         custom toolbar for compose      
13612                 actions callback from compose toolbar
13613         * src/folderview.c
13614                 remove include toolbar.h
13615
13616 2002-09-22 [oliver]     0.8.3claws7
13617         
13618         * src/prefs_toolbar.[ch]
13619                 custom toolbar for compose
13620                 - generic prefs_toolbar handles both
13621                   Mainwin's toolbar as well as Compose toolbar          
13622
13623 2002-09-22 [oliver]     0.8.3claws6
13624         
13625         * src/toolbar.[ch]
13626                 custom toolbar for compose
13627                 restructure toolbar.[ch]
13628
13629 2002-09-22 [oliver]     0.8.3claws5
13630
13631         * src/compose.[ch]
13632                 custom toolbar for compose
13633
13634 2002-09-22 [oliver]     0.8.3claws4
13635         
13636         * src/mainwindow.[ch]
13637                 custom toolbar for compose 
13638                 move mainwin toolbar back to mainwindow
13639
13640 2002-09-22 [alfons]     0.8.3claws3
13641
13642         * src/procmsg.c
13643                 :%sno/if(/if (/gc
13644                 :%sno/for(/for (/gc
13645                 (beautify)
13646
13647 2002-09-22 [alfons]     0.8.3claws2
13648         
13649         * src/procmsg.c
13650                 procmsg_save_to_outbox(): don't unlink message file from queue;
13651                 callers should do it using folder_item_remove_msg()
13652
13653 2002-09-22 [colin]      0.8.3claws1
13654
13655         * src/mimeview.[ch]
13656                 Made mimeview_check_signature() public
13657         * src/textview.c
13658                 Made GPG signatures verifiable by clicking
13659                 the [application/pgp-signature] in the Text
13660                 view
13661
13662 2002-09-22 [paul]       0.8.3claws
13663
13664         * po/bg.po
13665           po/en_GB.po
13666           po/es.po
13667           po/it.po
13668           po/pl.po
13669           po/pt_BR.po
13670           po/sr.po
13671                 updated translations, submitted by George Danchev,
13672                 me, Ricardo Mones Lastra, Alessandro Maestri,
13673                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
13674                 and Urke MMI, respectively.     
13675
13676 2002-09-22 [alfons]     0.8.2claws65
13677
13678         * src/procmsg.c
13679         * src/pgptext.c
13680                 no furry valgrinds have been used to plug these memleaks
13681
13682 2002-09-20 [paul]       0.8.2claws64
13683
13684         * sync with 0.8.3cvs4
13685                 'Select thread' re-implemented 
13686                 see ChangeLog 2002-09-20
13687
13688 2002-09-21 [alfons]     0.8.2claws63
13689
13690         * src/compose.c
13691                 compose_send(): plug unnoticed memleak
13692
13693 2002-09-20 [alfons]     0.8.2claws62
13694
13695         * src/addr_compl.c
13696                 replace_address_in_edit(): strict check for NULL address to
13697                 fix "[ 607348 ] Segfault in address completion". My guess is
13698                 that this happens with an empty address book, but it's good
13699                 to have this check here anyway
13700                 
13701                 completion_window_button_press(): free string returned 
13702                 from the internal cache
13703
13704 2002-09-20 [christoph]  0.8.2claws61
13705
13706         * src/procmime.h
13707                 added ENC_BINARY to EncodingType
13708         * src/procmime.c
13709                 the string returned by procmime_get_encoding_str
13710                 should not depend on the order of values in the
13711                 EncodingType definition
13712         * doc-src/rfc1806.txt   ** NEW FILE **
13713                 Added rfc1806 about MIME Content-Disposition
13714                 Extension
13715
13716 2002-09-19 [paul]       0.8.2claws60
13717
13718         * sync with 0.8.2cvs3
13719                 see ChangeLog 2002-09-19
13720
13721 2002-09-19 [paul]       0.8.2claws59
13722
13723         * src/prefs_folder_item.c
13724                 revert to Darko's original alignment of colour
13725                 selector button
13726                 add a colon to folder_color label
13727                 
13728         * src/compose.c
13729                 add Colin's patch (with Hiro's modifications) to 
13730                 force BASE64 encoding for 8-bit text when signing
13731                 (sync with 0.8.3cvs2)
13732
13733 2002-09-18 [alfons]     0.8.2claws58
13734
13735         * src/compose.c
13736                 :%sno/if(/if (/gc
13737                 :%sno/for(/for (/gc
13738                 (beautify a little bit)
13739
13740 2002-09-18 [christoph]  0.8.2claws57
13741
13742         * src/pine.c
13743                 fix handling of fgetc return value
13744
13745 2002-09-17 [alfons]     0.8.2claws56
13746         
13747         * src/summaryview.c
13748                 summary_sort(): check non-NULL summaryview->folder_item when no 
13749                 folder is selected at all
13750                 (closes "[ 610344 ] sort label make syl Crash")
13751
13752 2002-09-17 [alfons]     0.8.2claws55
13753         
13754         * src/compose.c
13755                 beautify a little bit
13756
13757 2002-09-17 [christoph]  0.8.2claws54
13758
13759         * src/folder.c
13760                 initialize max values for cache and folder
13761                 when cache or folder is empty
13762
13763 2002-09-15 [colin]      0.8.2claws53
13764
13765         * src/compose.c
13766                 Fix a leak (thanks Alfons!) and cleaned
13767                 variables names for custom headers
13768
13769 2002-09-15 [colin]      0.8.2claws52
13770
13771         * src/compose.c
13772                 Fix custom headers recognition when
13773                 prefs_common.trans_hdr is on
13774
13775 2002-09-15 [colin]      0.8.2claws51
13776
13777         * src/compose.c
13778                 Allow dynamically-added custom headers
13779                 Yet not reparsed if reedited
13780
13781 2002-09-15 [alfons]     0.8.2claws50
13782
13783         * src/prefs_account.c
13784                 fix warnings
13785
13786 2002-09-15 [colin]      0.8.2claws49
13787         
13788         * src/prefs_account.c
13789                 fix pop_before_smtp sensitivity
13790
13791 2002-09-15 [colin]      0.8.2claws48
13792
13793         * src/inc.[ch]
13794                 add inc_pop_before_smtp()
13795                 allow MainWindow to be undefined in 
13796                 inc_account_mail() and inc_start()
13797         * src/pop.c
13798           src/prefs_account.h
13799                 add STYPE_POP_BEFORE_SMTP session type
13800         * src/prefs_account.c
13801                 activated pop before smtp option
13802         * src/send.c
13803                 do pop before smtp if the relevant option 
13804                 is set
13805
13806 2002-09-15 [paul]       0.8.2claws47
13807
13808         * sync with 0.8.3
13809                 see ChangeLog 2002-09-15
13810
13811 2002-09-14 [paul]       0.8.2claws46
13812
13813         * po/bg.po
13814                 updated Bulgarian translation, submitted by
13815                 George Danchev
13816
13817 2002-09-13 [paul]       0.8.2claws45
13818
13819         * src/compose.c
13820                 merge claws' select_account() with main's
13821                 (new) compose_select_account(). [sync with
13822                 0.8.2cvs15, see ChangeLog 2002-09-11]
13823
13824 2002-09-12 [christoph]  0.8.2claws44
13825
13826         * src/filter.c
13827                 allocate 1 elements of FolderItem not 0
13828
13829 2002-09-12 [colin]      0.8.2claws43
13830
13831         * src/compose.c
13832                 Fix bug #590825 (obey Follow-up: poster)
13833
13834 2002-09-12 [colin]      0.8.2claws42
13835
13836         * src/procmime.c
13837                 Fix bug #557009 (wrong headers for messages 
13838                 forwarded as attachments)
13839
13840 2002-09-11 [colin]      0.8.2claws41
13841         
13842         * src/compose.c
13843                 Put SCF: pseudo-header on top of message
13844                 Set draft tmp_flag when saved as draft
13845
13846         * src/procmsg.c
13847           src/procheader.c
13848                 Skip after first \n\n for beginning of real message
13849                 for drafts too
13850
13851 2002-09-11 [christoph]  0.8.2claws40
13852
13853         * src/filtering.c
13854                 use procmsg flag functions in filtering or processing
13855                 will cause incorrect folder message counts
13856
13857 2002-09-11 [colin]      0.8.2claws39
13858
13859         * src/compose.c
13860                 Fix bug #550175 - wrong save folder when reediting
13861                 drafts
13862
13863 2002-09-11 [paul]       0.8.2claws38
13864
13865         * sync with 0.8.2cvs14
13866                 see ChangeLog 2002-09-11
13867
13868 2002-09-11 [colin]      0.8.2claws37
13869
13870         * src/folder.c
13871                 Fix a typo (seeming to cause new/unread status to
13872                 be lost)
13873
13874 2002-09-10 [christoph]  0.8.2claws36
13875
13876         * src/compose.c
13877                 compose_redirect should not use compose_generic_new
13878                 because that does more stuff than expected including
13879                 opening the external editor
13880                 (closes bug "[ 526608 ] bounced messages appear blank
13881                  in editor")
13882
13883 2002-09-10 [christoph]  0.8.2claws35
13884
13885         * src/folder.c
13886                 fix problem with too large message number range
13887                 causing a crash in folder_item_scan
13888
13889 2002-09-10 [paul]       0.8.2claws34
13890
13891         * sync with 0.8.2cvs13
13892                 see ChangeLog 2002-09-10
13893
13894 2002-09-10 [christoph]  0.8.2claws33
13895
13896         * src/msgcache.c
13897                 set MsgInfo TmpFlags for queue and draft folders
13898                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
13899
13900 2002-09-10 [paul]       0.8.2claws32
13901
13902         * AUTHORS
13903           po/bg.po      ** NEW FILE **
13904                 new Bulgarian translation submitted by
13905                 George Danchev <danchev@spnet.net>
13906                 
13907         * tools/Makefile.am
13908           tools/README
13909           tools/tb2sylpheed     ** NEW FILE **
13910                 add script that converts an addressbook exported
13911                 from The Bat! into a Sylpheed addressbook. Submitted
13912                 by Urke MMI <urke-kg@eunet.yu>
13913
13914 2002-09-10 [paul]       0.8.2claws31
13915
13916         * sync with 0.8.2cvs12
13917                 see ChangeLog 2002-09-10
13918
13919 2002-09-06 [paul]       0.8.2claws30
13920
13921         * src/prefs_common.c
13922                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
13923                 
13924         * tools/Makefile.am
13925           tools/README
13926           tools/ldif-to-xml.py  ** REMOVED **
13927                 remove obsolete python script
13928
13929 2002-09-06 [paul]       0.8.2claws29
13930
13931         * sync with 0.8.2cvs10
13932                 see ChangeLog 2002-09-06
13933
13934 2002-09-04 [paul]       0.8.2claws28
13935
13936         * sync with 0.8.2cvs9
13937                 see ChangeLog 2002-08-04
13938
13939 2002-09-04 [colin]      0.8.2claws27 
13940
13941         * src/prefs_common.[ch]
13942                 Added signature color configuration
13943         * src/textview.c
13944                 Use user-specified signature color
13945
13946 2002-09-03 [colin]      0.8.2claws26
13947
13948         * src/prefs_common.[ch]
13949                 Added autosave and autosave_length prefs
13950         * src/compose.c
13951                 Added compose_remove_draft()
13952                 Auto-save drafts according to the prefs
13953         * src/main.c
13954                 Added a crash-indicator file, allowing to check
13955                 for new messages on startup if Sylpheed crashed
13956                 (makes saved drafts "reappear")
13957
13958 2002-09-03 [colin]      0.8.2claws25
13959
13960         * src/textview.[ch]
13961                 Grey the signature
13962
13963 2002-09-03 [paul]       0.8.2claws24
13964
13965         * sync with 0.8.2cvs8
13966                 see ChangeLog 2002-09-02 and 2002-09-03
13967
13968 2002-09-03 [darko]      0.8.2claws23
13969
13970         * src/folderview.c
13971                 use normal style when creating new folder to pick
13972                 proper font size 
13973
13974 2002-09-02 [melvin]     0.8.2claws22
13975
13976         * src/gtkaspell.m4
13977                 removed some obsolete code
13978
13979 2002-09-02 [melvin]     0.8.2claws21
13980
13981         * ac/aspell.m4
13982                 fixed test's equality sign (== to =)
13983
13984 2002-09-02 [alfons]     0.8.2claws20
13985
13986         * src/folder.c
13987         * src/mh.c
13988                 revert change of 0.8.2claws16 and use the mh_folder_destroy
13989                 as folder->destroy virtual as suggested by Hiro
13990                 (the mh.c code seems to have been lost around mh.c.1.21)
13991
13992 2002-09-02 [paul]       0.8.2claws19
13993
13994         * po/pt_BR.po
13995                 updated by Fabio Jr. Beneditto
13996                 
13997         * src/defs.h
13998                 use 'http://claws.sylpheed.org' for homepage link. 
13999                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14000
14001 2002-09-01 [alfons]     0.8.2claws18
14002
14003         * src/mh.c
14004                 plug memleak related to one Martin Kluge found
14005
14006 2002-08-31 [paul]       0.8.2claws17
14007
14008         * sync with 0.8.2cvs6
14009                 see ChangeLog 2002-08-30
14010
14011 2002-08-31 [alfons]     0.8.2claws16
14012
14013         * src/folder.c
14014                 folder_destroy(): remove mailbox from folderlist even if it has
14015                 no destroy virtual
14016
14017 2002-08-31 [alfons]     0.8.2claws15
14018
14019         * src/folder.c
14020                 :%sno/if(/if (/gc
14021                 :%sno/for(/for (/gc
14022                 (being pedantic I know)
14023
14024 2002-08-31 [alfons]     0.8.2claws14
14025
14026         * src/folder.c
14027                 check for NULL pointers returned from folder->fetch_msginfo virtual
14028                 (should solve some reported crashes)
14029
14030 2002-08-30 [alfons]     0.8.2claws13
14031
14032         * acconfig.h
14033         * configure.in
14034         * src/crash.c
14035                 enable crash dialog on compilation time
14036                 (--enable-crash-dialog configure option)
14037
14038 2002-08-30 [alfons]     0.8.2claws12
14039
14040         * AUTHORS
14041                 add Martin Kluge
14042         * src/mh.c
14043                 apply memory leak plug patch by Martin Kluge
14044                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14045                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14046                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14047
14048 2002-08-30 [darko]      0.8.2claws11
14049
14050         * src/folderview.c
14051                 copy Gtk style from normal style to match
14052                 font size for coloured folders
14053
14054 2002-08-29 [alfons]     0.8.2claws10
14055
14056         * sylpheed.desktop
14057                 Type=Internet <- Type=Application
14058                 (reported by Michael Schwendt, see:
14059                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14060                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14061
14062 2002-08-29 [paul]       0.8.2claws9
14063
14064         * sync with 0.8.2cvs5
14065                 see ChangeLog 2002-08-29
14066
14067 2002-08-29 [colin]      0.8.2claws8
14068
14069         * src/summaryview.c
14070                 Added a sanity check in summary_select_thread
14071                 Should fix bug 601605
14072
14073 2002-08-29 [colin]      0.8.2claws7
14074
14075         * src/main.c
14076                 Revert claws6 changes regarding bug #591676
14077
14078 2002-08-28 [colin]      0.8.2claws6
14079         
14080         * src/main.c
14081                 Ignore cache for queue folderitems
14082                 Fix bug #591676
14083
14084 2002-08-28 [melvin]     0.8.2claws5
14085
14086         * README.claws
14087                 Fixed typos.
14088
14089 2002-08-28 [melvin]     0.8.2claws4
14090
14091         * README.claws
14092                 Updated a bit the text concerning the spell checker
14093
14094 2002-08-28 [melvin]     0.8.2claws3
14095
14096         Merged the GNU_aspell_branch:
14097                 Support of new GNU/aspell is now included and the old pspell
14098                 is not supported anymore.
14099                 See README.claws
14100
14101         * README.claws
14102                 Updated spell checker text to reflect the switch to GNU/aspell
14103
14104         * ac/aspell.m4          *** NEW ***
14105         * src/gtkaspell.[ch]    *** NEW *** 
14106         * ac/pspell.m4          *** DELETED *** 
14107         * src/gtkspell.[ch]     *** DELETED ***
14108
14109         * ac/Makefile.am
14110                 Updated for GNU/aspell support
14111
14112         * po/POTFILES.in
14113                 Replaced gtkspell.c by gtkaspell.c
14114
14115         * acconfig.h
14116         * src/Makefile.am
14117         * src/about.c
14118         * src/compose.[ch]
14119         * src/crash.c
14120         * src/main.c
14121         * src/prefs_common.[ch]
14122                 Updated for GNU/aspell support
14123
14124 2002-08-28 [paul]       0.8.2claws2
14125
14126         * sync with 0.8.2cvs4
14127                 see ChangeLog 2002-08-27 and 2002-08-28
14128
14129 2002-08-28 [colin]      0.8.2claws1
14130
14131         * src/summary_search.c
14132                 Added "AND search"
14133
14134 2002-08-28 [jens]       0.8.2claws
14135
14136         *po/de.po
14137                 Updated German translations
14138
14139 2002-08-27 [melvin]     0.8.2claws
14140
14141         * po/fr.po
14142                 Updated French translations
14143
14144 2002-08-27 [paul]       0.8.2claws
14145
14146         * sync with 0.8.2 main release
14147
14148         * po/en_GB.po
14149           po/es.po
14150           po/it.po
14151           po/pl.po
14152           po/pt_BR.po
14153           po/sr.po
14154                 updated message catalogs submitted by
14155                 Ricardo Mones Lastra, Alessandro Maestri,
14156                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14157                 Beneditto and Urke MMI  
14158
14159 2002-08-27 [hoa]        0.8.1claws123
14160
14161         * src/mainwindow.[ch]
14162         * src/summaryview.[ch]
14163                 removed the "filter setting" menu option.
14164                 add a "cancel a news message" menu option.
14165
14166 2002-08-26 [martin]     0.8.1claws122
14167
14168         * ChangeLog.claws
14169                 changed string under 0.8.1claws79 changed by myself
14170                 i'm sorry alfons :(
14171
14172 2002-08-26 [martin]     0.8.1claws121
14173
14174         * src/crash.c
14175                 added kill command to debuggerrc to start crash dialog
14176
14177 2002-08-26 [paul]       0.8.1claws120
14178
14179         * sync with 0.8.1cvs31
14180                 see ChangeLog 2002-08-26
14181
14182 2002-08-25 [alfons]     0.8.1claws119
14183
14184         * src/procmsg.c
14185                 fix bug that didn't send out correct headers to news server
14186                 when sending news article and email from queue (bug reported
14187                 and patch provided by Tim Mann; closes bug 
14188                 "[ 583196 ] 0.7.8claws can't post news")
14189
14190 2002-08-25 [alfons]     0.8.1claws118
14191
14192         * src/selective_download.c
14193                 mark two strings as translatable
14194                 (thanks to Urke MMI for pointing this out)
14195
14196 2002-08-25 [alfons]     0.8.1claws117
14197
14198         * src/summaryview.c
14199                 treat sent boxes as special and allow sorting them by addressee
14200                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14201                 submitted by Steve Lamb)
14202
14203 2002-08-24 [alfons]     0.8.1claws116
14204
14205         * src/matcher.c
14206                 fix memleak reported by Martin Kluge
14207                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14208
14209 2002-08-24 [oliver]     0.8.1claws115
14210
14211         * src/prefs_toolbar.c
14212                 o code cleanup as suggested by Alfons
14213                 o memleak fix
14214
14215 2002-08-24 [alfons]     0.8.1claws114
14216
14217         * src/summaryview.c
14218                 o fix another memory leak reported by Martin Kluge
14219                   (see "[ 599568 ] Small Memory Leak")
14220                 o remove 'from' variable from 'summary_set_header()'; we can
14221                   do with just 'to' 
14222
14223 2002-08-24 [paul]       0.8.1claws113
14224
14225         * sync with 0.8.1cvs30
14226                 see ChangeLog 2002-08-23
14227
14228 2002-08-24 [alfons]     0.8.1claws112
14229
14230         * src/summaryview.c
14231                 remove unnecessary allocations for search bar fixing leaks
14232                 reported by Martin Kluge
14233                 (see "[ 599451 ] Further memory leaks?")
14234
14235 2002-08-24 [alfons]     0.8.1claws111
14236
14237         * src/main.c
14238                 make get_socket_name() public for crash.c
14239         * src/crash.c
14240                 o make report bug button work (goes to claws' 
14241                   bug tracker at sf.net)
14242                 o introduce function for doing important stuff just
14243                   before claws goes down
14244                 o clean up code 
14245
14246 2002-08-24 [alfons]     0.8.1claws110
14247
14248         * src/compose.c
14249                 move cursor to "To" entry when forwarding as attachment
14250                 (reported and solved by Steve Lamb, closes bug report
14251                 "[ 592880 ] Forward as attachment; cursor not in to")
14252
14253 2002-08-24 [colin]      0.8.1claws109
14254
14255         * src/mainwindow.c
14256                 fix quick search visibility after GUI (de)separations.
14257
14258 2002-08-23 [colin]      0.8.1claws108
14259
14260         * src/mainwindow.c
14261                 fix header pane visibility after folderview or
14262                 messageview (de)separation
14263
14264 2002-08-23 [paul]       0.8.1claws107
14265
14266         * src/mainwindow.[ch]
14267           src/toolbar.c
14268                 give full control of display or non-display 
14269                 of the Execute icon to Custom toolbar settings.
14270                 add new sensitivity condition to maninwindow.h: 
14271                 M_DELAY_EXEC
14272
14273         * ChangeLog
14274           ChangeLog.jp
14275           NEWS
14276                 more sync with 0.8.1cvs29
14277
14278 2002-08-23 [melvin]     0.8.1claws106
14279
14280         * src/alertpanel.c
14281                 Readded support for custom widget in alertpanel lost in last
14282                 sync.
14283
14284 2002-08-23 [paul]       0.8.1claws105
14285
14286         * sync with 0.8.1cvs29
14287                 see ChangeLog 2002-08-23
14288
14289 2002-08-23 [colin]      0.8.1claws104
14290
14291         * src/summaryview.c
14292                 Fix folder and search pixmaps exchanging positions
14293                 after theme or toolbar changes. Thank to Oliver for 
14294                 reporting this.
14295
14296 2002-08-23 [colin]      0.8.1claws103
14297
14298         * src/mainwindow.c
14299           src/messageview.[ch]
14300           src/noticeview.[ch]
14301           src/summaryview.c
14302                 Changed messageview_create() and noticeview_create()
14303                 to avoid the last gdk_warning
14304
14305 2002-08-22 [colin]      0.8.1claws102
14306
14307         * src/summaryview.c
14308                 Fix my new `Creating pixmap from xpm' warning
14309
14310 2002-08-22 [colin]      0.8.1claws101
14311
14312         * src/mainwindow.c
14313                 Fix some of the gdk warnings
14314
14315 2002-08-22 [colin]      0.8.1claws100
14316
14317         * src/Makefile.am
14318         * src/stock_pixmap.c
14319         * src/stock_pixmap.h
14320         * src/pixmaps/quicksearch.xpm *ADDED*
14321                 Add the quicksearch pixmap
14322         * src/mainwindow.c
14323         * src/summaryview.c
14324         * src/summaryview.h
14325                 Make quicksearch bar visible/hidden via a button
14326
14327 2002-08-22 [christoph]  0.8.1claws99
14328
14329         * src/folder.c
14330                 fix folder update for newsgroups with message
14331                 numbers below minimum number of articles to fetch
14332                 (closes bug #598445)
14333
14334 2002-08-22 [paul]       0.8.1claws98
14335
14336         * sync with 0.8.1cvs28
14337                 see ChangeLog 2002-08-22
14338
14339 2002-08-21 [alfons]     0.8.1claws97
14340
14341         * src/crash.c
14342                 use bt instead of bt full which seems to work 
14343                 better, and bt full doesn't give a great deal 
14344                 of information anyway
14345
14346 2002-08-21 [colin]      0.8.1claws96
14347
14348         * src/summaryview.c
14349                 fix summaryview_searchtype_changed prototype
14350
14351 2002-08-21 [christoph]  0.8.1claws95
14352
14353         * src/mainwindow.c
14354                 o fix broken menu update for sorting type, we have to
14355                   get this info from the summaryview now
14356                 o removed setting of threaded state in menu callback
14357         * src/summaryview.[ch]
14358                 more summaryview/folderitem seperation for
14359                 threading option
14360         * configure.in
14361                 removed not required --with-compiler-flags option
14362
14363 2002-08-21 [oliver]     0.8.1claws94
14364         
14365         * src/toolbar.h 
14366                 o rename toolbar.xml to toolbar_main.xml
14367                   since toolbar_compose.xml might come up 
14368                   any time soon
14369         * README.claws
14370                 add custom toolbar              
14371
14372 2002-08-21 [darko]      0.8.1claws93
14373
14374         * src/procmsg.c
14375                 don't reset tmp flags for messages copied
14376                 to sent folder
14377
14378 2002-08-21 [colin]      0.8.1claws92
14379         
14380         * src/prefs_filtering.c
14381                 fix renaming rules on folder rename 
14382                 when folder is not a leaf folder
14383
14384 2002-08-21 [paul]       0.8.1claws91
14385
14386         * src/prefs_folder_item.c
14387                 fix alignment of colour selector
14388
14389 2002-08-21 [paul]       0.8.1claws90
14390
14391         * sync with 0.8.1cvs27
14392                 see ChangeLog 2002-08-21
14393
14394 2002-08-21 [paul]       0.8.1claws89
14395
14396         * src/summaryview.c
14397                 fix crash when changing field type in
14398                 Quick search bar
14399
14400 2002-08-21 [colin]      0.8.1claws88
14401
14402         * src/summaryview.c
14403                 Made quick search case-insensitive
14404
14405 2002-08-21 [paul]       0.8.1claws87
14406
14407         * sync with 0.8.1cvs26
14408                 see ChangeLog 2002-08-21
14409
14410 2002-08-20 [christoph]  0.8.1claws86
14411
14412         * src/folderview.c
14413         * src/main.c
14414         * src/summaryview.[ch]
14415                 more summaryview/folderitem seperation for
14416                 sort_key and sort_type
14417         * src/procmsg.c
14418                 added missing return statement
14419
14420 2002-08-20 [colin]      0.8.1claws85
14421
14422         * src/summaryview.[ch]
14423                 Added a quick search box
14424         * src/mainwindow.c
14425         * src/prefs_common.[ch]
14426                 Added a show/hide option for the quick search
14427
14428 2002-08-20 [oliver]     0.8.1claws84
14429         
14430         * src/mainwindow.c
14431                 remove toolbar_create_popups
14432         * src/toolbar.[ch]
14433                 o remove toolbar_create_popups
14434                 o fix toolbar_set_sensitive 
14435                   (Bug reports #596834 and #596832)     
14436         * src/prefs_toolbar.c
14437                 o add "Set default" button
14438                 o align label and text + combo widgets
14439
14440 2002-08-20 [hoa]        0.8.1claws83bis
14441
14442         * src/imap.c
14443                 fixed a bug in imap_fetch_msginfo() in case there is no
14444                 current folder.
14445
14446 2002-08-20 [darko]      0.8.1claws83
14447
14448         * src/folderview.c
14449                 copy the color style of folder view so it
14450                 works with GTK themes
14451
14452 2002-08-20 [darko]      0.8.1claws82
14453
14454         * src/folder.h
14455         * src/folderview.c
14456         * src/prefs_folder_item.[hc]
14457                 don't use UI stuff in folder.h
14458
14459 2002-08-20 [darko]      0.8.1claws81
14460
14461         * src/folder.h
14462         * src/prefs_folder_item.h
14463         * src/folderview.c
14464         * src/prefs_folder_item.c
14465                 ability to set folder color in folderview
14466
14467 2002-08-19 [alfons]     0.8.1claws80
14468
14469         * src/summaryview.c
14470                 fix one of the earlier memleaks reported by Martin Kluge
14471
14472 2002-08-19 [alfons]     0.8.1claws79
14473
14474         * src/mainwindow.c
14475                 hide notice view when selecting seperate folder
14476                 view (reported by Urke MMI)
14477
14478 2002-08-19 [christoph]  0.8.1claws78
14479
14480         * src/folderview.c
14481         * src/prefs_folder_item.h
14482         * src/summaryview.[ch]
14483                 o add summary_set_prefs_from_folderitem to set
14484                   summaryview prefs (first step to remove all
14485                   references to the folderitem in summaryview)
14486                 o moved compiled regex stuff from folderitem prefs
14487                   to summaryview code
14488
14489 2002-08-19 [paul]       0.8.1claws77
14490
14491         * src/compose.c
14492                 add check for '.' to QUOTE_IF_REQUIRED
14493
14494 2002-08-19 [paul]       0.8.1claws76
14495
14496         * src/inc.c
14497                 sync with 0.8.1cvs25 (plug memory leak)
14498
14499         * src/prefs_toolbar.c
14500                 re-order prefs_toolbar_cancel()
14501
14502 2002-08-18 [alfons]     0.8.1claws75
14503
14504         * src/inc.c
14505         * src/matcher.c
14506                 plug other memleaks reported by Martin Kluge
14507
14508 2002-08-18 [paul]       0.8.1claws74
14509
14510         * po/pt_BR.po
14511                 updated by Fabio Jr. Beneditto
14512
14513 2002-08-18 [paul]       0.8.1claws73
14514
14515         * src/toolbar.[ch]
14516                 fix bug where tooltips were displayed untranslated              
14517
14518         * src/prefs_toolbar.c
14519                 fix bug where clicking 'Cancel' creates an icon & text
14520                 toolbar regardless of prefs
14521         
14522
14523 2002-08-17 [oliver]     0.8.1claws72
14524
14525         * src/prefs_toolbar.c
14526                 update toolbar on CANCEL
14527                 bug reported by Martin Kluge
14528         * src/toolbar.c
14529                 toolbar_destroy memleak fixed           
14530
14531 2002-08-17 [alfons]     0.8.1claws71
14532
14533         * src/toolbar.c
14534                 plug another memleak reported by Martin Kluge
14535
14536 2002-08-16 [alfons]     0.8.1claws70
14537
14538         * src/crash.c
14539                 use execvp() correctly (suggested by wwp; thanks!)
14540
14541 2002-08-16 [alfons]     0.8.1claws69
14542
14543         * src/gtksctree.c
14544                 plug memory leak reported by Kim Schultz & Martin Kluge
14545
14546 2002-08-16 [paul]       0.8.1claws68
14547
14548         * po/es.po
14549                 updated by Ricardo Mones Lastra
14550
14551 2002-08-16 [paul]       0.8.1claws67
14552
14553         * src/toolbar.h
14554                 fix bug where 'Compose News' icon showed wrong
14555                 tooltip
14556
14557 2002-08-16 [paul]       0.8.1claws66
14558
14559         * sync with 0.8.1cvs24
14560                 see ChangeLog 2002-08-16
14561
14562         * po/it.po
14563                 updated by Alessandro Maestri
14564
14565 2002-08-15 [paul]       0.8.1claws65
14566
14567         * po/sr.po
14568                 updated by Urke MMI
14569
14570 2002-08-15 [paul]       0.8.1claws64
14571
14572         * src/*.c
14573                 don't translate debug info
14574
14575         * src/matcher.[ch]
14576                 add copyright info
14577
14578 2002-08-15 [paul]       0.8.1claws63
14579
14580         * src/prefs_toolbar.c
14581                 fix bug where clicking 'OK' creates an icon & text
14582                 toolbar regardless of prefs
14583
14584 2002-08-14 [alfons]     0.8.1claws62
14585
14586         * src/main.c
14587                 add global var that has the full argv[0]
14588         * src/crash.c
14589                 o execvp the correct sylpheed by using argv0
14590                   and setting the correct work dir
14591                 o other tweaks  
14592
14593 2002-08-14 [oliver]     0.8.1claws61
14594         
14595         * enable/disable Toolbar Action Buttons 
14596         * code cleanups
14597         * src/mainwindow.c
14598         * src/toolbar.[ch]      
14599         * src/prefs_toolbar.c   
14600
14601 2002-08-14 [melvin]     0.8.1claws60
14602
14603         * po/fr.po
14604                 Updated French translations
14605
14606 2002-08-14 [melvin]     0.8.1claws59
14607
14608         * src/crash.c
14609                 Made bug report not translatable
14610         * src/exporthtml.c
14611                 Fixed exporthtml_build_filespec() return value
14612         * src/foldersel.c
14613                 Fixed incorrect include file
14614         * src/gtkspell.c
14615         * src/prefs_actions.c
14616         * src/prefs_toolbar.c
14617                 Made debug info not translatable
14618         * src/mutt.c
14619         * src/quote_fmt.c
14620                 Added missing includes
14621         * src/prefs_common.c
14622                 Fixed typo
14623
14624 2002-08-14 [paul]       0.8.1claws58
14625
14626         * faq/es/sylpheed-faq.html
14627           faq/es/sylpheed-faq-[1-3].html
14628           faq/es/sylpheed-faq-4.html     **NEW FILE **
14629                 update Spanish FAQ
14630
14631 2002-08-13 [christoph]  0.8.1claws57
14632
14633         * src/procmsg.c
14634                 ignore thread fix that did not mark all
14635                 child nodes of a ignored thread as
14636                 ignored. Does not work perfectly yet,
14637                 but it is better now
14638
14639 2002-08-13 [alfons]     0.8.1claws56
14640
14641         * src/crash.c
14642                 o implement 'save crash log'
14643                 o some tweaks
14644
14645 2002-08-13 [melvin]     0.8.1claws55
14646
14647         * src/main.c
14648                 removed unrequired "execinfo.h" header
14649
14650 2002-08-12 [paul]       0.8.1claws54
14651
14652         * faq/en/sylpheed-faq.html
14653           faq/en/sylpheed-faq-[1-3].html
14654           faq/en/sylpheed-faq-4.html     **NEW FILE **
14655                 update English FAQ
14656
14657 2002-08-12 [alfons]     0.8.1claws53
14658
14659         * po/POTFILES.in
14660                 add crash.c to translatables
14661         * src/crash.c
14662                 bring in Leandro's crash dialog
14663
14664 2002-08-11 [alfons]     0.8.1claws52
14665
14666         * src/crash.c
14667                 clean up some warnings
14668
14669 2002-08-11 [alfons]     0.8.1claws51
14670
14671         * acconfig.h
14672         * configure.in
14673         * src/crash.[ch]        ** NEW FILES **
14674         * src/main.c            
14675                 initial gdb crash handler
14676
14677 2002-08-11 [paul]       0.8.1claws50
14678
14679         * src/prefs_toolbar.c
14680                 replace Up/Down arrow pixmaps with text to be
14681                 consistent across icon themes
14682
14683 2002-08-11 [paul]       0.8.1claws49
14684
14685         * src/prefs_common.c
14686           src/prefs_toolbar.c
14687                 rename 'Pixmap' -> 'Icon'
14688
14689         * src/toolbar.[ch]
14690                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
14691
14692 2002-08-10 [paul]       0.8.1claws48
14693
14694         * src/prefs_toolbar.c
14695                 re-work the UI
14696
14697 2002-08-10 [paul]       0.8.1claws47
14698
14699         * src/main.c
14700                 don't write Processing progress to status bar
14701                 patch submitted by Alexander Evseev
14702
14703         * src/prefs_toolbar.c
14704                 re-position and resize window
14705                 make window assume correct size on first call
14706
14707 2002-08-10 [paul]       0.8.1claws46
14708
14709         * src/mainwindow.c
14710           src/prefs_toolbar.c
14711           src/toolbar.c
14712           src/toolbar.h
14713                 obey coding style
14714                 follow UI text conventions
14715
14716 2002-08-10 [alfons]     0.8.1claws45
14717
14718         * src/toolbar.c
14719                 correct pixmap for delete action
14720
14721 2002-08-10 [paul]       0.8.1claws44
14722
14723         * po/pt_BR.po
14724                 updated by Fabio Jr. Beneditto
14725
14726 2002-08-10 [paul]       0.8.1claws43
14727
14728         * po/POTFILES.in
14729                 add custom toolbar files
14730
14731 2002-08-10 [paul]       0.8.1claws42
14732
14733         * sync with 0.8.1cvs22
14734                 see ChangeLog 2002-08-09
14735
14736 2002-08-09 [paul]       0.8.1claws41
14737
14738         * tools/Makefile.am
14739           tools/README
14740           tools/outlook2sylpheed.pl     ** NEW FILE **
14741                 add script to convert exported Outlook
14742                 contacts list to a Sylpheed addressbook.
14743                 Submitted by Ricardo Mones Lastra.
14744
14745 2002-08-09 [paul]       0.8.1claws40
14746
14747         * AUTHORS
14748           configure.in
14749           po/sr.po      ** NEW FILE **
14750                 add Serbian message catalog. Submitted by
14751                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
14752
14753 2002-08-09 [paul]       0.8.1claws39
14754
14755         * sync with 0.8.1cvs21
14756                 see ChangeLog 2002-08-08
14757
14758 2002-08-08 [oliver]     0.8.1claws38
14759
14760         * src/mainwindow.c
14761                 move Custom Toolbar to Configuration menu
14762
14763 2002-08-08 [oliver]     0.8.1claws37
14764
14765         * src/prefs_toolbar.c
14766                 fix substitute pixmap bug
14767
14768 2002-08-08 [paul]       0.8.1claws36
14769
14770         * sync with 0.8.1cvs19
14771                 see ChangeLog 2002-08-08
14772
14773 2002-08-07 [christoph]  0.8.1claws35
14774
14775         * src/utils.c
14776                 fixed a memory leak in new canonicalize_file_replace
14777
14778 2002-08-07 [christoph]  0.8.1claws34
14779
14780         * src/utils.[ch]
14781                 o canonicalize_file_replace should create the temporary
14782                   file in the same directory as the original file.
14783                 o added get_tmpfile_in_dir that creates a temorary file
14784                   in a specified directory.
14785
14786 2002-08-07 [melvin]     0.8.1claws33
14787
14788         * src/toolbar.c
14789                 fixed bug where 'Article' button acted as 'Email' button.
14790
14791 2002-08-07 [paul]       0.8.1claws32
14792
14793         * sync with 0.8.1.cvs17
14794                 see ChangeLog 2002-08-07
14795
14796 2002-08-07 [colin]      0.8.1claws31
14797         
14798         * src/news.c
14799                 fix mass-cancel problem
14800
14801 2002-08-07 [thorsten]   0.8.1claws30
14802
14803         * src/prefs_toolbar.c
14804                 fix: crash on replace or add new button
14805         * src/toolbar.c
14806                 fix: close xmlfile after reading
14807         * src/utils.c
14808                 fix: unlink() file before rename()
14809
14810 2002-08-06 [paul]       0.8.1claws29
14811
14812         * sync with 0.8.cvs15
14813                 see ChangeLog 2002-08-06
14814
14815 2002-08-06 [oliver]     0.8.1claws28
14816
14817         * src/toolbar.c
14818         * src/prefs_toolbar.c
14819                 fixed empty toolbar issue
14820
14821 2002-08-06 [oliver]     0.8.1claws27
14822
14823         * Custom Toolbar Final 
14824         * src/folderview.c
14825         * src/inc.c
14826         * src/summaryview.c
14827                 o toolbar stuff now lives in src/toolbar.[ch]
14828                 o main_window_toolbar_* functions are renamed to
14829                   toolbar_* reflecting their new source file
14830         * src/mainwindow.[ch]
14831                 o remove toolbar stuff  
14832
14833 2002-08-06 [oliver]     0.8.1claws26
14834         
14835         * src/Makefile.am
14836         * src/prefs_toolbar.[ch]        **New File**
14837         * src/toolbar.[ch]              **New File**
14838                 o prefs_toolbar.[ch] custom toolbar frontend
14839                 o toolbar.[ch]       backend 
14840
14841 2002-08-06 [oliver]     0.8.1claws25
14842
14843         * src/prefs_actions.[ch]
14844                 o new exported function actions_execute
14845
14846 2002-08-06 [paul]       0.8.1claws24
14847
14848         * sync with 0.8.1cvs4
14849                 see ChangeLog 2002-08-06
14850
14851 2002-08-06 [paul]       0.8.1claws23
14852
14853         * sync with 0.8.1cvs13
14854                 see ChangeLog 2002-08-06
14855
14856 2002-08-06 [paul]       0.8.1claws22
14857
14858         * sync with 0.8.1cvs12
14859                 see ChangeLog 2002-08-05 and 2002-08-06
14860
14861 2002-08-06 [match]      0.8.1claws21
14862
14863         * src/addrclip.c
14864                 improvements to cut/copy/paste address
14865
14866 2002-08-05 [match]      0.8.1claws20
14867
14868         * src/addritem.[ch]
14869         * src/addrcache.c
14870         * src/addrbook.c
14871         * src/editaddress.c
14872         * src/addressbook.c
14873                 fixes to improve cut/copy/paste
14874
14875 2002-08-06 [melvin]     0.8.1claws19
14876
14877         * src/account.[ch]
14878                 account_find_all_from_address(): new function that returns the
14879                 list of all accounts that are matched in an address.
14880         * src/alertpanel.[ch]
14881                 alertpanel() now accepts a custom widget
14882                 alertpanel_with_widget(): new function that pops up a panel with
14883                 a custom widget in it 
14884         * src/gtkutils.[ch]
14885                 gtkut_account_menu_new(): new function that allows the selection
14886                 of an account from a list of accounts.
14887         * src/messageview.c
14888                 Extended Return Receipt notification to select the correct 
14889                 account and to make a security test on the Delivery-Notification
14890                 address which should be the same as the Return-Path.
14891
14892 2002-08-06 [thorsten]   0.8.1claws18
14893
14894         * src/mimeview.c
14895                 attach_all: save unnamed as "noname.%d",
14896                 dont free static dirname
14897
14898 2002-08-05 [alfons]     0.8.1claws17
14899
14900         * configure.in
14901                 detect XIM by trying to link rather than compile a XIM program
14902
14903 2002-08-05 [oliver]     0.8.1claws16
14904                 
14905         * src/stock_pixmap.[ch]
14906                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
14907                 o new func to retrieve pixmaps
14908
14909 2002-08-05 [paul]       0.8.1claws15
14910
14911         * sync with 0.8.1cvs10
14912                 see ChangeLog 2002-08-05
14913
14914 2002-08-04 [alfons]     0.8.1claws14
14915
14916         * src/textview.c
14917                 see if this plugs memleak
14918
14919 2002-08-04 [melvin]     0.8.1claws13
14920
14921         * src/gtkspell.c
14922                 fixed bug that could crash Sylpheed when highlighting
14923                 all misspelled words.
14924
14925 2002-08-03 [melvin]     0.8.1claws12
14926
14927         * src/prefs_actions.c
14928                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
14929         * src/messageview.c
14930                 fixed bug where the Return Receipt was sent to
14931                 Delivery-Notification-To address even if it was not present
14932
14933 2002-08-02 [alfons]     0.8.1claws11
14934
14935         * src/prefs_actions.c
14936                 o more check for NULLs
14937                 o put create_io_dialog() in right conditional block
14938
14939 2002-08-02 [paul]       0.8.1claws10
14940
14941         * po/es.po
14942                 updated by Ricardo Mones Lastra
14943
14944 2002-08-01 [christoph]  0.8.1claws9
14945
14946         * src/folder.c
14947                 don't free the cache of the opened
14948                 folder in the summaryview
14949         * src/summaryview.c
14950                 don't unset flags, if it is not required
14951
14952 2002-08-01 [paul]       0.8.1claws8
14953
14954         * sync with 0.8.1cvs8
14955                 see ChangeLog entry 2002-08-01
14956
14957 2002-08-01 [paul]       0.8.1claws7
14958
14959         * sync with 0.8.1cvs7
14960                 see ChangeLog 2002-07-31 and 2002-08-01
14961
14962 2002-07-31 [christoph]  0.8.1claws6
14963
14964         * src/mainwindow.c
14965                 forgot to update menu sensitivity
14966                 function for new menu entry
14967
14968 2002-07-31 [alfons]     0.8.1claws5
14969
14970         * src/main.c
14971                 check folder item and its path for NULL on
14972                 initial processing
14973
14974 2002-07-31 [christoph]  0.8.1claws4
14975
14976         * src/folder.c
14977                 check if folder_item_get_msginfo in
14978                 folder_item_remove_msg returned NULL
14979         * src/imap.c
14980                 better clear the uid cache in the
14981                 uid validity check function and delete
14982                 cached messages
14983
14984 2002-07-31 [paul]       0.8.1claws3
14985
14986         * man/sylpheed.1
14987                 add the '--attach' option and a few other
14988                 minor changes
14989
14990 2002-07-31 [paul]       0.8.1claws2
14991
14992         * sync with 0.8.1cvs5
14993                 see ChangeLog 2002-07-31
14994
14995 2002-07-31 [christoph]  0.8.1claws1
14996
14997         * src/folderview.[ch]
14998         * src/mainwindow.c
14999                 replace "Rescan all folders..." with
15000                 "Check all folders for new messages..."
15001
15002 2002-07-30 [paul]       0.8.1claws
15003
15004         * version 0.8.1claws released
15005
15006 2002-07-30 [paul]       0.8.0claws29
15007
15008         * tools/OOo2sylpheed.pl ** NEW FILE **
15009           tools/README
15010                 add script to enable sending documents as
15011                 attachments from OpenOffice.org
15012
15013 2002-07-30 [melvin]     0.8.0claws28
15014
15015         * src/prefs_actions.c
15016                 Made the actions' input/output dialog display
15017                 without delay.
15018
15019 2002-07-30 [christoph]  0.8.0claws27
15020
15021         * src/procmsg.c
15022                 check if folder_item_get_msginfo in
15023                 procmsg_save_to_outbox returned NULL
15024
15025 2002-07-30 [paul]       0.8.0claws26
15026
15027         * sync with 0.8.1cvs4
15028                 see ChangeLog 2002-07-29
15029
15030 2002-07-29 [thorsten]   0.8.0claws25
15031
15032         * README.claws
15033                 added selective download, delete on server
15034
15035 2002-07-29 [paul]       0.8.0claws24
15036
15037         * sync with 0.8.1cvs3
15038                 see ChangeLog 2002-07-29
15039
15040 2002-07-27 [christoph]  0.8.0claws23
15041
15042         * src/folder.c
15043                 add extra check if fetching the msginfo
15044                 returned NULL
15045
15046 2002-07-27 [paul]       0.8.0claws22
15047
15048         * sync with 0.8.1cvs2
15049                 see ChangeLog 2002-07-26
15050
15051 2002-07-27 [christoph]  0.8.0claws21
15052
15053         * src/imap.c
15054                 add another check if a valid msginfo
15055                 was returned
15056
15057 2002-07-26 [hoa]        0.8.0claws20
15058
15059         * src/folder.c
15060                 Fixed a condition in folder_item_destroy()
15061
15062         * src/imap.c
15063                 Fixed an error in IMAP protocol
15064
15065 2002-07-26 [alfons]     0.8.0claws19
15066
15067         * src/folder.c
15068                 ofcourse compare with identifier, not the path
15069
15070 2002-07-26 [alfons]     0.8.0claws18
15071
15072         * src/folder.c
15073                 use folder item identifier for saving / restoring
15074                 preferences because folder->path might not be unique
15075
15076 2002-07-26 [melvin]     0.8.0claws17
15077
15078         * src/logwindow.c
15079                 Fixed a crash introduced in 0.8.0claws5 when log is 
15080                 cut under 80 characters.
15081
15082 2002-07-26 [paul]       0.8.0claws16
15083
15084         * sync with 0.8.1cvs1
15085                 see ChangeLog 2002-07-26
15086
15087 2002-07-26 [christoph]  0.8.0claws15
15088
15089         * src/imap.[ch]
15090                 imap folder now remembers the last selected
15091                 folder and imap_fetch_msginfo skips selecting
15092                 the folder if it is already selected
15093
15094 2002-07-26 [christoph]  0.8.0claws14
15095
15096         * src/folder.c
15097         * src/folderview.c
15098         * src/imap.c
15099                 fix imap folder rescanning
15100
15101 2002-07-25 [christoph]  0.8.0claws13
15102
15103         * src/filter.c
15104         * src/folder.[ch]
15105         * src/folderview.c
15106         * src/imap.[ch]
15107         * src/mainwindow.c
15108         * src/mbox_folder.c
15109         * src/mh.c
15110         * src/news.c
15111                 implement imap uid cache and uid validity check
15112
15113 2002-07-25 [alfons]     0.8.0claws12
15114
15115         * src/summaryview.c
15116                 fix a brown paper bag bug, and also add some more
15117                 checks
15118
15119 2002-07-25 [christoph]  0.8.0claws11
15120
15121         * src/folder.c
15122                 don't mix copy, fetch_msginfo and remove
15123                 operations in folder item copy and move
15124                 operations
15125
15126 2002-07-25 [christoph]  0.8.0claws10
15127
15128         * src/folderview.c
15129         * src/mainwindow.c
15130         * src/prefs_folder_item.c
15131         * src/summaryview.[ch]
15132                 remove no longer required parameter update_cache from
15133                 summary_show
15134
15135 2002-07-25 [paul]       0.8.0claws9
15136
15137         * sync with 0.8.1
15138         
15139         * AUTHORS
15140                 a few corrections
15141
15142 2002-07-24 [alfons]     0.8.0claws8
15143
15144         * src/summaryview.c
15145                 sort correctly when using simplified subject line
15146                 (closes feature request "[ 585141 ] applying regexp to subject 
15147                 before sort" submitted by Alexandra Walford)
15148
15149 2002-07-24 [paul]       0.8.0claws7
15150
15151         * sync with 0.8.0cvs3
15152                 see ChangeLog 2002-07-24
15153
15154 2002-07-23 [christoph]  0.8.0claws6
15155
15156         * src/folder.c
15157         * src/folder.h
15158         * src/summaryview.c
15159         * src/summaryview.h
15160         * src/main.c
15161                 o separate processing and summaryview
15162                 o removed summary_write_cache from summaryview
15163                 o removed summaryview->killed_messages, because we don't have
15164                   to keep a list of killed messages anymore. New cache will
15165                   keep the hidden messages in cache anyway
15166         * src/folderview.c
15167         * src/inc.c
15168         * src/selective_download.c
15169                 o removed unnecessary summary_write_cache calls
15170         * src/procmsg.c
15171                 o don't set ignore thread flag in procmsg_get_thread_tree
15172                   if it is already set
15173         * src/mainwindow.c
15174         * src/statusbar.h
15175                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15176                   they are used in different files
15177
15178 2002-07-23 [melvin]     0.8.0claws5
15179
15180         * src/addressbook.c
15181         * src/addrgather.c
15182         * src/editaddress.c
15183         * src/editgroup.c
15184         * src/editldap_basedn.c
15185         * src/importldif.c
15186         * src/prefs_common.c
15187                 Fixed few memory leak (gtk_editable_get_chars returns
15188                 an allocated string)
15189         * src/logwindow.c
15190                 Fixed few memory leak (gtk_editable_get_chars returns
15191                 an allocated string) and modified a little the log cutting
15192                 loop.
15193         * src/compose.c
15194                 Replaced a call to an obsolete function gtk_entry_get_text()
15195                 by gtk_editable_get_chars()
15196         * src/send.c
15197                 Removed a debug printf
15198
15199 2002-07-23 [christoph]  0.8.0claws4
15200
15201         * src/filesel.c
15202                 fix another g_dirname memory leak
15203
15204 2002-07-23 [christoph]  0.8.0claws3
15205
15206         * src/mh.c
15207                 fixed a memory leak in mh_fetch_msginfo
15208                 fixed crash when message header could not be
15209                 parsed
15210
15211 2002-07-23 [paul]       0.8.0claws2
15212
15213         * sync with 0.8.0cvs2
15214                 see ChangeLog 2002-07-23
15215
15216 2002-07-23 [paul]       0.8.0claws1
15217
15218         * sync with 0.8.0cvs1
15219                 see ChangeLog 2002-07-23
15220
15221 2002-07-23 [paul]       0.8.0claws
15222
15223         * release of 0.8.0claws