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