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