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