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