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