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