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