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