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