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