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