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