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