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