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