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