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