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