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