0.9.5claws6
[claws.git] / ChangeLog.claws
1 2003-09-11 [christoph]  0.9.5claws6
2
3         * src/folderview.c
4                 fix double deleting of newsgroup folders
5
6         (closes Bug 305 crash after deleting of a newsgroup)
7
8 2003-09-11 [paul]       0.9.5claws5
9
10         * src/rfc2015.c
11           src/common/utils.h
12                 more sync'ing from 0.9.5cvs2
13
14         fixes bug 197 'Header lines encrypted by GPG'
15
16 2003-09-11 [christoph]  0.9.5claws4
17
18         * src/compose.c
19         * src/rfc2015.c
20         * src/common/utils.h
21                 fix sync with 0.9.5cvs2
22
23 2003-09-11 [paul]       0.9.5claws3
24
25         * sync with 0.9.5cvs4
26                 see ChangeLog 2003-09-11
27
28 2003-09-11 [paul]       0.9.5claws2
29
30         * sync with 0.9.5cvs2
31                 see ChangeLog 2003-09-05
32                 
33 2003-09-11 [paul]       0.9.5claws1
34
35         * sync with 0.9.5cvs3
36                 see ChangeLog 2003-09-10
37
38 2003-09-10 [paul]       0.9.5claws
39
40         * 0.9.5claws released
41
42 2003-09-10 [paul]       0.9.4claws78
43
44         * src/Makefile.am
45                 add missing files
46
47 2003-09-10 [melvin]     0.9.4claws77
48
49         * po/fr.po
50                 Updated French translations
51
52 2003-09-10 [paul]       0.9.4claws76
53
54         * po/es.po
55           po/sk.po
56           po/sr.po
57                 update Spanish, Slovak, and Serbian translations.
58                 submitted by Ricardo Mones Lastra, Andrej Kacian,
59                 and Urke MMI
60                 
61         * AUTHORS
62                 add translation team section
63
64 2003-09-09 [christoph]  0.9.4claws75
65
66         * src/folder.c
67                 free item->prefs in folder_item_destroy
68
69 2003-09-09 [alfons]     0.9.4claws74
70
71         * src/folderview.c
72                 o proper check for root node sorting
73                 o remove unnecessary gtk_ctree_remove_node 
74
75         (should fix bug #300, "crash while moving folder")      
76
77 2003-09-08 [christoph]  0.9.4claws73
78
79         * src/folderview.c
80                 o fix double adding of IMAP FolderItems to GtkCTree
81                 o fix crash then mbox folder is removed
82
83 2003-09-08 [christoph]  0.9.4claws72
84
85         * src/folder.c
86         * src/folderview.c
87         * src/mainwindow.c
88                 fix new folder notification
89
90         * src/mbox_folder.c
91                 fix cache path
92
93 2003-09-08 [christoph]  0.9.4claws71
94
95         * src/compose.c
96                 replace '\n' and '\r' before removing trailing spaces
97
98         * src/folder.[ch]
99         * src/folderview.c
100                 add information about new or removed items in folder tree change
101                 notification and use this in folderview to add and remove only
102                 the appected items and not refresh the whole tree
103
104 2003-09-07 [match]      0.9.4claws70
105
106         * src/Makefile.am
107         * src/addr_compl.c
108         * src/addressbook.c
109         * src/addressitem.h
110         * src/addrindex.c
111         * src/addritem.c
112         * src/addritem.h
113         * src/addrquery.c                       ** NEW **
114         * src/addrquery.h
115         * src/ldapquery.c
116         * src/ldapserver.c
117         * src/stock_pixmap.c
118         * src/stock_pixmap.h
119         * src/pixmaps/address_search.xpm        ** NEW **
120                 re-introduce Lookup button for LDAP 'static' searches.
121
122 2003-09-07 [alfons]     0.9.4claws69
123         
124         * src/summaryview.c
125                 abandon setting usize for messageview because it gives layout problems
126                 with the quick search bar and the headerview; fixes assorted UI glitches:
127                 
128                 o bug #148, "Toggling of quick-search bar reduces index view area" 
129                 o bug #280, "Window resiizes for line length but does not revert"
130
131 2003-09-07 [christoph]  0.9.4claws68
132
133         * src/compose.c
134                 o make sure we don't have any newlines in header values
135                 o check custom headers for spaces and newlines and ignore
136                   malformed header names
137
138 2003-09-06 [christoph]  0.9.4claws67
139
140         * src/folder.c
141         * src/folderview.c
142                 invoke notification hook for folder tree changes after append
143                 and remove folder
144
145         (closes Bug 294 Crash while moving folder with many subdirectories)
146
147 2003-09-06 [christoph]  0.9.4claws66
148
149         * src/folder.c
150                 destroy folder's MsgCache if FolderItem is removed to make sure
151                 it is not saved when the FolderItem is destroyed
152
153 2003-09-06 [christoph]  0.9.4claws65
154
155         * src/plugins/clamav/clamav_plugin.c
156                 fix copy & paste bug
157
158 2003-09-05 [christoph]  0.9.4claws64
159
160         * src/folder.c
161         * src/messageview.[ch]
162         * src/procmsg.[ch]
163         * src/summaryview.c
164                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
165                 by MessageView to clear it when the message is deleted. Should
166                 work even if messages are deleted in MainWindow or by
167                 processing.
168
169 2003-09-05 [alfons]     0.9.4claws63
170
171         * src/messageview.c
172                 deleting a message in a message view frees its msginfo, make 
173                 messageview_update_all() aware of that (should fix bug #293,
174                 "deleting message caused crash")
175
176 2003-09-05 [melvin]     0.9.4claws62
177
178         * src/action.c
179                 Improve synchronous action exit code (fixes 
180                 a ~5 seconds delay after action exit on RedHat 9)
181
182 2003-09-04 [christoph]  0.9.4claws61
183
184         * src/compose.c
185         * src/rfc2015.c
186         * src/common/utils.[ch]
187                 add util function to create mime boundary and use it
188                 in compose and gpg code
189
190 2003-09-04 [alfons]     0.9.4claws60
191
192         * src/folder.c
193                 source folder item's GNode should already have been freed in 
194                 a previous call to src->folder->klass->remove_folder()
195                 (should fix bug #287, "crash when moving folders")
196
197 2003-09-03 [thorsten]   0.9.4claws59
198
199         * src/plugins/spamassassin/spamassassin_gtk.c
200                 fix compile error
201
202 2003-09-03 [christoph]  0.9.4claws58
203
204         * src/plugins/spamassassin/spamassassin.[ch]
205         * src/plugins/spamassassin/spamassassin_gtk.c
206                 add timeout config option
207
208 2003-09-03 [paul]       0.9.4claws57
209
210         * po/sk.po      ** NEW FILE **
211                 add Slovak translation. Submitted by Andrej Kacian 
212                 <andrej@kacian.sk>
213
214 2003-09-03 [paul]       0.9.4claws56
215
216         * src/plugins/clamav/clamav_plugin_gtk.c
217                 gui tweaks: replace a label with a tooltip, modify the
218                 text, use gtk_check_button_new(); instead of
219                 gtk_check_button_new_with_label("");
220
221 2003-09-02 [alfons]     0.9.4claws55
222
223         * src/gtk/filesel.c
224                 remember last used dir when attaching multiple files (should fix
225                 bug #290, "Attach File does not remember directory")
226
227 2003-09-01 [paul]       0.9.4claws54
228
229         * po/es.po
230                 updated by Ricardo Mones Lastra
231
232 2003-09-01 [alfons]     0.9.4claws53
233
234         * src/gtk/gtkaspell.[ch]
235                 be pedantic and strict and use const gchar * instead of guchar *
236
237 2003-09-01 [alfons]     0.9.4claws52
238
239         * src/mainwindow.c
240         * src/summaryviewc.
241                 re-enable Save As when multiple messages are selected
242
243 2003-09-01 [paul]       0.9.4claws51
244
245         * src/textview.c
246                 g_free(trimmed_uri);
247
248 2003-09-01 [paul]       0.9.4claws50
249
250         * sync with 0.9.4cvs13
251                 see ChangeLog 2003-09-01
252
253 2003-09-01 [paul]       0.9.4claws49
254
255         * src/textview.c
256                 trim uri before sending to the statusbar
257                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
258                 in the message window causes main S-C window to enlarge 
259                 past screen edges'
260
261 2003-09-01 [paul]       0.9.4claws48
262
263         * sync with 0.9.4cvs12
264                 see ChangeLog 2003-09-01
265
266 2003-08-30 [christoph]  0.9.4claws47
267
268         * src/compose.c
269         * src/folder_item_prefs.[ch]
270         * src/prefs_folder_item.c
271         * src/gtk/gtkaspell.[ch]
272                 commit per folder dictionary patch by
273                 Paul Evans <nerd@freeuk.com>
274
275 2003-08-30 [christoph]  0.9.4claws46
276
277         * src/plugins/spamassassin/spamassassin_gtk.c
278         * src/plugins/spamassassin/spamassassin_gtk.glade
279                 reduce GUI clutter by placing hints into tooltips
280
281 2003-08-30 [paul]       0.9.4claws45
282
283         * src/compose.c
284                 add 'Content-Disposition: inline' to a text/plain
285                 part when using PGP/MIME signing
286
287 2003-08-30 [paul]       0.9.4claws44
288
289         * src/prefs_common.c
290           src/prefs_spelling.c
291           src/prefs_spelling.glade
292                 reduce GUI clutter by placing hints into tooltips
293
294 2003-08-29 [christoph]  0.9.4claws43
295
296         * configure.ac
297                 fix bug found by Ivan Rayner <ivanr@sgi.com>
298
299         * src/stock_pixmap.c
300                 change unecessary warning into a debug message
301
302         * src/plugins/clamav/Makefile.am
303                 Fix error "-I$(CLAMAV_LIBS)"
304
305 2003-08-29 [christoph]  0.9.4claws42
306
307         * intl/Makefile.in
308         * src/Makefile.am
309         * src/matcher.h
310         * src/common/Makefile.am
311         * src/common/passcrypt.c
312                 commit fixes and patches for some of the IRIX problems found by
313                 Ivan Rayner <ivanr@sgi.com>
314
315 2003-08-29 [paul]       0.9.4claws41
316
317         * src/prefs_filtering.c
318                 add 'Top' and 'Bottom' buttons, based on changes in
319                 src/prefs_filter.c in 0.9.4cvs11.
320
321 2003-08-27 [christoph]  0.9.4claws40
322
323         * src/folderview.c
324                 fix bug that the current summary settings were copied to the
325                 wrong folder item, when the folder item prefs are opened.
326                 Copying is not required because summary settings and
327                 folder_item_prefs do not contain the same settings
328
329 2003-08-27 [thorsten]   0.9.4claws39
330
331         * src/imap.c
332                 fix compile error
333
334 2003-08-26 [paul]       0.9.4claws38
335
336         * sync with 0.9.4cvs9
337                 see ChangeLog 2003-08-26
338
339 2003-08-25 [paul]       0.9.4claws37
340
341         * sync with 0.9.4cvs8
342                 see ChangeLog 2003-08-25
343
344 2003-08-24 [christoph]  0.9.4claws36
345
346         * src/prefs_filtering.c
347                 shouldn't remove items from a GSList while iterating over the
348                 list (makes cur invalid and cur->next not accessable)
349
350         (closes Bug 272 i deleted an folder and some seconds later sylpheed
351          crashed)
352
353 2003-08-23 [christoph]  0.9.4claws35
354
355         * src/news.c
356                 news folders should be scanned when opened
357
358 2003-08-22 [christoph]  0.9.4claws34
359
360         * src/prefs_folder_item.c
361                 use macro to assign strings that always frees the old string
362
363         * src/gtk/gtkaspell.[ch]
364                 add gtkaspell_set_dictionary_menu_active_item() to set active
365                 item in dictionary option menu
366
367         * src/prefs_spelling.c
368                 use gtkaspell_set_dictionary_menu_active_item() to select
369                 dictionary
370
371 2003-08-21 [christoph]  0.9.4claws33
372
373         * src/folder.[ch]
374         * src/imap.c
375         * src/mbox_folder.c
376         * src/mh.c
377         * src/news.c
378                 optimize folder system
379
380         * src/gtk/gtkstext.c
381                 fix division by zero when font has 0 width for ' '
382
383 2003-08-21 [paul]       0.9.4claws32
384
385         * sync with 0.9.4cvs7
386                 see ChangeLog 2003-08-20
387
388 2003-08-19 [paul]       0.9.4claws31
389
390         * src/common/defs.h
391                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
392                 SYLDOC_FAQ_HTML_INDEX.
393         * src/manual.c
394                 use LC_MESSAGES instead of LC_ALL to find the current
395                 language
396
397           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
398
399 2003-08-19 [paul]       0.9.4claws30
400
401         * po/bg.po
402                 updated by George Danchev
403
404 2003-08-18 [luke]       0.9.4claws29
405         * src/mimeview.[ch]
406         * src/gtk/gtkvscrollbutton.[ch]
407                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
408                   dependencies; do it the GTK way; reduce code -14/+2 lines)
409                 o removed horizontal separator between icons
410
411 2003-08-17 [christoph]  0.9.4claws28
412
413         * src/procmsg.c
414                 no subject threading when the subject has no reply prefix
415
416 2003-08-16 [christoph]  0.9.4claws27
417
418         * src/mainwindow.c
419                 remember and restore window sizes and position when the main
420                 window is hidden or shown
421
422         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
423          minimised/reopened using trayicon)
424
425 2003-08-16 [paul]       0.9.4claws26
426
427         * src/crash.c
428                 add #include "defs.h"
429
430 2003-08-16 [paul]       0.9.4claws25
431
432         * src/plugins/clamav/clamav_plugin.c
433                 reword a debug_print
434                 
435         * src/plugins/dillo_viewer/dillo_prefs.c
436                 cosmetic: change the labels' text, add tooltips, and
437                 left-align the hint
438
439 2003-08-15 [christoph]  0.9.4claws24
440
441         * src/news.c
442                 complete last change (forgot some changes)
443
444 2003-08-15 [christoph]  0.9.4claws23
445
446         * src/news.c
447                 o check number of messages and don't return a 0 message
448                   when no messages are available
449                 o don't parse xref header anymore
450
451         (closes Bug 203 I'm not getting any news)
452
453 2003-08-15 [paul]       0.9.4claws22
454
455         * src/common/defs.h
456           src/crash.c
457                 update and define claws bugzilla location
458
459 2003-08-15 [paul]       0.9.4claws21
460
461         * po/ru.po
462                 update submitted by Ruslan N. Balkin
463
464 2003-08-14 [christoph]  0.9.4claws20
465
466         * src/procmsg.c
467                 fix search for oldest node in subject threading
468
469 2003-08-14 [christoph]  0.9.4claws19
470
471         * src/procmsg.c
472         * src/common/utils.h
473                 add possibility to check all nodes with the same subject for
474                 subject threading, not only the oldest node. Should not break
475                 threads anymore if the oldest node is thread_by_subject_max_age
476                 days older then parent, because it can now find a child of
477                 oldest node as new parent.
478
479 2003-08-11 [christoph]  0.9.4claws18
480
481         * src/plugins/spamassassin/spamassassin.c
482                 run spam check in background process
483
484 2003-08-10 [alfons]     0.9.4claws17
485
486         * src/summaryview.c
487                 make `Select All' sensitive too
488
489 2003-08-10 [christoph]  0.9.4claws16
490
491         * src/imap.c
492                 add more checks in imap_close
493
494 2003-08-09 [alfons]     0.9.4claws15
495
496         * src/prefs_spelling.c
497                 no spell checking UI if not requested
498
499 2003-08-09 [alfons]     0.9.4claws14
500
501         * src/gtk/prefswindow.c
502                 make it compile
503
504 2003-08-09 [christoph]  0.9.4claws13
505
506         * src/prefs_spelling.c
507         * src/gtk/prefswindow.[ch]
508         * src/plugins/clamav/clamav_plugin_gtk.c
509         * src/plugins/spamassassin/spamassassin_gtk.c
510                 sort prefs pages by heighest weight in tree
511
512 2003-08-09 [paul]       0.9.4claws12
513
514         * sync with 0.9.4cvs6
515                 see ChangeLog 2003-08-07
516                 
517         * AUTHORS
518                 add Leandro and Luke to claws-branch section
519
520 2003-08-09 [christoph]  0.9.4claws11
521
522         * src/gtk/Makefile.am
523         * src/gtk/colorsel.[ch]                 ** NEW **
524                 create a color selection dialog that can be used as a simple
525                 function call with it's own gtk main loop like filesel.[ch]
526
527         * src/Makefile.am
528         * src/main.c
529         * src/prefs_common.c
530         * src/prefs_spelling.[ch]               ** NEW **
531         * src/prefs_spelling.glade              ** NEW **
532         * src/gtk/gtkutils.[ch]
533                 move "Spell Checker" prefs to new prefs dialog
534
535         * src/prefs_folder_item.c
536                 use new colorsel dialog
537
538 2003-08-08 [paul]       0.9.4claws10
539
540         * src/inc.c
541                 clear the progress bar unconditionally
542
543 2003-08-08 [paul]       0.9.4claws9
544
545         * sync with 0.9.4cvs4
546                 see ChangeLog 2003-07-31
547
548 2003-08-07 [christoph]  0.9.4claws8
549
550         * configure.ac
551                 fix bug in image viewer plugin part
552
553         * src/imap.c
554                 don't execute close command if the folder item is not selected
555
556 2003-08-07 [hoa]        0.9.4claws7
557
558         * src/filtering.[ch]
559         * src/matcher_parser.h
560         * src/matcher_parser_parse.y
561                 can define several actions for each filtering rule
562                 can import old versions of filtering rules
563
564         * src/prefs_filtering.c
565                 call to a new dialog box to define actions
566
567         * src/prefs_filtering_action.[ch]
568                 dialog box to define actions for filtering rules
569
570 2003-08-06 [christoph]  0.9.4claws6
571
572         * src/imap.c
573                 make sure source folder is selected when copying messages
574
575 2003-08-06 [christoph]  0.9.4claws5
576
577         * sync with 0.9.4cvs2
578                 see ChangeLog 2003-07-29                
579
580 2003-08-05 [paul]       0.9.4claws4
581
582         * sync with 0.9.4cvs3
583                 see ChangeLog 2003-07-30
584
585 2003-08-04 [match]      0.9.4claws3
586
587         * po/POTFILES.in
588                 export of LDIF files.
589
590 2003-08-04 [match]      0.9.4claws2
591
592         * src/ldif.[ch]
593                 support for export LDIF. documented.
594         * src/importldif.[ch]
595         * src/exportldif.[ch]
596                 add tooltips. documented.
597         * src/exphtmldlg.[ch]
598         * src/common/xmlprops.[ch]
599                 documented.
600         * src/exportldif.[ch]                   ** NEW **
601         * src/expldifdlg.[ch]                   ** NEW **
602         * src/addressbook.[ch]
603         * src/Makefile.am
604                 export of LDIF files.
605                 documented.
606
607 2003-08-04 [christoph]  0.9.4claws1
608
609         * .cvsignore
610         * Makefile.am
611         * configure.ac
612         * sylpheed-claws.pc.in                  ** NEW **
613         * src/Makefile.am
614         * src/common/Makefile.am
615         * src/gtk/Makefile.am
616                 install sylpheed header files in $(pkgincludedir) and create a
617                 pkg-config file to allow building a plugin without the source
618                 package
619
620 2003-08-04 [paul]       0.9.4claws
621
622         * version 0.9.4claws
623
624 2003-08-04 [paul]       0.9.3claws97
625
626         * po/es.po
627                 update Spanish translation. Submitted by Ricardo
628                 Mones Lastra.
629
630 2003-08-03 [paul]       0.9.3claws96
631
632         * po/hr.po
633           po/sr.po
634                 update Croatian and Serbian translations. Submitted by
635                 Dragan and Urke MMI respectively
636
637 2003-08-03 [alfons]     0.9.3claws95
638
639         * src/summaryview.c
640                 mark flag has precedence over important flag - seems
641                 to have been changed in sync of 0.9.3claws45. this fixes
642                 a regression where messages that were scored as important
643                 don't show their mark flags. (using the same column for
644                 both importance as mark flags is the real problem
645                 ofcourse)
646
647 2003-08-03 [melvin]     0.9.3claws94
648
649         * po/fr.po
650                 Updated French translations.
651
652 2003-08-03 [melvin]     0.9.3claws93
653
654         * src/Makefile.am
655                 Fixed typo introduced after 0.9.3claws92 
656                 that prevented compilation
657                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
658                 CPPFLAGS and YFLAGS to allow user setting these.
659         * src/common/Makefile.am
660         * src/gtk/Makefile.am
661         * src/plugins/clamav/Makefile.am
662         * src/plugins/demo/Makefile.am
663         * src/plugins/dillo_viewer/Makefile.am
664         * src/plugins/image_viewer/Makefile.am
665         * src/plugins/mathml_viewer/Makefile.am
666         * src/plugins/spamassassin/Makefile.am
667         * src/plugins/trayicon/Makefile.am
668         * src/plugins/trayicon/libeggtrayicon/Makefile.am
669                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
670                 CPPFLAGS and YFLAGS to allow user setting these.
671
672 2003-08-02 [christoph]  0.9.3claws92
673
674         * configure.ac
675                 o rearrange plugin tests
676                 o add test for clamav.h to ClamAV tests
677
678 2003-08-02 [luke]       0.9.3claws91
679
680         * src/mimeview.c
681                 o fixed appearance of icon list when toggling back from the 
682                   ctree
683                 o toggling of icons using the keyboard works correctly
684                 o fixed all other keyboard shortcuts to work when icons are
685                   active
686         
687         * src/messageview.c
688                 o fixed bug 4 - focus lost when changing messageview view type
689
690 2003-08-02 [christoph]  0.9.3claws90
691
692         * src/common/hooks.c
693                 fix crash when pointer stored in hash table could get invalid
694                 when a plugin is unloaded
695
696 2003-08-01 [christoph]  0.9.3claws89
697
698         * configure.ac
699                 o try to build all plugins (except spamassassin) by default
700                 o don't build a plugin if a dependency check fails
701
702         * src/common/hooks.c
703                 fix warning
704
705 2003-08-01 [match]      0.9.3claws88
706
707         * src/importldif.c
708                 allow single click field selection. document code.
709
710 2003-08-01 [christoph]  0.9.3claws87
711
712         * src/plugins/clamav/clamav_plugin.c
713         * src/plugins/clamav/clamav_plugin_gtk.c
714         * src/plugins/dillo_viewer/dillo_viewer.c
715         * src/plugins/image_viewer/plugin.c
716         * src/plugins/mathml_viewer/mathml_viewer.c
717         * src/plugins/spamassassin/spamassassin.c
718         * src/plugins/spamassassin/spamassassin_gtk.c
719         * src/plugins/trayicon/trayicon.c
720                 add version check to all plugins
721
722 2003-08-01 [hoa]        0.9.3claws86
723
724         * src/prefs_filtering.c
725                 fixed a cosmetic bug, during creation of dialog box,
726                 wrong widgets were shown after creation.
727
728 2003-08-01 [luke]       0.9.3claws85
729
730         * src/mainwindow.c
731                 o fixed visibility of icons/mimeview after toggling separate
732                   message/folder view (factored out some similar code too).
733
734
735 2003-07-31 [alfons]     0.9.3claws84
736
737         * src/mimeview.c
738                 tweak icon box UI a bit more, now allowing right-clicks actions
739                 getting the relevant mime data too; should fix #250, "Can't save 
740                 attachments sometimes".
741
742 2003-07-30 [alfons]     0.9.3claws83
743
744         * src/compose.c
745                 don't do auto-save-draft inside key press handler, but rather
746                 schedule it half of a second later; should fix #67, "autosave 
747                 make re-rediting message crazy"
748
749 2003-07-30 [christoph]  0.9.3claws82
750
751         * src/plugins/trayicon/trayicon.c
752                 process pending events before unloading the plugin
753
754         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
755
756 2003-07-30 [alfons]     0.9.3claws81
757
758         * src/common/hooks.c
759                 parameter 2 of g_hook_destroy() should really be a hook id
760
761 2003-07-30 [alfons]     0.9.3claws80
762
763         * src/common/plugin.c
764                 fix a possibly harmful function signature mismatch 
765                 for plugin_done
766
767 2003-07-30 [alfons]     0.9.3claws79
768
769         * src/common/hooks[.ch]
770                 const correctness
771
772 2003-07-30 [darko]      0.9.3claws78
773
774         * src/summaryview.c
775                 make it compile again
776
777 2003-07-30 [luke]       0.9.3claws77
778
779         * src/crash.c
780         * src/main.c
781                 o added/moved signal handlers for SIGTERM (normal kill command) 
782                   and SIGINT (ctl-c) to be used even without 
783                   --enable-crash-dialog, fixing bug 166
784
785         * src/summaryview.c
786                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
787                   bug 227
788
789         * src/mainwindow.c
790                 o changed sensitivity condition for 'Next new' and 'Next 
791                   unread', fixing bug 8
792
793 2003-07-29 [alfons]     0.9.3claws76
794
795         * src/common/utils.[ch]
796                 add generate_msgid()
797         * src/messageview.c
798                 save ack'ed RRR; fixes #205, "return receipt is not saved in
799                 sent folder".
800
801 2003-07-29 [alfons]     0.9.3claws75
802
803         * src/messageview.c
804                 fix a memleak (claws-only)
805
806 2003-07-29 [alfons]     0.9.3claws74
807
808         * src/mimeview.[ch]
809         * src/gtk/gtkvscrollbutton.[ch]
810                 fix UI glitch where mime icon toolbox' scroll position is not 
811                 reset after switching to another message
812                 
813
814 2003-07-29 [paul]       0.9.3claws73
815
816         * src/prefs_folder_item.c
817                 split the prefs into 2 separate pages
818
819 2003-07-29 [paul]       0.9.3claws72
820
821         * src/compose.c
822                 prepend "\n\n" to a signature without a separator too
823
824 2003-07-29 [paul]       0.9.3claws71
825
826         * src/compose.c
827                 fix bug where changing to an account without an auto-sig
828                 from an initial account without an auto-sig would insert 
829                 2 blank lines at the cursor point
830                 fix bug where changing to an account with an auto-sig
831                 from an initial account without an auto-sig would insert
832                 the sig at the cursor point
833
834 2003-07-29 [paul]       0.9.3claws70
835
836         * src/folderview.c
837                 use the colour from the folder pref unless the folder
838                 has new messages
839
840 2003-07-29 [alfons]     0.9.3claws69
841
842         * src/procmsg.[ch]
843         * src/messageview.c
844         * src/procheader.c
845                 rewrite return receipt request work a little bit (the former 
846                 implementation presumably depended too much on the UI setting
847                 flags). (we're losing the old pending flag.) 
848
849 2003-07-28 [christoph]  0.9.3claws68
850
851         * src/folder.c
852         * src/imap.c
853         * src/mh.c
854         * src/procmsg.[ch]
855                 fix copy to IMAP folder from other folder
856
857 2003-07-28 [christoph]  0.9.3claws67
858
859         * src/procmsg.c
860                 fix sync of procmsg_get_message_file_list
861
862 2003-07-28 [christoph]  0.9.3claws66
863
864         * sync with 0.9.3cvs14
865                 see ChangeLog 2003-07-18
866         * sync with 0.9.3cvs17
867                 see ChangeLog 2003-07-23
868
869         (closes Bug 234 segmentation fault after sending out mail via
870          smtp(auth))
871
872 2003-07-28 [paul]       0.9.3claws65
873
874         * po/es.po
875                 update Spanish translation, submitted by Ricardo Mones
876                 Lastra
877
878 2003-07-28 [christoph]  0.9.3claws64
879
880         * src/folder.[ch]
881         * src/imap.c
882         * src/mh.c
883                 return new message numbers as a GRelation instead of a GSList
884                 that has to be in the same order as the input list. A list
885                 would make it hard for IMAP to optimize oepration by sorting
886                 the input list. The returned list would have to be reordered
887                 to match the same order that input list has.
888
889         * src/gtk/gtkaspell.c
890                 fix missing return value, could cause a crash when garbage is
891                 on the stack that is used as the expected return value
892
893 2003-07-28 [paul]       0.9.3claws63
894
895         * sync with 0.9.4cvs1
896                 see ChangeLog 2003-07-28
897
898 2003-07-27 [alfons]     0.9.3claws62
899
900         * src/mimeview.c
901                 tweak it more to make icon list act like a check button group
902
903 2003-07-27 [christoph]  0.9.3claws61
904
905         * sync with 0.9.3cvs20
906                 see ChangeLog 2003-07-25
907
908 2003-07-27 [paul]       0.9.3claws60
909
910         * src/procmsg.c
911                 re-commit changes from 0.9.3claws58 -
912                 accidently removed in 0.9.3claws59
913
914 2003-07-27 [paul]       0.9.3claws59
915
916         * src/procmsg.[ch]
917                 a sync from 0.9.3cvs17
918                 see ChangeLog 2003-07-23
919
920 2003-07-27 [alfons]     0.9.3claws58
921
922         * src/procmsg.c
923                 add missing header members to MsgInfo; fixes the problem of 
924                 not displaying X-Faces, as noticed by Ricardo Mones
925
926 2003-07-26 [christoph]  0.9.3claws57
927
928         * sync with 0.9.3cvs18
929                 see ChangeLog 2003-07-24
930
931 2003-07-26 [christoph]  0.9.3claws56
932
933         * sync with 0.9.3cvs17
934                 see ChangeLog 2003-07-23
935
936 2003-07-26 [christoph]  0.9.3claws55
937
938         * src/folder.[ch]
939         * src/imap.c
940         * src/mbox_folder.c
941         * src/mh.c
942         * src/news.c
943                 add support for copy function that copy multiple messages
944                 (not implemented yet)
945
946         * src/summaryview.c
947                 add missing return value
948
949 2003-07-26 [paul]       0.9.3claws54
950
951         * tools/multiwebsearch.pl
952                 do whitespace substitution before passing the string
953                 to the browser. fixes bug with browsers that don't
954                 do whitespace conversion themselves.
955
956 2003-07-25 [christoph]  0.9.3claws53
957
958         * src/folder.[ch]
959         * src/imap.c
960         * src/mh.c
961                 rewrite adding of multiple messages to a folder for
962                 claws' folder system
963
964 2003-07-25 [luke]       0.9.3claws52
965
966         * src/mimeview.c
967                 o icon toggles set correctly on leaving ctree mimeview
968
969 2003-07-25 [paul]       0.9.3claws51
970
971         * partial sync with 0.9.3cvs21 [src/main.c]
972                 see ChangeLog 2003-07-25
973
974 2003-07-24 [paul]       0.9.3claws50
975
976         * tools/maildir2sylpheed.pl
977                 fix typo
978
979 2003-07-24 [paul]       0.9.3claws49
980
981         * src/mimeview.c
982                 increase the gutter size of paned so that the panes
983                 can be resized
984                 
985         * src/plugins/demo/demo.c
986                 squeeze in another typo fix
987
988 2003-07-24 [paul]       0.9.3claws48
989
990         * src/plugins/demo/demo.c
991           src/prefs_account.c
992                 small changes to the English
993                 
994         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
995           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
996           src/Makefile.am
997           src/stock_pixmap.c
998                 rename the misspelled icon
999
1000 2003-07-23 [alfons]     0.9.3claws47
1001
1002         * src/mimeview.c
1003                 make icon list look like a list of toggles
1004
1005 2003-07-23 [luke]       0.9.3claws46
1006
1007         * src/pixmaps/mimeview_gpg_expired.xpm
1008         * src/pixmaps/mimeview_gpg_failed.xpm
1009         * src/pixmaps/mimeview_gpg_passed.xpm
1010         * src/pixmaps/mimeview_text_html.xpm
1011         * src/pixmaps/mimeview_image.xpm
1012                 o all icons the same size
1013
1014         * src/mimeview.[ch]
1015                 o mimeview ctree arranged vertically above the viewer
1016                 o icons changed to buttons
1017                 o can use keyboard to select an icon (Enter)
1018                 o resize icon list to width of icons
1019
1020         *  src/gtk/gtkvscrollbutton.c
1021                 o sensitivity of buttons reacts to position
1022
1023 2003-07-23 [christoph]  0.9.3claws45
1024
1025         * sync with 0.9.3cvs14 (incomplete)
1026                 see ChangeLog 2003-07-17
1027
1028 2003-07-23 [alfons]     0.9.3claws44
1029
1030         * src/folder.c
1031         * src/procmsg.h
1032                 sync with my local tree to restore some claws-only things
1033
1034 2003-07-23 [paul]       0.9.3claws43
1035
1036         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1037           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1038           src/Makefile.am
1039           src/mimeview.c
1040           src/procmime.h
1041           src/rfc2015.c
1042           src/stock_pixmap.[ch]
1043                 indicate missing keys and expired sigs/keys
1044                 in mime view column
1045
1046 2003-07-23 [paul]       0.9.3claws42
1047
1048         * src/compose.c
1049                 Redirect fixes: enable automatic account selection and
1050                 do not append signature to message on changing account
1051                 fixes Bug[s] #248
1052
1053 2003-07-23 [paul]       0.9.3claws41
1054
1055         * sync with 0.9.3cvs16
1056                 see ChangeLog 2003-07-23
1057
1058 2003-07-23 [alfons]     0.9.3claws40
1059
1060         * src/inc.c
1061                 give progress dialog a main window, and give it the first 
1062                 one (presumably the only one). fixes bug #247, "segfault on 
1063                 pop-before-smtp" 
1064
1065 2003-07-22 [alfons]     0.9.3claws39
1066
1067         * src/summaryview.c
1068                 shift-space scrolls up
1069
1070 2003-07-22 [paul]       0.9.3claws38
1071
1072         * sync with 0.9.3cvs15
1073                 see ChangeLog 2003-07-22
1074
1075 2003-07-20 [alfons]     0.9.3claws37
1076
1077         * src/compose.c
1078                 put menu inside #ifdef USE_ASPELL..#endif
1079
1080 2003-07-20 [christoph]  0.9.3claws36
1081
1082         * src/procmsg.c
1083                 fix wrong flags in MsgInfo returned by
1084                 procmsg_msginfo_get_full_info()
1085
1086         (closes Bug 221 Deleting messages from the Message View gives incorrect
1087          new/unread message counts in the folder view)
1088
1089         * src/plugins/spamassassin/spamassassin_gtk.c
1090                 add gettext macro for prefs page title
1091
1092 2003-07-20 [paul]       0.9.3claws35
1093
1094         * src/mimeview.c
1095                 redraw icon list on signature check
1096
1097 2003-07-20 [christoph]  0.9.3claws34
1098
1099         * src/Makefile.am
1100         * src/account.c
1101         * src/folder.[ch]
1102         * src/folder_item_prefs.[ch]            ** NEW **
1103         * src/folderview.c
1104         * src/mainwindow.c
1105         * src/mh.c
1106         * src/prefs_gtk.c
1107         * src/prefs_scoring.c
1108         * src/summaryview.c
1109         * src/prefs_folder_item.[ch]
1110                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1111                   Properties dialog
1112                 o use prefswindow for folder properties
1113
1114         * src/gtk/prefswindow.[ch]
1115                 change implementation to use an invisible notebook instead
1116                 of unparenting widgets
1117
1118 2003-07-20 [christoph]  0.9.3claws33
1119
1120         * src/compose.h
1121         * src/folder.c
1122         * src/folderview.h
1123         * src/headerview.h
1124         * src/prefs_filtering.h
1125         * src/prefs_folder_item.[ch]
1126         * src/procmime.h
1127         * src/procmsg.h
1128         * src/summaryview.h
1129                 clean up header mess
1130                 (always use 1. typedefs, 2. #includes, 3. structures)
1131
1132         * src/common/version.h.in
1133                 add casts for constants
1134
1135         * src/plugins/demo/demo.c
1136                 fix typo
1137
1138         * src/plugins/spamassassin/spamassassin.c
1139                 remove unused variable
1140
1141 2003-07-20 [alfons]     0.9.3claws32
1142
1143         * src/mimeview.c
1144                 o make icon buttons respond on left click
1145                 o minor cosmetic change
1146
1147 2003-07-19 [luke]       0.9.3claws31
1148
1149         * src/mimeview.[ch]
1150         * src/gtk/gtkvscrollbutton.c
1151         * src/messageview.c
1152                 o improved mimeview behaviour when selecting a new message
1153                 o plus code cleanups to remove compile warnings
1154
1155
1156 2003-07-19 [alfons]     0.9.3claws30
1157
1158         * src/procmsg.c
1159         * src/compose.c
1160         * src/common/utils.[ch]
1161                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1162
1163 2003-07-19 [alfons]     0.9.3claws29
1164
1165         * src/prefs_folder_item.c
1166                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1167                 string pointers
1168
1169 2003-07-19 [luke]       0.9.3claws28
1170
1171         * src/messageview.c
1172         * src/mimeview.[ch]
1173         * src/procmime.h
1174         * src/rfc2015.c
1175         * src/stock_pixmap.[ch]
1176         * src/gtk/Makefile.am
1177         * src/Makefile.am
1178         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1179         * src/pixmaps/mime_*.xpm                ** NEW **
1180                 o mimeview rearrangement with a new icon shortcut bar
1181
1182 2003-07-19 [alfons]     0.9.3claws27
1183
1184         * src/folderview.c
1185                 o plug leaking nodes_to_recollapse
1186                 o add folderview_recollapse_all_nodes() (not used yet)
1187
1188 2003-07-19 [alfons]     0.9.3claws26
1189
1190         * src/compose.c
1191         * src/common/utils.c
1192                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1193                 for both forwarding as replying
1194
1195 2003-07-18 [christoph]  0.9.3claws25
1196
1197         * configure.ac
1198         * src/common/sylpheed.[ch]
1199         * src/common/version.h.in
1200                 add version in numeric form to allow easy comparison
1201
1202         * src/plugins/demo/demo.c
1203                 add version check
1204                 - sylpheed version > plugin version => never allowed, sylpheed
1205                   could contain unknown API changes
1206                 - sylpheed version < minimum version required => don't load,
1207                   API required not available (if linking does not fail)
1208
1209 2003-07-18 [alfons]     0.9.3claws24
1210         
1211         * src/common/plugin.[ch]
1212                 const correctness
1213
1214 2003-07-18 [christoph]  0.9.3claws23
1215
1216         * src/common/hooks.c
1217                 fix crash when hooks where unregisted
1218
1219         * src/plugins/trayicon/trayicon.c
1220                 unregister detroy signal before destroying the widget
1221                 (still crashes when the plugin is unloaded)
1222
1223 2003-07-18 [alfons]     0.9.3claws22
1224         
1225         * src/folderview.c
1226                 delay expanding folder tree during drags until timeout triggered
1227                 (needs perhaps some tweaking, so testing is welcome)
1228
1229 2003-07-17 [alfons]     0.9.3claws21
1230
1231         * src/folderview.c
1232                 clean up cruft
1233
1234 2003-07-17 [christoph]  0.9.3claws20
1235
1236         * src/common/session.c
1237                 fix opening of SSL connections
1238
1239         * src/plugins/image_viewer/Makefile.am
1240                 add OPENSSL_CFLAGS (we should find a better solution to remove
1241                 this dependencies if they are not required)
1242
1243         * src/plugins/spamassassin/spamassassin.c
1244                 remove setlocale workaround (fixed in libspamc)
1245
1246         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1247          if spell checking enabled)
1248
1249 2003-07-17 [alfons]     0.9.3claws19
1250
1251         * src/common/hooks.[ch]
1252         * src/plugins/clamav/clamav_plugin.c
1253         * src/plugins/spamassassin/spamassassin.c
1254         * src/plugins/trayicon/trayicon.c
1255                 fix signedness muck 
1256
1257 2003-07-17 [alfons]     0.9.3claws18
1258
1259         * src/procmime.c
1260                 plug memleak
1261
1262 2003-07-17 [alfons]     0.9.3claws17
1263
1264         * src/inc.c
1265                 plug memleak
1266
1267 2003-07-17 [paul]       0.9.3claws16
1268
1269         * src/common/defs.h
1270           src/mainwindow.c
1271           src/manual.[ch]
1272                 add link to the Claws site's FAQ page, after the suggestion
1273                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1274                 Move url strings to defs.h
1275                 
1276         * src/mainwindow.c
1277                 fix typo to prevent "unknown menu entry" warnings
1278
1279 2003-07-17 [alfons]     0.9.3claws15
1280
1281         * src/folderview.[ch]
1282         * src/summaryview.[ch]
1283         * src/mimeview.[ch]
1284                 plug DnD leaks 
1285
1286 2003-07-17 [paul]       0.9.3claws14
1287
1288         * src/inc.c
1289                 remove two instances of 'GTK_EVENTS_FLUSH' because
1290                 they are unnecessary and probably cause a stack overflow
1291
1292 2003-07-16 [christoph]  0.9.3claws13
1293
1294         * src/mimeview.[ch]
1295                 use an invisible GTK notebook to switch between viewers
1296                 instead of reparenting widgets
1297
1298 2003-07-16 [christoph]  0.9.3claws12
1299
1300         * src/folder.c
1301                 move folder_item_update_freeze() to correct place in
1302                 folder_item_scan_full()
1303
1304 2003-07-16 [paul]       0.9.3claws11
1305
1306         * sync with 0.9.3cvs12
1307                 see ChangeLog 2003-07-14 and 2003-07-15
1308
1309 2003-07-16 [christoph]  0.9.3claws10
1310
1311         * src/imap.[ch]
1312         * src/prefs_account.[ch]
1313                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1314
1315 2003-07-15 [alfons]     0.9.3claws9
1316
1317         * src/main.c
1318                 make --config-dir do something useful
1319
1320 2003-07-15 [alfons]     0.9.3claws8
1321
1322         * src/procmsg.c
1323                 o fix a bug where 'last' didn't really point to the last message
1324                   in the top level list of children, but to the last threaded
1325                   message. 
1326                 
1327                 o clean up and make it easier to sync
1328
1329 2003-07-15 [alfons]     0.9.3claws7
1330
1331         * src/mainwindow.c
1332                 make correct menu items sensitive       
1333
1334 2003-07-14 [alfons]     0.9.3claws6
1335
1336         * src/procmsg.c
1337                 tune the threader so it will not subject-thread any message
1338                 without a subject prefix (this will not thread correctly if 
1339                 a parent is delivered after their childs, but it looks 
1340                 better right now)
1341
1342 2003-07-13 [christoph]  0.9.3claws5
1343
1344         * src/mainwindow.c
1345                 group "Add mailbox *..." menu items in submenu
1346
1347 2003-07-13 [alfons]     0.9.3claws4
1348
1349         * src/summaryview.c
1350                 correct summary_toggle_pressed() signature and make sure
1351                 signal is not passed on
1352
1353 2003-07-13 [alfons]     0.9.3claws3
1354
1355         * src/summaryview.c
1356                 o for now don't pass on keys when they we're handled by 
1357                   ctree::key_press_event
1358                 o clean up
1359
1360 2003-07-13 [alfons]     0.9.3claws2
1361         
1362         * src/main.c
1363                 add command line option "--config-dir" to get the current 
1364                 configuration dir
1365
1366 2003-07-12 [alfons]     0.9.3claws1
1367
1368         * src/matcher.[ch]
1369         * src/matcher_parser_parse.y
1370         * src/prefs_filtering.c
1371         * src/filtering.c
1372                 add "Lock" filter action to lock messages;
1373
1374         * src/filtering.c       
1375                 remove debug_print()    
1376         * src/prefs_filtering.c
1377                 re-organize matcher part 9: 
1378                 make action text entries easily extendible;
1379                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1380                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1381
1382 2003-07-12 [paul]
1383
1384         * tools/README
1385                 update old information and add missing
1386                 information
1387
1388 2003-07-12 [paul]       0.9.3claws
1389
1390         * 0.9.3claws released
1391         
1392 2003-07-12 [paul]       0.9.0claws103
1393
1394         * src/Makefile.am
1395                 add addrquery.h
1396
1397 2003-07-12 [melvin]     0.9.0claws102
1398
1399         * src/messageview.c
1400                 Fixed bug #215: Show MIME tab for single text/html messages. 
1401                 
1402 2003-07-12 [paul]       0.9.0claws101
1403
1404         * man/sylpheed.1
1405                 updated
1406
1407 2003-07-12 [paul]       0.9.0claws100
1408
1409         * po/es.po
1410           po/hr.po
1411           po/pl.po
1412           po/sr.po
1413                 update Spanish, Croatian, Polish, Serbian translations.
1414                 submitted by Ricardo Mones Lastra, Dragan, Witold
1415                 Wladyslaw Wojciech Wilk, Urke MMI
1416
1417 2003-07-12 [melvin]     0.9.0claws99
1418
1419         * po/fr.po
1420                 Updated French translations.
1421
1422 2003-07-12 [paul]       0.9.0claws98
1423
1424         * src/addressbook.c
1425                 disable 'Lookup' button as it has no effect
1426
1427 2003-07-11 [alfons]     0.9.0claws97
1428         
1429         * src/summaryview.c
1430                 summary_searchbar_pressed() should return TRUE to signal that
1431                 event was handled. when returning void, the return value passed
1432                 to GTK is actually random, but maybe FALSE, in which case the
1433                 event is handled by parent
1434                 
1435 2003-07-10 [paul]       0.9.0claws96
1436
1437         * ac/missing/gettext.m4
1438                 update to version 0.12
1439
1440 2003-07-10 [paul]       0.9.0claws95
1441
1442         * src/plugins/clamav/clamav_plugin.c
1443                 fix bug where multipart/alternative messages
1444                 would slip through without being scanned
1445
1446 2003-07-10 [christoph]  0.9.0claws94
1447
1448         * src/folder.c
1449                 correct check if folder supports removing when a message is
1450                 moved. if not the message is only copied.
1451
1452         (closes Bug 132 crash on startup in newsgroups folders)
1453
1454 2003-07-09 [alfons]     0.9.0claws93
1455
1456         * configure.ac
1457         * src/common/defs.h
1458                 --with-config-dir (default .sylpheed)
1459
1460 2003-07-09 [christoph]  0.9.0claws92
1461
1462         * configure.ac
1463                 use PKG_CHECK_MODULES to check for gtkmathview
1464                 (version 0.4.2 now required)
1465
1466 2003-07-08 [melvin]     0.9.0claws91
1467
1468         * src/action.c
1469                 Implemented a progress bar that counts the number of completed
1470                 tasks when the action runs more than one command.
1471
1472 2003-07-08 [alfons]     0.9.0claws90
1473
1474         * src/procmsg.c
1475                 if queued message has an invalid Message-Id, don't try to
1476                 find message it refers to (fixes #209 "crash when processing 
1477                 in folder")
1478
1479 2003-07-08 [paul]       0.9.0claws89
1480
1481         * sync with 0.9.3cvs2
1482                 see ChangeLog 2003-07-08
1483
1484 2003-07-08 [match]      0.9.0claws88
1485
1486         * src/ldapctrl.c
1487                 extend LDAP search for first/last name by parsing search term.
1488
1489 2003-07-08 [alfons]     0.9.0claws87
1490
1491         * src/send_message.c
1492                 fix bug #208 "Status message stuck when sending on POP3 account"
1493
1494 2003-07-07 [paul]       0.9.0claws86
1495
1496         * po/hr.po
1497                 new Croatian translation, submitted by
1498                 Dragan <drleskov@inet.hr>
1499
1500 2003-07-07 [paul]       0.9.0claws85
1501
1502         * sync with 0.9.3cvs1
1503                 see ChangeLog 2003-07-07
1504
1505 2003-07-05 [christoph]  0.9.0claws84
1506
1507         * src/Makefile.am
1508         * src/messageview.c
1509         * src/mimeview.[ch]
1510         * src/stock_pixmap.[ch]
1511         * src/pixmaps/messageview_text.xpm              ** NEW **
1512                 move mimeview tabs to the right side and use icons
1513                 instead of text to save some space
1514
1515         (patch by Luke Plant <lukeplant@softhome.net>)
1516
1517 2003-07-05 [christoph]  0.9.0claws83
1518
1519         * src/inc.c
1520                 add NULL pointer checks
1521
1522         (patch by Luke Plant <lukeplant@softhome.net>)
1523         (closes Bug 204 0.9.0 quits on authentication error?!)
1524
1525 2003-07-05 [alfons]     0.9.0claws82
1526
1527         * configure.ac
1528                 take the clue in bug #202 "./configure script - 
1529                 'if test' comparison failure" reported by John Kristoff. 
1530
1531 2003-07-04 [christoph]  0.9.0claws81
1532
1533         * src/plugins/spamassassin/spamassassin.c
1534                 set timeout for spam check
1535
1536 2003-07-04 [christoph]  0.9.0claws80
1537
1538         * src/main.c
1539                 destroy all FolderItems when shutting down to
1540                 allow folders to clean up
1541
1542 2003-07-04 [melvin]     0.9.0claws79
1543
1544         * src/gtk/gtkaspell.c
1545                 Fixed bug #184 "Entering non-ascii character deletes
1546                 previous char if spell checking enabled": this makes
1547                 the spell checking in multibytes (e.g. UTF-8)locales work.
1548                 (Patch by Luke Plant).
1549                 
1550 2003-07-04 [christoph]  0.9.0claws78
1551
1552         * sync with 0.9.2cvs1
1553                 see ChangeLog 2003-06-10
1554
1555 2003-07-04 [paul]       0.9.0claws77
1556
1557         * sync with 0.9.3 release
1558                 see ChangeLog 2003-07-04
1559
1560 2003-07-03 [christoph]  0.9.0claws76
1561
1562         * src/folder.[ch]
1563         * src/imap.c
1564         * src/mbox_folder.c
1565         * src/mh.c
1566         * src/news.c
1567                 move folder_item_get_path() stuff into a folder virtual function
1568
1569         * src/procmsg.c
1570                 use folder_item_fetch_msg() to get message and do not contruct
1571                 the filename from path and number
1572
1573 2003-07-03 [paul]       0.9.0claws75
1574
1575         * sync with 0.9.2cvs12
1576                 see ChangeLog 2003-07-03
1577
1578 2003-07-02 [paul]       0.9.0claws74
1579
1580         * src/messageview.c
1581                 fix text-selection for replying
1582
1583 2003-07-02 [paul]       0.9.0claws73
1584
1585         * sync with 0.9.2cvs11
1586                 see ChangeLog 2003-07-02
1587
1588 2003-07-02 [paul]       0.9.0claws72
1589
1590         * src/procmsg.c
1591                 revert last commit because it breaks more
1592                 than it fixes
1593
1594 2003-07-02 [paul]       0.9.0claws71
1595
1596         * src/procmsg.c
1597                 fix thread by subject/sort by date
1598
1599 2003-07-01 [paul]       0.9.0claws70
1600
1601         * sync with 0.9.2cvs10
1602                 see ChangeLog 2003-07-01
1603
1604 2003-06-30 [paul]       0.9.0claws69
1605
1606         * sync with 0.9.2cvs9
1607                 see ChangeLog 2003-06-30
1608
1609 2003-06-28 [match]      0.9.0claws68
1610
1611         * src/addressbook.c
1612                 fix null ptr.
1613
1614 2003-06-27 [paul]       0.9.0claws67
1615
1616         * sync with 0.9.2cvs7
1617                 see ChangeLog 2003-06-27
1618
1619 2003-06-26 [christoph]  0.9.0claws66
1620
1621         * src/folder.c
1622                 freeze folder updates while a folder is scanned
1623
1624         (closes Bug 185 New message counter)
1625
1626 2003-06-26 [darko]      0.9.0claws65
1627
1628         * src/ldapserver.c
1629                 fix infinite loop when adding a new LDAP server
1630
1631 2003-06-26 [paul]       0.9.0claws64
1632
1633         * sync with 0.9.2cvs6
1634                 see ChangeLog 2003-06-26
1635
1636 2003-06-26 [paul]       0.9.0claws63
1637
1638         * sync with 0.9.2cvs5
1639                 see ChangeLog 2003-06-25 and 2003-06-26
1640
1641 2003-06-25 [match]      0.9.0claws62
1642
1643         * src/addr_compl.c
1644                 Fixed tab/backtab for dropped-down completion list to
1645                 move next/previous field. (close bug 147)
1646
1647 2003-06-25 [christoph]  0.9.0claws61
1648
1649         * src/addr_compl.[ch]
1650         * src/addrindex.[ch]
1651         * src/folderview.c
1652         * src/inc.c
1653         * src/news.c
1654         * src/summaryview.c
1655         * src/toolbar.c
1656                 fix warnings
1657
1658 2003-06-25 [leandro]    0.9.0claws60
1659
1660         * src/compose.c
1661                 o cleanups
1662                 o gray out "Message/Remove references" menu item if not
1663                   replying to a message
1664
1665 2003-06-24 [leandro]    0.9.0claws59
1666
1667         * src/compose.[ch]
1668                 o removed "Message/Create new thread" menu item
1669                 o added "Message/Remove references" menu item
1670                   (it's off by default and will not check anymore
1671                    if the subject changed)
1672
1673 2003-06-23 [alfons]     0.9.0claws58
1674
1675         * src/procmsg.c
1676                 try better grouping messages threaded by subject based on their age.
1677                 still not perfect - because the message tree is not sorted by date.  
1678
1679 2003-06-23 [thorsten]   0.9.0claws57
1680
1681         * src/pop.[ch]
1682                 added mail_receive_hook to allow modifications
1683                 directly after retrieval (e.g. adding headers).
1684
1685 2003-06-23 [paul]       0.9.0claws56
1686
1687         * src/sourcewindow.c
1688                  enable the use of Ctrl+A to select all text in
1689                  the sourcewindow
1690                  Patch submitted by Ivan Francolin Martinez
1691                  <ivanfm@users.sourceforge.net>
1692
1693 2003-06-22 [christoph]  0.9.0claws55
1694
1695         * src/folder.[ch]
1696                 o add notification hook for folder tree changes
1697                 o invoke hooks after folder tree scanning
1698
1699         * src/folderview.[ch]
1700                 register hook for folder tree changes that
1701                 updates the ctree
1702
1703         (there are more places that should be updated, like add, remove 
1704          or move folder)
1705
1706         (closes Bug 164 Crash on rebuild folder tree)
1707         (closes Bug 190 Crash on 'rebuilding folder tree')
1708
1709 2003-06-21 [leandro]    0.9.0claws54
1710
1711         * src/compose.[ch]
1712                 create a new thread if subject changes
1713                 (it's on by default, can be disabled in Message menu)
1714
1715 2003-06-21 [alfons]     0.9.0claws53
1716
1717         * src/summaryview.c
1718                 quiet little compiler
1719
1720 2003-06-21 [christoph]  0.9.0claws52
1721
1722         update gettext stuff to version 0.12
1723
1724 2003-06-19 [alfons]     0.9.0claws51
1725
1726         * src/common/log.c
1727         * src/common/plugin.c
1728                 move defs.h before glib.h to prevent MIN/MAX redefs
1729
1730 2003-06-19 [alfons]
1731
1732         * src/addressbook.c
1733                 translatable
1734
1735 2003-06-19 [match]      0.9.0claws50
1736
1737         * src/addressbook.[ch]
1738         * src/addrindex.[ch]
1739         * src/addr_compl.[ch]
1740         * src/editldap.[ch]
1741         * src/editldap_basedn.[ch]
1742         * src/addritem.[ch]
1743         * src/ldapquery.h
1744                 re-implemented dynamic LDAP search. works without
1745                 slowdown on display sender with addressbook
1746                 option.
1747         * src/addrbook.c
1748                 documented code.
1749
1750 2003-06-19 [paul]       0.9.0claws49
1751
1752         * src/compose.c
1753                 fix Bug #136 'Nonprovided quotation marks crash claws'
1754                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1755
1756 2003-06-19 [alfons]     0.9.0claws48
1757
1758         * src/prefs_common.[ch]
1759         * src/procmsg.c
1760                 restrict threading by subject by checking thread for
1761                 age (prefs_common.thread_by_subject_max_age)
1762
1763 2003-06-18 [christoph]  0.9.0claws47
1764
1765         * src/imap.c
1766                 fix memory leak in imap_cmd_fetch()
1767
1768 2003-06-18 [christoph]  0.9.0claws46
1769
1770         * src/prefs_gtk.c
1771                 fix memory leak in prefs_set_default() when used multiple
1772                 times or after prefs have been read
1773
1774 2003-06-18 [christoph]  0.9.0claws45
1775
1776         * src/common/plugin.c
1777                 fix memory leak in plugin_unload()
1778
1779 2003-06-18 [christoph]  0.9.0claws44
1780
1781         * src/imap.c
1782                 fix memory leak in imap_cmd_ok()
1783
1784 2003-06-18 [christoph]  0.9.0claws43
1785
1786         * src/folder.c
1787                 stop messages that are downloaded from POP3 and added to
1788                 an IMAP inbox from being filtered twice (first by POP3
1789                 and again when IMAP folder is scaned to get the UID of
1790                 the APPEND operation when no UIDPLUS is available)
1791
1792 2003-06-18 [alfons]
1793
1794         * tools/Makefile.am
1795                 phoenix <- firebird     
1796
1797 2003-06-18 [paul]
1798
1799         * tools/launch_phoenix          ** REMOVED **
1800           tools/launch_firebird         ** NEW **
1801                 renamed and edited to reflect the browser's name change from
1802                 'phoenix' to 'firebird'
1803
1804 2003-06-18 [paul]       0.9.0claws42
1805
1806         * sync with 0.9.2cvs2
1807                 see ChangeLog 2003-06-16
1808
1809 2003-06-17 [alfons]     0.9.0claws41
1810
1811         * src/procmsg.c
1812                 prevent threading problems when a node is an ancestor (parent / great parent),
1813                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1814                 for finding an sample set of messages)
1815
1816 2003-06-16 [christoph]  0.9.0claws40
1817
1818         * src/main.c
1819                 don't popup main window on --receive or --receive-all
1820
1821         * src/mainwindow.[ch]
1822         * src/plugins/trayicon/trayicon.c
1823                 allow hiding of main window by clicking on the trayicon
1824                 (doesn't work correctly in seperate window mode and may
1825                  cause unexpected GTK problems I couldn't find yet)
1826
1827         * src/common/ssl.c
1828                 remove incorrect warning
1829
1830 2003-06-15 [alfons]     0.9.0claws39
1831
1832         * src/gtk/gtkstext.c
1833                 don't output debug text;
1834                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1835                 for pointing this out);
1836
1837 2003-06-14 [alfons]     0.9.0claws38
1838         
1839         * src/messageview.c
1840                 remove printf() and make one if..else comply with coding style
1841
1842 2003-06-14 [alfons]     0.9.0claws37
1843
1844         * AUTHORS
1845                 add Martin Wicke
1846         * src/action.c
1847         * src/messageview.[ch]
1848         * src/summaryview.c
1849                 apply patch #754162 "Quoting messages filtered by actions" submitted
1850                 by Martin Wicke, which allows quoting message body changed by an
1851                 action (Thanks!).
1852
1853 2003-06-13 [alfons]     0.9.0claws36
1854
1855         * src/utils.c
1856                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1857                 use case insensitive regexp (suggested by Ivan Martinez)
1858
1859 2003-06-13 [christoph]  0.9.0claws35
1860
1861         * configure.ac
1862         * src/plugins/trayicon/Makefile.am
1863         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1864         * src/plugins/trayicon/trayicon.c
1865         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1866         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1867         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1868         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1869         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1870         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1871                 replace my own EggTrayIcon backport with the backport
1872                 used by (l|x)mule and gabber.
1873
1874 2003-06-13 [alfons]     0.9.0claws34
1875
1876         * AUTHORS
1877         * src/common/utils.c
1878                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1879
1880 2003-06-13 [alfons]     0.9.0claws33
1881
1882         * src/compose.c
1883                 clean up a little bit
1884
1885 2003-06-12 [alfons]     0.9.0claws32
1886
1887         * src/compose.c
1888                 const correctness fix
1889
1890         * src/common/sylpheed.[ch]
1891                 () -> (void)
1892                 prevent redef MIN/MAX
1893                 
1894         * src/common/utils.[ch]
1895                 () -> (void)
1896
1897 2003-06-12 [melvin]     0.9.0claws31
1898
1899         * src/compose.c
1900                 Updated to take into accounts changes in GtkAspell.
1901
1902 2003-06-12 [alfons]     0.9.0claws30
1903
1904         * src/compose.c
1905         * src/procmsg.c
1906         * src/common/utils.[ch]
1907                 handle reply subject prefixes better (initial 
1908                 suggestion by Robert Story adapted and enhanced 
1909                 using regexps)
1910
1911 2003-06-12 [melvin]     0.9.0claws29
1912
1913         * src/compose.c
1914                 Use new gtkaspell_checkers_strerror() to get the speller's
1915                 error message instead of accessing the (now private)
1916                 checkers structure.
1917                 Minor code clean up
1918
1919         * src/main.c
1920                 Use #ifdef instead of #if for USE_ASPELL
1921                 Use the new spell checkers init/quit functions 
1922
1923         * src/gtk/gtkaspell.c
1924                 Use #ifdef instead of #if for USE_ASPELL
1925                 Moved in the majority of GtkAspell structures that were
1926                 exported before by gtkaspell.h
1927         
1928         * src/gtk/gktaspell.h
1929                 Made gtkaspell.h contain only the necessary data to be
1930                 publicized by moving many structures to gtkaspell.c.
1931                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1932                 gtkaspell_checkers_new(): replaced by...
1933                 gtkaspell_checkers_init(): new function for initialization
1934                 gtkaspell_checkers_delete(): replaced by...
1935                 gtkaspell_checkers_quit(): new function
1936                 gtkaspell_checkers_strerror(): new function that returns
1937                 the checker's last error message.
1938                 
1939 2003-06-11 [melvin]     0.9.0claws28
1940
1941         * po/POTFILES.in
1942                 Updated to take into account gtkaspell.c migration to
1943                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1944
1945 2003-06-10 [alfons]     0.9.0claws27
1946
1947         * src/filtering.[ch]
1948         * src/folder.c
1949         * src/matcher.c
1950         * src/scoring.[ch]
1951                 - try fixing bug #18 (any brave testers?)
1952                 - add more robustness by refusing previously 
1953                   unchecked NULL pointers 
1954
1955 2003-06-10 [alfons]     0.9.0claws26
1956
1957         * src/procmsg.c
1958                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1959
1960 2003-06-09 [alfons]     0.9.0claws25
1961
1962         * src/prefs_common.c
1963                 fix bug #163 "Icon switching doesnt work properly" by 
1964                 preventing early freeing of prefs_common.pixmap_theme_path.
1965
1966 2003-06-09 [christoph]  0.9.0claws24
1967
1968         * src/gtk/gtkaspell.c
1969                 revert Thorsten's fix and add forgotten g_strdup for
1970                 aspell path (it should not be possible to alter the path a
1971                 GtkASpell uses from outside)
1972
1973 2003-06-09 [thorsten]   0.9.0claws23
1974
1975         * src/gtk/gtkaspell.c
1976                 dont free prefs_common.aspell_path when closing compose
1977
1978 2003-06-08 [colin]      0.9.0claws22
1979
1980         * src/plugins/spamassassin/spamassassin.c
1981                 fix prefs types
1982
1983 2003-06-07 [christoph]  0.9.0claws21
1984
1985         * src/Makefile.am
1986         * src/compose.c
1987         * src/gtkaspell.[ch]            ** REMOVE **
1988         * src/gtk/Makefile.am
1989         * src/gtk/gtkaspell.[ch]        ** NEW **
1990                 o make gtkaspell independent from sylpheed's prefs
1991                 o move gtkaspell.[ch] to gtk directory
1992
1993 2003-06-07 [christoph]  0.9.0claws20
1994
1995         * src/Makefile.am
1996         * src/crash.c
1997         * src/export.c
1998         * src/filesel.[ch]              ** REMOVE **
1999         * src/folder.c
2000         * src/main.[ch]
2001         * src/common/sylpheed.[ch]
2002         * src/gtk/Makefile.am
2003         * src/gtk/filesel.[ch]          ** NEW **
2004         * src/gtk/pluginwindow.c
2005         * src/gtk/sslcertwindow.c
2006                 move filesel.[ch] to gtk directory
2007
2008 2003-06-07 [alfons]     0.9.0claws19
2009
2010         * src/filesel.c
2011                 make (multi) file selection dialog work again (Claws-only)
2012
2013 2003-06-07 [thorsten]   0.9.0claws18
2014
2015         * po/de.po
2016                 fix typos
2017
2018 2003-06-07 [alfons]     0.9.0claws17
2019
2020         * configure.ac
2021         * src/mimeview.c
2022                 detect apache mishap in which case don't include fnmatch.h
2023                 if regex.h is already included
2024
2025 2003-06-06 [christoph]  0.9.0claws16
2026
2027         * configure.ac
2028         * src/mimeview.h
2029                 add check for fnmatch.h and include it when available
2030
2031         * src/mimeview.[ch]
2032                 fix wrong case sensitivity of Content-Types
2033
2034         * src/gtk/Makefile.am
2035                 need the same include paths in gtk directory as in
2036                 common directory because .h files in common can
2037                 include files from these directories, when included
2038                 in gtk's .h or .c files
2039
2040 2003-06-06 [alfons]     0.9.0claws15
2041
2042         * src/mimeview.c
2043         * src/summaryview.c
2044                 make it compile again because of regex.h / fnmatch.h 
2045                 include problems (related to recent mime stuff, can
2046                 someone check this?)
2047
2048 2003-06-06 [thorsten]   0.9.0claws14
2049
2050         * src/folderview.c
2051                 possible use of uninitialized pointer while dragging
2052
2053 2003-06-06 [paul]       0.9.0claws13
2054
2055         * src/compose.c
2056                 fix bug where the insert sig button would be effective
2057                 only when auto_sig was set
2058
2059 2003-06-06 [paul]       0.9.0claws12
2060
2061         * sync with 0.9.2 release
2062
2063 2003-06-02 [paul]       0.9.0claws11
2064
2065         * sync with 0.9.1cvs1
2066                 see ChangeLog 2003-06-02
2067                 
2068         * po/de.po
2069                 update by Jens
2070
2071 2003-06-01 [christoph]  0.9.0claws10
2072
2073         * src/account.c
2074                 don't use substring search to find accounts by email address
2075
2076         (closes Bug 169 Overly loose matching of "From" address)
2077
2078 2003-05-31 [christoph]  0.9.0claws9
2079
2080         * doc-src/rfc2683.txt
2081         * src/imap.c
2082                 limit IMAP command length as recommended in RFC2683
2083                 (message number lists will be split into multiple imap
2084                 sets, the limit of 1000 octets is not a hard limit)
2085
2086         (closes Bug 161 sylpheed-claws exits with segfault when logging
2087          in to certain imap-servers)
2088
2089 2003-05-29 [alfons]     0.9.0claws8
2090
2091         * src/toolbar.[ch]
2092                 add print button (calling summary_print());
2093                 fine tune setting tooltip text;
2094                 (if someone needs other buttons, please take these 
2095                 commits as a guide, instead of bothering us - also
2096                 see 0.8.11claws150) 
2097
2098 2003-05-29 [darko]      0.9.0claws7
2099
2100         * src/compose.c
2101                 fix crash when word wrapping kicks in due to
2102                 changed text by spell checker
2103
2104 2003-05-29 [paul]       0.9.0claws6
2105
2106         * src/compose.c
2107                 fix bug where changing account would insert
2108                 sig even if auto_sig was FALSE
2109                 
2110         * ChangeLog
2111           ChangeLog.jp
2112           INSTALL
2113                 sync with 0.9.1 release
2114
2115 2003-05-28 [christoph]  0.9.0claws5
2116
2117         * src/imap.c
2118                 fix truncation of too long commands
2119
2120         (closes Bug 167 IMAP hangs trying to get envelope
2121          information in imap_get_uncached_messages)
2122
2123 2003-05-27 [paul]       0.9.0claws4
2124
2125         * tools/Makefile.am
2126           tools/maildir2sylpheed.pl     ** NEW FILE **
2127                 add kmail to sylpheed mailbox conversion script
2128
2129 2003-05-27 [paul]       0.9.0claws3
2130
2131         * sync with 0.9.0cvs10
2132                 see ChangeLog 2003-05-26
2133
2134 2003-05-26 [paul]       0.9.0claws2
2135
2136         * sync with 0.9.0cvs9
2137                 see ChangeLog 2003-05-26
2138
2139 2003-05-24 [paul]       0.9.0claws1
2140
2141         * sync with 0.9.0cvs8
2142                 see ChangeLog 2003-05-23
2143
2144 2003-05-24 [paul]       0.9.0claws
2145
2146         * version 0.9.0claws released
2147
2148 2003-05-24 [paul]       0.8.11claws177
2149
2150         * src/plugins/dillo-viewer/Makefile.am
2151           src/plugins/traycon/Makefile.am
2152                 add missing files
2153                 
2154         * po/bg.po
2155           po/en_GB.po
2156           po/es.po
2157           po/it.po
2158           po/pt_BR.po
2159           po/ru.po
2160           po/sr.po
2161                 update Bulgarian, British English, Spanish, Italian, 
2162                 Brazilian Portuguese, Russian, and Serbian translations, 
2163                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2164                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2165                 Ruslan N. Balkin, and Urke MMI
2166
2167 2003-05-23 [melvin]     0.8.11claws176
2168
2169         * po/fr.po
2170                 Updated French translations
2171
2172 2003-05-22 [paul]       0.8.11claws175
2173
2174         * src/Makefile.am
2175           src/addrbook.[ch]
2176           src/addrcache.[ch]
2177           src/addr_compl.[ch]
2178           src/adressbook.[ch]
2179           src/addrindex.[ch]
2180           src/addritem.[ch]
2181           src/editaddress.c
2182           src/editgroup.c
2183           src/editldap_basedn.c
2184           src/editldap.c
2185           src/jpilot.c
2186           src/vcard.c
2187                 revert to get ldap into it previous working state
2188                 
2189         * po/zh_TW.Big5.po
2190                 new Taiwanese translation,
2191                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2192
2193 2003-05-22 [christoph]  0.8.11claws174
2194
2195         * src/plugins/spamassassin/libspamc.[ch]
2196                 sync libspamc with SpamAssaain release 2.55
2197
2198 2003-05-22 [paul]       0.8.11claws173
2199
2200         * sync with 0.9.0cvs7
2201                 see ChangeLog 2003-05-22
2202                 
2203         * src/summaryview.c
2204                 revert change in 0.8.11claws172: follow
2205                 Hiroyuki's decision and that's the end of it.
2206
2207 2003-05-21 [paul]       0.8.11claws172
2208
2209         * src/summaryview.c
2210                 fix discrepency between open_unread_on_enter
2211                 and always_show_msg
2212
2213 2003-05-21 [paul]       0.8.11claws171
2214
2215         * sync with 0.9.0cvs6
2216                 see ChangeLog 2003-05-21
2217
2218 2003-05-21 [paul]       0.8.11claws170
2219
2220         * sync with 0.9.0cvs5
2221                 see ChangeLog 2003-05-21
2222
2223 2003-05-20 [paul]       0.8.11claws169
2224
2225         * sync with 0.9.0cvs4
2226                 see ChangeLog 2003-05-20
2227                 fixes bug #152, 'encoding of IMAP folders names'
2228
2229 2003-05-20 [paul]       0.8.11claws168
2230
2231         * sync with 0.9.0cvs3
2232                 see ChangeLog 2003-05-20
2233                 
2234         * src/tools/convert_mbox.pl
2235                 minor change in the comments, submitted by Fred Marton
2236
2237 2003-05-19 [paul]       0.8.11claws167
2238
2239         * src/plugins/clamav/Makefile.am
2240           configure.ac
2241                 link clamav_lib to the plugin and not to the main program
2242
2243 2003-05-19 [christoph]
2244
2245         * src/Makefile.am
2246                 add -export-dynamic for linking
2247
2248 2003-05-19 [paul]       0.8.11claws166
2249
2250         * sync with 0.9.0cvs1
2251                 see ChangeLog 2003-05-19
2252
2253 2003-05-19 [paul]       0.8.11claws165
2254
2255         * src/inc.c
2256                 fix 'pop before smtp' timeout
2257
2258 2003-05-18 [alfons]     0.8.11claws164
2259
2260         * src/prefs_matcher.c
2261                 put "execute" action command line ("expression") in edit box
2262
2263 2003-05-18 [christoph]  0.8.11claws163
2264
2265         * src/mimeview.[ch]
2266         * src/plugins/dillo_viewer/dillo_viewer.c
2267         * src/plugins/image_viewer/viewer.c
2268         * src/plugins/mathml_viewer/mathml_viewer.c
2269                 let a viewer have a list of Content-Types
2270
2271 2003-05-18 [paul]       0.8.11claws162
2272
2273         * src/prefs_filtering.c
2274                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2275                 and REDIRECT actions
2276
2277 2003-05-17 [christoph]
2278
2279         * README.claws
2280                 o remove dynamic signatures that was syned with main
2281                 o add infos about no longer "build in" image viewer
2282                 o update bugtracker URL
2283
2284 2003-05-17 [christoph]  0.8.11claws161
2285
2286         * src/folder.c
2287         * src/folderview.c
2288         * src/imap.c
2289                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2290                 for every folder after rebuilding the folder tree.
2291
2292         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2293          messages)
2294
2295 2003-05-17 [christoph]  0.8.11claws160
2296
2297         * src/imap.c
2298                 don't use STATUS command on current folder to check for
2299                 content changes. imap_cmd_ok() now tracks changes to
2300                 folder and number of existing messages.
2301
2302 2003-05-17 [paul]       0.8.11claws159
2303
2304         * src/plugins/clamav/clamav_plugin.c
2305                 remove unnecessary debug_print
2306
2307 2003-05-16 [thorsten]   0.8.11claws158
2308
2309         * src/plugins/demo.c
2310                 included missing intl.h
2311
2312 2003-05-16 [paul]       0.8.11claws157
2313
2314         * po/POTFILES.in
2315                 remove non-existant entries
2316         
2317         * src/plugins/clamav/clamav_plugin.c
2318           src/plugins/clamav/clamav_plugin_gtk.c
2319           src/plugins/dillo_viewer/dillo_prefs.c
2320           src/plugins/dillo_viewer/dillo_viewer.c
2321                 gettextise
2322
2323 2003-05-16 [christoph]  0.8.11claws156
2324
2325         * po/POTFILES.in
2326                 include plugin .c files for translation until I
2327                 find a better solution to have plugins have their
2328                 own textdomain
2329         * src/plugins/demo/demo.c
2330         * src/plugins/image_viewer/plugin.c
2331         * src/plugins/mathml_viewer/mathml_viewer.c
2332         * src/plugins/spamassassin/spamassassin.c
2333         * src/plugins/spamassassin/spamassassin_gtk.c
2334         * src/plugins/trayicon/trayicon.c
2335                 add gettext macros for plugin name and description
2336
2337 2003-05-16 [paul]
2338
2339         * sync with 0.9.0
2340
2341 2003-05-16 [paul]       0.8.11claws155
2342
2343         * sync with lastest 0.9.0pre1
2344                 see ChangeLog 2003-05-16
2345
2346 2003-05-15 [paul]       0.8.11claws154
2347
2348         * sync with latest 0.9.0pre1
2349                 see ChangeLog 2003-05-14 and 2003-05-15
2350
2351 2003-05-14 [christoph]  0.8.11claws153
2352
2353         * src/plugins/image_viewer/viewer.c
2354         * src/plugins/image_viewer/viewer.glade         ** NEW **
2355         * src/plugins/image_viewer/viewerprefs.c
2356                 make it possible to disable the autoload function in the
2357                 imageviewer again
2358
2359 2003-05-14 [christoph]  0.8.11claws152
2360
2361         * src/folder.c
2362                 fix folder update after adding a message
2363
2364 2003-05-13 [alfons]     0.8.11claws151
2365
2366         * src/common/session.c
2367                 remove debug traces
2368                 
2369         * src/addrcache.[ch]
2370         * src/filtering.[ch]
2371         * src/folder.[c]
2372         * src/gtkaspell.[ch]
2373         * src/imap.[ch]
2374         * src/mbox_folder.[ch]
2375         * src/mh.[ch]
2376         * src/mimeview.h
2377         * src/msgcache.[ch]
2378         * src/news.[ch]
2379         * src/passphrase.[ch]
2380         * src/prefs_common.[ch]
2381         * src/prefs_gtk.[ch]
2382         * src/procmsg.c
2383         * src/scoring.[ch]
2384                 be pedantic; (in prototypes () implies (int))
2385
2386 2003-05-13 [alfons]     0.8.11claws150
2387
2388         * src/prefs_toolbar.[ch]
2389         * src/summaryview.[ch]
2390         * src/toolbar.[ch]
2391                 change misleading text in toolbar prefs;
2392                 add toolbar action for ignore thread (toggles ignore thread flag);
2393                 clean up a little bit;
2394
2395 2003-05-12 [paul]
2396
2397         * tools/convert_mbox.pl
2398                 bug fixed by Fred Marton
2399
2400 2003-05-12 [paul]
2401
2402         * sync with 0.9.0pre1
2403
2404 2003-05-09 [paul]       0.8.11claws149
2405
2406         * sync with 0.8.11cvs43
2407                 see ChangeLog 2003-05-09
2408
2409 2003-05-08 [christoph]  0.8.11claws148
2410
2411         * src/imap.[ch]
2412                 o use CAPABILIY as first command and check for PREAUTH
2413                   information in the response to it
2414                 o rewrite all imap_cmd_* functions to use an IMAPSession
2415                   instead of a SockInfo as parameter
2416                 o do STARTTLS after fetching and checking the server
2417                   capabilities
2418
2419 2003-05-08 [paul]       0.8.11claws147
2420
2421         * tools/Makefile.am
2422           tools/README
2423           tools/convert_mbox.pl         ** NEW FILE **
2424                 add mbox conversion script. Submitted by 
2425                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2426
2427 2003-05-07 [christoph]
2428
2429         * doc-src/glade.txt
2430         * src/gtk/pluginwindow.glade
2431         * src/plugins/image_viewer/viewerprefs.glade
2432         * src/plugins/spamassassin/spamassassin_gtk.glade
2433                 add glade files for user interfaces and a description how
2434                 to use glade to create the sylpheed code
2435
2436 2003-05-07 [paul]       0.8.11claws146
2437
2438         * sync with 0.8.11cvs41
2439                 see ChangeLog 2003-05-07
2440
2441 2003-05-06 [christoph]  0.8.11claws145
2442
2443         * src/main.c
2444         * src/plugins/image_viewer/viewer.c
2445                 fix usage of imlib in imageviewer plugin
2446
2447         * src/gtk/prefswindow.c
2448                 handle window close event correctly
2449
2450 2003-05-06 [paul]       0.8.11claws144
2451
2452         * src/common/ssl.c
2453                 fix typo introduced in sync
2454
2455 2003-05-06 [paul]       0.8.11claws143
2456
2457         * sync with 0.8.11cvs39
2458                 see ChangeLog 2003-05-06
2459
2460 2003-05-06 [paul]       0.8.11claws142
2461
2462         * AUTHORS
2463           po/cs.po
2464                 updated Czech translation, submitted by 
2465                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2466                 
2467         * src/plugins/clamav/clamav_plugin_gtk.c
2468                 clean up
2469
2470 2003-05-03 [alfons]     0.8.11claws141
2471
2472         * src/compose.[ch]
2473                 make paste as quotation work even when the call to 
2474                 text_inserted() was deferred (fixes bug #140 "Paste 
2475                 as quotation does not work when using "external" 
2476                 clipboard")
2477
2478 2003-05-03 [thorsten]   0.8.11claws140
2479
2480         * src/addrquery.h
2481           src/ldapquery.h
2482           src/mainwindow.c
2483                 removed C++ comments
2484         * src/addr_compl.c
2485                 function with non-int retval/param used before
2486                 implementation/declaration
2487
2488 2003-05-02 [paul]       0.8.11claws139
2489
2490         * src/addr_compl.[ch]
2491           src/addressbook.[ch]
2492           src/addrindex.c
2493           src/summaryview.c
2494                 revert match's changes to (finally) remove the bug where
2495                 opening a folder causes massive slowdown when using the 
2496                 'Display sender using address book' option
2497
2498 2003-05-01 [melvin]     0.8.11claws138
2499
2500         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2501         * src/plugins/dillo_viewer/dillo_viewer.c
2502                 Fixed bug where "Cancel" button from prefs issued
2503                 warnings.
2504                 Comply a little more to coding style
2505
2506 2003-05-01 [paul]       0.8.11claws137
2507
2508         * sync with 0.8.11cvs38
2509                 see ChangeLog 2003-05-01
2510
2511 2003-05-01 [paul]       0.8.11claws136
2512
2513         * po/bg.po
2514                 updated by George Danchev
2515
2516 2003-04-30 [christoph]  0.8.11claws135
2517
2518         * src/plugins/dillo_viewer/dillo_prefs.c
2519         * src/plugins/image_viewer/viewerprefs.c
2520         * src/plugins/spamassassin/spamassassin_gtk.c
2521                 remove gtk_widget_ref() calls for widgets in
2522                 glade code
2523
2524 2003-04-30 [paul]       0.8.11claws134
2525
2526         * src/addrindex.c
2527                 ok, this time a better fix for the bug where opening folder
2528                 has massive slowdown when using the 'Display sender using 
2529                 address book' option
2530
2531 2003-04-30 [paul]       0.8.11claws133
2532
2533         * src/addrindex.c
2534                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2535         
2536 2003-04-30 [melvin]     0.8.11claws132
2537
2538         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2539
2540         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2541                 Preferences for the dillo plugin
2542         * src/plugins/dillo_viewer/dillo_viewer.c
2543                 Support for preferences
2544         * src/plugins/dillo_viewer/Makefile.am
2545                 Added dillo_prefs.[ch]
2546
2547 2003-04-30 [alfons]     0.8.11claws131
2548
2549         * src/common/plugin.[ch]
2550                 see? this ANSI C'fication immediately gives us type
2551                 checking for free.
2552
2553 2003-04-30 [alfons]     0.8.11claws130
2554
2555         * src/common/plugin.[ch]
2556         * src/plugins/clamav/clamav_plugin.[ch]
2557         * src/plugins/clamav/clamav_plugin_gtk.c
2558         * src/plugins/demo/demo.c
2559         * src/plugins/dillo_viewer/dillo_viewer.c
2560         * src/plugins/image_viewer/plugin.c
2561         * src/plugins/image_viewer/viewer.[ch]
2562         * src/plugins/image_viewer/viewerprefs.[ch]
2563         * src/plugins/mathml_viewer/mathml_viewer.c
2564         * src/plugins/spamassassin/spamassassin.[ch]
2565         * src/plugins/spamassassin/spamassassin_gtk.c
2566         * src/plugins/trayicon/trayicon.c
2567                 clean up
2568
2569 2003-04-30 [alfons]     0.8.11claws129
2570
2571         * src/common/utils.c
2572                 make is_ascii_str() fail gracefully when NULL pointer
2573                 is passed
2574
2575 2003-04-30 [paul]       0.8.11claws128
2576
2577         * src/addrindex.c
2578                 fix bug where opening folder has massive slowdown when
2579                 using the 'Display sender using address book' option
2580
2581 2003-04-30 [paul]       0.8.11claws127
2582
2583         * src/plugins/clamav/clamav_plugin.c
2584           src/plugins/clamav/clamav_plugin_gtk.c
2585           src/plugins/demo/demo.c
2586           src/plugins/dillo_viewer/dillo_viewer.c
2587           src/plugins/image_viewer/plugin.c
2588           src/plugins/mathml_viewer/mathml_viewer.c
2589           src/plugins/spamassassin/spamassassin.c
2590           src/plugins/spamassassin/spamassassin_gtk.c
2591           src/plugins/trayicon/trayicon.c
2592                 get rid of eye-hurting function signatures
2593
2594 2003-04-30 [paul]       0.8.11claws126
2595
2596         * src/plugins/trayicon/trayicon.c
2597                 add description
2598                 
2599         * src/mimeview.c
2600                 be more descriptive
2601
2602 2003-04-30 [paul]       0.8.11claws125
2603
2604         * configure.ac
2605                 arrange the plugins in reverse alphabetical order
2606                 
2607         * src/plugins/clamav/clamav_plugin.[ch]
2608           src/plugins/clamav/clamav_plugin_gtk.c
2609                 rename some params
2610                 resize max_size window
2611                 re-arrange the order of some gui elements
2612                 improve descriptions
2613         
2614         * src/plugins/image_viewer/plugin.c
2615           src/plugins/mathml_viewer/mathml_viewer.c
2616                 add descriptions
2617                 
2618         * src/plugins/spamassassin/spamassassin_gtk.c
2619                 resize max_size window
2620                 re-arrange the order of some gui elements
2621                 
2622         * src/messageview.c
2623           src/mimeview.c
2624                 correct typos
2625
2626 2003-04-30 [alfons]     0.8.11claws124
2627
2628         * src/imap.c
2629                 fix a leak found while browsing Martin Kluge's 
2630                 valgrind log (Claws only)
2631
2632 2003-04-29 [darko]      0.8.11claws123
2633
2634         * src/gtk/gtkstext.h
2635                 include wchar.h if it is available, fixes compilation
2636                 on HP-UX systems
2637
2638 2003-04-29 [melvin]     0.8.11claws122
2639
2640         * src/prefs_actions.c
2641                 Improved help text of Actions' syntax
2642
2643 2003-04-28 [paul]       0.8.11claws121
2644
2645         * src/action.c
2646                 a better fix for the crash when performing an action
2647                 on a mime part
2648
2649 2003-04-28 [paul]       0.8.11claws120
2650
2651         * src/action.c
2652                 fix crash when performing an action on a
2653                 mime part
2654
2655 2003-04-28 [paul]       0.8.11claws119
2656
2657         * sync with 0.8.11cvs36
2658                 see ChangeLog 2003-04-28
2659
2660 2003-04-27 [paul]       0.8.11claws118
2661
2662         * more sync with 0.8.11cvs35
2663                 see ChangeLog 2003-04-25
2664
2665 2003-04-26 [christoph]  0.8.11claws117
2666
2667         * src/folder.c
2668                 fix remove virtual check
2669
2670 2003-04-26 [paul]       0.8.11claws116
2671
2672         * src/messageview.c
2673                 fix return-receipt, make it work again
2674
2675 2003-04-26 [paul]       0.8.11claws115
2676
2677         * src/mimeview.c
2678                 restore double-clicking of the [application/pgp-signature 
2679                 (Select "Check signature" to check)] line in the message view,
2680                 broken in recent sync
2681
2682 2003-04-26 [christoph]  0.8.11claws114
2683
2684         * src/folder.c
2685                 check if remove virtual really exists before
2686                 calling the function
2687
2688 2003-04-25 [match]      0.8.11claws113
2689
2690         * src/addrindex.c
2691         * src/addrbook.c
2692         * src/ldapquery.[ch]
2693         * src/ldapctrl.[ch]
2694                 fix memleak.
2695         * src/ldapserver.[ch]
2696                 fix memleak. fix segfault.
2697                 plug a Claws memleak
2698
2699 2003-04-25 [alfons]     0.8.11claws112
2700
2701         * src/folder.c
2702                 plug a Claws memleak
2703
2704 2003-04-25 [alfons]     0.8.11claws111
2705
2706         * src/common/session.c
2707                 plug a memleak
2708
2709 2003-04-25 [paul]       0.8.11claws110
2710
2711         * sync with 0.8.11cvs35
2712                 see ChangeLog 2003-04-24 and 2003-04-25
2713                 
2714         * src/gtk/pluginwindow.c
2715                 correct another strange float value
2716
2717 2003-04-24 [christoph]  0.8.11claws109
2718
2719         * src/folder.c
2720                 freeze folder item updates when unsetting new flags
2721
2722         * src/gtk/pluginwindow.c
2723                 correct strange float value
2724
2725 2003-04-23 [paul]       0.8.11claws108
2726
2727         * sync with 0.8.11cvs33
2728                 see ChangeLog 2003-04-23
2729
2730 2003-04-22 [paul]       0.8.11claws107
2731
2732         * src/Makefile.am
2733           src/messageview.c
2734           src/mimeview.c
2735           src/pgptext.[ch]      ** REMOVED **
2736                 remove pgptext.[ch] as its not used any more
2737
2738 2003-04-22 [paul]       0.8.11claws106
2739
2740         * sync with 0.8.11cvs31
2741                 see ChangeLog 2003-04-21 and 2003-04-22
2742
2743 2003-04-21 [alfons]     0.8.11claws105
2744
2745         * src/main.c
2746                 No access to GTK structures if we're a spawned child
2747                 (and clean up code a little bit...) Should fix #126.
2748
2749 2003-04-21 [melvin]     0.8.11claws104
2750
2751         * src/plugins/dillo_viewer/README
2752                 Improved slightly the text.
2753
2754 2003-04-21 [melvin]     0.8.11claws103
2755
2756         * src/plugins/dillo_viewer/README *** NEW ***
2757                 Added a README file for the Dillo plugin
2758
2759 2003-04-20 [paul]
2760
2761         * tools/README
2762           tools/outlook2sylpheed.pl
2763                 updated and improved by Ricardo Mones Lastra
2764
2765 2003-04-18 [oliver]     0.8.11claws102
2766
2767         * src/inc.c 
2768         * src/prefs_account.h
2769                 remove Pop3SessionType (used by selective download)
2770         * src/prefs_toolbar.c
2771                 enable set Default Toolbar button
2772
2773 2003-04-18 [paul]       0.8.11claws101
2774
2775         * sync with 0.8.11cvs29
2776                 see ChangeLog 2003-04-18
2777
2778 2003-04-17 [paul]       0.8.11claws100
2779
2780         * src/prefs_common.[ch]
2781           src/summaryview.c
2782                 remove 'Open next message on deletion' option,
2783                 as the same effect can now be achieved via the
2784                 'Always open messages in summary when selected'
2785                 option.
2786
2787 2003-04-17 [paul]       0.8.11claws99
2788
2789         * sync with 0.8.11cvs28
2790                 see ChangeLog 2003-04-17
2791
2792 2003-04-17 [christoph]  0.8.11claws98
2793
2794         * ac/spamassassin.m4
2795         * src/plugins/spamassassin/libspamc.[ch]
2796         * src/plugins/spamassassin/utils.[ch]
2797                 sync libspamc with SpamAssassin project
2798
2799 2003-04-17 [christoph]  0.8.11claws97
2800
2801         * src/common/socket.h
2802         * src/gtk/sslcertwindow.h
2803                 rename old USE_SSL to USE_OPENSSL
2804
2805 2003-04-17 [paul]       0.8.11claws96
2806
2807         * src/prefs_common.h
2808                 use gulong for P_COLOR so that it compiles/runs on
2809                 64-bit systems. Patch submitted by James Noyes
2810                 <jnoyes-claws@retrogeeks.com>
2811                 
2812         * po/de.po
2813                 updated by Jens
2814
2815 2003-04-17 [paul]       0.8.11claws95
2816
2817         * sync with 0.8.11cvs27
2818                 see ChangeLog 2003-04-16
2819
2820 2003-04-15 [paul]       0.8.11claws94
2821
2822         * src/prefs_common.[ch]
2823                 rearrange to stop the window getting too long:
2824                         move Receive dialog stuff to Receive tab
2825                         move Send dialog to Send tab
2826                         remove Dialogs frame
2827                 rename 'Open messages in summary with cursor keys' to
2828                 'Always open messages in summary when selected', as its
2829                 more appropriate
2830
2831 2003-04-15 [paul]       0.8.11claws93
2832
2833         * src/prefs_common.[ch]
2834           src/summaryview.c
2835                 add new option '/Interface/Open next message on deletion'
2836
2837 2003-04-15 [paul]       0.8.11claws92
2838
2839         * src/summaryview.[ch]
2840                 add /Mark/Lock and /Mark/Unlock to the pop-up
2841                 menu. Patch submitted by Ivan Francolin Martinez
2842                 <ivanfm@users.sourceforge.net>
2843
2844 2003-04-15 [paul]       0.8.11claws91
2845
2846         * sync with 0.8.11cvs24
2847                 see ChangeLog 2003-04-15
2848
2849 2003-04-14 [jens]       0.8.11claws90
2850
2851         * updated German translation and some corrections from
2852                 Roland Bless <bless@tm.uka.de>
2853
2854 2003-04-14 [paul]       0.8.11claws89
2855
2856         * sync with 0.8.11cvs22
2857                 see ChangeLog 2003-04-14
2858
2859 2003-04-13 [paul]       0.8.11claws88
2860
2861         * src/plugins/clamav/clamav_plugin.c
2862                 fix memory leaks
2863                 clean up
2864
2865 2003-04-12 [paul]       0.8.11claws87
2866
2867         * src/plugins/clamav/clamav_plugin.c
2868                 activate enable/disable archive scanning option
2869                 
2870         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2871
2872 2003-04-12 [paul]       0.8.11claws86
2873
2874         * src/plugins/Makefile.am
2875           src/plugins/clamav/Makefile.am                ** NEW FILE **
2876           src/plugins/clamav/README                     ** NEW FILE ** 
2877           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2878           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2879                 add Clam AntiVirus plugin
2880
2881 2003-04-12 [paul]       0.8.11claws85
2882
2883         * sync with 0.8.11cvs21
2884                 see ChangeLog 2003-04-11
2885
2886 2003-04-11 [paul]       0.8.11claws84
2887
2888         * po/es.po
2889                 update Spanish translation. Submitted by Ricardo
2890                 Mones Lastra.
2891
2892 2003-04-10 [christoph]  0.8.11claws83
2893
2894         * src/mbox.c
2895                 fix typo that did not move unfiltered mails to destination
2896                 folder
2897
2898         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2899          when filtering from spool)
2900
2901 2003-04-10 [christoph]  0.8.11claws82
2902
2903         * src/imap.c
2904                 use BODY.PEEK instead of BODY in in message fetch operation
2905                 to make sure the IMAP server does not set the \Seen flag for
2906                 messages. Sylpheed does that later itself, when the message
2907                 is opened in sylpheed
2908
2909         (closes Bug 111 Claws destroys unread marks)
2910
2911 2003-04-09 [oliver]     0.8.11claws81
2912         
2913         * src/folder.c
2914                 fix crash in folder_destroy
2915         * README.claws
2916                 remove selective download
2917
2918 2003-04-09 [christoph]  0.8.11claws80
2919
2920         * src/imap.c
2921                 fix crash in imap_get_msginfo() when then fetched message
2922                 is not found
2923
2924         (closes Bug 110 Crash during mail composition)
2925
2926 2003-04-08 [christoph]  0.8.11claws79
2927
2928         * src/folder.c
2929         * src/prefs_account.c
2930                 Filter new messages that are found in an INBOX folder
2931                 when 'Filter messages on receiving' is enabled in the
2932                 Folder's AccountPrefs. This allows to use Sylpheed's
2933                 filtering engine for IMAP folders where messages are
2934                 added to the INBOX by a MTA
2935
2936 2003-04-08 [paul]       0.8.11claws78
2937
2938         * src/procmsg.h
2939                 clean up after last commit
2940
2941 2003-04-08 [paul]       0.8.11claws77
2942
2943         * sync with 0.8.11cvs20
2944                 see ChangeLog 2003-04-07 and 2003-04-08
2945
2946 2003-04-07 [christoph]  0.8.11claws76
2947
2948         * src/filtering.[ch]
2949         * src/inc.[ch]
2950         * src/mbox.c
2951         * src/procmsg.[ch]
2952                 add procmsg_msginfo_filter() to execute filtering actions
2953
2954 2003-04-06 [christoph]  0.8.11claws75
2955
2956         * src/imap.c
2957                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2958
2959 2003-04-06 [christoph]  0.8.11claws74
2960
2961         * src/common/utils.[ch]
2962                 add g_int_compare() function for slist sorting
2963
2964         * src/imap.c
2965                 fetch all MsgInfos with one command in imap_get_msginfos()
2966                 using an imap set with a list of ranges
2967
2968         * src/news.c
2969                 use new g_int_compare() function
2970
2971 2003-04-06 [thorsten]   0.8.11claws73
2972
2973         * src/mh.c
2974                 corrected implementation of mh_folder_destroy()
2975
2976 2003-04-05 [christoph]  0.8.11claws72
2977
2978         * src/account.c
2979         * src/folder.[ch]
2980         * src/folderview.c
2981         * src/imap.c
2982         * src/inc.c
2983         * src/main.c
2984         * src/mainwindow.c
2985         * src/mbox_folder.c
2986         * src/mh.c
2987         * src/mimeview.h
2988         * src/msgcache.[ch]
2989         * src/news.c
2990         * src/procmime.h
2991         * src/procmsg.[ch]
2992         * src/setup.c
2993         * src/gtk/gtkutils.c
2994                 o rename structure field names class and new to klass and
2995                   new_msgs, to allow including files in C++
2996                 o add 'extern "C"' block to some header files
2997                 o add MsgInfoList and MsgNumberList as alias for GSList for
2998                   developers to know what type of list is expected
2999
3000         * src/plugins/image_viewer/plugin.c
3001         * src/plugins/image_viewer/viewer.[ch]
3002         * src/plugins/image_viewer/viewerprefs.[ch]
3003                 rename function names to prevent conflicts
3004
3005 2003-04-05 [paul]       0.8.11claws71
3006
3007         * sync with 0.8.11cvs18
3008                 see ChangeLog 2003-04-03 and 2003-04-04
3009
3010 2003-04-02 [christoph]  0.8.11claws70
3011
3012         * src/folder.[ch]
3013         * src/imap.[ch]
3014         * src/mbox_folder.[ch]
3015         * src/mh.[ch]
3016         * src/news.[ch]
3017                 o Make all virtual folder functions private
3018                 o remove unused folder code
3019
3020         * src/common/socket.[ch]
3021         * src/summaryview.c
3022                 fix warnings
3023
3024 2003-03-30 [alfons]     0.8.11claws69
3025
3026         * src/send_message.c
3027                 remove two debug traces and see if people still report
3028                 errors
3029
3030 2003-03-30 [alfons]     0.8.11claws68
3031
3032         * src/send_message.c
3033         * src/commons/session.c
3034                 add more debug traces
3035
3036 2003-03-30 [christoph]  0.8.11claws67
3037
3038         * src/folder.c
3039                 change processing folder name from .processing to processing
3040
3041         * src/common/ssl.c
3042                 disable SSL certificate check because it causes Xlib error
3043                 when the child process want's to open an GTK window
3044
3045 2003-03-30 [christoph]  0.8.11claws66
3046
3047         * src/folder.c
3048                 don't use default folder for processing folder item because
3049                 it can be a non local folder
3050
3051         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3052
3053 2003-03-30 [alfons]     0.8.11claws65
3054
3055         * src/send_message.c
3056                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3057                 to generate bad code for 'send_send_data_progressive': When
3058                 called from 'send_send_data_finished', the 'data' pointer is
3059                 cleared just before the assignment to the dialog pointer
3060
3061 2003-03-29 [christoph]  0.8.11claws64
3062
3063         * src/common/prefs.h
3064         * src/plugins/image_viewer/Makefile.am
3065         * src/plugins/image_viewer/plugin.c
3066         * src/plugins/image_viewer/viewer.[ch]
3067         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3068                 add PrefsPage for ImageViewer
3069
3070 2003-03-28 [thorsten]   0.8.11claws63
3071
3072         * src/common/session.c
3073                 added some comments
3074
3075 2003-03-28 [paul]       0.8.11claws62
3076
3077         * sync with 0.8.11cvs16
3078                 see ChangeLog 2003-03-28
3079
3080 2003-03-28 [paul]       0.8.11claws61
3081
3082         * sync with 0.8.11cvs15
3083                 see ChangeLog 2003-03-28
3084
3085 2003-03-27 [christoph]  0.8.11claws60
3086
3087         * src/folder.c
3088         * src/imap.c
3089         * src/common/socket.[ch]
3090                 set socket state to DISCONNECTED when any operation
3091                 fails to allow reconnecting in IMAP code without
3092                 checking the return code of all calls to the command
3093                 functions
3094
3095         * src/folderview.c
3096         * src/summaryview.c
3097                 remove some more stuff that depends on specific
3098                 folder types
3099
3100 2003-03-27 [paul]       0.8.11claws59
3101
3102         * sync with 0.8.11cvs14
3103                 see ChangeLog 2003-03-27
3104                 
3105         * src/selective_download.[ch]   ** REMOVED **
3106                 really removed
3107
3108 2003-03-27 [christoph]  0.8.11claws58
3109
3110         * src/folder.c
3111                 fix handling of tmp_flags in flag copy function
3112
3113 2003-03-27 [paul]       0.8.11claws57
3114
3115         * sync with 0.8.11cvs13
3116                 see ChangeLog 2003-03-27
3117
3118 2003-03-27 [oliver]     0.8.11claws56
3119
3120         * src/maiwindow.c
3121                 remove sel_download_cb
3122
3123 2003-03-27 [oliver]     0.8.11claws55
3124         
3125         * src/inc.c
3126                 remove POP3_TOP
3127         
3128 2003-03-26 [oliver]     0.8.11claws54
3129
3130         *src/pop.h
3131                 remove POP3_TOP*
3132         * README.claws
3133                 remove selective donwload readme
3134
3135 2003-03-26 [oliver]     0.8.11claws53
3136         * src/matcher.[ch]
3137         * src/matcher_parser_parse.y 
3138         * src/pop.c 
3139         * src/prefs_account.[ch]
3140         * src/prefs_filtering.c
3141                 remove selective donwload
3142
3143 2003-03-26 [oliver]     0.8.11claws52
3144
3145         * src/inc.[ch] 
3146         * src/filtering.c 
3147         * src/mainwindow.c 
3148                 remove selective donwload
3149
3150 2003-03-26 [oliver]     0.8.11claws51
3151         
3152         * src/Makefile.am
3153         * src/selective_download.[ch]   ** REMOVE **    
3154
3155 2003-03-26 [christoph]  0.8.11claws50
3156
3157         * src/news.c
3158                 fix NEWS that got broken by a sync with sylpheed-main
3159
3160 2003-03-26 [christoph]  0.8.11claws49
3161
3162         * src/mimeview.c
3163                 fix mime type guessing when no mime type is found for a file
3164
3165 2003-03-25 [christoph]  0.8.11claws48
3166
3167         * src/mimeview.c
3168         * src/procmime.c
3169                 remove mime type guessing from mime parser and use
3170                 name based mime types in viewer lookup for mime type
3171                 application/octet-stream
3172
3173 2003-03-25 [christoph]  0.8.11claws47
3174
3175         * doc-src/readme.txt
3176         * doc-src/rfc2554.txt
3177                 add RFC about SMTP AUTH
3178
3179         * src/send_message.c
3180         * src/common/smtp.[ch]
3181                 add extra error code for authentication errors and
3182                 clear temporary password when this error occurs
3183
3184         (closes Bug 84 authentication failure while sending should
3185          prompt for password again)
3186
3187 2003-03-25 [christoph]  0.8.11claws46
3188
3189         * configure.ac
3190         * src/Makefile.am
3191         * src/imageview.[ch]                            ** REMOVE **
3192         * src/messageview.[ch]
3193         * src/mimeview.[ch]
3194         * src/prefs_common.[ch]
3195         * src/textview.c
3196         * src/plugins/Makefile.am
3197         * src/plugins/image_viewer/.cvsignore           ** NEW **
3198         * src/plugins/image_viewer/Makefile.am          ** NEW **
3199         * src/plugins/image_viewer/plugin.c             ** NEW **
3200         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3201                 move image viewer into a plugin (building is enabled by default)
3202                 [ToDo: Prefs for resize and autoview]
3203
3204 2003-03-25 [paul]       0.8.11claws45
3205
3206         * sync with 0.8.11cvs12
3207                 see ChangeLog 2003-03-26
3208
3209 2003-03-25 [paul]       0.8.11claws44
3210
3211         * sync with 0.8.11cvs11
3212                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3213                 
3214         Note: Selective Download is broken.
3215                 
3216 2003-03-22 [christoph]  0.8.11claws43
3217
3218         * src/folder.c
3219                 code cleanup for flags copying
3220
3221 2003-03-22 [christoph]  0.8.11claws42
3222
3223         * src/plugins/trayicon/trayicon.c
3224                 fix setting the transparent area when the window size
3225                 is forced by the system tray
3226
3227 2003-03-22 [christoph]  0.8.11claws41
3228
3229         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3230         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3231         * src/plugins/trayicon/newmail.xpm              ** NEW **
3232         * src/plugins/trayicon/nomail.xpm               ** NEW **
3233         * src/plugins/trayicon/trayicon.c
3234         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3235                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3236                 o add icon for unread mails
3237                 o set transparency for window
3238
3239 2003-03-22 [christoph]  0.8.11claws40
3240
3241         * src/news.c
3242                 init news session to prevent crash when session is closed
3243
3244 2003-03-22 [christoph]  0.8.11claws39
3245
3246         * src/imap.c
3247         * src/common/session.[ch]
3248                 Init session data to make sure we don't have invalid pointers
3249                 for read_ch and write_ch when new multi process sessions are
3250                 not used
3251
3252         * src/main.c
3253         * src/common/plugin.c
3254         * src/common/sylpheed.c
3255         * src/plugins/demo/demo.c
3256         * src/plugins/dillo_viewer/dillo_viewer.c
3257         * src/plugins/mathml_viewer/mathml_viewer.c
3258         * src/plugins/spamassassin/spamassassin.c
3259         * src/plugins/spamassassin/spamassassin_gtk.c
3260                 add plugin types to allow loading plugins at different times
3261                 (and maybe for different frontends), because it's not good to
3262                 load GTK-Plugins gefore gtk_init was called
3263
3264         * configure.ac
3265         * src/plugins/Makefile.am
3266         * src/plugins/trayicon/.cvsignore               ** NEW **
3267         * src/plugins/trayicon/Makefile.am              ** NEW **
3268         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3269         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3270         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3271         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3272         * src/plugins/trayicon/trayicon.c               ** NEW **
3273                 New Trayicon plugin that shows an icon in a systray that uses
3274                 XEMBED protocol like Gnome's systray. Icon shows if there
3275                 are new mails and a tooltip shows information about new,
3276                 unread and total messages.
3277
3278 2003-03-22 [paul]       0.8.11claws38
3279
3280         * src/common/smtp.c
3281                 fix ESMTP AUTH CRAM-MD5
3282                 [sync with main (still version 0.8.11cvs6), see
3283                  ChangeLog 2003-03-22]
3284
3285 2003-03-21 [colin]      0.8.11claws37
3286
3287         * src/send_message.c
3288                 Fix USE_SSL => USE_OPENSSL
3289
3290 2003-03-21 [colin]      0.8.11claws36
3291
3292         * src/folderview.c
3293                 Fix counts in drag and dropped subfolders
3294
3295 2003-03-21 [colin]      0.8.11claws35
3296
3297         * src/folder.c 
3298         * src/folderview.c
3299                 speed up a bit folder dnd
3300
3301 2003-03-20 [alfons]     0.8.11claws34
3302
3303         * src/main.c
3304         * src/toolbar.c
3305         * src/procmsg.c
3306                 don't send locked queue messages
3307                 (feature request "[ 705245 ] Locking message in outbox 
3308                  should prevent sending")
3309
3310 2003-03-20 [christoph]  0.8.11claws33
3311
3312         * src/folder.c
3313                 remove NEW and UNREAD flag in special folders when scanning
3314                 
3315         * src/common/smtp.c
3316                 fix ESMTP AUTH CRAM-MD5
3317
3318 2003-03-20 [paul]       0.8.11claws32
3319
3320         * src/prefs_account.c
3321                 Re-write 'Tunnel command to open connection' as
3322                 'Use command to communicate with server', and disable
3323                 it for all except IMAP accounts
3324
3325 2003-03-20 [paul]       0.8.11claws31
3326
3327         * sync with 0.8.11cvs6
3328                 see ChangeLog 2003-03-20
3329
3330 2003-03-19 [match]      0.8.11claws30
3331
3332         * src/addritem.[ch]
3333                 include documentation. minor refactoring.
3334         * src/addr_compl.[ch]
3335         * src/addrindex.[ch]
3336         * src/addresbook.[ch]
3337         * src/summaryview.c
3338                 re-enable address lookup (was disabled in
3339                 0.8.11claws20).
3340
3341 2003-03-19 [christoph]  0.8.11claws29
3342
3343         * src/procmsg.c
3344                 add temp flag handling, will make moving and copying
3345                 messages possible again
3346
3347         * src/folder.c
3348                 correct calulation of folder stats
3349
3350 2003-03-18 [match]      0.8.11claws28
3351
3352         * src/editgroup.h
3353                 remove case sensitive comparison (closes bug 80).
3354
3355 2003-03-18 [christoph]  0.8.11claws27
3356
3357         * src/imap.c
3358                 fix imap using a tunnel command
3359
3360         (closes bug 87)
3361
3362 2003-03-18 [christoph]  0.8.11claws26
3363
3364         * src/folder.[ch]
3365         * src/imap.c
3366         * src/procmsg.[ch]
3367                 rewrite flag handling for folders
3368
3369 2003-03-18 [christoph]  0.8.11claws25
3370
3371         * src/folder.c
3372         * src/procmsg.c
3373         * src/summaryview.c
3374                 unset NEW and UNREAD flags when message is ignored, to make
3375                 sure messages don't show up as unread on other IMAP clients,
3376                 because the IGNORE_THREAD flag can not be syncronized through
3377                 the IMAP folder
3378
3379 2003-03-17 [christoph]  0.8.11claws24
3380
3381         * src/imap.c
3382                 don't use recursion to fetch uids when the number of messages
3383                 does not match. Moved code into subfunction that is used
3384                 again when needed, to prevent an endless loop.
3385
3386 2003-03-17 [thorsten]   0.8.11claws23
3387
3388         * src/imageview.[ch]
3389                 export imageview_get_resized_size() (for plugins)
3390         * src/prefs_common.[ch]
3391                 added prefs_common_get() (for plugins)
3392
3393 2003-03-17 [christoph]  0.8.11claws22
3394
3395         * src/imap.c
3396                 o remove UID guessing from copy code
3397                 o support UIDPLUS extension for APPEND command
3398
3399 2003-03-17 [paul]       0.8.11claws21
3400
3401         * src/gtk/about.c
3402                 remove 'Compiled-plugins' section.
3403                 
3404         * src/plugins/dillo_viewer/dillo_viewer.c
3405                 slight change to description text
3406
3407 2003-03-16 [match]      0.8.11claws20
3408         * src/ldapserver.[ch]           ** NEW **
3409         * src/ldapctrl.[ch]             ** NEW **
3410         * src/ldapquery.[ch]            ** NEW **
3411         * src/ldaputil.[ch]             ** NEW **
3412         * src/addrcindex.[ch]           ** NEW **
3413         * src/addrquery.h               ** NEW **
3414         * src/addritem.[ch]
3415         * src/addrcache.[ch]
3416         * src/addrindex.[ch]
3417         * src/addr_compl.[ch]
3418         * src/addressbook.[ch]
3419         * src/addrbook.[ch]
3420         * src/editgroup.c
3421         * src/editaddress.c
3422         * src/editldap.c
3423         * src/editldap_basedn.c
3424         * src/vcard.c
3425         * src/jpilot.c
3426         * src/Makefile.am
3427                 included dynamic LDAP queries. improved address
3428                 completion.
3429
3430 2003-03-16 [paul]       0.8.11claws19
3431
3432         * tools/multiwebsearch.pl
3433                 fix a fatal typo
3434
3435 2003-03-16 [christoph]  0.8.11claws18
3436
3437         * src/mimeview.c
3438         * src/plugins/dillo_viewer/dillo_viewer.c
3439         * src/plugins/mathml_viewer/mathml_viewer.c
3440                 make unregistering of MimeViewerFactorys possible
3441
3442 2003-03-16 [alfons]     0.8.11claws17
3443
3444         * configure.ac
3445                 correct typo
3446
3447 2003-03-16 [melvin]     0.8.11claws16
3448
3449         * src/plugins/dillo_viewer.c
3450                 Fixed bug where it was not possible to view more than
3451                 one text/html attachment per message (bug discovered
3452                 by Christoph Hohmann).
3453
3454 2003-03-15 [melvin]     0.8.11claws15
3455
3456         * src/prefs_actions.c
3457                 Fixed compilation warnings.
3458
3459 2003-03-15 [melvin]     0.8.11claws14
3460
3461         * src/plugins/Makefile.am
3462         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3463         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3464         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3465                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3466                 newer (http://dillo.auriga.wearlab.de/).
3467
3468 2003-03-15 [christoph]  0.8.11claws13
3469
3470         * src/imap.c
3471                 don't query imap folder for attributes because we already
3472                 for them from imap_status
3473
3474         * src/mimeview.[ch]
3475                 add support for plugable MimeViewers (unloading Viewers
3476                 not yet complete)
3477
3478         * src/plugins/Makefile.am
3479         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3480         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3481         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3482                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3483                 widget from http://helm.cs.unibo.it/mml-widget/
3484
3485 2003-03-14 [christoph]  0.8.11claws12
3486
3487         * src/folder.[ch]
3488                 o error return code's should better be negative
3489                 o replace printf with debug_print
3490
3491         * src/imap.c
3492                 improve IMAP folder scan by checking UID-NEXT
3493
3494         * src/summaryview.c
3495                 remove check that are unnecessary in my opinion
3496
3497 2003-03-13 [christoph]  0.8.11claws11
3498
3499         * src/folder.[ch]
3500         * src/foldersel.c
3501         * src/folderview.c
3502         * src/imap.c
3503         * src/mbox_folder.c
3504         * src/mh.c
3505         * src/news.c
3506         * src/prefs_scoring.c
3507         * src/summaryview.c
3508                 use a common function to get a displayable name
3509                 for a FolderItem
3510
3511 2003-03-13 [paul]       0.8.11claws10
3512
3513         * tools/Makefile.am
3514           tools/README
3515           tools/multiwebsearch.conf     ** NEW FILE **
3516           tools/multiwebsearch.pl       ** NEW FILE **
3517                 add multiwebsearch Actions script
3518
3519 2003-03-13 [colin]      0.8.11claws9
3520
3521         * src/compose.c
3522                 Remove leading emtpy lines from quoted text
3523                 before quoting it
3524
3525 2003-03-13 [melvin]     0.8.11claws8
3526
3527         * src/prefs_actions.c
3528                 Fixed a memory leak
3529                 Code clean ups
3530                 Added Cancel and OK buttons
3531                 Corrected help text
3532
3533 2003-03-13 [christoph]  0.8.11claws7
3534
3535         * src/account.c
3536         * src/folder.[ch]
3537         * src/imap.c
3538         * src/mainwindow.c
3539         * src/mbox_folder.c
3540         * src/mh.c
3541         * src/news.c
3542         * src/setup.c
3543                 replace more folder type stuff with folder class stuff
3544
3545 2003-03-13 [melvin]     0.8.11claws6
3546
3547         * src/prefs_actions.c
3548                 Added new tokens:
3549                 %u: user provided argument
3550                 %h: user provided argument (hidden on input)
3551                 %s: current text selection in the message view 
3552
3553 2003-03-13 [paul]       0.8.11claws5
3554
3555         * sync with 0.8.11cvs5
3556                 see ChangeLog 2003-03-11, 2003-03-12
3557
3558 2003-03-12 [christoph]  0.8.11claws4
3559
3560         * src/folder.c
3561                 use folder class idstr when writing folderlist.xml
3562
3563         * src/folder.h
3564         * src/imap.c
3565         * src/news.c
3566                 replace folder type checks with folder class checks
3567
3568 2003-03-12 [christoph]  0.8.11claws3
3569
3570         * src/folder.[ch]
3571         * src/imap.[ch]
3572         * src/main.c
3573         * src/mbox_folder.[ch]
3574         * src/mh.[ch]
3575         * src/news.[ch]
3576                 o create a list of known folder classes in the folder system
3577                 o use folder class id strings for folder item identifiers
3578
3579 2003-03-12 [christoph]  0.8.11claws2
3580
3581         * src/imap.c
3582                 fix imap uid validity check
3583
3584 2003-03-12 [christoph]  0.8.11claws1
3585
3586         * src/account.c
3587         * src/folder.[ch]
3588         * src/foldersel.c
3589         * src/folderview.c
3590         * src/imap.c
3591         * src/mainwindow.c
3592         * src/mbox_folder.c
3593         * src/mh.c
3594         * src/news.c
3595         * src/prefs_scoring.c
3596         * src/procmsg.c
3597         * src/setup.c
3598         * src/summaryview.c
3599                 initial restructuring of folder system, seperating
3600                 folders and folder classes
3601
3602 2003-03-12 [paul]       0.8.11claws
3603
3604         0.8.11claws release
3605
3606 2003-03-12 [christoph]
3607
3608         * src/gtk/prefswindow.c
3609                 fix translation of "Page Index"
3610
3611 2003-03-12 [paul]       0.8.10claws110
3612
3613         a sync from 0.8.11cvs4 before the release
3614
3615         * src/common/utils.c
3616                 subject_compare_for_sort(): allow null strings (fixes
3617                 summary sorting).
3618
3619 2003-03-11 [paul]       0.8.10claws109
3620
3621         * po/es.po
3622                 update Spanish translation, submitted by
3623                 Ricardo Mones Lastra
3624
3625 2003-03-11 [melvin]     0.8.10claws108
3626
3627         * po/fr.po
3628                 Updated French translations
3629
3630 2003-03-11 [paul]       0.8.10claws107
3631
3632         * manual/en/Makefile.am
3633           manual/en/*.html
3634                 update English manual, add a new page
3635                 updated by Francois Barriere <fbarriere@atmel.fr>
3636                 
3637         * po/bg.po
3638           po/it.po
3639           po/sr.po
3640                 update Bulgarian, Italian, and Serbian translations
3641                 submitted by George Danchev, Alessandro Maestri, and
3642                 Urke MMI
3643
3644 2003-03-10 [paul]       0.8.10claws106
3645
3646         * src/gtk/about.c
3647           src/gtk/prefswindow.c
3648                 make some strings translatable
3649
3650 2003-03-10 [darko]      0.8.10claws105
3651
3652         * src/compose.c
3653                 code cleanup to make Hiro happy
3654
3655 2003-03-10 [paul]       0.8.10claws104
3656
3657         * sync with 0.8.11cvs2
3658                 see ChangeLog 2003-03-10
3659
3660 2003-03-09 [melvin]     0.8.10claws103
3661
3662         * src/textview.c
3663                 textview_set_font(): fix for message display in
3664                 UTF-8 locales (thanks to Sergey Vlasov).
3665                 (was unintentionnaly reverted in 0.8.6claws6)   
3666
3667 2003-03-08 [darko]      0.8.10claws102
3668
3669         * src/compose.c
3670                 fix infinite loop in wrapping as reported
3671                 by happycactus
3672                 obsoletes patch #696482
3673
3674 2003-03-08 [christoph]  0.8.10claws101
3675
3676         * src/imap.c
3677                 add workaround for IMAP servers that do not
3678                 support the "UID SEARCH UID" command
3679
3680 2003-03-07 [christoph]  0.8.10claws100
3681
3682         * src/plugins/spamassassin/spamassassin.[ch]
3683         * src/plugins/spamassassin/spamassassin_gtk.c
3684                 code cleanup
3685
3686 2003-03-07 [paul]       0.8.10claws99
3687
3688         * po/es.po
3689                 updated Spanish translation, submitted by
3690                 Ricardo Mones Lastra
3691
3692 2003-03-07 [christoph]  0.8.10claws98
3693
3694         * src/send.c
3695                 fix in 0.8.10claws94 was wrong
3696                 local delivery does not require escaping, remove escaping
3697                 code to make signatures of mails with "." lines valid
3698                 
3699                 NOTE: requires that sendmail is executed with "-i" option,
3700                       what is the default now, but has to be changed in all
3701                       exsiting accounts)
3702
3703 2003-03-07 [paul]       0.8.10claws97
3704
3705         * sync with 0.8.11 release
3706                 see ChangeLog 2003-03-07
3707
3708 2003-03-06 [paul]       0.8.10claws96
3709
3710         * src/compose.c
3711                 revert commit 0.8.10claws92
3712
3713 2003-03-06 [paul]       0.8.10claws95
3714
3715         * src/folderview.c
3716                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3717
3718         * src/gtkaspell.c
3719                 fix bug 74, 'Crash opening editor window with pseudo-color
3720                 display'
3721                 
3722         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3723
3724 2003-03-06 [christoph]  0.8.10claws94
3725
3726         * src/send.c
3727                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3728                 all lines starting with a period get an extra period
3729                 inserted
3730                 (found by Simon 'corecode' Schubert)
3731
3732 2003-03-06 [paul]       0.8.10claws93
3733
3734         * src/folderview.c
3735                 if configured font can't be loaded fall back to gtk
3736                 default. (with thanks to Christoph)
3737                 
3738                 closes long-standing bug 15 'Crashes on startup'
3739
3740 2003-03-06 [paul]       0.8.10claws92
3741
3742         * src/compose.c
3743                 freeze text before autosave and thaw afterwards
3744                 fixes bug 67 'autosave make re-rediting message crazy'