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