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