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