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