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