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