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