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