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