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