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