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