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