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