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