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