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