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