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