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