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