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