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