make correction to gui text; give 'local_mbox' a default value; use 'DEFAULT_SENDMAIL...
[claws.git] / ChangeLog.claws
1 2003-09-27 [paul]       0.9.5claws32
2
3         * src/prefs_account.c
4                 o make correction to gui text:
5                   'Local mailbox file' -> 'Local mailbox directory'
6                 o give 'local_mbox' option a reasonable default value:
7                   '/var/mail'
8                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
9                   value
10
11 2003-09-26 [paul]       0.9.5claws31
12
13         * src/inc.c
14           src/prefs_common.[ch]
15                 remove 'Incorporate from spool' common pref,
16                 force creation of a 'Local' account
17
18 2003-09-26 [christoph]  0.9.5claws30
19
20         * src/folder.c
21         * src/msgcache.c
22                 add more NULL pointer checks
23
24 2003-09-25 [christoph]  0.9.5claws29
25
26         * src/folder.c
27                 o don't fetch source message to get it's message id
28                 o immediately scan dest folder when copying a message did not
29                   return a new message number and not do it when the first message
30                   without a new message number is found
31
32 2003-09-23 [christoph]  0.9.5claws28
33
34         * src/compose.c
35                 fix generating of headers
36
37         (patch by David Relson <relson@osagesoftware.com>)
38
39 2003-09-23 [paul]       0.9.5claws27
40
41         * po/zh_CN.po
42                 update Simplified Chinese translation. submitted by
43                 Hansom Young
44
45 2003-09-23 [paul]       0.9.5claws26
46
47         * tools/Makefile.am
48           tools/README
49           tools/vcard2xml.py    ** NEW FILE **
50                 add a script that converts an evolution vcard to
51                 sylpheed's xml format
52                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
53
54 2003-09-22 [paul]       0.9.5claws25
55
56         * src/plugins/clamav/clamav_plugin.c
57                 don't skip MULTIPART parts
58
59 2003-09-21 [christoph]  0.9.5claws24
60
61         * src/alertpanel.c
62                 remove unneeded include
63
64         * src/folder.c
65                 clean up copy/move mess with duplicated code
66
67         * src/imap.c
68                 fix problem that sometimes the folder was not scanned
69                 also it was changed
70
71 2003-09-21 [christoph]  0.9.5claws23
72
73         * src/Makefile.am
74         * src/logwindow.[ch]                    ** REMOVE **
75         * src/mainwindow.c
76         * src/prefs_common.c
77         * src/gtk/Makefile.am
78         * src/gtk/logwindow.[ch]                ** ADD **
79                 make logwindow prefs_common independent and move
80                 it to gtk directory
81
82 2003-09-20 [christoph]  0.9.5claws22
83
84         * src/compose.c
85                 add extra space for address code conversion
86                 (4 * unconvered size could be too small for short headers)
87
88 2003-09-20 [christoph]  0.9.5claws21
89
90         * src/compose.c
91                 increase temp buffer size when writing headers
92
93 2003-09-19 [darko]      0.9.5claws20
94
95         * src/compose.c
96                 don't ignore value of 'Save copy of outgoing messages to
97                 this folder instead of Sent' in message redirect
98
99 2003-09-17 [christoph]  0.9.5claws19
100
101         * src/compose.c
102                 use ", " as address seperator for mail headers and pass whole
103                 header line at once to compose_convert_header to make sure
104                 it is correctly folded
105
106         (closes Bug 64 Problem when sending to many recipients)
107
108 2003-09-17 [hoa]        0.9.5claws18
109         
110         * changed the keyword used for command execution in condition
111                 keyword is changed from "execute" to "test"
112                 so that it is not the same as the one used for action.
113                 This will fix a bug when using filtering dialog.
114                 All semantic in the code is also changed to reflect
115                 the keyword change.
116
117 2003-09-17 [paul]
118         
119         * sync with 0.9.6 release
120
121 2003-09-17 [paul]       0.9.5claws17
122
123         * sync with 0.9.5cvs8
124                 see ChangeLog 2003-09-16 and 2003-09-17
125
126 2003-09-16 [paul]       0.9.5claws16
127
128         * sync with 0.9.5cvs6
129                 see ChangeLog 2003-09-16
130
131 2003-09-15 [paul]       0.9.5claws15
132
133         * sync with 0.9.5cvs5
134                 see ChangeLog 2003-09-15
135
136 2003-09-14 [alfons]     0.9.5claws14
137
138         * src/inc.c
139                 make "Go to inbox after receiving new mail" again;
140                 regression of a sync, restored to sylpheed main 
141                 behaviour. (misses still some bits)
142
143 2003-09-14 [alfons]     0.9.5claws13
144
145         * src/prefs_filtering_action.c
146                 o add proper message if empty execute command line
147                 o don't select first action item after registering a
148                   new action to prevent (what seems to be a GTK) bug
149                   #36, "filtering will only accept one action change 
150                   per invocation".
151
152 2003-09-14 [alfons]     0.9.5claws12
153
154         * src/prefs_filtering.c
155         * src/prefs_filtering_action.c
156         * src/prefs_matcher.c
157                 fix function signature for key_pressed_event signal handlers
158
159 2003-09-14 [alfons]     0.9.5claws11
160
161         * src/mainwindow.c
162                 fix regression caused by fix for invalid bug #7
163                 (should fix #246, "Multiple selections are deselected when 
164                 moving from search window to main window")
165                 
166 2003-09-14 [alfons]     0.9.5claws10
167         
168         * src/actions.[ch]
169         * src/filtering.[ch]
170         * src/prefs_actions.c
171                 allow `filtering actions` in actions; only for advanced users
172                 right now: try for example, "%as{mark color 2}" 
173         
174 2003-09-13 [paul]       0.9.5claws9
175         
176         * po/pl.po
177           po/zh_CN.po   ** NEW FILE **
178                 update Polish translation, submitted by Emil 
179                 <eminowbl@posejdon.wpk.p.lodz.pl>
180                 add new Simplified Chinese translation, submitted by
181                 Hansom Young <hansom_young@yahoo.com>
182
183 2003-09-12 [alfons]     0.9.5claws8
184
185         * src/summaryview.c
186                 don't open separate message views when View | Separate message view
187                 is active 
188                 (please look carefully for any navigation regressions)
189
190 2003-09-11 [alfons]     0.9.5claws7
191
192         * src/mainwindow.c
193                 make default message view, opened by View | Separate message 
194                 view, look like a claws message view (which includes a menu
195                 bar and a toolbar)
196                 (fixes bug #298, "message view loses tool bar") 
197
198 2003-09-11 [christoph]  0.9.5claws6
199
200         * src/folderview.c
201                 fix double deleting of newsgroup folders
202
203         (closes Bug 305 crash after deleting of a newsgroup)
204
205 2003-09-11 [paul]       0.9.5claws5
206
207         * src/rfc2015.c
208           src/common/utils.h
209                 more sync'ing from 0.9.5cvs2
210
211         fixes bug 197 'Header lines encrypted by GPG'
212
213 2003-09-11 [christoph]  0.9.5claws4
214
215         * src/compose.c
216         * src/rfc2015.c
217         * src/common/utils.h
218                 fix sync with 0.9.5cvs2
219
220 2003-09-11 [paul]       0.9.5claws3
221
222         * sync with 0.9.5cvs4
223                 see ChangeLog 2003-09-11
224
225 2003-09-11 [paul]       0.9.5claws2
226
227         * sync with 0.9.5cvs2
228                 see ChangeLog 2003-09-05
229                 
230 2003-09-11 [paul]       0.9.5claws1
231
232         * sync with 0.9.5cvs3
233                 see ChangeLog 2003-09-10
234
235 2003-09-10 [paul]       0.9.5claws
236
237         * 0.9.5claws released
238
239 2003-09-10 [paul]       0.9.4claws78
240
241         * src/Makefile.am
242                 add missing files
243
244 2003-09-10 [melvin]     0.9.4claws77
245
246         * po/fr.po
247                 Updated French translations
248
249 2003-09-10 [paul]       0.9.4claws76
250
251         * po/es.po
252           po/sk.po
253           po/sr.po
254                 update Spanish, Slovak, and Serbian translations.
255                 submitted by Ricardo Mones Lastra, Andrej Kacian,
256                 and Urke MMI
257                 
258         * AUTHORS
259                 add translation team section
260
261 2003-09-09 [christoph]  0.9.4claws75
262
263         * src/folder.c
264                 free item->prefs in folder_item_destroy
265
266 2003-09-09 [alfons]     0.9.4claws74
267
268         * src/folderview.c
269                 o proper check for root node sorting
270                 o remove unnecessary gtk_ctree_remove_node 
271
272         (should fix bug #300, "crash while moving folder")      
273
274 2003-09-08 [christoph]  0.9.4claws73
275
276         * src/folderview.c
277                 o fix double adding of IMAP FolderItems to GtkCTree
278                 o fix crash then mbox folder is removed
279
280 2003-09-08 [christoph]  0.9.4claws72
281
282         * src/folder.c
283         * src/folderview.c
284         * src/mainwindow.c
285                 fix new folder notification
286
287         * src/mbox_folder.c
288                 fix cache path
289
290 2003-09-08 [christoph]  0.9.4claws71
291
292         * src/compose.c
293                 replace '\n' and '\r' before removing trailing spaces
294
295         * src/folder.[ch]
296         * src/folderview.c
297                 add information about new or removed items in folder tree change
298                 notification and use this in folderview to add and remove only
299                 the appected items and not refresh the whole tree
300
301 2003-09-07 [match]      0.9.4claws70
302
303         * src/Makefile.am
304         * src/addr_compl.c
305         * src/addressbook.c
306         * src/addressitem.h
307         * src/addrindex.c
308         * src/addritem.c
309         * src/addritem.h
310         * src/addrquery.c                       ** NEW **
311         * src/addrquery.h
312         * src/ldapquery.c
313         * src/ldapserver.c
314         * src/stock_pixmap.c
315         * src/stock_pixmap.h
316         * src/pixmaps/address_search.xpm        ** NEW **
317                 re-introduce Lookup button for LDAP 'static' searches.
318
319 2003-09-07 [alfons]     0.9.4claws69
320         
321         * src/summaryview.c
322                 abandon setting usize for messageview because it gives layout problems
323                 with the quick search bar and the headerview; fixes assorted UI glitches:
324                 
325                 o bug #148, "Toggling of quick-search bar reduces index view area" 
326                 o bug #280, "Window resiizes for line length but does not revert"
327
328 2003-09-07 [christoph]  0.9.4claws68
329
330         * src/compose.c
331                 o make sure we don't have any newlines in header values
332                 o check custom headers for spaces and newlines and ignore
333                   malformed header names
334
335 2003-09-06 [christoph]  0.9.4claws67
336
337         * src/folder.c
338         * src/folderview.c
339                 invoke notification hook for folder tree changes after append
340                 and remove folder
341
342         (closes Bug 294 Crash while moving folder with many subdirectories)
343
344 2003-09-06 [christoph]  0.9.4claws66
345
346         * src/folder.c
347                 destroy folder's MsgCache if FolderItem is removed to make sure
348                 it is not saved when the FolderItem is destroyed
349
350 2003-09-06 [christoph]  0.9.4claws65
351
352         * src/plugins/clamav/clamav_plugin.c
353                 fix copy & paste bug
354
355 2003-09-05 [christoph]  0.9.4claws64
356
357         * src/folder.c
358         * src/messageview.[ch]
359         * src/procmsg.[ch]
360         * src/summaryview.c
361                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
362                 by MessageView to clear it when the message is deleted. Should
363                 work even if messages are deleted in MainWindow or by
364                 processing.
365
366 2003-09-05 [alfons]     0.9.4claws63
367
368         * src/messageview.c
369                 deleting a message in a message view frees its msginfo, make 
370                 messageview_update_all() aware of that (should fix bug #293,
371                 "deleting message caused crash")
372
373 2003-09-05 [melvin]     0.9.4claws62
374
375         * src/action.c
376                 Improve synchronous action exit code (fixes 
377                 a ~5 seconds delay after action exit on RedHat 9)
378
379 2003-09-04 [christoph]  0.9.4claws61
380
381         * src/compose.c
382         * src/rfc2015.c
383         * src/common/utils.[ch]
384                 add util function to create mime boundary and use it
385                 in compose and gpg code
386
387 2003-09-04 [alfons]     0.9.4claws60
388
389         * src/folder.c
390                 source folder item's GNode should already have been freed in 
391                 a previous call to src->folder->klass->remove_folder()
392                 (should fix bug #287, "crash when moving folders")
393
394 2003-09-03 [thorsten]   0.9.4claws59
395
396         * src/plugins/spamassassin/spamassassin_gtk.c
397                 fix compile error
398
399 2003-09-03 [christoph]  0.9.4claws58
400
401         * src/plugins/spamassassin/spamassassin.[ch]
402         * src/plugins/spamassassin/spamassassin_gtk.c
403                 add timeout config option
404
405 2003-09-03 [paul]       0.9.4claws57
406
407         * po/sk.po      ** NEW FILE **
408                 add Slovak translation. Submitted by Andrej Kacian 
409                 <andrej@kacian.sk>
410
411 2003-09-03 [paul]       0.9.4claws56
412
413         * src/plugins/clamav/clamav_plugin_gtk.c
414                 gui tweaks: replace a label with a tooltip, modify the
415                 text, use gtk_check_button_new(); instead of
416                 gtk_check_button_new_with_label("");
417
418 2003-09-02 [alfons]     0.9.4claws55
419
420         * src/gtk/filesel.c
421                 remember last used dir when attaching multiple files (should fix
422                 bug #290, "Attach File does not remember directory")
423
424 2003-09-01 [paul]       0.9.4claws54
425
426         * po/es.po
427                 updated by Ricardo Mones Lastra
428
429 2003-09-01 [alfons]     0.9.4claws53
430
431         * src/gtk/gtkaspell.[ch]
432                 be pedantic and strict and use const gchar * instead of guchar *
433
434 2003-09-01 [alfons]     0.9.4claws52
435
436         * src/mainwindow.c
437         * src/summaryviewc.
438                 re-enable Save As when multiple messages are selected
439
440 2003-09-01 [paul]       0.9.4claws51
441
442         * src/textview.c
443                 g_free(trimmed_uri);
444
445 2003-09-01 [paul]       0.9.4claws50
446
447         * sync with 0.9.4cvs13
448                 see ChangeLog 2003-09-01
449
450 2003-09-01 [paul]       0.9.4claws49
451
452         * src/textview.c
453                 trim uri before sending to the statusbar
454                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
455                 in the message window causes main S-C window to enlarge 
456                 past screen edges'
457
458 2003-09-01 [paul]       0.9.4claws48
459
460         * sync with 0.9.4cvs12
461                 see ChangeLog 2003-09-01
462
463 2003-08-30 [christoph]  0.9.4claws47
464
465         * src/compose.c
466         * src/folder_item_prefs.[ch]
467         * src/prefs_folder_item.c
468         * src/gtk/gtkaspell.[ch]
469                 commit per folder dictionary patch by
470                 Paul Evans <nerd@freeuk.com>
471
472 2003-08-30 [christoph]  0.9.4claws46
473
474         * src/plugins/spamassassin/spamassassin_gtk.c
475         * src/plugins/spamassassin/spamassassin_gtk.glade
476                 reduce GUI clutter by placing hints into tooltips
477
478 2003-08-30 [paul]       0.9.4claws45
479
480         * src/compose.c
481                 add 'Content-Disposition: inline' to a text/plain
482                 part when using PGP/MIME signing
483
484 2003-08-30 [paul]       0.9.4claws44
485
486         * src/prefs_common.c
487           src/prefs_spelling.c
488           src/prefs_spelling.glade
489                 reduce GUI clutter by placing hints into tooltips
490
491 2003-08-29 [christoph]  0.9.4claws43
492
493         * configure.ac
494                 fix bug found by Ivan Rayner <ivanr@sgi.com>
495
496         * src/stock_pixmap.c
497                 change unecessary warning into a debug message
498
499         * src/plugins/clamav/Makefile.am
500                 Fix error "-I$(CLAMAV_LIBS)"
501
502 2003-08-29 [christoph]  0.9.4claws42
503
504         * intl/Makefile.in
505         * src/Makefile.am
506         * src/matcher.h
507         * src/common/Makefile.am
508         * src/common/passcrypt.c
509                 commit fixes and patches for some of the IRIX problems found by
510                 Ivan Rayner <ivanr@sgi.com>
511
512 2003-08-29 [paul]       0.9.4claws41
513
514         * src/prefs_filtering.c
515                 add 'Top' and 'Bottom' buttons, based on changes in
516                 src/prefs_filter.c in 0.9.4cvs11.
517
518 2003-08-27 [christoph]  0.9.4claws40
519
520         * src/folderview.c
521                 fix bug that the current summary settings were copied to the
522                 wrong folder item, when the folder item prefs are opened.
523                 Copying is not required because summary settings and
524                 folder_item_prefs do not contain the same settings
525
526 2003-08-27 [thorsten]   0.9.4claws39
527
528         * src/imap.c
529                 fix compile error
530
531 2003-08-26 [paul]       0.9.4claws38
532
533         * sync with 0.9.4cvs9
534                 see ChangeLog 2003-08-26
535
536 2003-08-25 [paul]       0.9.4claws37
537
538         * sync with 0.9.4cvs8
539                 see ChangeLog 2003-08-25
540
541 2003-08-24 [christoph]  0.9.4claws36
542
543         * src/prefs_filtering.c
544                 shouldn't remove items from a GSList while iterating over the
545                 list (makes cur invalid and cur->next not accessable)
546
547         (closes Bug 272 i deleted an folder and some seconds later sylpheed
548          crashed)
549
550 2003-08-23 [christoph]  0.9.4claws35
551
552         * src/news.c
553                 news folders should be scanned when opened
554
555 2003-08-22 [christoph]  0.9.4claws34
556
557         * src/prefs_folder_item.c
558                 use macro to assign strings that always frees the old string
559
560         * src/gtk/gtkaspell.[ch]
561                 add gtkaspell_set_dictionary_menu_active_item() to set active
562                 item in dictionary option menu
563
564         * src/prefs_spelling.c
565                 use gtkaspell_set_dictionary_menu_active_item() to select
566                 dictionary
567
568 2003-08-21 [christoph]  0.9.4claws33
569
570         * src/folder.[ch]
571         * src/imap.c
572         * src/mbox_folder.c
573         * src/mh.c
574         * src/news.c
575                 optimize folder system
576
577         * src/gtk/gtkstext.c
578                 fix division by zero when font has 0 width for ' '
579
580 2003-08-21 [paul]       0.9.4claws32
581
582         * sync with 0.9.4cvs7
583                 see ChangeLog 2003-08-20
584
585 2003-08-19 [paul]       0.9.4claws31
586
587         * src/common/defs.h
588                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
589                 SYLDOC_FAQ_HTML_INDEX.
590         * src/manual.c
591                 use LC_MESSAGES instead of LC_ALL to find the current
592                 language
593
594           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
595
596 2003-08-19 [paul]       0.9.4claws30
597
598         * po/bg.po
599                 updated by George Danchev
600
601 2003-08-18 [luke]       0.9.4claws29
602         * src/mimeview.[ch]
603         * src/gtk/gtkvscrollbutton.[ch]
604                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
605                   dependencies; do it the GTK way; reduce code -14/+2 lines)
606                 o removed horizontal separator between icons
607
608 2003-08-17 [christoph]  0.9.4claws28
609
610         * src/procmsg.c
611                 no subject threading when the subject has no reply prefix
612
613 2003-08-16 [christoph]  0.9.4claws27
614
615         * src/mainwindow.c
616                 remember and restore window sizes and position when the main
617                 window is hidden or shown
618
619         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
620          minimised/reopened using trayicon)
621
622 2003-08-16 [paul]       0.9.4claws26
623
624         * src/crash.c
625                 add #include "defs.h"
626
627 2003-08-16 [paul]       0.9.4claws25
628
629         * src/plugins/clamav/clamav_plugin.c
630                 reword a debug_print
631                 
632         * src/plugins/dillo_viewer/dillo_prefs.c
633                 cosmetic: change the labels' text, add tooltips, and
634                 left-align the hint
635
636 2003-08-15 [christoph]  0.9.4claws24
637
638         * src/news.c
639                 complete last change (forgot some changes)
640
641 2003-08-15 [christoph]  0.9.4claws23
642
643         * src/news.c
644                 o check number of messages and don't return a 0 message
645                   when no messages are available
646                 o don't parse xref header anymore
647
648         (closes Bug 203 I'm not getting any news)
649
650 2003-08-15 [paul]       0.9.4claws22
651
652         * src/common/defs.h
653           src/crash.c
654                 update and define claws bugzilla location
655
656 2003-08-15 [paul]       0.9.4claws21
657
658         * po/ru.po
659                 update submitted by Ruslan N. Balkin
660
661 2003-08-14 [christoph]  0.9.4claws20
662
663         * src/procmsg.c
664                 fix search for oldest node in subject threading
665
666 2003-08-14 [christoph]  0.9.4claws19
667
668         * src/procmsg.c
669         * src/common/utils.h
670                 add possibility to check all nodes with the same subject for
671                 subject threading, not only the oldest node. Should not break
672                 threads anymore if the oldest node is thread_by_subject_max_age
673                 days older then parent, because it can now find a child of
674                 oldest node as new parent.
675
676 2003-08-11 [christoph]  0.9.4claws18
677
678         * src/plugins/spamassassin/spamassassin.c
679                 run spam check in background process
680
681 2003-08-10 [alfons]     0.9.4claws17
682
683         * src/summaryview.c
684                 make `Select All' sensitive too
685
686 2003-08-10 [christoph]  0.9.4claws16
687
688         * src/imap.c
689                 add more checks in imap_close
690
691 2003-08-09 [alfons]     0.9.4claws15
692
693         * src/prefs_spelling.c
694                 no spell checking UI if not requested
695
696 2003-08-09 [alfons]     0.9.4claws14
697
698         * src/gtk/prefswindow.c
699                 make it compile
700
701 2003-08-09 [christoph]  0.9.4claws13
702
703         * src/prefs_spelling.c
704         * src/gtk/prefswindow.[ch]
705         * src/plugins/clamav/clamav_plugin_gtk.c
706         * src/plugins/spamassassin/spamassassin_gtk.c
707                 sort prefs pages by heighest weight in tree
708
709 2003-08-09 [paul]       0.9.4claws12
710
711         * sync with 0.9.4cvs6
712                 see ChangeLog 2003-08-07
713                 
714         * AUTHORS
715                 add Leandro and Luke to claws-branch section
716
717 2003-08-09 [christoph]  0.9.4claws11
718
719         * src/gtk/Makefile.am
720         * src/gtk/colorsel.[ch]                 ** NEW **
721                 create a color selection dialog that can be used as a simple
722                 function call with it's own gtk main loop like filesel.[ch]
723
724         * src/Makefile.am
725         * src/main.c
726         * src/prefs_common.c
727         * src/prefs_spelling.[ch]               ** NEW **
728         * src/prefs_spelling.glade              ** NEW **
729         * src/gtk/gtkutils.[ch]
730                 move "Spell Checker" prefs to new prefs dialog
731
732         * src/prefs_folder_item.c
733                 use new colorsel dialog
734
735 2003-08-08 [paul]       0.9.4claws10
736
737         * src/inc.c
738                 clear the progress bar unconditionally
739
740 2003-08-08 [paul]       0.9.4claws9
741
742         * sync with 0.9.4cvs4
743                 see ChangeLog 2003-07-31
744
745 2003-08-07 [christoph]  0.9.4claws8
746
747         * configure.ac
748                 fix bug in image viewer plugin part
749
750         * src/imap.c
751                 don't execute close command if the folder item is not selected
752
753 2003-08-07 [hoa]        0.9.4claws7
754
755         * src/filtering.[ch]
756         * src/matcher_parser.h
757         * src/matcher_parser_parse.y
758                 can define several actions for each filtering rule
759                 can import old versions of filtering rules
760
761         * src/prefs_filtering.c
762                 call to a new dialog box to define actions
763
764         * src/prefs_filtering_action.[ch]
765                 dialog box to define actions for filtering rules
766
767 2003-08-06 [christoph]  0.9.4claws6
768
769         * src/imap.c
770                 make sure source folder is selected when copying messages
771
772 2003-08-06 [christoph]  0.9.4claws5
773
774         * sync with 0.9.4cvs2
775                 see ChangeLog 2003-07-29                
776
777 2003-08-05 [paul]       0.9.4claws4
778
779         * sync with 0.9.4cvs3
780                 see ChangeLog 2003-07-30
781
782 2003-08-04 [match]      0.9.4claws3
783
784         * po/POTFILES.in
785                 export of LDIF files.
786
787 2003-08-04 [match]      0.9.4claws2
788
789         * src/ldif.[ch]
790                 support for export LDIF. documented.
791         * src/importldif.[ch]
792         * src/exportldif.[ch]
793                 add tooltips. documented.
794         * src/exphtmldlg.[ch]
795         * src/common/xmlprops.[ch]
796                 documented.
797         * src/exportldif.[ch]                   ** NEW **
798         * src/expldifdlg.[ch]                   ** NEW **
799         * src/addressbook.[ch]
800         * src/Makefile.am
801                 export of LDIF files.
802                 documented.
803
804 2003-08-04 [christoph]  0.9.4claws1
805
806         * .cvsignore
807         * Makefile.am
808         * configure.ac
809         * sylpheed-claws.pc.in                  ** NEW **
810         * src/Makefile.am
811         * src/common/Makefile.am
812         * src/gtk/Makefile.am
813                 install sylpheed header files in $(pkgincludedir) and create a
814                 pkg-config file to allow building a plugin without the source
815                 package
816
817 2003-08-04 [paul]       0.9.4claws
818
819         * version 0.9.4claws
820
821 2003-08-04 [paul]       0.9.3claws97
822
823         * po/es.po
824                 update Spanish translation. Submitted by Ricardo
825                 Mones Lastra.
826
827 2003-08-03 [paul]       0.9.3claws96
828
829         * po/hr.po
830           po/sr.po
831                 update Croatian and Serbian translations. Submitted by
832                 Dragan and Urke MMI respectively
833
834 2003-08-03 [alfons]     0.9.3claws95
835
836         * src/summaryview.c
837                 mark flag has precedence over important flag - seems
838                 to have been changed in sync of 0.9.3claws45. this fixes
839                 a regression where messages that were scored as important
840                 don't show their mark flags. (using the same column for
841                 both importance as mark flags is the real problem
842                 ofcourse)
843
844 2003-08-03 [melvin]     0.9.3claws94
845
846         * po/fr.po
847                 Updated French translations.
848
849 2003-08-03 [melvin]     0.9.3claws93
850
851         * src/Makefile.am
852                 Fixed typo introduced after 0.9.3claws92 
853                 that prevented compilation
854                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
855                 CPPFLAGS and YFLAGS to allow user setting these.
856         * src/common/Makefile.am
857         * src/gtk/Makefile.am
858         * src/plugins/clamav/Makefile.am
859         * src/plugins/demo/Makefile.am
860         * src/plugins/dillo_viewer/Makefile.am
861         * src/plugins/image_viewer/Makefile.am
862         * src/plugins/mathml_viewer/Makefile.am
863         * src/plugins/spamassassin/Makefile.am
864         * src/plugins/trayicon/Makefile.am
865         * src/plugins/trayicon/libeggtrayicon/Makefile.am
866                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
867                 CPPFLAGS and YFLAGS to allow user setting these.
868
869 2003-08-02 [christoph]  0.9.3claws92
870
871         * configure.ac
872                 o rearrange plugin tests
873                 o add test for clamav.h to ClamAV tests
874
875 2003-08-02 [luke]       0.9.3claws91
876
877         * src/mimeview.c
878                 o fixed appearance of icon list when toggling back from the 
879                   ctree
880                 o toggling of icons using the keyboard works correctly
881                 o fixed all other keyboard shortcuts to work when icons are
882                   active
883         
884         * src/messageview.c
885                 o fixed bug 4 - focus lost when changing messageview view type
886
887 2003-08-02 [christoph]  0.9.3claws90
888
889         * src/common/hooks.c
890                 fix crash when pointer stored in hash table could get invalid
891                 when a plugin is unloaded
892
893 2003-08-01 [christoph]  0.9.3claws89
894
895         * configure.ac
896                 o try to build all plugins (except spamassassin) by default
897                 o don't build a plugin if a dependency check fails
898
899         * src/common/hooks.c
900                 fix warning
901
902 2003-08-01 [match]      0.9.3claws88
903
904         * src/importldif.c
905                 allow single click field selection. document code.
906
907 2003-08-01 [christoph]  0.9.3claws87
908
909         * src/plugins/clamav/clamav_plugin.c
910         * src/plugins/clamav/clamav_plugin_gtk.c
911         * src/plugins/dillo_viewer/dillo_viewer.c
912         * src/plugins/image_viewer/plugin.c
913         * src/plugins/mathml_viewer/mathml_viewer.c
914         * src/plugins/spamassassin/spamassassin.c
915         * src/plugins/spamassassin/spamassassin_gtk.c
916         * src/plugins/trayicon/trayicon.c
917                 add version check to all plugins
918
919 2003-08-01 [hoa]        0.9.3claws86
920
921         * src/prefs_filtering.c
922                 fixed a cosmetic bug, during creation of dialog box,
923                 wrong widgets were shown after creation.
924
925 2003-08-01 [luke]       0.9.3claws85
926
927         * src/mainwindow.c
928                 o fixed visibility of icons/mimeview after toggling separate
929                   message/folder view (factored out some similar code too).
930
931
932 2003-07-31 [alfons]     0.9.3claws84
933
934         * src/mimeview.c
935                 tweak icon box UI a bit more, now allowing right-clicks actions
936                 getting the relevant mime data too; should fix #250, "Can't save 
937                 attachments sometimes".
938
939 2003-07-30 [alfons]     0.9.3claws83
940
941         * src/compose.c
942                 don't do auto-save-draft inside key press handler, but rather
943                 schedule it half of a second later; should fix #67, "autosave 
944                 make re-rediting message crazy"
945
946 2003-07-30 [christoph]  0.9.3claws82
947
948         * src/plugins/trayicon/trayicon.c
949                 process pending events before unloading the plugin
950
951         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
952
953 2003-07-30 [alfons]     0.9.3claws81
954
955         * src/common/hooks.c
956                 parameter 2 of g_hook_destroy() should really be a hook id
957
958 2003-07-30 [alfons]     0.9.3claws80
959
960         * src/common/plugin.c
961                 fix a possibly harmful function signature mismatch 
962                 for plugin_done
963
964 2003-07-30 [alfons]     0.9.3claws79
965
966         * src/common/hooks[.ch]
967                 const correctness
968
969 2003-07-30 [darko]      0.9.3claws78
970
971         * src/summaryview.c
972                 make it compile again
973
974 2003-07-30 [luke]       0.9.3claws77
975
976         * src/crash.c
977         * src/main.c
978                 o added/moved signal handlers for SIGTERM (normal kill command) 
979                   and SIGINT (ctl-c) to be used even without 
980                   --enable-crash-dialog, fixing bug 166
981
982         * src/summaryview.c
983                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
984                   bug 227
985
986         * src/mainwindow.c
987                 o changed sensitivity condition for 'Next new' and 'Next 
988                   unread', fixing bug 8
989
990 2003-07-29 [alfons]     0.9.3claws76
991
992         * src/common/utils.[ch]
993                 add generate_msgid()
994         * src/messageview.c
995                 save ack'ed RRR; fixes #205, "return receipt is not saved in
996                 sent folder".
997
998 2003-07-29 [alfons]     0.9.3claws75
999
1000         * src/messageview.c
1001                 fix a memleak (claws-only)
1002
1003 2003-07-29 [alfons]     0.9.3claws74
1004
1005         * src/mimeview.[ch]
1006         * src/gtk/gtkvscrollbutton.[ch]
1007                 fix UI glitch where mime icon toolbox' scroll position is not 
1008                 reset after switching to another message
1009                 
1010
1011 2003-07-29 [paul]       0.9.3claws73
1012
1013         * src/prefs_folder_item.c
1014                 split the prefs into 2 separate pages
1015
1016 2003-07-29 [paul]       0.9.3claws72
1017
1018         * src/compose.c
1019                 prepend "\n\n" to a signature without a separator too
1020
1021 2003-07-29 [paul]       0.9.3claws71
1022
1023         * src/compose.c
1024                 fix bug where changing to an account without an auto-sig
1025                 from an initial account without an auto-sig would insert 
1026                 2 blank lines at the cursor point
1027                 fix bug where changing to an account with an auto-sig
1028                 from an initial account without an auto-sig would insert
1029                 the sig at the cursor point
1030
1031 2003-07-29 [paul]       0.9.3claws70
1032
1033         * src/folderview.c
1034                 use the colour from the folder pref unless the folder
1035                 has new messages
1036
1037 2003-07-29 [alfons]     0.9.3claws69
1038
1039         * src/procmsg.[ch]
1040         * src/messageview.c
1041         * src/procheader.c
1042                 rewrite return receipt request work a little bit (the former 
1043                 implementation presumably depended too much on the UI setting
1044                 flags). (we're losing the old pending flag.) 
1045
1046 2003-07-28 [christoph]  0.9.3claws68
1047
1048         * src/folder.c
1049         * src/imap.c
1050         * src/mh.c
1051         * src/procmsg.[ch]
1052                 fix copy to IMAP folder from other folder
1053
1054 2003-07-28 [christoph]  0.9.3claws67
1055
1056         * src/procmsg.c
1057                 fix sync of procmsg_get_message_file_list
1058
1059 2003-07-28 [christoph]  0.9.3claws66
1060
1061         * sync with 0.9.3cvs14
1062                 see ChangeLog 2003-07-18
1063         * sync with 0.9.3cvs17
1064                 see ChangeLog 2003-07-23
1065
1066         (closes Bug 234 segmentation fault after sending out mail via
1067          smtp(auth))
1068
1069 2003-07-28 [paul]       0.9.3claws65
1070
1071         * po/es.po
1072                 update Spanish translation, submitted by Ricardo Mones
1073                 Lastra
1074
1075 2003-07-28 [christoph]  0.9.3claws64
1076
1077         * src/folder.[ch]
1078         * src/imap.c
1079         * src/mh.c
1080                 return new message numbers as a GRelation instead of a GSList
1081                 that has to be in the same order as the input list. A list
1082                 would make it hard for IMAP to optimize oepration by sorting
1083                 the input list. The returned list would have to be reordered
1084                 to match the same order that input list has.
1085
1086         * src/gtk/gtkaspell.c
1087                 fix missing return value, could cause a crash when garbage is
1088                 on the stack that is used as the expected return value
1089
1090 2003-07-28 [paul]       0.9.3claws63
1091
1092         * sync with 0.9.4cvs1
1093                 see ChangeLog 2003-07-28
1094
1095 2003-07-27 [alfons]     0.9.3claws62
1096
1097         * src/mimeview.c
1098                 tweak it more to make icon list act like a check button group
1099
1100 2003-07-27 [christoph]  0.9.3claws61
1101
1102         * sync with 0.9.3cvs20
1103                 see ChangeLog 2003-07-25
1104
1105 2003-07-27 [paul]       0.9.3claws60
1106
1107         * src/procmsg.c
1108                 re-commit changes from 0.9.3claws58 -
1109                 accidently removed in 0.9.3claws59
1110
1111 2003-07-27 [paul]       0.9.3claws59
1112
1113         * src/procmsg.[ch]
1114                 a sync from 0.9.3cvs17
1115                 see ChangeLog 2003-07-23
1116
1117 2003-07-27 [alfons]     0.9.3claws58
1118
1119         * src/procmsg.c
1120                 add missing header members to MsgInfo; fixes the problem of 
1121                 not displaying X-Faces, as noticed by Ricardo Mones
1122
1123 2003-07-26 [christoph]  0.9.3claws57
1124
1125         * sync with 0.9.3cvs18
1126                 see ChangeLog 2003-07-24
1127
1128 2003-07-26 [christoph]  0.9.3claws56
1129
1130         * sync with 0.9.3cvs17
1131                 see ChangeLog 2003-07-23
1132
1133 2003-07-26 [christoph]  0.9.3claws55
1134
1135         * src/folder.[ch]
1136         * src/imap.c
1137         * src/mbox_folder.c
1138         * src/mh.c
1139         * src/news.c
1140                 add support for copy function that copy multiple messages
1141                 (not implemented yet)
1142
1143         * src/summaryview.c
1144                 add missing return value
1145
1146 2003-07-26 [paul]       0.9.3claws54
1147
1148         * tools/multiwebsearch.pl
1149                 do whitespace substitution before passing the string
1150                 to the browser. fixes bug with browsers that don't
1151                 do whitespace conversion themselves.
1152
1153 2003-07-25 [christoph]  0.9.3claws53
1154
1155         * src/folder.[ch]
1156         * src/imap.c
1157         * src/mh.c
1158                 rewrite adding of multiple messages to a folder for
1159                 claws' folder system
1160
1161 2003-07-25 [luke]       0.9.3claws52
1162
1163         * src/mimeview.c
1164                 o icon toggles set correctly on leaving ctree mimeview
1165
1166 2003-07-25 [paul]       0.9.3claws51
1167
1168         * partial sync with 0.9.3cvs21 [src/main.c]
1169                 see ChangeLog 2003-07-25
1170
1171 2003-07-24 [paul]       0.9.3claws50
1172
1173         * tools/maildir2sylpheed.pl
1174                 fix typo
1175
1176 2003-07-24 [paul]       0.9.3claws49
1177
1178         * src/mimeview.c
1179                 increase the gutter size of paned so that the panes
1180                 can be resized
1181                 
1182         * src/plugins/demo/demo.c
1183                 squeeze in another typo fix
1184
1185 2003-07-24 [paul]       0.9.3claws48
1186
1187         * src/plugins/demo/demo.c
1188           src/prefs_account.c
1189                 small changes to the English
1190                 
1191         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1192           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1193           src/Makefile.am
1194           src/stock_pixmap.c
1195                 rename the misspelled icon
1196
1197 2003-07-23 [alfons]     0.9.3claws47
1198
1199         * src/mimeview.c
1200                 make icon list look like a list of toggles
1201
1202 2003-07-23 [luke]       0.9.3claws46
1203
1204         * src/pixmaps/mimeview_gpg_expired.xpm
1205         * src/pixmaps/mimeview_gpg_failed.xpm
1206         * src/pixmaps/mimeview_gpg_passed.xpm
1207         * src/pixmaps/mimeview_text_html.xpm
1208         * src/pixmaps/mimeview_image.xpm
1209                 o all icons the same size
1210
1211         * src/mimeview.[ch]
1212                 o mimeview ctree arranged vertically above the viewer
1213                 o icons changed to buttons
1214                 o can use keyboard to select an icon (Enter)
1215                 o resize icon list to width of icons
1216
1217         *  src/gtk/gtkvscrollbutton.c
1218                 o sensitivity of buttons reacts to position
1219
1220 2003-07-23 [christoph]  0.9.3claws45
1221
1222         * sync with 0.9.3cvs14 (incomplete)
1223                 see ChangeLog 2003-07-17
1224
1225 2003-07-23 [alfons]     0.9.3claws44
1226
1227         * src/folder.c
1228         * src/procmsg.h
1229                 sync with my local tree to restore some claws-only things
1230
1231 2003-07-23 [paul]       0.9.3claws43
1232
1233         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1234           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1235           src/Makefile.am
1236           src/mimeview.c
1237           src/procmime.h
1238           src/rfc2015.c
1239           src/stock_pixmap.[ch]
1240                 indicate missing keys and expired sigs/keys
1241                 in mime view column
1242
1243 2003-07-23 [paul]       0.9.3claws42
1244
1245         * src/compose.c
1246                 Redirect fixes: enable automatic account selection and
1247                 do not append signature to message on changing account
1248                 fixes Bug[s] #248
1249
1250 2003-07-23 [paul]       0.9.3claws41
1251
1252         * sync with 0.9.3cvs16
1253                 see ChangeLog 2003-07-23
1254
1255 2003-07-23 [alfons]     0.9.3claws40
1256
1257         * src/inc.c
1258                 give progress dialog a main window, and give it the first 
1259                 one (presumably the only one). fixes bug #247, "segfault on 
1260                 pop-before-smtp" 
1261
1262 2003-07-22 [alfons]     0.9.3claws39
1263
1264         * src/summaryview.c
1265                 shift-space scrolls up
1266
1267 2003-07-22 [paul]       0.9.3claws38
1268
1269         * sync with 0.9.3cvs15
1270                 see ChangeLog 2003-07-22
1271
1272 2003-07-20 [alfons]     0.9.3claws37
1273
1274         * src/compose.c
1275                 put menu inside #ifdef USE_ASPELL..#endif
1276
1277 2003-07-20 [christoph]  0.9.3claws36
1278
1279         * src/procmsg.c
1280                 fix wrong flags in MsgInfo returned by
1281                 procmsg_msginfo_get_full_info()
1282
1283         (closes Bug 221 Deleting messages from the Message View gives incorrect
1284          new/unread message counts in the folder view)
1285
1286         * src/plugins/spamassassin/spamassassin_gtk.c
1287                 add gettext macro for prefs page title
1288
1289 2003-07-20 [paul]       0.9.3claws35
1290
1291         * src/mimeview.c
1292                 redraw icon list on signature check
1293
1294 2003-07-20 [christoph]  0.9.3claws34
1295
1296         * src/Makefile.am
1297         * src/account.c
1298         * src/folder.[ch]
1299         * src/folder_item_prefs.[ch]            ** NEW **
1300         * src/folderview.c
1301         * src/mainwindow.c
1302         * src/mh.c
1303         * src/prefs_gtk.c
1304         * src/prefs_scoring.c
1305         * src/summaryview.c
1306         * src/prefs_folder_item.[ch]
1307                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1308                   Properties dialog
1309                 o use prefswindow for folder properties
1310
1311         * src/gtk/prefswindow.[ch]
1312                 change implementation to use an invisible notebook instead
1313                 of unparenting widgets
1314
1315 2003-07-20 [christoph]  0.9.3claws33
1316
1317         * src/compose.h
1318         * src/folder.c
1319         * src/folderview.h
1320         * src/headerview.h
1321         * src/prefs_filtering.h
1322         * src/prefs_folder_item.[ch]
1323         * src/procmime.h
1324         * src/procmsg.h
1325         * src/summaryview.h
1326                 clean up header mess
1327                 (always use 1. typedefs, 2. #includes, 3. structures)
1328
1329         * src/common/version.h.in
1330                 add casts for constants
1331
1332         * src/plugins/demo/demo.c
1333                 fix typo
1334
1335         * src/plugins/spamassassin/spamassassin.c
1336                 remove unused variable
1337
1338 2003-07-20 [alfons]     0.9.3claws32
1339
1340         * src/mimeview.c
1341                 o make icon buttons respond on left click
1342                 o minor cosmetic change
1343
1344 2003-07-19 [luke]       0.9.3claws31
1345
1346         * src/mimeview.[ch]
1347         * src/gtk/gtkvscrollbutton.c
1348         * src/messageview.c
1349                 o improved mimeview behaviour when selecting a new message
1350                 o plus code cleanups to remove compile warnings
1351
1352
1353 2003-07-19 [alfons]     0.9.3claws30
1354
1355         * src/procmsg.c
1356         * src/compose.c
1357         * src/common/utils.[ch]
1358                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1359
1360 2003-07-19 [alfons]     0.9.3claws29
1361
1362         * src/prefs_folder_item.c
1363                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1364                 string pointers
1365
1366 2003-07-19 [luke]       0.9.3claws28
1367
1368         * src/messageview.c
1369         * src/mimeview.[ch]
1370         * src/procmime.h
1371         * src/rfc2015.c
1372         * src/stock_pixmap.[ch]
1373         * src/gtk/Makefile.am
1374         * src/Makefile.am
1375         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1376         * src/pixmaps/mime_*.xpm                ** NEW **
1377                 o mimeview rearrangement with a new icon shortcut bar
1378
1379 2003-07-19 [alfons]     0.9.3claws27
1380
1381         * src/folderview.c
1382                 o plug leaking nodes_to_recollapse
1383                 o add folderview_recollapse_all_nodes() (not used yet)
1384
1385 2003-07-19 [alfons]     0.9.3claws26
1386
1387         * src/compose.c
1388         * src/common/utils.c
1389                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1390                 for both forwarding as replying
1391
1392 2003-07-18 [christoph]  0.9.3claws25
1393
1394         * configure.ac
1395         * src/common/sylpheed.[ch]
1396         * src/common/version.h.in
1397                 add version in numeric form to allow easy comparison
1398
1399         * src/plugins/demo/demo.c
1400                 add version check
1401                 - sylpheed version > plugin version => never allowed, sylpheed
1402                   could contain unknown API changes
1403                 - sylpheed version < minimum version required => don't load,
1404                   API required not available (if linking does not fail)
1405
1406 2003-07-18 [alfons]     0.9.3claws24
1407         
1408         * src/common/plugin.[ch]
1409                 const correctness
1410
1411 2003-07-18 [christoph]  0.9.3claws23
1412
1413         * src/common/hooks.c
1414                 fix crash when hooks where unregisted
1415
1416         * src/plugins/trayicon/trayicon.c
1417                 unregister detroy signal before destroying the widget
1418                 (still crashes when the plugin is unloaded)
1419
1420 2003-07-18 [alfons]     0.9.3claws22
1421         
1422         * src/folderview.c
1423                 delay expanding folder tree during drags until timeout triggered
1424                 (needs perhaps some tweaking, so testing is welcome)
1425
1426 2003-07-17 [alfons]     0.9.3claws21
1427
1428         * src/folderview.c
1429                 clean up cruft
1430
1431 2003-07-17 [christoph]  0.9.3claws20
1432
1433         * src/common/session.c
1434                 fix opening of SSL connections
1435
1436         * src/plugins/image_viewer/Makefile.am
1437                 add OPENSSL_CFLAGS (we should find a better solution to remove
1438                 this dependencies if they are not required)
1439
1440         * src/plugins/spamassassin/spamassassin.c
1441                 remove setlocale workaround (fixed in libspamc)
1442
1443         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1444          if spell checking enabled)
1445
1446 2003-07-17 [alfons]     0.9.3claws19
1447
1448         * src/common/hooks.[ch]
1449         * src/plugins/clamav/clamav_plugin.c
1450         * src/plugins/spamassassin/spamassassin.c
1451         * src/plugins/trayicon/trayicon.c
1452                 fix signedness muck 
1453
1454 2003-07-17 [alfons]     0.9.3claws18
1455
1456         * src/procmime.c
1457                 plug memleak
1458
1459 2003-07-17 [alfons]     0.9.3claws17
1460
1461         * src/inc.c
1462                 plug memleak
1463
1464 2003-07-17 [paul]       0.9.3claws16
1465
1466         * src/common/defs.h
1467           src/mainwindow.c
1468           src/manual.[ch]
1469                 add link to the Claws site's FAQ page, after the suggestion
1470                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1471                 Move url strings to defs.h
1472                 
1473         * src/mainwindow.c
1474                 fix typo to prevent "unknown menu entry" warnings
1475
1476 2003-07-17 [alfons]     0.9.3claws15
1477
1478         * src/folderview.[ch]
1479         * src/summaryview.[ch]
1480         * src/mimeview.[ch]
1481                 plug DnD leaks 
1482
1483 2003-07-17 [paul]       0.9.3claws14
1484
1485         * src/inc.c
1486                 remove two instances of 'GTK_EVENTS_FLUSH' because
1487                 they are unnecessary and probably cause a stack overflow
1488
1489 2003-07-16 [christoph]  0.9.3claws13
1490
1491         * src/mimeview.[ch]
1492                 use an invisible GTK notebook to switch between viewers
1493                 instead of reparenting widgets
1494
1495 2003-07-16 [christoph]  0.9.3claws12
1496
1497         * src/folder.c
1498                 move folder_item_update_freeze() to correct place in
1499                 folder_item_scan_full()
1500
1501 2003-07-16 [paul]       0.9.3claws11
1502
1503         * sync with 0.9.3cvs12
1504                 see ChangeLog 2003-07-14 and 2003-07-15
1505
1506 2003-07-16 [christoph]  0.9.3claws10
1507
1508         * src/imap.[ch]
1509         * src/prefs_account.[ch]
1510                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1511
1512 2003-07-15 [alfons]     0.9.3claws9
1513
1514         * src/main.c
1515                 make --config-dir do something useful
1516
1517 2003-07-15 [alfons]     0.9.3claws8
1518
1519         * src/procmsg.c
1520                 o fix a bug where 'last' didn't really point to the last message
1521                   in the top level list of children, but to the last threaded
1522                   message. 
1523                 
1524                 o clean up and make it easier to sync
1525
1526 2003-07-15 [alfons]     0.9.3claws7
1527
1528         * src/mainwindow.c
1529                 make correct menu items sensitive       
1530
1531 2003-07-14 [alfons]     0.9.3claws6
1532
1533         * src/procmsg.c
1534                 tune the threader so it will not subject-thread any message
1535                 without a subject prefix (this will not thread correctly if 
1536                 a parent is delivered after their childs, but it looks 
1537                 better right now)
1538
1539 2003-07-13 [christoph]  0.9.3claws5
1540
1541         * src/mainwindow.c
1542                 group "Add mailbox *..." menu items in submenu
1543
1544 2003-07-13 [alfons]     0.9.3claws4
1545
1546         * src/summaryview.c
1547                 correct summary_toggle_pressed() signature and make sure
1548                 signal is not passed on
1549
1550 2003-07-13 [alfons]     0.9.3claws3
1551
1552         * src/summaryview.c
1553                 o for now don't pass on keys when they we're handled by 
1554                   ctree::key_press_event
1555                 o clean up
1556
1557 2003-07-13 [alfons]     0.9.3claws2
1558         
1559         * src/main.c
1560                 add command line option "--config-dir" to get the current 
1561                 configuration dir
1562
1563 2003-07-12 [alfons]     0.9.3claws1
1564
1565         * src/matcher.[ch]
1566         * src/matcher_parser_parse.y
1567         * src/prefs_filtering.c
1568         * src/filtering.c
1569                 add "Lock" filter action to lock messages;
1570
1571         * src/filtering.c       
1572                 remove debug_print()    
1573         * src/prefs_filtering.c
1574                 re-organize matcher part 9: 
1575                 make action text entries easily extendible;
1576                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1577                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1578
1579 2003-07-12 [paul]
1580
1581         * tools/README
1582                 update old information and add missing
1583                 information
1584
1585 2003-07-12 [paul]       0.9.3claws
1586
1587         * 0.9.3claws released
1588         
1589 2003-07-12 [paul]       0.9.0claws103
1590
1591         * src/Makefile.am
1592                 add addrquery.h
1593
1594 2003-07-12 [melvin]     0.9.0claws102
1595
1596         * src/messageview.c
1597                 Fixed bug #215: Show MIME tab for single text/html messages. 
1598                 
1599 2003-07-12 [paul]       0.9.0claws101
1600
1601         * man/sylpheed.1
1602                 updated
1603
1604 2003-07-12 [paul]       0.9.0claws100
1605
1606         * po/es.po
1607           po/hr.po
1608           po/pl.po
1609           po/sr.po
1610                 update Spanish, Croatian, Polish, Serbian translations.
1611                 submitted by Ricardo Mones Lastra, Dragan, Witold
1612                 Wladyslaw Wojciech Wilk, Urke MMI
1613
1614 2003-07-12 [melvin]     0.9.0claws99
1615
1616         * po/fr.po
1617                 Updated French translations.
1618
1619 2003-07-12 [paul]       0.9.0claws98
1620
1621         * src/addressbook.c
1622                 disable 'Lookup' button as it has no effect
1623
1624 2003-07-11 [alfons]     0.9.0claws97
1625         
1626         * src/summaryview.c
1627                 summary_searchbar_pressed() should return TRUE to signal that
1628                 event was handled. when returning void, the return value passed
1629                 to GTK is actually random, but maybe FALSE, in which case the
1630                 event is handled by parent
1631                 
1632 2003-07-10 [paul]       0.9.0claws96
1633
1634         * ac/missing/gettext.m4
1635                 update to version 0.12
1636
1637 2003-07-10 [paul]       0.9.0claws95
1638
1639         * src/plugins/clamav/clamav_plugin.c
1640                 fix bug where multipart/alternative messages
1641                 would slip through without being scanned
1642
1643 2003-07-10 [christoph]  0.9.0claws94
1644
1645         * src/folder.c
1646                 correct check if folder supports removing when a message is
1647                 moved. if not the message is only copied.
1648
1649         (closes Bug 132 crash on startup in newsgroups folders)
1650
1651 2003-07-09 [alfons]     0.9.0claws93
1652
1653         * configure.ac
1654         * src/common/defs.h
1655                 --with-config-dir (default .sylpheed)
1656
1657 2003-07-09 [christoph]  0.9.0claws92
1658
1659         * configure.ac
1660                 use PKG_CHECK_MODULES to check for gtkmathview
1661                 (version 0.4.2 now required)
1662
1663 2003-07-08 [melvin]     0.9.0claws91
1664
1665         * src/action.c
1666                 Implemented a progress bar that counts the number of completed
1667                 tasks when the action runs more than one command.
1668
1669 2003-07-08 [alfons]     0.9.0claws90
1670
1671         * src/procmsg.c
1672                 if queued message has an invalid Message-Id, don't try to
1673                 find message it refers to (fixes #209 "crash when processing 
1674                 in folder")
1675
1676 2003-07-08 [paul]       0.9.0claws89
1677
1678         * sync with 0.9.3cvs2
1679                 see ChangeLog 2003-07-08
1680
1681 2003-07-08 [match]      0.9.0claws88
1682
1683         * src/ldapctrl.c
1684                 extend LDAP search for first/last name by parsing search term.
1685
1686 2003-07-08 [alfons]     0.9.0claws87
1687
1688         * src/send_message.c
1689                 fix bug #208 "Status message stuck when sending on POP3 account"
1690
1691 2003-07-07 [paul]       0.9.0claws86
1692
1693         * po/hr.po
1694                 new Croatian translation, submitted by
1695                 Dragan <drleskov@inet.hr>
1696
1697 2003-07-07 [paul]       0.9.0claws85
1698
1699         * sync with 0.9.3cvs1
1700                 see ChangeLog 2003-07-07
1701
1702 2003-07-05 [christoph]  0.9.0claws84
1703
1704         * src/Makefile.am
1705         * src/messageview.c
1706         * src/mimeview.[ch]
1707         * src/stock_pixmap.[ch]
1708         * src/pixmaps/messageview_text.xpm              ** NEW **
1709                 move mimeview tabs to the right side and use icons
1710                 instead of text to save some space
1711
1712         (patch by Luke Plant <lukeplant@softhome.net>)
1713
1714 2003-07-05 [christoph]  0.9.0claws83
1715
1716         * src/inc.c
1717                 add NULL pointer checks
1718
1719         (patch by Luke Plant <lukeplant@softhome.net>)
1720         (closes Bug 204 0.9.0 quits on authentication error?!)
1721
1722 2003-07-05 [alfons]     0.9.0claws82
1723
1724         * configure.ac
1725                 take the clue in bug #202 "./configure script - 
1726                 'if test' comparison failure" reported by John Kristoff. 
1727
1728 2003-07-04 [christoph]  0.9.0claws81
1729
1730         * src/plugins/spamassassin/spamassassin.c
1731                 set timeout for spam check
1732
1733 2003-07-04 [christoph]  0.9.0claws80
1734
1735         * src/main.c
1736                 destroy all FolderItems when shutting down to
1737                 allow folders to clean up
1738
1739 2003-07-04 [melvin]     0.9.0claws79
1740
1741         * src/gtk/gtkaspell.c
1742                 Fixed bug #184 "Entering non-ascii character deletes
1743                 previous char if spell checking enabled": this makes
1744                 the spell checking in multibytes (e.g. UTF-8)locales work.
1745                 (Patch by Luke Plant).
1746                 
1747 2003-07-04 [christoph]  0.9.0claws78
1748
1749         * sync with 0.9.2cvs1
1750                 see ChangeLog 2003-06-10
1751
1752 2003-07-04 [paul]       0.9.0claws77
1753
1754         * sync with 0.9.3 release
1755                 see ChangeLog 2003-07-04
1756
1757 2003-07-03 [christoph]  0.9.0claws76
1758
1759         * src/folder.[ch]
1760         * src/imap.c
1761         * src/mbox_folder.c
1762         * src/mh.c
1763         * src/news.c
1764                 move folder_item_get_path() stuff into a folder virtual function
1765
1766         * src/procmsg.c
1767                 use folder_item_fetch_msg() to get message and do not contruct
1768                 the filename from path and number
1769
1770 2003-07-03 [paul]       0.9.0claws75
1771
1772         * sync with 0.9.2cvs12
1773                 see ChangeLog 2003-07-03
1774
1775 2003-07-02 [paul]       0.9.0claws74
1776
1777         * src/messageview.c
1778                 fix text-selection for replying
1779
1780 2003-07-02 [paul]       0.9.0claws73
1781
1782         * sync with 0.9.2cvs11
1783                 see ChangeLog 2003-07-02
1784
1785 2003-07-02 [paul]       0.9.0claws72
1786
1787         * src/procmsg.c
1788                 revert last commit because it breaks more
1789                 than it fixes
1790
1791 2003-07-02 [paul]       0.9.0claws71
1792
1793         * src/procmsg.c
1794                 fix thread by subject/sort by date
1795
1796 2003-07-01 [paul]       0.9.0claws70
1797
1798         * sync with 0.9.2cvs10
1799                 see ChangeLog 2003-07-01
1800
1801 2003-06-30 [paul]       0.9.0claws69
1802
1803         * sync with 0.9.2cvs9
1804                 see ChangeLog 2003-06-30
1805
1806 2003-06-28 [match]      0.9.0claws68
1807
1808         * src/addressbook.c
1809                 fix null ptr.
1810
1811 2003-06-27 [paul]       0.9.0claws67
1812
1813         * sync with 0.9.2cvs7
1814                 see ChangeLog 2003-06-27
1815
1816 2003-06-26 [christoph]  0.9.0claws66
1817
1818         * src/folder.c
1819                 freeze folder updates while a folder is scanned
1820
1821         (closes Bug 185 New message counter)
1822
1823 2003-06-26 [darko]      0.9.0claws65
1824
1825         * src/ldapserver.c
1826                 fix infinite loop when adding a new LDAP server
1827
1828 2003-06-26 [paul]       0.9.0claws64
1829
1830         * sync with 0.9.2cvs6
1831                 see ChangeLog 2003-06-26
1832
1833 2003-06-26 [paul]       0.9.0claws63
1834
1835         * sync with 0.9.2cvs5
1836                 see ChangeLog 2003-06-25 and 2003-06-26
1837
1838 2003-06-25 [match]      0.9.0claws62
1839
1840         * src/addr_compl.c
1841                 Fixed tab/backtab for dropped-down completion list to
1842                 move next/previous field. (close bug 147)
1843
1844 2003-06-25 [christoph]  0.9.0claws61
1845
1846         * src/addr_compl.[ch]
1847         * src/addrindex.[ch]
1848         * src/folderview.c
1849         * src/inc.c
1850         * src/news.c
1851         * src/summaryview.c
1852         * src/toolbar.c
1853                 fix warnings
1854
1855 2003-06-25 [leandro]    0.9.0claws60
1856
1857         * src/compose.c
1858                 o cleanups
1859                 o gray out "Message/Remove references" menu item if not
1860                   replying to a message
1861
1862 2003-06-24 [leandro]    0.9.0claws59
1863
1864         * src/compose.[ch]
1865                 o removed "Message/Create new thread" menu item
1866                 o added "Message/Remove references" menu item
1867                   (it's off by default and will not check anymore
1868                    if the subject changed)
1869
1870 2003-06-23 [alfons]     0.9.0claws58
1871
1872         * src/procmsg.c
1873                 try better grouping messages threaded by subject based on their age.
1874                 still not perfect - because the message tree is not sorted by date.  
1875
1876 2003-06-23 [thorsten]   0.9.0claws57
1877
1878         * src/pop.[ch]
1879                 added mail_receive_hook to allow modifications
1880                 directly after retrieval (e.g. adding headers).
1881
1882 2003-06-23 [paul]       0.9.0claws56
1883
1884         * src/sourcewindow.c
1885                  enable the use of Ctrl+A to select all text in
1886                  the sourcewindow
1887                  Patch submitted by Ivan Francolin Martinez
1888                  <ivanfm@users.sourceforge.net>
1889
1890 2003-06-22 [christoph]  0.9.0claws55
1891
1892         * src/folder.[ch]
1893                 o add notification hook for folder tree changes
1894                 o invoke hooks after folder tree scanning
1895
1896         * src/folderview.[ch]
1897                 register hook for folder tree changes that
1898                 updates the ctree
1899
1900         (there are more places that should be updated, like add, remove 
1901          or move folder)
1902
1903         (closes Bug 164 Crash on rebuild folder tree)
1904         (closes Bug 190 Crash on 'rebuilding folder tree')
1905
1906 2003-06-21 [leandro]    0.9.0claws54
1907
1908         * src/compose.[ch]
1909                 create a new thread if subject changes
1910                 (it's on by default, can be disabled in Message menu)
1911
1912 2003-06-21 [alfons]     0.9.0claws53
1913
1914         * src/summaryview.c
1915                 quiet little compiler
1916
1917 2003-06-21 [christoph]  0.9.0claws52
1918
1919         update gettext stuff to version 0.12
1920
1921 2003-06-19 [alfons]     0.9.0claws51
1922
1923         * src/common/log.c
1924         * src/common/plugin.c
1925                 move defs.h before glib.h to prevent MIN/MAX redefs
1926
1927 2003-06-19 [alfons]
1928
1929         * src/addressbook.c
1930                 translatable
1931
1932 2003-06-19 [match]      0.9.0claws50
1933
1934         * src/addressbook.[ch]
1935         * src/addrindex.[ch]
1936         * src/addr_compl.[ch]
1937         * src/editldap.[ch]
1938         * src/editldap_basedn.[ch]
1939         * src/addritem.[ch]
1940         * src/ldapquery.h
1941                 re-implemented dynamic LDAP search. works without
1942                 slowdown on display sender with addressbook
1943                 option.
1944         * src/addrbook.c
1945                 documented code.
1946
1947 2003-06-19 [paul]       0.9.0claws49
1948
1949         * src/compose.c
1950                 fix Bug #136 'Nonprovided quotation marks crash claws'
1951                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1952
1953 2003-06-19 [alfons]     0.9.0claws48
1954
1955         * src/prefs_common.[ch]
1956         * src/procmsg.c
1957                 restrict threading by subject by checking thread for
1958                 age (prefs_common.thread_by_subject_max_age)
1959
1960 2003-06-18 [christoph]  0.9.0claws47
1961
1962         * src/imap.c
1963                 fix memory leak in imap_cmd_fetch()
1964
1965 2003-06-18 [christoph]  0.9.0claws46
1966
1967         * src/prefs_gtk.c
1968                 fix memory leak in prefs_set_default() when used multiple
1969                 times or after prefs have been read
1970
1971 2003-06-18 [christoph]  0.9.0claws45
1972
1973         * src/common/plugin.c
1974                 fix memory leak in plugin_unload()
1975
1976 2003-06-18 [christoph]  0.9.0claws44
1977
1978         * src/imap.c
1979                 fix memory leak in imap_cmd_ok()
1980
1981 2003-06-18 [christoph]  0.9.0claws43
1982
1983         * src/folder.c
1984                 stop messages that are downloaded from POP3 and added to
1985                 an IMAP inbox from being filtered twice (first by POP3
1986                 and again when IMAP folder is scaned to get the UID of
1987                 the APPEND operation when no UIDPLUS is available)
1988
1989 2003-06-18 [alfons]
1990
1991         * tools/Makefile.am
1992                 phoenix <- firebird     
1993
1994 2003-06-18 [paul]
1995
1996         * tools/launch_phoenix          ** REMOVED **
1997           tools/launch_firebird         ** NEW **
1998                 renamed and edited to reflect the browser's name change from
1999                 'phoenix' to 'firebird'
2000
2001 2003-06-18 [paul]       0.9.0claws42
2002
2003         * sync with 0.9.2cvs2
2004                 see ChangeLog 2003-06-16
2005
2006 2003-06-17 [alfons]     0.9.0claws41
2007
2008         * src/procmsg.c
2009                 prevent threading problems when a node is an ancestor (parent / great parent),
2010                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2011                 for finding an sample set of messages)
2012
2013 2003-06-16 [christoph]  0.9.0claws40
2014
2015         * src/main.c
2016                 don't popup main window on --receive or --receive-all
2017
2018         * src/mainwindow.[ch]
2019         * src/plugins/trayicon/trayicon.c
2020                 allow hiding of main window by clicking on the trayicon
2021                 (doesn't work correctly in seperate window mode and may
2022                  cause unexpected GTK problems I couldn't find yet)
2023
2024         * src/common/ssl.c
2025                 remove incorrect warning
2026
2027 2003-06-15 [alfons]     0.9.0claws39
2028
2029         * src/gtk/gtkstext.c
2030                 don't output debug text;
2031                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2032                 for pointing this out);
2033
2034 2003-06-14 [alfons]     0.9.0claws38
2035         
2036         * src/messageview.c
2037                 remove printf() and make one if..else comply with coding style
2038
2039 2003-06-14 [alfons]     0.9.0claws37
2040
2041         * AUTHORS
2042                 add Martin Wicke
2043         * src/action.c
2044         * src/messageview.[ch]
2045         * src/summaryview.c
2046                 apply patch #754162 "Quoting messages filtered by actions" submitted
2047                 by Martin Wicke, which allows quoting message body changed by an
2048                 action (Thanks!).
2049
2050 2003-06-13 [alfons]     0.9.0claws36
2051
2052         * src/utils.c
2053                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2054                 use case insensitive regexp (suggested by Ivan Martinez)
2055
2056 2003-06-13 [christoph]  0.9.0claws35
2057
2058         * configure.ac
2059         * src/plugins/trayicon/Makefile.am
2060         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2061         * src/plugins/trayicon/trayicon.c
2062         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2063         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2064         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2065         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2066         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2067         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2068                 replace my own EggTrayIcon backport with the backport
2069                 used by (l|x)mule and gabber.
2070
2071 2003-06-13 [alfons]     0.9.0claws34
2072
2073         * AUTHORS
2074         * src/common/utils.c
2075                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2076
2077 2003-06-13 [alfons]     0.9.0claws33
2078
2079         * src/compose.c
2080                 clean up a little bit
2081
2082 2003-06-12 [alfons]     0.9.0claws32
2083
2084         * src/compose.c
2085                 const correctness fix
2086
2087         * src/common/sylpheed.[ch]
2088                 () -> (void)
2089                 prevent redef MIN/MAX
2090                 
2091         * src/common/utils.[ch]
2092                 () -> (void)
2093
2094 2003-06-12 [melvin]     0.9.0claws31
2095
2096         * src/compose.c
2097                 Updated to take into accounts changes in GtkAspell.
2098
2099 2003-06-12 [alfons]     0.9.0claws30
2100
2101         * src/compose.c
2102         * src/procmsg.c
2103         * src/common/utils.[ch]
2104                 handle reply subject prefixes better (initial 
2105                 suggestion by Robert Story adapted and enhanced 
2106                 using regexps)
2107
2108 2003-06-12 [melvin]     0.9.0claws29
2109
2110         * src/compose.c
2111                 Use new gtkaspell_checkers_strerror() to get the speller's
2112                 error message instead of accessing the (now private)
2113                 checkers structure.
2114                 Minor code clean up
2115
2116         * src/main.c
2117                 Use #ifdef instead of #if for USE_ASPELL
2118                 Use the new spell checkers init/quit functions 
2119
2120         * src/gtk/gtkaspell.c
2121                 Use #ifdef instead of #if for USE_ASPELL
2122                 Moved in the majority of GtkAspell structures that were
2123                 exported before by gtkaspell.h
2124         
2125         * src/gtk/gktaspell.h
2126                 Made gtkaspell.h contain only the necessary data to be
2127                 publicized by moving many structures to gtkaspell.c.
2128                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2129                 gtkaspell_checkers_new(): replaced by...
2130                 gtkaspell_checkers_init(): new function for initialization
2131                 gtkaspell_checkers_delete(): replaced by...
2132                 gtkaspell_checkers_quit(): new function
2133                 gtkaspell_checkers_strerror(): new function that returns
2134                 the checker's last error message.
2135                 
2136 2003-06-11 [melvin]     0.9.0claws28
2137
2138         * po/POTFILES.in
2139                 Updated to take into account gtkaspell.c migration to
2140                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2141
2142 2003-06-10 [alfons]     0.9.0claws27
2143
2144         * src/filtering.[ch]
2145         * src/folder.c
2146         * src/matcher.c
2147         * src/scoring.[ch]
2148                 - try fixing bug #18 (any brave testers?)
2149                 - add more robustness by refusing previously 
2150                   unchecked NULL pointers 
2151
2152 2003-06-10 [alfons]     0.9.0claws26
2153
2154         * src/procmsg.c
2155                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2156
2157 2003-06-09 [alfons]     0.9.0claws25
2158
2159         * src/prefs_common.c
2160                 fix bug #163 "Icon switching doesnt work properly" by 
2161                 preventing early freeing of prefs_common.pixmap_theme_path.
2162
2163 2003-06-09 [christoph]  0.9.0claws24
2164
2165         * src/gtk/gtkaspell.c
2166                 revert Thorsten's fix and add forgotten g_strdup for
2167                 aspell path (it should not be possible to alter the path a
2168                 GtkASpell uses from outside)
2169
2170 2003-06-09 [thorsten]   0.9.0claws23
2171
2172         * src/gtk/gtkaspell.c
2173                 dont free prefs_common.aspell_path when closing compose
2174
2175 2003-06-08 [colin]      0.9.0claws22
2176
2177         * src/plugins/spamassassin/spamassassin.c
2178                 fix prefs types
2179
2180 2003-06-07 [christoph]  0.9.0claws21
2181
2182         * src/Makefile.am
2183         * src/compose.c
2184         * src/gtkaspell.[ch]            ** REMOVE **
2185         * src/gtk/Makefile.am
2186         * src/gtk/gtkaspell.[ch]        ** NEW **
2187                 o make gtkaspell independent from sylpheed's prefs
2188                 o move gtkaspell.[ch] to gtk directory
2189
2190 2003-06-07 [christoph]  0.9.0claws20
2191
2192         * src/Makefile.am
2193         * src/crash.c
2194         * src/export.c
2195         * src/filesel.[ch]              ** REMOVE **
2196         * src/folder.c
2197         * src/main.[ch]
2198         * src/common/sylpheed.[ch]
2199         * src/gtk/Makefile.am
2200         * src/gtk/filesel.[ch]          ** NEW **
2201         * src/gtk/pluginwindow.c
2202         * src/gtk/sslcertwindow.c
2203                 move filesel.[ch] to gtk directory
2204
2205 2003-06-07 [alfons]     0.9.0claws19
2206
2207         * src/filesel.c
2208                 make (multi) file selection dialog work again (Claws-only)
2209
2210 2003-06-07 [thorsten]   0.9.0claws18
2211
2212         * po/de.po
2213                 fix typos
2214
2215 2003-06-07 [alfons]     0.9.0claws17
2216
2217         * configure.ac
2218         * src/mimeview.c
2219                 detect apache mishap in which case don't include fnmatch.h
2220                 if regex.h is already included
2221
2222 2003-06-06 [christoph]  0.9.0claws16
2223
2224         * configure.ac
2225         * src/mimeview.h
2226                 add check for fnmatch.h and include it when available
2227
2228         * src/mimeview.[ch]
2229                 fix wrong case sensitivity of Content-Types
2230
2231         * src/gtk/Makefile.am
2232                 need the same include paths in gtk directory as in
2233                 common directory because .h files in common can
2234                 include files from these directories, when included
2235                 in gtk's .h or .c files
2236
2237 2003-06-06 [alfons]     0.9.0claws15
2238
2239         * src/mimeview.c
2240         * src/summaryview.c
2241                 make it compile again because of regex.h / fnmatch.h 
2242                 include problems (related to recent mime stuff, can
2243                 someone check this?)
2244
2245 2003-06-06 [thorsten]   0.9.0claws14
2246
2247         * src/folderview.c
2248                 possible use of uninitialized pointer while dragging
2249
2250 2003-06-06 [paul]       0.9.0claws13
2251
2252         * src/compose.c
2253                 fix bug where the insert sig button would be effective
2254                 only when auto_sig was set
2255
2256 2003-06-06 [paul]       0.9.0claws12
2257
2258         * sync with 0.9.2 release
2259
2260 2003-06-02 [paul]       0.9.0claws11
2261
2262         * sync with 0.9.1cvs1
2263                 see ChangeLog 2003-06-02
2264                 
2265         * po/de.po
2266                 update by Jens
2267
2268 2003-06-01 [christoph]  0.9.0claws10
2269
2270         * src/account.c
2271                 don't use substring search to find accounts by email address
2272
2273         (closes Bug 169 Overly loose matching of "From" address)
2274
2275 2003-05-31 [christoph]  0.9.0claws9
2276
2277         * doc-src/rfc2683.txt
2278         * src/imap.c
2279                 limit IMAP command length as recommended in RFC2683
2280                 (message number lists will be split into multiple imap
2281                 sets, the limit of 1000 octets is not a hard limit)
2282
2283         (closes Bug 161 sylpheed-claws exits with segfault when logging
2284          in to certain imap-servers)
2285
2286 2003-05-29 [alfons]     0.9.0claws8
2287
2288         * src/toolbar.[ch]
2289                 add print button (calling summary_print());
2290                 fine tune setting tooltip text;
2291                 (if someone needs other buttons, please take these 
2292                 commits as a guide, instead of bothering us - also
2293                 see 0.8.11claws150) 
2294
2295 2003-05-29 [darko]      0.9.0claws7
2296
2297         * src/compose.c
2298                 fix crash when word wrapping kicks in due to
2299                 changed text by spell checker
2300
2301 2003-05-29 [paul]       0.9.0claws6
2302
2303         * src/compose.c
2304                 fix bug where changing account would insert
2305                 sig even if auto_sig was FALSE
2306                 
2307         * ChangeLog
2308           ChangeLog.jp
2309           INSTALL
2310                 sync with 0.9.1 release
2311
2312 2003-05-28 [christoph]  0.9.0claws5
2313
2314         * src/imap.c
2315                 fix truncation of too long commands
2316
2317         (closes Bug 167 IMAP hangs trying to get envelope
2318          information in imap_get_uncached_messages)
2319
2320 2003-05-27 [paul]       0.9.0claws4
2321
2322         * tools/Makefile.am
2323           tools/maildir2sylpheed.pl     ** NEW FILE **
2324                 add kmail to sylpheed mailbox conversion script
2325
2326 2003-05-27 [paul]       0.9.0claws3
2327
2328         * sync with 0.9.0cvs10
2329                 see ChangeLog 2003-05-26
2330
2331 2003-05-26 [paul]       0.9.0claws2
2332
2333         * sync with 0.9.0cvs9
2334                 see ChangeLog 2003-05-26
2335
2336 2003-05-24 [paul]       0.9.0claws1
2337
2338         * sync with 0.9.0cvs8
2339                 see ChangeLog 2003-05-23
2340
2341 2003-05-24 [paul]       0.9.0claws
2342
2343         * version 0.9.0claws released
2344
2345 2003-05-24 [paul]       0.8.11claws177
2346
2347         * src/plugins/dillo-viewer/Makefile.am
2348           src/plugins/traycon/Makefile.am
2349                 add missing files
2350                 
2351         * po/bg.po
2352           po/en_GB.po
2353           po/es.po
2354           po/it.po
2355           po/pt_BR.po
2356           po/ru.po
2357           po/sr.po
2358                 update Bulgarian, British English, Spanish, Italian, 
2359                 Brazilian Portuguese, Russian, and Serbian translations, 
2360                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2361                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2362                 Ruslan N. Balkin, and Urke MMI
2363
2364 2003-05-23 [melvin]     0.8.11claws176
2365
2366         * po/fr.po
2367                 Updated French translations
2368
2369 2003-05-22 [paul]       0.8.11claws175
2370
2371         * src/Makefile.am
2372           src/addrbook.[ch]
2373           src/addrcache.[ch]
2374           src/addr_compl.[ch]
2375           src/adressbook.[ch]
2376           src/addrindex.[ch]
2377           src/addritem.[ch]
2378           src/editaddress.c
2379           src/editgroup.c
2380           src/editldap_basedn.c
2381           src/editldap.c
2382           src/jpilot.c
2383           src/vcard.c
2384                 revert to get ldap into it previous working state
2385                 
2386         * po/zh_TW.Big5.po
2387                 new Taiwanese translation,
2388                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2389
2390 2003-05-22 [christoph]  0.8.11claws174
2391
2392         * src/plugins/spamassassin/libspamc.[ch]
2393                 sync libspamc with SpamAssaain release 2.55
2394
2395 2003-05-22 [paul]       0.8.11claws173
2396
2397         * sync with 0.9.0cvs7
2398                 see ChangeLog 2003-05-22
2399                 
2400         * src/summaryview.c
2401                 revert change in 0.8.11claws172: follow
2402                 Hiroyuki's decision and that's the end of it.
2403
2404 2003-05-21 [paul]       0.8.11claws172
2405
2406         * src/summaryview.c
2407                 fix discrepency between open_unread_on_enter
2408                 and always_show_msg
2409
2410 2003-05-21 [paul]       0.8.11claws171
2411
2412         * sync with 0.9.0cvs6
2413                 see ChangeLog 2003-05-21
2414
2415 2003-05-21 [paul]       0.8.11claws170
2416
2417         * sync with 0.9.0cvs5
2418                 see ChangeLog 2003-05-21
2419
2420 2003-05-20 [paul]       0.8.11claws169
2421
2422         * sync with 0.9.0cvs4
2423                 see ChangeLog 2003-05-20
2424                 fixes bug #152, 'encoding of IMAP folders names'
2425
2426 2003-05-20 [paul]       0.8.11claws168
2427
2428         * sync with 0.9.0cvs3
2429                 see ChangeLog 2003-05-20
2430                 
2431         * src/tools/convert_mbox.pl
2432                 minor change in the comments, submitted by Fred Marton
2433
2434 2003-05-19 [paul]       0.8.11claws167
2435
2436         * src/plugins/clamav/Makefile.am
2437           configure.ac
2438                 link clamav_lib to the plugin and not to the main program
2439
2440 2003-05-19 [christoph]
2441
2442         * src/Makefile.am
2443                 add -export-dynamic for linking
2444
2445 2003-05-19 [paul]       0.8.11claws166
2446
2447         * sync with 0.9.0cvs1
2448                 see ChangeLog 2003-05-19
2449
2450 2003-05-19 [paul]       0.8.11claws165
2451
2452         * src/inc.c
2453                 fix 'pop before smtp' timeout
2454
2455 2003-05-18 [alfons]     0.8.11claws164
2456
2457         * src/prefs_matcher.c
2458                 put "execute" action command line ("expression") in edit box
2459
2460 2003-05-18 [christoph]  0.8.11claws163
2461
2462         * src/mimeview.[ch]
2463         * src/plugins/dillo_viewer/dillo_viewer.c
2464         * src/plugins/image_viewer/viewer.c
2465         * src/plugins/mathml_viewer/mathml_viewer.c
2466                 let a viewer have a list of Content-Types
2467
2468 2003-05-18 [paul]       0.8.11claws162
2469
2470         * src/prefs_filtering.c
2471                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2472                 and REDIRECT actions
2473
2474 2003-05-17 [christoph]
2475
2476         * README.claws
2477                 o remove dynamic signatures that was syned with main
2478                 o add infos about no longer "build in" image viewer
2479                 o update bugtracker URL
2480
2481 2003-05-17 [christoph]  0.8.11claws161
2482
2483         * src/folder.c
2484         * src/folderview.c
2485         * src/imap.c
2486                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2487                 for every folder after rebuilding the folder tree.
2488
2489         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2490          messages)
2491
2492 2003-05-17 [christoph]  0.8.11claws160
2493
2494         * src/imap.c
2495                 don't use STATUS command on current folder to check for
2496                 content changes. imap_cmd_ok() now tracks changes to
2497                 folder and number of existing messages.
2498
2499 2003-05-17 [paul]       0.8.11claws159
2500
2501         * src/plugins/clamav/clamav_plugin.c
2502                 remove unnecessary debug_print
2503
2504 2003-05-16 [thorsten]   0.8.11claws158
2505
2506         * src/plugins/demo.c
2507                 included missing intl.h
2508
2509 2003-05-16 [paul]       0.8.11claws157
2510
2511         * po/POTFILES.in
2512                 remove non-existant entries
2513         
2514         * src/plugins/clamav/clamav_plugin.c
2515           src/plugins/clamav/clamav_plugin_gtk.c
2516           src/plugins/dillo_viewer/dillo_prefs.c
2517           src/plugins/dillo_viewer/dillo_viewer.c
2518                 gettextise
2519
2520 2003-05-16 [christoph]  0.8.11claws156
2521
2522         * po/POTFILES.in
2523                 include plugin .c files for translation until I
2524                 find a better solution to have plugins have their
2525                 own textdomain
2526         * src/plugins/demo/demo.c
2527         * src/plugins/image_viewer/plugin.c
2528         * src/plugins/mathml_viewer/mathml_viewer.c
2529         * src/plugins/spamassassin/spamassassin.c
2530         * src/plugins/spamassassin/spamassassin_gtk.c
2531         * src/plugins/trayicon/trayicon.c
2532                 add gettext macros for plugin name and description
2533
2534 2003-05-16 [paul]
2535
2536         * sync with 0.9.0
2537
2538 2003-05-16 [paul]       0.8.11claws155
2539
2540         * sync with lastest 0.9.0pre1
2541                 see ChangeLog 2003-05-16
2542
2543 2003-05-15 [paul]       0.8.11claws154
2544
2545         * sync with latest 0.9.0pre1
2546                 see ChangeLog 2003-05-14 and 2003-05-15
2547
2548 2003-05-14 [christoph]  0.8.11claws153
2549
2550         * src/plugins/image_viewer/viewer.c
2551         * src/plugins/image_viewer/viewer.glade         ** NEW **
2552         * src/plugins/image_viewer/viewerprefs.c
2553                 make it possible to disable the autoload function in the
2554                 imageviewer again
2555
2556 2003-05-14 [christoph]  0.8.11claws152
2557
2558         * src/folder.c
2559                 fix folder update after adding a message
2560
2561 2003-05-13 [alfons]     0.8.11claws151
2562
2563         * src/common/session.c
2564                 remove debug traces
2565                 
2566         * src/addrcache.[ch]
2567         * src/filtering.[ch]
2568         * src/folder.[c]
2569         * src/gtkaspell.[ch]
2570         * src/imap.[ch]
2571         * src/mbox_folder.[ch]
2572         * src/mh.[ch]
2573         * src/mimeview.h
2574         * src/msgcache.[ch]
2575         * src/news.[ch]
2576         * src/passphrase.[ch]
2577         * src/prefs_common.[ch]
2578         * src/prefs_gtk.[ch]
2579         * src/procmsg.c
2580         * src/scoring.[ch]
2581                 be pedantic; (in prototypes () implies (int))
2582
2583 2003-05-13 [alfons]     0.8.11claws150
2584
2585         * src/prefs_toolbar.[ch]
2586         * src/summaryview.[ch]
2587         * src/toolbar.[ch]
2588                 change misleading text in toolbar prefs;
2589                 add toolbar action for ignore thread (toggles ignore thread flag);
2590                 clean up a little bit;
2591
2592 2003-05-12 [paul]
2593
2594         * tools/convert_mbox.pl
2595                 bug fixed by Fred Marton
2596
2597 2003-05-12 [paul]
2598
2599         * sync with 0.9.0pre1
2600
2601 2003-05-09 [paul]       0.8.11claws149
2602
2603         * sync with 0.8.11cvs43
2604                 see ChangeLog 2003-05-09
2605
2606 2003-05-08 [christoph]  0.8.11claws148
2607
2608         * src/imap.[ch]
2609                 o use CAPABILIY as first command and check for PREAUTH
2610                   information in the response to it
2611                 o rewrite all imap_cmd_* functions to use an IMAPSession
2612                   instead of a SockInfo as parameter
2613                 o do STARTTLS after fetching and checking the server
2614                   capabilities
2615
2616 2003-05-08 [paul]       0.8.11claws147
2617
2618         * tools/Makefile.am
2619           tools/README
2620           tools/convert_mbox.pl         ** NEW FILE **
2621                 add mbox conversion script. Submitted by 
2622                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2623
2624 2003-05-07 [christoph]
2625
2626         * doc-src/glade.txt
2627         * src/gtk/pluginwindow.glade
2628         * src/plugins/image_viewer/viewerprefs.glade
2629         * src/plugins/spamassassin/spamassassin_gtk.glade
2630                 add glade files for user interfaces and a description how
2631                 to use glade to create the sylpheed code
2632
2633 2003-05-07 [paul]       0.8.11claws146
2634
2635         * sync with 0.8.11cvs41
2636                 see ChangeLog 2003-05-07
2637
2638 2003-05-06 [christoph]  0.8.11claws145
2639
2640         * src/main.c
2641         * src/plugins/image_viewer/viewer.c
2642                 fix usage of imlib in imageviewer plugin
2643
2644         * src/gtk/prefswindow.c
2645                 handle window close event correctly
2646
2647 2003-05-06 [paul]       0.8.11claws144
2648
2649         * src/common/ssl.c
2650                 fix typo introduced in sync
2651
2652 2003-05-06 [paul]       0.8.11claws143
2653
2654         * sync with 0.8.11cvs39
2655                 see ChangeLog 2003-05-06
2656
2657 2003-05-06 [paul]       0.8.11claws142
2658
2659         * AUTHORS
2660           po/cs.po
2661                 updated Czech translation, submitted by 
2662                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2663                 
2664         * src/plugins/clamav/clamav_plugin_gtk.c
2665                 clean up
2666
2667 2003-05-03 [alfons]     0.8.11claws141
2668
2669         * src/compose.[ch]
2670                 make paste as quotation work even when the call to 
2671                 text_inserted() was deferred (fixes bug #140 "Paste 
2672                 as quotation does not work when using "external" 
2673                 clipboard")
2674
2675 2003-05-03 [thorsten]   0.8.11claws140
2676
2677         * src/addrquery.h
2678           src/ldapquery.h
2679           src/mainwindow.c
2680                 removed C++ comments
2681         * src/addr_compl.c
2682                 function with non-int retval/param used before
2683                 implementation/declaration
2684
2685 2003-05-02 [paul]       0.8.11claws139
2686
2687         * src/addr_compl.[ch]
2688           src/addressbook.[ch]
2689           src/addrindex.c
2690           src/summaryview.c
2691                 revert match's changes to (finally) remove the bug where
2692                 opening a folder causes massive slowdown when using the 
2693                 'Display sender using address book' option
2694
2695 2003-05-01 [melvin]     0.8.11claws138
2696
2697         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2698         * src/plugins/dillo_viewer/dillo_viewer.c
2699                 Fixed bug where "Cancel" button from prefs issued
2700                 warnings.
2701                 Comply a little more to coding style
2702
2703 2003-05-01 [paul]       0.8.11claws137
2704
2705         * sync with 0.8.11cvs38
2706                 see ChangeLog 2003-05-01
2707
2708 2003-05-01 [paul]       0.8.11claws136
2709
2710         * po/bg.po
2711                 updated by George Danchev
2712
2713 2003-04-30 [christoph]  0.8.11claws135
2714
2715         * src/plugins/dillo_viewer/dillo_prefs.c
2716         * src/plugins/image_viewer/viewerprefs.c
2717         * src/plugins/spamassassin/spamassassin_gtk.c
2718                 remove gtk_widget_ref() calls for widgets in
2719                 glade code
2720
2721 2003-04-30 [paul]       0.8.11claws134
2722
2723         * src/addrindex.c
2724                 ok, this time a better fix for the bug where opening folder
2725                 has massive slowdown when using the 'Display sender using 
2726                 address book' option
2727
2728 2003-04-30 [paul]       0.8.11claws133
2729
2730         * src/addrindex.c
2731                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2732         
2733 2003-04-30 [melvin]     0.8.11claws132
2734
2735         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2736
2737         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2738                 Preferences for the dillo plugin
2739         * src/plugins/dillo_viewer/dillo_viewer.c
2740                 Support for preferences
2741         * src/plugins/dillo_viewer/Makefile.am
2742                 Added dillo_prefs.[ch]
2743
2744 2003-04-30 [alfons]     0.8.11claws131
2745
2746         * src/common/plugin.[ch]
2747                 see? this ANSI C'fication immediately gives us type
2748                 checking for free.
2749
2750 2003-04-30 [alfons]     0.8.11claws130
2751
2752         * src/common/plugin.[ch]
2753         * src/plugins/clamav/clamav_plugin.[ch]
2754         * src/plugins/clamav/clamav_plugin_gtk.c
2755         * src/plugins/demo/demo.c
2756         * src/plugins/dillo_viewer/dillo_viewer.c
2757         * src/plugins/image_viewer/plugin.c
2758         * src/plugins/image_viewer/viewer.[ch]
2759         * src/plugins/image_viewer/viewerprefs.[ch]
2760         * src/plugins/mathml_viewer/mathml_viewer.c
2761         * src/plugins/spamassassin/spamassassin.[ch]
2762         * src/plugins/spamassassin/spamassassin_gtk.c
2763         * src/plugins/trayicon/trayicon.c
2764                 clean up
2765
2766 2003-04-30 [alfons]     0.8.11claws129
2767
2768         * src/common/utils.c
2769                 make is_ascii_str() fail gracefully when NULL pointer
2770                 is passed
2771
2772 2003-04-30 [paul]       0.8.11claws128
2773
2774         * src/addrindex.c
2775                 fix bug where opening folder has massive slowdown when
2776                 using the 'Display sender using address book' option
2777
2778 2003-04-30 [paul]       0.8.11claws127
2779
2780         * src/plugins/clamav/clamav_plugin.c
2781           src/plugins/clamav/clamav_plugin_gtk.c
2782           src/plugins/demo/demo.c
2783           src/plugins/dillo_viewer/dillo_viewer.c
2784           src/plugins/image_viewer/plugin.c
2785           src/plugins/mathml_viewer/mathml_viewer.c
2786           src/plugins/spamassassin/spamassassin.c
2787           src/plugins/spamassassin/spamassassin_gtk.c
2788           src/plugins/trayicon/trayicon.c
2789                 get rid of eye-hurting function signatures
2790
2791 2003-04-30 [paul]       0.8.11claws126
2792
2793         * src/plugins/trayicon/trayicon.c
2794                 add description
2795                 
2796         * src/mimeview.c
2797                 be more descriptive
2798
2799 2003-04-30 [paul]       0.8.11claws125
2800
2801         * configure.ac
2802                 arrange the plugins in reverse alphabetical order
2803                 
2804         * src/plugins/clamav/clamav_plugin.[ch]
2805           src/plugins/clamav/clamav_plugin_gtk.c
2806                 rename some params
2807                 resize max_size window
2808                 re-arrange the order of some gui elements
2809                 improve descriptions
2810         
2811         * src/plugins/image_viewer/plugin.c
2812           src/plugins/mathml_viewer/mathml_viewer.c
2813                 add descriptions
2814                 
2815         * src/plugins/spamassassin/spamassassin_gtk.c
2816                 resize max_size window
2817                 re-arrange the order of some gui elements
2818                 
2819         * src/messageview.c
2820           src/mimeview.c
2821                 correct typos
2822
2823 2003-04-30 [alfons]     0.8.11claws124
2824
2825         * src/imap.c
2826                 fix a leak found while browsing Martin Kluge's 
2827                 valgrind log (Claws only)
2828
2829 2003-04-29 [darko]      0.8.11claws123
2830
2831         * src/gtk/gtkstext.h
2832                 include wchar.h if it is available, fixes compilation
2833                 on HP-UX systems
2834
2835 2003-04-29 [melvin]     0.8.11claws122
2836
2837         * src/prefs_actions.c
2838                 Improved help text of Actions' syntax
2839
2840 2003-04-28 [paul]       0.8.11claws121
2841
2842         * src/action.c
2843                 a better fix for the crash when performing an action
2844                 on a mime part
2845
2846 2003-04-28 [paul]       0.8.11claws120
2847
2848         * src/action.c
2849                 fix crash when performing an action on a
2850                 mime part
2851
2852 2003-04-28 [paul]       0.8.11claws119
2853
2854         * sync with 0.8.11cvs36
2855                 see ChangeLog 2003-04-28
2856
2857 2003-04-27 [paul]       0.8.11claws118
2858
2859         * more sync with 0.8.11cvs35
2860                 see ChangeLog 2003-04-25
2861
2862 2003-04-26 [christoph]  0.8.11claws117
2863
2864         * src/folder.c
2865                 fix remove virtual check
2866
2867 2003-04-26 [paul]       0.8.11claws116
2868
2869         * src/messageview.c
2870                 fix return-receipt, make it work again
2871
2872 2003-04-26 [paul]       0.8.11claws115
2873
2874         * src/mimeview.c
2875                 restore double-clicking of the [application/pgp-signature 
2876                 (Select "Check signature" to check)] line in the message view,
2877                 broken in recent sync
2878
2879 2003-04-26 [christoph]  0.8.11claws114
2880
2881         * src/folder.c
2882                 check if remove virtual really exists before
2883                 calling the function
2884
2885 2003-04-25 [match]      0.8.11claws113
2886
2887         * src/addrindex.c
2888         * src/addrbook.c
2889         * src/ldapquery.[ch]
2890         * src/ldapctrl.[ch]
2891                 fix memleak.
2892         * src/ldapserver.[ch]
2893                 fix memleak. fix segfault.
2894                 plug a Claws memleak
2895
2896 2003-04-25 [alfons]     0.8.11claws112
2897
2898         * src/folder.c
2899                 plug a Claws memleak
2900
2901 2003-04-25 [alfons]     0.8.11claws111
2902
2903         * src/common/session.c
2904                 plug a memleak
2905
2906 2003-04-25 [paul]       0.8.11claws110
2907
2908         * sync with 0.8.11cvs35
2909                 see ChangeLog 2003-04-24 and 2003-04-25
2910                 
2911         * src/gtk/pluginwindow.c
2912                 correct another strange float value
2913
2914 2003-04-24 [christoph]  0.8.11claws109
2915
2916         * src/folder.c
2917                 freeze folder item updates when unsetting new flags
2918
2919         * src/gtk/pluginwindow.c
2920                 correct strange float value
2921
2922 2003-04-23 [paul]       0.8.11claws108
2923
2924         * sync with 0.8.11cvs33
2925                 see ChangeLog 2003-04-23
2926
2927 2003-04-22 [paul]       0.8.11claws107
2928
2929         * src/Makefile.am
2930           src/messageview.c
2931           src/mimeview.c
2932           src/pgptext.[ch]      ** REMOVED **
2933                 remove pgptext.[ch] as its not used any more
2934
2935 2003-04-22 [paul]       0.8.11claws106
2936
2937         * sync with 0.8.11cvs31
2938                 see ChangeLog 2003-04-21 and 2003-04-22
2939
2940 2003-04-21 [alfons]     0.8.11claws105
2941
2942         * src/main.c
2943                 No access to GTK structures if we're a spawned child
2944                 (and clean up code a little bit...) Should fix #126.
2945
2946 2003-04-21 [melvin]     0.8.11claws104
2947
2948         * src/plugins/dillo_viewer/README
2949                 Improved slightly the text.
2950
2951 2003-04-21 [melvin]     0.8.11claws103
2952
2953         * src/plugins/dillo_viewer/README *** NEW ***
2954                 Added a README file for the Dillo plugin
2955
2956 2003-04-20 [paul]
2957
2958         * tools/README
2959           tools/outlook2sylpheed.pl
2960                 updated and improved by Ricardo Mones Lastra
2961
2962 2003-04-18 [oliver]     0.8.11claws102
2963
2964         * src/inc.c 
2965         * src/prefs_account.h
2966                 remove Pop3SessionType (used by selective download)
2967         * src/prefs_toolbar.c
2968                 enable set Default Toolbar button
2969
2970 2003-04-18 [paul]       0.8.11claws101
2971
2972         * sync with 0.8.11cvs29
2973                 see ChangeLog 2003-04-18
2974
2975 2003-04-17 [paul]       0.8.11claws100
2976
2977         * src/prefs_common.[ch]
2978           src/summaryview.c
2979                 remove 'Open next message on deletion' option,
2980                 as the same effect can now be achieved via the
2981                 'Always open messages in summary when selected'
2982                 option.
2983
2984 2003-04-17 [paul]       0.8.11claws99
2985
2986         * sync with 0.8.11cvs28
2987                 see ChangeLog 2003-04-17
2988
2989 2003-04-17 [christoph]  0.8.11claws98
2990
2991         * ac/spamassassin.m4
2992         * src/plugins/spamassassin/libspamc.[ch]
2993         * src/plugins/spamassassin/utils.[ch]
2994                 sync libspamc with SpamAssassin project
2995
2996 2003-04-17 [christoph]  0.8.11claws97
2997
2998         * src/common/socket.h
2999         * src/gtk/sslcertwindow.h
3000                 rename old USE_SSL to USE_OPENSSL
3001
3002 2003-04-17 [paul]       0.8.11claws96
3003
3004         * src/prefs_common.h
3005                 use gulong for P_COLOR so that it compiles/runs on
3006                 64-bit systems. Patch submitted by James Noyes
3007                 <jnoyes-claws@retrogeeks.com>
3008                 
3009         * po/de.po
3010                 updated by Jens
3011
3012 2003-04-17 [paul]       0.8.11claws95
3013
3014         * sync with 0.8.11cvs27
3015                 see ChangeLog 2003-04-16
3016
3017 2003-04-15 [paul]       0.8.11claws94
3018
3019         * src/prefs_common.[ch]
3020                 rearrange to stop the window getting too long:
3021                         move Receive dialog stuff to Receive tab
3022                         move Send dialog to Send tab
3023                         remove Dialogs frame
3024                 rename 'Open messages in summary with cursor keys' to
3025                 'Always open messages in summary when selected', as its
3026                 more appropriate
3027
3028 2003-04-15 [paul]       0.8.11claws93
3029
3030         * src/prefs_common.[ch]
3031           src/summaryview.c
3032                 add new option '/Interface/Open next message on deletion'
3033
3034 2003-04-15 [paul]       0.8.11claws92
3035
3036         * src/summaryview.[ch]
3037                 add /Mark/Lock and /Mark/Unlock to the pop-up
3038                 menu. Patch submitted by Ivan Francolin Martinez
3039                 <ivanfm@users.sourceforge.net>
3040
3041 2003-04-15 [paul]       0.8.11claws91
3042
3043         * sync with 0.8.11cvs24
3044                 see ChangeLog 2003-04-15
3045
3046 2003-04-14 [jens]       0.8.11claws90
3047
3048         * updated German translation and some corrections from
3049                 Roland Bless <bless@tm.uka.de>
3050
3051 2003-04-14 [paul]       0.8.11claws89
3052
3053         * sync with 0.8.11cvs22
3054                 see ChangeLog 2003-04-14
3055
3056 2003-04-13 [paul]       0.8.11claws88
3057
3058         * src/plugins/clamav/clamav_plugin.c
3059                 fix memory leaks
3060                 clean up
3061
3062 2003-04-12 [paul]       0.8.11claws87
3063
3064         * src/plugins/clamav/clamav_plugin.c
3065                 activate enable/disable archive scanning option
3066                 
3067         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3068
3069 2003-04-12 [paul]       0.8.11claws86
3070
3071         * src/plugins/Makefile.am
3072           src/plugins/clamav/Makefile.am                ** NEW FILE **
3073           src/plugins/clamav/README                     ** NEW FILE ** 
3074           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3075           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3076                 add Clam AntiVirus plugin
3077
3078 2003-04-12 [paul]       0.8.11claws85
3079
3080         * sync with 0.8.11cvs21
3081                 see ChangeLog 2003-04-11
3082
3083 2003-04-11 [paul]       0.8.11claws84
3084
3085         * po/es.po
3086                 update Spanish translation. Submitted by Ricardo
3087                 Mones Lastra.
3088
3089 2003-04-10 [christoph]  0.8.11claws83
3090
3091         * src/mbox.c
3092                 fix typo that did not move unfiltered mails to destination
3093                 folder
3094
3095         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3096          when filtering from spool)
3097
3098 2003-04-10 [christoph]  0.8.11claws82
3099
3100         * src/imap.c
3101                 use BODY.PEEK instead of BODY in in message fetch operation
3102                 to make sure the IMAP server does not set the \Seen flag for
3103                 messages. Sylpheed does that later itself, when the message
3104                 is opened in sylpheed
3105
3106         (closes Bug 111 Claws destroys unread marks)
3107
3108 2003-04-09 [oliver]     0.8.11claws81
3109         
3110         * src/folder.c
3111                 fix crash in folder_destroy
3112         * README.claws
3113                 remove selective download
3114
3115 2003-04-09 [christoph]  0.8.11claws80
3116
3117         * src/imap.c
3118                 fix crash in imap_get_msginfo() when then fetched message
3119                 is not found
3120
3121         (closes Bug 110 Crash during mail composition)
3122
3123 2003-04-08 [christoph]  0.8.11claws79
3124
3125         * src/folder.c
3126         * src/prefs_account.c
3127                 Filter new messages that are found in an INBOX folder
3128                 when 'Filter messages on receiving' is enabled in the
3129                 Folder's AccountPrefs. This allows to use Sylpheed's
3130                 filtering engine for IMAP folders where messages are
3131                 added to the INBOX by a MTA
3132
3133 2003-04-08 [paul]       0.8.11claws78
3134
3135         * src/procmsg.h
3136                 clean up after last commit
3137
3138 2003-04-08 [paul]       0.8.11claws77
3139
3140         * sync with 0.8.11cvs20
3141                 see ChangeLog 2003-04-07 and 2003-04-08
3142
3143 2003-04-07 [christoph]  0.8.11claws76
3144
3145         * src/filtering.[ch]
3146         * src/inc.[ch]
3147         * src/mbox.c
3148         * src/procmsg.[ch]
3149                 add procmsg_msginfo_filter() to execute filtering actions
3150
3151 2003-04-06 [christoph]  0.8.11claws75
3152
3153         * src/imap.c
3154                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3155
3156 2003-04-06 [christoph]  0.8.11claws74
3157
3158         * src/common/utils.[ch]
3159                 add g_int_compare() function for slist sorting
3160
3161         * src/imap.c
3162                 fetch all MsgInfos with one command in imap_get_msginfos()
3163                 using an imap set with a list of ranges
3164
3165         * src/news.c
3166                 use new g_int_compare() function
3167
3168 2003-04-06 [thorsten]   0.8.11claws73
3169
3170         * src/mh.c
3171                 corrected implementation of mh_folder_destroy()
3172
3173 2003-04-05 [christoph]  0.8.11claws72
3174
3175         * src/account.c
3176         * src/folder.[ch]
3177         * src/folderview.c
3178         * src/imap.c
3179         * src/inc.c
3180         * src/main.c
3181         * src/mainwindow.c
3182         * src/mbox_folder.c
3183         * src/mh.c
3184         * src/mimeview.h
3185         * src/msgcache.[ch]
3186         * src/news.c
3187         * src/procmime.h
3188         * src/procmsg.[ch]
3189         * src/setup.c
3190         * src/gtk/gtkutils.c
3191                 o rename structure field names class and new to klass and
3192                   new_msgs, to allow including files in C++
3193                 o add 'extern "C"' block to some header files
3194                 o add MsgInfoList and MsgNumberList as alias for GSList for
3195                   developers to know what type of list is expected
3196
3197         * src/plugins/image_viewer/plugin.c
3198         * src/plugins/image_viewer/viewer.[ch]
3199         * src/plugins/image_viewer/viewerprefs.[ch]
3200                 rename function names to prevent conflicts
3201
3202 2003-04-05 [paul]       0.8.11claws71
3203
3204         * sync with 0.8.11cvs18
3205                 see ChangeLog 2003-04-03 and 2003-04-04
3206
3207 2003-04-02 [christoph]  0.8.11claws70
3208
3209         * src/folder.[ch]
3210         * src/imap.[ch]
3211         * src/mbox_folder.[ch]
3212         * src/mh.[ch]
3213         * src/news.[ch]
3214                 o Make all virtual folder functions private
3215                 o remove unused folder code
3216
3217         * src/common/socket.[ch]
3218         * src/summaryview.c
3219                 fix warnings
3220
3221 2003-03-30 [alfons]     0.8.11claws69
3222
3223         * src/send_message.c
3224                 remove two debug traces and see if people still report
3225                 errors
3226
3227 2003-03-30 [alfons]     0.8.11claws68
3228
3229         * src/send_message.c
3230         * src/commons/session.c
3231                 add more debug traces
3232
3233 2003-03-30 [christoph]  0.8.11claws67
3234
3235         * src/folder.c
3236                 change processing folder name from .processing to processing
3237
3238         * src/common/ssl.c
3239                 disable SSL certificate check because it causes Xlib error
3240                 when the child process want's to open an GTK window
3241
3242 2003-03-30 [christoph]  0.8.11claws66
3243
3244         * src/folder.c
3245                 don't use default folder for processing folder item because
3246                 it can be a non local folder
3247
3248         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3249
3250 2003-03-30 [alfons]     0.8.11claws65
3251
3252         * src/send_message.c
3253                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3254                 to generate bad code for 'send_send_data_progressive': When
3255                 called from 'send_send_data_finished', the 'data' pointer is
3256                 cleared just before the assignment to the dialog pointer
3257
3258 2003-03-29 [christoph]  0.8.11claws64
3259
3260         * src/common/prefs.h
3261         * src/plugins/image_viewer/Makefile.am
3262         * src/plugins/image_viewer/plugin.c
3263         * src/plugins/image_viewer/viewer.[ch]
3264         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3265                 add PrefsPage for ImageViewer
3266
3267 2003-03-28 [thorsten]   0.8.11claws63
3268
3269         * src/common/session.c
3270                 added some comments
3271
3272 2003-03-28 [paul]       0.8.11claws62
3273
3274         * sync with 0.8.11cvs16
3275                 see ChangeLog 2003-03-28
3276
3277 2003-03-28 [paul]       0.8.11claws61
3278
3279         * sync with 0.8.11cvs15
3280                 see ChangeLog 2003-03-28
3281
3282 2003-03-27 [christoph]  0.8.11claws60
3283
3284         * src/folder.c
3285         * src/imap.c
3286         * src/common/socket.[ch]
3287                 set socket state to DISCONNECTED when any operation
3288                 fails to allow reconnecting in IMAP code without
3289                 checking the return code of all calls to the command
3290                 functions
3291
3292         * src/folderview.c
3293         * src/summaryview.c
3294                 remove some more stuff that depends on specific
3295                 folder types
3296
3297 2003-03-27 [paul]       0.8.11claws59
3298
3299         * sync with 0.8.11cvs14
3300                 see ChangeLog 2003-03-27
3301                 
3302         * src/selective_download.[ch]   ** REMOVED **
3303                 really removed
3304
3305 2003-03-27 [christoph]  0.8.11claws58
3306
3307         * src/folder.c
3308                 fix handling of tmp_flags in flag copy function
3309
3310 2003-03-27 [paul]       0.8.11claws57
3311
3312         * sync with 0.8.11cvs13
3313                 see ChangeLog 2003-03-27
3314
3315 2003-03-27 [oliver]     0.8.11claws56
3316
3317         * src/maiwindow.c
3318                 remove sel_download_cb
3319
3320 2003-03-27 [oliver]     0.8.11claws55
3321         
3322         * src/inc.c
3323                 remove POP3_TOP
3324         
3325 2003-03-26 [oliver]     0.8.11claws54
3326
3327         *src/pop.h
3328                 remove POP3_TOP*
3329         * README.claws
3330                 remove selective donwload readme
3331
3332 2003-03-26 [oliver]     0.8.11claws53
3333         * src/matcher.[ch]
3334         * src/matcher_parser_parse.y 
3335         * src/pop.c 
3336         * src/prefs_account.[ch]
3337         * src/prefs_filtering.c
3338                 remove selective donwload
3339
3340 2003-03-26 [oliver]     0.8.11claws52
3341
3342         * src/inc.[ch] 
3343         * src/filtering.c 
3344         * src/mainwindow.c 
3345                 remove selective donwload
3346
3347 2003-03-26 [oliver]     0.8.11claws51
3348         
3349         * src/Makefile.am
3350         * src/selective_download.[ch]   ** REMOVE **    
3351
3352 2003-03-26 [christoph]  0.8.11claws50
3353
3354         * src/news.c
3355                 fix NEWS that got broken by a sync with sylpheed-main
3356
3357 2003-03-26 [christoph]  0.8.11claws49
3358
3359         * src/mimeview.c
3360                 fix mime type guessing when no mime type is found for a file
3361
3362 2003-03-25 [christoph]  0.8.11claws48
3363
3364         * src/mimeview.c
3365         * src/procmime.c
3366                 remove mime type guessing from mime parser and use
3367                 name based mime types in viewer lookup for mime type
3368                 application/octet-stream
3369
3370 2003-03-25 [christoph]  0.8.11claws47
3371
3372         * doc-src/readme.txt
3373         * doc-src/rfc2554.txt
3374                 add RFC about SMTP AUTH
3375
3376         * src/send_message.c
3377         * src/common/smtp.[ch]
3378                 add extra error code for authentication errors and
3379                 clear temporary password when this error occurs
3380
3381         (closes Bug 84 authentication failure while sending should
3382          prompt for password again)
3383
3384 2003-03-25 [christoph]  0.8.11claws46
3385
3386         * configure.ac
3387         * src/Makefile.am
3388         * src/imageview.[ch]                            ** REMOVE **
3389         * src/messageview.[ch]
3390         * src/mimeview.[ch]
3391         * src/prefs_common.[ch]
3392         * src/textview.c
3393         * src/plugins/Makefile.am
3394         * src/plugins/image_viewer/.cvsignore           ** NEW **
3395         * src/plugins/image_viewer/Makefile.am          ** NEW **
3396         * src/plugins/image_viewer/plugin.c             ** NEW **
3397         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3398                 move image viewer into a plugin (building is enabled by default)
3399                 [ToDo: Prefs for resize and autoview]
3400
3401 2003-03-25 [paul]       0.8.11claws45
3402
3403         * sync with 0.8.11cvs12
3404                 see ChangeLog 2003-03-26
3405
3406 2003-03-25 [paul]       0.8.11claws44
3407
3408         * sync with 0.8.11cvs11
3409                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3410                 
3411         Note: Selective Download is broken.
3412                 
3413 2003-03-22 [christoph]  0.8.11claws43
3414
3415         * src/folder.c
3416                 code cleanup for flags copying
3417
3418 2003-03-22 [christoph]  0.8.11claws42
3419
3420         * src/plugins/trayicon/trayicon.c
3421                 fix setting the transparent area when the window size
3422                 is forced by the system tray
3423
3424 2003-03-22 [christoph]  0.8.11claws41
3425
3426         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3427         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3428         * src/plugins/trayicon/newmail.xpm              ** NEW **
3429         * src/plugins/trayicon/nomail.xpm               ** NEW **
3430         * src/plugins/trayicon/trayicon.c
3431         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3432                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3433                 o add icon for unread mails
3434                 o set transparency for window
3435
3436 2003-03-22 [christoph]  0.8.11claws40
3437
3438         * src/news.c
3439                 init news session to prevent crash when session is closed
3440
3441 2003-03-22 [christoph]  0.8.11claws39
3442
3443         * src/imap.c
3444         * src/common/session.[ch]
3445                 Init session data to make sure we don't have invalid pointers
3446                 for read_ch and write_ch when new multi process sessions are
3447                 not used
3448
3449         * src/main.c
3450         * src/common/plugin.c
3451         * src/common/sylpheed.c
3452         * src/plugins/demo/demo.c
3453         * src/plugins/dillo_viewer/dillo_viewer.c
3454         * src/plugins/mathml_viewer/mathml_viewer.c
3455         * src/plugins/spamassassin/spamassassin.c
3456         * src/plugins/spamassassin/spamassassin_gtk.c
3457                 add plugin types to allow loading plugins at different times
3458                 (and maybe for different frontends), because it's not good to
3459                 load GTK-Plugins gefore gtk_init was called
3460
3461         * configure.ac
3462         * src/plugins/Makefile.am
3463         * src/plugins/trayicon/.cvsignore               ** NEW **
3464         * src/plugins/trayicon/Makefile.am              ** NEW **
3465         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3466         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3467         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3468         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3469         * src/plugins/trayicon/trayicon.c               ** NEW **
3470                 New Trayicon plugin that shows an icon in a systray that uses
3471                 XEMBED protocol like Gnome's systray. Icon shows if there
3472                 are new mails and a tooltip shows information about new,
3473                 unread and total messages.
3474
3475 2003-03-22 [paul]       0.8.11claws38
3476
3477         * src/common/smtp.c
3478                 fix ESMTP AUTH CRAM-MD5
3479                 [sync with main (still version 0.8.11cvs6), see
3480                  ChangeLog 2003-03-22]
3481
3482 2003-03-21 [colin]      0.8.11claws37
3483
3484         * src/send_message.c
3485                 Fix USE_SSL => USE_OPENSSL
3486
3487 2003-03-21 [colin]      0.8.11claws36
3488
3489         * src/folderview.c
3490                 Fix counts in drag and dropped subfolders
3491
3492 2003-03-21 [colin]      0.8.11claws35
3493
3494         * src/folder.c 
3495         * src/folderview.c
3496                 speed up a bit folder dnd
3497
3498 2003-03-20 [alfons]     0.8.11claws34
3499
3500         * src/main.c
3501         * src/toolbar.c
3502         * src/procmsg.c
3503                 don't send locked queue messages
3504                 (feature request "[ 705245 ] Locking message in outbox 
3505                  should prevent sending")
3506
3507 2003-03-20 [christoph]  0.8.11claws33
3508
3509         * src/folder.c
3510                 remove NEW and UNREAD flag in special folders when scanning
3511                 
3512         * src/common/smtp.c
3513                 fix ESMTP AUTH CRAM-MD5
3514
3515 2003-03-20 [paul]       0.8.11claws32
3516
3517         * src/prefs_account.c
3518                 Re-write 'Tunnel command to open connection' as
3519                 'Use command to communicate with server', and disable
3520                 it for all except IMAP accounts
3521
3522 2003-03-20 [paul]       0.8.11claws31
3523
3524         * sync with 0.8.11cvs6
3525                 see ChangeLog 2003-03-20
3526
3527 2003-03-19 [match]      0.8.11claws30
3528
3529         * src/addritem.[ch]
3530                 include documentation. minor refactoring.
3531         * src/addr_compl.[ch]
3532         * src/addrindex.[ch]
3533         * src/addresbook.[ch]
3534         * src/summaryview.c
3535                 re-enable address lookup (was disabled in
3536                 0.8.11claws20).
3537
3538 2003-03-19 [christoph]  0.8.11claws29
3539
3540         * src/procmsg.c
3541                 add temp flag handling, will make moving and copying
3542                 messages possible again
3543
3544         * src/folder.c
3545                 correct calulation of folder stats
3546
3547 2003-03-18 [match]      0.8.11claws28
3548
3549         * src/editgroup.h
3550                 remove case sensitive comparison (closes bug 80).
3551
3552 2003-03-18 [christoph]  0.8.11claws27
3553
3554         * src/imap.c
3555                 fix imap using a tunnel command
3556
3557         (closes bug 87)
3558
3559 2003-03-18 [christoph]  0.8.11claws26
3560
3561         * src/folder.[ch]
3562         * src/imap.c
3563         * src/procmsg.[ch]
3564                 rewrite flag handling for folders
3565
3566 2003-03-18 [christoph]  0.8.11claws25
3567
3568         * src/folder.c
3569         * src/procmsg.c
3570         * src/summaryview.c
3571                 unset NEW and UNREAD flags when message is ignored, to make
3572                 sure messages don't show up as unread on other IMAP clients,
3573                 because the IGNORE_THREAD flag can not be syncronized through
3574                 the IMAP folder
3575
3576 2003-03-17 [christoph]  0.8.11claws24
3577
3578         * src/imap.c
3579                 don't use recursion to fetch uids when the number of messages
3580                 does not match. Moved code into subfunction that is used
3581                 again when needed, to prevent an endless loop.
3582
3583 2003-03-17 [thorsten]   0.8.11claws23
3584
3585         * src/imageview.[ch]
3586                 export imageview_get_resized_size() (for plugins)
3587         * src/prefs_common.[ch]
3588                 added prefs_common_get() (for plugins)
3589
3590 2003-03-17 [christoph]  0.8.11claws22
3591
3592         * src/imap.c
3593                 o remove UID guessing from copy code
3594                 o support UIDPLUS extension for APPEND command
3595
3596 2003-03-17 [paul]       0.8.11claws21
3597
3598         * src/gtk/about.c
3599                 remove 'Compiled-plugins' section.
3600                 
3601         * src/plugins/dillo_viewer/dillo_viewer.c
3602                 slight change to description text
3603
3604 2003-03-16 [match]      0.8.11claws20
3605         * src/ldapserver.[ch]           ** NEW **
3606         * src/ldapctrl.[ch]             ** NEW **
3607         * src/ldapquery.[ch]            ** NEW **
3608         * src/ldaputil.[ch]             ** NEW **
3609         * src/addrcindex.[ch]           ** NEW **
3610         * src/addrquery.h               ** NEW **
3611         * src/addritem.[ch]
3612         * src/addrcache.[ch]
3613         * src/addrindex.[ch]
3614         * src/addr_compl.[ch]
3615         * src/addressbook.[ch]
3616         * src/addrbook.[ch]
3617         * src/editgroup.c
3618         * src/editaddress.c
3619         * src/editldap.c
3620         * src/editldap_basedn.c
3621         * src/vcard.c
3622         * src/jpilot.c
3623         * src/Makefile.am
3624                 included dynamic LDAP queries. improved address
3625                 completion.
3626
3627 2003-03-16 [paul]       0.8.11claws19
3628
3629         * tools/multiwebsearch.pl
3630                 fix a fatal typo
3631
3632 2003-03-16 [christoph]  0.8.11claws18
3633
3634         * src/mimeview.c
3635         * src/plugins/dillo_viewer/dillo_viewer.c
3636         * src/plugins/mathml_viewer/mathml_viewer.c
3637                 make unregistering of MimeViewerFactorys possible
3638
3639 2003-03-16 [alfons]     0.8.11claws17
3640
3641         * configure.ac
3642                 correct typo
3643
3644 2003-03-16 [melvin]     0.8.11claws16
3645
3646         * src/plugins/dillo_viewer.c
3647                 Fixed bug where it was not possible to view more than
3648                 one text/html attachment per message (bug discovered
3649                 by Christoph Hohmann).
3650
3651 2003-03-15 [melvin]     0.8.11claws15
3652
3653         * src/prefs_actions.c
3654                 Fixed compilation warnings.
3655
3656 2003-03-15 [melvin]     0.8.11claws14
3657
3658         * src/plugins/Makefile.am
3659         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3660         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3661         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3662                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3663                 newer (http://dillo.auriga.wearlab.de/).
3664
3665 2003-03-15 [christoph]  0.8.11claws13
3666
3667         * src/imap.c
3668                 don't query imap folder for attributes because we already
3669                 for them from imap_status
3670
3671         * src/mimeview.[ch]
3672                 add support for plugable MimeViewers (unloading Viewers
3673                 not yet complete)
3674
3675         * src/plugins/Makefile.am
3676         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3677         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3678         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3679                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3680                 widget from http://helm.cs.unibo.it/mml-widget/
3681
3682 2003-03-14 [christoph]  0.8.11claws12
3683
3684         * src/folder.[ch]
3685                 o error return code's should better be negative
3686                 o replace printf with debug_print
3687
3688         * src/imap.c
3689                 improve IMAP folder scan by checking UID-NEXT
3690
3691         * src/summaryview.c
3692                 remove check that are unnecessary in my opinion
3693
3694 2003-03-13 [christoph]  0.8.11claws11
3695
3696         * src/folder.[ch]
3697         * src/foldersel.c
3698         * src/folderview.c
3699         * src/imap.c
3700         * src/mbox_folder.c
3701         * src/mh.c
3702         * src/news.c
3703         * src/prefs_scoring.c
3704         * src/summaryview.c
3705                 use a common function to get a displayable name
3706                 for a FolderItem
3707
3708 2003-03-13 [paul]       0.8.11claws10
3709
3710         * tools/Makefile.am
3711           tools/README
3712           tools/multiwebsearch.conf     ** NEW FILE **
3713           tools/multiwebsearch.pl       ** NEW FILE **
3714                 add multiwebsearch Actions script
3715
3716 2003-03-13 [colin]      0.8.11claws9
3717
3718         * src/compose.c
3719                 Remove leading emtpy lines from quoted text
3720                 before quoting it
3721
3722 2003-03-13 [melvin]     0.8.11claws8
3723
3724         * src/prefs_actions.c
3725                 Fixed a memory leak
3726                 Code clean ups
3727                 Added Cancel and OK buttons
3728                 Corrected help text
3729
3730 2003-03-13 [christoph]  0.8.11claws7
3731
3732         * src/account.c
3733         * src/folder.[ch]
3734         * src/imap.c
3735         * src/mainwindow.c
3736         * src/mbox_folder.c
3737         * src/mh.c
3738         * src/news.c
3739         * src/setup.c
3740                 replace more folder type stuff with folder class stuff
3741
3742 2003-03-13 [melvin]     0.8.11claws6
3743
3744         * src/prefs_actions.c
3745                 Added new tokens:
3746                 %u: user provided argument
3747                 %h: user provided argument (hidden on input)
3748                 %s: current text selection in the message view 
3749
3750 2003-03-13 [paul]       0.8.11claws5
3751
3752         * sync with 0.8.11cvs5
3753                 see ChangeLog 2003-03-11, 2003-03-12
3754
3755 2003-03-12 [christoph]  0.8.11claws4
3756
3757         * src/folder.c
3758                 use folder class idstr when writing folderlist.xml
3759
3760         * src/folder.h
3761         * src/imap.c
3762         * src/news.c
3763                 replace folder type checks with folder class checks
3764
3765 2003-03-12 [christoph]  0.8.11claws3
3766
3767         * src/folder.[ch]
3768         * src/imap.[ch]
3769         * src/main.c
3770         * src/mbox_folder.[ch]
3771         * src/mh.[ch]
3772         * src/news.[ch]
3773                 o create a list of known folder classes in the folder system
3774                 o use folder class id strings for folder item identifiers
3775
3776 2003-03-12 [christoph]  0.8.11claws2
3777
3778         * src/imap.c
3779                 fix imap uid validity check
3780
3781 2003-03-12 [christoph]  0.8.11claws1
3782
3783         * src/account.c
3784         * src/folder.[ch]
3785         * src/foldersel.c
3786         * src/folderview.c
3787         * src/imap.c
3788         * src/mainwindow.c
3789         * src/mbox_folder.c
3790         * src/mh.c
3791         * src/news.c
3792         * src/prefs_scoring.c
3793         * src/procmsg.c
3794         * src/setup.c
3795         * src/summaryview.c
3796                 initial restructuring of folder system, seperating
3797                 folders and folder classes
3798
3799 2003-03-12 [paul]       0.8.11claws
3800
3801         0.8.11claws release
3802
3803 2003-03-12 [christoph]
3804
3805         * src/gtk/prefswindow.c
3806                 fix translation of "Page Index"
3807
3808 2003-03-12 [paul]       0.8.10claws110
3809
3810         a sync from 0.8.11cvs4 before the release
3811
3812         * src/common/utils.c
3813                 subject_compare_for_sort(): allow null strings (fixes
3814                 summary sorting).
3815
3816 2003-03-11 [paul]       0.8.10claws109
3817
3818         * po/es.po
3819                 update Spanish translation, submitted by
3820                 Ricardo Mones Lastra
3821
3822 2003-03-11 [melvin]     0.8.10claws108
3823
3824         * po/fr.po
3825                 Updated French translations
3826
3827 2003-03-11 [paul]       0.8.10claws107
3828
3829         * manual/en/Makefile.am
3830           manual/en/*.html
3831                 update English manual, add a new page
3832                 updated by Francois Barriere <fbarriere@atmel.fr>
3833                 
3834         * po/bg.po
3835           po/it.po
3836           po/sr.po
3837                 update Bulgarian, Italian, and Serbian translations
3838                 submitted by George Danchev, Alessandro Maestri, and
3839                 Urke MMI
3840
3841 2003-03-10 [paul]       0.8.10claws106
3842
3843         * src/gtk/about.c
3844           src/gtk/prefswindow.c
3845                 make some strings translatable
3846
3847 2003-03-10 [darko]      0.8.10claws105
3848
3849         * src/compose.c
3850                 code cleanup to make Hiro happy
3851
3852 2003-03-10 [paul]       0.8.10claws104
3853
3854         * sync with 0.8.11cvs2
3855                 see ChangeLog 2003-03-10
3856
3857 2003-03-09 [melvin]     0.8.10claws103
3858
3859         * src/textview.c
3860                 textview_set_font(): fix for message display in
3861                 UTF-8 locales (thanks to Sergey Vlasov).
3862                 (was unintentionnaly reverted in 0.8.6claws6)   
3863
3864 2003-03-08 [darko]      0.8.10claws102
3865
3866         * src/compose.c
3867                 fix infinite loop in wrapping as reported
3868                 by happycactus
3869                 obsoletes patch #696482
3870
3871 2003-03-08 [christoph]  0.8.10claws101
3872
3873         * src/imap.c
3874                 add workaround for IMAP servers that do not
3875                 support the "UID SEARCH UID" command
3876
3877 2003-03-07 [christoph]  0.8.10claws100
3878
3879         * src/plugins/spamassassin/spamassassin.[ch]
3880         * src/plugins/spamassassin/spamassassin_gtk.c
3881                 code cleanup
3882
3883 2003-03-07 [paul]       0.8.10claws99
3884
3885         * po/es.po
3886                 updated Spanish translation, submitted by
3887                 Ricardo Mones Lastra
3888
3889 2003-03-07 [christoph]  0.8.10claws98
3890
3891         * src/send.c
3892                 fix in 0.8.10claws94 was wrong
3893                 local delivery does not require escaping, remove escaping
3894                 code to make signatures of mails with "." lines valid
3895                 
3896                 NOTE: requires that sendmail is executed with "-i" option,
3897                       what is the default now, but has to be changed in all
3898                       exsiting accounts)
3899
3900 2003-03-07 [paul]       0.8.10claws97
3901
3902         * sync with 0.8.11 release
3903                 see ChangeLog 2003-03-07
3904
3905 2003-03-06 [paul]       0.8.10claws96
3906
3907         * src/compose.c
3908                 revert commit 0.8.10claws92
3909
3910 2003-03-06 [paul]       0.8.10claws95
3911
3912         * src/folderview.c
3913                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3914
3915         * src/gtkaspell.c
3916                 fix bug 74, 'Crash opening editor window with pseudo-color
3917                 display'
3918                 
3919         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3920
3921 2003-03-06 [christoph]  0.8.10claws94
3922
3923         * src/send.c
3924                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3925                 all lines starting with a period get an extra period
3926                 inserted
3927                 (found by Simon 'corecode' Schubert)
3928
3929 2003-03-06 [paul]       0.8.10claws93
3930
3931         * src/folderview.c
3932                 if configured font can't be loaded fall back to gtk
3933                 default. (with thanks to Christoph)
3934                 
3935                 closes long-standing bug 15 'Crashes on startup'
3936
3937 2003-03-06 [paul]       0.8.10claws92
3938
3939         * src/compose.c
3940                 freeze text before autosave and thaw afterwards
3941                 fixes bug 67 'autosave make re-rediting message crazy'
3942
3943 2003-03-06 [christoph]  0.8.10claws91
3944
3945         * src/compose.c
3946                 ignore address comment in dupe check for Cc-list
3947
3948         (closes reopened bug 47 Replying to message strips name part of
3949          e-mail addresses of Cc: lines)
3950
3951 2003-03-06 [paul]       0.8.10claws90
3952
3953         * src/Makefile.am
3954                 remove reference to gtkxtext.h as its no longer in
3955                 the repository
3956
3957 2003-03-06 [paul]       0.8.10claws89
3958
3959         * sync with 0.8.10cvs25
3960                 see ChangeLog 2003-03-06
3961
3962 2003-03-06 [oliver]     0.8.10claws88
3963         
3964         * src/messageview.c
3965                 remove include
3966
3967 2003-03-06 [oliver]     0.8.10claws87
3968         
3969         * src/folderview.c 
3970                 remove changes introduced inclaws74
3971         * src/messageview.c
3972                 another attempt to sanely delete and update
3973                 messages deleted in separate messageview
3974
3975 2003-03-05 [christoph]  0.8.10claws86
3976
3977         * src/summaryview.c
3978                 check if "From" matches any account's address if
3979                 addressbook completion of addresses is disabled too
3980
3981         (closes Bug 70 "Display recipient in from" doesn't check
3982          folder's default account)
3983
3984 2003-03-05 [christoph]  0.8.10claws85
3985
3986         * src/compose.c
3987         * src/common/utils.[ch]
3988                 don't strip address comments when building Cc lists
3989
3990         (closes Bug 47 Replying to message strips name part of e-mail addresses
3991          of Cc: lines)
3992
3993         * src/folder.c
3994                 fix return value of copy function
3995
3996 2003-03-05 [christoph]  0.8.10claws84
3997
3998         * src/imap.c
3999                 don't ask imap server for non rfc822 headers
4000
4001         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4002
4003         * src/imap.c
4004                 destroy session on socket error to allow reconnecting
4005
4006 2003-03-05 [christoph]  0.8.10claws83
4007
4008         * configure.ac
4009                 fix building with gnome when no prefix is set
4010
4011         (closes bug 66 Gnome directory is set to NONE)
4012
4013 2003-03-05 [paul]       0.8.10claws82
4014
4015         * sync with 0.8.10cvs23
4016                 see ChangeLog 2003-03-05
4017
4018 2003-03-04 [christoph]  0.8.10claws81
4019
4020         * src/folder.c
4021                 o fix moving and copying when folder returns 0 for new
4022                   message number
4023                 o remove some code for single message copy and move
4024                   operations and use functions for multiple messages
4025
4026         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4027
4028         * src/news.c
4029                 remove unused include
4030
4031 2003-03-04 [paul]       0.8.10claws80
4032
4033         * src/gtk/about.c
4034                 list 'Compiled plugins'
4035
4036 2003-03-03 [christoph]  0.8.10claws79
4037
4038         * src/news.[ch]
4039                 have to multiply the percentage of the current fetch with
4040                 the percentage that it has of the total fetch operation
4041                 for correct values
4042
4043 2003-03-03 [christoph]  0.8.10claws78
4044
4045         * src/news.c
4046                 fix calculation of expected lines for progress indicator
4047
4048 2003-03-03 [christoph]  0.8.10claws77
4049
4050         * src/summaryview.c
4051         * src/common/utils.c
4052                 fix segfault when opening the root news folder
4053
4054 2003-03-03 [christoph]  0.8.10claws76
4055
4056         * src/mainwindow.[ch]
4057         * src/common/Makefile.am
4058         * src/common/progressindicator.[ch]
4059                 add UI independent progress indicator handling
4060
4061         * src/news.[ch]
4062                 use new progress indicator for message info fetching
4063
4064         * src/common/hooks.h
4065                 code cleanup
4066
4067 2003-03-03 [oliver]     0.8.10claws75
4068
4069         * src/toolbar.c
4070         * src/compose.c
4071                 removed commented code
4072
4073 2003-03-03 [oliver]     0.8.10claws74
4074
4075         * src/toolbar.[ch]
4076                 cleanups and refactoring
4077         * src/compose.[ch]
4078                 compose_reply_mode reply & forwarding interface for
4079                 toolbar buttons
4080         * src/folderview.c
4081                 act on messages marked for deletion in folderview_selected
4082                 based on prefs_common.immediate_exec since a message might 
4083                 have been deleted by messageview in a folder we are changing 
4084                 to (does anybody understand what I'm on about ?)
4085
4086 2003-03-03 [oliver]     0.8.10claws73
4087         
4088         * src/messageview.[ch]
4089                 new functions
4090                 - messageview_delete: delete message shown in messagview
4091                 - messageview_update_view: update messageview to currently 
4092                   selected summaryview message
4093                 - add separate messageview to msgview_list in order to update 
4094                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4095         * src/summaryview.[ch]
4096                 summary_get_selection returns a list of selected msgs
4097                 in summaryview
4098         * src/mainwindow.c
4099                 toolbar reply refactoring
4100
4101 2003-03-03 [paul]       0.8.10claws72
4102
4103         * sync with 0.8.10cvs21
4104                 see ChangeLog 2003-03-03
4105
4106 2003-03-02 [christoph]  0.8.10claws71
4107
4108         * src/common/passcrypt.c
4109                 use POSIX includes
4110
4111 2003-03-02 [christoph]  0.8.10claws70
4112
4113         * configure.ac
4114         * src/prefs_account.c
4115         * src/prefs_gtk.[ch]
4116         * src/common/.cvsignore
4117         * src/common/Makefile.am
4118         * src/common/passcrypt.c                ** NEW **
4119         * src/common/passcrypt.h.in             ** NEW **
4120                 Implement password encryption in config files
4121                 using unix encrypt and setkey functions. The crypt
4122                 key can be set as a configure parameter. Old
4123                 passwords will be converted if they do not begin
4124                 with '!'
4125
4126 2003-03-02 [paul]       0.8.10claws69
4127
4128         * src/prefs_account.c
4129                 fix compile error
4130
4131 2003-03-01 [thorsten]   0.8.10claws68
4132
4133         * po/el.po
4134           po/hr.po
4135           po/it.po
4136           po/nl.po
4137           po/sr.po
4138           po/sv.po
4139                 corrected format strings
4140         * po/en_GB.po
4141                 corrected headers
4142                 (fix compile errors with GNU gettext-0.11.5)
4143
4144 2003-03-01 [oliver]     0.8.10claws67
4145
4146         * src/summaryview.c
4147                 menu callbacks call toolbar_menu_reply
4148
4149 2003-03-01 [oliver]     0.8.10claws66
4150
4151         * src/mainwindow.c
4152         * src/messageview.c
4153                 menu callbacks call toolbar_menu_reply
4154         * src/toolbar.[ch]
4155                 callbacks from menu handled by toolbar_menu_reply
4156
4157 2003-03-01 [paul]       0.8.10claws65
4158
4159         * src/addressbook.c
4160                 revert commit 0.8.10claws54 - breaks editing of
4161                 addressbook.
4162                 
4163         * po/bg.po
4164                 update Bulgarian translation, submitted by
4165                 George Danchev
4166
4167 2003-02-28 [christoph]  0.8.10claws64
4168
4169         * src/account.c
4170         * src/addressadd.c
4171         * src/compose.c
4172         * src/gtkaspell.c
4173         * src/gtkxtext.h                ** REMOVE **
4174         * src/imap.c
4175         * src/matcher.[ch]
4176         * src/mh.c
4177         * src/news.c
4178         * src/pine.c
4179         * src/prefs_common.c
4180         * src/prefs_matcher.c
4181         * src/procheader.[ch]
4182         * src/procmsg.[ch]
4183         * src/toolbar.c
4184         * src/common/ssl_certificate.c
4185         * src/gtk/colorlabel.c
4186         * src/gtk/menu.c
4187                 o fix warnings
4188                 o remove code obsoleted by new cache and folder system rework
4189
4190 2003-02-28 [oliver]     0.8.10claws63
4191         
4192         * src/toolbar.[ch]
4193                 * fix bug where reply in Messageview replied to 
4194                 Message displayed in summaryview
4195                 (reportedd via ML by chinatinte at gmx dot ch)
4196                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4197                 didn't work in separate MessageView Toolbar
4198                 (wondering if anybody uses this at all ?)
4199         * src/summaryview.[ch]
4200                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4201                 (generalize reply and forward code);
4202         * src/messageview.c 
4203                 remove focus_in event which updated summaryview to messageview
4204
4205 2003-02-28 [paul]       0.8.10claws62
4206
4207         * po/Makefile.in.in
4208                 add the --check option
4209                 Patch submitted by Ricardo Mones Lastra
4210
4211 2003-02-28 [paul]       0.8.10claws61
4212
4213         * src/prefs_account.c
4214                 re-order 'Signature' items
4215
4216 2003-02-28 [paul]       0.8.10claws60
4217
4218         * sync with 0.8.10cvs20
4219                 see ChangeLog 2003-02-28
4220
4221 2003-02-28 [paul]       0.8.10claws59
4222
4223         * po/POTFILES.in
4224                 update to reflect recent movement of files
4225
4226 2003-02-28 [paul]       0.8.10claws58
4227
4228         * sync with 0.8.10cvs19
4229                 see ChangeLog 2003-02-28
4230
4231 2003-02-27 [martin]     0.8.10claws57
4232
4233         * src/prefs_matcher.c 
4234                 fix segfault in prefs_matcher_ok() when the
4235                 last entry is deleted and prevents that the
4236                 message "entry not saved" comes up after deleting
4237                 an entry
4238
4239 2003-02-27 [martin]     0.8.10claws56
4240
4241         * src/prefs_filtering.c 
4242                 fix segfault in prefs_filtering_ok() when the
4243                 last entry is deleted and prevents that the
4244                 message "entry not saved" comes up after deleting
4245                 an entry
4246
4247 2003-02-27 [paul]       0.8.10claws55
4248
4249         * sync with 0.8.10cvs18
4250                 see ChangeLog 2003-02-27
4251
4252 2003-02-27 [paul]       0.8.10claws54
4253
4254         * src/addressbook.c
4255                 fix bug where the address book crashes with 
4256                 multiple lookups.
4257                 Patch [687729] submitted by David Frager 
4258                 <dbfrager@users.sourceforge.net>
4259
4260 2003-02-25 [christoph]  0.8.10claws53
4261
4262         * src/Makefile.am
4263         * src/colorlabel.[ch]           ** REMOVE **
4264         * src/gtk/Makefile.am
4265         * src/gtk/colorlabel.[ch]       ** NEW **
4266                 move colorlabel files to gtk directory
4267
4268         * src/esmtp.[ch]                ** REMOVE **
4269                 has been merged into smtp.[ch] in 0.7.5
4270
4271 2003-02-25 [christoph]  0.8.10claws52
4272
4273         * src/Makefile.am
4274         * src/about.[ch]                ** REMOVE **
4275         * src/gtk/Makefile.am
4276         * src/gtk/about.[ch]            ** NEW **
4277                 move about files to gtk directory
4278
4279 2003-02-25 [christoph]  0.8.10claws51
4280
4281         * src/folder.c
4282                 some code optimization of folder scanning code
4283
4284         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4285
4286 2003-02-25 [christoph]  0.8.10claws50
4287
4288         * src/main.c
4289         * src/common/sylpheed.c
4290                 add command line parameter parsing to common code
4291
4292 2003-02-24 [christoph]
4293
4294         * Makefile.am
4295         * configure.ac
4296                 fix gnome prefix problems, the configure script now removed
4297                 `gnome-config --prefix` from `gnome-config --datadir`
4298                 and adds $(prefix} instead
4299
4300         (closes Bug 24 Makefile does not respect prefix when installing
4301          GNOME data)
4302
4303 2003-02-24 [christoph]  0.8.10claws49
4304
4305         * src/news.c
4306                 check for valid session before trying to authenticate
4307
4308         (closes Bug 60 crash if "authenticate on logon" is activated
4309          and newsserver-hostname is not valid)
4310
4311 2003-02-24 [melvin]     0.8.10claws48
4312
4313         * src/prefs_actions.c
4314                 Make sure all user's input is sent to the action and then
4315                 close the socket..
4316
4317 2003-02-23 [alfons]     0.8.10claws46
4318
4319         * src/summaryview.c
4320                 also wait cursor when deleting files
4321
4322 2003-02-23 [paul]
4323
4324         * tools/freshmeat_search.pl
4325           tools/google_search.pl
4326                 scripts should now work for any browser/browser command line
4327
4328 2003-02-22 [christoph]  0.8.10claws45
4329
4330         * src/procmsg.c
4331                 fix IMAP flag setting, IMAP flag is not handled correctly
4332                 anymore by the folder system and information about the
4333                 folder should not be saved in the MsgInfo (in my opinion)
4334
4335         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4336
4337 2003-02-22 [christoph]  0.8.10claws44
4338
4339         * src/summaryview.c
4340                 fix spelling of "label" ;-)
4341
4342 2003-02-22 [thorsten]   0.8.10claws43
4343
4344         * src/mimeview.c
4345           src/prefs_common.[ch]
4346           src/procmime.[ch]
4347                 do not use description as attachment name
4348
4349 2003-02-22 [alfons]     0.8.10claws42
4350
4351         * src/summaryview.c
4352                 freeze/thaw folder item updates when changing color labels,
4353                 and put a wait cursors on
4354
4355 2003-02-22 [thorsten]   0.8.10claws41
4356
4357         * src/mimeview.c
4358                 save-all fixes: crash if invoked on multipart container,
4359                 mimeinfo access, pathseparators, error dialog
4360
4361 2003-02-21 [alfons]     0.8.10claws40
4362
4363         * src/prefs_gtk.c
4364                 remove unused var
4365
4366 2003-02-21 [colin]      0.8.10claws39
4367
4368         * src/send.c
4369                 Fix smtp logging
4370
4371 2003-02-21 [colin]      0.8.10claws38
4372
4373         * src/summaryview.c
4374                 Freeze/thaw folderItem updates when filtering messages 
4375                 via Tools/Filter messages
4376
4377 2003-02-21 [paul]       0.8.10claws37
4378
4379         * src/compose.c
4380                 revert commit 0.8.10claws26, there are ulterior motives
4381                 for users to set a Reply-To header when posting to
4382                 newsgroups
4383
4384 2003-02-21 [paul]       0.8.10claws36
4385
4386         * sync with 0.8.10cvs17
4387                 see ChangeLog 2003-02-21
4388
4389 2003-02-20 [christoph]  0.8.10claws35
4390
4391         * src/imap.c
4392                 IMAP UID fetch speedup using SEARCH
4393
4394         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4395
4396         * src/imap.c
4397                 fix problem with UIDs in IMAP UID cache that no longer existed
4398
4399 2003-02-20 [christoph]  0.8.10claws34
4400
4401         * src/imap.c
4402         * src/procheader.c
4403         * src/procheader.h
4404                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4405
4406         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4407
4408         * src/imap.c
4409                 Rewrite imap_cmd_gen_recv use sock_getline instead
4410                 of sock_gets to avoid problems with too long reply
4411                 lines
4412     
4413 2003-02-20 [colin]      0.8.10claws33
4414         
4415         * src/prefs_account.c
4416                 Better wording
4417
4418 2003-02-20 [colin]      0.8.10claws32
4419
4420         * src/compose.c
4421                 Remove useless '&& !to_sender' 
4422
4423 2003-02-20 [darko]
4424
4425         * AUTHORS
4426                 change my e-mail address
4427
4428 2003-02-19 [colin]      0.8.10claws31
4429
4430         * src/prefs_common.c
4431                 X11 style colors for every configurable color
4432
4433 2003-02-19 [alfons]     0.8.10claws30
4434
4435         * src/prefs_gtk.[ch]
4436         * src/prefs_common.c
4437                 for color_new accept both plain integers and X11 style color
4438                 names (as found in /usr/lib/X11/rgb.txt)
4439
4440 2003-02-19 [paul]       0.8.10claws29
4441
4442         * src/mainwindow.c
4443                 add tooltips to online/offline button and account selector
4444                 button
4445
4446 2003-02-19 [paul]       0.8.10claws28
4447
4448         * src/folder.c
4449           src/news.c
4450           src/prefs_account.[ch]
4451           src/prefs_common.[ch]
4452                 move 'Maximum number of articles to download' to
4453                 account prefs.
4454                 clean up account prefs gui a little by hiding entries
4455                 rather then greying out entries
4456
4457 2003-02-19 [hiro]       0.8.10claws27
4458
4459         * src/common/utils.c
4460                 fix bug #54 'yesterdays date is displayed in the message 
4461                 summary window'
4462
4463 2003-02-19 [paul]       0.8.10claws26
4464
4465         * src/compose.c
4466                 fix bug reported in Feature Request [688596] 
4467                 'Reply-to header in news'
4468
4469 2003-02-18 [paul]       0.8.10claws25
4470
4471         * src/select-keys.c
4472                 add a 'List all keys' button to key selection dialog
4473
4474 2003-02-18 [colin]      0.8.10claws24
4475         
4476         * src/stock_pixmap.c
4477                 fix compile error
4478
4479 2003-02-18 [colin]      0.8.10claws23
4480
4481         * src/common/smtp.[ch]
4482           src/prefs_account.c
4483                 Try to starttls if it seems to be the only
4484                 way to authenticate a user
4485
4486 2003-02-18 [paul]       0.8.10claws22
4487
4488         * src/Makefile.am
4489           src/folderview.c
4490           src/stock_pixmap.[ch]
4491           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4492           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4493                 as a Drafts folder is a special folder allow it to have
4494                 its own unique icons
4495
4496 2003-02-18 [colin]      0.8.10claws21
4497
4498         * src/imap.c
4499                 Fix port selection when using starttls
4500
4501 2003-02-18 [paul]       0.8.10claws20
4502
4503         * src/mainwindow.c
4504           src/prefs_common.[ch]
4505                 make blue the default new mail colour
4506
4507 2003-02-18 [paul]       0.8.10claws19
4508
4509         * sync with 0.8.10cvs14
4510                 see ChangeLog 2003-02-18
4511
4512 2003-02-17 [jens]       0.8.10claws18
4513
4514         * src/common/md5.c
4515                 fixed a compile problem with gcc 3.3
4516                 works on 2.95.3 too (testet on PPC as it is big endian)
4517
4518 2003-02-17 [paul]       0.8.10claws17
4519
4520         * sync with 0.8.10cvs13
4521                 see ChangeLog 2003-02-17
4522
4523 2003-02-17 [paul]       0.8.10claws16
4524
4525         * sync with 0.8.10cvs12
4526                 see ChangeLog 2003-02-17
4527
4528 2003-02-16 [match]      0.8.10claws15
4529
4530         * src/addressbook.c
4531                 Eliminates reloading of address data when items
4532                 deleted or added. Applied submitted by
4533                 Luke Plant <lukeplant@softhome.net>
4534
4535 2003-02-16 [paul]       0.8.10claws14
4536
4537         * src/news.c
4538                 when a 'protocol error' is encountered disconnect from
4539                 the server. This means that the user can carry on viewing
4540                 other articles and doesn't have to either wait until the
4541                 server timesout or quit sylpheed.
4542                 Fixes bug #53 'Unable to read messages in newsgroups, 
4543                 displayed message doesn't change'
4544
4545 2003-02-15 [christoph]  0.8.10claws13
4546
4547         * src/imap.c
4548                 fix bug that stopped scanning of folders when an
4549                 IMAP folder was empty
4550
4551         (closes bug 46 stop scan messages in folders after empty folder)
4552
4553 2003-02-15 [paul]
4554
4555         * tools/Makefile.am
4556           tools/README
4557           tools/freshmeat_search.pl     ** NEW FILE **
4558           tools/google_search.pl        ** NEW FILE **
4559                 Add 2 Actions scripts which search freshmeat/google
4560                 for the selected text using the browser configured
4561                 in sylpheedrc.
4562                 
4563         Note: These scripts are very dependent on the format of the
4564         browser command and may not work on every occasion. Testing
4565         is welcome. 
4566
4567 2003-02-14 [alfons]     0.8.10claws12
4568
4569         * src/compose.c
4570                 fix breakage because of uninitialized account pointer.
4571                 please verify.
4572
4573 2003-02-14 [paul]       0.8.10claws11
4574
4575         * src/compose.c
4576           src/prefs_account.[ch]
4577           src/prefs_common.[ch]
4578                 move signature settings to Account Prefs
4579
4580 2003-02-14 [paul]       0.8.10claws10
4581
4582         * sync with 0.8.10cvs11
4583                 see ChangeLog 2003-02-14
4584
4585 2003-02-13 [thorsten]   0.8.10claws9
4586
4587         * src/news.c
4588                 revert news progressbar (GUI separation)
4589
4590 2003-02-13 [paul]       0.8.10claws8
4591
4592         * src/compose.c
4593                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4594                 paragraph 1
4595
4596 2003-02-13 [paul]       0.8.10claws7
4597
4598         * src/compose.[ch]
4599           src/summaryview.c
4600                 fix 'Follow-up and Reply-to' so that it creates a reply to
4601                 the newsgroup and the sender. If the message has the keyword
4602                 'poster' in the Followup-To header, all replies go to the
4603                 sender, re: RFC 1036, Section 2.2.3
4604                 rename all instances of 'ignore_replyto' to 'to_sender', both
4605                 were previously used, now we use just one.
4606
4607 2003-02-13 [paul]       0.8.10claws6
4608
4609         * sync with 0.8.10cvs9
4610                 see ChangeLog 2003-02-13
4611
4612 2003-02-13 [paul]       0.8.10claws5
4613
4614         * configure.ac
4615                 show which plugins are configured in the configure
4616                 output.
4617
4618 2003-02-12 [thorsten]   0.8.10claws4
4619
4620         * src/news.c
4621                 show progress while fetching news headers
4622
4623 2003-02-12 [christoph]  0.8.10claws3
4624
4625         * configure.ac
4626         * src/plugins/Makefile.am
4627                 use AM_CONDITIONAL to enable plugins, automake correctly
4628                 manages this when creating distdir
4629
4630 2003-02-12 [christoph]  0.8.10claws2
4631
4632         * ac/spamassassin.m4
4633         * src/plugins/spamassassin/Makefile.am
4634                 fix building SpamAssassin plugin without OpenSSL
4635
4636 2003-02-12 [paul]       0.8.10claws1
4637
4638         * ac/Makefile.am
4639           src/Makefile.am
4640           src/plugins/Makefile.am
4641                 fix failure of 'make release'
4642
4643 2003-02-12 [paul]       0.8.10claws
4644
4645         * 0.8.10claws released
4646
4647 2003-02-12 [paul]       0.8.9claws56
4648
4649         * po/bg.po
4650           po/es.po
4651           po/it.po
4652           po/ru.po
4653           po/sr.po
4654                 updated translations by George Danchev, Ricardo Mones Lastra,
4655                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4656                 
4657         * sylpheed.spec.in
4658                 Allow the building of RPMs by a regular user. Submitted
4659                 by Sergei Astanin
4660
4661 2003-02-11 [alfons]     0.8.9claws55
4662
4663         * src/colorlabel.c
4664                 don't use pixmaps for label color rect but draw rectangles
4665                 so we can respect the color map of palette based visuals
4666                 (fixes the long time crashes on Suns - thanks to Andreas
4667                 Engel and Steve O'Hara-Smith for testing)
4668
4669 2003-02-11 [christoph]  0.8.9claws54
4670
4671         * src/matcher_parser_parse.y
4672                 correct bug where filering rules of not existing folders in
4673                 matcherrc were added to global filtering
4674                 
4675         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4676          main filter-rules after removing directory, http://bugs.debian.org/180253)
4677         
4678 2003-02-11 [paul]       0.8.9claws53
4679
4680         * sync with 0.8.10cvs7
4681                 see ChangeLog 2003-02-09
4682
4683 2003-02-11 [melvin]     0.8.9claws52
4684
4685         * po/fr.po
4686                 Updated French tranlsations
4687
4688 2003-02-10 [paul]       0.8.9claws51
4689
4690         * sylpheed.spec.in
4691                 correct --enable-openssl
4692                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4693
4694 2003-02-09 [martin]     0.8.9claws50
4695
4696         * src/prefs_matcher.c
4697                 fix segfault in prefs_matcher_substitute_cb() when
4698                 no row is selected
4699
4700 2003-02-09 [paul]       0.8.9claws49
4701
4702         * src/folderview.c
4703                 fix bug where a newsgroup folder's processing rules were
4704                 merged with the global filtering rules when the newsgroup
4705                 folder was deleted, causing some seriously bad results,
4706                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4707
4708 2003-02-08 [melvin]     0.8.9claws48
4709
4710         * src/compose.c
4711                 Corrected and modified an alert message.
4712
4713 2003-02-07 [paul]       0.8.9claws47
4714
4715         * src/folderview.c
4716                 fix bug where both an 'Account properties' window and a
4717                 'Folder properties' window were opened when clicking on
4718                 'Properties' in an NNTP or IMAP folder's popup menu.
4719
4720 2003-02-07 [paul]       0.8.9claws46
4721
4722         * sync with 0.8.10cvs6
4723                 see ChangeLog 2003-02-06
4724
4725 2003-02-06 [christoph]  0.8.9claws45
4726
4727         * src/mbox.c
4728                 freeze folder updates while importing mbox files
4729                 (closes bug 43 importing mbox took hours)
4730                 
4731         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4732
4733 2003-02-06 [thorsten]   0.8.9claws44
4734
4735         * po/de.po
4736                 Updated german translations
4737
4738 2003-02-06 [thorsten]   0.8.9claws43
4739
4740         * src/news.h
4741                 use guint for message numbers (fix count in grouplist dialog)
4742
4743 2003-02-05 [paul]       0.8.9claws42
4744
4745         * sync with 0.8.10cvs2
4746                 see ChangeLog 2003-02-05
4747
4748 2003-02-04 [colin]      0.8.9claws41
4749
4750         * src/prefs_common.[ch]
4751           src/procmsg.c
4752           src/summaryview.c
4753                 Add an option to disable threading by subject
4754
4755 2003-02-04 [christoph]  0.8.9claws40
4756
4757         * src/inc.c
4758                 only abort fetching mails from multiple accounts when the
4759                 error is fatal and does not allow to check any more accounts
4760                 (currently only disk full error)
4761
4762         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4763          receive mails for other accouts)
4764
4765 2003-02-04 [christoph]  0.8.9claws39
4766
4767         * src/folder.c
4768                 first add the new message to the cache, then
4769                 send the update notification
4770
4771         (closes bug 39 after sending message folderview doesnt get updated)
4772
4773 2003-02-04 [colin]      0.8.9claws38
4774
4775         * src/inc.c
4776                 _really_ fix this Connecting... status
4777
4778 2003-02-04 [paul]       0.8.9claws37
4779
4780         * sync with 0.8.10
4781                 see ChangeLog 2003-02-04
4782
4783 2003-02-04 [paul]       0.8.9claws36
4784
4785         * sync with 0.8.9cvs6
4786                 see ChangeLog 2003-02-03
4787
4788 2003-02-04 [paul]       0.8.9claws35
4789
4790         * po/pt_BR.po
4791                 updated by André Filipe de Assunção e Brito 
4792                 <bedecko@netsite.com.br>
4793
4794 2003-02-03 [thorsten]   0.8.9claws34
4795
4796         * po/de.po
4797                 Updated german translations
4798
4799 2003-02-02 [paul]       0.8.9claws33
4800
4801         * po/es.po
4802                 updated by Ricardo Mones Lastra
4803
4804 2003-02-02 [thorsten]   0.8.9claws32
4805
4806         * src/mh.c
4807                 Fix mh_get_msginfo() segfault if file is inaccessible
4808
4809 2003-01-31 [colin]      0.8.9claws31
4810
4811         * src/procheader.c
4812                 Fix last commit's bug
4813
4814 2003-01-31 [colin]      0.8.9claws30
4815
4816         * src/procheader.c
4817                 Missing a change for gpg-signed messages
4818
4819 2003-01-31 [paul]       0.8.9claws29
4820
4821         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4822           src/procheader.c
4823           src/stock_pixmap.[ch]
4824           src/summaryview.c
4825                 indicate GnuPG signed messages by displaying an icon
4826                 in the Attachment column.
4827
4828 2003-01-31 [paul]       0.8.9claws28
4829
4830         * sync with 0.8.9cvs4
4831                 see ChangeLog 2003-01-31
4832
4833 2003-01-31 [alfons]     0.8.9claws27
4834
4835         * src/textview.c
4836                 tune URI parser to accept mailto URLs with a '?'
4837                 (patch from Ruslan Balkin)
4838
4839 2003-01-31 [colin]      0.8.9claws26
4840
4841         * src/summaryview.c
4842                 Fix a leak introduced in claws24
4843
4844 2003-01-31 [colin]      0.8.9claws25
4845
4846         * src/summaryview.c
4847                 Freeze/Thaw folder updates when deleting dups
4848
4849 2003-01-31 [colin]      0.8.9claws24
4850         
4851         * src/addr_compl.c
4852           src/summaryview.c
4853           src/msgcache.c
4854                 little speed improvements
4855
4856 2003-01-31 [colin]      0.8.9claws23
4857
4858         * src/summaryview.c
4859                 Fix segfault when forwarding nothing
4860                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4861                 
4862 2003-01-30 [paul]       0.8.9claws22
4863
4864         * sync with 0.8.9cvs3
4865                 see ChangeLog 2003-01-30
4866
4867 2003-01-30 [paul]       0.8.9claws21
4868
4869         * sync with 0.8.9cvs2
4870                 see ChangeLog 2003-01-30
4871
4872 2003-01-29 [paul]       0.8.9claws20
4873
4874         * sync with 0.8.9cvs1
4875                 see ChangeLog 2003-01-29
4876
4877 2003-01-28 [paul]       0.8.9claws19
4878
4879         * po/POTFILES.in
4880                 update to reflect changes. 
4881                 thanks to Ricardo Mones Lastra
4882
4883 2003-01-27 [christoph]  0.8.9claws18
4884
4885         * ac/openssl.m4
4886         * ac/spamassassin.m4
4887         * src/plugins/spamassassin/README
4888         * src/plugins/spamassassin/libspamc.[ch]
4889         * src/plugins/spamassassin/utils.[ch]
4890                 updated to latest libspamc
4891
4892 2003-01-27 [christoph]  0.8.9claws17
4893
4894         * src/folder.c
4895                 fix wrong use of procheader_get_header_fields
4896
4897 2003-01-27 [christoph]  0.8.9claws16
4898
4899         * src/news.c
4900         * src/prefs_account.[ch]
4901         * src/common/nntp.[ch]
4902                 allow to force authentication for NNTP servers
4903
4904         Patch submitted by Florian Mickler <dmk@d-labs.de>
4905
4906 2003-01-26 [paul]       0.8.9claws15
4907
4908         * src/summaryview.c
4909                 speed up of marking messages as read
4910                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4911
4912 2003-01-26 [christoph]  0.8.9claws14
4913
4914         * src/Makefile.am
4915         * src/mgutils.[ch]              ** REMOVE **
4916         * src/xml.[ch]                  ** REMOVE **
4917         * src/xmlprops.[ch]             ** REMOVE **
4918         * src/common/Makefile.am
4919         * src/common/mgutils.[ch]       ** NEW **
4920         * src/common/xml.[ch]           ** NEW **
4921         * src/common/xmlprops.[ch]      ** NEW **
4922                 move xml files to common directory
4923
4924 2003-01-26 [christoph]  0.8.9claws13
4925
4926         * src/plugins/spamassassin/spamassassin_gtk.c
4927                 only set gtk entry text if string is available
4928
4929 2003-01-26 [melvin]     0.8.9claws12
4930
4931         * src/description_window.c
4932                 Allow resizing of the window
4933                 Allow automatic horizontal scroll bar
4934                 Do not vertically expand and fill
4935
4936 2003-01-26 [christoph]  0.8.9claws11
4937
4938         * src/Makefile.am
4939         * src/gtkutils.[ch]             ** REMOVE **
4940         * src/common/sylpheed.c
4941         * src/gtk/Makefile.am
4942         * src/gtk/description_window.c
4943         * src/gtk/gtkutils.[ch]         ** NEW **
4944         * src/gtk/prefswindow.c
4945                 move gtkutils to gtk directory
4946
4947 2003-01-26 [paul]       0.8.9claws10
4948
4949         * src/summaryview.c
4950                 rename summary_unread_clicked() to summary_status_clicked()
4951
4952 2003-01-26 [melvin]     0.8.9claws9
4953
4954         * src/prefs_actions.c
4955                 Cosmetical changes to the help text
4956
4957 2003-01-26 [paul]       0.8.9claws8
4958
4959         * src/folder.[ch]
4960           src/mainwindow.c
4961           src/prefs_common.c
4962           src/prefs_sumamry_column.c
4963           summaryview.[ch]
4964                 rename the 'Unread' column to 'Status'
4965
4966 2003-01-25 [match]      0.8.9claws7
4967
4968         * src/mgutils.[ch]
4969                 removed reference to LDAP constants. removed error2string.
4970                 included functions to support LDAP dynamic queries.
4971         * src/syldap.h
4972                 moved LDAP constants here.
4973         * src/addressbook.c
4974         * src/addrindex.c
4975         * src/importldif.c
4976                 removed references to LDAP constants and references to
4977                 error2string.
4978
4979 2003-01-25 [paul]       0.8.9claws6
4980
4981         * src/summaryview.c
4982                 summary_thread_build(), summary_thread_init(): remove 
4983                 unneeded reference to summaryview->folder_item
4984
4985 2003-01-25 [christoph]  0.8.9claws5
4986
4987         * src/gtk/description_window.c
4988                 o allow description texts to expand over multiple columns
4989                 o translate all columns
4990         * src/prefs_actions.c
4991                 change syntax description to use new multi column feature
4992
4993         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4994
4995 2003-01-25 [match]      0.8.9claws4
4996
4997         * src/vcard.c
4998                 fixed bug with Quoted-Printable
4999
5000 2003-01-25 [paul]       0.8.9claws3
5001
5002         * src/folder.[ch]
5003           src/summaryview.[ch]
5004                 implement per-folder collapsed/expanded threads setting
5005                 
5006         * src/prefs_common.c
5007                 remove global collapsed/expanded threads option
5008
5009 2003-01-25 [christoph]  0.8.9claws2
5010
5011         * po/POTFILES.in
5012                 add pluginwindow and prefswindow
5013         * src/compose.c
5014                 make send respond correctly to messages that could be added
5015                 to the queue folder, but the UID of the message is unknown
5016         * src/folder.c
5017         * src/imap.c
5018                 don't return guessed UIDs in imap_add_msg anymore. We return
5019                 0 to tell the folder system it was appened but the UID is
5020                 unknown. Folder system now get's the UID by scaning the folder
5021                 and searching the cache for the Message-ID
5022                 (closes bug #29 Messages queued, but not sent)
5023
5024 2003-01-25 [paul]       0.8.9claws1
5025
5026         * src/codeconv.c
5027                 conv_encode_header():  fix bug when long headers with 8-bit
5028                 characters are used, so that the encoded words are wrapped.
5029                 If the space in the original text falls on the wrap boundary,
5030                 it can be lost.
5031                 Patch by Sergey Vlasov.
5032                 
5033         * src/folderview.c
5034                  fix bug where a change to the sorting method or thread view
5035                  of a folder's messages is lost if simpify-subject is set and
5036                  toggled on or off.
5037                  Patch by Luke Plant.
5038
5039 2003-01-24 [paul]       0.8.9claws
5040
5041         * sylpheed-0.8.9claws released
5042         
5043         * Makefile.am
5044           sylpheed.spec.in
5045                 remove reference to 'INSTALL.jp'
5046
5047 2003-01-23 [paul]       0.8.8claws128
5048
5049         * po/es.po
5050           po/it.po
5051           po/ru.po
5052           po/sr.po
5053                 updated translations. submitted by Ricardo Mones Lastra,
5054                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5055
5056 2003-01-23 [colin]      0.8.8claws127
5057
5058         * src/compose.c
5059                 Fix drafted and queued news articles re-edition
5060
5061 2003-01-23 [melvin]     0.8.8claws126
5062
5063         * po/fr.po
5064                 Updated French translations
5065
5066 2003-01-23 [colin]      0.8.8claws125
5067
5068         * src/inc.c
5069                 Fix "Connecting to..." status message
5070
5071 2003-01-22 [paul]       0.8.8claws124
5072
5073         * po/bg.po
5074                 updated by George Danchev
5075                 
5076         * src/folder.c
5077                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5078                 and folder deletion
5079
5080 2003-01-21 [paul]       0.8.8claws123
5081
5082         * po/bg.po
5083                 updated by George Danchev
5084                 
5085         * src/about.c
5086                 its now 2003
5087                 
5088         * src/toolbar.c
5089                 don't translate 'Separator'
5090                 
5091         * src/plugins/spamassassin/Makefile.am
5092                 add aspell to CPPFLAGS
5093                 
5094         * src/plugins/spamassassin/spamassassin.c
5095           src/plugins/spamassassin/spamassassin_gtk.c
5096                 set correct default for spamassassin_receive_spam
5097                 slightly re-word descriptions and some
5098                 other minor changes
5099
5100 2003-01-19 [alfons]     0.8.8claws122
5101                 
5102         * src/mimeview.c
5103                 mimeview_save_as(): we might as well show the file name for
5104                 the single case "Save As" too
5105
5106 2003-01-19 [alfons]     0.8.8claws121
5107
5108         * src/crash.c
5109                 change bug tracker URL to bugzilla URL
5110
5111 2003-01-19 [alfons]     0.8.8claws120
5112
5113         * src/mimeview.c
5114                 mimeview_save_all(): display name of file before overwriting;
5115                 continue saving all, even when one overwrite was cancelled
5116
5117 2003-01-19 [christoph]  0.8.8claws119
5118
5119         * src/summaryview.c
5120         * src/procmsg.[ch]
5121                 fix wrong usage of procmsg_find_children in summaryview
5122                 by using procmsg_update_unread_children instead of
5123                 summaryview_update_unread_children
5124
5125 2003-01-19 [christoph]  0.8.8claws118
5126
5127         * src/procmsg.c
5128                 fix infinite loop in procmsg_find_children
5129                  (closes bug #25 sylpheed crashes on delete.)
5130
5131         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5132
5133 2003-01-19 [paul]       0.8.8claws117
5134
5135         * po/pt_BR.po
5136                 updated by Ivan Francolin Martinez
5137
5138 2003-01-18 [melvin]     0.8.8claws116
5139
5140         * src/prefs_actions.c
5141                 Removed syntax limitation of only one '&' at the end of command.
5142                         Now actions that contain '>/dev/null 2>&1' are possible.
5143
5144 2003-01-18 [melvin]     0.8.8claws115
5145
5146         * src/prefs_actions.c
5147                 Actions IO dialog: when the action ends
5148                 the "Close" button now has focus and [Escape] closes the
5149                 window.
5150
5151 2003-01-18 [christoph]  0.8.8claws114
5152
5153         * src/procmsg.c
5154                 o add debug output when MsgInfos are really freed
5155                 o free GSLists in procmsg_find_children and
5156                   procmsg_update_unread_children
5157
5158 2003-01-18 [christoph]  0.8.8claws113
5159
5160         * src/mainwindow.c
5161                 reorder Configuration menu
5162
5163 2003-01-18 [christoph]  0.8.8claws112
5164
5165         * src/compose.c
5166                 fix applying templates to forwarded messages
5167
5168         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5169
5170 2003-01-17 [christoph]  0.8.8claws111
5171
5172         * src/folder.c
5173                 destroy folder items, when a folder item is removed
5174
5175 2003-01-17 [christoph]  0.8.8claws110
5176
5177         * src/folder.c
5178                 fix wrong folder stats update when ignored message is
5179                 deleted
5180
5181 2003-01-17 [colin]      0.8.8claws109
5182         
5183         * src/mainwindow.c
5184         * src/summaryview.c
5185                 Quicksearch bugfixes: 
5186                 - hide help button at startup if not extended
5187                 - switch to extended when looking for replies
5188
5189 2003-01-17 [paul]
5190
5191         * sync with 0.8.9 release
5192
5193 2003-01-17 [paul]       0.8.8claws108
5194
5195         * sync with 0.8.8cvs11
5196                 see ChangeLog 2003-01-17
5197
5198 2003-01-16 [colin]      0.8.8claws107
5199
5200         * src/procmsg.c
5201                 Changed encryption test to re-ask passphrase
5202                 if an encrypted message hasn't been decrypted
5203                 Fixes bug #5
5204
5205 2003-01-16 [christoph]  0.8.8claws106
5206
5207         * src/prefs_gtk.c
5208         * src/prefs_toolbar.c
5209         * src/gtk/prefswindow.h
5210         * src/plugins/spamassassin/spamassassin_gtk.c
5211                 remove page destroy function that is not used anymore
5212
5213 2003-01-16 [paul]       0.8.8claws105
5214
5215         * sync with 0.8.8cvs9
5216                 see ChangeLog 2002-01-16
5217
5218 2003-01-16 [colin]      0.8.8claws104
5219
5220         * src/compose.[ch]
5221                 Fix bug with autosaved drafts for IMAP, when draft
5222                 folder is specified - fixes bugzilla bug #20
5223
5224 2003-01-15 [paul]       0.8.8claws103
5225
5226         * src/compose.[ch]
5227           src/procmsg.c
5228                 store folder and message-id of message forwarding
5229                 in queue header and set forward flag after sending
5230
5231 2003-01-15 [paul]       0.8.8claws102
5232
5233         * sync with 0.8.8cvs8
5234                 see ChangeLog 2002-01-15
5235
5236 2003-01-15 [colin]      0.8.8claws101
5237
5238         * src/Makefile.am
5239                 Fix linking with GNU libiconv
5240
5241 2003-01-15 [darko]      0.8.8claws100
5242
5243         * src/pine.c
5244                 fix crash when importing pine address book
5245                 entry with an empty name (reported by DY
5246                 <dybulk at tri8.net>)
5247
5248 2003-01-14 [paul]       0.8.8claws99
5249
5250         * configure.in  ** REMOVED **
5251           configure.ac  ** NEW FILE **
5252                 rename configure.in to configure.ac, as it is now
5253                 preferred
5254
5255 2003-01-14 [melvin]     0.8.8claws98
5256
5257         * src/folderview.c
5258                 folderview_check_new(): More precise function description
5259
5260 2003-01-14 [melvin]     0.8.8claws97
5261
5262         * src/folderview.c
5263                 folderview_check_new(): return the number of new messages 
5264                         since last check.
5265         * src/inc.c
5266                 inc_account_mail(): Disable counting of new messages for IMAP
5267                         and NNTP until bug [19] and [14] are fixed.
5268
5269 2003-01-14 [paul]       0.8.8claws96
5270
5271         * sync with 0.8.8cvs6
5272                 see ChangeLog 2003-01-14
5273
5274 2003-01-13 [alfons]     0.8.8claws95
5275
5276         * src/textview.c
5277                 tune email address validation (c. 0.8.8claws89): if . is 
5278                 just one char away from @, the address is invalid too 
5279                 (correctly rejects addresses like foo@.com)
5280
5281 2003-01-13 [paul]       0.8.8claws94
5282
5283         * src/messageview.c
5284           src/toolbar.c
5285                 fixes to the Message View toolbar and menu:
5286                 fix non-functioning Forward button
5287                 make Reply button consider default_reply_list
5288                 remove 'Follow-up...' menu entry
5289                 add 'Forward' and 'Redirect' menu entries
5290
5291 2003-01-13 [melvin]     0.8.8claws93
5292
5293         * src/inc.c
5294                 Fixed typo that could make new messages count incorrect.
5295
5296 2003-01-13 [melvin]     0.8.8claws92
5297
5298         * src/folderview.[ch]
5299                 folderview_check_new(): return the number of new messages.
5300         * src/inc.c
5301                 Should fix bug [14] where new mail notification worked 
5302                         incorrectly with IMAP accounts.
5303                 inc_spool_account(): return number of new msgs, or -1 on error
5304                 inc_all_spool(): return number of new msgs
5305                 
5306 2003-01-13 [melvin]     0.8.8claws91
5307
5308         * src/prefs_actions.c
5309                 Justify help text.
5310
5311 2003-01-12 [thorsten]   0.8.8claws90
5312
5313         * src/common/prefs.c
5314                 close file before rename
5315
5316 2003-01-12 [alfons]     0.8.8claws89
5317
5318         * AUTHORS
5319                 add Christian Mertes
5320         * src/common/utils.[ch]
5321                 g_stricase_hash(), g_stricase_equal(): functions for 
5322                 case insensitive hash tables
5323         * src/textview.c
5324                 use top level domain names to validate email address, based
5325                 on a patch by Christian Mertes (thanks!), but changed 
5326                 implementation to use a hash table 
5327
5328 2003-01-12 [paul]       0.8.8claws88
5329
5330         * po/bg.po
5331                 updated by George Danchev
5332
5333 2003-01-12 [alfons]     0.8.8claws87
5334
5335         * src/summaryview.c
5336                 delete / execute performance: use new style folder update
5337
5338 2003-01-12 [paul]       0.8.8claws86
5339
5340         * sync with 0.8.8cvs5
5341                 see ChangeLog 2003-01-13 (!)
5342
5343 2003-01-12 [alfons]     0.8.8claws85
5344
5345         * src/filtering.c
5346         * src/matcher_parser_parse.y
5347                 prepare change_score filtering action
5348         * src/matcher.[ch]
5349                 give up const-correctness on functions that call non-const-correct functions;
5350                 several casts to gpointer in g_free();
5351                 add change_score;
5352
5353 2003-01-12 [christoph]  0.8.8claws84
5354
5355         * src/compose.c
5356                 fix 2 warnings
5357
5358         * src/gtk/prefswindow.[ch]
5359         * src/plugins/spamassassin/spamassassin_gtk.c
5360                 changed the call of the widget create function
5361                 for PrefsPages, because sometimes the widget
5362                 create function needs a widget that already has
5363                 been attached to a window (to create GDK pixmaps
5364                 for exmaple). So we simply pass the GtkWindow as
5365                 the second parameter now.
5366
5367         * src/main.c
5368         * src/mainwindow.c
5369         * src/prefs_toolbar.[ch]
5370                 rewrite Toolbar Preferences using the new
5371                 prefs window
5372
5373 2003-01-11 [alfons]     0.8.8claws83
5374
5375         * src/addressadd.c
5376                 fix crash when adding sender to addressbook because status bar
5377                 isn't there (the status bar doesn't seem to be used though,
5378                 but I'll let Match decide what to do with it)
5379
5380 2003-01-11 [colin]      0.8.8claws82
5381
5382         * src/main.c
5383           src/toolbar.c
5384                 Two useless changes reversed
5385
5386 2003-01-11 [colin]      0.8.8claws81
5387
5388         * src/mainwindow.c
5389           src/mainwindow.h
5390                 Add mainwindow_get_mainwindow()
5391         * src/alertpanel.c
5392           src/alertpanel.h
5393                 Add alertpanel_error_log() 
5394         * src/compose.c
5395           src/inc.c
5396           src/messageview.c
5397           src/toolbar.c
5398           src/main.c
5399           src/procmsg.c
5400                 Network errors get a View Log button
5401
5402 2003-01-10 [alfons]     0.8.8claws80
5403
5404         * src/prefs_toolbar.c
5405         * src/toolbar.c
5406                 use the translatable string for "Separator" as file name for
5407                 separator toolbar items (probably make this uppercase?)
5408
5409 2003-01-10 [alfons]     0.8.8claws79
5410
5411         * src/prefs_toolbar.c
5412                 put right A_SEPARATOR description string in "displayed
5413                 toolbar items list" so manually added separators are
5414                 saved correctly (bug #10, "Adding a separator to the main 
5415                 toolbar fails, entry in xml file is wrong")
5416
5417 2003-01-10 [christoph]  0.8.8claws78
5418
5419         * src/imap.c
5420                 o fix warnings
5421                 o use CAPABILITY to check if NAMESPACE is available
5422
5423 2003-01-10 [christoph]  0.8.8claws77
5424
5425         * src/imap.[ch]
5426                 apply UIDPLUS IMAP extension support patch
5427
5428         Patch submitted by Simon 'corecode' Schubert
5429
5430 2003-01-10 [paul]       0.8.8claws76
5431
5432         * src/folderview.c
5433                 a sync from main which fixes the news account folders'
5434                 Properties bug
5435
5436 2003-01-10 [christoph]  0.8.8claws75
5437
5438         * src/folder.c
5439                 don't accept 0 as a valid uid returned by copy and move
5440                 functions. 0 means the message was copied or moved but the
5441                 new uid could not be fetched. It is not an error condition
5442                 for the copy or move operation.
5443
5444 2003-01-10 [paul]       0.8.8claws74
5445
5446         * src/prefs_filtering.c
5447                 change English used in Alert when entry is not
5448                 saved.
5449                 
5450         * sync with 0.8.8cvs4
5451                 see ChangeLog 2003-01-10
5452
5453 2003-01-10 [darko]      0.8.8claws73
5454
5455         * src/pine.c
5456                 fix crash when importing address book entry
5457                 without a valid address
5458
5459 2003-01-09 [alfons]     0.8.8claws72
5460
5461         * src/inc.c
5462                 filtering performance: use new style folder update
5463
5464 2003-01-09 [christoph]  0.8.8claws71
5465
5466         * src/compose.c
5467         * src/gtk/menu.[ch]
5468                 fix wrong selecting of mime encoding type, when
5469                 opening property dialog of attachments in the
5470                 compose window. 7bit was always selected and that
5471                 destoryed files with 8bit data.
5472                 (closes bug #9 Sylpheed-claws destroys attachments when
5473                  changing MIME-types)
5474
5475 2003-01-09 [paul]       0.8.8claws70
5476
5477         * sync with 0.8.8cvs3
5478                 see ChangeLog 2003-01-09
5479
5480 2003-01-08 [alfons]     0.8.8claws69
5481         
5482         * src/addressadd.c
5483                 apply patch by Kim Schulz to fix build breakage
5484                 because of missing variable
5485
5486 2003-01-08 [paul]       0.8.8claws68
5487
5488         * sync with 0.8.8cvs2
5489                 see ChangeLog 2002-01-08
5490
5491 2003-01-08 [paul]       0.8.8claws67
5492
5493         * po/it.po
5494                 updated by Alessandro Maestri
5495                 
5496         * src/addressadd.c
5497                 when using 'Add sender to addressbook' allow
5498                 name to be edited and remarks to be entered
5499                 Patch submitted by Luke Plant
5500
5501 2003-01-08 [darko]      0.8.8claws66
5502
5503         * README.claws, src/summaryview.c
5504                 fix description for marked messages
5505
5506 2003-01-08 [paul]
5507
5508         * tools/Makefile.am
5509           tools/launch_phoenix  ** NEW FILE **
5510                 add script that enables using Phoenix as the default
5511                 web browser. 
5512                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5513                 
5514         * tools/OOo2sylpheed.pl
5515                 remove full path to sylpheed executable, just 'sylpheed'
5516                 will do
5517                 
5518         * tools/README
5519                 add launch_phoenix informtion and re-arrange and compress
5520                 the data a little
5521
5522 2003-01-07 [christoph]  0.8.8claws65
5523
5524         * src/folder.c
5525                 fix update for source folder when moving messages
5526         * src/procmsg.[ch]
5527         * src/summaryview.c
5528                 use function to set to_folder for message infos and
5529                 automatically update the op_count for old and new
5530                 folder
5531
5532 2003-01-07 [melvin]     0.8.8claws64
5533
5534         * src/prefs_actions.c
5535                 Fixed bug where an '%p' Action on a displayed image crashed 
5536                         Sylpheed
5537                 Code clean up (get rid of duplicated code and removed unnecessary 
5538                                 structure member)
5539
5540 2003-01-07 [christoph]  0.8.8claws63
5541
5542         * src/compose.c
5543         * src/folder.[ch]
5544         * src/folderview.c
5545         * src/import.c
5546         * src/inc.c
5547         * src/main.c
5548         * src/mainwindow.c
5549         * src/messageview.c
5550         * src/prefs_folder_item.c
5551         * src/procmsg.c
5552         * src/summaryview.c
5553         * src/toolbar.c
5554                 o remove all folder update triggering from the UI code. The folder
5555                   system should know much better when a folder needs an update.
5556                 o to prevent multiple updates in a row the folder updates can be
5557                   frozen for some time.
5558
5559                 Note: - Please verify that no updates are missing
5560                       - Check where freeze/thaws should be added
5561
5562 2003-01-07 [christoph]  0.8.8claws62
5563
5564         * src/prefs_actions.c
5565                 don't translate empty strings
5566
5567         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5568
5569 2003-01-06 [christoph]  0.8.8claws61
5570
5571         * src/prefs_actions.c
5572                 mark strings for gettext
5573         * src/prefs_matcher.c
5574                 use new description window for Execute action and
5575                 match condition in Filtering
5576
5577         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5578
5579 2003-01-06 [alfons]     0.8.8claws60
5580
5581         keep myself inspired to re-organize matcher part 8; 
5582         yes, more to come (I need to move out the descriptive
5583         text for actions to matcher.c, or at least make it not
5584         depend on the wicked ordering)
5585
5586         * src/prefs_matcher.c
5587                 add documentation so others may comprehend the
5588                 UI part of the conditions
5589                 
5590 2003-01-06 [christoph]  0.8.8claws59
5591
5592         * src/prefs_actions.c
5593                 use new description window for syntax help
5594         * src/gtk/description_window.c
5595                 fix display of descriptions with column count != 2
5596
5597         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5598
5599 2003-01-06 [christoph]  0.8.8claws58
5600
5601         * src/quote_fmt.c
5602         * src/summaryview.[ch]
5603         * src/gtk/Makefile.am
5604         * src/gtk/description_window.[ch]       ** NEW **
5605                 use a generic window to display syntax descriptions
5606                 currently used in quote_fmt and summaryview (new description
5607                 for extended quick search)
5608
5609         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5610
5611 2003-01-06 [paul]       0.8.8claws57
5612
5613         * sync with 0.8.8cvs1
5614                 see ChangeLog 2003-01-06
5615
5616 2003-01-06 [christoph]  0.8.8claws56
5617
5618         * src/mainwindow.c
5619         * src/prefs_gtk.[ch]
5620         * src/gtk/prefswindow.[ch]
5621         * src/plugins/spamassassin/spamassassin_gtk.c
5622                 o remove page management from prefswindow, pages
5623                   will be an argument to prefswindow_open
5624                 o prefswindow_open gets a datapointer that is
5625                   passed to the widget_create function to allow
5626                   creation of prefswindow for specific items
5627
5628 2003-01-06 [colin]      0.8.8claws55
5629         
5630         * src/summaryview.c
5631                 We don't want regexp in the reply-finder, 
5632                 because MIDs can contain !,$,. and so on
5633
5634 2003-01-06 [jens]       0.8.8claws54
5635
5636         * src/jpilot.c
5637                 fixed a wrong free in jpilot_read_db_files
5638
5639 2003-01-06 [alfons]     0.8.8claws53
5640
5641         re-organize matcher part 8; more to come
5642        
5643         * src/matcher.c
5644                 matcherprop_to_string(): put g_free()s before the
5645                 switch-case break to fix memleaks                
5646
5647 2003-01-06 [colin]      0.8.8claws52
5648
5649         * src/summaryview.c
5650                 cleanup & reply-finder now displays the first 
5651                 matching message
5652
5653 2003-01-05 [alfons]     0.8.8claws51
5654
5655         re-organize matcher part 7; more to come
5656
5657         * src/matcher.[ch]
5658                 fixes for constant correctness;
5659                 more documentation;
5660
5661 2003-01-05 [alfons]     0.8.8claws50
5662
5663         re-organize matcher part 6; more to come
5664         
5665         * src/matcher.[ch]
5666                 fixes for constant correctness;
5667                 more documentation;
5668         * src/filtering.c
5669                 fix for constant correctness
5670
5671 2003-01-05 [colin]      0.8.8claws49
5672
5673         * src/account.[ch]
5674                 Add account_get_reply_account function
5675         * src/compose.c
5676                 Use account_get_reply_account function 
5677         * src/summaryview.c
5678                 Basic reply-finder - click on the replied
5679                 icon gets you to the outbox using quick-search
5680
5681 2003-01-05 [paul]       0.8.8claws48
5682
5683         * src/prefs_common.c
5684                 small change to English
5685                 
5686         * src/prefs_filtering.c
5687                 prefs_filtering_action_select(): improve logic and uniformity
5688                 of gui
5689
5690 2003-01-05 [alfons]     0.8.8claws47
5691
5692         fine tune solution to focus problems (bug #7)
5693
5694         * src/mainwindow.c
5695                 mainwindow_focus_in_event(): remove grab event check
5696         * src/summaryview.c
5697                 summary_button_pressed(): move selection on right-click
5698                 too. we can't possibly move the selection back after
5699                 canceling a dialog, because gtk's incomplete focus 
5700                 management. whether this is a good solution, only time
5701                 will tell.
5702
5703 2003-01-05 [christoph]  0.8.8claws46
5704
5705         * src/imap.c
5706                 fix crash when no imap connection could be established
5707
5708 2003-01-05 [paul]       0.8.8claws45
5709
5710         * src/mainwindow.c
5711           src/sumamryview.c
5712           src/gtk/menu.[ch]
5713                 fix bug 605957 'shortcuts in popup-menu'
5714                 make user-defined shortcuts work
5715                 show shortcuts that are already defined
5716                 in the main menu
5717                 Patch submitted by Luke Plant
5718
5719 2003-01-05 [alfons]     0.8.8claws44
5720
5721         * src/mainwindow.c
5722                 focus_in_event handler should not select summary view row 
5723                 when another window (menu, dialog) grabbed for events 
5724                 (bug #7, "[0.8.8claws42] Message summary focus") 
5725
5726 2003-01-04 [christoph]  0.8.8claws43
5727
5728         * src/procmsg.c
5729                 update save folder after adding the sent message
5730                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5731
5732 2003-01-02 [christoph]  0.8.8claws42
5733
5734         * src/common/plugin.c
5735                 fix unloading of all plugins and unload
5736                 plugins in reverse order
5737                 
5738         * src/gtk/pluginwindow.c
5739                 implement function of load and unload button
5740
5741         * src/gtk/prefswindow.c
5742         * src/gtk/prefswindow.h
5743                 rename register function and add new unregister
5744                 function
5745
5746         * src/plugins/spamassassin/spamassassin_gtk.c
5747                 unregister prefs page and update for changes in
5748                 src/gtk/prefswindow.c
5749
5750 2003-01-02 [paul]       0.8.8claws41
5751
5752         * po/es.po
5753                 updated by Ricardo Mones Lastra
5754
5755 2003-01-02 [paul]
5756
5757         * tools/tb2sylpheed
5758                 fixes and improvements by Urke MMI
5759
5760 2003-01-02 [thorsten]   0.8.8claws40
5761
5762         * src/procmsg.c
5763                 fixed wrong return value
5764
5765 2003-01-02 [thorsten]   0.8.8claws39
5766
5767         * src/prefs.c
5768                 fixed printing wrong variable
5769
5770 2003-01-02 [thorsten]   0.8.8claws38
5771
5772         * src/prefs.c
5773                 fixed acessing members of freed pfile struct
5774
5775 2003-01-02 [thorsten]   0.8.8claws37
5776
5777         * src/procmsg.c
5778                 detect loops across several messages
5779                 as suggested by Christoph Hohmann
5780
5781 2003-01-01 [match]      0.8.8claws36
5782
5783         * src/addrindex.c
5784                 fixed another memory leak.
5785
5786 2003-01-01 [match]      0.8.8claws35
5787
5788         * src/jpilot.[ch]
5789                 fixed memory leaks. applied Doxygen comments.
5790
5791 2003-01-01 [thorsten]   0.8.8claws34
5792
5793         * src/procmsg.c
5794                 inhibit endless loop if msg references itself
5795                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5796
5797 2003-01-01 [christoph]  0.8.8claws33
5798
5799         * src/mainwindow.c
5800         * src/gtk/Makefile.am
5801         * src/gtk/pluginwindow.c                ** NEW **
5802         * src/gtk/pluginwindow.h                ** NEW **
5803                 add plugin window
5804
5805         * src/plugins/demo/demo.c
5806         * src/plugins/spamassassin/spamassassin.c
5807         * src/plugins/spamassassin/spamassassin_gtk.c
5808                 write better plugin descriptions
5809
5810 2002-12-31 [christoph]  0.8.8claws32
5811
5812         * src/gtk/prefswindow.c
5813         * src/plugins/spamassassin/spamassassin_gtk.c
5814                 some small improvements to GTK code
5815
5816 2002-12-31 [christoph]  0.8.8claws31
5817
5818         * src/plugins/spamassassin/spamassassin_gtk.c
5819                 enable folder select button
5820
5821 2002-12-31 [christoph]  0.8.8claws30
5822
5823         * src/mainwindow.c
5824         * src/gtk/Makefile.am
5825         * src/gtk/prefswindow.c                         ** NEW **
5826         * src/gtk/prefswindow.h                         ** NEW **
5827                 add new prefs window
5828
5829         * src/common/plugin.c
5830                 don't try to load empty config lines
5831         
5832         * src/plugins/spamassassin/Makefile.am
5833         * src/plugins/spamassassin/spamassassin.c
5834         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5835         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5836                 GTK config for SpamAssassin Plugin using
5837                 the new prefs window
5838
5839 2002-12-31 [paul]       0.8.8claws29
5840
5841         * po/POTFILES.in
5842                 remove obsolete entry 'src/menu.c'
5843
5844 2002-12-31 [alfons]     0.8.8claws28
5845
5846         * src/matcher.[ch]
5847         * src/matcher_parser_parse.y
5848         * src/prefs_matcher.c
5849                 add "ignore_thread" and "~ignore_thread" condition so it's
5850                 possible to make the actions / scoring operate on the ignore
5851                 thread flag
5852
5853 2002-12-31 [christoph]  0.8.8claws27
5854
5855         * src/addrbook.c
5856         * src/addrindex.c
5857         * src/folder.c
5858         * src/matcher.c
5859         * src/prefs_account.c
5860         * src/prefs_actions.c
5861         * src/prefs_customheader.c
5862         * src/prefs_display_header.c
5863         * src/prefs_gtk.c
5864         * src/procmime.c
5865         * src/toolbar.c
5866         * src/xmlprops.c
5867         * src/common/prefs.[ch]
5868                 extend prefs file handling for reading and automatic handling
5869                 of blocks. When reading prefs_set_block_label will automatically
5870                 move on to the block. When writing it will copy all other blocks
5871                 automatically
5872
5873         * src/common/plugin.c
5874                 Now loading plugin filenames from [Plugins] block in
5875                 sylpheed rc file
5876
5877 2002-12-30 [christoph]  0.8.8claws26
5878
5879         * src/common/hooks.[ch]
5880                 return abort status to caller of hooks_invoke
5881                 
5882         * src/inc.[ch]
5883                 invoke message filtering hook and stop
5884                 default handling when filter returns abort
5885
5886         * src/common/plugin.[ch]
5887         * src/plugins/demo/demo.c
5888                 modify plugin loader, because resolving symbols for strings
5889                 does not work correctly
5890         
5891         * configure.in
5892         * ac/spamassassin.m4                            ** NEW **
5893         * src/plugins/spamassassin/.cvsignore           ** NEW **
5894         * src/plugins/spamassassin/Makefile.am          ** NEW **
5895         * src/plugins/spamassassin/README               ** NEW **
5896         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5897         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5898         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5899                 add spamassassin plugin, see src/plugins/spamassassin/README
5900                 for details
5901
5902 2002-12-29 [alfons]     0.8.8claws25
5903
5904         * src/mainwindow.c
5905                 when moving focus from a message view to the main 
5906                 window, don't forget to select the summary node
5907                 of the displayed message. should fix "[ 659103 ] 
5908                 focus-follows-mouse confuses sylpheed"
5909
5910 2002-12-29 [christoph]  0.8.8claws24
5911
5912         * src/Makefile.am
5913         * src/stringtable.[ch]          ** REMOVE **
5914         * src/common/Makefile.am
5915         * src/common/stringtable.[ch]   ** NEW **
5916                 move stringtable files to common directory
5917
5918 2002-12-29 [christoph]  0.8.8claws23
5919
5920         * src/Makefile.am
5921         * src/menu.[ch]                 ** REMOVE **
5922         * src/gtk/Makefile.am
5923         * src/gtk/menu.[ch]             ** NEW **
5924                 move menu files to gtk directory
5925
5926 2002-12-29 [match]      0.8.8claws22
5927
5928         * src/addressbook.c
5929         * src/syldap.c
5930                 moved UI specific code out of LDAP code into addressbook
5931                 UI code. fixed memory leak.
5932
5933 2002-12-29 [christoph]  0.8.8claws21
5934
5935         * src/folder.c
5936                 only check for IGNORED parent message when message is
5937                 not IGNORED itself
5938
5939 2002-12-29 [alfons]     0.8.8claws20
5940
5941         * src/summaryview.c
5942                 set gtksctree's anchor correct (immediate execute
5943                 changes the tree's layout, and anchor points at 
5944                 the incorrect row). fixes "[ 657233 ] multiple msg 
5945                 delete sometimes off by 1".
5946                 we probably have to look for more tree layout /
5947                 anchor glitches.
5948
5949 2002-12-29 [paul]       0.8.8claws19
5950
5951         * src/summaryview.c
5952                 fix bug [ 659054 ] incorrect sorting of 'From' column
5953                 when using 'display sender using address book'
5954                 thanks to Alfons and Luke Plant
5955
5956 2002-12-29 [christoph]  0.8.8claws18
5957
5958         * src/folder.c
5959         * src/procmsg.[ch]
5960                 check parent messages for IGNORE THREAD flag, when adding,
5961                 moving or copying messages to a folder
5962
5963 2002-12-27 [alfons]     0.8.8claws17
5964
5965         re-organize matcher part 5; more to come
5966
5967         * src/matcher.c
5968                 hash keywords in matchparser_tab 
5969
5970 2002-12-27 [alfons]     0.8.8claws16
5971
5972         re-organize matcher part 4; more to come
5973
5974         * src/matcher_parser.h
5975         * src/matcher_parser_lex.l
5976         * src/matcher_parser_parse.y
5977                 cleanup
5978
5979 2002-12-27 [alfons]     0.8.8claws15
5980
5981         re-organize matcher part 3; more to come
5982
5983         * src/matcher.[ch]
5984                 cleanup
5985
5986 2002-12-27 [alfons]     0.8.8claws14
5987
5988         re-organize matcher part 2; more to come but this should
5989         work. cc me if there are any regressions.
5990
5991         * src/matcher.h
5992                 add prototype for get_matchparser_tab_id()
5993         * src/matcher_parser_lex.l
5994                 look up keywords using matchparser_tab_id();
5995
5996 2002-12-27 [alfons]     0.8.8claws12
5997
5998         re-organize matcher part 1
5999
6000         * src/matcher.h
6001                 map yacc generated constants to sylpheed matcher constants
6002         * src/matcher.c
6003                 add function to find a matcher constant from a string
6004
6005 2002-12-27 [christoph]  0.8.8claws11
6006
6007         * src/compose.c
6008                 MENUITEM_ADD casts the 4th argument from integer to pointer
6009                 so it probably should not be a pointer, this means we
6010                 should use account id for it and not the account's pointer
6011
6012 2002-12-27 [paul]       0.8.8claws10
6013
6014         * src/mainwindow.c
6015                 remove unneeded 'GtkWidget *vbox'
6016                 
6017         * src/summaryview.c
6018                 further sync with 0.8.8 - make sort
6019                 by recipient work as expected
6020                 
6021         * NEWS
6022                 sync with 0.8.8
6023
6024 2002-12-27 [paul]       0.8.8claws9
6025
6026         * po/pt_BR.po
6027                 updated by Ivan F. Martinez
6028                 
6029 2002-12-27 [darko]      0.8.8claws8
6030
6031         * src/common/utils.c
6032                 added locked pattern to extended search
6033
6034 2002-12-27 [alfons]     0.8.8claws7
6035
6036         * src/prefs_matcher.[ch]
6037                 clean up
6038
6039 2002-12-26 [alfons]     0.8.8claws6
6040
6041         * src/matcher.[ch]
6042         * src/matcher_parser_lex.l
6043         * src/matcher_parser_parse.y
6044         * src/prefs_matcher.c
6045                 allow color label as a condition in the matcher
6046
6047 2002-12-26 [oliver]     0.8.8claws5
6048         
6049         * src/toolbar.c 
6050                 enable Addressbook for Main and Messageview
6051         * src/prefs_actions.c
6052                 enable actions in Messageview
6053
6054 2002-12-26 [christoph]  0.8.8claws4
6055
6056         * src/common/plugin.c
6057                 add a little debug output
6058         * configure.in
6059         * src/plugins/demo/Makefile.am
6060                 better use of automake
6061
6062 2002-12-26 [christoph]  0.8.8claws3
6063
6064         * src/Makefile.am
6065         * src/common/Makefile.am
6066                 fix "make distdir"
6067
6068 2002-12-26 [christoph]  0.8.8claws2
6069
6070         * configure.in
6071                 sort configure checks into common / gtk / plugins
6072         * po/POTFILES.in
6073                 add src/prefs_gtk.c
6074         * src/Makefile.am
6075                 add plugins SUBDIR
6076         * src/main.c
6077         * src/common/sylpheed.[ch]
6078                 added now sylpheed_done function for shutdown
6079         * src/common/Makefile.am
6080         * src/common/plugin.[ch]                ** NEW **
6081                 plugin loader and unloader
6082         * src/plugins/.cvsignore                ** NEW **
6083         * src/plugins/Makefile.am               ** NEW **
6084                 build plugins
6085         * src/plugins/demo/.cvsignore           ** NEW **
6086         * src/plugins/demo/Makefile.am          ** NEW **
6087         * src/plugins/demo/demo.c               ** NEW **
6088                 small demo plugin that installs a logtext hook and
6089                 outputs the log text to stdout
6090
6091 2002-12-26 [paul]       0.8.8claws1
6092
6093         * po/es.po
6094                 updated by Ricardo Mones Lastra
6095
6096 2002-12-26 [paul]       0.8.8claws
6097
6098         * 0.8.8claws released
6099
6100 2002-12-26 [paul]       0.8.7claws12
6101
6102         * po/bg.po
6103                 updated by George Danchev
6104
6105 2002-12-26 [paul]       0.8.7claws11
6106
6107         * po/POTFILES.in
6108                 remove unneeded 'src/prefs.c' entry 
6109
6110 2002-12-26 [paul]       0.8.7claws10
6111
6112         * src/codeconv.c
6113           src/mainwindow.c
6114                 sync with 0.8.8 release
6115         
6116         * src/folder.[ch]
6117           src/mh.c
6118           src/summaryview.c
6119                 partial sync with 0.8.8 release
6120         
6121
6122 2002-12-25 [alfons]     0.8.7claws9
6123
6124         * src/matcher.[ch]
6125         * src/matcher_parser_lex.l
6126         * src/matcher_parser_parse.y
6127         * src/prefs_matcher.c
6128                 add locked flag to possible filtering / matcher 
6129                 conditions (also a good example what should be
6130                 done to add a simple boolean condition)
6131
6132 2002-12-25 [christoph]  0.8.7claws8
6133
6134         * src/Makefile.am
6135         * src/account.[ch]
6136         * src/addrbook.c
6137         * src/addressbook.c
6138         * src/addrindex.c
6139         * src/filtering.c
6140         * src/folder.c
6141         * src/matcher.c
6142         * src/prefs.[ch]                ** REMOVE **
6143         * src/prefs_account.c
6144         * src/prefs_actions.c
6145         * src/prefs_common.c
6146         * src/prefs_customheader.c
6147         * src/prefs_display_header.c
6148         * src/prefs_filtering.c
6149         * src/prefs_folder_item.c
6150         * src/prefs_gtk.[ch]            ** NEW **
6151         * src/prefs_matcher.c
6152         * src/prefs_scoring.c
6153         * src/prefs_summary_column.c
6154         * src/procmime.c
6155         * src/selective_download.c
6156         * src/toolbar.c
6157         * src/common/Makefile.am
6158         * src/common/prefs.[ch]         ** NEW **
6159                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6160
6161 2002-12-24 [alfons]     0.8.7claws7
6162
6163         * src/summaryview.c
6164                 summary_thread_build(): fix real cause of the crash mentioned in
6165                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6166                 this way we get meaningful ctree nodes 
6167
6168 2002-12-24 [oliver]     0.8.7claws6
6169
6170         * src/mainwindow.[ch]
6171         * src/messageview.[ch]
6172         * src/compose.[ch]
6173         * src/inc.c
6174         * src/summaryview.c
6175                 changes to use updated toolbar handling
6176                 
6177 2002-12-24 [oliver]     0.8.7claws5
6178
6179         * src/toolbar.[ch]
6180                 generic toolbar handling
6181                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6182         * src/prefs_toolbar.[ch]
6183                 adjust to handling
6184         
6185 2002-12-24 [oliver]     0.8.7claws4
6186         
6187         * src/stock_pixmap.[ch]
6188                 move SYLPHEED_LOGO to end of list in order 
6189                 to remove it from Custom Toolbar`s Icon View
6190
6191 2002-12-24 [alfons]     0.8.7claws3
6192
6193         * src/summaryview.c
6194                 summary_thread_build(): fix crash because of focus != selection 
6195                 after threading. when deleting the selection, gtk tries but fails 
6196                 to find the correct focusable element. we now force the selection
6197                 to be focused. this should solve the infamous bug reported by 
6198                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6199                 a test case is available. 
6200
6201 2002-12-24 [darko]      0.8.7claws2
6202
6203         * src/summaryview.c
6204                 don't crash when unmarking message with unread children
6205
6206 2002-12-23 [christoph]  0.8.7claws1
6207
6208         * src/Makefile.am
6209         * src/common/Makefile.am
6210                 update Makefiles for moved intl.h, version.h and defs.h
6211         * src/imap.c
6212                 rewrite imap_session_get to avoid duplicate code
6213
6214 2002-12-23 [paul]       0.8.7claws
6215
6216         * Santa-Claws released
6217         
6218         * po/hu.po
6219           po/ru.po
6220                 squeeze in updated Hungarian and Russian translations.
6221                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6222
6223 2002-12-23 [paul]       0.8.6claws129
6224
6225         * po/pl.po
6226                 updated by Witold Wladyslaw Wojciech Wilk
6227
6228 2002-12-23 [paul]       0.8.6claws128
6229
6230         * src/quote_fmt_parse.y
6231                 fix typo and add licence header
6232
6233 2002-12-23 [paul]       0.8.6claws127
6234
6235         * po/en_GB.po
6236                 updated
6237
6238 2002-12-23 [paul]       0.8.6claws126
6239
6240         * po/it.po
6241                 updated translation, submitted by Alessandro Maestri
6242                 
6243 2002-12-23 [paul]       0.8.6claws125
6244
6245         * src/quote_fmt_parse.y
6246                 fix signature-stripping on replies bug. match
6247                 '-- \n' and not '-- '.
6248
6249 2002-12-22 [paul]       0.8.6claws124
6250
6251         * po/bg.po
6252           po/es.po
6253           po/sr.po
6254                 updated translations. submitted by George Danchev,
6255                 Ricardo Mones Lastra, and Urke MMI respectively
6256
6257 2002-12-21 [paul]       0.8.6claws123
6258
6259         * src/addrbook.c
6260                 fix coding style
6261
6262 2002-12-21 [paul]       0.8.6claws122
6263
6264         * src/addrbook.c
6265                 fix bug [643638] where if a person is in one or more
6266                 addressbook groups editing that person's email 
6267                 address results in removal from those groups.
6268                 Patch submitted by Luke Plant.
6269
6270 2002-12-20 [christoph]  0.8.6claws121
6271
6272         * src/common/utils.c
6273         * src/summaryview.c
6274                 reimplement expand_search_string using GString to
6275                 prevent crashs caused by miscalculated string
6276                 lengths reported by Paul
6277
6278 2002-12-20 [christoph]  0.8.6claws120
6279
6280         * src/summaryview.c
6281                 don't use "changed" to check if op_count has to be changed as it
6282                 is also set when the message has unread children
6283                 (closes bug [ 653221 ] crash while deleting duplicates)
6284
6285 2002-12-20 [paul]       0.8.6claws119
6286
6287         * sync with 0.8.6cvs27
6288                 see ChangeLog 2002-12-20
6289
6290 2002-12-20 [paul]       0.8.6claws118
6291
6292         * sync with 0.8.6cvs26
6293                 see ChangeLog 2002-12-19 and 2002-12-20
6294
6295 2002-12-19 [alfons]     0.8.6claws117
6296
6297         * src/textview.c
6298                 fix incorrect parsing of email addresses, submitted by 
6299                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6300                 name display if it contains @".
6301
6302 2002-12-18 [paul]       0.8.6claws116
6303
6304         * sync with 0.8.6cvs23
6305                 see ChangeLog 2002-12-18
6306
6307 2002-12-18 [paul]       0.8.6claws115
6308
6309         * src/Makefile.am
6310         * src/account.c
6311         * src/codeconv.c
6312         * src/gtkutils.[ch]
6313         * src/imap.c
6314                 sync with 0.8.6cvs22.
6315                 see ChangeLog 2002-12-17 and 2002-12-18
6316
6317 2002-12-17 [christoph]  0.8.6claws114
6318
6319         * src/imap.c
6320                 o don't create a session if imap greeting fails
6321                 o don't close socket when authentication fails
6322                   this is done by imap_session_destroy
6323
6324 2002-12-17 [thorsten]   0.8.6claws113
6325
6326         * tools/Makefile.am
6327           tools/README
6328           tools/google_msgid.pl ** NEW FILE **
6329                 Added "search for message-id" script and doc
6330
6331 2002-12-17 [thorsten]   0.8.6claws112
6332
6333         * po/hu.po
6334                 Updated hungarian translation
6335                 (updated by Gal Zoltan)
6336
6337 2002-12-16 [christoph]  0.8.6claws111
6338
6339         * src/addr_compl.c
6340                 remove stupid addressbook dump to debug output
6341         * src/mh.c
6342                 fix memory leak found by Hiro
6343
6344 2002-12-14 [paul]       0.8.6claws110
6345
6346         * src/compose.c
6347                 fix menubar sensitivity on send
6348                 
6349         * src/prefs_filtering.c
6350         * src/prefs_matcher.c
6351         * src/prefs_scoring.c
6352                 Fix english ;)
6353                 
6354         * src/common/quoted-printable.h
6355                 sync: fix typo
6356         
6357 2002-12-13 [christoph]  0.8.6claws109
6358
6359         * src/Makefile.am
6360         * src/manage_window.[ch]        ** REMOVE **
6361         * src/gtk/Makefile.am
6362         * src/gtk/manage_window.[ch]    ** NEW **
6363                 move manage_window files to gtk directory
6364
6365 2002-12-13 [christoph]  0.8.6claws108
6366
6367         * src/Makefile.am
6368         * src/gtkshruler.[ch]           ** REMOVE **
6369         * src/gtk/Makefile.am
6370         * src/gtk/gtkshruler.[ch]       ** NEW **
6371                 move gtkshruler files to gtk directory
6372
6373 2002-12-13 [christoph]  0.8.6claws107
6374
6375         * src/Makefile.am
6376         * src/compose.c
6377         * src/gtkstext.[ch]             ** REMOVE **
6378         * src/gtkutils.[ch]
6379         * src/textview.c
6380         * src/gtk/gtkstext.[ch]         ** NEW **
6381         * src/gtk/Makefile.am
6382                 o move stext functions to gtkstext.c to remove
6383                   dependency of gtkutils
6384                 o move gtkstext files to gtk directory
6385
6386         * src/gtk/Makefile.am
6387         * src/gtk/sslcertwindow.[ch]
6388                 UI stuff can always depend on common code so
6389                 it's ok to add ../common to include path
6390
6391 2002-12-13 [colin]      0.8.6claws106
6392
6393         * src/summaryview.c
6394                 Disconnect sighandlers for mainwindow when
6395                 quicksearch has the focus
6396                 Fix bug #653231
6397         * src/mainwindow.[ch]
6398                 Make key_pressed callback public, to be able
6399                 to disconnect it
6400
6401 2002-12-13 [christoph]  0.8.6claws105
6402
6403         * src/mh.c
6404                 create .mh_sequences file in new MH folders
6405                 (closes feature request [ 523162 ] MH folders should
6406                  get a .mh_sequences)
6407
6408 2002-12-13 [colin]      0.8.6claws104
6409
6410         * src/summaryview.c
6411                 Better handling of quicksearch show/hide
6412                 (basically the button stays under the mouse 
6413                  when toggled)
6414
6415 2002-12-13 [paul]       0.8.6claws103
6416
6417         * sync with 0.8.6cvs17
6418                 see ChangeLog 2002-12-13
6419
6420 2002-12-13 [paul]       0.8.6claws102
6421
6422         * po/es.po
6423                 updated by Ricardo Mones Lastra
6424
6425 2002-12-11 [colin]       0.8.6claws101
6426
6427         * src/folder.c
6428                 remove statusbar stuff
6429           src/folderview.c
6430                 set statusbar verbosity when moving folders
6431
6432 2002-12-11 [colin]       0.8.6claws100
6433         * src/prefs_filtering.c
6434         * src/prefs_matcher.c
6435         * src/prefs_scoring.c
6436                 Fix english ;)
6437
6438 2002-12-11 [colin]       0.8.6claws99
6439
6440         * src/prefs_common.[ch]
6441                 Add summary_quicksearch_type
6442         * src/summaryview.c
6443                 Save last used quicksearch type
6444
6445 2002-12-11 [jens]       0.8.6claws98
6446         * src/prefs_filtering.c
6447         * src/prefs_matcher.c
6448         * src/prefs_scoring.c
6449                 added dialog for incomplete rules in scoring, filtering and
6450                 matcher to ask wheather really close
6451
6452 2002-12-11 [colin]      0.8.6claws97
6453
6454         * src/folder.c
6455                 Fix folder dnd statusbar logging
6456
6457 2002-12-10 [christoph]  0.8.6claws96
6458
6459         * src/compose.c
6460         * src/folder.c
6461         * src/imap.c
6462         * src/inc.c
6463         * src/main.c
6464         * src/mainwindow.c
6465         * src/news.c
6466         * src/send.c
6467         * src/statusbar.[ch]
6468         * src/common/hooks.c
6469         * src/common/log.[ch]
6470                 o handle verbose logging in statusbar directly in statusbar code
6471                   and common code does not need any knowledge about a statusbar
6472                 o remove direct calls to statusbar_(puts|pop)_all functions
6473
6474 2002-12-10 [jens]       0.8.6claws95
6475
6476         * src/*.c
6477                 removed gettext from g_warnings
6478         * po/POTFILES.in
6479                 cleaned and updated
6480         * po/de.po
6481                 updated
6482
6483 2002-12-10 [colin]      0.8.6claws94
6484
6485         * src/main.c
6486                 finish crash dialog fix
6487
6488 2002-12-10 [colin]      0.8.6claws93
6489
6490         * src/main.c
6491                 "Fix" "sylpheed already running" instead of
6492                 crash dialog appearing after a crash
6493
6494 2002-12-10 [colin]      0.8.6claws92
6495
6496         * po/POTFILES.in
6497                 add src/gtk/sslcertwindow.c
6498
6499 2002-12-10 [paul]       0.8.6claws91
6500
6501         * po/POTFILES.in
6502                 updated to reflect recent changes
6503                 submitted by Alessandro Maestri
6504
6505 2002-12-09 [christoph]  0.8.6claws90
6506
6507         * src/Makefile.am
6508         * src/smtp.[ch]                 ** REMOVE **
6509         * src/common/Makefile.am
6510         * src/common/smtp.[ch]          ** NEW **
6511                 move smtp files to common directory
6512
6513 2002-12-09 [christoph]  0.8.6claws89
6514
6515         * src/Makefile.am
6516         * src/session.[ch]              ** REMOVE **
6517         * src/common/Makefile.am
6518         * src/common/session.[ch]       ** NEW **
6519                 move session files to common directory
6520
6521 2002-12-09 [paul]       0.8.6claws88
6522
6523         * src/account.c
6524                 fix bug [649746] edit accounts: move account reverted
6525                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6526
6527 2002-12-09 [colin]      0.8.6claws87
6528
6529         * src/ssl_certificate.c
6530                 cleanup
6531
6532 2002-12-09 [colin]      0.8.6claws86
6533
6534         * src/ssl.c
6535                 Try to open the cert.pem database and 
6536                 issue a warning if it isn't there
6537
6538 2002-12-09 [colin]      0.8.6claws85
6539
6540         * src/common/ssl_certificate.c
6541         * src/gtk/sslcertwindow.c
6542                 Warning fixes
6543
6544 2002-12-09 [colin]      0.8.6claws84
6545
6546         * src/ssl_certificate.[ch] ** REMOVED **
6547         * src/common/ssl_certificate.[ch] ** NEW **
6548         * src/Makefile.am
6549         * src/common/Makefile.am
6550                 Moved ssl_certificate.[ch] to common
6551         * src/common/ssl.c 
6552                 Put back needed include
6553         * src/gtk/sslcertwindow.[ch]
6554                 Changed ssl_certificate.h include
6555         
6556 2002-12-09 [colin]      0.8.6claws83
6557
6558         * src/gtk/sslcertwindow.[ch]
6559                 Implement hook for certificate acception
6560         * src/ssl_certificate.[ch]
6561                 Implement hook for certificate acception
6562         * src/common/ssl.c
6563                 Reenable certificate acception check
6564         * src/mainwindow.c
6565                 Register sslcertwindow's hook
6566         
6567 2002-12-08 [christoph]  0.8.6claws82
6568
6569         * src/about.c
6570         * src/addr_compl.c
6571         * src/codeconv.c
6572         * src/manual.c
6573         * src/undo.c
6574         * src/common/utils.c
6575                 o add missing includes
6576                 o fix warnings
6577         * src/.cvsignore
6578         * src/common/.cvsignore
6579         * src/common/version.h          ** REMOVE **
6580                 remove autogenerated file
6581
6582 2002-12-08 [paul]       0.8.6claws81
6583
6584         * src/stringtable.c
6585                 put back needed include
6586
6587 2002-12-08 [colin]      0.8.6claws80
6588         
6589         * src/gtk/sslcertwindow.c
6590                 Cleaner popups when asking
6591         * src/ssl_certificate.c
6592         * src/prefs_common.[ch]
6593                 remove ssl certificate pref
6594                 put back needed include
6595         * src/undo.c
6596                 put back needed include
6597
6598 2002-12-08 [christoph]  0.8.6claws79
6599
6600         * src/folderview.c
6601         * src/logwindow.c
6602         * src/statusbar.c
6603         * src/summaryview.c
6604                 only abort hook invokation if required data is missing not
6605                 if our own data pointer is NULL, update hookfunction for
6606                 log window
6607
6608 2002-12-08 [paul]       0.8.6claws78
6609
6610         * src/about.c
6611         * src/addrcache.c
6612         * src/addrclip.c
6613         * src/addr_compl.c
6614         * src/addrselect.c
6615         * src/codeconv.c
6616         * src/colorlabel.c
6617         * src/enriched.c
6618         * src/esmtp.c
6619         * src/exporthtml.c
6620         * src/headerview.c
6621         * src/imageview.c
6622         * src/manual.c
6623         * src/noticeview.c
6624         * src/pgptext.c
6625         * src/scoring.c
6626         * src/sourcewindow.c
6627         * src/stringtable.c
6628         * src/undo.c
6629                 clean up: remove unneccesary includes
6630
6631 2002-12-08 [christoph]  0.8.6claws77
6632
6633         * src/folderview.c
6634         * src/statusbar.c
6635         * src/summaryview.c
6636         * src/common/hooks.[ch]
6637                 hook functions now have a gboolean return value, if a hook
6638                 returns TRUE it will stop executing of any more hooks in
6639                 the same hooklist for this invokation
6640
6641 2002-12-08 [colin]      0.8.6claws76
6642         
6643         * src/main.c
6644                 put back argv0 for CRASH_DIALOG
6645
6646 2002-12-08 [christoph]  0.8.6claws75
6647
6648         * src/Makefile.am
6649         * src/about.c
6650         * src/account.c
6651         * src/crash.c
6652         * src/esmtp.h
6653         * src/imap.[ch]
6654         * src/inc.c
6655         * src/main.c
6656         * src/mainwindow.c
6657         * src/news.c
6658         * src/pop.[ch]
6659         * src/prefs_account.[ch]
6660         * src/prefs_common.[ch]
6661         * src/send.[ch]
6662         * src/smtp.[ch]
6663         * src/ssl_certificate.[ch]
6664         * src/ssl_manager.[ch]
6665         * src/common/Makefile.am
6666         * src/common/log.c
6667         * src/common/nntp.[ch]
6668         * src/common/socket.[ch]
6669         * src/common/ssl.[ch]
6670         * src/gtk/sslcertwindow.[ch]
6671         * ac/openssl.m4
6672                 use new autoconf script to detect OpenSSL with extra parameters
6673                 to specify the location of libs and includes, also remove USE_SSL
6674                 to USE_OPENSSL
6675
6676         * src/common/sylpheed.[ch]
6677         * src/common/version.h.in
6678                 start seperation of common code initialization seperated from gui
6679
6680         * src/summaryview.c
6681                 The function that is called when a color label changes
6682                 should not change the color lable again
6683
6684 2002-12-08 [colin]      0.8.6claws74
6685
6686         * src/gtk/sslcertwindow.c
6687                 warning fixes
6688
6689 2002-12-08 [colin]      0.8.6claws73
6690
6691         * src/statusbar.c
6692           src/common/log.h
6693                 Register a hook for statusbar_puts_all
6694         * src/common/log.c
6695                 invoke statusbar_puts_all's hook
6696         
6697 2002-12-08 [colin]      0.8.6claws72
6698
6699         * src/ssl_certificate.c
6700                 Put back a badly-removed include
6701
6702 2002-12-08 [colin]      0.8.6claws71
6703
6704         * src/gtk/sslcertwindow.[ch]    ** NEW **
6705                 new certificate presentation
6706         * src/gtk/Makefile.am
6707                 add new files
6708         * src/ssl_certificate.[ch]
6709                 gtk cleanup, made utility functions public
6710         * src/ssl_manager.c
6711                 use new cert presentation
6712
6713 2002-12-07 [christoph]  0.8.6claws70
6714
6715         * src/Makefile.am
6716         * src/nntp.[ch]                 ** REMOVE **
6717         * src/common/Makefile.am
6718         * src/common/nntp.[ch]          ** NEW **
6719                 move nntp files to common directory
6720
6721 2002-12-07 [christoph]  0.8.6claws69
6722
6723         * src/procmsg.[ch]
6724         * src/summaryview.c
6725                 implement msginfo update callback using sylpheed's new
6726                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6727
6728 2002-12-06 [christoph]  0.8.6claws68
6729
6730         * src/editgroup.c
6731                 This patch changes the 'Edit Group Details' dialog to
6732                 allow extended selections in either pane, so that
6733                 addresses can be added or removed from a group more
6734                 quickly and easily. (it actually is a net decrease in
6735                 file size, as some unnecessary functions have been
6736                 removed). 
6737                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6738
6739 2002-12-06 [christoph]  0.8.6claws67
6740
6741         * src/Makefile.am
6742         * src/template.[ch]             ** REMOVE **
6743         * src/common/Makefile.am
6744         * src/common/template.[ch]      ** NEW **
6745                 move template files to common directory
6746
6747         * src/nntp.c
6748                 add missing log.h include
6749
6750 2002-12-06 [melvin]     0.8.6claws66
6751
6752         * src/prefs_actions.c
6753                 Added the trailing ">" syntax to insert command's output
6754                 without replacing old text (in contrast to trailing "|").
6755
6756 2002-12-05 [colin]      0.8.6claws65
6757         
6758         * src/common/utils.c
6759                 Don't modify original search_string or it'll change
6760                 the next iterations in the for()
6761
6762 2002-12-05 [darko]      0.8.6claws64
6763
6764         * src/common/utils.c
6765                 proper check for filtering commands, found by Colin
6766
6767 2002-12-05 [darko]      0.8.6claws63
6768
6769         * src/common/utils.c
6770                 check proper string for NULL pointer, found by Colin
6771
6772 2002-12-05 [darko]      0.8.6claws62
6773
6774         * src/common/utils.[ch]
6775                 expand_search_string(): new function
6776                 converts Mutt-like patterns to Sylpheed's
6777                 filtering engine
6778         * src/summaryview.c
6779                 use expand_search_string() to allow Mutt-like
6780                 patterns in extended search
6781         * README.claws
6782                 document extended option in quick search
6783
6784 2002-12-05 [paul]       0.8.6claws61
6785
6786         * sync with 0.8.6cvs16
6787                 see ChangeLog 2002-12-05
6788                 
6789         * po/POTFILES.in
6790                 clean up
6791
6792 2002-12-04 [christoph]  0.8.6claws60
6793
6794         * src/imap.[ch]
6795                 put imap authentication code into a new function and
6796                 remove it from imap_session_new that will allow to
6797                 send other commands before authentication
6798
6799 2002-12-04 [christoph]  0.8.6claws59
6800
6801         * src/imap.[ch]
6802                 use already existing method to prevent unneeded IMAP
6803                 folder selects. Set imap_select parameters to NULL
6804                 in some functions if the values are not required.
6805
6806         * src/xml.h
6807                 remove no longer required include
6808
6809 2002-12-04 [paul]       0.8.6claws58
6810
6811         * po/es.po
6812                 updated by Ricardo Mones Lastra
6813                 
6814         * configure.in
6815           po/hu.po      ** NEW FILE **
6816                 initial Hungarian translation, submitted
6817                 by Gál Zoltán <galzoli@hu.inter.net>
6818
6819 2002-12-03 [christoph]  0.8.6claws57
6820
6821         * src/Makefile.am
6822         * src/gtksctree.[ch]            ** REMOVE **
6823         * src/gtk/Makefile.am
6824         * src/gtk/gtksctree.[ch]        ** NEW **
6825                 move gtksctree files to gtk directory
6826
6827 2002-12-03 [christoph]  0.8.6claws56
6828
6829         * src/Makefile.am
6830         * src/md5.[ch]                  ** REMOVE **
6831         * srm/common/Makefile.am
6832         * src/common/md5.[ch]           ** NEW **
6833                 move md5 files to common directory
6834
6835         * src/gtkstext.c
6836                 remove not required #include
6837
6838 2002-12-03 [sergey]     0.8.6claws55
6839
6840         * src/gtkutils.c
6841         * src/gtkutils.h
6842                 gtkut_window_popup(): new function.
6843         * src/mainwindow.c
6844                 main_window_popup(): use gtkut_window_popup() to raise
6845                 window without changing its position.
6846                 (see sylpheed-main ML message [sylpheed:17247])
6847
6848 2002-12-03 [sergey]     0.8.6claws54
6849
6850         * src/send.c
6851                 send_message_local(): removed first-dot escaping
6852                 (SMTP-only, not needed for sending through pipe)
6853
6854 2002-12-03 [paul]       0.8.6claws53
6855
6856         * po/POTFILES.in
6857                 update to reflect recent changes (thanks
6858                 to Ricardo Mones Lastra)
6859                 
6860         * tools/filter_conv.pl
6861                  fix problem with quoted strings. Patch submitted
6862                  by Luke Plant <lukeplant@softhome.net>
6863
6864 2002-12-03 [paul]       0.8.6claws52
6865
6866         * sync with 0.8.6cvs15
6867                 see ChangeLog 2002-12-03
6868
6869 2002-12-02 [christoph]  0.8.6claws51
6870
6871         * src/logwindow.[ch]
6872         * src/common/log.[ch]
6873                 implement logging using a hook function
6874
6875         * src/folderview.c
6876         * src/folder.[ch]
6877                 define hooklist name in header file to avoid
6878                 errors caused by wrong spelling of hooklist names
6879
6880         * src/toolbar.c
6881                 fix warnings
6882
6883 2002-12-02 [christoph]  0.8.6claws50
6884
6885         * src/common/Makefile.am
6886                 add src/common/hooks.[ch]
6887
6888         * src/common/hooks.[ch]
6889                 implement a simple hook system using glib's hook functions
6890
6891         * src/folder.[ch]
6892         * src/folderview.c
6893                 use new hook system for folder item updates
6894
6895 2002-12-02 [christoph]  0.8.6claws49
6896
6897         * doc-src/ui_seperation.txt     ** NEW **
6898                 information for ui seperation
6899
6900         * src/Makefile.am
6901                 remove files that were moved to common
6902                 include common directory by default for the header files
6903
6904         * src/inc.c
6905         * src/common/socket.c
6906         * src/automaton.[ch]
6907                 implement automaton using g_io_*-functions instead of
6908                 gdk_input_add to make it ui independent
6909
6910         * src/codeconv.c
6911         * src/compose.c
6912         * src/ldif.c
6913         * src/pgptext.c
6914         * src/procmime.c
6915         * src/rfc2015.c
6916         * src/smtp.c
6917         * src/unmime.c
6918                 remove common/ prefix because directory is now in
6919                 include path
6920
6921         * src/compose.c
6922         * src/folder.c
6923         * src/folderview.c
6924         * src/mainwindow.c
6925         * src/messageview.c
6926         * src/prefs_common.c
6927         * src/procmsg.c
6928         * src/rfc2015.c
6929                 fix warnings
6930
6931         * src/imap.c
6932         * src/inc.c
6933         * src/news.c
6934         * src/pop.c
6935         * src/send.c
6936         * src/smtp.c
6937         * src/ssl_certificate.c
6938                 add log.h header file for logging functions
6939
6940         * src/main.c
6941         * src/common/utils.c
6942         * src/summaryview.c
6943         * src/xml.c
6944                 o move debug_mode to common/utils.c
6945                 o add functions to set and get debug_mode
6946
6947         * src/defs.h                    ** REMOVE **
6948         * src/intl.h                    ** REMOVE **
6949         * src/socket.[ch]               ** REMOVE **
6950         * src/ssl.[ch]                  ** REMOVE **
6951         * src/utils.[ch]                ** REMOVE **
6952                 replaced by new files in src/common/
6953         
6954         * src/common/Makefile.am
6955                 add new files in src/common/
6956
6957         * src/common/defs.h             ** NEW **
6958         * src/common/intl.h             ** NEW **
6959         * src/common/log.[ch]           ** NEW **
6960         * src/common/socket.[ch]        ** NEW **
6961         * src/common/ssl.[ch]           ** NEW **
6962         * src/common/utils.[ch]         ** NEW **
6963                 replacement for files in src/
6964
6965 2002-12-02 [colin]      0.8.6claws48
6966
6967         * src/folderview.c
6968                 Scroll folderview if necessary during dnd
6969
6970 2002-12-02 [colin]      0.8.6claws47
6971
6972         * src/folder.[ch]
6973                 Add check to verify a move is within a single mailbox
6974         * src/folderview.c
6975                 Add specific error string for this check
6976
6977 2002-12-02 [colin]      0.8.6claws46
6978
6979         * src/folder.c
6980                 Add a test to folder moving, remove a statusbar_print
6981         * src/folderview.c
6982                 Add Move folder... context-menu item
6983                 Factorize folder moving code
6984                 Enable folder DND for mbox
6985
6986 2002-12-01 [christoph]  0.8.6claws45
6987
6988         * ac/aspell.m4
6989                 remove conf.aspelltest if the version check fails
6990
6991 2002-11-30 [christoph]  0.8.6claws44
6992
6993         * autogen.sh
6994                 run libtoolize --force in autogen to create missing
6995                 libtool scripts
6996
6997 2002-11-30 [christoph]  0.8.6claws43
6998
6999         * src/Makefile.am
7000         * src/pgptext.c
7001         * src/procmime.c
7002         * src/rfc2015.c
7003         * src/uuencode.[ch]             ** REMOVED **
7004         * src/common/Makefile.am
7005         * src/common/uuencode.[ch]      ** NEW **
7006                 move uuen/decoder to common directory
7007
7008 2002-11-30 [christoph]  0.8.6claws42
7009
7010         * src/Makefile.am
7011         * src/base64.[ch]               ** REMOVED **
7012         * src/codeconv.c
7013         * src/compose.c
7014         * src/ldif.c
7015         * src/pgptext.c
7016         * src/procmime.c
7017         * src/rfc2015.c
7018         * src/smtp.c
7019         * src/unmime.c
7020         * src/common/Makefile.am
7021         * src/common/base64.[ch]        ** NEW **
7022                 move base64 en/decoder to common directory
7023
7024 2002-11-30 [christoph]  0.8.6claws41
7025
7026         * src/common                    ** NEW **
7027                 new directory for UI independent code
7028         * src/gtk                       ** NEW **
7029                 new directory for GTK frontend
7030         * src/common/.cvsignore         ** NEW **
7031         * src/gtk/.cvsignore            ** NEW **
7032                 ignore build files
7033         * src/common/Makefile.am        ** NEW **
7034         * src/gtk/Makefile.am           ** NEW **
7035                 automake files to build new seperated stuff
7036         * src/Makefile.am
7037                 the binary will currently still be build with the
7038                 files in src, so we include the code from the
7039                 subdirs for now after building the libs there
7040
7041 2002-11-30 [paul]       0.8.6claws40
7042
7043         * src/compose.c
7044                 fix bug [642731] 'Wrong selected account with drafted mail'
7045
7046 2002-11-29 [oliver]     0.8.6claws39
7047         
7048         * src/messageview.c
7049                 o update summaryview when switching between different
7050                   messageviews          
7051         * src/toolbar.c  
7052                 o check if messageview holds already removed msg
7053                   from summaryview
7054                 
7055
7056 2002-11-29 [oliver]     0.8.6claws38
7057
7058         * src/toolbar.c 
7059                 remove not needed variables and includes
7060                 make messageview stay opened and move to next when msgs are deleted 
7061
7062 2002-11-29 [oliver]     0.8.6claws37
7063         
7064         * src/toolbar.c 
7065                 disable compose button (messageview toolbar) by default
7066                 deleted msgs are moved to trash
7067         
7068 2002-11-29 [melvin]     0.8.6claws36
7069
7070         * configure.in
7071                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7072                 and to detect signatures expirations (gpgme 0.3.6)
7073
7074         * src/main.c
7075                 Use non obsolescent function for Gpgme engine checking.
7076
7077         * src/rfc2015.c
7078                 Inform about expired signatures or signatures which key
7079                 has expired. Expiration date is displayed.
7080
7081         * src/sigstatus.c
7082                 Inform about expired signatures or signatures which key
7083                 has expired.
7084
7085 2002-11-28 [paul]       0.8.6claws35
7086
7087         * src/folderview.c
7088                 re-instate 'Check for new messages' in Newsgroup
7089                 folders right-click menu, after a suggestion from
7090                 Tim Mann <timmann@users.sourceforge.net>
7091
7092         * src/main.c
7093                 after a crash check only local folders for new
7094                 messages
7095
7096 2002-11-28 [paul]       0.8.6claws34
7097
7098         * configure.in
7099                 apply patch that fixes the checking of GTK with XIM 
7100                 support on different OSs, such as FreeBSD. Patch 
7101                 submitted by Topia <topia@users.sourceforge.net>
7102                 
7103 2002-11-28 [paul]       0.8.6claws33
7104
7105         * src/mainwindow.c
7106           src/prefs_common.c
7107           src/prefs_toolbar.c
7108                 more changes to the English
7109
7110 2002-11-28 [paul]       0.8.6claws32
7111
7112         * sync with 0.8.6cvs13
7113                 see ChangeLog 2002-11-28 (no sync needed
7114                 for src/compose.c)
7115
7116 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7117         
7118         * src/mainwindow.[ch]
7119                 add patch by Ivan F. Martinez introducing messageview Toolbar
7120                 some changes and committed by oliver    
7121
7122 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7123
7124         * src/messageview.[ch]
7125                 add patch by Ivan F. Martinez introducing messageview Toolbar
7126                 some changes and committed by oliver    
7127
7128 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7129
7130         * src/compose.[ch]
7131                 add patch by Ivan F. Martinez introducing messageview Toolbar
7132                 some changes and committed by oliver    
7133
7134 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7135         
7136         * src/toolbar.[ch]
7137                 add patch by Ivan F. Martinez introducing messageview Toolbar
7138                 some changes and committed by oliver
7139
7140 2002-11-28 [oliver]     0.8.6claws27
7141         
7142         * src/prefs_toolbar.[ch]
7143                 getting ready for messageview toolbar
7144                 free mem allocated by gettext
7145                 change prefs_toolbar to prefs_toolbar_open
7146  
7147 2002-11-28 [thorsten]   0.8.6claws26
7148
7149         * src/imageview.[ch]
7150                 cleaned up conflicting declarations of
7151                 imageview_show_image()
7152
7153 2002-11-28 [paul]       0.8.6claws25
7154
7155         * src/grouplistdialog.c
7156           src/prefs_common.c
7157           src/prefs_summary_column.c
7158                 a few more improvements to the English
7159
7160 2002-11-28 [colin]      0.8.6claws24
7161
7162         * man/sylpheed.1
7163                 A few updates to command-line parameters
7164
7165 2002-11-28 [colin]      0.8.6claws23
7166
7167         * src/prefs_filtering.c
7168                 Fix problems with prefs_filtering_delete_path:
7169                 a) if the first rule is removed, original pointers
7170                    weren't updated (leading to segfaults)
7171                 b) it was always global_processing updated in case
7172                    of removed path was parent of rule path
7173
7174 2002-11-27 [paul]       0.8.6claws22
7175
7176         * src/mainwindow.c
7177           src/prefs_account.c
7178           src/prefs_actions.c
7179           src/prefs_common.c
7180           src/prefs_customheader.c
7181           src/prefs_display_header.c
7182           src/prefs_filtering.c
7183           src/prefs_folder_item.c
7184           src/prefs_matcher.c
7185           src/prefs_scoring.c
7186           src/prefs_summary_column.c
7187           src/prefs_template.c
7188           src/prefs_toolbar.c
7189                  improve the English in the GUI
7190
7191 2002-11-27 [colin]      0.8.6claws21
7192
7193         * src/folder.c
7194                 Fix processing renaming problems happening after
7195                 last commit
7196
7197 2002-11-27 [colin]      0.8.6claws20
7198
7199         * src/folder.c
7200                 recursive move now deletes src each subfolder after 
7201                 having moved it
7202         * src/folderview.c
7203                 Use identifier instead of path during dnd (enables
7204                 IMAP folder dnd)
7205
7206 2002-11-27 [paul]       0.8.6claws19
7207
7208         * src/main.c
7209                 apply patch that does command-line processing 
7210                 BEFORE gtk_init, allowing claws to run from 
7211                 shell-scripts in non-X environment (e.g. crontab 
7212                 or ip-up, ip-down scripts). Patch submitted by
7213                 Ruslan N. Balkin <baron@dartel.ru>
7214                 
7215         * po/it.po
7216                 updated by Alessandro Maestri
7217
7218 2002-11-27 [paul]       0.8.6claws18
7219
7220         * sync with 0.8.6cvs12
7221           src/prefs_common.c
7222                 Differences are that main uses a 'Receive dialog'
7223                 frame on the Interface tab, whereas claws groups all 
7224                 the dialogs together in a 'Dialogs' frame.
7225
7226 2002-11-27 [colin]      0.8.6claws17
7227
7228         * src/prefs_matcher.c
7229                 Fix Execute criteria's NOT flag
7230
7231
7232 2002-11-26 [christoph]  0.8.6claws16
7233
7234         * src/ssl.c
7235                 rewrite the ssl code a little bit, only use one
7236                 SSL context, set default certificates' file/path
7237
7238 2002-11-26 [thorsten]   0.8.6claws15
7239
7240         * src/compose.c
7241                 default-reply-to didn't work for ml-reply
7242
7243 2002-11-26 [melvin]     0.8.6claws14
7244
7245         * src/prefs_actions.c
7246                 Made pipe-actions ignore short headers in message view
7247                 Made trailing-pipe-actions write in the message view with
7248                 the same font as the original message
7249
7250 2002-11-26 [paul]       0.8.6claws13
7251
7252         * src/compose.c
7253                 this time commit the correct file
7254
7255 2002-11-26 [paul]       0.8.6claws12
7256
7257         * sync with 0.8.6cvs11
7258           src/quote_fmt_parse.y  
7259                 no sync needed
7260           src/account.[ch]       
7261                 not sync'ed
7262           src/compose.c
7263                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7264                 on draft mode.
7265                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7266                 header
7267                 
7268         see ChangeLog 2002-11-25 and 2002-11-26
7269
7270 2002-11-26 [colin]      0.8.6claws11
7271
7272         * src/folderview.c
7273                 Fix collapsed folder not auto-expanding during
7274                 mail dnd, if it was the source folder.
7275
7276 2002-11-25 [colin]      0.8.6claws10
7277
7278         * src/folderview.[ch]
7279                 Variable renaming and cleaning (slist of nodes 
7280                 to be re-collapsed is stored in FolderView)
7281
7282 2002-11-25 [paul]       0.8.6claws9
7283
7284         * src/prefs_common.[ch]
7285                 fix breakage caused by last commit
7286
7287 2002-11-25 [paul]       0.8.6claws8
7288
7289         * sync with 0.8.6cvs4
7290                 see ChangeLog 2002-11-21
7291
7292 2002-11-25 [paul]       0.8.6claws7
7293
7294         * sync with 0.8.6cvs4
7295                 see ChangeLog 2002-11-20
7296
7297 2002-11-25 [paul]       0.8.6claws6
7298
7299         * sync with 0.8.6cvs3
7300                 see ChangeLog 2002-11-18
7301
7302 2002-11-25 [colin]      0.8.6claws5
7303
7304         * src/gtkutils.[ch]
7305                 Add gtkut_ctree_node_is_parent()
7306         * src/folderview.c
7307                 Spring-loaded folders
7308
7309 2002-11-25 [colin]      0.8.6claws4
7310
7311         * src/utils.[ch]
7312                 Add slist_concat_unique(), function to merge
7313                 two GSList filtering dups
7314         * src/folder.[ch]
7315         * src/summaryview.[ch]
7316         * src/folderview.c
7317         * src/main.c
7318                 Add detection/update/display of unread answers
7319                 to marked mails
7320         * src/procmsg.[ch]
7321                 Add procmsg_find_children()
7322                 Add procmsg_msg_has_marked_parent()
7323
7324 2002-11-25 [colin]      0.8.6claws3
7325
7326         * src/ssl_certificate.[ch]
7327                 Allow checking a certificate without a DNS
7328                 lookup
7329                 Allow to forget a cert (by deleting it)
7330                 Make ssl_certificate_destroy_public
7331         * src/ssl_manager.[ch] ** NEW FILES **
7332                 Gui to manage (display/remove) certificates
7333         * src/prefs_common.[ch]
7334                 Add a pref to allow silent acceptation of
7335                 trusted certificates or not (based on the
7336                 "I want to know what's going on" principle)
7337         * src/mainwindow.c
7338                 Add SSL manager in Tools menu
7339         * src/Makefile.am
7340                 Add the new files to the build
7341         * po/POTFILES.in
7342                 Add ssl_manager.c to translations
7343
7344 2002-11-25 [colin]      0.8.6claws2
7345
7346         * src/summaryview.[ch]
7347                 Add S_SEARCH_EXTENDED to the quick search, which 
7348                 allows to search using filtering syntax.
7349
7350 2002-11-25 [colin]      0.8.6claws1
7351
7352         * src/summaryview.c
7353                 Deletion of duplicates now prefer deleting
7354                 the unread dup (fixes feature-request 638989).
7355
7356 2002-11-24 [paul]       0.8.6claws
7357
7358         * po/es.po
7359           po/pl.po
7360           po/ru.po
7361           po/sr.po
7362                 updated by Ricardo Mones Lastra,
7363                 Witold Wladyslaw Wojciech Wilk,
7364                 Ruslan N. Balkin, and  Urke MMI 
7365                 respectively
7366
7367 2002-11-24 [paul]       0.8.5claws182
7368
7369         * po/bg.po
7370                 updated by George Danchev
7371
7372 2002-11-23 [alfons]     0.8.5claws181
7373
7374         * src/imap.c
7375                 tiny memory leak found by browsing Dimitar's 
7376                 valgrind report
7377
7378 2002-11-23 [paul]       0.8.5claws180
7379
7380         * po/it.po
7381                 updated by Alessandro Maestri
7382
7383 2002-11-22 [christoph]  0.8.5claws179
7384
7385         * src/compose.c
7386         * src/inc.c
7387         * src/prefs_filtering.c
7388         * src/summaryview.c
7389                 more warning fixes
7390
7391 2002-11-22 [alfons]     0.8.5claws178
7392
7393         * src/summaryview.c
7394                 summary_execute_delete_func(): if message is deleted, make 
7395                 sure to also remove its entry in the subject hash table. 
7396                 fixes a corner case bug.
7397
7398 2002-11-22 [paul]       0.8.5claws177
7399
7400         * .cvsignore
7401                 add 'autom4te.cache'
7402                 
7403         * ltconfig      ** REMOVED **
7404                 not needed
7405
7406 2002-11-22 [paul]       0.8.5claws176
7407
7408         * src/textview.c
7409                 textview_set_font(): fix for message display in
7410                 UTF-8 locales (thanks to Sergey Vlasov).
7411                 
7412         * AUTHORS
7413                 add new team members and contributors
7414
7415
7416 2002-11-21 [colin]      0.8.5claws175
7417
7418         * src/procmsg.[ch]
7419                 Add procmsg_remove_special_headers()
7420         * src/mh.c
7421                 Use procmsg_remove_special_headers() for 
7422                 previous fix
7423
7424 2002-11-21 [colin]      0.8.5claws174
7425
7426         * src/mh.c
7427                 Fix moving/copying from queue/draft folders
7428                 for MH folders
7429
7430 2002-11-21 [christoph]  0.8.5claws173
7431
7432         * src/crash.c
7433         * src/filtering.c
7434         * src/logwindow.c
7435         * src/main.c
7436         * src/matcher_parser_lex.[hl]
7437         * src/mbox.c
7438         * src/mbox_folder.[ch]
7439         * src/prefs_filtering.c
7440         * src/procheader.c
7441         * src/quote_fmt_lex.l
7442         * src/ssl.c
7443                 fix all warnings except the warnings in lex and yacc files
7444
7445 2002-11-20 [christoph]  0.8.5claws172
7446
7447         * src/imap.c
7448                 fix MsgInfo retrieval for IMAP draft and queue folders
7449                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7450
7451 2002-11-19 [christoph]  0.8.5claws171
7452
7453         * src/compose.c
7454                 fix segfault, when draft saving does not get
7455                 the MsgInfo of the new message
7456                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7457
7458 2002-11-19 [christoph]  0.8.5claws170
7459
7460         * src/procmsg.c
7461                 add parameter check for flag setting function
7462                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7463
7464 2002-11-18 [paul]       0.8.5claws169
7465
7466         * src/compose.c
7467                 more sensitivity fixes to redirect mode:
7468                 * disable toolbar draft button
7469                 * allow only Address book in the Tools menu
7470                 * disable editing of message by the spell
7471                   checker
7472
7473 2002-11-18 [paul]       0.8.5claws168
7474
7475         * src/compose.c
7476                 fix sensitivity of menu items in compose_redirect():
7477                 allow only the necessary items 
7478
7479 2002-11-18 [paul]       0.8.5claws167
7480
7481         * src/compose.c
7482                 fix bug [ 603259 ] 'attachment got lost on bounce'
7483
7484 2002-11-18 [paul]       0.8.5claws166
7485
7486         * po/ru.po
7487                 updated by Ruslan N. Balkin <baron@dartel.ru>
7488
7489 2002-11-18 [colin]      0.8.5claws165
7490
7491         * src/main.c
7492           src/defs.h
7493                 Remove old filtering stuff
7494
7495
7496 2002-11-17 [oliver]     0.8.5claws164
7497
7498         * src/toolbar.h
7499                 remove not needed typedef 
7500
7501 2002-11-17 [oliver]     0.8.5claws163
7502
7503         * src/toolbar.c
7504                 make toolbar's on click events translatable
7505
7506 2002-11-15 [colin]      0.8.5claws162
7507
7508         * src/summaryview.c
7509                 Revert too-soon integration of a feature
7510
7511 2002-11-15 [christoph]  0.8.5claws161
7512
7513         * src/imap.c
7514                 use main's implementation of imap_get_msginfo
7515
7516 2002-11-15 [christoph]  0.8.5claws160
7517
7518         * src/compose.c
7519         * src/folder.[ch]
7520         * src/imap.c
7521         * src/mbox_folder.c
7522         * src/mh.c
7523         * src/news.c
7524         * src/procmsg.c
7525         * src/summaryview.c
7526                 replace claws' fetch_msginfo with main's get_msginfo
7527                 (use main's implementation where possible)
7528
7529 2002-11-15 [colin]      0.8.5claws159
7530
7531         * src/ssl_certificate.c
7532                 Missed a check
7533
7534 2002-11-16 [melvin]     0.8.5claws158
7535
7536         * po/fr.po
7537                 Updated French translations.
7538
7539 2002-11-16 [colin]      0.8.5claws157
7540
7541         * src/ssl_certificate.c
7542                 Check for missing parts in the certificates
7543
7544 2002-11-15 [colin]      0.8.5claws156
7545
7546         * src/folderview.c
7547                 Preventive fix (missing check) found by
7548                 Alfons
7549
7550 2002-11-15 [paul]
7551
7552         * NEWS
7553                 sync with 0.8.6 release
7554
7555 2002-11-15 [colin]      0.8.5claws155
7556
7557         * src/folder.[ch]
7558           src/folderview.c
7559                 Fix error handling of folder_item_move_to()
7560                 (thanks to Alfons!)
7561
7562 2002-11-15 [colin]      0.8.5claws154
7563
7564         * src/folder.[ch]
7565           src/folderview.c
7566                 folder_item_move_to() sets an error message instead
7567                 of having GUI stuff in folder.c
7568
7569 2002-11-15 [colin]      0.8.5claws153
7570
7571         * src/procmsg.[ch]
7572                 Implemented a callback for MsgInfo updates, 
7573                 heavily copy/pasted from Christoph's folder 
7574                 callback system
7575         * src/summaryview.[ch]
7576                 Register summary_update_msg as callback
7577
7578 2002-11-14 [colin]      0.8.5claws152
7579         
7580         * src/procmsg.c
7581                 Update the FolderItem after sending (fixes 617593)
7582
7583 2002-11-14 [christoph]  0.8.5claws151
7584
7585         * src/folder.c
7586                 fix wrong position of NULL pointer check found
7587                 by Sergey
7588
7589 2002-11-14 [christoph]  0.8.5claws150
7590
7591         * src/folder.c
7592                 fix segfault when deleting messages from IMAP folders
7593                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7594
7595 2002-11-14 [colin]      0.8.5claws149
7596
7597         * src/compose.c
7598                 Forwarding was also ignoring the folder's default account.
7599
7600 2002-11-14 [colin]      0.8.5claws148
7601
7602         * src/compose.c
7603                 Fix sent folder not set to folder properties when 
7604                 forwarding.
7605
7606 2002-11-14 [thorsten]   0.8.5claws147
7607
7608         * src/inc.c
7609                 inc_start(): Files were not moved from .processing to inbox,
7610                 if no global processing rule existed
7611
7612 2002-11-14 [colin]      0.8.5claws146
7613
7614         * src/ssl_certificate
7615                 Fix file operations
7616
7617 2002-11-14 [paul]       0.8.5claws145
7618
7619         * po/it.po
7620                 updated by Alessandro Maestri
7621
7622 2002-11-13 [alfons]     0.8.5claws144
7623
7624         * src/folder.c
7625                 folder_item_close(): only mark messages unread
7626                 when a folder has new messages 
7627
7628 2002-11-13 [keith]      0.8.5claws143
7629
7630         * src/imap.c
7631                 Fix problem moving or copying between
7632                 IMAP folders
7633
7634 2002-11-13 [colin]      0.8.5claws142
7635
7636         * src/matcher_parser_parse.y
7637                 Fix rule problem when " don't match
7638
7639 2002-11-13 [christoph]  0.8.5claws141
7640
7641         * src/folder.c
7642         * src/folderview.c
7643                 moved cache saving to folder_item_close
7644                 the folderview should not have to deal with
7645                 this things
7646
7647 2002-11-13 [christoph]  0.8.5claws140
7648
7649         * src/summaryview.c
7650                 moved setting of important score to
7651                 summary_set_prefs_from_folderitem
7652
7653 2002-11-13 [colin]      0.8.5claws139
7654
7655         * src/matcher_parser_parse.y
7656                 Fix a segfault in the parser (happening when
7657                 a good expression had been tested and a bad 
7658                 one arrives)
7659
7660 2002-11-13 [paul]       0.8.5claws138
7661
7662         * sync with 0.8.5cvs24
7663                 see ChangeLog 2002-11-13
7664                 
7665         * po/pt_BR.po
7666                 updated by Fabio Jr. Beneditto
7667
7668 2002-11-13 [colin]      0.8.5claws137
7669         
7670         * src/msgcache.c
7671           src/defs.h
7672           src/procmsg.[ch]
7673                 Revert last commit, problem
7674
7675 2002-11-13 [colin]      0.8.5claws136
7676
7677         * src/msgcache.c
7678                 Remove duplicated code
7679         * src/defs.h
7680                 Bumped CACHE_VERSION and MARK_VERSION
7681         * src/procmsg.[ch]
7682                 Network endian for cache and mark files
7683
7684 2002-11-12 [colin]      0.8.5claws135
7685
7686         * src/inc.c
7687                 Fix the "socket error" dialog which disappeared
7688
7689 2002-11-12 [colin]      0.8.5claws134
7690
7691         * src/msgcache.c
7692                 Reverse last commit which had performance 
7693                 problems, but still reverse the list
7694
7695 2002-11-12 [colin]      0.8.5claws133
7696
7697         * src/msgcache.c
7698                 Reverse list order
7699
7700 2002-11-12 [melvin]     0.8.5claws132
7701
7702         * src/compose.c
7703                 Added a check for a NULL prefs_common.dictionary
7704
7705 2002-11-12 [colin]      0.8.5claws131
7706
7707         * src/ssl_certificate.[ch]
7708                 Use FQDN hostname
7709
7710 2002-11-12 [colin]      0.8.5claws130
7711
7712         * src/ssl_certificate.[ch]
7713                 Take connection port into account for 
7714                 checking certificates (a single hostname
7715                 could have multiple servers with multiple
7716                 certificates)
7717         * src/ssl.c
7718                 Pass the port to ssl_certificate_check
7719
7720 2002-11-12 [paul]       0.8.5claws129
7721
7722         * src/folder.c
7723                 fix a typo in last commit
7724
7725 2002-11-12 [paul]       0.8.5claws128
7726
7727         * sync with 0.8.5cvs23
7728                 see ChangeLog entry 2002-11-12
7729
7730 2002-11-11 [colin]      0.8.5claws127
7731
7732         * src/ssl_certificate.c
7733                 Cleaner messages
7734                 Don't popup, instead log error, if the 
7735                 corresponding pref is checked
7736         * src/ssl_certificate.h
7737                 include <openssl/objects/h>
7738
7739 2002-11-11 [colin]      0.8.5claws126
7740
7741         * src/ssl_certificate.h
7742                 _Really_ clean it
7743
7744 2002-11-11 [colin]      0.8.5claws125
7745         
7746         * src/ssl_certificate.c
7747                 Fixed leak
7748
7749 2002-11-11 [colin]      0.8.5claws124
7750
7751         * src/ssl.c
7752                 Cleaned a bit
7753         * src/ssl_certificate.[ch]
7754                 Cleaned a bit (better use of SSL API)
7755                 (This will cause non-recognition of saved 
7756                  certificates of claws12[23]...)
7757
7758 2002-11-11 [paul]       0.8.5claws123
7759         
7760         * po/es.po
7761                 updated by Ricardo Mones Lastra
7762
7763 2002-11-11 [colin]      0.8.5claws122
7764
7765         * src/ssl.c
7766                 Fix a typo
7767
7768 2002-11-11 [colin]      0.8.5claws121
7769
7770         * src/ssl_certificate.[ch] ** NEW FILES **
7771         * src/ssl.[ch]
7772                 Check SSL certificates presented to us
7773         * src/Makefile.am
7774                 Add ssl_certificate.[ch]
7775         * po/POTFILES.in
7776                 Add ssl_certificate.c
7777
7778 2002-11-11 [paul]       0.8.5claws120
7779
7780         * sync with 0.8.5cvs22
7781                 see ChangeLog 2002-11-11
7782
7783 2002-11-11 [paul]       0.8.5claws119
7784
7785         * sync with 0.8.5cvs21
7786                 see ChangeLog 2002-11-11
7787
7788 2002-11-10 [jens]       0.8.5claws118
7789
7790         * src/folder.c
7791         * src/folderview.c
7792                 corrected some typing
7793         * po/de.po
7794                 updated german translation
7795         * sylpheed.spec.in
7796                 cleaned up specfile and adjusted it for claws
7797
7798 2002-11-10 [colin]      0.8.5claws117
7799
7800         * src/summaryview.c
7801                 a STATUSBAR_PUSH/POP fix
7802
7803 2002-11-10 [colin]      0.8.5claws116
7804
7805         * src/prefs_folder_item.c
7806                 Fix hanging after opening folder properties
7807
7808 2002-11-10 [hoa]        0.8.5claws115
7809
7810         * src/matcher_parser_lex.l
7811         * src/matcher_parser_parse.y
7812                 config file for scoring and filtering is no more trashed
7813                 when there is a syntax error in a filtering rule when
7814                 editing it in a dialog.
7815
7816 2002-11-09 [colin]      0.8.5claws114
7817
7818         * src/mbox_folder.c
7819                 Added missing initialisation of folder->destroy()
7820
7821 2002-11-09 [colin]      0.8.5claws113
7822
7823         * src/folder.c
7824           src/folderview.c
7825                 Fix the status bar messages
7826
7827 2002-11-09 [colin]      0.8.5claws112
7828
7829         * src/folderview.c
7830                 Fix hangs after folder dnd, happening after 
7831                 claws109.
7832
7833 2002-11-09 [christoph]  0.8.5claws111
7834
7835         * src/folderview.c
7836                 just changed order of calls (reverse order of
7837                 associated calls)
7838         * src/inc.c
7839                 lock inc when checking only one account, otherwise
7840                 inc all could be executed at the same time
7841
7842 2002-11-09 [christoph]  0.8.5claws110
7843
7844         * src/folderview.c
7845                 better unlock the mouse cursor before calling
7846                 summary_show because it changes the cursor too
7847
7848 2002-11-09 [christoph]  0.8.5claws109
7849
7850         * src/folder.[ch]
7851         * src/folderview.c
7852                 add functions to open and close a folder
7853                 o opending will execute scanning for remote folders
7854                   and processing
7855                 o closing will unset new flag for messages
7856
7857 2002-11-09 [colin]      0.8.5claws108
7858
7859         * src/folder.c
7860                 Add a call to prefs_matcher_write_config to 
7861                 avoid non-leaf folders filtering settings to be
7862                 lost
7863
7864 2002-11-09 [paul]       0.8.5claws107
7865
7866         * src/prefs_account.c
7867                 re-word a label
7868
7869 2002-11-09 [colin]      0.8.5claws106
7870
7871         * src/folderview.c
7872                 Minor esthetic fix
7873
7874 2002-11-09 [colin]      0.8.5claws105
7875
7876         * src/folderview.c
7877                 Fix prefs_filtering deletion for MH folders (same
7878                 reason as below)
7879         * src/prefs_filtering.c
7880                 Fix prefs_filtering renaming and deletion for 
7881                 folder-based processing rules.  
7882
7883 2002-11-09 [christoph]  0.8.5claws104
7884
7885         * src/compose.c
7886         * src/folder.[ch]
7887         * src/folderview.[ch]
7888         * src/import.c
7889         * src/inc.c
7890         * src/main.c
7891         * src/mainwindow.c
7892         * src/messageview.c
7893         * src/prefs_folder_item.c
7894         * src/procmsg.c
7895         * src/summaryview.c
7896                 implement a callback system for folder item updates
7897
7898 2002-11-09 [colin]      0.8.5claws103
7899
7900         * src/folderview.c
7901                 Fix prefs_filtering renaming for MH folders (we
7902                 shouldn't rename by path as another folder could
7903                 have the same hierarchy).
7904
7905 2002-11-09 [colin]      0.8.5claws102
7906
7907         * src/folder.c
7908                 Fix a leak found by Christoph, use better variable
7909                 names
7910
7911 2002-11-09 [colin]      0.8.5claws101
7912
7913         * src/folder.c
7914                 One more fix for processing rules
7915
7916 2002-11-08 [colin]      0.8.5claws100
7917         
7918         * src/matcher.c
7919                 Don't copy the compiled regexp (will be reevaluated)
7920         * src/folderview.c
7921                 Lock folderview while moving
7922         * src/folder.c
7923                 Provide info on what's happening to the user
7924
7925 2002-11-08 [colin]      0.8.5claws99
7926
7927         * src/folderview.c
7928                 Fix folder reordering after a move if parent is 
7929                 root
7930         * src/scoring.[ch]
7931                 Add function to copy a ScoringProp
7932         * src/prefs_folder_item.c
7933                 Copy scoring rules when copying a folder prefs
7934
7935 2002-11-08 [colin]      0.8.5claws98
7936
7937         * src/folderview.c
7938                 Fixes in case of failure
7939         * src/filtering.[ch]    
7940                 Add function to duplicate a FilteringProp
7941         * src/matcher.[ch]
7942                 Add function to duplicate a MatcherProp
7943         * src/prefs_folder_item.c
7944                 Save folder's processing rules when copying 
7945                 its prefs
7946
7947 2002-11-08 [colin]      0.8.5claws97
7948         
7949         * src/folderview.c
7950                 Sort after move
7951         * src/folder.c 
7952                 Change a printf to debug_print
7953
7954 2002-11-08 [colin]      0.8.5claws96
7955
7956         * src/folder.c
7957           src/folderview.c
7958                 Fix segfaults, call me stupido
7959         
7960
7961 2002-11-08 [colin]      0.8.5claws95
7962
7963         *src/folder.c
7964                 Added forgotten prefs to save when moving folders
7965
7966 2002-11-08 [colin]      0.8.5claws94
7967
7968         * src/folder.c
7969                 Fixes to folder DND (prefs copy)
7970         * src/folderview.c
7971                 Optimization for folder DND (don't rescan whole tree)
7972                 Added folderview_create_folder_node() for this 
7973                 optimization, so de-duped a bit the code
7974         * src/prefs_folder_item.[ch]
7975                 Added prefs_folder_item_copy_prefs()    
7976           
7977 2002-11-08 [paul]       0.8.5claws93
7978
7979         * src/prefs_account.c
7980           tools/README
7981           tools/kmail2sylpheed_v2.pl
7982                 correct some typos
7983
7984 2002-11-08 [paul]       0.8.5claws92
7985
7986         * src/compose.c
7987           src/prefs_account.[ch]
7988                 remove account options 'clearsign' and 'ascii_armored',
7989                 replace with 'default_gnupg_mode' to prevent mixed-mode
7990                 Privacy settings
7991
7992 2002-11-08 [paul]       0.8.5claws91
7993
7994         * src/compose.[ch]
7995                 re-implement GnuPG 'on-the-fly' mode selection,
7996                 disallow mixed-mode
7997
7998 2002-11-08 [colin]      0.8.5claws90
7999
8000         * src/folderview.c
8001           src/prefs_folder_item.c
8002                 Change "Property" to "Properties"
8003
8004 2002-11-07 [colin]      0.8.5claws89
8005
8006         * src/folderview.c
8007           src/folder.c
8008                 Allow folder dropping to a root folder
8009
8010 2002-11-07 [paul]       0.8.5claws88
8011
8012         * src/compose.c
8013                 revert last commit
8014
8015 2002-11-07 [paul]       0.8.5claws87
8016
8017         * src/compose.c
8018                 fix reply-to-list bug. closes bug report
8019                 "[633382] reply-to-list broken in recent cvs"
8020
8021 2002-11-07 [paul]       0.8.5claws86
8022
8023         * src/compose.c
8024                 add a forgotten '#if USE_GPGME ... #endif'
8025
8026 2002-11-07 [paul]       0.8.5claws85
8027
8028         * sync with 0.8.5cvs20
8029                 see ChangeLog 2002-11-07
8030
8031 2002-11-07 [colin]      0.8.5claws84
8032
8033         * src/folder.[ch]
8034                 Change folder_item_move_to to return the newly 
8035                 created folderitem.
8036         * src/folderview.c
8037                 Select the new folderitem after moving.
8038
8039 2002-11-07 [colin]      0.8.5claws83
8040
8041         * src/prefs_filtering.c
8042                 Fix rule rewriting when moving a leaf folder to a 
8043                 shorter path
8044
8045 2002-11-07 [colin]      0.8.5claws82
8046
8047         * src/prefs_filtering.c
8048                 fix a leak
8049
8050 2002-11-07 [colin]      0.8.5claws81
8051
8052         * src/folder.[ch]
8053                 Add folder_item_move_to() function to move a 
8054                 folderitem into another one (updates matcher etc)
8055         * src/folderview.c
8056                 Add folder drag'n drop (context menu to come)
8057                 [Should be dataloss free, but Please backup before 
8058                  trying !]
8059
8060 2002-11-06 [colin]      0.8.5claws80
8061
8062         * src/mh.c
8063                 mh_create_folder() returns NULL if can't create
8064                 directory hierarchy
8065
8066 2002-11-06 [paul]       0.8.5claws79
8067
8068         * src/compose.[ch]
8069                 allow 'on-the-fly' changing of the type of encryption 
8070                 and/or signing used (mime/ascii) via the compose window
8071
8072 2002-11-06 [paul]       0.8.5claws78
8073
8074         * sync with 0.8.5cvs19
8075                 see ChangeLog 2002-11-06 for src/account.c: 
8076                 account_get_special_folder()
8077                 
8078 2002-11-05 [alfons]     0.8.5claws77
8079
8080         * src/crash.c
8081                 very minor cleanups: nothing to see here, move on. :-)
8082
8083 2002-11-05 [colin]      0.8.5claws76
8084
8085         * src/main.c
8086                 Changes choices if compose windows are opened to
8087                 Discard, Draft, Don't quit
8088
8089 2002-11-05 [thorsten]   0.8.5claws75
8090
8091         * src/compose.c
8092                 reenabled default_reply_to folder option
8093
8094 2002-11-05 [colin]      0.8.5claws74
8095
8096         * src/compose.[ch] 
8097                 add compose_draft()
8098         * src/crash.c
8099                 add SIGTERM handler
8100         * src/main.[ch]
8101                 add clean_quit() for the SIGTERM handler
8102
8103 2002-11-05 [paul]       0.8.5claws73
8104         
8105         * po/es.po
8106                 updated by Ricardo Mones Lastra
8107
8108 2002-11-05 [melvin]     0.8.5claws72
8109
8110         * src/logwindow.c
8111                 Fixed log-clipping bug #616795.
8112                 To stop logging in the log window use 0 length.
8113         * src/prefs_common.c
8114                 Added a label to inform about the 0 log length behaviour.
8115
8116 2002-11-05 [paul]       0.8.5claws71
8117
8118         * sync with 0.8.5cvs17
8119                 see ChangeLog 2002-11-05
8120
8121 2002-11-04 [paul]       0.8.5claws70
8122
8123         * sylpheed-128x128.png
8124           sylpheed-64x64.png
8125           sylpheed.png
8126                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8127                 <nikai@users.sourceforge.net>
8128                 
8129         * po/bg.po
8130                 updated by George Danchev
8131
8132 2002-11-03 [thorsten]   0.8.5claws69
8133
8134         * src/main.c
8135           src/mimeview.c
8136           src/rfc2015.h
8137                 add check if gpg is active
8138
8139 2002-11-03 [thorsten]   0.8.5claws68
8140
8141         * src/toolbar.h
8142                 removed GSList declaration causing trouble on MacOS-X
8143                 (submitted by alfons, reported by xfesty)
8144
8145 2002-11-01 [paul]       0.8.5claws67
8146
8147         * src/mainwindow.c
8148                 remove last remnants of main's filter code
8149
8150 2002-11-01 [paul]       0.8.5claws66
8151
8152         * tools/filter_conv.pl
8153                 fix bug where user-defined headers were ignored
8154
8155 2002-11-01 [paul]       0.8.5claws65
8156
8157         * src/logwindow.c
8158                 make a debug_print() not translatable
8159
8160 2002-10-31 [melvin]     0.8.5claws64
8161
8162         * ac/aspell.m4
8163                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8164                 not run any GNU/aspell test.  The dictionary path will
8165                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8166                 was given, in which case, it will be $prefix/lib/aspell/
8167         * configure.in
8168                 Fixed typo in commentary (Aspell code).
8169
8170 2002-10-31 [paul]       0.8.5claws63
8171
8172         * po/POTFILES.in
8173                 remove src/filter.c and src/prefs_filter.c
8174                 thanks to Ricardo for reminding me
8175
8176 2002-10-31 [colin]      0.8.5claws62
8177
8178         * src/mbox_folder.c
8179                 Plug some leaks
8180
8181 2002-10-31 [paul]       0.8.5claws61
8182
8183         * src/prefs_filter.[ch] ** REMOVED **
8184           src/filter.[ch]       ** REMOVED **
8185           
8186         * src/Makefile.am
8187           src/folderview.c
8188           src/inc.c
8189           src/main.c
8190           src/mainwindow.c
8191           src/mbox.c
8192           src/prefs_common.c
8193           src/prefs_filtering.c
8194           src/summaryview.[ch]
8195                 remove main's 'filter' code
8196                 
8197         README.claws
8198                 update to reflect removal of main's filter
8199
8200 2002-10-31 [paul]       0.8.5claws60
8201
8202         * src/summaryview.c
8203                 remove check for global_processing in summary_filter_open(). 
8204                 This fixes the bug where if the user uses the right-click 
8205                 'Create filter rule...' and doesn't have any filter rules 
8206                 already defined in claws' advanced filtering, the newly 
8207                 created filter rule goes to main's filtering which is 
8208                 inaccessible through the gui. Now the filter rule gets added
8209                 to claws' filtering by default.
8210
8211 2002-10-28 [melvin]     0.8.5claws59
8212
8213         * src/prefs_actions.c
8214                 Fixed bug #627322 where MIME parts were not always
8215                 correctly passed to a %p action
8216                 Display an error dialog when message filename is not found.
8217
8218 2002-10-28 [melvin]     0.8.5claws58
8219
8220         * src/prefs_common.c
8221                 Readded a missing function declaration lost in 0.8.3claws34
8222
8223 2002-10-28 [paul]       0.8.5claws57
8224
8225         * sync with 0.8.5cvs15
8226                 see ChangeLog 2002-10-28 and 2002-10-25
8227                 
8228         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8229
8230 2002-10-27 [oliver]     0.8.5claws56
8231
8232         * src/pop.c
8233                 plug leak in pop3_top_recv
8234
8235 2002-10-26 [christoph]  0.8.5claws55
8236
8237         * src/folder.c
8238                 set need_update folder flag when messages are added
8239                 (closes bug [ 626922 ] folder not updated after receiving)
8240
8241 2002-10-25 [melvin]     0.8.5claws54
8242
8243         * src/imageview.c
8244                 Fixed a memleak introduced in the scaling code.
8245
8246 2002-10-24 [alfons]     0.8.5claws53
8247
8248         * src/filtering.c
8249                 make filtering's forward message action forward from the 
8250                 correct account
8251                 (closes bug [628089 ] Filter -> Forward from address problem
8252                 reported by Oktay)
8253
8254 2002-10-24 [christoph]  0.8.5claws52
8255
8256         * src/mainwindow.c
8257         * src/manual.[ch]
8258                 o use manual of current locale or english if current
8259                   locale is not available (and english is available)
8260                 o also link to sylpheed doc project manuals
8261
8262 2002-10-23 [paul]       0.8.5claws51
8263
8264         * tools/README
8265           tools/kmail2sylpheed_v2.pl
8266                 add new version of kmail addressbook importer script.
8267                 works with newer versions of Kmail/KAddressBook which
8268                 have new and rearranged data.
8269
8270 2002-10-23 [martin]     0.8.5claws50
8271
8272         * src/folderview.c
8273         * src/summaryview.c
8274         * src/utils.h
8275         * src/utils.c
8276                 added length parameter to get_abbrev_newsgroup_name()
8277                 changed this function so that it abbreviates the newsgroup
8278                 names only so long it is smaller than the length parameter
8279                 (for better reading of some newsgroup names and space efficiency)
8280
8281 2002-10-22 [colin]      0.8.5claws49
8282
8283         *src/foldersel.c
8284                 Revert Alfons' last modification (after voting ;-))
8285
8286 2002-10-21 [alfons]     0.8.5claws48
8287
8288         * src/foldersel.c
8289                 folder view in folder selection dialog reflects state of
8290                 folder view in main window
8291
8292 2002-10-18 [alfons]     0.8.5claws47
8293
8294         * src/mbox.c
8295                 drop imported messages in folder selected by user,
8296                 and not in the inbox
8297                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8298
8299 2002-10-18 [alfons]     0.8.5claws46
8300
8301         * src/compose.c
8302                 make automagic reply work correctly for email accounts 
8303                 (whether it's viable to do a full sync with Hiro's 
8304                 compose.c is still under discussion)
8305
8306 2002-10-18 [melvin]     0.8.5claws45
8307
8308         * src/prefs_actions.c
8309                 Fixed bug #622275 where asynchroneous actions left 
8310                 zombies processes
8311                 Made (synchroneous) actions' input be displayed live.
8312
8313 2002-10-18 [christoph]  0.8.5claws44
8314
8315         * src/textview.c
8316                 don't add a newline in the textview in front of the
8317                 first textpart if header display is disabled
8318                 (closes bug [ 603385 ] disabled header display leaves blank
8319                  lin)
8320
8321 2002-10-18 [christoph]  0.8.5claws43
8322
8323         * src/folder.[ch]
8324         * src/imap.c
8325         * src/mbox_folder.c
8326         * src/mh.c
8327         * src/news.c
8328                 folder->get_num_list now returns an error code
8329                 (closes bug [ 609424 ] News cache cleared on failure)
8330                 
8331 2002-10-17 [colin]      0.8.5claws42
8332         
8333         * src/news.c
8334                 Changed a printf by debug_print
8335
8336 2002-10-16 [paul]       
8337
8338         * tools/OOo2sylpheed.pl
8339                 allow for spaces in the name of the
8340                 file to be attached.
8341
8342 2002-10-16 [colin]      0.8.5claws41
8343
8344         * src/main.c
8345                 Use a tristate to change online mode
8346
8347 2002-10-16 [paul]       0.8.5claws40
8348
8349         * po/es.po
8350                 updated by Ricardo Mones Lastra
8351
8352 2002-10-16 [colin]      0.8.5claws39
8353
8354         * src/main.c
8355           src/mainwindow.[ch]
8356                 Added --online and --offline command-line
8357                 switches
8358
8359 2002-10-15 [christoph]  0.8.5claws38
8360
8361         * src/procmime.c
8362                 set mimeinfo->name to NULL after g_free to
8363                 avoid double freeing with g_free
8364
8365 2002-10-14 [christoph]  0.8.5claws37
8366
8367         * src/compose.c
8368         * src/filtering.c
8369         * src/summaryview.c
8370                 remove calls to folder->change_flags that are now
8371                 done by procmsg flag functions (seems it is not
8372                 used by any foldertype anyway)
8373         * src/folder.c
8374                 init folder->change_flags with NULL
8375
8376 2002-10-14 [christoph]  0.8.5claws36
8377
8378         * src/folder.[ch]
8379         * src/imap.[ch]
8380                 use virtual functions for folder item new and destroy
8381                 functions
8382
8383 2002-10-14 [melvin]     0.8.5claws35
8384
8385         * src/compose.c
8386                 Added a test to not run the spell checker if no default
8387                 dictionary is available. No dialog is displayed though.
8388
8389 2002-10-14 [melvin]     0.8.5claws34
8390
8391         * src/gtkaspell.c
8392                 Fixed bug in dictionary list context menu where
8393                 "More..." pointed to an emtpy submenu if the
8394                 number of dictionaries is a multiple of 15
8395                 Removed unneeded code in suggestions list creation
8396
8397 2002-10-14 [paul]       0.8.5claws33
8398
8399         * po/bg.po
8400                 updated by George Danchev
8401
8402 2002-10-13 [hoa]        0.8.5claws32
8403
8404         * src/matcher.[ch]
8405           src/matcher_parser_parser.y
8406                 removed the escaped string from internal structure
8407                 of matcher.
8408
8409 2002-10-12 [colin]      0.8.5claws31
8410
8411         * src/gtksctree.[ch]
8412           src/summaryview.c
8413                 Removed useless function gtksctree_reanchor
8414
8415 2002-10-12 [alfons]     0.8.5claws30
8416         
8417         * sync with remaining main changes 2002-10-09 - 2002-10-11
8418         - drop changes to src/compose.c (requires claws specific changes)
8419         
8420 2002-10-12 [alfons]     0.8.5claws29
8421         
8422         * sync with main changes of 2002-10-08
8423         - drop changes to src/compose.c (requires claws specific changes)
8424         - drop changes to src/summaryview.c (requires changes to compose.c)     
8425
8426 2002-10-12 [alfons]     0.8.5claws28
8427         
8428         * sync with main changes of 2002-10-07
8429
8430 2002-10-12 [alfons]     0.8.5claws27
8431
8432         * sync with main changes of 2002-10-04
8433         - drop changes to src/compose.c (requires claws specific changes)
8434         - drop changes to src/prefs_folder_item.c (claws implementation
8435           seems to be working)
8436
8437 2002-10-12 [colin]      0.8.5claws26
8438
8439         * src/mainwindow.c
8440                 Fix folder-flicker when space-reading, introduced 
8441                 in claws22.
8442
8443 2002-10-12 [colin]      0.8.5claws25
8444
8445         * src/compose.c
8446                 Save account address when saving as draft.
8447                 (closes bug 621838)
8448
8449 2002-10-12 [colin]      0.8.5claws24
8450
8451         * src/summaryview.c
8452                 Fix the problem consisting of no message selected
8453                 after the last message in a folder has been moved.
8454
8455 2002-10-12 [paul]       0.8.5claws23
8456
8457         * src/compose.c
8458           src/prefs_template.c
8459           src/template.[ch]
8460                 add Cc and Bcc to templates. Patch submitted by
8461                 John L. Males.
8462
8463 2002-10-12 [colin]      0.8.5claws22
8464
8465         * src/folderview.c
8466                 Fix a bug after "Check for new messages":
8467                 If a folder was opened, it was still selected at
8468                 the end of the check, but displayed empty.
8469         * src/mainwindow.c
8470                 Remove unnecessary check
8471
8472 2002-10-12 [paul]
8473
8474         * tools/README
8475                 be more verbose in the description of
8476                 OOo2sylpheed.pl
8477                 
8478
8479 2002-10-11 [colin]      0.8.5claws21
8480
8481         * src/mainwindow.c
8482                 Make space work (better) when no mail is selected
8483
8484 2002-10-11 [colin]      0.8.5claws20
8485
8486         * src/inc.c
8487           src/news.c
8488                 fix warnings
8489
8490 2002-10-11 [colin]      0.8.5claws19
8491
8492         * src/mainwindow.c
8493                 revert 0.8.5claws6 changes as i couldn't get to
8494                 anything satisfying
8495
8496 2002-10-11 [melvin]     0.8.5claws18
8497
8498         * src/compose.c
8499                 Removed buggy and unused macro (should have been committed in
8500                 0.8.5claws17)
8501
8502 2002-10-11 [melvin]     0.8.5claws17
8503
8504         * src/compose.c
8505                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8506
8507 2002-10-11 [thorsten]   0.8.5claws16 
8508
8509         * src/folderview.c
8510                 remove rescan warning
8511
8512 2002-10-11 [colin]      0.8.5claws15 
8513
8514         * src/procheader.c
8515                 fix a segfault that happens if conv_unmime_header
8516                 fails (should be better to find out why it fails)
8517
8518 2002-10-11 [christoph]  0.8.5claws14
8519
8520         * src/summaryview.c
8521                 update folderview stats after ignore/unignore thread
8522
8523 2002-10-11 [hoa]        0.8.5claws13
8524
8525         * src/quote_fmt_parse.y
8526                 Fixed a yacc/bison syntax error
8527         * src/matcher.c
8528                 Escaping of string is fixed.
8529
8530 2002-10-11 [colin]      0.8.5claws12
8531
8532         * src/imageview.c
8533                 Resize images to fit
8534
8535 2002-10-11 [paul]       0.8.5claws11
8536
8537         * po/es.po
8538                 updated by Ricardo Mones Lastra
8539
8540 2002-10-10 [alfons]     0.8.5claws10
8541
8542         * src/compose.c
8543                 allow dropping files by "moving" files from a file manager,
8544                 not only by the more cumbersome "copying". the latter 
8545                 mostly implies holding down the Control button
8546
8547 2002-10-10 [christoph]  0.8.5claws9
8548
8549         * src/summaryview.c
8550                 update folders after thread building for ignored threads
8551
8552 2002-10-10 [christoph]  0.8.5claws8
8553
8554         * config/.cvsignore
8555                 added Makefile
8556         * src/filtering.[ch]
8557         * src/folder.[ch]
8558         * src/folderview.[ch]
8559         * src/import.c
8560         * src/inc.[ch]
8561         * src/mbox.[ch]
8562         * src/procmsg.c
8563         * src/summaryview.[ch]
8564                 o added new flag need_update to FolderItem
8565                 o removed folder_table from various functions from tracking
8566                   folder updates
8567                 o set need_update flags in folder.c's move, copy and delete
8568                   functions and procmsg's flags functions
8569                 o added function folderview_update_items_when_required that
8570                   updates all folders with need_update set
8571                 o call folderview_update_items_when_required instead of
8572                   folderview_update_item_foreach
8573
8574 2002-10-09 [sergey]     0.8.5claws7
8575
8576         * src/compose.c
8577                 Strip CRs whel loading the text into editor in reedit mode.
8578
8579 2002-10-09 [colin]      0.8.5claws6
8580
8581         * src/mainwindow.c
8582                 Make Space work when no mail is selected
8583
8584 2002-10-09 [colin]      0.8.5claws5
8585
8586         * src/gtksctree.[ch]
8587                 Fix range_select
8588                 Add gtk_sctree_reanchor() 
8589         * src/summaryview.c
8590                 Use gtk_sctree_reanchor() - better fix for 
8591                 bug 60413
8592
8593 2002-10-09 [colin]      0.8.5claws4
8594
8595         * src/summaryview.c
8596                 Fix shift-click select after delete problem
8597                 (closes bug 60413)
8598
8599 2002-10-08 [thorsten]   0.8.5claws3
8600
8601         * src/summaryview.c
8602                 exclude current msg from -hide read messages-
8603
8604 2002-10-08 [colin]      0.8.5claws2
8605
8606         * src/inc.[ch]
8607           src/pop.c
8608           src/recv.c
8609                 Differentiate socket errors from disk full
8610                 errors
8611
8612 2002-10-08 [christoph]  0.8.5claws1
8613
8614         * Makefile.am
8615         * configure.in
8616                 modifications for new config directory
8617
8618         * config.guess  ** REMOVED **
8619         * config.sub    ** REMOVED **
8620         * install-sh    ** REMOVED **
8621         * ltmain.sh     ** REMOVED **
8622         * missing       ** REMOVED **
8623         * mkinstalldirs ** REMOVED **
8624                 these files are autogenerated by automake
8625                 when you run autogen.sh
8626
8627         * config/.cvsignore     ** NEW FILE **
8628         * config/Makefile.am    ** NEW FILE **
8629                 ignore autogenerated files
8630                 create a Makefile in this directory
8631
8632 2002-10-08 [paul]       0.8.5claws
8633
8634         * 0.8.5claws release
8635         
8636         * src/compose.c
8637           src/procheader.c
8638           src/procmsg.c
8639                 fix quote reply format for newsgroups reply bug
8640                 (thanks to Hoa)
8641                 
8642         * po/en_GB.po
8643           po/pl.po
8644                 updated by me and Witold Wladyslaw Wojciech Wilk
8645                 repectively
8646
8647 2002-10-07 [paul]       0.8.3claws53
8648
8649         * po/it.po
8650           po/pt_BR.po
8651           po/sr.po
8652                 updated messages catalogs, submitted by
8653                 Alessandro Maestri, Fabio Jr.Beneditto 
8654                 and Urke MMI, respectively.
8655
8656 2002-10-07 [christoph]  0.8.3claws52
8657
8658         * src/folder.[ch]
8659         * src/folderview.c
8660         * src/mainwindow.c
8661                 fix new folder ghost message bug
8662                 (closes bug [ 619722 ] wrong count for newly created folders)
8663
8664 2002-10-07 [christoph]  0.8.3claws51
8665
8666         * src/compose.c
8667                 fix news posting problem
8668
8669 2002-10-07 [melvin]     0.8.3claws50
8670
8671         * po/fr.po
8672                 Updated French translation
8673
8674 2002-10-05 [christoph]  0.8.3claws49
8675
8676         * src/gtkstext.c
8677                 check if line_start_cache is set in gtk_stext_update_text
8678                 (closes bug [ 618119 ] crash while doing search in folder)
8679
8680 2002-10-05 [christoph]  0.8.3claws48
8681
8682         * src/imap.c
8683         * src/news.c
8684         * src/utils.c
8685         * src/utils.h
8686                 implement cache cleanups for claws' folder system
8687                 (closes bug [ 595916 ] imapcache not cleaned up)
8688
8689 2002-10-05 [melvin]     0.8.3claws47
8690
8691         * src/prefs_actions.c
8692                 Made the help text more clear for the %p token
8693
8694 2002-10-04 [paul]       0.8.3claws46
8695
8696         * sync with 0.8.5
8697                 see ChangeLog 2002-10-02 and 2002-10-03
8698
8699 2002-10-04 [christoph]  0.8.3claws45
8700
8701         * src/inc.c
8702                 fix segfault caused by pop before smtp
8703                 call to inc_account_mail with NULL
8704                 pointer for mainwin
8705
8706 2002-10-04 [paul]       0.8.3claws44
8707
8708         * configure.in
8709                 sync the LDAP detection from 0.8.5cvs1
8710
8711 2002-10-02 [christoph]  0.8.3claws43
8712
8713         * po/de.po
8714                 fix small spelling error
8715
8716 2002-10-02 [melvin]     0.8.3claws42
8717
8718         * ac/aspell.m4
8719                 Behave better and say "no" when test program cannot be run.
8720
8721 2002-10-02 [paul]       0.8.3claws41
8722
8723         * sync with 0.8.4cvs1
8724                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8725                 
8726         * src/summaryview.c
8727                 toggle the behavior of Reply menuitem between
8728                 normal reply and reply-to-list
8729
8730 2002-10-01 [sergey]     0.8.3claws40
8731
8732         * src/compose.c
8733                 Convert newlines in the message text to the canonical form
8734                 before base64 encoding (RFC2045 compliance, fixes some
8735                 interoperability issues with Evolution 1.0.3)
8736
8737 2002-09-29 [colin]      0.8.3claws39
8738
8739         * src/summaryview.c
8740                 Fix an unwanted copy/paste
8741
8742 2002-09-29 [colin]      0.8.3claws38
8743
8744         * src/mainwindow.c
8745                 Renamed "Custom toolbar" to "Customize toolbar"
8746                 Renamed "Show all header" to "Show all headers"
8747                 Renamed "Set diplay item" to "Set displayed items"
8748         * src/prefs_common.c
8749                 Renamed "Show all header" to "Show all headers"
8750         * src/prefs_summary_column.c
8751                 Renamed "diplay item" to "displayed items"
8752
8753 2002-09-29 [colin]      0.8.3claws37
8754
8755         * src/mainwindow.[ch]
8756                 online/offline status pixmaps follow theme
8757                 changes
8758         * src/summaryview.[ch]
8759                 quicksearch pixmap follows theme changes
8760
8761 2002-09-29 [thorsten]   0.8.3claws36
8762
8763         * src/compose.c
8764           src/prefs_folder_item.[ch]
8765                 add default_reply_to folder option (closes patch 581044)
8766
8767 2002-09-29 [christoph]  0.8.3claws35
8768
8769         * acconfig.h    ** REMOVED **
8770         * configure.in
8771         * ac/aspell.m4
8772         * ac/check-type.m4
8773         * ac/gnupg-check-typedef.m4
8774                 fix autoheader 2.50 warning
8775
8776 2002-09-29 [christoph]  0.8.3claws34
8777
8778         * major code cleanup (part 2)
8779         
8780                 - unused variables removed
8781                 - unused functions removed
8782                 - uninitialized variables checked
8783                 - missing return statements added
8784                 - missing function return types added
8785                 - added parentheses around assignment
8786                   when suggested by gcc
8787
8788 2002-09-29 [alfons]     0.8.3claws33
8789
8790         * src/logwindow.c
8791                 log_window_clear(): only bracket gtk_text_forward_delete() 
8792                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8793                 works around GTK text bug)
8794
8795 2002-09-29 [paul]       0.8.3claws32
8796
8797         * po/bg.po
8798           po/sr.po
8799                 updated by George Danchev and Urke MMI
8800                 respectively
8801
8802 2002-09-27 [christoph]  0.8.3claws31
8803
8804         * doc-src/readme.txt
8805         * doc-src/rfc1806.txt   ** REMOVED **
8806         * doc-src/rfc2183.txt   ** NEW FILE **
8807         * doc-src/rfc2980.txt   ** NEW FILE **
8808                 update rfcs
8809
8810 2002-09-27 [melvin]     0.8.3claws30
8811
8812         * ac/aspell.m4
8813                 Fixed typo which could break linking
8814
8815 2002-09-27 [melvin]     0.8.3claws29
8816
8817         * ac/aspell.m4
8818                 Improved GNU/aspell checking. 
8819                 Fixed bug #614490
8820
8821 2002-09-27 [paul]       0.8.3claws28
8822
8823         * sync with 0.8.3cvs8
8824                 see ChangeLog 2002-09-27
8825
8826 2002-09-26 [colin]      0.8.3claws27
8827
8828         * src/toolbar.[ch]
8829           src/mainwindow.[ch]
8830                 Add "Reply to Mailing-list" to the toolbar
8831
8832 2002-09-26 [christoph]  0.8.3claws26
8833
8834         * src/summaryview.c
8835                 Fix wrong message counts in summaryview status
8836
8837 2002-09-26 [paul]       0.8.3claws25
8838
8839         * sync with 0.8.3cvs7
8840                 see ChangeLog 2002-09-26
8841
8842 2002-09-26 [paul]       0.8.3claws24
8843
8844         * sync with 0.8.3cvs6
8845                 see ChangeLog 2002-09-25
8846
8847 2002-09-25 [christoph]  0.8.3claws23
8848
8849         * src/prefs_common.c
8850         * src/prefs_folder_item.c
8851         * src/prefs_scoring.c
8852                 Renamed "kill score" to "hide score" in GUI
8853                 and prefs files
8854
8855 2002-09-25 [paul]       0.8.3claws22
8856
8857         * sync with 0.8.3cvs5
8858                 see ChangeLog 2002-09-24
8859
8860 2002-09-24 [alfons]     0.8.3claws21
8861
8862         patch by Satoshi Nagayasu: allows appending / saving multiple 
8863         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8864         'Save as ...'")
8865
8866         * AUTHORS
8867                 add Satoshi Nagayasu
8868         * src/summaryview.c
8869                 summary_save_as(): allow saving selected files to
8870                 one file
8871                 summary_set_menu_sensitive: enable "Save As..." when
8872                 multiple files are selected
8873         * src/utils.[ch]
8874                 append_file(): new function
8875
8876 2002-09-24 [colin]      0.8.3claws20
8877
8878         * src/procmime.c
8879                 Fix segfault when mimeinfo doesn't have a 
8880                 content_type. 
8881
8882 2002-09-24 [colin]      0.8.3claws19
8883
8884         * src/prefs_common.[ch]
8885                 Add a preference to display send dialog or not
8886         * src/send.c
8887                 Display send dialog according to preference
8888
8889 2002-09-24 [colin]      0.8.3claws18
8890
8891         * src/compose.[ch]
8892                 Disable user actions when sending
8893
8894 2002-09-24 [colin]      0.8.3claws17
8895
8896         * src/procmime.c
8897                 Do not display name or filename for attachments
8898                 with an application/pgp-signature type
8899                 (security flaw, see bug 537413)
8900
8901 2002-09-23 [colin]      0.8.3claws16
8902
8903         * src/editaddress.c
8904                 Initialize entry_email, entry_alias and 
8905                 entry_remarks to first email address of the list
8906
8907 2002-09-23 [colin]      0.83claws15
8908
8909         * src/compose.c
8910                 Drop pgp-signature when reediting a signed queued
8911                 message
8912
8913 2002-09-23 [melvin]     0.8.3claws14
8914
8915         * po/fr.po
8916                 Updated French translation
8917
8918 2002-09-23 [melvin]     0.8.3claws13
8919
8920         * src/mainwindow.c
8921                 Made custom toolbar menu labels more consistent
8922         * src/prefs_toolbar.c
8923                 Made custom toolbar window title more consistent
8924
8925 2002-09-22 [colin]      0.8.3claws12
8926
8927         * src/inc.c
8928                 Initialize session type to normal before getting 
8929                 mail (fixes strange Get behaviour)
8930         * src/prefs_account.h
8931                 Move STYPE_POP_BEFORE_SMTP to last position to 
8932                 avoid other side-effects
8933
8934 2002-09-22 [colin]      0.8.3claws11
8935
8936         * src/prefs_account.c
8937                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8938                 from pop3 to apop or vice-versa
8939
8940 2002-09-22 [colin]      0.8.3claws10
8941         
8942         * src/prefs_account.[ch]
8943                 Add an option for the POP before SMTP timeout
8944         * src/inc.c
8945                 Remember time of last POP connection
8946         * src/send.c
8947                 Do POP before SMTP only if timeout reached
8948
8949 2002-09-22 [oliver]     0.8.3claws9
8950         
8951         * README.claws
8952                 explain custom toolbar
8953
8954 2002-09-22 [oliver]     0.8.3claws8
8955
8956         * src/prefs_actions.[ch]
8957         custom toolbar for compose      
8958                 actions callback from compose toolbar
8959         * src/folderview.c
8960                 remove include toolbar.h
8961
8962 2002-09-22 [oliver]     0.8.3claws7
8963         
8964         * src/prefs_toolbar.[ch]
8965                 custom toolbar for compose
8966                 - generic prefs_toolbar handles both
8967                   Mainwin's toolbar as well as Compose toolbar          
8968
8969 2002-09-22 [oliver]     0.8.3claws6
8970         
8971         * src/toolbar.[ch]
8972                 custom toolbar for compose
8973                 restructure toolbar.[ch]
8974
8975 2002-09-22 [oliver]     0.8.3claws5
8976
8977         * src/compose.[ch]
8978                 custom toolbar for compose
8979
8980 2002-09-22 [oliver]     0.8.3claws4
8981         
8982         * src/mainwindow.[ch]
8983                 custom toolbar for compose 
8984                 move mainwin toolbar back to mainwindow
8985
8986 2002-09-22 [alfons]     0.8.3claws3
8987
8988         * src/procmsg.c
8989                 :%sno/if(/if (/gc
8990                 :%sno/for(/for (/gc
8991                 (beautify)
8992
8993 2002-09-22 [alfons]     0.8.3claws2
8994         
8995         * src/procmsg.c
8996                 procmsg_save_to_outbox(): don't unlink message file from queue;
8997                 callers should do it using folder_item_remove_msg()
8998
8999 2002-09-22 [colin]      0.8.3claws1
9000
9001         * src/mimeview.[ch]
9002                 Made mimeview_check_signature() public
9003         * src/textview.c
9004                 Made GPG signatures verifiable by clicking
9005                 the [application/pgp-signature] in the Text
9006                 view
9007
9008 2002-09-22 [paul]       0.8.3claws
9009
9010         * po/bg.po
9011           po/en_GB.po
9012           po/es.po
9013           po/it.po
9014           po/pl.po
9015           po/pt_BR.po
9016           po/sr.po
9017                 updated translations, submitted by George Danchev,
9018                 me, Ricardo Mones Lastra, Alessandro Maestri,
9019                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9020                 and Urke MMI, respectively.     
9021
9022 2002-09-22 [alfons]     0.8.2claws65
9023
9024         * src/procmsg.c
9025         * src/pgptext.c
9026                 no furry valgrinds have been used to plug these memleaks
9027
9028 2002-09-20 [paul]       0.8.2claws64
9029
9030         * sync with 0.8.3cvs4
9031                 'Select thread' re-implemented 
9032                 see ChangeLog 2002-09-20
9033
9034 2002-09-21 [alfons]     0.8.2claws63
9035
9036         * src/compose.c
9037                 compose_send(): plug unnoticed memleak
9038
9039 2002-09-20 [alfons]     0.8.2claws62
9040
9041         * src/addr_compl.c
9042                 replace_address_in_edit(): strict check for NULL address to
9043                 fix "[ 607348 ] Segfault in address completion". My guess is
9044                 that this happens with an empty address book, but it's good
9045                 to have this check here anyway
9046                 
9047                 completion_window_button_press(): free string returned 
9048                 from the internal cache
9049
9050 2002-09-20 [christoph]  0.8.2claws61
9051
9052         * src/procmime.h
9053                 added ENC_BINARY to EncodingType
9054         * src/procmime.c
9055                 the string returned by procmime_get_encoding_str
9056                 should not depend on the order of values in the
9057                 EncodingType definition
9058         * doc-src/rfc1806.txt   ** NEW FILE **
9059                 Added rfc1806 about MIME Content-Disposition
9060                 Extension
9061
9062 2002-09-19 [paul]       0.8.2claws60
9063
9064         * sync with 0.8.2cvs3
9065                 see ChangeLog 2002-09-19
9066
9067 2002-09-19 [paul]       0.8.2claws59
9068
9069         * src/prefs_folder_item.c
9070                 revert to Darko's original alignment of colour
9071                 selector button
9072                 add a colon to folder_color label
9073                 
9074         * src/compose.c
9075                 add Colin's patch (with Hiro's modifications) to 
9076                 force BASE64 encoding for 8-bit text when signing
9077                 (sync with 0.8.3cvs2)
9078
9079 2002-09-18 [alfons]     0.8.2claws58
9080
9081         * src/compose.c
9082                 :%sno/if(/if (/gc
9083                 :%sno/for(/for (/gc
9084                 (beautify a little bit)
9085
9086 2002-09-18 [christoph]  0.8.2claws57
9087
9088         * src/pine.c
9089                 fix handling of fgetc return value
9090
9091 2002-09-17 [alfons]     0.8.2claws56
9092         
9093         * src/summaryview.c
9094                 summary_sort(): check non-NULL summaryview->folder_item when no 
9095                 folder is selected at all
9096                 (closes "[ 610344 ] sort label make syl Crash")
9097
9098 2002-09-17 [alfons]     0.8.2claws55
9099         
9100         * src/compose.c
9101                 beautify a little bit
9102
9103 2002-09-17 [christoph]  0.8.2claws54
9104
9105         * src/folder.c
9106                 initialize max values for cache and folder
9107                 when cache or folder is empty
9108
9109 2002-09-15 [colin]      0.8.2claws53
9110
9111         * src/compose.c
9112                 Fix a leak (thanks Alfons!) and cleaned
9113                 variables names for custom headers
9114
9115 2002-09-15 [colin]      0.8.2claws52
9116
9117         * src/compose.c
9118                 Fix custom headers recognition when
9119                 prefs_common.trans_hdr is on
9120
9121 2002-09-15 [colin]      0.8.2claws51
9122
9123         * src/compose.c
9124                 Allow dynamically-added custom headers
9125                 Yet not reparsed if reedited
9126
9127 2002-09-15 [alfons]     0.8.2claws50
9128
9129         * src/prefs_account.c
9130                 fix warnings
9131
9132 2002-09-15 [colin]      0.8.2claws49
9133         
9134         * src/prefs_account.c
9135                 fix pop_before_smtp sensitivity
9136
9137 2002-09-15 [colin]      0.8.2claws48
9138
9139         * src/inc.[ch]
9140                 add inc_pop_before_smtp()
9141                 allow MainWindow to be undefined in 
9142                 inc_account_mail() and inc_start()
9143         * src/pop.c
9144           src/prefs_account.h
9145                 add STYPE_POP_BEFORE_SMTP session type
9146         * src/prefs_account.c
9147                 activated pop before smtp option
9148         * src/send.c
9149                 do pop before smtp if the relevant option 
9150                 is set
9151
9152 2002-09-15 [paul]       0.8.2claws47
9153
9154         * sync with 0.8.3
9155                 see ChangeLog 2002-09-15
9156
9157 2002-09-14 [paul]       0.8.2claws46
9158
9159         * po/bg.po
9160                 updated Bulgarian translation, submitted by
9161                 George Danchev
9162
9163 2002-09-13 [paul]       0.8.2claws45
9164
9165         * src/compose.c
9166                 merge claws' select_account() with main's
9167                 (new) compose_select_account(). [sync with
9168                 0.8.2cvs15, see ChangeLog 2002-09-11]
9169
9170 2002-09-12 [christoph]  0.8.2claws44
9171
9172         * src/filter.c
9173                 allocate 1 elements of FolderItem not 0
9174
9175 2002-09-12 [colin]      0.8.2claws43
9176
9177         * src/compose.c
9178                 Fix bug #590825 (obey Follow-up: poster)
9179
9180 2002-09-12 [colin]      0.8.2claws42
9181
9182         * src/procmime.c
9183                 Fix bug #557009 (wrong headers for messages 
9184                 forwarded as attachments)
9185
9186 2002-09-11 [colin]      0.8.2claws41
9187         
9188         * src/compose.c
9189                 Put SCF: pseudo-header on top of message
9190                 Set draft tmp_flag when saved as draft
9191
9192         * src/procmsg.c
9193           src/procheader.c
9194                 Skip after first \n\n for beginning of real message
9195                 for drafts too
9196
9197 2002-09-11 [christoph]  0.8.2claws40
9198
9199         * src/filtering.c
9200                 use procmsg flag functions in filtering or processing
9201                 will cause incorrect folder message counts
9202
9203 2002-09-11 [colin]      0.8.2claws39
9204
9205         * src/compose.c
9206                 Fix bug #550175 - wrong save folder when reediting
9207                 drafts
9208
9209 2002-09-11 [paul]       0.8.2claws38
9210
9211         * sync with 0.8.2cvs14
9212                 see ChangeLog 2002-09-11
9213
9214 2002-09-11 [colin]      0.8.2claws37
9215
9216         * src/folder.c
9217                 Fix a typo (seeming to cause new/unread status to
9218                 be lost)
9219
9220 2002-09-10 [christoph]  0.8.2claws36
9221
9222         * src/compose.c
9223                 compose_redirect should not use compose_generic_new
9224                 because that does more stuff than expected including
9225                 opening the external editor
9226                 (closes bug "[ 526608 ] bounced messages appear blank
9227                  in editor")
9228
9229 2002-09-10 [christoph]  0.8.2claws35
9230
9231         * src/folder.c
9232                 fix problem with too large message number range
9233                 causing a crash in folder_item_scan
9234
9235 2002-09-10 [paul]       0.8.2claws34
9236
9237         * sync with 0.8.2cvs13
9238                 see ChangeLog 2002-09-10
9239
9240 2002-09-10 [christoph]  0.8.2claws33
9241
9242         * src/msgcache.c
9243                 set MsgInfo TmpFlags for queue and draft folders
9244                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9245
9246 2002-09-10 [paul]       0.8.2claws32
9247
9248         * AUTHORS
9249           po/bg.po      ** NEW FILE **
9250                 new Bulgarian translation submitted by
9251                 George Danchev <danchev@spnet.net>
9252                 
9253         * tools/Makefile.am
9254           tools/README
9255           tools/tb2sylpheed     ** NEW FILE **
9256                 add script that converts an addressbook exported
9257                 from The Bat! into a Sylpheed addressbook. Submitted
9258                 by Urke MMI <urke-kg@eunet.yu>
9259
9260 2002-09-10 [paul]       0.8.2claws31
9261
9262         * sync with 0.8.2cvs12
9263                 see ChangeLog 2002-09-10
9264
9265 2002-09-06 [paul]       0.8.2claws30
9266
9267         * src/prefs_common.c
9268                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9269                 
9270         * tools/Makefile.am
9271           tools/README
9272           tools/ldif-to-xml.py  ** REMOVED **
9273                 remove obsolete python script
9274
9275 2002-09-06 [paul]       0.8.2claws29
9276
9277         * sync with 0.8.2cvs10
9278                 see ChangeLog 2002-09-06
9279
9280 2002-09-04 [paul]       0.8.2claws28
9281
9282         * sync with 0.8.2cvs9
9283                 see ChangeLog 2002-08-04
9284
9285 2002-09-04 [colin]      0.8.2claws27 
9286
9287         * src/prefs_common.[ch]
9288                 Added signature color configuration
9289         * src/textview.c
9290                 Use user-specified signature color
9291
9292 2002-09-03 [colin]      0.8.2claws26
9293
9294         * src/prefs_common.[ch]
9295                 Added autosave and autosave_length prefs
9296         * src/compose.c
9297                 Added compose_remove_draft()
9298                 Auto-save drafts according to the prefs
9299         * src/main.c
9300                 Added a crash-indicator file, allowing to check
9301                 for new messages on startup if Sylpheed crashed
9302                 (makes saved drafts "reappear")
9303
9304 2002-09-03 [colin]      0.8.2claws25
9305
9306         * src/textview.[ch]
9307                 Grey the signature
9308
9309 2002-09-03 [paul]       0.8.2claws24
9310
9311         * sync with 0.8.2cvs8
9312                 see ChangeLog 2002-09-02 and 2002-09-03
9313
9314 2002-09-03 [darko]      0.8.2claws23
9315
9316         * src/folderview.c
9317                 use normal style when creating new folder to pick
9318                 proper font size 
9319
9320 2002-09-02 [melvin]     0.8.2claws22
9321
9322         * src/gtkaspell.m4
9323                 removed some obsolete code
9324
9325 2002-09-02 [melvin]     0.8.2claws21
9326
9327         * ac/aspell.m4
9328                 fixed test's equality sign (== to =)
9329
9330 2002-09-02 [alfons]     0.8.2claws20
9331
9332         * src/folder.c
9333         * src/mh.c
9334                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9335                 as folder->destroy virtual as suggested by Hiro
9336                 (the mh.c code seems to have been lost around mh.c.1.21)
9337
9338 2002-09-02 [paul]       0.8.2claws19
9339
9340         * po/pt_BR.po
9341                 updated by Fabio Jr. Beneditto
9342                 
9343         * src/defs.h
9344                 use 'http://claws.sylpheed.org' for homepage link. 
9345                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9346
9347 2002-09-01 [alfons]     0.8.2claws18
9348
9349         * src/mh.c
9350                 plug memleak related to one Martin Kluge found
9351
9352 2002-08-31 [paul]       0.8.2claws17
9353
9354         * sync with 0.8.2cvs6
9355                 see ChangeLog 2002-08-30
9356
9357 2002-08-31 [alfons]     0.8.2claws16
9358
9359         * src/folder.c
9360                 folder_destroy(): remove mailbox from folderlist even if it has
9361                 no destroy virtual
9362
9363 2002-08-31 [alfons]     0.8.2claws15
9364
9365         * src/folder.c
9366                 :%sno/if(/if (/gc
9367                 :%sno/for(/for (/gc
9368                 (being pedantic I know)
9369
9370 2002-08-31 [alfons]     0.8.2claws14
9371
9372         * src/folder.c
9373                 check for NULL pointers returned from folder->fetch_msginfo virtual
9374                 (should solve some reported crashes)
9375
9376 2002-08-30 [alfons]     0.8.2claws13
9377
9378         * acconfig.h
9379         * configure.in
9380         * src/crash.c
9381                 enable crash dialog on compilation time
9382                 (--enable-crash-dialog configure option)
9383
9384 2002-08-30 [alfons]     0.8.2claws12
9385
9386         * AUTHORS
9387                 add Martin Kluge
9388         * src/mh.c
9389                 apply memory leak plug patch by Martin Kluge
9390                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9391                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9392                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9393
9394 2002-08-30 [darko]      0.8.2claws11
9395
9396         * src/folderview.c
9397                 copy Gtk style from normal style to match
9398                 font size for coloured folders
9399
9400 2002-08-29 [alfons]     0.8.2claws10
9401
9402         * sylpheed.desktop
9403                 Type=Internet <- Type=Application
9404                 (reported by Michael Schwendt, see:
9405                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9406                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9407
9408 2002-08-29 [paul]       0.8.2claws9
9409
9410         * sync with 0.8.2cvs5
9411                 see ChangeLog 2002-08-29
9412
9413 2002-08-29 [colin]      0.8.2claws8
9414
9415         * src/summaryview.c
9416                 Added a sanity check in summary_select_thread
9417                 Should fix bug 601605
9418
9419 2002-08-29 [colin]      0.8.2claws7
9420
9421         * src/main.c
9422                 Revert claws6 changes regarding bug #591676
9423
9424 2002-08-28 [colin]      0.8.2claws6
9425         
9426         * src/main.c
9427                 Ignore cache for queue folderitems
9428                 Fix bug #591676
9429
9430 2002-08-28 [melvin]     0.8.2claws5
9431
9432         * README.claws
9433                 Fixed typos.
9434
9435 2002-08-28 [melvin]     0.8.2claws4
9436
9437         * README.claws
9438                 Updated a bit the text concerning the spell checker
9439
9440 2002-08-28 [melvin]     0.8.2claws3
9441
9442         Merged the GNU_aspell_branch:
9443                 Support of new GNU/aspell is now included and the old pspell
9444                 is not supported anymore.
9445                 See README.claws
9446
9447         * README.claws
9448                 Updated spell checker text to reflect the switch to GNU/aspell
9449
9450         * ac/aspell.m4          *** NEW ***
9451         * src/gtkaspell.[ch]    *** NEW *** 
9452         * ac/pspell.m4          *** DELETED *** 
9453         * src/gtkspell.[ch]     *** DELETED ***
9454
9455         * ac/Makefile.am
9456                 Updated for GNU/aspell support
9457
9458         * po/POTFILES.in
9459                 Replaced gtkspell.c by gtkaspell.c
9460
9461         * acconfig.h
9462         * src/Makefile.am
9463         * src/about.c
9464         * src/compose.[ch]
9465         * src/crash.c
9466         * src/main.c
9467         * src/prefs_common.[ch]
9468                 Updated for GNU/aspell support
9469
9470 2002-08-28 [paul]       0.8.2claws2
9471
9472         * sync with 0.8.2cvs4
9473                 see ChangeLog 2002-08-27 and 2002-08-28
9474
9475 2002-08-28 [colin]      0.8.2claws1
9476
9477         * src/summary_search.c
9478                 Added "AND search"
9479
9480 2002-08-28 [jens]       0.8.2claws
9481
9482         *po/de.po
9483                 Updated German translations
9484
9485 2002-08-27 [melvin]     0.8.2claws
9486
9487         * po/fr.po
9488                 Updated French translations
9489
9490 2002-08-27 [paul]       0.8.2claws
9491
9492         * sync with 0.8.2 main release
9493
9494         * po/en_GB.po
9495           po/es.po
9496           po/it.po
9497           po/pl.po
9498           po/pt_BR.po
9499           po/sr.po
9500                 updated message catalogs submitted by
9501                 Ricardo Mones Lastra, Alessandro Maestri,
9502                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9503                 Beneditto and Urke MMI  
9504
9505 2002-08-27 [hoa]        0.8.1claws123
9506
9507         * src/mainwindow.[ch]
9508         * src/summaryview.[ch]
9509                 removed the "filter setting" menu option.
9510                 add a "cancel a news message" menu option.
9511
9512 2002-08-26 [martin]     0.8.1claws122
9513
9514         * ChangeLog.claws
9515                 changed string under 0.8.1claws79 changed by myself
9516                 i'm sorry alfons :(
9517
9518 2002-08-26 [martin]     0.8.1claws121
9519
9520         * src/crash.c
9521                 added kill command to debuggerrc to start crash dialog
9522
9523 2002-08-26 [paul]       0.8.1claws120
9524
9525         * sync with 0.8.1cvs31
9526                 see ChangeLog 2002-08-26
9527
9528 2002-08-25 [alfons]     0.8.1claws119
9529
9530         * src/procmsg.c
9531                 fix bug that didn't send out correct headers to news server
9532                 when sending news article and email from queue (bug reported
9533                 and patch provided by Tim Mann; closes bug 
9534                 "[ 583196 ] 0.7.8claws can't post news")
9535
9536 2002-08-25 [alfons]     0.8.1claws118
9537
9538         * src/selective_download.c
9539                 mark two strings as translatable
9540                 (thanks to Urke MMI for pointing this out)
9541
9542 2002-08-25 [alfons]     0.8.1claws117
9543
9544         * src/summaryview.c
9545                 treat sent boxes as special and allow sorting them by addressee
9546                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9547                 submitted by Steve Lamb)
9548
9549 2002-08-24 [alfons]     0.8.1claws116
9550
9551         * src/matcher.c
9552                 fix memleak reported by Martin Kluge
9553                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9554
9555 2002-08-24 [oliver]     0.8.1claws115
9556
9557         * src/prefs_toolbar.c
9558                 o code cleanup as suggested by Alfons
9559                 o memleak fix
9560
9561 2002-08-24 [alfons]     0.8.1claws114
9562
9563         * src/summaryview.c
9564                 o fix another memory leak reported by Martin Kluge
9565                   (see "[ 599568 ] Small Memory Leak")
9566                 o remove 'from' variable from 'summary_set_header()'; we can
9567                   do with just 'to' 
9568
9569 2002-08-24 [paul]       0.8.1claws113
9570
9571         * sync with 0.8.1cvs30
9572                 see ChangeLog 2002-08-23
9573
9574 2002-08-24 [alfons]     0.8.1claws112
9575
9576         * src/summaryview.c
9577                 remove unnecessary allocations for search bar fixing leaks
9578                 reported by Martin Kluge
9579                 (see "[ 599451 ] Further memory leaks?")
9580
9581 2002-08-24 [alfons]     0.8.1claws111
9582
9583         * src/main.c
9584                 make get_socket_name() public for crash.c
9585         * src/crash.c
9586                 o make report bug button work (goes to claws' 
9587                   bug tracker at sf.net)
9588                 o introduce function for doing important stuff just
9589                   before claws goes down
9590                 o clean up code 
9591
9592 2002-08-24 [alfons]     0.8.1claws110
9593
9594         * src/compose.c
9595                 move cursor to "To" entry when forwarding as attachment
9596                 (reported and solved by Steve Lamb, closes bug report
9597                 "[ 592880 ] Forward as attachment; cursor not in to")
9598
9599 2002-08-24 [colin]      0.8.1claws109
9600
9601         * src/mainwindow.c
9602                 fix quick search visibility after GUI (de)separations.
9603
9604 2002-08-23 [colin]      0.8.1claws108
9605
9606         * src/mainwindow.c
9607                 fix header pane visibility after folderview or
9608                 messageview (de)separation
9609
9610 2002-08-23 [paul]       0.8.1claws107
9611
9612         * src/mainwindow.[ch]
9613           src/toolbar.c
9614                 give full control of display or non-display 
9615                 of the Execute icon to Custom toolbar settings.
9616                 add new sensitivity condition to maninwindow.h: 
9617                 M_DELAY_EXEC
9618
9619         * ChangeLog
9620           ChangeLog.jp
9621           NEWS
9622                 more sync with 0.8.1cvs29
9623
9624 2002-08-23 [melvin]     0.8.1claws106
9625
9626         * src/alertpanel.c
9627                 Readded support for custom widget in alertpanel lost in last
9628                 sync.
9629
9630 2002-08-23 [paul]       0.8.1claws105
9631
9632         * sync with 0.8.1cvs29
9633                 see ChangeLog 2002-08-23
9634
9635 2002-08-23 [colin]      0.8.1claws104
9636
9637         * src/summaryview.c
9638                 Fix folder and search pixmaps exchanging positions
9639                 after theme or toolbar changes. Thank to Oliver for 
9640                 reporting this.
9641
9642 2002-08-23 [colin]      0.8.1claws103
9643
9644         * src/mainwindow.c
9645           src/messageview.[ch]
9646           src/noticeview.[ch]
9647           src/summaryview.c
9648                 Changed messageview_create() and noticeview_create()
9649                 to avoid the last gdk_warning
9650
9651 2002-08-22 [colin]      0.8.1claws102
9652
9653         * src/summaryview.c
9654                 Fix my new `Creating pixmap from xpm' warning
9655
9656 2002-08-22 [colin]      0.8.1claws101
9657
9658         * src/mainwindow.c
9659                 Fix some of the gdk warnings
9660
9661 2002-08-22 [colin]      0.8.1claws100
9662
9663         * src/Makefile.am
9664         * src/stock_pixmap.c
9665         * src/stock_pixmap.h
9666         * src/pixmaps/quicksearch.xpm *ADDED*
9667                 Add the quicksearch pixmap
9668         * src/mainwindow.c
9669         * src/summaryview.c
9670         * src/summaryview.h
9671                 Make quicksearch bar visible/hidden via a button
9672
9673 2002-08-22 [christoph]  0.8.1claws99
9674
9675         * src/folder.c
9676                 fix folder update for newsgroups with message
9677                 numbers below minimum number of articles to fetch
9678                 (closes bug #598445)
9679
9680 2002-08-22 [paul]       0.8.1claws98
9681
9682         * sync with 0.8.1cvs28
9683                 see ChangeLog 2002-08-22
9684
9685 2002-08-21 [alfons]     0.8.1claws97
9686
9687         * src/crash.c
9688                 use bt instead of bt full which seems to work 
9689                 better, and bt full doesn't give a great deal 
9690                 of information anyway
9691
9692 2002-08-21 [colin]      0.8.1claws96
9693
9694         * src/summaryview.c
9695                 fix summaryview_searchtype_changed prototype
9696
9697 2002-08-21 [christoph]  0.8.1claws95
9698
9699         * src/mainwindow.c
9700                 o fix broken menu update for sorting type, we have to
9701                   get this info from the summaryview now
9702                 o removed setting of threaded state in menu callback
9703         * src/summaryview.[ch]
9704                 more summaryview/folderitem seperation for
9705                 threading option
9706         * configure.in
9707                 removed not required --with-compiler-flags option
9708
9709 2002-08-21 [oliver]     0.8.1claws94
9710         
9711         * src/toolbar.h 
9712                 o rename toolbar.xml to toolbar_main.xml
9713                   since toolbar_compose.xml might come up 
9714                   any time soon
9715         * README.claws
9716                 add custom toolbar              
9717
9718 2002-08-21 [darko]      0.8.1claws93
9719
9720         * src/procmsg.c
9721                 don't reset tmp flags for messages copied
9722                 to sent folder
9723
9724 2002-08-21 [colin]      0.8.1claws92
9725         
9726         * src/prefs_filtering.c
9727                 fix renaming rules on folder rename 
9728                 when folder is not a leaf folder
9729
9730 2002-08-21 [paul]       0.8.1claws91
9731
9732         * src/prefs_folder_item.c
9733                 fix alignment of colour selector
9734
9735 2002-08-21 [paul]       0.8.1claws90
9736
9737         * sync with 0.8.1cvs27
9738                 see ChangeLog 2002-08-21
9739
9740 2002-08-21 [paul]       0.8.1claws89
9741
9742         * src/summaryview.c
9743                 fix crash when changing field type in
9744                 Quick search bar
9745
9746 2002-08-21 [colin]      0.8.1claws88
9747
9748         * src/summaryview.c
9749                 Made quick search case-insensitive
9750
9751 2002-08-21 [paul]       0.8.1claws87
9752
9753         * sync with 0.8.1cvs26
9754                 see ChangeLog 2002-08-21
9755
9756 2002-08-20 [christoph]  0.8.1claws86
9757
9758         * src/folderview.c
9759         * src/main.c
9760         * src/summaryview.[ch]
9761                 more summaryview/folderitem seperation for
9762                 sort_key and sort_type
9763         * src/procmsg.c
9764                 added missing return statement
9765
9766 2002-08-20 [colin]      0.8.1claws85
9767
9768         * src/summaryview.[ch]
9769                 Added a quick search box
9770         * src/mainwindow.c
9771         * src/prefs_common.[ch]
9772                 Added a show/hide option for the quick search
9773
9774 2002-08-20 [oliver]     0.8.1claws84
9775         
9776         * src/mainwindow.c
9777                 remove toolbar_create_popups
9778         * src/toolbar.[ch]
9779                 o remove toolbar_create_popups
9780                 o fix toolbar_set_sensitive 
9781                   (Bug reports #596834 and #596832)     
9782         * src/prefs_toolbar.c
9783                 o add "Set default" button
9784                 o align label and text + combo widgets
9785
9786 2002-08-20 [hoa]        0.8.1claws83bis
9787
9788         * src/imap.c
9789                 fixed a bug in imap_fetch_msginfo() in case there is no
9790                 current folder.
9791
9792 2002-08-20 [darko]      0.8.1claws83
9793
9794         * src/folderview.c
9795                 copy the color style of folder view so it
9796                 works with GTK themes
9797
9798 2002-08-20 [darko]      0.8.1claws82
9799
9800         * src/folder.h
9801         * src/folderview.c
9802         * src/prefs_folder_item.[hc]
9803                 don't use UI stuff in folder.h
9804
9805 2002-08-20 [darko]      0.8.1claws81
9806
9807         * src/folder.h
9808         * src/prefs_folder_item.h
9809         * src/folderview.c
9810         * src/prefs_folder_item.c
9811                 ability to set folder color in folderview
9812
9813 2002-08-19 [alfons]     0.8.1claws80
9814
9815         * src/summaryview.c
9816                 fix one of the earlier memleaks reported by Martin Kluge
9817
9818 2002-08-19 [alfons]     0.8.1claws79
9819
9820         * src/mainwindow.c
9821                 hide notice view when selecting seperate folder
9822                 view (reported by Urke MMI)
9823
9824 2002-08-19 [christoph]  0.8.1claws78
9825
9826         * src/folderview.c
9827         * src/prefs_folder_item.h
9828         * src/summaryview.[ch]
9829                 o add summary_set_prefs_from_folderitem to set
9830                   summaryview prefs (first step to remove all
9831                   references to the folderitem in summaryview)
9832                 o moved compiled regex stuff from folderitem prefs
9833                   to summaryview code
9834
9835 2002-08-19 [paul]       0.8.1claws77
9836
9837         * src/compose.c
9838                 add check for '.' to QUOTE_IF_REQUIRED
9839
9840 2002-08-19 [paul]       0.8.1claws76
9841
9842         * src/inc.c
9843                 sync with 0.8.1cvs25 (plug memory leak)
9844
9845         * src/prefs_toolbar.c
9846                 re-order prefs_toolbar_cancel()
9847
9848 2002-08-18 [alfons]     0.8.1claws75
9849
9850         * src/inc.c
9851         * src/matcher.c
9852                 plug other memleaks reported by Martin Kluge
9853
9854 2002-08-18 [paul]       0.8.1claws74
9855
9856         * po/pt_BR.po
9857                 updated by Fabio Jr. Beneditto
9858
9859 2002-08-18 [paul]       0.8.1claws73
9860
9861         * src/toolbar.[ch]
9862                 fix bug where tooltips were displayed untranslated              
9863
9864         * src/prefs_toolbar.c
9865                 fix bug where clicking 'Cancel' creates an icon & text
9866                 toolbar regardless of prefs
9867         
9868
9869 2002-08-17 [oliver]     0.8.1claws72
9870
9871         * src/prefs_toolbar.c
9872                 update toolbar on CANCEL
9873                 bug reported by Martin Kluge
9874         * src/toolbar.c
9875                 toolbar_destroy memleak fixed           
9876
9877 2002-08-17 [alfons]     0.8.1claws71
9878
9879         * src/toolbar.c
9880                 plug another memleak reported by Martin Kluge
9881
9882 2002-08-16 [alfons]     0.8.1claws70
9883
9884         * src/crash.c
9885                 use execvp() correctly (suggested by wwp; thanks!)
9886
9887 2002-08-16 [alfons]     0.8.1claws69
9888
9889         * src/gtksctree.c
9890                 plug memory leak reported by Kim Schultz & Martin Kluge
9891
9892 2002-08-16 [paul]       0.8.1claws68
9893
9894         * po/es.po
9895                 updated by Ricardo Mones Lastra
9896
9897 2002-08-16 [paul]       0.8.1claws67
9898
9899         * src/toolbar.h
9900                 fix bug where 'Compose News' icon showed wrong
9901                 tooltip
9902
9903 2002-08-16 [paul]       0.8.1claws66
9904
9905         * sync with 0.8.1cvs24
9906                 see ChangeLog 2002-08-16
9907
9908         * po/it.po
9909                 updated by Alessandro Maestri
9910
9911 2002-08-15 [paul]       0.8.1claws65
9912
9913         * po/sr.po
9914                 updated by Urke MMI
9915
9916 2002-08-15 [paul]       0.8.1claws64
9917
9918         * src/*.c
9919                 don't translate debug info
9920
9921         * src/matcher.[ch]
9922                 add copyright info
9923
9924 2002-08-15 [paul]       0.8.1claws63
9925
9926         * src/prefs_toolbar.c
9927                 fix bug where clicking 'OK' creates an icon & text
9928                 toolbar regardless of prefs
9929
9930 2002-08-14 [alfons]     0.8.1claws62
9931
9932         * src/main.c
9933                 add global var that has the full argv[0]
9934         * src/crash.c
9935                 o execvp the correct sylpheed by using argv0
9936                   and setting the correct work dir
9937                 o other tweaks  
9938
9939 2002-08-14 [oliver]     0.8.1claws61
9940         
9941         * enable/disable Toolbar Action Buttons 
9942         * code cleanups
9943         * src/mainwindow.c
9944         * src/toolbar.[ch]      
9945         * src/prefs_toolbar.c   
9946
9947 2002-08-14 [melvin]     0.8.1claws60
9948
9949         * po/fr.po
9950                 Updated French translations
9951
9952 2002-08-14 [melvin]     0.8.1claws59
9953
9954         * src/crash.c
9955                 Made bug report not translatable
9956         * src/exporthtml.c
9957                 Fixed exporthtml_build_filespec() return value
9958         * src/foldersel.c
9959                 Fixed incorrect include file
9960         * src/gtkspell.c
9961         * src/prefs_actions.c
9962         * src/prefs_toolbar.c
9963                 Made debug info not translatable
9964         * src/mutt.c
9965         * src/quote_fmt.c
9966                 Added missing includes
9967         * src/prefs_common.c
9968                 Fixed typo
9969
9970 2002-08-14 [paul]       0.8.1claws58
9971
9972         * faq/es/sylpheed-faq.html
9973           faq/es/sylpheed-faq-[1-3].html
9974           faq/es/sylpheed-faq-4.html     **NEW FILE **
9975                 update Spanish FAQ
9976
9977 2002-08-13 [christoph]  0.8.1claws57
9978
9979         * src/procmsg.c
9980                 ignore thread fix that did not mark all
9981                 child nodes of a ignored thread as
9982                 ignored. Does not work perfectly yet,
9983                 but it is better now
9984
9985 2002-08-13 [alfons]     0.8.1claws56
9986
9987         * src/crash.c
9988                 o implement 'save crash log'
9989                 o some tweaks
9990
9991 2002-08-13 [melvin]     0.8.1claws55
9992
9993         * src/main.c
9994                 removed unrequired "execinfo.h" header
9995
9996 2002-08-12 [paul]       0.8.1claws54
9997
9998         * faq/en/sylpheed-faq.html
9999           faq/en/sylpheed-faq-[1-3].html
10000           faq/en/sylpheed-faq-4.html     **NEW FILE **
10001                 update English FAQ
10002
10003 2002-08-12 [alfons]     0.8.1claws53
10004
10005         * po/POTFILES.in
10006                 add crash.c to translatables
10007         * src/crash.c
10008                 bring in Leandro's crash dialog
10009
10010 2002-08-11 [alfons]     0.8.1claws52
10011
10012         * src/crash.c
10013                 clean up some warnings
10014
10015 2002-08-11 [alfons]     0.8.1claws51
10016
10017         * acconfig.h
10018         * configure.in
10019         * src/crash.[ch]        ** NEW FILES **
10020         * src/main.c            
10021                 initial gdb crash handler
10022
10023 2002-08-11 [paul]       0.8.1claws50
10024
10025         * src/prefs_toolbar.c
10026                 replace Up/Down arrow pixmaps with text to be
10027                 consistent across icon themes
10028
10029 2002-08-11 [paul]       0.8.1claws49
10030
10031         * src/prefs_common.c
10032           src/prefs_toolbar.c
10033                 rename 'Pixmap' -> 'Icon'
10034
10035         * src/toolbar.[ch]
10036                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10037
10038 2002-08-10 [paul]       0.8.1claws48
10039
10040         * src/prefs_toolbar.c
10041                 re-work the UI
10042
10043 2002-08-10 [paul]       0.8.1claws47
10044
10045         * src/main.c
10046                 don't write Processing progress to status bar
10047                 patch submitted by Alexander Evseev
10048
10049         * src/prefs_toolbar.c
10050                 re-position and resize window
10051                 make window assume correct size on first call
10052
10053 2002-08-10 [paul]       0.8.1claws46
10054
10055         * src/mainwindow.c
10056           src/prefs_toolbar.c
10057           src/toolbar.c
10058           src/toolbar.h
10059                 obey coding style
10060                 follow UI text conventions
10061
10062 2002-08-10 [alfons]     0.8.1claws45
10063
10064         * src/toolbar.c
10065                 correct pixmap for delete action
10066
10067 2002-08-10 [paul]       0.8.1claws44
10068
10069         * po/pt_BR.po
10070                 updated by Fabio Jr. Beneditto
10071
10072 2002-08-10 [paul]       0.8.1claws43
10073
10074         * po/POTFILES.in
10075                 add custom toolbar files
10076
10077 2002-08-10 [paul]       0.8.1claws42
10078
10079         * sync with 0.8.1cvs22
10080                 see ChangeLog 2002-08-09
10081
10082 2002-08-09 [paul]       0.8.1claws41
10083
10084         * tools/Makefile.am
10085           tools/README
10086           tools/outlook2sylpheed.pl     ** NEW FILE **
10087                 add script to convert exported Outlook
10088                 contacts list to a Sylpheed addressbook.
10089                 Submitted by Ricardo Mones Lastra.
10090
10091 2002-08-09 [paul]       0.8.1claws40
10092
10093         * AUTHORS
10094           configure.in
10095           po/sr.po      ** NEW FILE **
10096                 add Serbian message catalog. Submitted by
10097                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10098
10099 2002-08-09 [paul]       0.8.1claws39
10100
10101         * sync with 0.8.1cvs21
10102                 see ChangeLog 2002-08-08
10103
10104 2002-08-08 [oliver]     0.8.1claws38
10105
10106         * src/mainwindow.c
10107                 move Custom Toolbar to Configuration menu
10108
10109 2002-08-08 [oliver]     0.8.1claws37
10110
10111         * src/prefs_toolbar.c
10112                 fix substitute pixmap bug
10113
10114 2002-08-08 [paul]       0.8.1claws36
10115
10116         * sync with 0.8.1cvs19
10117                 see ChangeLog 2002-08-08
10118
10119 2002-08-07 [christoph]  0.8.1claws35
10120
10121         * src/utils.c
10122                 fixed a memory leak in new canonicalize_file_replace
10123
10124 2002-08-07 [christoph]  0.8.1claws34
10125
10126         * src/utils.[ch]
10127                 o canonicalize_file_replace should create the temporary
10128                   file in the same directory as the original file.
10129                 o added get_tmpfile_in_dir that creates a temorary file
10130                   in a specified directory.
10131
10132 2002-08-07 [melvin]     0.8.1claws33
10133
10134         * src/toolbar.c
10135                 fixed bug where 'Article' button acted as 'Email' button.
10136
10137 2002-08-07 [paul]       0.8.1claws32
10138
10139         * sync with 0.8.1.cvs17
10140                 see ChangeLog 2002-08-07
10141
10142 2002-08-07 [colin]      0.8.1claws31
10143         
10144         * src/news.c
10145                 fix mass-cancel problem
10146
10147 2002-08-07 [thorsten]   0.8.1claws30
10148
10149         * src/prefs_toolbar.c
10150                 fix: crash on replace or add new button
10151         * src/toolbar.c
10152                 fix: close xmlfile after reading
10153         * src/utils.c
10154                 fix: unlink() file before rename()
10155
10156 2002-08-06 [paul]       0.8.1claws29
10157
10158         * sync with 0.8.cvs15
10159                 see ChangeLog 2002-08-06
10160
10161 2002-08-06 [oliver]     0.8.1claws28
10162
10163         * src/toolbar.c
10164         * src/prefs_toolbar.c
10165                 fixed empty toolbar issue
10166
10167 2002-08-06 [oliver]     0.8.1claws27
10168
10169         * Custom Toolbar Final 
10170         * src/folderview.c
10171         * src/inc.c
10172         * src/summaryview.c
10173                 o toolbar stuff now lives in src/toolbar.[ch]
10174                 o main_window_toolbar_* functions are renamed to
10175                   toolbar_* reflecting their new source file
10176         * src/mainwindow.[ch]
10177                 o remove toolbar stuff  
10178
10179 2002-08-06 [oliver]     0.8.1claws26
10180         
10181         * src/Makefile.am
10182         * src/prefs_toolbar.[ch]        **New File**
10183         * src/toolbar.[ch]              **New File**
10184                 o prefs_toolbar.[ch] custom toolbar frontend
10185                 o toolbar.[ch]       backend 
10186
10187 2002-08-06 [oliver]     0.8.1claws25
10188
10189         * src/prefs_actions.[ch]
10190                 o new exported function actions_execute
10191
10192 2002-08-06 [paul]       0.8.1claws24
10193
10194         * sync with 0.8.1cvs4
10195                 see ChangeLog 2002-08-06
10196
10197 2002-08-06 [paul]       0.8.1claws23
10198
10199         * sync with 0.8.1cvs13
10200                 see ChangeLog 2002-08-06
10201
10202 2002-08-06 [paul]       0.8.1claws22
10203
10204         * sync with 0.8.1cvs12
10205                 see ChangeLog 2002-08-05 and 2002-08-06
10206
10207 2002-08-06 [match]      0.8.1claws21
10208
10209         * src/addrclip.c
10210                 improvements to cut/copy/paste address
10211
10212 2002-08-05 [match]      0.8.1claws20
10213
10214         * src/addritem.[ch]
10215         * src/addrcache.c
10216         * src/addrbook.c
10217         * src/editaddress.c
10218         * src/addressbook.c
10219                 fixes to improve cut/copy/paste
10220
10221 2002-08-06 [melvin]     0.8.1claws19
10222
10223         * src/account.[ch]
10224                 account_find_all_from_address(): new function that returns the
10225                 list of all accounts that are matched in an address.
10226         * src/alertpanel.[ch]
10227                 alertpanel() now accepts a custom widget
10228                 alertpanel_with_widget(): new function that pops up a panel with
10229                 a custom widget in it 
10230         * src/gtkutils.[ch]
10231                 gtkut_account_menu_new(): new function that allows the selection
10232                 of an account from a list of accounts.
10233         * src/messageview.c
10234                 Extended Return Receipt notification to select the correct 
10235                 account and to make a security test on the Delivery-Notification
10236                 address which should be the same as the Return-Path.
10237
10238 2002-08-06 [thorsten]   0.8.1claws18
10239
10240         * src/mimeview.c
10241                 attach_all: save unnamed as "noname.%d",
10242                 dont free static dirname
10243
10244 2002-08-05 [alfons]     0.8.1claws17
10245
10246         * configure.in
10247                 detect XIM by trying to link rather than compile a XIM program
10248
10249 2002-08-05 [oliver]     0.8.1claws16
10250                 
10251         * src/stock_pixmap.[ch]
10252                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10253                 o new func to retrieve pixmaps
10254
10255 2002-08-05 [paul]       0.8.1claws15
10256
10257         * sync with 0.8.1cvs10
10258                 see ChangeLog 2002-08-05
10259
10260 2002-08-04 [alfons]     0.8.1claws14
10261
10262         * src/textview.c
10263                 see if this plugs memleak
10264
10265 2002-08-04 [melvin]     0.8.1claws13
10266
10267         * src/gtkspell.c
10268                 fixed bug that could crash Sylpheed when highlighting
10269                 all misspelled words.
10270
10271 2002-08-03 [melvin]     0.8.1claws12
10272
10273         * src/prefs_actions.c
10274                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10275         * src/messageview.c
10276                 fixed bug where the Return Receipt was sent to
10277                 Delivery-Notification-To address even if it was not present
10278
10279 2002-08-02 [alfons]     0.8.1claws11
10280
10281         * src/prefs_actions.c
10282                 o more check for NULLs
10283                 o put create_io_dialog() in right conditional block
10284
10285 2002-08-02 [paul]       0.8.1claws10
10286
10287         * po/es.po
10288                 updated by Ricardo Mones Lastra
10289
10290 2002-08-01 [christoph]  0.8.1claws9
10291
10292         * src/folder.c
10293                 don't free the cache of the opened
10294                 folder in the summaryview
10295         * src/summaryview.c
10296                 don't unset flags, if it is not required
10297
10298 2002-08-01 [paul]       0.8.1claws8
10299
10300         * sync with 0.8.1cvs8
10301                 see ChangeLog entry 2002-08-01
10302
10303 2002-08-01 [paul]       0.8.1claws7
10304
10305         * sync with 0.8.1cvs7
10306                 see ChangeLog 2002-07-31 and 2002-08-01
10307
10308 2002-07-31 [christoph]  0.8.1claws6
10309
10310         * src/mainwindow.c
10311                 forgot to update menu sensitivity
10312                 function for new menu entry
10313
10314 2002-07-31 [alfons]     0.8.1claws5
10315
10316         * src/main.c
10317                 check folder item and its path for NULL on
10318                 initial processing
10319
10320 2002-07-31 [christoph]  0.8.1claws4
10321
10322         * src/folder.c
10323                 check if folder_item_get_msginfo in
10324                 folder_item_remove_msg returned NULL
10325         * src/imap.c
10326                 better clear the uid cache in the
10327                 uid validity check function and delete
10328                 cached messages
10329
10330 2002-07-31 [paul]       0.8.1claws3
10331
10332         * man/sylpheed.1
10333                 add the '--attach' option and a few other
10334                 minor changes
10335
10336 2002-07-31 [paul]       0.8.1claws2
10337
10338         * sync with 0.8.1cvs5
10339                 see ChangeLog 2002-07-31
10340
10341 2002-07-31 [christoph]  0.8.1claws1
10342
10343         * src/folderview.[ch]
10344         * src/mainwindow.c
10345                 replace "Rescan all folders..." with
10346                 "Check all folders for new messages..."
10347
10348 2002-07-30 [paul]       0.8.1claws
10349
10350         * version 0.8.1claws released
10351
10352 2002-07-30 [paul]       0.8.0claws29
10353
10354         * tools/OOo2sylpheed.pl ** NEW FILE **
10355           tools/README
10356                 add script to enable sending documents as
10357                 attachments from OpenOffice.org
10358
10359 2002-07-30 [melvin]     0.8.0claws28
10360
10361         * src/prefs_actions.c
10362                 Made the actions' input/output dialog display
10363                 without delay.
10364
10365 2002-07-30 [christoph]  0.8.0claws27
10366
10367         * src/procmsg.c
10368                 check if folder_item_get_msginfo in
10369                 procmsg_save_to_outbox returned NULL
10370
10371 2002-07-30 [paul]       0.8.0claws26
10372
10373         * sync with 0.8.1cvs4
10374                 see ChangeLog 2002-07-29
10375
10376 2002-07-29 [thorsten]   0.8.0claws25
10377
10378         * README.claws
10379                 added selective download, delete on server
10380
10381 2002-07-29 [paul]       0.8.0claws24
10382
10383         * sync with 0.8.1cvs3
10384                 see ChangeLog 2002-07-29
10385
10386 2002-07-27 [christoph]  0.8.0claws23
10387
10388         * src/folder.c
10389                 add extra check if fetching the msginfo
10390                 returned NULL
10391
10392 2002-07-27 [paul]       0.8.0claws22
10393
10394         * sync with 0.8.1cvs2
10395                 see ChangeLog 2002-07-26
10396
10397 2002-07-27 [christoph]  0.8.0claws21
10398
10399         * src/imap.c
10400                 add another check if a valid msginfo
10401                 was returned
10402
10403 2002-07-26 [hoa]        0.8.0claws20
10404
10405         * src/folder.c
10406                 Fixed a condition in folder_item_destroy()
10407
10408         * src/imap.c
10409                 Fixed an error in IMAP protocol
10410
10411 2002-07-26 [alfons]     0.8.0claws19
10412
10413         * src/folder.c
10414                 ofcourse compare with identifier, not the path
10415
10416 2002-07-26 [alfons]     0.8.0claws18
10417
10418         * src/folder.c
10419                 use folder item identifier for saving / restoring
10420                 preferences because folder->path might not be unique
10421
10422 2002-07-26 [melvin]     0.8.0claws17
10423
10424         * src/logwindow.c
10425                 Fixed a crash introduced in 0.8.0claws5 when log is 
10426                 cut under 80 characters.
10427
10428 2002-07-26 [paul]       0.8.0claws16
10429
10430         * sync with 0.8.1cvs1
10431                 see ChangeLog 2002-07-26
10432
10433 2002-07-26 [christoph]  0.8.0claws15
10434
10435         * src/imap.[ch]
10436                 imap folder now remembers the last selected
10437                 folder and imap_fetch_msginfo skips selecting
10438                 the folder if it is already selected
10439
10440 2002-07-26 [christoph]  0.8.0claws14
10441
10442         * src/folder.c
10443         * src/folderview.c
10444         * src/imap.c
10445                 fix imap folder rescanning
10446
10447 2002-07-25 [christoph]  0.8.0claws13
10448
10449         * src/filter.c
10450         * src/folder.[ch]
10451         * src/folderview.c
10452         * src/imap.[ch]
10453         * src/mainwindow.c
10454         * src/mbox_folder.c
10455         * src/mh.c
10456         * src/news.c
10457                 implement imap uid cache and uid validity check
10458
10459 2002-07-25 [alfons]     0.8.0claws12
10460
10461         * src/summaryview.c
10462                 fix a brown paper bag bug, and also add some more
10463                 checks
10464
10465 2002-07-25 [christoph]  0.8.0claws11
10466
10467         * src/folder.c
10468                 don't mix copy, fetch_msginfo and remove
10469                 operations in folder item copy and move
10470                 operations
10471
10472 2002-07-25 [christoph]  0.8.0claws10
10473
10474         * src/folderview.c
10475         * src/mainwindow.c
10476         * src/prefs_folder_item.c
10477         * src/summaryview.[ch]
10478                 remove no longer required parameter update_cache from
10479                 summary_show
10480
10481 2002-07-25 [paul]       0.8.0claws9
10482
10483         * sync with 0.8.1
10484         
10485         * AUTHORS
10486                 a few corrections
10487
10488 2002-07-24 [alfons]     0.8.0claws8
10489
10490         * src/summaryview.c
10491                 sort correctly when using simplified subject line
10492                 (closes feature request "[ 585141 ] applying regexp to subject 
10493                 before sort" submitted by Alexandra Walford)
10494
10495 2002-07-24 [paul]       0.8.0claws7
10496
10497         * sync with 0.8.0cvs3
10498                 see ChangeLog 2002-07-24
10499
10500 2002-07-23 [christoph]  0.8.0claws6
10501
10502         * src/folder.c
10503         * src/folder.h
10504         * src/summaryview.c
10505         * src/summaryview.h
10506         * src/main.c
10507                 o separate processing and summaryview
10508                 o removed summary_write_cache from summaryview
10509                 o removed summaryview->killed_messages, because we don't have
10510                   to keep a list of killed messages anymore. New cache will
10511                   keep the hidden messages in cache anyway
10512         * src/folderview.c
10513         * src/inc.c
10514         * src/selective_download.c
10515                 o removed unnecessary summary_write_cache calls
10516         * src/procmsg.c
10517                 o don't set ignore thread flag in procmsg_get_thread_tree
10518                   if it is already set
10519         * src/mainwindow.c
10520         * src/statusbar.h
10521                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10522                   they are used in different files
10523
10524 2002-07-23 [melvin]     0.8.0claws5
10525
10526         * src/addressbook.c
10527         * src/addrgather.c
10528         * src/editaddress.c
10529         * src/editgroup.c
10530         * src/editldap_basedn.c
10531         * src/importldif.c
10532         * src/prefs_common.c
10533                 Fixed few memory leak (gtk_editable_get_chars returns
10534                 an allocated string)
10535         * src/logwindow.c
10536                 Fixed few memory leak (gtk_editable_get_chars returns
10537                 an allocated string) and modified a little the log cutting
10538                 loop.
10539         * src/compose.c
10540                 Replaced a call to an obsolete function gtk_entry_get_text()
10541                 by gtk_editable_get_chars()
10542         * src/send.c
10543                 Removed a debug printf
10544
10545 2002-07-23 [christoph]  0.8.0claws4
10546
10547         * src/filesel.c
10548                 fix another g_dirname memory leak
10549
10550 2002-07-23 [christoph]  0.8.0claws3
10551
10552         * src/mh.c
10553                 fixed a memory leak in mh_fetch_msginfo
10554                 fixed crash when message header could not be
10555                 parsed
10556
10557 2002-07-23 [paul]       0.8.0claws2
10558
10559         * sync with 0.8.0cvs2
10560                 see ChangeLog 2002-07-23
10561
10562 2002-07-23 [paul]       0.8.0claws1
10563
10564         * sync with 0.8.0cvs1
10565                 see ChangeLog 2002-07-23
10566
10567 2002-07-23 [paul]       0.8.0claws
10568
10569         * release of 0.8.0claws
10570
10571 2002-07-23 [paul]       0.7.8claws99
10572
10573         * po/ru.po
10574                 new Russian translation, submitted by
10575                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10576
10577 2002-07-22 [jens]       0.7.8claws98
10578
10579         * po/de.po
10580                 Updated German translations.
10581
10582 2002-07-22 [paul]       0.7.8claws97
10583
10584         * po/es.po
10585           po/it.po
10586           po/nl.po
10587           po/pt_BR.po
10588                 updated translations by Ricardo Mones Lastra,
10589                 Alessandro Maestri, Wilbert Berendsen and 
10590                 Fabio Jr. Beneditto respectively
10591
10592 2002-07-22 [christoph]  0.7.8claws96
10593
10594         * src/mimeview.c
10595                 fix memory leak caused by wrong g_dirname usage
10596
10597 2002-07-22 [christoph]  0.7.8claws95
10598
10599         * src/summaryview.c
10600                 update new and unread message counts for summaryview
10601                 summaryview does not get it from the folder anymore
10602                 and has to update the values itself
10603
10604 2002-07-22 [melvin]     0.7.8claws94
10605
10606         * po/fr.po
10607                 Updated French translations.
10608
10609 2002-07-22 [christoph]  0.7.8claws93
10610
10611         * src/matcher.c
10612                 set prop->preg pointer to NULL or following check
10613                 will not fail and regexec will be called with
10614                 invalid pointer
10615
10616 2002-07-21 [alfons]     0.7.8claws92
10617         
10618         * src/prefs_common.[ch]
10619                 remove option "Send return receipt on request"
10620
10621 2002-07-21 [thorsten]   0.7.8claws91
10622
10623         * src/mimeview.c
10624                 fixed memleaks, coding style as pointed out by alfons
10625
10626 2002-07-21 [alfons]     0.7.8claws90
10627
10628         * src/messageview.c
10629         * src/noticeview.[ch]
10630                 o fix bug notice view being displayed when going to empty folder 
10631                   (noticed by Christoph)
10632                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10633                   (noticed by Thorsten)
10634
10635 2002-07-21 [thorsten]   0.7.8claws89
10636
10637         * src/mimeview.c
10638                 Included save_all patch from Xaview FACQ
10639                 added support for pathnames
10640
10641 2002-07-21 [alfons]     0.7.8claws88
10642
10643         * po/POTFILES.in
10644         * src/Makefile.am
10645         * src/mainwindow.c
10646         * src/messageview.[ch]
10647         * src/noticeview.c      ** NEW FILE **
10648         * src/noticeview.h      ** NEW FILE **
10649                 make return receipts work again
10650                 (UI idea by Leandro Pereira)
10651
10652 2002-07-21 [paul]       0.7.8claws87
10653
10654         * src/summaryview.c
10655                 fix sensitivity of 'Select thread'
10656
10657 2002-07-21 [paul]       0.7.8claws86
10658
10659         * src/prefs_common.c
10660                 add browser command line for Galeon
10661
10662 2002-07-21 [paul]       0.7.8claws85
10663
10664         * Makefile.am
10665                 fix 'EXTRA_DIST': remove README.README, add TODO
10666                 and TODO.claws
10667
10668 2002-07-21 [alfons]     0.7.8claws84
10669
10670         * src/gtkstext.c
10671                 make enter clear selection
10672                 (closes "[ 579888 ] Editor selection/entry error"
10673                 reported by Steve Lamb)
10674
10675 2002-07-21 [alfons]     0.7.8claws83
10676         
10677         * src/summaryview.c
10678                 sort message list when selecting unthread messages
10679                 (closes "[ 501593 ] switching threaded view doesn't sort"
10680                 reported by Simon Schubert)
10681
10682 2002-07-20 [alfons]     0.7.8claws82
10683         
10684         * src/matcher.c
10685                 const-correctness
10686
10687 2002-07-20 [thorsten]   0.7.8claws81
10688
10689         * src/matcher.c
10690                 Fixed expansion of empty fields in matchactions
10691
10692 2002-07-19 [melvin]     0.7.8claws80
10693
10694         * src/gtkspell.c
10695                 Removed a duplicate menu entry (fast mode) introduced during
10696                 the new cache merge
10697                 Added a menu separator between 'Use alternate' and 'Fast mode'
10698
10699 2002-07-19 [paul]       0.7.8claws79
10700
10701         * tools/Makefile.am
10702           tools/README
10703                 correct typos
10704
10705 2002-07-19 [thorsten]   0.7.8claws78
10706
10707         * tools/calypso_convert.pl      ** NEW FILE **
10708           tools/README
10709           tools/Makefile.am
10710                 script to import mbox files exported
10711                 by calypso
10712                 o generates folder structure
10713                 o includes attachments
10714
10715 2002-07-19 [melvin]     0.7.8claws77
10716
10717         * src/selective_download.[ch]
10718                 Fixed bug where closing the dialog with the window manager's
10719                 close button will not unlock the summary
10720                 Corrected some function declarations that missed a return value
10721                 Made the source code comply better with coding style.
10722         * src/prefs_common.c
10723                 Added new browser command line for Mozilla.
10724
10725 2002-07-18 [paul]       0.7.8claws76
10726
10727         * src/mainwindow.c
10728           src/selective_download.[ch]
10729                 reflect theme changes, fix Gdk Warning when creating 
10730                 pixmap from NULL window, and minor clean up.
10731                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10732
10733         * po/en_GB.po
10734                 updated
10735
10736 2002-07-17 [paul]       0.7.8claws75
10737
10738         * INSTALL[.jp]
10739                 sync with 0.8.0
10740         
10741         * po/en_GB.po
10742                 updated
10743
10744 2002-07-16 [paul]       0.7.8claws74
10745
10746         * tools/filter_conv.pl
10747           tools/README
10748                 replace conversion script with reimplemented version, 
10749                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10750
10751 2002-07-16 [colin]      0.7.8claws73
10752
10753         * src/summaryview.c
10754                 remove forgotten debug messages - sorry ;-)
10755
10756 2002-07-16 [colin]      0.7.8claws72
10757
10758         * src/mimeview.c
10759           src/summaryview.c
10760           src/textview.c
10761           src/textview.h
10762                 add the ability to select part of a text mime-part 
10763                 to reply.
10764
10765 2002-07-15 [christoph]  0.7.8claws71
10766
10767         * src/folder.c
10768                 fix folder message count for folders without
10769                 msg_is_changed (includes news folders)
10770
10771 2002-07-15 [martin]     0.7.8claws70
10772
10773         * src/summaryview.c
10774                 option "display recipient on 'From'..." now works
10775                 without the need of enabling the option
10776                 "display  sender  using  address  book".
10777
10778 2002-07-15 [christoph]  0.7.8claws69
10779
10780         * src/summaryview.c
10781                 removed setting folder status from summaryview.
10782                 folder.c should update all message counts correctly.
10783
10784 2002-07-15 [paul]       0.7.8claws68
10785
10786         * po/pt_BR.po
10787                 updated by Fabio Junior Beneditto
10788
10789 2002-07-15 [darko]      0.7.8claws67
10790
10791         * src/mh.c
10792                 Fixed target folder colorization, don't decrease op
10793                 number twice
10794
10795 2002-07-14 [paul]       0.7.8claws66
10796
10797         * sync with main 0.8.0
10798                 see ChangeLog 2002-07-14
10799
10800 2002-07-13 [melvin]     0.7.8claws65
10801         
10802         * src/addrbook.c
10803         * src/addressbook.c
10804         * src/addrindex.c
10805                 Replaced sprintf by g_snprintf to prevent possible buffer
10806                 overflow.
10807         * src/news.c
10808                 Corrected a log message output format.
10809                 Added a missing "done" debug output.
10810         * src/compose.c
10811                 Added keyboard accelerator for Priority menu items
10812                 Added missing \n in debug output
10813         * src/logwindow.c
10814         * src/gtkspell.c
10815         * src/rfc2015.c
10816                 Added missing \n in debug output
10817
10818 2002-07-13 [paul]       0.7.8claws64
10819
10820         * man/sylpheed.1
10821                 change Sergey's email address to the sf address
10822
10823         * src/textview.c
10824                 increase show_url_timeout (more useful for long
10825                 urls)
10826
10827 2002-07-12 [sergey]     0.7.8claws63
10828
10829         * src/rfc2015.c
10830                 applied (with some modifications) patch to set the
10831                 micalg parameter for signatures
10832                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10833
10834 2002-07-12 [sergey]     0.7.8claws62
10835
10836         * man/Makefile.am
10837         * configure.in
10838                 fixed man page installation
10839
10840 2002-07-12 [paul]       0.7.8claws61
10841
10842         * sync with 0.7.8cvs26
10843                 see ChangeLog 2002-07-11 and 2002-07-12
10844
10845 2002-07-11 [christoph]  0.7.8claws60
10846
10847         * src/compose.c
10848         * src/procmsg.c
10849                 first use the message number to find the message
10850                 to mark with a reply flag but check the
10851                 message-id if we got the correct message, if not
10852                 try to find it by message-id.
10853                 use new string seperator that is not allowed
10854                 in message-ids.
10855
10856 2002-07-11 [paul]       0.7.8claws59
10857
10858         * sync with 0.7.8cvs23
10859                 see ChangeLog 2002-07-10
10860
10861 2002-07-10 [christoph]  0.7.8claws58
10862
10863         * src/folder.[ch]
10864         * src/msgcache.[ch]
10865                 Added message-id table to the cache in memory
10866                 and functions to msgcache.c and folder.c to
10867                 fetch MsgInfos by message id
10868         * src/compose.c
10869         * src/procmsg.c
10870                 store folder and message-id of message replying
10871                 to in queue header and set reply flag after sending
10872                 (Closes bug #469498)
10873
10874 2002-07-10 [paul]       0.7.8claws57
10875
10876         * AUTHORS
10877           man/sylpheed.1.gz
10878                 add Martin to the list of authors
10879
10880 2002-07-09 [martin]     0.7.8claws56
10881         * src/gtksctree.c
10882                 Added gtk_ctree_last_visible(), tree_update_level(),
10883                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10884                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10885                 from gtk+ to gtksctree.c for the new sorting code
10886                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10887                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10888         * src/gtksctree.h
10889                 Added declaration for gtk_sctree_sort_recursive() and
10890                 gtk_sctree_sort_node
10891         * src/addressbook.c
10892         * src/foldersel.c
10893         * src/folderview.c
10894         * src/summaryview.c
10895                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10896                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10897
10898 2002-07-08 [paul]       0.7.8claws55
10899
10900         * more sync with 0.7.8cvs21
10901                 see ChangeLog 2002-07-08
10902
10903 2002-07-08 [paul]       0.7.8claws54
10904
10905         * sync with 0.7.8cvs21
10906                 see ChangeLog 2002-07-08
10907
10908 2002-07-07 [alfons]     0.7.8claws53
10909
10910         * src/Makefile.am
10911         * src/stock_pixmap.[ch]
10912         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10913         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10914         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10915                 add new pixmaps for upcoming notice pane
10916
10917 2002-07-06 [melvin]     0.7.8claws52
10918
10919         * src/gtkspell.[ch]
10920                 Made them a bit closer to Sylpheed's coding style.
10921                 Removed old code.
10922                 Removed possible memory leaks when some errors occurs.
10923
10924 2002-07-06 [melvin]     0.7.8claws51
10925
10926         * po/Makefile.in.in
10927                 Removed --no-location in xgettext command line to help
10928                 translators that use Emacs' po-mode
10929         * src/quote_fmt.c
10930                 Removed unnecessary comments that messed up sylpheed.pot
10931
10932 2002-07-06 [paul]       0.7.8claws50
10933
10934         * sync with 0.7.8cvs19
10935                 see ChangeLog 2002-07-05
10936
10937 2002-07-06 [christoph]  0.7.8claws49
10938
10939         * src/folder.c
10940         * src/mainwindow.c
10941                 fix folder_item_remove_all_msg and folderview
10942                 status for trash folders after emptying trash
10943
10944 2002-07-05 [paul]       0.7.8claws48
10945
10946         * sync with 0.7.8cvs16
10947                 see ChangeLog 2002-07-04 and 2002-07-05
10948
10949 2002-07-04 [paul]       0.7.8claws47
10950
10951         * sync with 0.7.8cvs14
10952                 see  ChangeLog 2002-07-04
10953
10954 2002-07-03 [alfons]     0.7.8claws46
10955
10956         * src/folder.c
10957                 dupe folder item's path because it's being reallocated
10958                 by new folder scanning code
10959
10960 2002-07-03 [christoph]  0.7.8claws45
10961
10962         * src/imap.c
10963                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10964         * src/msgcache.c
10965                 add missing return in msgcache_write
10966
10967 2002-07-02 [thorsten]   0.7.8claws44
10968
10969         * src/jpilot.c
10970         * src/msgcache.c
10971         * src/rfc2015.c
10972                 use binary mode for file access
10973
10974 2002-07-02 [christoph]  0.7.8claws43
10975
10976         * major code cleanup (part 1)
10977         
10978                 - unused variables removed
10979                 - unused functions removed
10980                 - uninitialized variables checked
10981                 - missing return statements added
10982                 - missing function return types added
10983                 - added parentheses around assignment and
10984                   && in || when suggested by gcc
10985               
10986         * src/mh.c
10987         * src/folder.c
10988                 replaced direct calls to folder->scan_tree
10989                 with folder_scan_tree and restore folder
10990                 prefs in this function. The folder should
10991                 not have to deal with them.
10992                 ( Should now work for all folder types )
10993
10994 2002-07-02 [paul]       0.7.8claws42
10995
10996         * sync with 0.7.8cvs13
10997                 see ChangeLog 2002-07-01 and 2002-07-02
10998
10999 2002-07-01 [christoph]  0.7.8claws41
11000
11001         * src/summaryview.c
11002                 fix "goto next/prev unread message" with
11003                 ignored threads
11004
11005 2002-07-01 [paul]       0.7.8claws40
11006
11007         * po/es.po
11008                 updated by Ricardo Mones Lastra
11009
11010 2002-06-30 [match]      0.7.8claws39
11011
11012         * src/jpilot.c
11013                 applied variation of leonerd's patch (566661) to
11014                 allow multiple email addresses per JPilot entry.
11015                 addresses may be separated by space, comma, pipe,
11016                 semi-colon, new-line.
11017
11018 2002-06-30 [alfons]     0.7.8claws38
11019
11020         * src/procmsg.c
11021                 simple fix for putting older nodes before
11022                 newer nodes when threading by subject
11023
11024 2002-06-30 [christoph]  0.7.8claws37
11025
11026         * src/folder.c
11027         * src/folderview.c
11028         * src/mh.c
11029         * src/news.c
11030         * src/procmsg.c
11031                 fix broken folder tree rescaning
11032                 and don't use procmsg_get_mark_sum
11033                 anymore
11034
11035 2002-06-30 [christoph]  0.7.8claws36
11036
11037         * merge new cache branch
11038         * src/imap.c
11039                 fix new cache imap copy bug
11040         * src/folder.c
11041                 improved folder_item_scan
11042                 it should now always set the correct
11043                 new, unread and total message counts
11044
11045 2002-06-29 [paul]       0.7.8claws35
11046
11047         * configure.in
11048                 correct syntax error
11049
11050 2002-06-29 [paul]       0.7.8claws34
11051
11052         * configure.in
11053           Makefile.am
11054           man/Makefile.am       ** NEW FILE **
11055           man/sylpheed.1.gz     ** NEW FILE **
11056                 add Sylpheed man page
11057
11058 2002-06-29 [paul]       0.7.8claws33
11059
11060         * po/pt_BR.po
11061                 updated by Fabio Junior Beneditto
11062
11063 2002-06-28 [jens]       0.7.8claws32
11064
11065         * po/de.po
11066                 translation updated
11067
11068         * src/selective_download.c
11069                 removed gettext for space " "
11070
11071         * src/imap.c
11072                 removed wrong space
11073
11074 2002-06-28 [paul]       0.7.8claws31
11075
11076         * sync with 0.7.8cvs11
11077                 see ChangeLog 2002-06-28
11078
11079 2002-06-28 [paul]       0.7.8claws30
11080
11081         * sync with 0.7.8cvs10
11082                 see ChangeLog 2002-06-27 and 2002-06-28
11083
11084 2002-06-26 [paul]       0.7.8claws29
11085
11086         * src/addrgather.c
11087           src/selective_download.c
11088                 don't gettextise empty strings.
11089                 reserved by gettext. gettext("") returns 
11090                 the header entry with meta information, 
11091                 not the empty string
11092
11093         * po/en_GB.po
11094                 updated
11095
11096 2002-06-26 [paul]       0.7.8claws28
11097
11098         * sync with 0.7.8cvs7
11099                 see ChangeLog 2002-06-25
11100
11101         * src/prefs_common.c
11102                 ...and in the process, tweak the gui a little
11103
11104 2002-06-25 [alfons]     0.7.8claws27
11105         
11106         * configure.in
11107         * src/Makefile.am
11108                 fine tune ldap library detection
11109
11110 2002-06-25 [alfons]     0.7.8claws26
11111
11112         * src/compose.c
11113                 don't allow return receipts when composing a news article
11114
11115 2002-06-25 [paul]       0.7.8claws25
11116
11117         * Makefile.am
11118                 add '$(AMTAR)' to 'release' section to allow for
11119                 new and older autotools
11120
11121 2002-06-25 [paul]       0.7.8claws24
11122
11123         * src/summaryview.c
11124                 fix "No more unread messages" persistant pop-up
11125                 window bug
11126
11127 2002-06-25 [paul]       0.7.8claws23
11128
11129         * po/it.po
11130                 updated by Alessandro Maestri
11131
11132 2002-06-25 [paul]       0.7.8claws22
11133
11134         * sync with 0.7.8cvs6
11135                 see ChangeLog 2002-06-25
11136
11137 2002-06-24 [paul]       0.7.8claws21
11138
11139         * tools/update-po
11140                 add GPL copyright information
11141
11142 2002-06-24 [paul]       0.7.8claws20
11143
11144         * tools/Makefile.am
11145           tools/README
11146           tools/update-po       ** NEW FILE **
11147                 add script that eases the creation of *.po files
11148                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11149
11150 2002-06-23 [alfons]     0.7.8claws19
11151
11152         * src/messageview.c
11153                 make notification_convert_header obey const correctness
11154                 (next step will be fixing the broken return receipt)
11155
11156 2002-06-23 [paul]       0.7.8claws18
11157
11158         * src/messageview.c
11159                 fix bug introduced in last commit:
11160                 removed too much code in last commit - put back what's
11161                 needed
11162
11163 2002-06-23 [paul]       0.7.8claws17
11164
11165         * src/messageview.[ch]
11166                 remove code committed in error from locally patched
11167                 source
11168
11169 2002-06-23 [colin]      0.7.8claws16
11170
11171         * src/compose.[ch]
11172                 add compose_entry_select(), used to select the default_to
11173                 email address - hopefully avoiding people sending mails to
11174                 wrong recipients.
11175
11176 2002-06-22 [alfons]     0.7.8claws15
11177
11178         * AUTHORS
11179                 add Bram Metsch & Stanislav Karchebny
11180         * src/smtp.[ch]
11181         * src/prefs_account.[ch]
11182         * src/send.c
11183                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11184                   options.  (see <http://sourceforge.net/tracker/index.php
11185                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11186
11187                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11188                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11189
11190 2002-06-22 [paul]       0.7.8claws14
11191
11192         * sync with 0.7.8cvs5
11193                 see ChangeLog 2002-06-19 and 2002-06-20
11194
11195 2002-06-22 [alfons]     0.7.8claws13
11196
11197         * src/selective_download.c
11198                 fix a stupid mistake I made
11199
11200 2002-06-22 [alfons]     0.7.8claws12
11201
11202         * src/selective_download.[ch]
11203                 fix another unnoticed leak; cleanup code
11204
11205 2002-06-21 [alfons]
11206
11207         * tools/Makefile.am
11208                 gpg-sign <-- gpg-sign-syl
11209
11210 2002-06-21 [alfons]     0.7.8claws11
11211
11212         * src/selective_download.c
11213         * src/selective_download.h
11214                 fix assorted mix of allocation errors (should solve
11215                 problem reported by Philippe Gramoullé, see:
11216                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11217
11218 2002-06-20 [melvin]     0.7.8claws10
11219
11220         * tools/gpg-sign *REMOVED*
11221           tools/gpg-sign-syl *ADDED*
11222                 Replaced the gpg clearsigning script with the version using
11223                 xterm instead of ssh-askpass and changed its name.
11224
11225         * README.claws
11226                 Updated actions example to reflect the renaming of the
11227                 gpg clearsigning script.
11228
11229 2002-06-19 [paul]       0.7.8claws9
11230
11231         * sync with 0.7.8claws9
11232                 see ChangeLog 2002-06-18 and 2002-06-19
11233
11234 2002-06-19 [paul]       0.7.8claws8
11235
11236         * sync with 0.7.8cvs1
11237                 see ChangeLog 2002-06-18
11238
11239 2002-06-18 [alfons]     0.7.8claws7
11240
11241         * src/mainwindow.h
11242                 add omitted prototype
11243
11244 2002-06-17 [paul]       0.7.8claws6
11245
11246         * src/mainwindow.c
11247                 fix hiding of exec_btn
11248
11249 2002-06-17 [paul]       0.7.8claws5
11250
11251         * src/pop.c
11252                 remove unneeded code: should_delete() 
11253                 and Pop3State::uidl_todelete_list
11254
11255 2002-06-17 [paul]       0.7.8claws4
11256
11257         * sync with 0.7.8
11258                 see ChangeLog 2002-06-11 and 2002-06-13
11259
11260 2002-06-16 [alfons]     0.7.8claws3
11261         
11262         * src/folder.c
11263                 make sure lock sort mode (claws specific) is
11264                 also persists after a tree rescan
11265
11266 2002-06-16 [alfons]     0.7.8claws2
11267
11268         * src/prefs_folder_item.c
11269         * src/folder.[ch]
11270                 fix persistence of folder sort mode (broken
11271                 by adapting Hiro's new folder persistence code)
11272
11273 2002-06-16 [alfons]     0.7.8claws1
11274
11275         * AUTHORS
11276         * src/logwindow.c
11277         * src/prefscommon.[ch]
11278                 control size of log text in log window; 
11279                 closes patch #569155 submitted by Mitko Haralanov.
11280
11281 2002-06-15 [paul]       0.7.8claws
11282
11283         * release of 0.7.8claws
11284
11285 2002-06-15 [paul]       0.7.7claws
11286
11287         * po/pt_BR.po
11288                 updated by Fabio Junior Beneditto
11289
11290 2002-06-14 [paul]       0.7.6claws49
11291
11292         * po/es.po
11293                 updated by Ricardo Mones Lastra
11294
11295 2002-06-14 [paul]       0.7.6claws48
11296
11297         * po/nl.po
11298                 updated translation by Wilbert Berendsen
11299
11300 2002-06-14 [melvin]     0.7.6claws47
11301
11302         * po/fr.po
11303                 Updated French translation
11304
11305 2002-06-13 [paul]       0.7.6claws46
11306
11307         * src/filesel.c
11308                 allow filename to be typed in, rather than just
11309                 selected by the mouse. Patch by Gustavo Noronha Silva.
11310
11311 2002-06-13 [alfons]     0.7.6claws45
11312
11313         * src/mainwindow.[ch]
11314                 more cleanups (removing unnecessary menu items Expand 
11315                 summary / message view)
11316
11317 2002-06-13 [melvin]     0.7.6claws44
11318
11319         * po/POTFILES.in
11320                 Added src/string_match.c
11321         * src/string_match.c
11322                 Fixed possible buffer overflow.
11323                 Corrected typo.
11324                 Added missing config.h header.
11325         * src/prefs_common.c
11326           src/prefs_matcher.c
11327           src/prefs_scoring.c
11328                 Made some strings translatable (missing _(..)).
11329
11330 2002-06-13 [melvin]     0.7.6claws43
11331
11332         * README.claws
11333                 Corrected action example (verifying clearsigned mail).
11334         * src/prefs_account.c
11335                 Corrected typo.
11336         * src/prefs_common.c
11337                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11338
11339 2002-06-12 [alfons]     0.7.6claws42
11340
11341         * src/summaryview.c
11342                 add init of score column lost in 0.7.6claws42
11343
11344 2002-06-12 [paul]       0.7.6claws41
11345
11346         * src/prefs_account.c
11347                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11348                 behavior of the radio buttons, (from 0.7.7cvs2)
11349
11350 2002-06-11 [alfons]     0.7.6claws40
11351
11352         * src/messageview.[ch]
11353         * src/summaryview.[ch]
11354         * src/summary_search.c
11355         * src/mainwindow.c
11356                 perform a sync to bring in Hiro's separate view implementation 
11357
11358                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11359
11360 2002-06-11 [paul]       0.7.6claws39
11361         
11362         * src/prefs_account.c
11363                 correct a typo on the Receive tab
11364
11365 2002-06-10 [match]      0.7.6claws38
11366
11367         * src/addressbook.c
11368                 Included address completion patch from Gustavo Noronha.
11369
11370 2002-06-10 [paul]       0.7.6claws37
11371
11372         * src/inc.[ch]
11373           src/pop.c
11374           src/prefs_account.[ch]
11375           src/selective_download.[ch]
11376                 apply PATCH #561712
11377                  NEW:
11378                 - check if POP Account
11379                 - Receive Button renamed to Preview
11380                 - Preview Button Popup: preview new/all messages
11381                 - Download Button
11382                 - Account Preferences-->Receive tab checkbutton if you
11383                   want to remove Mail after Download
11384                 -: default YES
11385                 - Account Preferences-->Receive tab checkbutton use
11386                   filtering rules on preview
11387                   (think of delete_on_server)
11388                 -: default YES
11389                 - Account selectable from SD dialog
11390                 - checkbutton to show already downloaded messages if
11391                   all messages are previewed
11392                 - new clist column showing Date
11393                 - ESC KEY close
11394                 FIXES:
11395                 - play ball with UIDL
11396                 - fault tolerant (?) 
11397                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11398
11399 2002-06-10 [melvin]     0.7.6claws36
11400
11401         * README.claws
11402                 Added a hint to ac/README in cvs instructions.
11403
11404         * src/prefs_actions.c
11405                 Made it possible to use a more elaborate command line
11406                 for asynchronous actions, too.
11407
11408 2002-06-10 [melvin]     0.7.6claws35
11409         
11410         * src/prefs_actions.c
11411                 Make it possible to use a more elaborate command line
11412                 (e.g. |foo|bar|cat>there;echo Done|)
11413                 Corrected error message when calling %f, %F and %p commands
11414                 from the compose window.
11415
11416 2002-06-09 [colin]      0.7.6claws34
11417
11418         * src/summaryview.c
11419                 Automatically find unread messages in current folder
11420                 before annoying the user.
11421
11422 2002-06-08 [alfons]     0.7.6claws33
11423
11424         * po/it.po
11425                 remove bad formatting string in it.po translation
11426                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11427
11428 2002-06-08 [paul]       0.7.6claws32
11429
11430         * sync with 0.7.6cvs25
11431                 see ChangeLog 2002-06-07
11432
11433 2002-06-05 [paul]       0.7.6claws31
11434
11435         * src/mainwindow.c
11436                 add 'Sort by locked' and 'Sort by score'
11437
11438 2002-06-05 [paul]       0.7.6claws30
11439
11440         * sync with 0.7.6cvs24
11441                 see ChangeLog 2002-06-04
11442
11443 2002-06-04 [paul]       0.7.6claws29
11444
11445         * po/pt_BR.po
11446                 updated by Fabio Junior Beneditto
11447
11448 2002-06-03 [thorsten]   0.7.6claws28
11449
11450         * src/matcher.c
11451                 fclose() matcherrc after reading
11452
11453 2002-06-03 [paul]       0.7.6claws27
11454
11455         * sync with 0.7.6cvs21
11456                 see ChangeLog 2002-05-31
11457
11458 2002-05-31 [paul]       0.7.6claws26
11459
11460         * sync with 0.7.6cvs20
11461                 see ChangeLog 2002-05-29 and 2002-05-30
11462
11463 2002-05-31 [paul]       0.7.6claws25
11464
11465         * src/imap.c
11466                 hopefully fix last buggy sync
11467
11468         * README.claws
11469                 correct typo in 'Actions' examples
11470
11471 2002-05-29 [paul]       0.7.6claws24
11472
11473         * sync with 0.7.6cvs18
11474                 see ChangeLog 2002-05-28 and 2002-05-29
11475
11476         * src/news.c
11477           src/nntp.[ch]
11478                 sync with above 
11479
11480 2002-05-28 [paul]       0.7.6claws23
11481
11482         * sync with 0.7.6cvs16
11483                 see ChangeLog 2002-05-28
11484
11485 2002-05-27 [thorsten]   0.7.6claws22 
11486
11487         * faq/it/sylpheed-faq-1.html
11488           faq/it/sylpheed-faq-2.html
11489           faq/it/sylpheed-faq-3.html
11490           faq/it/sylpheed-faq.html
11491                 corrected DOS lineendings
11492         * faq/de/sylpheed-faq-1.html
11493           faq/de/sylpheed-faq-2.html
11494           faq/en/sylpheed-faq-1.html
11495           faq/en/sylpheed-faq-2.html
11496           faq/en/sylpheed-faq-3.html
11497           faq/es/sylpheed-faq-1.html
11498           faq/es/sylpheed-faq-2.html
11499           faq/es/sylpheed-faq-3.html
11500           faq/fr/sylpheed-faq-1.html
11501           faq/it/sylpheed-faq-1.html
11502           faq/it/sylpheed-faq-2.html
11503           faq/it/sylpheed-faq-3.html
11504           faq/it/sylpheed-faq.html
11505                 changed ">" to &quot;
11506
11507 2002-05-27 [paul]       0.7.6claws21
11508         
11509         * sync with 0.7.6cvs15
11510                 see ChangeLog 2002-05-27
11511
11512 2002-05-27 [paul]       0.7.6claws20
11513
11514         * src/prefs_account.c
11515                 correct a typo
11516
11517 2002-05-26 [paul]       0.7.6claws19
11518
11519         * tools/README
11520                 correct a typo
11521
11522 2002-05-25 [paul]       0.7.6claws18
11523
11524         * tools/README
11525                 add description of kmail2sylpheed.pl
11526
11527 2002-05-25 [paul]       0.7.6claws17
11528
11529         * tools/kmail2sylpheed.pl       ** NEW FILE **
11530                 perl script that converts an exported Kmail address
11531                 book, converts it to sylpheed addressbook file,
11532                 writes the file to .sylpheed, and updates
11533                 addrbook--index.xml 
11534
11535 2002-05-25 [paul]       0.7.6claws16
11536
11537         * sync with 0.7.6cvs14
11538                 see ChangeLog 2002-05-23
11539
11540 2002-05-24 [paul]       0.7.6claws15
11541
11542         * README.claws
11543                 make a correction and add some more info
11544
11545 2002-05-24 [paul]       0.7.6claws14
11546
11547         * src/compose.c
11548                 fix memory leak in 
11549                 compose_redirect_write_headers_from_headerlist()
11550                 add Subject and Resent-Message-ID to
11551                 compose_redirect_write_headers()
11552                 Received, Subject, and X-UIDL are filtered out in 
11553                 compose_redirect_write_to_file()
11554
11555 2002-05-23 [paul]       0.7.6claws13
11556
11557         * src/compose.[ch]
11558           src/filtering.c
11559           src/mainwindow.c
11560           src/matcher.[ch]
11561           src/matcher_parser_lex.l
11562           src/matcher_parser_parse.y
11563           src/prefs_common.[ch]
11564           src/prefs_filtering.c
11565           src/summaryview.c
11566                 rename 'Bounce' to 'Redirect'
11567
11568 2002-05-23 [paul]       0.7.6claws12
11569
11570         * more sync with 0.7.6cvs13
11571           src/compose.c
11572                 see ChangeLog 2002-05-22
11573
11574 2002-05-22 [paul]       0.7.6claws11
11575
11576         * sync with 0.7.6cvs13
11577           src/codeconv.c
11578                 see ChangeLog 2002-05-20
11579           src/prefs_common.c
11580                 see ChangeLog 2002-05-22
11581
11582 2002-05-21 [melvin]     0.7.6claws10
11583
11584         * src/folderview.c
11585                 Added missing filtering and scoring headers
11586                 Fixed bad function call that showed garbage 
11587                 in Folder->Processing
11588
11589 2002-05-21 [paul]       0.7.6claws9
11590
11591         * tools/Makefile.am
11592                 make all tools executable, (patch by Alfons).
11593
11594 2002-05-20 [alfons]     0.7.6claws8
11595
11596         * src/procheader.c
11597                 don't forget to call mktime() so we have a valid week 
11598                 and year day
11599                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11600
11601 2002-05-20 [paul]       0.7.6claws7
11602
11603         * src/html.c
11604                 fix broken parsing of urls
11605         * src/textview.c
11606                 fix displaying of urls
11607
11608                 both fixes from the patch [547855] by Eugene 
11609                 Brevdo (zonem)
11610
11611 2002-05-19 [alfons]     0.7.6claws6
11612
11613         * configure.in
11614                 make sylpheed configure correctly with the latest
11615                 and greatest of automake / autoconf / gettext
11616
11617 2002-05-19 [alfons]     0.7.6claws5
11618
11619         * src/procheader.c
11620         * src/procheader.h
11621                 add function for returning ime zone offset
11622         * src/quote_fmt.c
11623         * src/quote_fmt_parse.y
11624                 better quotation formatting - does not convert
11625                 to local time, but uses the original date string.
11626                 
11627                 Note: %z inserts the timezone offset (should 
11628                 work also on platforms where strftime does not
11629                 support %z).
11630
11631 2002-05-18 [christoph]  0.7.6claws4
11632
11633         * src/summaryview.c
11634                 fix indentation of some code
11635         * tools/Makefile.am
11636                 fix spaces after \
11637         * src/Makefile.am
11638                 add missing \
11639                 correct path for ignorethread.xpm
11640                 incorrect filename for sylpheed_logo.xpm
11641                 add missing include matcher_parser_parse.h
11642
11643 2002-05-18 [paul]       0.7.6claws3
11644
11645         * sync with 0.7.6cvs8
11646                 see ChangeLog 2002-05-16 and 2002-05-17
11647
11648 2002-05-18 [melvin]     0.7.6claws2
11649
11650         * README.claws
11651                 Corrected an action's definition and fixed some misspellings.
11652
11653 2002-05-18 [paul]       0.7.6claws1
11654
11655         * tools/Makefile.am
11656           tools/gpg-sign        ** new file **
11657           tools/uudec           ** new file **
11658                 add Melvin's Actions scripts
11659
11660         * README.claws
11661                 add Melvin's descriptions for Actions
11662
11663 2002-05-18 [paul]       0.7.6claws
11664
11665         * Version 0.7.6claws released
11666
11667 2002-05-17 [paul]       0.7.5claws32
11668
11669         * po/es.po
11670                 updated by Ricardo Mones Lastra
11671
11672 2002-05-17 [paul]       0.7.5claws31
11673
11674         * src/compose.c
11675                 fix Account prefs default folder for sent/draft/deleted
11676                 messages bug
11677
11678         * po/it.po
11679           po/nl.po
11680                 updated translation by Alessandro Maestri and
11681                 Wilbert Berendsen
11682
11683 2002-05-17 [melvin]     0.7.5claws30
11684
11685         * src/prefs_actions.c
11686                 Fixed bug where using %F not at the end of the command 
11687                 resulted in an additional empty argument being created.
11688                 Thanks to Darko Koruga for reporting the bug.
11689
11690 2002-05-17 [melvin]     0.7.5claws29
11691
11692         * po/fr.po
11693                 Updated French translations.
11694
11695 2002-05-15 [paul]       0.7.5claws28
11696         
11697         * po/es.po
11698                 updated by Ricardo Mones Lastra
11699
11700 2002-05-15 [paul]       0.7.5claws27
11701
11702         * sync with 0.7.6cvs4
11703                 see ChangeLog 2002-05-14 and 2002-05-15
11704
11705 2002-05-14 [paul]       0.7.5claws26
11706
11707         * sync with 0.7.6cvs1
11708                 see ChangeLog 2002-05-13
11709
11710 2002-05-13 [thorsten]   0.7.5claws25
11711
11712         * src/messageview.c
11713                 fix select_all and copy in multipart messages
11714         * src/mainwindow.c
11715                 fix select_all and copy in multipart messages
11716
11717 2002-05-12 [paul]       0.7.5claws24
11718
11719         * src/summaryview.c
11720                 reverse last commit, bug already fixed in 0.7.5claws3
11721
11722 2002-05-12 [netztorte]  0.7.5claws23
11723
11724         * src/summaryview.c
11725                 dont parse empty addressbook (checked in before claws20)
11726
11727 2002-05-12 [melvin]     0.7.5claws22
11728
11729         * src/procmsg.[ch]
11730                 Removed unneeded priority code introduced by the previous 
11731                 commit.
11732
11733 2002-05-12 [melvin]     0.7.5claws21
11734
11735         * src/compose.[ch]
11736                 Added possibility to set message's priority.
11737         * src/procmsg.[ch]
11738                 Added possibility to set message's priority.
11739                 Added missing headers
11740
11741 2002-05-12 [melvin]     0.7.5claws20
11742
11743         * src/prefs_actions.c
11744                 Removed implicitely added quotes around the name
11745                 of the temporary files of mime parts.
11746
11747 2002-05-12 [paul]       0.7.5claws19
11748
11749         * sync with 0.7.5cvs20
11750                 see ChangeLog 2002-05-11
11751
11752 2002-05-12 [alfons]     0.7.5claws18
11753
11754         * src/quote_fmt_lex.l
11755         * src/quote_fmt_parse.y
11756                 allow quote / reply date & time format to be set using
11757                 %D{format}. format is a format string you'd pass to
11758                 strftime() (see man strftime, or the Display tab |
11759                 Date format setting).
11760
11761                 Currently %D converts the date to local time. 
11762
11763 2002-05-11 [paul]       0.7.5claws17
11764
11765         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11766                 see ChangeLog 2002-05-10 and 2002-05-11
11767
11768 2002-05-10 [paul]       0.7.5claws16
11769
11770         * sync with 0.7.5cvs16
11771                 see ChangeLog entries 2002-05-09 and 
11772                 2002-05-10
11773
11774 2002-05-10 [colin]      0.7.5claws15
11775
11776         * src/textview.c
11777                 Corrected a bug that prevented sylpheed to open
11778                 double-clicked URIs.
11779
11780 2002-05-09 [paul]       0.7.5claws14
11781
11782         * sync with 0.7.5cvs14
11783                 see ChangeLog 2002-05-08 and 2002-05-09
11784
11785 2002-05-08 [paul]       0.7.5claws13
11786
11787         * sync with 0.7.5cvs11
11788                 see ChangeLog entry 2002-05-08
11789
11790 2002-05-08 [paul]       0.7.5claws12
11791
11792         * src/mainwindow.c
11793           src/textview.[ch]
11794                 fix segfault on View->Open in new window
11795                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11796
11797 2002-05-07 [paul]       0.7.5claws11
11798
11799         * sync with 0.7.5cvs9
11800                 see ChangeLog entry 2002-05-07
11801
11802 2002-05-06 [paul]       0.7.5claws10
11803
11804         * src/messageview.c
11805           src/textview.c
11806                 display url in statusbar on single-click
11807                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11808
11809 2002-05-06 [match]      0.7.5claws9
11810
11811         * src/addritem.[ch]
11812                 new functions.
11813         * src/addrcache.c
11814                 tidy up.
11815         * src/xmlprops.[ch]
11816                 XML implementation of properties file.
11817         * src/exporthtml.[ch]
11818         * src/expthtmldlg.[ch]
11819         * src/addressbook.c
11820                 export to HTML.
11821
11822 2002-05-02 [sergey]     0.7.5claws8
11823
11824         * src/mainwindow.c (mainwin_entries),
11825           src/prefs_common.c (prefs_send_create()),
11826           src/codeconv.c (locale_table):
11827                 use charset name "Windows-1251" instead of "CP1251".
11828
11829 2002-05-02 [colin]      0.7.5claws7
11830         
11831         * src/compose.c
11832           src/prefs_common.c
11833           src/prefs_folder_item.c
11834                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11835
11836 2002-05-02 [hiro]       0.7.5claws6
11837
11838         * src/imap.c
11839                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11840
11841 2002-05-02 [paul]       0.7.5claws5
11842
11843         * src/compose.c
11844                 more sync with 0.7.5cvs7, see ChangeLog entry
11845                 2002-05-02
11846
11847 2002-05-02 [hiro]       0.7.5claws4
11848
11849         * src/compose.c
11850                 compose_queue_sub():
11851                 check if queue folder exists (closes #550397).
11852                 removed directory creation since it should be handled
11853                 transparently.
11854         * src/imap.c
11855                 imap_add_msg(): return UID for appended message
11856                 (closes #548842).
11857
11858 2002-04-30 [paul]       0.7.5claws3
11859
11860         * src/summaryview.c
11861                 fix account_find_from_address() bug
11862
11863 2002-04-28 [colin]      0.7.5claws2
11864
11865         * src/compose.c
11866           src/textview.c
11867           src/prefs_common.[ch]
11868           src/utils.[ch]
11869                 Added user-definable quotation characters recognition.
11870
11871 2002-04-28 [paul]       0.7.5claws1
11872
11873         * sync with 0.7.5cvs4
11874                 see ChangeLog entry  2002-04-25
11875
11876 2002-04-28 [paul]       0.7.5claws
11877
11878         * po/es.po
11879           po/nl.po
11880           po/pt_BR.po
11881                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11882                 Fabio Junior Beneditto
11883
11884 2002-04-27 [jens]       0.7.4claws103
11885
11886         * po/de.po
11887                 updated German translation.
11888
11889 2002-04-27 [hiro]       0.7.4claws102
11890
11891         * src/summaryview.c
11892                 summary_write_cache(): fixed the mark loss of hidden messages.
11893
11894 2002-04-26 [melvin]     0.7.4claws101
11895
11896         * src/procmsg.c
11897                 fixed a second typo (same one)
11898         * po/fr.po
11899           po/it.po
11900           po/pt_BR.po
11901                 fixed the type again...
11902
11903 2002-04-26 [melvin]     0.7.4claws100
11904
11905         * src/procmsg.c
11906                 fixed a typo in an alert message ("temorary").
11907         * po/it.po
11908         * po/pt_BR.po
11909                 corrected the typo  described above.
11910         * po/fr.po
11911                 updated French translation.
11912
11913 2002-04-26 [darko]      0.7.4claws99
11914
11915         * src/summaryview.c
11916                 fix target folder colorization
11917
11918 2002-04-25 [paul]       0.7.4claws98
11919
11920         * po/it.po
11921                 updated by Alessandro Maestri
11922
11923 2002-04-24 [colin]      0.7.4claws97
11924         
11925         * src/compose.c
11926                 Fixed double "subject is empty" question.
11927
11928 2002-04-23 [colin]      0.7.4claws96
11929         
11930         * src/mimeview.c
11931                 Corrected issue when "automatically display images" was
11932                 not set : first image remained after selecting second.
11933
11934 2002-04-23 [melvin]     0.7.4claws95
11935
11936         * src/prefs_actions.c
11937                 Don't display in/out dialog if there is nothing to show.
11938
11939 2002-04-23 [paul]       0.7.4claws94
11940
11941         * sync with 0.7.5cvs3
11942                 bug fixes: see ChangeLog entry 2002-04-23
11943
11944 2002-04-22 [darko]      0.7.4claws93
11945
11946         * src/compose.c
11947                 fix previous check-in which changed code after
11948                 merge from main
11949
11950 2002-04-22 [paul]       0.7.4claws92
11951
11952         * faq/de/*
11953                 add German FAQ
11954         * faq/en/*
11955           faq/es/*
11956           faq/fr/*
11957                 update English, Spanish and French FAQs
11958         * manual/de/*
11959           manual/es/*
11960                 add German and Spanish manuals
11961         * manual/en/*
11962           manual/fr/*
11963                 update English and French manuals
11964
11965         * src/Makefile.am
11966                 add to and re-arrange the pixmap entries
11967
11968 2002-04-22 [darko]      0.7.4claws91
11969
11970         * src/compose.c
11971                 fix sender initials recognition to only allow
11972                 '>' after the initials
11973
11974 2002-04-21 [paul]       0.7.4claws90
11975
11976         * sync with 0.7.5 release
11977                 see ChangeLog entry 2002-04-21
11978
11979 2002-04-21 [alfons]
11980
11981         * src/Makefile.am
11982                 add colin's new pixmaps to EXTRA_DIST
11983
11984 2002-04-21 [colin]      0.7.4claws89
11985         * src/compose.c
11986         * src/inc.c
11987         * src/mainwindow.[ch]
11988         * src/prefs_common.[ch]
11989         * src/stock_pixmap.[ch]
11990                 Added "Work offline" ability.
11991
11992 2002-04-21 [colin]      0.7.4claws88
11993         
11994         * src/mimeview.c
11995         * src/prefs_common.c
11996         * src/prefs_common.h
11997         * src/textview.c : Added an option to common preferences -> display
11998           to allow user not to automatically display images.
11999
12000 2002-04-21 [paul]       0.7.4claws87
12001
12002         * sync with 0.7.4cvs52
12003                 see ChangeLog entry 2002-04-21 (src/imap.c)
12004
12005 2002-04-21 [paul]       0.7.4claws86
12006
12007         * sync with 0.7.4cvs51
12008                 see ChangeLog entry 2002-04-21
12009
12010 2002-04-21 [paul]       0.7.4claws85
12011
12012         * sync with 0.7.4cvs49
12013                 see ChangeLog entries 2002-04-20 and 2002-04-21
12014
12015         * src/Makefile.am
12016                 clean up: remove old 'stock_' element from xpm 
12017                 filenames.
12018
12019 2002-04-21 [alfons]     0.7.4claws84
12020
12021         apply sync patch from Paul
12022
12023         * src/folderview.c
12024                 use old claws prefs_folder_item_create() for now
12025
12026 2002-04-19 [match]      0.7.4claws83
12027
12028         * src/addressbook.[ch]
12029         * src/addrharvest.[ch]
12030         * src/addrgather.[ch]
12031                 recurse folders.
12032         * src/mainwindow.c
12033         * src/summaryview.[ch]
12034                 change menu option.
12035
12036 2002-04-19 [paul]       0.7.4claws82
12037
12038         * po/pt_BR.po
12039                 updated by Fabio Junior Beneditto
12040
12041 2002-04-14 [alfons]     0.7.4claws81
12042
12043         * src/passphrase.c
12044                 add #include <sys/types.h> for mode_t and off_t 
12045
12046 2002-04-13 [paul]       0.7.4claws80
12047         
12048         * src/main.c
12049           src/passphrase.[ch]
12050           src/pgptext.c
12051           src/prefs_common.[ch]
12052           src/rfc2015.c
12053                 enable storing of GnuPG passphrase for the whole 
12054                 session or a user-defined number of minutes. patch 
12055                 submitted by Ravemax <ravemax@dextrose.com>
12056
12057 2002-04-13 [alfons]     0.7.4claws79
12058
12059         * src/textview.c
12060                 make email parser also stop scanning when encountering separators
12061                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12062
12063 2002-04-13 [paul]       0.7.4claws78
12064
12065         * sync with 0.7.4cvs39
12066                 see ChangeLog entry 2002-04-12
12067
12068 2002-04-11 [paul]       0.7.4claws77
12069
12070         * sync with 0.7.4cvs37
12071                 see ChangeLog entry 2002-04-11
12072
12073 2002-04-11 [paul]       0.7.4claws76
12074
12075         * COPYING 
12076                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12077                 the clause for OpenSSL). sync with sylpheed main
12078
12079 2002-04-09 [melvin]     0.7.4claws75
12080
12081         * src/compose.c
12082                 Made 'Ctrl-Enter' on send ignore some modifiers 
12083                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12084                 to bind other *-Enter (but not Alt-Enter).
12085
12086 2002-04-09 [paul]       0.7.4claws74
12087
12088         * sync with 0.7.4cvs35
12089                 see ChangeLog entries 2002-04-09
12090
12091 2002-04-08 [paul]       0.7.4claws73
12092
12093         * sync with 0.7.4cvs33
12094                 see ChangeLog entry 200-04-08
12095
12096 2002-04-07 [match]      0.7.4claws72
12097
12098         * src/addrharvest.[ch]
12099                 fixed to read all addresses in header, regardless
12100                 of header size. improved name parsing. accommodate
12101                 harvest from folders and selected message.
12102         * src/addritem.[ch]
12103                 included new address parsing function.
12104         * src/addrgather.[ch]
12105         * src/addressbook.[ch]
12106         * src/summaryview.[ch]
12107         * src/mainwindow.c
12108                 allow address harvest of folder as well as selected
12109                 messages.
12110
12111 2002-04-07 [paul]       0.7.4claws71
12112
12113         * src/esmtp.[ch]
12114           src/smtp.c
12115                 don't try to authenticate with CRAM-MD5 in SMTP when 
12116                 SMTP-AUTH enabled if MTA doesn't issue this 
12117                 auth-method in it's ehlo-response. bug item #531364,
12118                 patch item #938910. patch submitted by Colin Leroy 
12119                 <colin@colino.net>
12120
12121 2002-04-07 [paul]       0.7.4claws70
12122
12123         * src/nntp.c
12124                 fix missing MODE_READER bug. patch submitted by
12125                 Colin Leroy <colin@colino.net>
12126
12127 2002-04-07 [alfons]     0.7.4claws69
12128
12129         * src/matcher.[ch]
12130         * src/prefs_filtering.c
12131         * src/summaryview.c
12132                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12133                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12134
12135 2002-04-07 [paul]       0.7.4claws68
12136
12137         * sync with 0.7.4cvs32
12138                 see ChangeLog entry 2002-04-06
12139
12140         * tools/filter_conv.pl
12141                 more bug fixes
12142
12143 2002-04-06 [paul]       0.7.4claws67
12144
12145         * tools/filter_conv.pl
12146                 modify to be able to find the name of the first
12147                 mailbox and use that. main's filter does not
12148                 record the full path to the mailbox and therefore
12149                 can only filter to the first mailbox.
12150
12151 2002-04-05 [paul]       0.7.4claws66
12152
12153         * tools/filter_conv.pl
12154                 attempt to make the script all-encompassing and
12155                 be able to convert any main 'filter' rule thrown
12156                 at it
12157
12158 2002-04-05 [paul]       0.7.4claws65
12159
12160         * tools/filter_conv.pl
12161                 allow for collapsed folder trees
12162
12163 2002-04-05 [paul]       0.7.4claws64
12164
12165         * sync with 0.7.4cvs31
12166                 see ChangeLog entries 2002-04-05
12167
12168 2002-04-03 [paul]       0.7.4claws63
12169
12170         * sync with 0.7.4cvs29
12171                 see ChangeLog entries 2002-04-02 and 2002-04-03
12172
12173 2002-04-02 [paul]       0.7.4claws62
12174
12175         * sync with 0.7.4cvs26
12176                 see ChangeLog entry 2002-04-01
12177
12178 2002-04-02 [match]      0.7.4claws61
12179
12180         * src/pine.[ch]
12181         * src/importpine.[ch]
12182         * src/addressbook.c
12183                 import Pine address book.
12184
12185 2002-04-02 [match]      0.7.4claws60
12186
12187         * src/addrharvest.[ch]
12188                 improve address parsing of funky addresses.
12189
12190 2002-04-02 [darko]      0.7.4claws59
12191
12192         * src/compose.c
12193                 wrap on send improvements, it now recognizes quoted
12194                 initials as part of the quotation string, and it
12195                 does not join lines separated by CR
12196
12197 2002-04-01 [match]      0.7.4claws58
12198
12199         * src/mgutils.[ch]
12200                 added new functions.
12201         * src/mutt.[ch]
12202                 remove excessive duplicate address generation
12203                 on import.
12204
12205 2002-04-01 [alfons]     0.7.4claws57
12206         
12207         * src/summaryview.c
12208                 put back g_free() 
12209
12210 2002-04-01 [paul]       0.7.4claws56
12211
12212         * sync with 0.7.4cvs25
12213                 see ChangeLog entry 2002-04-01
12214
12215 2002-04-01 [alfons]     0.7.4aprilfool55
12216
12217         * src/summaryview.c
12218                 honour feature request item #537427 to allow for
12219                 displaying names from address book for sent mail also
12220
12221 2002-03-29 [paul]       0.7.4claws54
12222
12223         * src/mainwindow.c
12224           src/prefs_filtering.[ch]
12225           src/prefs_matcher.c
12226           src/summaryview.c
12227                 add 'fast filter' for claws' filtering,
12228                 /Tools/Create filter rule/... patch submitted
12229                 by Neill Miller <neillm@thecodefactory.org>
12230
12231 2002-03-29 [paul]       0.7.4claws53
12232
12233         * sync with 0.7.4cvs24
12234                 see ChangeLog entry 2002-03-29
12235
12236 2002-03-28 [paul]       0.7.4claws52
12237
12238         * sync with 0.7.4cvs23
12239                 see ChangeLog entry 2002-03-28
12240
12241 2002-03-27 [melvin]     0.7.4claws51
12242
12243         * src/prefs_actions.c
12244                 Added support to pass only one message part (as a
12245                 file) to the command using '%p'. No quotes are needed
12246                 because doubles quotes are automatically added.
12247                 Fixed bug where Sylpheed could block when waiting for
12248                 a child process to finish.
12249                 Changed the help menu to remove quotes around symbols to 
12250                 avoid misinterpretation (they must not be used).
12251
12252 2002-03-27 [melvin]     0.7.4claws50
12253
12254         * src/inc.c
12255                 Made the new mail notification command always 
12256                 execute asynchronously.
12257
12258 2002-03-27 [paul]       0.7.4claws49
12259
12260         * src/compose.c
12261                 fix bug introduced in last commit
12262
12263 2002-03-27 [paul]       0.7.4claws48
12264
12265         * sync with 0.7.4cvs21
12266                 see ChangeLog 2002-03-26 and 2002-03-27
12267
12268 2002-03-26 [hoa]        0.7.4claws47
12269
12270         * src/prefs_folder_item.c
12271                 really fixed the bug #516442 with folder rescan.
12272
12273 2002-03-26 [paul]       0.7.4claws46
12274
12275         * sync with 0.7.4cvs19
12276                 see ChangeLog entries 2002-03-25 and 2002-03-26
12277
12278 2002-03-25 [hoa]        0.7.4claws45
12279
12280         * src/matcher.c
12281         * src/mh.c
12282                 fix the bug #516442 with folder rescan.
12283
12284         * src/prefs_common.[ch]
12285         * src/compose.c
12286                 added an option to enable two different behaviours
12287                 for bounce.
12288
12289
12290 2002-03-25 [paul]       0.7.4claws44
12291
12292         * src/mainwindow.c
12293           src/selective_download.c
12294                 correct a few menuitem labels
12295
12296 2002-03-25 [christoph]  0.7.4claws43
12297
12298         * src/procmsg.c
12299                 fix non deleted tmp message in
12300                 procmsg_save_to_outbox
12301                 fix problems caused by sync with
12302                 main branch's procmsg_send_queue
12303
12304 2002-03-25 [paul]       0.7.4claws42
12305
12306         * src/quote_fmt.c
12307           src/quote_fmt_lex.l
12308           src/quote_fmt_parse.y
12309                 add Last name (%L) placeholder for quoting. 
12310                 patch submitted by Thorsten Thielen 
12311                 <thth@users.sourceforge.net>
12312
12313 2002-03-25 [paul]       0.7.4claws41
12314
12315         * src/utils.c
12316                 get full hostname. patch submitted by
12317                 Bob Woodside <rwoodside1@comcast.net>
12318
12319 2002-03-25 [paul]       0.7.4claws40
12320
12321         * src/account.c
12322           src/news.c
12323           src/nntp.[ch]
12324           src/prefs_account.[ch]
12325                 enable NNTP over SSL. patch submitted by
12326                 Pascal Jermini <pascal@infinity.hn.org>
12327
12328 2002-03-24 [paul]       0.7.4claws39
12329
12330         * src/prefs_common.c
12331                 make the arrangement of the Compose tab more
12332                 coherent
12333
12334         * src/mainwindow.c
12335                 fix some irregularities of style
12336
12337         * po/de.po
12338                 updated by Kilian Krause
12339
12340 2002-03-23 [paul]       0.7.4claws38
12341
12342         * po/pt_BR.po
12343                 updated by Fabio Junior Beneditto
12344
12345 2002-03-23 [paul]       0.7.4claws37
12346
12347         * src/mainwindow.c
12348                 move 'Gather addresses' to 'Tools' menu
12349                 make 'Selective download' sensitive
12350
12351 2002-03-23 [paul]       0.7.4claws36
12352
12353         * sync with 0.7.4cvs16
12354                 see ChangeLog entries 2002-03-23
12355
12356 2002-03-22 [christoph]  0.7.4claws35
12357
12358         * src/quote_fmt_parse.y
12359                 fix include program output
12360
12361 2002-03-22 [alfons]     0.7.4claws34
12362
12363         * src/pop.c
12364                 initialize GDate stack variable correctly (sorry!)
12365
12366 2002-03-22 [paul]       0.7.4claws33
12367
12368         * src/compose.c
12369           src/mainwindow.c
12370           src/prefs_actions.c
12371           src/prefs_common.c
12372                 rename 'Tool' to 'Tools'
12373
12374         * src/mainwindow.c
12375                 move 'Delete duplicated messages' from
12376                 'Message/' to 'Tools/'
12377                 re-arrange the order of 'Tools/' items
12378
12379 2002-03-22 [paul]       0.7.4claws32
12380
12381         * src/addr_compl.c
12382           src/addressbook.[ch]
12383                 auto-address completion now also matches on
12384                 Nickname. patch submitted by Bob Forsman 
12385                 <hammor@users.sourceforge.net>
12386
12387         * src/editaddress.c
12388                 correct a spelling mistake
12389
12390 2002-03-22 [alfons]     0.7.4claws31
12391
12392         * src/pop.c
12393                 fix getting uidl from incorrect string 
12394                 (spotted by Colin)
12395
12396 2002-03-21 [alfons]     0.7.4claws30
12397
12398         * src/pop.c
12399                 more code refactoring
12400                 plug mem leak introduced by delete on server
12401
12402 2002-03-21 [paul]       0.7.4claws29
12403
12404         * sync with 0.7.4cvs11
12405                 see ChangeLog entries 2002-03-20
12406
12407 2002-03-20 [alfons]     0.7.4claws28
12408
12409         * src/inc.c
12410                 apply Colin's patch and refactor
12411
12412 2002-03-20 [paul]       0.7.4claws27
12413
12414         * sync with sylpheed 0.7.4cvs9
12415                 see ChangeLog entry 2002-03-20
12416
12417 2002-03-19 [christoph]  0.7.4claws26
12418
12419         * src/mh.c
12420         * src/procmsg.[ch]
12421         * src/summaryview.c
12422                 revert changes for flag updates
12423                 (does not work correctly and no time to debug)
12424
12425 2002-03-20 [alfons]     0.7.4claws25
12426
12427         * src/pop.c
12428                 refactor should_delete() a little bit 
12429
12430 2002-03-19 [paul]       0.7.4claws24
12431
12432         * src/inc.[ch]
12433           src/pop.c
12434           src/prefs_account.[ch]
12435                 allow the user to leave downloaded mail on the 
12436                 server for n days. Patch submitted by Colin Leroy 
12437                 <colin@colino.net>
12438
12439 2002-02-19 [paul]       0.7.4claws23
12440
12441         * sync with sylpheed 0.7.4cvs8
12442                 see ChangeLog entries 2002-03-19
12443
12444 2002-03-18 [paul]       0.7.4claws22
12445
12446         * sync with sylpheed 0.7.4cvs6
12447                 see ChangeLog entry 2002-03-18
12448
12449 2002-03-18 [paul]       0.7.4claws21
12450
12451         * po/en_GB.po
12452                 add en_GB message catalogue
12453
12454         * src/mbox_folder.c
12455           src/prefs_account.c
12456           src/prefs_actions.c
12457                 correct a few spelling mistakes
12458
12459 2002-03-17 [alfons]     0.7.4claws20
12460
12461         * src/matcher.c
12462                 more stringent checks for NULL params when writing
12463                 filtering actions to a file
12464                 
12465 2002-03-17 [hoa]        0.7.3claws20
12466
12467         * src/news.c
12468                 fixed the count of new messages
12469
12470         * src/compose.c
12471                 fixed the "attachment properties" window
12472
12473 2002-03-17 [paul]       0.7.4claws19
12474
12475         * src/defs.h
12476           src/folder.h
12477           src/news.c
12478           src/prefs_account.[ch]
12479           src/procmsg.[ch]
12480           src/summaryview.c
12481                 automatically mark cross-posted messages as read 
12482                 and (optionally) give them a colour label
12483                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12484                 
12485
12486 2002-03-17 [paul]       0.7.4claws18
12487
12488         * sync with sylpheed 0.7.4cvs5
12489                 see ChangeLog entry 2002-03-17
12490
12491 2002-03-17 [melvin]     0.7.4claws17
12492         
12493         * src/textview.c
12494                 Worked around a gtktext 'bug': when searching for 
12495                 a text in a long message it was scrolling slowly
12496                 line by line until it hit the searched text.
12497         * po/fr.po
12498                 Updated French translation
12499
12500 2002-03-17 [melvin]     0.7.4claws16
12501
12502         * src/mainwindow.c
12503         * src/compose.c
12504         * src/prefs_actions.c
12505                 Moved "Edit/Actions" to "Tool/Actions"
12506                 Made mainwindow/compose window sensitive as soon as
12507                 no child process is running anymore even if the io dialog
12508                 is open.
12509                 Fixed a struct being initialized with a non constant char*
12510
12511 2002-03-16 [christoph]  0.7.4claws15
12512
12513         * configure.in
12514                 add --with-compiler-flags option
12515                 (only for developer hacking)
12516         * src/mh.c
12517         * src/procmsg.[ch]
12518         * src/summaryview.c
12519                 try to make folder-stats and flag handling more
12520                 independent from the summaryview. msgcounts
12521                 are only set when the folder is opened and
12522                 procmsg_msginfo_(un)set_flags will handle it
12523                 later and summaryview will get the values
12524                 from the folder.
12525
12526 2002-03-16 [paul]       0.7.4claws14
12527
12528         * src/messageview.c
12529                 fix Return-receipt. Patch submitted by Bob
12530                 Woodside <rwoodside1@comcast.net>
12531
12532 2002-03-16 [paul]       0.7.4claws13
12533
12534         * src/compose.c
12535                 fix 'dynamic' signatures, make it work again
12536                 broken during sync on 2002-03-14 (0.7.4claws2)
12537
12538 2002-03-15 [match]      0.7.4claws12
12539
12540         * src/addrharvest.[ch]
12541         * src/addrgather.[ch]
12542         * src/addressbook.[ch]
12543         * src/mainwindow.c
12544                 included address harvester feature. still some
12545                 issues with address parsing that I will fix.
12546
12547 2002-03-15 [match]      0.7.4claws11
12548
12549         * src/addrbook.[ch]
12550         * src/addrcache.[ch]
12551         * src/addressbook.[ch]
12552         * src/addrindex.c
12553         * src/editbook.c
12554         * src/importldif.c
12555         * src/importmutt.c
12556         * src/jpilot.[ch]
12557         * src/main.c
12558         * src/syldap.[ch]
12559         * src/vcard.[ch]
12560                 tidy up. fix memory leaks. moved attribs and methods
12561                 from individual interfaces to addrcache object. prep
12562                 for new stuff to come in.
12563
12564 2002-03-15 [alfons]     0.7.4claws10
12565
12566         * src/matcher.[ch]
12567         * src/matcher_parser_parse.y
12568         * src/matcher_parser_lex.l
12569         * src/prefs_matcher.c
12570                 add filtering conditions message greater than, smaller 
12571                 than, and exactly matching a size in bytes
12572                 (does not work with delete from POP3 server yet)
12573
12574                 this should also give others an idea what you should
12575                 do to add new criterions to claws filtering system
12576                 
12577
12578 2002-03-15 [paul]       0.7.4claws9
12579
12580         * tools/filter_conv.pl
12581                 exit if there are no filter rules to convert
12582                 rename filterrc to filterrc.old after completion
12583
12584 2002-03-15 [paul]       0.7.4claws8
12585
12586         * sync with sylpheed 0.7.4cvs3
12587                 see ChangeLog entry 2002-03-14
12588
12589 2002-03-14 [paul]       0.7.4claws7
12590
12591         * src/compose.c
12592                 clean up the last commit (ahem)
12593
12594 2002-03-14 [paul]       0.7.4claws6
12595
12596         * src/compose.c
12597                 fix bug #515655. honour account preferences
12598                 regarding gpg default signing/encryption when 
12599                 changing account from the compose window.
12600
12601 2002-03-14 [paul]       0.7.4claws5
12602
12603         * src/folderview.c
12604                 remove unnecessary curly brackets
12605
12606 2002-03-14 [paul]       0.7.4claws4
12607
12608         * src/folderview.c
12609           src/prefs_filtering.[ch]
12610                 add filter rename on folder rename and filter
12611                 delete on folder delete. Patch submitted by
12612                 Neill Miller <neillm@thecodefactory.org> 
12613
12614 2002-03-14 [christoph]  0.7.4claws3
12615
12616         * src/procmsg.c
12617         * src/send.c
12618                 fix local delivery
12619                 (patch submitted by "Simon 'corecode' Schubert")
12620         * src/prefs_common.c
12621         * src/procmsg.c
12622                 fix gcc 3.0 warning
12623
12624 2002-03-14 [paul]       0.7.4claws2
12625
12626         * sync with sylpheed 0.7.4cvs2
12627                 see ChangeLog entry 2002-03-13
12628
12629 2002-03-12 [darko]      0.7.4claws1
12630
12631         * src/mainwindow.c
12632                 fix what seems to be a copy and paste error
12633                 when setting color for important messages
12634                 (reported by wwp)
12635
12636 2002-03-11 [paul]       version 0.7.4claws released
12637
12638 2002-03-11 [paul]       0.7.4claws
12639
12640         * po/es.po
12641           po/it.po
12642           po/nl.po
12643           po/pt_BR.po
12644                 update message catalogs. Submitted by Ricardo Mones 
12645                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12646                 Fabio Junior Beneditto
12647
12648         * configure.in
12649           faq/Makefile.am
12650           faq/it/Makefile
12651           faq/it/sylpheed-faq*
12652           src/mainwindow.c
12653           src/manual.[ch]
12654                 add FAQ in Italian
12655         
12656
12657 2002-03-11 [jens]       0.7.3claws7
12658
12659         * po/de.po
12660                 updated German translation
12661
12662 2002-03-11 [melvin]     0.7.3claws6
12663
12664         * po/fr.po
12665                 updated and corrected French translation
12666
12667 2002-03-10 [hoa]        0.7.3claws5
12668
12669         * src/account.c
12670         * src/inc.c
12671         * src/prefs_account.c
12672         * src/procmsg.c
12673         * src/send.[ch]
12674                 fixed the local account.
12675                 you have to change the default "/usr/sbin/sendmail"
12676                 to "/usr/sbin/sendmail -t" in the preferences of
12677                 the local account.
12678
12679         * src/procmime.c
12680                 removed some debug display for renderer
12681
12682 2002-03-10 [paul]       0.7.3claws4
12683
12684         * faq/en/sylpheed-faq-1.html
12685           faq/en/sylpheed-faq-2.html
12686                 update
12687
12688 2002-03-09 [paul]       0.7.3claws3
12689
12690         * sync with sylpheed 0.7.4
12691                 see ChangeLog entry 2002-03-09
12692
12693 2002-03-08 [paul]       0.7.3claws2
12694
12695         * faq/en/sylpheed-faq*
12696           faq/es/sylpheed-faq*
12697           faq/fr/sylpheed-faq*
12698                 update the FAQs
12699
12700         * manual/fr/.cvsignore
12701           manual/fr/Makefilea.am
12702           manual/fr/sylpheed*
12703           src/mainwindow.c
12704           src/manual.[ch]
12705                 add the French manual
12706
12707 2002-03-07 [paul]       0.7.3claws1
12708
12709         * sync with sylpheed 0.7.3cvs4
12710                 see ChangeLog entries  2002-03-06 and 2002-03-07
12711         
12712         * po/nl.po
12713                 updated by Wilbert Berendsen
12714
12715 2002-03-07 [melvin]     0.7.2claws34
12716
12717         * src/selective_download.c
12718                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12719
12720 2002-03-06 [paul]       0.7.2claws33
12721
12722         * sync with sylpheed 0.7.3cvs1
12723                 bug fix, see ChangeLog entry 2002-03-05
12724
12725 2002-03-05 [paul]       0.7.2claws32
12726
12727         * src/mimeview.c
12728           src/pgptext.[ch]
12729           src/procmsg.c
12730                 reverse the pgp ascii-armored code implemented in 
12731                 0.7.2claws16. removal of this code until it matures.
12732                 this means that verifying ascii-armored pgp sigs and
12733                 automatic decryption of ascii-armored encrypted
12734                 messages no longer works.
12735
12736 2002-03-05 [paul]       0.7.2claws31
12737
12738         * configure.in
12739           Makefile.am
12740         * faq/Makefile.am
12741         * faq/en/Makefile.am
12742           faq/en/sylpheed-faq.html
12743           faq/en/sylpheed-faq-1.html
12744           faq/en/sylpheed-faq-2.html
12745           faq/en/sylpheed-faq-3.html
12746         * faq/es/Makefile.am
12747           faq/es/sylpheed-faq.html
12748           faq/es/sylpheed-faq-1.html
12749           faq/es/sylpheed-faq-2.html
12750           faq/es/sylpheed-faq-3.html
12751           faq/es/sylpheed-faq-4.html
12752         * faq/fr/Makefile.am
12753           faq/fr/sylpheed-faq.html
12754           faq/fr/sylpheed-faq-1.html
12755           faq/fr/sylpheed-faq-2.html
12756           faq/fr/sylpheed-faq-3.html
12757         * src/Makefile.am
12758           src/defs.h
12759           src/mainwindow.c
12760           src/manual.[ch]
12761                 add FAQs in English, Spanish and French
12762
12763
12764 2002-03-05 [paul]       0.7.2claws30
12765
12766         * manual/en/sylpheed.html
12767           manual/en/sylpheed-XX.html
12768                 updated the English manual
12769
12770 2002-03-05 [hoa]        
12771
12772         * src/summaryview.c
12773                 dialog box pops up if the article can't be deleted.
12774
12775 2002-03-04 [paul]       
12776         
12777         * po/pt_BR.po
12778                 updated by Fabio Junior Benedito
12779
12780 2002-03-04 [hoa]
12781
12782         * removed ac/gpgme.m4
12783                 to avoid autogen common problem
12784                 developers have to install gpgme development package now
12785
12786         * src/compose.c
12787                 encoding to 7bit or 8bit is enabled.
12788
12789 2002-03-03 [alfons]     0.7.2claws29
12790
12791         * src/pop.c
12792                 merge fix by Oliver Haertel for selective
12793                 download buglet
12794
12795 2002-03-03 [paul]       0.7.2claws28
12796         
12797         * sync with sylpheed 0.7.3
12798
12799 2002-03-03 [paul]       0.7.2claws27
12800
12801         * sync with sylpheed 0.7.2cvs24
12802                 see ChangeLog entries 2002-03-02 and 2002-03-03
12803
12804 2002-03-02 [melvin]     0.7.2claws26
12805
12806         * src/inc.[ch]
12807         * src/main.c
12808         * src/mainwindow.c
12809         * src/prefs_common.[ch]
12810                 Added user definable notification on new mail arrival.
12811                 Removed unused variables in spell checker prefs code.
12812
12813 2002-03-02 [melvin]     0.7.2claws25
12814
12815         * src/quote_fmt.c
12816                 Removed unnecessary escape sequences.
12817                 Changed 'Initial...' to 'Initials of Sender'
12818
12819 2002-03-02 [paul]       0.7.2claws24
12820
12821         * sync with sylpheed 0.7.2cvs22
12822                 see ChangeLog entry 2002-03-01
12823
12824 2002-03-01 [hoa]        0.7.2claws23
12825
12826         * src/mainwindow.c
12827                 Set sensitivity of delete actions to active
12828                 even if the folder is a newsgroup.
12829
12830         * src/summaryview.c
12831                 - Set sensitivity of delete actions
12832                 - Added function check_permission() that will check if the
12833                   user is authorized to delete a message. For news, it
12834                   will check if the author is the same.
12835                 - Enabled deletion when there is no trash folder.
12836
12837         * src/news.[ch]
12838                 - Added news_cancel_article() to cancel articles
12839                 - Implemented news_remove_message() (public function)
12840
12841 2002-03-01 [paul]       0.7.2claws22
12842
12843         * src/gtkutils.c
12844           src/textview.c
12845                 recognise urls that that don't include 'http://' and
12846                 simply begin 'www.' 
12847
12848         * AUTHORS
12849                 remove duplicated name
12850
12851 2002-02-28 [paul]       0.7.2claws21
12852
12853         * src/mainwindow.c
12854           src/summaryview.[ch]
12855                 add ability to 'Select thread'
12856                 combines Melvin's "Select thread's head" patch (#510907)
12857                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12858                 patch (#518514) 
12859
12860 2002-02-28 [paul]       0.7.2claws20
12861
12862         * src/mimeview.c
12863                 hopefully fix segfault on right-clicking a mime part
12864                 that some people have experienced.      
12865                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12866
12867 2002-02-28 [paul]       0.7.2claws19
12868
12869         * sync with sylpheed 0.7.2cvs21
12870                 see ChangeLog entries 2002-02-27 and 2002-02-28
12871
12872 2002-02-27 [paul]       0.7.2claws18
12873
12874         * sync with sylpheed 0.7.2cvs18
12875                 see ChangeLog entries 2002-02-26 and 2002-02-27
12876
12877 2002-02-26 [alfons]     0.7.2claws17
12878
12879         * src/procheader.c
12880                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12881                 (spotted by Chris Hessman <idatech@gmx.net>)
12882
12883 2002-02-26 [paul]       0.7.2claws16
12884
12885         * src/mimeview.c
12886           src/pgptext.[ch]
12887           src/procmsg.c
12888                 make decryption of ascii-armored pgp encrypted messages
12889                 and verification of ascii-armored signatures work again.
12890                 slightly altered from the patch by Jens Jahnke 
12891                 <jan0sch@gmx.net>
12892
12893                 ##FIX ME##
12894                 * the checking of plaintext signatures always comes up in 
12895                   a popup box
12896                 * it doesn't work for multipart messages 
12897                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12898                   including the msg headers and these 2 line themselves, are 
12899                   not displayed
12900
12901         * src/mainwindow.c
12902                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12903                 "View/Message View" becomes "View/Separate Message View"
12904                 because its less ambiguous.
12905
12906         * po/es.po
12907                 updated by Ricardo Mones Lastra
12908
12909 2002-02-26 [paul]       0.7.2claws15
12910
12911         * sync with sylpheed 0.7.2cvs17
12912                 see ChangeLog entries 2002-02-25 and 2002-02-26
12913
12914 2002-02-25 [christoph]  0.7.2claws14
12915
12916         * src/filtering.[ch]
12917         * src/inc.c
12918                 do filtering stuff after all messages have been received
12919                   1. drop all messages to .processing
12920                   2. scan processing folder for messages
12921                   3. filter messages or move to inbox
12922                 this will also find old messages left in processing after
12923                 a crash or something like that and we get a real msginfo
12924                 from folder->get_msg_list and do not have to create our
12925                 own in filter_message
12926         * src/matcher_parser_parse.y
12927                 remove MIX/MAX warning (reordered includes)
12928
12929 2002-02-25 [paul]       0.7.2claws13
12930
12931         * sync with sylpheed 0.7.2cvs15
12932                 see ChangeLog entry 2002-02-24
12933
12934 2002-02-24 [alfons]     0.7.2claws12
12935
12936         * src/filtering.c
12937                 clear old color flags first when applying a new color to
12938                 a message info. 
12939                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12940
12941 2002-02-24 [alfons]     0.7.2.claws11
12942         
12943         * AUTHORS
12944         * src/prefs_common.c
12945                 add presets for Opera and Konqueror, closes patch #517261,
12946                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12947
12948 2002-02-24 [alfons]     0.7.2.claws10
12949
12950         * AUTHORS
12951         * src/summaryview.c
12952                 fix threading for null message ids, closes patch #521601,
12953                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12954
12955 2002-02-24 [alfons]     0.7.2claws9
12956
12957         * src/summaryview.c
12958         * src/filtering.c
12959                 make Tool | Filter Message work with filtering system so
12960                 setting flags also works
12961
12962                 TODO:
12963
12964                 - Processing uses the same function as Tool | Filter
12965                   Message, but doesn't use the same update proc yet
12966
12967 2002-02-23 [paul]       0.7.2claws8
12968
12969         * sync with sylpheed 0.7.2cvs14
12970                 see ChangeLog entries 2002-02-22 and 2002-02-23
12971
12972 2002-02-22 [christoph]  0.7.2claws7
12973
12974         * src/quote_fmt.c
12975                 Add column space to table
12976         * src/quote_fmt_parse.y
12977                 Close files
12978
12979 2002-02-22 [paul]       0.7.2claws6
12980
12981         * src/Makefile.am
12982           src/defs.h
12983           src/filtering.c
12984           src/inc.[ch]
12985           src/mainwindow.c
12986           src/matcher.[ch]
12987           src/matcher_parser_lex.l
12988           src/matcher_parser_parse.y
12989           src/pop.[ch]
12990           src/prefs_account.h
12991           src/prefs_filtering.c
12992           src/selective_download.[ch]   *** NEW FILES ***
12993           src/utils.[ch]
12994           po/POTFILES.in
12995                 Selective Download added to 'Tool' menu. 
12996                 Retrieves email headers of the currently selected pop3 
12997                 account and allows the user to mark emails for deletion 
12998                 right on the pop3 server. Patch submitted by Oliver Haertel 
12999                 <oha@users.sourceforge.net>.
13000         
13001         * po/POTFILES.in
13002                 add 'src/quote_fmt.c'           
13003
13004 2002-02-22 [christoph]  0.7.2claws5
13005
13006         * src/Makefile.am
13007                 added quote_fmt.c
13008         * src/prefs_common.[ch]
13009         * src/prefs_template.c
13010         * src/quote_fmt.c               *** NEW FILE ***
13011         * src/quote_fmt.h
13012                 move quote format symbol description code
13013                 to it's own file because it is used from
13014                 differnent code parts
13015                 Rewrote symbol description GUI
13016                   + use table
13017                   + add separators
13018                   + get data from array (no more long constant strings)
13019         * src/quote_fmt_lex.l
13020         * src/quote_fmt_parse.y
13021                 Symbol for Literal % changed to \% instead of %%
13022                 (More logical as \ is used for quoting for other symbols)
13023                 Add |f and |p to include files and program output
13024                 Examples:
13025                     |f{/home/.../.signature}
13026                     |p{date}
13027         * po/de.po
13028                 Correct wrong spelling for "Referenzen"
13029
13030 2002-02-21 [paul]       0.7.2claws4
13031
13032         * src/procmsg.c
13033                 forgotten during sync
13034
13035 2002-02-21 [paul]       0.7.2claws3
13036
13037         * sync with sylpheed 0.7.2cvs11
13038                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13039                 2002-02-20 and 2002-02-21
13040
13041 2002-02-20 [melvin]     0.7.2claws2
13042
13043         * src/prefs_actions.c
13044                 Added error report when child cannot fork or when execvp 
13045                 returns with an error.
13046
13047 2002-02-19 [christoph]  0.7.2claws1
13048
13049         * src/codeconv.c
13050                 return unconverted text if conde conversion is not possible
13051                 when libjconv is used.
13052                 (patch submitted by "Simon 'corecode' Schubert")
13053
13054 2002-02-19 [paul]       
13055
13056         * version 0.7.2claws release
13057
13058 2002-02-19 [paul]       0.7.2claws
13059
13060         * po/nl.po
13061                 updated by Wilbert Berendsen
13062
13063
13064 2002-02-18 [alfons]     0.7.1claws13
13065
13066         * src/syldap.c
13067         * src/jpilot.c
13068                 remove references to dlfcn and explicitly loading functions
13069                 from dynalink libs, because libs linked anyway, and functions
13070                 are loaded explicitly
13071
13072 2002-02-17 [melvin]     0.7.1claws12
13073
13074         * src/prefs_actions.c
13075                 Replaced children wait loop with double fork technique.
13076                 Now, input/output window updated at each new output.
13077                 free_children(): Fixed a memory leak.
13078                 Made input/output window non closable if running children
13079                 still exist.
13080                 Added missing <unistd.h> include.
13081                 Added some --debug outputs.
13082
13083 2002-02-17 [melvin]     0.7.1claws11
13084
13085         * src/summaryview.c
13086                 Fixed bug where descending sort order did not select top
13087                 message.
13088
13089 2002-02-17 [melvin]     0.7.1claws10
13090
13091         * acconfig.h
13092                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13093         * src/prefs_common.c
13094                 Pspell data package directory no more hard coded but
13095                 set during configuration (PSPELL_PATH). (Thanks to 
13096                                 Gustavo Noronha Silva.)
13097
13098 2002-02-17 [melvin]     0.7.1claws9
13099
13100         * configure.in
13101                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13102         * src/gtkspell.c
13103                 Fixed compile-time warnings.
13104
13105 2002-02-16 [alfons]     0.7.1claws8
13106
13107         * src/filesel.c
13108                 fix inadvertent free of NULL pointer which caused
13109                 sylpheed to crash when closing the save-as dialog
13110                 using the window close button
13111
13112 2002-02-16 [carsten]    0.7.1claws7
13113         * src/mainwindow.[ch]
13114           src/summaryview.c
13115           src/prefs_common.c
13116                 fixes for pixmap theming code:
13117                         - recently changed mail attributes shouldn't get
13118                           lost any longer
13119                         - theme is only reloaded iff another theme was
13120                           selected
13121
13122 2002-02-16 [paul]       0.7.1claws6
13123
13124         * sync with sylpheed 0.7.2 release
13125                 see ChangeLog entry 2002-02-15 and 2002-02-16
13126
13127 2002-02-15 [paul]       0.7.1claws5
13128
13129         * sync with sylpheed 0.7.1cvs9
13130                 see ChangeLog entry 2002-02-15
13131
13132         * po/POTFILES.in
13133                 remove unneeded headerwindow.c entry
13134
13135 2002-02-14 [carsten]    0.7.1claws4
13136         * src/summaryview.c
13137                 fixed a bug for "Go to next unread message": there was
13138                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13139                 in the prefs, because of doing "Search again" instead
13140                 "No"
13141
13142 2002-02-14 [carsten]    0.7.1claws3
13143         * src/stock_pixmap.c
13144                 removed 2 more mem leaks; following memprof,
13145                 this code is "leak free" now :)
13146
13147 2002-02-14 [carsten]    0.7.1claws2
13148         * src/stock_pixmap.c
13149                 used opendir/readdir/closedir instead of scandir
13150                 -> code should work now on Solaris
13151
13152 2002-02-14 [paul]       0.7.1claws1
13153
13154         * sync with sylpheed 0.7.1cvs8
13155                 see ChangeLog entries 2002-02-13 and 2002-02-14
13156
13157         * README.claws
13158                 add some description of Actions and Pixmap Themes
13159
13160 2002-02-13 [paul]       
13161
13162         * version 0.7.1claws release
13163
13164 2002-02-13 [paul]       0.7.1claws
13165
13166         * po/es.po
13167           po/it.po
13168           po/pt_BR.po
13169                 updated translations, submitted by Ricardo Mones Lastra,
13170                 Alessandro Maestri and Fabio Junior Beneditto
13171
13172 2002-02-13 [melvin]     0.7.0claws75
13173
13174         * src/prefs_actions.c
13175                 Added missing "signal.h" include
13176
13177 2002-02-13 [melvin]     0.7.0claws74
13178
13179         * src/prefs_folder_item.c
13180                 Added missing "config.h" include
13181         * po/fr.po
13182                 Updated French translation for folder propriety.
13183
13184 2002-02-13 [jens]       0.7.0claws73
13185
13186         * po/POTFILES.in
13187                 Added missing src/prefs_folder_item.c [log added by melvin]
13188         * po/de.po
13189                 Updated German translation.
13190
13191 2002-02-13 [melvin]     0.7.0claws72
13192
13193         * po/fr.po
13194                 Updated French translation.
13195
13196 2002-02-13 [melvin]     0.7.0claws71
13197
13198         * src/gtkutils.c
13199                 Made gtkut_editable_get_selection return NULL if selection
13200                 is of length zero.
13201                 This fixes a bug where selecting part of message A then
13202                 switching to message B and replying to it will not
13203                 quote the message's body.
13204
13205 2002-02-12 [paul]       0.7.0claws70
13206
13207         * src/mainwindow.c
13208                 cosmetic, relating to pixmap themes: on toolbar make 
13209                 updating of 'Exec' and 'Compose news/Compose email'
13210                 icons faster.
13211
13212 2002-02-12 [carsten]    0.7.0claws69
13213         * src/folderview.c
13214           src/mainwindow.[ch]
13215           src/stock_pixmap.c
13216           src/summaryview.c
13217           src/prefs_common.c
13218                 - refreshing after changing pixmap theme better
13219                   now (thanks Paul)
13220                 - wanted to remove some mem leaks, but alfons was
13221                   faster (and had the better solution ;)
13222
13223 2002-02-12 [alfons]     0.7.0claws68
13224
13225         * src/prefs_common.c
13226         * src/stock_pixmap.[ch]
13227                 plug mem leaks, refactor code a little bit
13228
13229
13230 2002-02-12 [sergey]     0.7.0claws67
13231
13232         * src/imap.c
13233                 Fixed problem with copying messages to IMAP folders when the
13234                 server uses something other than '/' as a namespace separator
13235                 (cyrus-imapd uses '.').
13236
13237 2002-02-12 [jens]       0.7.0claws66
13238
13239         * po/de.po
13240                 Updated German Translation
13241
13242 2002-02-12 [paul]       0.7.0claws65
13243
13244         * sync with sylpheed 0.7.1cvs1
13245                 see ChangeLog entry 2002-02-12
13246
13247 2002-02-12 [melvin]     0.7.0claws64
13248
13249         * src/prefs_actions.c
13250                 Fixed "feature" where children's output was duplicated 
13251                 instead of refreshed while monitoring.
13252                 Removed some debug code.
13253
13254 2002-02-12 [christoph]  0.7.0claws63
13255
13256         * src/compose.c
13257                 always delete message from queue after sending/send error
13258                 (closes bug #509601)
13259
13260 2002-02-12 [melvin]     0.7.0claws62
13261
13262         * src/prefs_actions.c
13263                 Children wait loop is now triggered with a timeout of 1s
13264                 Added %F which is replaced with the list of filenames 
13265                 of all selected messages (as suggested by Ricardo Mones Lestra)
13266                 Pipe syntax changed. Prefix with | to send selection, postfix
13267                 with | to retrieve output. Prefix with > or * to send
13268                 user definable input to the command (*: input is hidden)
13269                 Old pipe action should now be postfixed with |, too.
13270
13271 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13272         * src/stock_pixmap.c
13273                 fixed a bug: if there's no theme directory don't
13274                 throw an error, just do "nothing" (thanks Alfons)
13275
13276 2002-02-12 [carsten]    0.7.0claws60
13277         * src/folderview.c
13278           src/summaryview.c
13279                 had to write the cache twice (nasty!); some marks would 
13280                 get lost if not
13281
13282 2002-02-11 [carsten]    0.7.0claws59
13283         * acconfig.h
13284           configure.in
13285           doc-src/maintainer_guide.txt
13286           src/compose.[ch]
13287           src/defs.h
13288           src/folderview.[ch]
13289           src/gtkutils.[ch]
13290           src/mainwindow.[ch]
13291           src/prefs_common.[ch]
13292           src/stock_pixmap.[ch]
13293           src/summaryview.[ch]
13294                 pixmap theming and related work on pixmap
13295                 handling on some other places
13296                 (e.g. hrm features for all folder)
13297           src/pixmap/stock_*.xpm -> the stock_ was removed
13298         
13299 2002-02-11 [paul]       0.7.0claws58
13300
13301         * sync with sylpheed 0.7.1 release
13302                 see ChangeLog entries 2002-02-11
13303
13304 2002-02-08 [paul]       0.7.0claws57
13305
13306         * sync with sylpheed 0.7.0cvs39
13307                 see ChangeLog entry 2002-02-07 (last entry) 
13308
13309         * src/prefs_actions.c
13310           src/prefs_filtering.c
13311           src/prefs_matcher.c
13312           src/prefs_scoring.c
13313                 sync: made it compile with C compilers other than gcc
13314
13315 2002-02-07 [paul]       0.7.0claws56
13316
13317         * sync with sylpheed 0.7.0cvs38
13318                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13319                 2002-02-07
13320
13321 2002-02-07 [darko]      0.7.0claws55
13322
13323         * src/gtkutils.[ch]
13324         * src/summaryview.c
13325                 Fix const gchar */gchar * issue (thanks Hiro)
13326
13327 2002-02-07 [darko]      0.7.0claws54
13328
13329         * src/compose.[ch]
13330         * src/filtering.c
13331         * src/gtkutils.[ch]
13332         * src/prefs_template.c
13333         * src/quote_fmt.h
13334         * src/quote_fmt_parse.y
13335         * src/summaryview.c
13336         * src/utils.[ch]
13337                 When replying or forwarding an email don't quote the entire
13338                 mail body but use the part of the message text that is selected
13339
13340 2002-02-06 [melvin]     0.7.0claws53
13341
13342         * src/prefs_common.[ch]
13343         * src/gtkspell.[ch]
13344         * src/compose.c
13345                 Made possible to switch quickly to last used dictionary
13346                 which makes checking bilingual documents easier.
13347
13348 2002-02-06 [melvin]     0.7.0claws52
13349         
13350         * po/POTFILES.in
13351                 Added forgotten new file src/prefs_actions.c
13352
13353 2002-02-06 [melvin]     0.7.0claws51
13354
13355         * src/prefs_actions.c   ** NEW FILE **
13356         * src/prefs_actions.h   ** NEW FILE **
13357                 Added actions to execute on message text view, or on the
13358                         message's file.
13359         * src/Makefile.am
13360                 Added src/prefs_actions.[ch]
13361         * src/compose.c
13362                 Added new menu "Edit/Actions"
13363         * src/defs.h
13364                 Added new actionsrc file.
13365         * src/main.c
13366                 Added actionsrc reading.
13367         * src/mainwindow.c
13368                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13369         * src/prefs_common.h
13370                 Added new element actionslst element to prefs_common.
13371
13372 2002-02-06 [paul]       0.7.0claws50
13373
13374         * sync with sylpheed 0.7.0cvs36
13375                 see ChangeLog entry 2002-02-06
13376
13377 2002-02-05 [paul]
13378
13379         * po/es.po
13380                 updated by Ricardo Mones Lastra
13381
13382 2002-02-05 [paul]       0.7.0claws49
13383
13384         * sync with sylpheed 0.7.0cvs33
13385                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13386
13387 2002-02-05 [paul]       0.7.0claws48
13388
13389         * src/compose.c
13390                 re-add 'Edit/Advanced/Delete entire line', previously named
13391                 'Delete Line+'
13392
13393 2002-02-04 [paul]       0.7.0claws47
13394
13395         * src/compose.c
13396           src/summaryview.c
13397                 fix bug #494993 (Reply All not taking Reply-To into consi)
13398                 eliminate differences in behaviour of right-click 'Reply to all' 
13399                 in summary view and 'Reply to all' on the toolbar. 
13400                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13401                 view and From gets ignored by 'Reply to all' on toolbar.
13402                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13403                 From when no Reply-To header is present.
13404
13405 2002-02-04 [paul]       0.7.0claws46
13406
13407         * sync with sylpheed 0.7.0cvs30
13408                 see ChangeLog entries 2002-02-03 and 2002-02-04
13409
13410 2002-02-03 [melvin]     0.7.0claws45
13411
13412         * src/gtkspell.[ch]
13413                 Readded function to highlight all misspelled words.
13414                 Fixed bug where user-provided-words did not replace
13415                         correctly the misspelled word when using the mouse.
13416                 Fixed bug where checking a region selected from right to left did
13417                         not check the region at all.
13418                 Fixed bug where 'Check backwards' may not check at all. 
13419                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13420                 Fixed possible buffer overflow when checking for long strings (>1k).
13421                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13422                 Accelerators code uses now gtk_widget_add_accel.
13423                 Removed and disabled obsolete and unfinished code.
13424                 Cleaning up.
13425
13426         * src/compose.c
13427                 Added menu item to Highlight all misspelled words.
13428
13429 2002-02-01 [paul]       0.7.0claws44
13430
13431         * src/mainwindow.c
13432                 fix '/View/Hide read messages' sensitivity when all
13433                 messages in a folder are hidden
13434
13435 2002-02-01 [paul]       0.7.0claws43
13436
13437         * src/main.c
13438                 add --send option to command line interface, sends all
13439                 queued mail. Patch submitted by Ricardo Mones Lastra.
13440
13441 2002-01-31 [paul]       0.7.0claws42
13442
13443         * src/mainwindow.c
13444                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13445
13446 2002-01-31 [paul]       0.7.0claws41
13447
13448         * sync with sylpheed 0.7.0cvs27
13449                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13450                 and 2002-01-31
13451
13452         * src/textview.c
13453                 comment out elements of textview_show_part() as temporary
13454                 workaround for attachment 'Display as text' bug 
13455
13456         * po/pt_BR.po
13457                 updated by Fabio Junior Beneditto
13458
13459 2002-01-30 [paul]       0.7.0claws40
13460
13461         * sync with sylpheed 0.7.0cvs24
13462                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13463                 and 2002-01-30
13464
13465         * src/compose.c
13466                 add {N_("/_Spelling"), ... "<Branch>"} to 
13467                 GtkItemFactoryEntry compose_entries[]
13468
13469         * src/prefs_common.c
13470                 add claws menu items to prefs_keybind_apply_clicked()
13471                 and remove non-claws menu items
13472
13473 2002-01-29 [paul]       0.7.0claws39
13474
13475         * sync with sylpheed 0.7.0cvs22
13476                 see ChangeLog entries 2002-01-28 and 2002-01-29
13477
13478 2002-01-28 [melvin]     0.7.0claws38
13479
13480         * src/compose.c
13481                 Added the declartion of compose_send_control_enter.
13482
13483         * src/compose.c
13484         * src/gtkspell.[ch]
13485                 Added in a 'Spelling' menu which includes the configuration menu. 
13486                 Added a real 'Check all' and got rid from the old one which only
13487                 highlited misspelled word.
13488                 Made 'Check while typing' a disableable option.
13489                 Added a dialog when there are no more misspelled word.
13490                 Added a dialog if error occurs when switching to a dictionary.
13491         
13492         * src/prefs_common.[ch]
13493                 Added option for the default 'Check while typing' option.
13494
13495
13496 2002-01-28 [alfons]     0.7.0claws37
13497
13498         * src/compose.c
13499                 fix buglet and make code comply with sylpheed code style
13500
13501 2002-01-28 [paul]       0.7.0claws36
13502
13503         * sync with sylpheed 0.7.0cvs19
13504                 see ChangeLog entries for 2002-01-28
13505
13506 2002-01-28 [hoa]        0.7.0claws35
13507
13508         * src/defs.h
13509                 added rendererrc
13510
13511         * src/main.c
13512                 read the renderer config
13513
13514         * src/procmime.[ch]
13515                 use the renderer config to convert mime attachments
13516
13517         * src/textview.c
13518                 don't use textview_show_html/ertf,
13519                 use get_text_content instead
13520
13521 2002-01-27 [alfons]     0.7.0claws34
13522         
13523         * src/news.c
13524                 make sylpheed believe it can delete a news message...
13525                 (messages are NOT deleted, maybe we should remove
13526                 processing from the folder properties after all.)
13527
13528 2002-01-27 [alfons]     0.7.0claws33
13529
13530         * src/folder.c
13531                 add extra checks
13532         * src/news.c
13533                 implement remove_msg() 
13534
13535 2002-01-27 [alfons]     0.7.0claws32
13536
13537         * src/procmsg.h
13538         * src/procheader.c
13539         * src/messageview.c
13540                 fix return receipt / disposition notification again. this
13541                 stuff seems to break on _every_ major summary UI change, so
13542                 it's now implemented using a flag which is saved in the
13543                 marks cache
13544                 
13545 2002-01-26 [alfons]     0.7.0claws31
13546
13547         * src/import.c
13548                 let import dialog show the destination folder identifier
13549
13550 2002-01-26 [melvin]     0.7.0claws30
13551
13552         * src/folderview.c
13553         * src/summaryview.c
13554                 Readded 'Mark all read' into summary view popup menu
13555                 Added 'Mark all read' in folder view popup menu for IMAP
13556                 and NNTP.
13557                 Made it insensitive if the selected folder is not the shown
13558                 one to avoid 'Mark all read' on the wrong folder.
13559                 
13560 2002-01-26 [paul]       0.7.0claws29
13561
13562         * src/folderview.c
13563           src/summaryview.c
13564                 move 'Mark all read' from summary view to folder view
13565                 menu. (adapted from) patch submitted by Jeremy Andrews,
13566                 <lists@kerneltrap.com>
13567
13568 2002-01-25 [alfons]     0.7.0claws28
13569
13570         * src/gtkstext.c
13571                 put the gtk class name back so GtkSText adapts the 
13572                 settings of GtkText
13573
13574 2002-01-25 [alfons]     0.7.0claws27
13575
13576         * src/folderview.c 
13577                 assimilate Ricardo's patch that shows pixmaps instead of
13578                 plain "new" and "unread" texts in the folder view column
13579                 headers 
13580
13581 2002-01-25 [paul]       0.7.0claws26
13582
13583         * src/Makefile.am
13584                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13585                 be found in non-standard locations. 
13586                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13587
13588 2002-01-25 [paul]       0.7.0claws25
13589
13590         * sync with sylpheed 0.7.0cvs16
13591                 see ChangeLog entry 2002-01-25
13592
13593 2002-01-24 [paul]       0.7.0claws24
13594
13595         * more sync with sylpheed 0.7.0cvs15
13596                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13597
13598 2002-01-23 [sergey]     0.7.0claws23
13599
13600         * src/importldif.c
13601                 Fixed segfault when closing LDIF import wizard with
13602                 the window manager.
13603         * src/imageview.c
13604         * src/imageview.h
13605         * src/messageview.c
13606         * src/mimeview.c
13607                 Fixed wrong scrolling position after switching between
13608                 text and image parts.
13609
13610 2002-01-23 [paul]       0.7.0claws22
13611
13612         * sync with sylpheed 0.7.0cvs15
13613                 see ChangeLog entries 2002-01-22 and 2002-01-23
13614
13615 2002-01-21 [melvin]     0.7.0claws21
13616
13617         * src/prefs_scoring.c
13618         * src/prefs_filtering.c
13619                 Fixed bug where scoring and filtering windows stopped
13620                 autochecking.
13621
13622 2002-01-21 [paul]       0.7.0claws20
13623
13624         * sync with sylpheed 0.7.0cvs12
13625                 see ChangeLog entries 2002-01-20 and 2002-01-21
13626
13627 2002-01-21 [carsten]    0.7.0claws19
13628         * src/mainwindow.c
13629         * src/menu.[ch]
13630         * src/messageview.[ch]
13631         * src/summaryview.[ch]
13632                 changes to shortcuts handling again:
13633                         + "Q" now controled by mainwin
13634                         + v/V are now customizable and have slightly
13635                           different meanings
13636                 the "button" to minimize the messageview (and maximize
13637                 the summary view) is a real button now
13638         * src/compose.c
13639                 "Delete Line+" added to Edit/Advanced (this will also
13640                 delete the '\n')
13641
13642 2002-01-20 [melvin] 0.7.0claws18
13643
13644         * src/addressbook.c
13645                 Made "Bcc" sensitive when addressbook is called from
13646                 compose window (it was a Claws only bug).
13647
13648 2002-01-19 [alfons] 0.7.0claws17
13649
13650         * src/inc.c
13651                 prevent unnecessary updates when currently selected folder has
13652                 no new messages 
13653
13654 2002-01-19 [alfons] 0.7.0claws16
13655         
13656         * src/summaryview.c
13657                 prevent writing the cache based on current message list in summary 
13658                 view when filtering also put messages in currently selected folder
13659
13660 2002-01-19 [paul]
13661
13662         * po/it.po
13663                 Italian translation submitted by Alessandro Maestri
13664                 <a.maestri@cs.tin.it>
13665
13666 2002-01-18 [melvin]     0.7.0claws15
13667
13668         * src/prefs_filters.c
13669                 fixed bug where 'cancel' from 'filters' window stops autochecking
13670                 if the timer timed out  when the window was open.
13671
13672 2002-01-18 [match]      0.7.0claws14
13673
13674         * src/addrclip.[ch]     ** NEW FILE **
13675         * src/addrselect.[ch]   ** NEW FILE **
13676         * src/adbookbase.h      ** NEW FILE **
13677                 addressbook cut, copy and paste
13678         * src/addrbook.[ch]
13679         * src/addrcache.[ch]
13680         * src/addressitem.h
13681         * src/addrindex.[ch]
13682         * src/addritem.[ch]
13683         * src/importldif.c
13684         * src/importmutt.c
13685         * src/jpilot.[ch]
13686         * src/syldap.[ch]
13687         * src/vcard.[ch]
13688         * src/jpilot.[ch]
13689         * src/editbook.c
13690         * src/editjpilot.c
13691         * src/editldap.c
13692         * src/editvcard.c
13693                 support for copy/paste
13694         * src/addressbook.c
13695                 support for copy/paste
13696                 tidy up menu option processing
13697                 correct address list function arguments
13698         * src/editaddress.c
13699                 sort user attributes
13700         * src/ldif.h
13701         * src/mutt.h
13702                 tidy up
13703
13704         * src/addrbook.[ch]
13705         * src/addrbook.[ch]
13706         * src/addrbook.[ch]
13707                 
13708
13709 2002-01-18 [paul]       0.7.0claws13
13710
13711         * sync with sylpheed 0.7.0cvs8
13712                 configure.in: support Mac OS X (Darwin)
13713
13714 2002-01-18 [carsten]    0.7.0claws12
13715         * src/html.c
13716                 small hack to fix a segfault with an empty href
13717                 (reported by Alexandra Walford <deeni@altern.org>)
13718         * src/mainwindow.c
13719         * src/summaryview.c
13720                 the shortcuts for Mark und Mark as unread are hardcoded
13721                 again
13722         * src/compose.c
13723         * src/gtkstext.[ch]
13724                 readded the shortcuts in gtkstext but made them
13725                 customizeable (simply by adding a menu plus a wrapper
13726                 to compose.c)
13727
13728 2002-01-17 [melvin]     0.7.0claws11
13729
13730         * src/gtkspell.c
13731                 fix default dictionary not being saved.
13732
13733 2002-01-16 [darko]      0.7.0claws10
13734
13735         * src/compose.c
13736                 fix wrapping crash with URL longer than wrapping margin
13737
13738 2002-12-08 [hoa]        0.7.0claws10
13739
13740         * src/matcher_parser_parse.y
13741                 fixed some bugs
13742
13743         * src/prefs_filtering.c
13744                 now, we can use bounce action in the dialog box.
13745
13746 2002-01-16 [carsten]    0.7.0claws9
13747         * src/gtkstext.c
13748                 removed the <control> and <alt> shortcuts because they're
13749                 not needed and interefered with the "normal" shortcuts
13750         * src/mainwindow.c
13751         * src/summaryview.c
13752                 removed most of the hardcoded shortcuts and assigned
13753                 them to menu entries making them easy customizable by
13754                 that
13755
13756 2002-01-16 |melvin]     0.7.0claws8
13757
13758         * src/gtkspell.c
13759                 fixed bug where using the mouse and when the compose
13760                 window is not on top may result in a crash.
13761
13762 2002-01-16 [melvin]     0.7.0claws7
13763
13764         * src/compose.c
13765                 fixed a long standingspell checker bug which could 
13766                 cause a crash after sending a message.
13767
13768 2002-01-16 [paul]       0.7.0claws6
13769
13770         * sync with sylpheed 0.7.0cvs7
13771                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13772                 2002-01-15, and 2002-01-16
13773
13774 2002-01-16 [melvin]     0.7.0claws5
13775
13776         * README.claws
13777         * src/compose.c
13778         * src/gtkspell.[ch]
13779         * src/main.c
13780                 Heavily modified spell checker code to work around
13781                 ispell bug, to add keyboard shortcuts and for future
13782                 enhancements. See README.claws for usage information.
13783
13784 2002-01-15 [alfons]     0.7.0claws4
13785         
13786         * src/summaryview.c
13787                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13788                 so sorting within threads reflects sort mode
13789
13790 2002-01-15 [christoph]  0.7.0claws3
13791
13792         * src/procmsg.c
13793                 added alertpanel if mail sending failed
13794
13795 2002-01-15 [alfons]     0.7.0claws2
13796         
13797         * src/prefs_filtering.c
13798                 don't stop timer when prefs filtering dialog is opened
13799
13800 2002-01-14 [alfons]     0.7.0claws1
13801
13802         * src/addr_compl.c
13803         * src/prefs.c
13804                 remove debug_print()s for privacy reasons
13805
13806 2002-01-14 [darko]      0.7.0claws
13807
13808         * README.claws
13809                 quotation wrapping is now also in the main branch
13810
13811 2002-01-14 [paul]
13812
13813         * tools/filter_conv.pl
13814                 allow for Boolean Op and case-sensitivity
13815                 this file is included in the release and tagged
13816                 'rel_0_7_0'
13817
13818 2002-01-13 [paul]       0.7.0claws
13819
13820         * release 0.7.0, with cvs tag 'rel_0_7_0'
13821
13822 2002-01-13 [paul]
13823
13824         * tools/filter_conv.pl
13825         * tools/README
13826                 rewritten to output to matcherrc instead of filteringrc
13827
13828         * po/es.po
13829                 updated Spanish translation by Ricardo Mones Lastra
13830
13831 2002-01-13 [alfons]
13832
13833         * po/nl.po
13834                 update dutch translation
13835
13836 2002-01-13 [paul]
13837
13838         * po/pt_BR.po
13839                 Updated by Fabio Junior Beneditto 
13840
13841 2002-01-13 [melvin]     0.6.6claws53
13842
13843         * po/fr.po
13844                 Updated french translation
13845
13846 2002-01-12 [alfons]     0.6.6claws52
13847
13848         * src/filtering.c
13849                 plug mem leak that has been sitting there for ages              
13850
13851 2002-01-12 [alfons]     0.6.6claws51
13852
13853         * src/summaryview.c
13854                 undo melvin's changes from 0.6.6claws48 because summary
13855                 view now refuses to select first unread message when
13856                 selecting a folder 
13857
13858 2002-01-11 [alfons]     0.6.6claws50
13859
13860         * src/import.c
13861                 use claws' semantics for getting folder item when
13862                 importing an mbox file into a folder 
13863                 (submitted by Dale P. Smith)
13864
13865 2002-01-11 [christoph]  0.6.6claws49
13866
13867         * src/prefs.h
13868                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13869                 toggle widget, because non static prefs can not use
13870                 prefs_set_* functions
13871         * src/prefs_account.c
13872                 toggle smtp auth password field sensitivity if
13873                 user id is empty and add descrition of usage for
13874                 these fields
13875         * src/prefs_folder_item.c
13876                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13877                 callbacks
13878
13879 2002-01-11 [melvin]     0.6.6claws48
13880
13881         * src/compose.c
13882                 fix the 'Ctrl-Enter' feature for sending and test really
13883                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13884                 editables which was not documented in Gtk)
13885
13886         * src/summaryview.c
13887                 Made summaryview refresh after sorting and not before.
13888
13889 2002-01-11 [christoph]  0.6.6claws47
13890
13891         * src/compose.c
13892                 select account from account ids if possible and
13893                 correctly set save folder for copy in reedit
13894
13895 2002-01-10 [paul]       0.6.6claws46
13896
13897         * sync with sylpheed 0.7.0 release
13898                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13899                 2002-01-09
13900
13901 2002-01-09 [alfons]
13902
13903         * src/summaryview.c
13904                 remove more dirt traces...
13905
13906 2002-01-09 [alfons]
13907         
13908         * src/summaryview.c
13909                 clean up some traces of my debugging stuff
13910
13911 2002-01-09 [alfons]     0.6.6claws45
13912
13913         * src/filtering.c
13914                 break up filteringprop_apply() in three separate pieces
13915                 so we can drop messages that failed processing in the
13916                 inbox
13917
13918         * src/summaryview.c
13919                 fix bug #469598 "no refresh of inbox after filter" which 
13920                 was introduced by the new summary view locking, and which 
13921                 prevented the summary view to update after a manual filter 
13922                 message. claw's filter message requires a summary_show().
13923                 (aargh, summary_show() again! :-)
13924                 
13925 2002-01-07 [alfons]     0.6.6claws44
13926
13927         * src/headerwindow.c
13928         * src/logwindow.c
13929         * src/messageview.c
13930         * src/sourcewindow.c
13931                 bring in Hiro's last 0.7.0 wm class fixes
13932
13933         * tools/sylprint.pl
13934                 bring in Ricardo's fix for sylprint script
13935
13936         * AUTHORS       
13937         * src/rfc2015.[ch]
13938         * src/prefs_common.[ch]
13939         * src/prefs_account.[ch]
13940         * src/compose.c
13941                 clean up account preference poison in rfc2015,
13942                 and preparation to fix double sign bug 
13943                 (patch submitted by Simon 'corecode' Schubert)
13944
13945 2002-01-07 [christoph]  0.6.6claws43
13946
13947         * src/mh.c
13948                 search for free message number, do not only rely
13949                 on last_num
13950         * src/send.c
13951                 fix smtp auth and use extra account information
13952                 if available, if not use pop3 data instead
13953                 (closes bug #500341)            
13954         * src/ssl.[ch]
13955                 match coding style
13956
13957 2002-01-06 [alfons]     0.6.6claws42
13958
13959         * src/mainwindow.c
13960                 try making the separate windows work again...
13961
13962 2002-01-06 [alfons]     0.6.6claws41
13963
13964         * src/mainwindow.c
13965                 adapt Hiro's separate window menu (to get rid of the funny
13966                 duplicate menu items), and make it work again
13967
13968 2002-01-06 [alfons]     0.6.6claws40
13969
13970         * tools/Makefile.am
13971         * tools/sylprint.rc
13972         * tools/sylprint.pl
13973         * tools/README.sylprint
13974                 add sylprint script for printing mails from Sylpheed
13975                 (contributed by Ricardo Mones Lastra)
13976
13977         * src/acount.c
13978                 clean up
13979
13980 2002-01-06 [melvin]     0.6.6claws39
13981
13982         * src/mainwindow.c
13983         * src/summaryview.c
13984                 Fixed crash introduced in 0.6.6claws38 by the menu
13985                 reorganisation (Hide read messages)
13986         
13987         * ChangeLog.claws 
13988                 Fixed typo (we are now in 2002, alfons ;) )
13989
13990 2002-01-05 [alfons]     0.6.6claws38
13991
13992         * sync with sylpheed 0.6.6cvs10-17
13993                 (last stuff marked as LAST_STABLE)
13994
13995 2002-01-04 [melvin]     0.6.6claws37
13996
13997         * src/account.c
13998                 Made account selection code use strcasestr again instead of
13999                 g_strcasecmp (fixes bug where reediting queued messages
14000                 did not select proper account reported by T. Link).
14001         
14002         * src/folderview.c
14003                 Fix bug where folder icons are not shown when 'hide read messages'
14004                 is on.
14005         
14006         * src/stock_pixmaps.[ch]
14007                 Added folder icons for 'hide read messages'.
14008         
14009         * src/compose.c
14010                 Fixed bug where 'Enter' in a header entry will send the message 
14011                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14012
14013 2002-01-03 [melvin]     0.6.6claws36
14014         
14015         * src/prefs.[ch]
14016                 Added popup menu for common preferences and
14017                 account preferences (right click on tab displays
14018                                 a menu of all tabs.)
14019
14020 2002-01-02 [melvin]     0.6.6claws35
14021
14022         * src/gtkspell.[ch]
14023                 Made spelling code compatible with undo/redo feature.
14024                 Added creation of suggestion mode menu for the general
14025                         preferences.
14026         
14027         * src/prefs_common.[ch]
14028                 Added option menu for the speller's suggestion mode.
14029                 Added missing spaces in "..." buttons and made a "..."
14030                         button non translatable!
14031         
14032         * src/compose.c
14033                 Made speller use the default suggestion mode.
14034                 Hack to make it possible to choose 'CTRL-Enter' as a
14035                         shortcut for sending (and only for sending).
14036
14037         * src/prefs_folder_item.c
14038                 Changing subject simplification does not update cache 
14039                         anymore (because it is unnecessary).
14040                 Fixed bug where changing subject simplification updated the 
14041                         summaryview even when the viewed folder is not the
14042                         folder which properties are being changed. (E.g. 
14043                                         viewing folder A and changing
14044                                         the subject simplification of 
14045                                         folder B -not being viewed- updated the 
14046                                         summaryview of folder A with data of
14047                                         folder B). (Hope this is clear... )
14048
14049 2001-12-31 [alfons]     0.6.6claws34
14050         
14051         * src/ldif.c
14052         * src/mutt.c
14053                 fgetc() returns a signed integer which doesn't
14054                 fit in a char. so c truncates this to a char
14055                 but we may lose significant bits. i.e. we may
14056                 comparing 0xFF which may not be equal to -1
14057                 unless properly casted to signed char which
14058                 we won't do because fgetc() returns a signed
14059                 integer which doesn't fit in a char. so c 
14060                 truncates this to a char but we may lose 
14061                 significat bits. (you got the idea, thanks
14062                 to Gustavo Noronha Silva <kov@debian.org>
14063                 and the Debian folks!)
14064
14065 2001-12-30 [alfons]     0.6.6claws33
14066
14067         * src/prefs_common.c
14068                 add #ifdef USE_PSPELLs that Melvin forgot               
14069
14070 2001-12-30 [melvin]     0.6.6claws32
14071         
14072         * src/prefs_common.[ch]
14073                 Added configurable color for misspelled words.
14074
14075         * src/gtkspell.[ch]
14076                 Fixed bug of foreground text color (reported by David
14077                                 Mehrmann)
14078                 Added configurable color for misspelled words.
14079
14080 2001-12-30 [alfons]     0.6.6claws31
14081
14082         * src/folder.c
14083                 remove unnecessary things someone put there
14084
14085         * src/mh.c
14086         * src/folder.[ch]
14087                 make folder properties (like threading and sorting) persistent
14088                 (closes bug #497424 "rescan folder tree resets proprieties")
14089                 currently this is only for MH folders. 
14090
14091 2001-12-29 [melvin]     0.6.6claws30
14092
14093         * src/string_match.[ch]
14094                 Optimized a bit: regexp pattern buffer compiled only once, and
14095                   one subroutine call removed. Fixed ^ regexp search: Now, 
14096                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14097         
14098         * src/summaryview.c
14099                 Subject filtering changed to filter summary columns and
14100                   not directly the messages subject cache. The loss in 
14101                   performance is balanced by the improvement of string_match.
14102                 Added an alert panel if there is an error in the regexp.
14103
14104         * src/src/prefs_folder_item.h
14105                 Added a regexp pattern buffer.
14106
14107 2001-12-28 [alfons]     0.6.6claws29
14108
14109         * src/string_match.[ch]
14110                 clean up name space
14111                 allow compilation *BSD
14112
14113 2001-12-27 [alfons]     0.6.6claws28
14114
14115         * src/filter.c
14116                 sync the Hiro's bug fix for BSD
14117
14118 2001-12-27 [melvin]     0.6.6claws27
14119         
14120         * src/compose.c
14121                 Simplify focus to subject entry code.
14122
14123 2001-12-27 [darko]      0.6.6claws26
14124
14125         * src/filtering.c
14126         * src/mbox_folder.c
14127         * src/messageview.c
14128         * src/mh.c
14129         * src/procheader.[ch]
14130         * src/procmsg.h
14131         * src/stock_pixmap.[ch]
14132         * src/summaryview.c
14133                 Show key icon for encrypted mails in summary view
14134
14135         * src/pixmaps/clip.xpm
14136         * src/pixmaps/clipkey.xpm
14137         * src/pixmaps/key.xpm
14138                 New/modified icons for the above
14139
14140 2001-12-27 [melvin]     0.6.6claws25
14141
14142         * src/prefs_common.c
14143                 Put spell checker options in a separate tab to decrease
14144                 the Common Preferences window height.
14145
14146         * README.claws  
14147                 Update spell checker usage instruction about its options
14148                 location.
14149
14150 2001-12-27 [melvin]     0.6.6claws24
14151
14152         * src/compose.c
14153                 Changed subject entry widget position. Initial focus is
14154                 on the To header instead of the subject entry.
14155                 Creating a new header scrolls the header list to make the
14156                 created one visible. Nevertheless, when automatically filling
14157                 headers, the first one is shown.
14158                 A Tab key press in the last empty header entry zips the 
14159                 focus to the subject entry.
14160                 (I did not change the combo boxes, yet)
14161
14162 2001-12-26 [alfons]     0.6.6claws23
14163
14164         * src/prefs_account.c
14165         * src/inc.c
14166                 allow default inbox to reside in another mailbox (only
14167                 works for POP3 accounts)
14168
14169 2001-12-26 [alfons]     0.6.6claws22
14170         
14171         * src/textview.c
14172                 make reply-on-click work with the account of the selected folder
14173         * src/compose.c
14174                 put a fixme here to remind me to fix finding correct default
14175                 account for nested folders
14176
14177 2001-12-25 [alfons]     0.6.6claws21
14178
14179         * src/summaryview.c
14180                 make column headers display locked and mark pixmaps (idea by Melvin) 
14181                 fix bug by adding score and locked column type to sort array
14182
14183 2001-12-25 [alfons]     0.6.6claws20
14184         
14185         * src/summaryview.c
14186                 catch a *potentially* inadvertent write back of  
14187                 the message cache(s) introduced by 0.6.5claws37
14188
14189 2001-12-25 [christoph]  0.6.6claws19
14190
14191         * src/stock_pixmap.[ch]
14192         * src/summaryview.c
14193                 add ignore thread pixmap
14194                 (can someone draw a better icon for this?)
14195
14196 2001-12-24 [alfons]     0.6.6claws18
14197
14198         * src/prefs_folder_item.c
14199                 make address completion actually work for the
14200                 Default To address in the Folder Property dialog.
14201
14202 2001-12-24 [alfons]     0.6.6claws17
14203         
14204         * src/summaryview.c
14205                 use new style regexp for subject stripping 
14206                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14207
14208 2001-12-24 [darko]      0.6.6claws16
14209
14210         * src/pgptext.c
14211         * src/rfc2015.c
14212                 move GPG related informational messages to debug mode
14213
14214 2001-12-23 [alfons]     0.6.6claws15
14215
14216         * src/stock_pixmap.[ch]
14217         * src/summaryview.c
14218                 add the forgotten Claws' locked pixmap
14219
14220 2001-12-23 [alfons]     0.6.6claws14
14221
14222         * src/filesel.c
14223                 accept file name typed in entry in multi file
14224                 selector (patch submitted by Gustavo Noronha Silva 
14225                 <kov@debian.org>)
14226
14227 2001-12-23 [alfons]     0.6.6claws13
14228
14229         * src/prefs_filter.c
14230         * src/prefs_filtering.c
14231         * src/matcher.c
14232         * src/importmutt.c
14233                 clean up a little bit
14234         
14235         * src/string_match.c
14236                 validate input strings a little bit more
14237
14238 2001-12-23 [alfons]     0.6.6claws12
14239
14240         * src/Makefile.am
14241         * src/summaryview.c
14242         * src/string_match.[ch]         ** NEW **
14243         * src/folderview.[ch]
14244         * src/headerview.h
14245         * src/folder.[ch]
14246         * src/prefs_folder_item.[ch]
14247                 add subject simplification to strip out strings from
14248                 a subject line (esp. handy for mailing lists). 
14249                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14250                 but slightly changed things for better integration.)
14251
14252 2001-12-23 [alfons]     0.6.6claws11
14253
14254         * src/mainwindow.c
14255                 fix bug introduced by submission included in 0.6.5claws52.
14256                 ideally this submission should clean the trash if any trash
14257                 folder has a message. however, the hasTrash variable was
14258                 set to false whenever a trash folder was empty (discarding
14259                 a previously found *filled* trash folder.)
14260
14261                 also edited the code a little bit and made it more safe.
14262
14263 2001-12-22 [alfons]     0.6.6claws10
14264
14265         * src/imap.c
14266                 quick fix for Martin Pool's omission of an account
14267                 specific SSL setting
14268
14269 2001-12-22 [alfons]     0.6.6claws9
14270
14271         * src/compose.c
14272         * src/messageview.c
14273         * src/mimeview.c
14274         * src/pgptext.c
14275         * src/procmime.[ch]
14276                 better support for multipart/digest (submitted
14277                 by Fredrik <e98fo@efd.lth.se>)
14278
14279 2001-12-22 [alfons]     0.6.6claws8
14280
14281         * src/addressbook.c
14282                 correct function signature
14283         * src/socket.[ch]
14284         * src/imap.[ch]
14285         * src/prefs_account.[ch]
14286                 allow IMAP over SSH tunnel (patch submitted by 
14287                 Martin Pool <mbp@samba.org>)
14288
14289 2001-12-21 [alfons]     0.6.6claws7
14290
14291         * sync with sylpheed 0.6.6cvs4-9
14292                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14293
14294 2001-12-21 [christoph]  0.6.6claws6
14295
14296         * src/compose.c
14297         * src/prefs_folder_item.[ch]
14298                 implement saving of outgoing messages to current folder.
14299                 fix segfault when no default outbox is available
14300                 (closes bug #495683)
14301
14302 2001-12-21 [carsten]    0.6.6claws5
14303         * src/folderview.c
14304         * src/summaryview.c
14305                 pressing CTRL while DND does now the expected thing and
14306                 copies the mail (moving is still the default, as this
14307                 seam more appropriate for handling mails by DND)
14308
14309 2001-12-18 [paul]       0.6.6claws4
14310
14311         * sync with sylpheed 0.6.6cvs3
14312                 see ChangeLog entries 2001-12-18
14313
14314 2001-12-18 [hiro]       0.6.6claws3
14315
14316         * src/undo.c
14317                 fix for multibyte characters (obtain the number of letters
14318                 instead of bytes).
14319
14320 2001-12-17 [paul]       0.6.6claws2
14321
14322         * sync with sylpheed 0.6.6cvs1
14323                 see ChangeLog entry 2001-12-16
14324
14325 2000-12-17 [alfons]     0.6.6claws1
14326
14327         * src/filtering.c
14328                 clean up
14329
14330 2001-12-16 [paul]       0.6.6claws
14331 2001-12-15
14332
14333         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14334
14335         * src/mimeview.c
14336                 last minute sync with main 0.6.6
14337
14338         * po/es.po
14339                 updated by Ricardo Mones Lastra
14340                 update for last minute sync
14341         * po/fr.po
14342         * po/nl.po
14343                 update for last minute sync
14344         * po/de.po
14345                 updated by Jens Oberender
14346         * po/pt_BR.po
14347                 updated by Fabio Junior Beneditto
14348
14349         * src/prefs_common.[ch]
14350         * src/undo.c
14351                 number of undo levels is user configurable
14352                 (squeeze it into the release in the dying
14353                 moments) Submitted by Jens Oberender    
14354
14355 2001-12-15 [melvin]
14356
14357         * po/fr.po
14358                 updated french translation
14359
14360 2001-12-15 [paul]       0.6.5claws92
14361
14362         * sync with sylpheed 0.6.5cvs28
14363                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14364
14365         * po/nl.po
14366                 update to allow for sync
14367
14368 2001-12-15 [alfons]
14369         
14370         * po/nl.po
14371                 update dutch translation
14372
14373 2001-12-14 [carsten]    0.6.5claws91
14374         * src/summaryview.c
14375                 fixed bug #473785; also after changing the column order
14376                 the same message will be selected and displayed as before
14377                 the reordering
14378
14379 2001-12-14 [carsten]    0.6.5claws90
14380         * src/folderview.c
14381                 probably found the bug reported by wwb opening or closing
14382                 a folder tree just before dnd (found the solution in the
14383                 balsa source -- thanks to them)
14384
14385 2001-12-14 [carsten]    0.6.5claws89
14386         * src/gtkutils.c
14387         * src/account.c
14388                 moved gtk_clist_moveto to the right place, so that
14389                 only the accounts dialog is effected on opening
14390
14391 2001-12-14 [carsten]    0.6.5claws88
14392         * src/gtkutils.c
14393                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14394                 now, so that the focused row will be seen in any case
14395                 (reported by wwp on sf-claws-user)
14396
14397 2001-12-14 [darko]      0.6.5claws87
14398
14399         * src/compose.c
14400                 remove unnecessary line
14401
14402 2001-12-14 [paul]       0.6.5claws86
14403
14404         * sync with sylpheed 0.6.5cvs27
14405                 see ChangeLog entries 2001-12-14
14406
14407 2001-12-14 [carsten]    0.6.5claws85
14408         * src/mainwindow.c
14409                 following a suggestion of Melvin the rcoabm pops up
14410                 right under the button now and the button is reliefed
14411                 while the popup is open
14412
14413 2001-12-14 [darko]      0.6.5claws84
14414
14415         * src/compose.c
14416                 fix crash when wrapping long lines if linewrap quotation
14417                 is disabled and wrapper encounters a word spanning more
14418                 than one line
14419
14420 2001-12-13 [paul]       0.6.5claws83
14421
14422         * src/compose.c
14423                 prefer 'Reply-To' header over mailing list header when
14424                 replying to a message. Finally prevent all those confirmation 
14425                 messages being sent to the list itself.
14426
14427         * src/summaryview.c
14428                 remove unused summary_set_menu_sensitive() entry
14429
14430 2001-12-13 [paul]       0.6.5claws82
14431
14432         * src/folderview.c
14433         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14434         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14435         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14436                 improvements to 'Hide read messages': Inbox, Outbox,
14437                 Trash, Queue, and Draft icons now reveal presence of hidden 
14438                 messages
14439
14440 2001-12-12 [alfons]     0.6.5claws81
14441
14442         0.6.5claws80 was tagged as LAST_STABLE
14443
14444         * src/filtering.[ch]
14445         * src/matcher.[ch]
14446         * src/matcher_parser_lex.c
14447                 fix the filtering; my last attempt to get it right, 
14448                 if it does not work, it's Hoa's turn. ;-)
14449
14450                 for my honourable peers:
14451                 
14452                 the code now makes a clear distinction between
14453                 rules as they are displayed (probably escaped),
14454                 and as they are executed (probably unescaped). the
14455                 parser does *NOT* do any unescaping, this is
14456                 the task of the matcher.c (which breaks up a
14457                 rule into condition) and the filtering.c (which
14458                 breaks up the rule's action). to make this
14459                 run happily we provide an unescaped copy of
14460                 crucial strings to the MatcherProp and 
14461                 FilteringAction structures. note that the only
14462                 exception to this is any REGEXP string. those
14463                 are directly passed to regcomp() and regexp()
14464                 (who have much more powerful unescape functions).
14465                 
14466                 for everyone else:
14467         
14468                 you can escape tab (\t), carriage return (\r),
14469                 linefeed (\n), form feed (\f), quote (\"), 
14470                 single quote (\'), bell (\b) in all the entry
14471                 lines in the scoring & filtering dialogs.
14472                 as an added bonus this should not affect
14473                 existing filtering rules.
14474
14475 2001-12-12 [carsten]    0.6.5claws80
14476
14477         * src/summaryview.c
14478         * po/de.po
14479                 "item(s) selected" is now sensitive to 1 or more
14480                 than one selected (nice for language where simple
14481                 adding of a "s" is not possible as German (Eintrag
14482                 ->Eintr"age)
14483                 
14484                 the "forward as attachment" entry from the right
14485                 click menu removed, "forward" acts following the
14486                 prefs
14487         
14488         * src/textview.c
14489                 reverted my former changes; so compiler warning again
14490                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14491                 nevertheless
14492
14493         * src/messageview.c
14494                 "search in message" does now *not* only work in MVIEW_TEXT
14495                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14496                 message
14497
14498         * src/mainwindow.c
14499                 removed "/File/_Close" as it was the same as "/File/E_xit"
14500                 and we don't need it two times
14501
14502                 the separate folder view and message view now get a distinct
14503                 WMCLASS, just in case someone is using sawfish ;-)
14504
14505                 as the menu entries "/View/Message view" and "/View/Folder tree"
14506                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14507                 make them sensitive accordingly and as these two are "shown"
14508                 after startup anytime check this menuitem at startup
14509
14510 2001-12-12 [paul]       0.6.5claws79
14511
14512         * src/folderview.c
14513                 fix sensitivity of 'Search folder...', broken in
14514                 0.6.5claws75
14515
14516         * src/mainwindow.c
14517                 fix dodgy English
14518
14519 2001-12-11 [carsten]    0.6.5claws78
14520         * src/filtering.c
14521                 fixed two typos returning a wrong FALSE/TRUE
14522         * src/mainwindow.[ch]
14523                 extra menu for email/news button removed
14524
14525 2001-12-11 [alfons]     0.6.5claws77
14526         
14527         * src/matcher.c                 (1.3)
14528         * src/matcher_parser_lex.l      (1.28)
14529                 revert for another attempt
14530                 mark 0.6.5claws77 as LAST_STABLE
14531
14532 2001-12-11 [christoph]  0.6.5claws76
14533
14534         * po/de.po
14535                 fixed wrong translation for prev. unread msg
14536
14537 2001-12-11 [paul]       0.6.5claws75
14538
14539         * src/folder.[ch]
14540         * src/folderview.c
14541         * src/mainwindow.c
14542         * src/summaryview.[ch]
14543         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14544                 enable ability to hide read messages on per folder basis via 
14545                 '/Summary/Hide read messages'; when selected, a folder will 
14546                 have a red open folder icon, instead of a blue icon, if the 
14547                 folder contains hidden messges
14548                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14549
14550         * src/mainwindow.c
14551                 remove '/Message/Forward as attachment' from 
14552                 main_window_set_menu_sensitive() to prevent debug warning
14553
14554         * src/folderview.c
14555         * src/mainwindow.c
14556                 Clean up some of the English
14557
14558         * tools/newscache_clean.pl
14559                 allow for new 'hidereadmsgs' entry in folderlist.xml
14560
14561         * po/es.po
14562                 updated translation, submitted by Ricardo Mones Lastra
14563
14564 2001-12-11 [paul]       0.6.5claws74
14565
14566         * sync with sylpheed 0.6.5cvs25
14567                 see ChangeLog entry 2001-12-11
14568
14569 2001-12-10 [alfons]     0.6.5claws73
14570
14571         * src/matcher.c
14572                 add more control characters
14573         * src/matcher_parser_lex.l
14574                 make escaping / unescaping work again
14575
14576 2001-12-10 [alfons]     0.6.5claws72
14577
14578         * src/imap.c
14579                 clean up warnings "returning value for void function" 
14580         * src/prefs_filtering.c
14581                 make info button for execute action sensitive
14582
14583 2001-12-10 [paul]       0.6.5claws71
14584
14585         * src/compose.c
14586         * src/imap.[ch]
14587         * src/summaryview.c
14588                 fix: imap server now gets informed of MARKED, UNMARKED
14589                 and REPLY events. Now people can use different IMAP-Mail
14590                 clients and have the exact same information about MARKED,
14591                 UNMARKED and REPLY status with all of them. Especially
14592                 useful for imap servers with a web-frontend.
14593                 submitted by Tobias Sandhaas <medlor@web.de>
14594
14595 2001-12-09 [melvin]     0.6.5claws70
14596         
14597         * src/textview.[ch]
14598                 fixed bug #490076 (hunted down by Alfons who implemented
14599                 a workaround in 0.6.5claws65)
14600
14601 2001-12-09 [christoph]  0.6.5claws69
14602
14603         * src/summaryview.c
14604                 set pointer to string in LOCKED column to NULL
14605                 (might fix bug #490800)
14606
14607 2001-12-09 [carsten]    0.6.5claws68
14608
14609         * po/de.po
14610                 resolved some cluttered menu shortcuts 
14611                 ('creating new email' and 'creating news message'
14612                 hade the same)
14613         * src/compose.c
14614                 wmclass now distinc from main window
14615         * src/mainwindow.c
14616           src/mainwindow.h
14617                 email/news and forward button functionality similar
14618                 to the reply buttons; removed the ugly dropdown arrows
14619                 and use instead the right mouse button
14620
14621 2001-12-09 [paul]       0.6.5claws67
14622
14623         * src/imap.c
14624         * src/utils.h
14625                 allow spaces in imap folder names
14626                 submitted by Willem van Engen <wvengen@stack.nl>
14627
14628 2001-12-09 [paul]       0.6.5claws66
14629
14630         * sync with sylpheed 0.6.5cvs24
14631                 see ChangeLog entry 2001-12-09
14632
14633 2001-12-08 [alfons]     0.6.5claws65
14634
14635         * src/textview.c
14636                 prevent secondary selection claim after "add to sender" dialog
14637                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14638                 we trick GTK by simulating a click at (0, 0) in the textview.
14639
14640 2001-12-08 [hoa]        0.6.5claws64
14641
14642         * src/folder.c
14643                 fixed a bug about the .processing folder name while filtering
14644
14645 2001-12-08 [alfons]     0.6.5claws63
14646
14647         * src/folderview.c 
14648                 work around problem of not correctly updating folder stats
14649                 when deleting messages. there's some folder scanning evil
14650                 going so the folderview_update_msg_num() does not work
14651                 correctly. need to investigate this.
14652
14653 2001-12-08 [paul]       0.6.5claws62
14654
14655         * sync with sylpheed 0.6.5cvs23
14656                 see ChangeLog entry 2001-12-08
14657
14658 2001-12-07 [christoph]  0.6.5claws61
14659
14660         * src/compose.c
14661                 fix another header translation problem
14662
14663 2001-12-07 [alfons]     0.6.5claws60
14664
14665         * src/mbox.c
14666                 make filtering also work on local spool mbox
14667
14668 2001-12-07 [carsten]    0.6.5claws59
14669         * src/addressbook.c
14670                 addressbook window gets a wmclass distinct from the main
14671                 sylpheed window
14672         * src/compose.h
14673         * src/mainwindow.[ch]
14674                   forward menu item will use mode selected in prefs, forward 
14675                 as attatchment in menu removed (will be substituted in the
14676                 toolbar similar to reply buttons)
14677                   create news message menu entry and news button is now 
14678                 sensitive to the existance of a news account
14679         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14680         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14681         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14682                 these are removed because the toolbar buttons don't show
14683                 the quoting modus any longer
14684
14685 2001-12-07 [paul]
14686
14687         * tools/newscache_clean.pl      ** NEW FILE **
14688                 perl script to do some tidying up in the newscache directory 
14689                 
14690         * tools/sylpheed-switcher       ** NEW FILE **
14691                 perl script to enable easy switching between main and claws
14692                 
14693         * tools/README
14694                 added descriptions of the two new perl scripts          
14695
14696
14697 2001-12-07 [melvin]     0.6.5claws58
14698
14699         * src/messageview.c
14700                 fixed a warning during compilation introduced in 0.6.5claws56
14701
14702 2001-12-07 [paul]       0.6.5claws57
14703
14704         * src/mainwindow.[ch]
14705         * src/menu.[ch]
14706                 further usability enhancements to replying with or without 
14707                 quoting via the toolbar, use of Ctrl key is replaced by 
14708                 drop down menu 
14709                 Submitted by Carsten Schurig            
14710
14711 2001-12-07 [melvin]     0.6.5claws56
14712
14713         * src/messageview.c
14714                 hack to fix bug that prevented to make/paste selections
14715                 after switching between MVIEW_TEXT and MVIEW_MIME views
14716                 without deselecting the selection first.
14717
14718 2001-12-06 [alfons]     0.6.5claws55
14719
14720         * src/filtering.[ch]
14721         * src/inc.c
14722                 revise filtering a little bit more, and make sure
14723                 messages are delivered to the appropriate inbox
14724                 (perhaps set per account)
14725
14726 2001-12-06 [paul]       0.6.5claws54
14727
14728         * sync with sylpheed 0.6.5cvs22
14729                 see ChangeLog entry 2001-12-06
14730
14731 2001-12-05 [alfons]     0.6.5claws53
14732
14733         * src/inc.c
14734         * src/folder.[ch]
14735         * src/procmsg.c
14736         * src/filtering.c
14737                 more revisions of filtering system
14738                 (last stable version is marked as LAST_STABLE)
14739                 
14740                 | NOTE 1): the filtering system now uses a local folder called
14741                 | .processing. if filtering fails, check this directory
14742                 | for missing messages.
14743                 |
14744                 | NOTE 2): help us find the filtering actions still missing
14745
14746 2001-12-05 [paul]       0.6.5claws52
14747
14748         * src/mainwindow.c
14749                 fix bug where 'Empty Trash?' pop-up window appears even
14750                 when Trash is empty, submitted by Jesse Skinner         
14751
14752 2001-12-05 [melvin]     0.6.5claws51
14753
14754         * src/compose.c
14755                 fixed bug #486106 to select correct account when reediting 
14756                 a queued message
14757         
14758 2001-12-04 [alfons]     0.6.5claws50
14759
14760         * src/mh.c
14761                 declare markfile in appropriate functions when
14762                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14763                 for spotting this)
14764
14765 2001-12-04 [paul]       0.6.5claws49
14766
14767         * sync with sylpheed 0.6.5cvs21
14768                 see ChangeLog entry 2001-12-04
14769
14770 2001-12-03 [christoph]  0.6.5claws48
14771
14772         * po/de.po
14773                 changed translation of undo
14774         * src/account.c
14775         * src/folder.c
14776                 don't reinvent the wheel to traverse a GNode
14777         * src/compose.[ch]
14778                 seperate code to create the compose gui into functions
14779                 add "Others" page with folder selection for saving copy
14780                 of the message.
14781                 the folder identifier is saved to queue header
14782         * src/procmsg.c
14783                 save message to folder in queue header
14784
14785 2001-12-03 [paul]       0.6.5claws47
14786
14787         * sync with sylpheed 0.6.5cvs20
14788                 see ChangeLog entry 2001-12-03
14789
14790 2001-12-01 [paul]
14791
14792         * more sync with sylpheed 0.6.5cvs19
14793                 see ChangeLog entry 2001-11-29
14794
14795 2001-11-30 [paul]       0.6.5claws46
14796         
14797         * src/compose.c
14798                 remove conflicts introduced by Hoa's last commit
14799          
14800         * src/mainwindow.c
14801                 make 'Message/Bounce' sensitive
14802
14803 2001-11-30 [hoa]        0.6.5claws45
14804
14805         * src/compose.c
14806                 slightly change bounce function to add
14807                 information about the user that bounced the mail
14808                 in the From header line.
14809
14810         * src/folderview.c
14811                 permit the use of processing in outbox folder.
14812
14813 2001-11-29 [paul]       0.6.5claws44
14814
14815         * src/mainwindow.[ch]
14816         * src/prefs_common.c
14817         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14818         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14819         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14820                 usability enhancements to the quoting, implements
14821                 use of Ctrl key to toggle quoting settings
14822                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14823
14824 2001-11-29 [paul]       0.6.5claws43
14825         
14826         * sync with sylpheed 0.6.5cvs19
14827                 see ChangeLog entry 2001-11-28
14828
14829 2001-11-29 [melvin]     0.6.5claws42
14830         * src/Makefile.am
14831                 added enriched.[ch] to the list of files
14832
14833         * src/textview.c
14834         * src/mimeview.c
14835         * src/procmime.[ch]
14836         * src/enriched.[ch]
14837                 added support to view text/enriched
14838                 added support to show headers in message view for text/enriched and text/html
14839                         in non multipart messages
14840
14841 2001-11-28 [paul]       0.6.5claws41
14842
14843         * more sync with sylpheed 0.6.5cvs18
14844                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14845
14846 2001-11-27 [paul]       0.6.5claws40
14847         
14848         * po/pt_BR.po
14849                 updated translation, submitted by Fabio Junior Beneditto
14850                 
14851         * sync with sylpheed 0.6.5cvs18
14852                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14853                 2001-11-27
14854
14855
14856 2001-11-26 [paul]
14857
14858         * po/es.po
14859                 updated translation, submitted by Ricardo Mones Lastra
14860
14861 2001-11-26 [alfons]
14862
14863         * src/matcher.c
14864                 add more translatable strings
14865
14866 2001-11-26 [christoph]  0.6.5claws39
14867
14868         * po/de.po      
14869                 fixed one more umlaut
14870         * src/compose.c
14871                 fix translated header when it should not be translated
14872
14873 2001-11-26 [paul]       0.6.5claws38
14874
14875         * src/mainwindow.c
14876                 remove '/Message/Add Sender to address book' from 
14877                 main_window_set_menu_sensitive(), prevent debug warning
14878                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14879
14880 2001-11-26 [paul]       0.6.5claws37
14881
14882         * src/summaryview.c
14883                 fix 'recurring unread state' bug 
14884
14885         * tools/README 
14886         * tools/filter_conv.pl
14887                 read name of top level mailbox from folderlist.xml
14888                 and presume nothing about its name              
14889
14890 2001-11-26 [darko]      0.6.5claws36
14891
14892         * src/gtkstext.[ch]
14893                 removed functions that are now in gtkutils.c
14894                 use gtkut_text_is_uri_string() from gtkutils.c
14895         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14896
14897 2001-11-26 [paul]       0.6.5claws35
14898
14899         * sync with sylpheed 0.6.5cvs16
14900                 see ChangeLog entries 2001-11-25 and 2001-11-26
14901
14902 2001-11-25 [alfons]     0.6.5claws34
14903
14904         EXPERIMENTAL!!! Please checkout the last stable version using: 
14905           
14906         % cvs update -r LAST_STABLE -dRAP
14907
14908         (Or help us testing this stuff.)
14909
14910         * src/filtering.c               (1.14)
14911         * src/filtering.h               (1.6)
14912         * src/inc.c                     (1.28)
14913         * src/matcher.c                 (1.20)
14914         * src/mbox.c                    (1.9)
14915         * src/procmsg.h                 (1.14)
14916         * src/summaryview.c             (1.59)
14917         * src/summaryview.h             (dunno)
14918                 revert/merge/sync to as it was before commit 
14919                 on Thu, 19 Jul 2001 10:15:51 -0700.
14920
14921 2001-11-25 [hoa]        0.6.5claws33
14922
14923         * src/main.c
14924                 processing mails at startup
14925
14926         * src/folderview.c
14927         * src/summaryview.[ch]
14928                 processing mails when entering folder
14929
14930         * src/prefs_filtering.c
14931                 fixed some UI bugs
14932
14933 2001-11-24 [alfons]     0.6.5claws32
14934
14935         * src/summaryview.[ch]
14936                 make summary sort headers work, and also make
14937                 sure the sort type is stored
14938
14939 2001-11-23 [alfons]     0.6.5claws31
14940
14941         * src/summaryview.[ch]
14942                 make lock work like mark
14943                 disallow deleting messages marked as locked
14944
14945 2001-11-23 [alfons]     0.6.5claws30
14946
14947         * src/gtkstext.c
14948         * src/compose.[ch]
14949         * src/Makefile.am
14950         * src/undo.[ch]
14951                 merge undo patch submitted by Jens
14952
14953 2001-11-23 [christoph]  0.6.5claws29
14954
14955         * src/.cvsignore
14956                 added ylwrap
14957         * src/compose.c
14958                 fixed gpg signing and encoding
14959         * src/folder.[ch]
14960         * src/main.c
14961                 added --status option to get new, unread and total
14962                 message count from a running sylpheed
14963         * src/prefs_common.c
14964                 temporary fix for reply_with_quote problem
14965                 (don't call functions for non existing widget)
14966         * src/procmsg.c
14967                 one more check for ignored threads but still not
14968                 always working correctly. probably a recursive
14969                 check for all parents is needed
14970
14971 2001-11-23 [darko]      0.6.5claws28
14972
14973         * src/compose.c
14974                 wrapping on send improvements
14975         * src/gtkutils.[ch]
14976                 fix for GtkSText after last sync with main branch
14977                 GTK_TEXT -> GTK_STEXT
14978
14979 2001-11-23 [paul]       0.6.5claws27
14980
14981         * sync with sylpheed 0.6.5cvs14
14982                 see ChangeLog entries 2001-11-22 and 2001-11-23
14983                 
14984         * po/de.po
14985                 fixed the scrambled umlauts 
14986                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14987
14988 2001-11-21 [paul]       0.6.5claws26
14989
14990         * sync with sylpheed 0.6.5cvs12
14991                 see 2nd ChangeLog entry dated 2001-11-20
14992
14993 2001-11-20 [paul]       0.6.5claws25
14994
14995         * sync with sylpheed 0.6.5cvs11
14996                 see ChangeLog entry 2001-11-19 (src/utils.c)
14997
14998 2001-11-20 [hiro]
14999
15000         * src/compose.c
15001                 GTK_TEXT -> GTK_STEXT
15002                 fix for wrong comment
15003
15004 2001-11-20 [hiro]       0.6.5claws24
15005
15006         * src/compose.[ch]
15007                 more merges from main branch
15008                 removed fatal warnings (uninitialized variables etc.)
15009                 some coding style fix
15010         * src/gtkutils.h
15011                 fixed typo.
15012         * src/addressbook.c
15013           src/addrindex.c
15014                 V-Card -> vCard
15015
15016 2001-11-19 [hoa]        0.6.5claws23
15017
15018         * src/filtering.c
15019         * src/prefs_scoring.c
15020         * src/matcher.[ch]
15021         * src/scoring.c
15022                 cleaning code
15023
15024         * src/matcher_parser_parse.y
15025         * src/prefs_filtering.c
15026                 bouncing
15027
15028 2001-11-19 [alfons]     0.6.5claws22
15029
15030         more of my old things into claws
15031
15032         * src/Makefile.am
15033         * src/prefs_common.c
15034         * src/procmsg.h
15035         * src/summaryview.[ch]
15036         * src/prefs_summary_column.c
15037         * src/pixmaps/locked.xpm
15038                 add indicators for locking of message in summary view
15039                 (does not work yet, only visual indicator)
15040
15041 2001-11-19 [paul]       0.6.5claws21
15042
15043         * sync with sylpheed 0.6.5cvs10
15044                 see ChangeLog entry 2001-11-19
15045
15046 2001-11-18 [alfons]     0.6.5claws20
15047         
15048         * src/filtering.c
15049                 remove an inadvertent free I forgot in previous clean up 
15050
15051 2001-11-18 [alfons]     0.6.5claws19
15052
15053         * src/filtering.[ch]
15054                 clean up & plug leaks
15055
15056 2001-11-18 [paul]       0.6.5claws18
15057
15058         * sync with sylpheed 0.6.5cvs9
15059                 see ChangeLog entries 2001-11-17 and 2001-11-18
15060
15061 2001-11-16 [paul]       0.6.5claws17
15062
15063         * sync with sylpheed 0.6.5cvs8
15064                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15065
15066 2001-11-16 [paul]       0.6.5claws16
15067
15068         * sync with sylpheed 0.6.5cvs7
15069                 see ChangeLog entries 2001-11-15 and 2001-11-16
15070
15071 2001-11-15 [hoa]        0.6.5claws15
15072
15073         * src/compose.c
15074                 fix bounce, mails we received couln't be bounced to ourself.
15075
15076         * src/defs.h
15077         * src/filtering.[ch]
15078         * src/matcher.[ch]
15079         * src/matcher_parser.h
15080         * src/matcher_parser_lex.l
15081         * src/matcher_parser_parse.y
15082         * src/inc.c
15083         * src/main.c
15084         * src/mbox.c
15085         * src/prefs_filtering.[ch]
15086         * src/mainwindow.c
15087         * src/prefs_matcher.c
15088         * src/prefs_scoring.c
15089         * src/scoring.[ch]
15090         * src/summaryview.c
15091                 new matcher/filter/score configuration file parser
15092                 one unique configuration file => ~/.sylpheed/matcherrc
15093                 import in currently automatic, then save are made
15094                 in this new file.
15095                 one filter per folder and one global filter
15096                 (filter of a folder will be used as folder processing)
15097
15098         * src/folder.c
15099                 fix a bug in folder_item_get_identifier
15100                 
15101         * src/messageview.c
15102                 receive receipt return are fixed.
15103
15104 2001-11-14 [alfons]     0.6.5claws14
15105
15106         * src/session.h
15107                 add things from main branch to make claws compile
15108
15109 2001-11-14 [paul]       0.6.5claws13
15110
15111         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15112                 see ChangeLog entries 2001-11-08 to 2001-11-14
15113
15114 2001-11-14 [hoa] 0.6.5claws12
15115
15116         * src/compose.[ch]
15117         * src/mainwindow.c
15118         * src/summaryview.c
15119                 add "bounce mail" option
15120
15121 2001-11-13 [christoph]  0.6.5claws11
15122
15123         * src/compose.c
15124                 Cleanup a mess i add before commiting
15125
15126 2001-11-13 [hoa]        0.6.5claws10
15127
15128         * src/compose.c
15129                 some fixes when mail are sent or
15130                 for crossposts
15131
15132 2001-11-13 [christoph]  0.6.5claws9
15133
15134         * po/de.po
15135                 Changed two string with the same translation
15136         * src/compose.c
15137         * src/procmsg.[ch]
15138         * src/send.[ch]
15139                 New mailsending process:
15140                   - Always queue message before sending
15141                     (message will be saved if sylpheed crashed or
15142                      freezes while sending)
15143                   - Allow queuing of newspostings
15144                   - No copy in outbox before sending
15145                     (closes bug #469501)
15146                   - No more redundant code for send and send_later
15147         * src/summaryview.c
15148                 Applied wwp <subscript@free.fr>'s patch that fixes
15149                 marks for multiple forwarded messages (+compose.c)
15150
15151 2001-11-12 [alfons]
15152
15153         * README.claws
15154                 remove things that are now in main branch
15155         
15156         * po/nl.po
15157                 update Dutch translation
15158
15159 2001-11-12 [mhadasht]   0.6.5.claws8
15160
15161         * src/prefs_common.c
15162                 re-enabled account autoselection feature for forward
15163                 and reedit lost during the branch point for SYNC-B4-REL
15164         * src/gtkspell.c
15165                 gtkpspell_get_dict(): more readable code (even if function is
15166                 not used yet)
15167         * ChangeLog.claws
15168                 added version number info to 2001-11-12 [hiro] comment.
15169
15170 2001-11-12 [hiro]       0.6.5.claws7
15171
15172         * src/compose.c
15173                 compose_forward(): fixed a bug that forward quote mark
15174                 wasn't used.
15175                 removed unnecessary code.
15176         * src/template_select.[ch]: removed.
15177
15178 2001-11-11 [alfons]
15179
15180         * src/compose.c
15181                 :%s/GTK_TEXT/GTK_STEXT/g
15182         
15183         * src/compose.[ch]
15184         * src/undo.[ch]
15185         * src/Makefile.am
15186                 revert the undo stuff (this is 0.6.6claws stuff)
15187
15188 2001-11-11 [hoa]        0.6.5.claws6
15189
15190         * src/compose.[ch]
15191                 Insert signature at the end of the text.
15192                 Added undo patch but currently disabled
15193
15194         * src/procmsg.c
15195                 Threading by subject improved.
15196
15197         * added src/undo.[ch]
15198                 Undo module for compose dialog box.
15199
15200 2001-11-11 [alfons]     0.6.5.claws5
15201
15202         * src/procmsg.c
15203                 prevent threading by subject on nodes that have already been
15204                 threaded by in-reply-to (as in "circular references in a tree
15205                 result in a dead branch")
15206
15207 2001-11-09 [hoa]        0.6.5.claws4
15208         
15209         * src/folderview.c
15210                 allows creation of mbox folder item from any files.
15211
15212 2001-11-09 [alfons]     0.6.5.claws3
15213         
15214         * src/utils.c
15215         * src/procmsg.c
15216                 do what I mean and correct threading by subject so it really
15217                 ignores attracting lines without "Re: "
15218
15219 2001-11-07 [alfons]     0.6.5.claws2
15220
15221         * src/procmsg.c
15222         * src/utils.[ch]
15223                 only attract by subject if a subject line starts with a "Re: "
15224         * src/syldap.c
15225                 remove warning
15226
15227 2001-11-07 [paul]       0.6.5claws1
15228
15229         * sync with sylpheed 0.6.5. release
15230                 see ChangeLog entry 2001-11-07
15231
15232 2001-11-07 [paul]       0.6.4claws31
15233
15234         * sync with sylpheed 0.6.4cvs18
15235                 see ChangeLog entries 2001-10-30 to 2001-11-07
15236                 prefs_templates.[ch] renamed prefs_template.[ch]
15237
15238 2001-11-06 [alfons]
15239         
15240         * src/utils.h
15241                 add semicolon Hoa forgot ;-)
15242                 
15243
15244 2001-11-06 [hoa]        0.6.4claws30
15245         
15246         * src/procmsg.c
15247         * src/summaryview.c
15248         * src/utils.c
15249         * src/utils.h
15250                 threading by subject - empty subject are ignored
15251
15252 2001-11-06 [christoph]  0.6.4claws29
15253
15254         * src/socket.c
15255                 use SSL_peek for sock_gets
15256         * src/utils.c
15257                 removed unneeded pointer in extracting quoted
15258                 names implementation
15259
15260 2001-11-06 [melvin]     0.6.4claws28
15261
15262         * src/gtkspell.c
15263                 fixed bug #476792 Selection overtyping with spell checker
15264                 fixed bug which could cause a buffer overflow
15265                 fixed a memory leak
15266
15267 2001-11-06 [hoa]        0.6.4claws27
15268         
15269         * src/procmsg.c
15270         * src/summaryview.c
15271                 threading by subject
15272
15273 2001-11-05 [alfons]     0.6.4claws26
15274         
15275         * README.claws
15276                 Claws -> Sylpheed (vice versa)
15277
15278         * src/compose.c
15279                 :%s/gtk_text/gtk_stext/g
15280                 :%s/GTK_TEXT/GTK_STEXT/g
15281                 (thanks to Jonathan Ware for spotting this)
15282
15283 2001-11-04 [christoph]  0.6.4claws25
15284
15285         * src/summaryview.c
15286                 replace Xalloca + strdup with Xstrdup_a
15287         * src/utils.c
15288                 better implementation of extracting quoted names
15289                 from addresses (remove backlashes and ignore
15290                 quotes after them)
15291
15292 2001-11-04 [alfons]     0.6.4claws24
15293
15294         * src/utils.[ch]
15295                 edit to comply more with coding style
15296
15297         * src/textview.c
15298                 fix bug reported by Kim Schulz. introduced by the patch integrated
15299                 in 0.6.4claws15. the code did not check the return value of
15300                 the html parser.
15301
15302         * AUTHORS
15303                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15304
15305 2001-11-04 [christoph]  0.6.4claws23
15306
15307         * src/main.c
15308         * src/prefs_common.[ch]
15309                 init some pointers that possibly caused a segfault
15310                 reported in the claws-users ML
15311
15312 2001-11-04 [hoa]        0.6.4claws22
15313
15314         * src/grouplistdialog.c
15315                 change the names of the nodes in the tree
15316
15317         * src/compose.c
15318                 enhanced mailto syntax as described in
15319                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15320                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15321
15322         * src/utils.c
15323                 encode and decode URI (useful when opening URL into
15324                 netscape).
15325
15326 2001-11-03 [hoa]        0.6.4claws21
15327
15328         * src/grouplistdialog.c
15329                 a new newsgroups list selection dialog box
15330                 with a CTree instead of a CList
15331
15332 2001-11-03 [hoa]        0.6.4claws20
15333
15334         * src/folderview.c
15335                 enable property and scoring options when right
15336                 click on "inbox"
15337
15338         * src/summaryview.c
15339                 fixed bug when nickname were displayed using
15340                 the address book.
15341
15342 2001-11-02 [darko]      0.6.4claws19
15343
15344         * src/compose.c
15345                 new wrap quotation and URL/long words wrapping implementation
15346         * src/compose.c src/gtkstext.[ch]
15347                 move gtkstext_strncmp() to gtkstext.c
15348
15349 2001-11-01 [christoph]  0.6.4claws18
15350
15351         * src/prefs_account.c
15352                 fixed mess in account settings dialog
15353         * src/prefs_folder_item.c
15354                 added label with folder path to dialog
15355
15356 2001-10-31 [match]      0.6.4claws17
15357
15358         * src/vcard.c
15359                 fix memory leak.
15360         * src/addrbook.c
15361                 fix generation of spurious address book file names.
15362                 remove redundant functions.
15363         * po/POTFILES.in
15364                 added missing file names.
15365
15366 2001-10-30 [paul]       0.6.4claws16
15367
15368         * sync with sylpheed 0.6.4cvs6
15369                 see ChangeLog entries 2001-10-26 to 2001-10-30
15370
15371         * tools/filter_conv.pl
15372                 read folderlist.xml to discover whether the top-level
15373                 folder is called 'Mailbox' or 'Mail' 
15374
15375 2001-10-29 [paul]       0.6.4claws15
15376
15377         * src/html.c, src/textview.c
15378                 activate links in html mail and fix clickable parts
15379                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15380
15381 2001-10-29 [paul]
15382
15383         * po/de.po, po/es.po, po/pt_BR/po
15384                 updated translations, submitted by Jens Oberender,
15385                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15386
15387 2001-10-29 [darko]      0.6.4claws14
15388
15389         * src/compose.c
15390                 fix wrapping for good
15391
15392 2001-10-29 [darko]
15393
15394         * src/compose.c
15395                 undo previous change as it broke the smart wrapping
15396
15397 2001-10-29 [darko]      0.6.4claws13
15398
15399         * src/compose.c
15400                 fix infinite loop when long URL is quoted
15401                 (closes bug #475122.
15402
15403 2001-10-28 [match]
15404
15405         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15406                 import Mutt address book
15407         * src/ldif.[ch] src/importldif.h
15408                 modified import LDIF handle user attributes
15409
15410 2001-10-28 [christoph]  0.6.4claws12
15411
15412         * src/summaryview.c
15413                 fixed that filtering did not work if there
15414                 were no filter rules
15415                 (closes bug #472003 and better implementation
15416                  of patch #474644)
15417
15418 2001-10-27 [christoph]  0.6.4claws11
15419
15420         * src/compose.c
15421                 make the folder's default account to be used when
15422                 replying. (patch by wwp <subscript@free.fr>)
15423         * src/compose.c
15424                 code cleanup, nearly killed all of wwp's patch
15425                 for folder's default account in compose
15426         * src/folderview.c
15427                 error panel when a folder could not be created
15428                 (closes bug #471080 new folder name & already
15429                  existing file)
15430
15431 2001-10-26 [alfons]
15432
15433         * src/utils.h
15434                 change prototype of strstr2() that Christoph forgot about
15435
15436 2001-10-26 [christoph]  0.6.4claws10
15437
15438         * src/account.c
15439                 made search for accounts by email address not case
15440                 sensitive
15441         * src/folder.c
15442                 fixed memory leak in folder_item_get_identifier
15443         * src/gtkspell.c
15444         * src/utils.c
15445                 fixed wrong strstr2 (should work like strstr)
15446
15447 2001-10-26 [darko]      0.6.4claws9
15448
15449         * src/compose.c src/gtkstext.[ch]
15450         * src/gtkstext.c
15451                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15452
15453 2001-10-26 [paul]       0.6.4claws8
15454
15455         * src/html.c
15456                 ignore css and javascript tags in html mail
15457                 case-insensitive, with or without double-quoted
15458                 strings
15459
15460 2001-10-26 [paul]       0.6.4claws7
15461
15462         * sync with sylpheed 0.6.4cvs1
15463                 see ChangeLog entry 2001-10-26
15464
15465         * src/prefs_account.c, src/prefs_common.c,
15466           src/prefs_summary_column.c
15467                 minor improvements to the English
15468
15469 2001-10-25 [alfons]     0.6.4claws6
15470
15471         * src/gtkstext.c
15472         
15473                 make GtkSText follow style of GtkText (closes bug 
15474                 #469211 "text selection while writing message")
15475                 
15476                 do sync with GTK 1.2.10
15477
15478 2001-10-25 [paul]       0.6.4claws5
15479
15480         * src/html.c
15481                 ignore css tags in html mail
15482
15483 2001-10-25 [darko]      0.6.4claws4
15484
15485         * src/compose.c
15486                 don't declare is_url_string as static function since
15487                 we need it in gtkstext.c
15488         * src/gtkstext.c
15489                 remove unused variable
15490                 don't wrap long URLs while composing a message
15491
15492 2001-10-24 [christoph]  0.6.4claws3
15493
15494         * src/socket.c
15495                 fix ssl deadlock, when peer closes connection
15496
15497 2001-10-24 [paul]       0.6.4claws2
15498
15499         * src/prefs_common.c
15500                 gettextize the gpg ascii-armored warning message
15501
15502         * src/compose.c
15503                 insert a DOS/MAC file into the composed message
15504                 (improvements)
15505
15506         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15507
15508 2001-10-22 [paul]       0.6.4claws1
15509
15510         * sync with sylpheed 0.6.4 release
15511                 see ChangeLog entries 2001-10-21
15512
15513         * po/fr.po, po/pt_BR.po
15514                 updated by Melvin Hadasht and Fabio Junior Beneditto
15515
15516 2001-10-21 [paul]       0.6.3claws30
15517
15518         * src/compose.c
15519                 insert a DOS text file from the compose window
15520                 into the composed message text (removes CRs characters)
15521                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15522
15523         * tools/filter_conv.pl, tools/README
15524                 automatically use ~/.sylpheed as working directory
15525                 print out confirmation message on completion
15526
15527         * correct Hoa's last ChangeLog.claws entry
15528
15529 2001-10-20 [hoa]        0.6.3claws29
15530
15531         * src/grouplistdialog.c
15532                 bugfix (another ?) to give the right
15533                 newsgroups list for each news server.
15534
15535         * src/news.c
15536         * src/news.h
15537                 improve the newsgroups list cache
15538
15539 2001-10-20 [paul]       0.6.3claws28
15540
15541         * sync with sylpheed 0.6.3cvs9
15542                 see ChangeLog entry 2001-10-19
15543
15544         * correct Alfons' last ChangeLog.claws entry
15545
15546 2001-10-19 [alfons]
15547
15548         * src/pgptext.[ch]
15549                 fix compilation problems (part of bug #472895)
15550
15551 2001-10-18 [hoa]        0.6.3claws27
15552
15553         * src/grouplistdialog.c
15554                 bugfix when we refresh was clicked (bug 472701)
15555
15556 2001-10-19 [christoph]  0.6.3claws26
15557
15558         * src/compose.c
15559                 last header entry should default to "To:" or
15560                 "Newsgroups:" and not copy the last entry line
15561                 in a new compose window
15562                 (closes bug #472686, #470792)
15563
15564 2001-10-19 [paul]       0.6.3claws25
15565
15566         * sync with Sylpheed 0.6.3cvs8
15567                 see ChangeLog entries 2001-10-18 and 2001-10-19
15568
15569 2001-10-18 [christoph]  0.6.3claws24
15570
15571         * src/procmsg.c
15572                 reimplement ignore thread
15573         
15574 2001-10-18 [hoa]        0.6.3claws23
15575
15576         * src/folderview.c
15577         * src/grouplistdialog.[ch]
15578                 enhanced news subscription interface (feature 469113)
15579
15580         * src/news.c
15581         * src/news.h
15582                 enchanced newsgroup listing,
15583                 now, we can get groups informations
15584                 (NNTPGroupInfo)
15585
15586 2001-10-18 [paul]       0.6.3claws22
15587
15588         * src/summaryview.c
15589                 remove comment (sync with main branch)
15590         * src/mainwindow.c
15591                 fix 'Re-edit' bug in 'Message' menu
15592
15593 2001-10-17 [christoph]  0.6.3claws21
15594
15595         * src/compose.c
15596                 ignore empty or whitespace only header lines
15597
15598 2001-10-17 [paul]       0.6.3claws20
15599
15600         * sync with sylpheed 0.6.3cvs7
15601                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15602                 2001-10-17
15603
15604 2001-10-17 [darko]
15605
15606         * src/compose.c
15607                 wrap long lines without spaces
15608                 don't wrap URLs
15609
15610 2001-10-16 [paul]
15611
15612         * po/es.po, po/nl.po, po/pt_BR.po
15613                 updated by Ricardo Mones Lastra, Alfons,
15614                 and Fabio Junior Beneditto
15615
15616         * sylpheed-0.6.3claws released
15617
15618 2001-10-15 [melvin] 0.6.3claws18
15619
15620         * README.claws
15621                 added summary and detailed installation instructions
15622                 for spell checker
15623         * po/fr.po
15624                 Updated, corrected and completed french translation
15625
15626 2001-10-15 [hoa] 0.6.3claws17
15627         * src/grouplistdialog.c
15628                 we can choose the newsgroups to display with wildcards
15629
15630 2001-10-15 [christoph]  0.6.3claws16
15631
15632         * src/account.c
15633         * src/compose.c
15634         * src/prefs_folder_item.[ch]
15635                 applied wwp <subscript@free.fr>'s folder
15636                 default account patch
15637         * po/de.po
15638                 Fixed wrong translation
15639
15640 2001-10-13 [alfons, christoph, melvin]  
15641                         0.6.3claws15
15642
15643         solution #2 to solve MT-safety problems defers all GUI related calls
15644         to the main thread using a gtk_idle_add() callback. discussed on
15645         ircnet #sylpheed, with christoph spotting some issues with the
15646         original code, and melvin allowing us to lobotomize his sylpheed.
15647
15648         * src/syldap.[ch], src/main.c
15649                 fix race problem in ldap search thread by deferring GUI 
15650                 stuff to main thread using gtk_idle_add()
15651
15652 2001-10-13 [paul]       0.6.3claws14
15653
15654         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15655                 add Sergey's smtpcred.patch
15656                 adds separate username/password setting for SMTP Auth
15657                 needed by some servers
15658                 (closes feature request #471659)
15659
15660 2001-10-13 [paul]       0.6.3claws13
15661
15662         * src/pgptext.[ch] **NEW FILES**
15663         * src/Makefile.am, src/messageview.c, src/mimeview.c
15664                 decrypt ascii-armored gpg text embedded in
15665                 the message body.
15666                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15667
15668 2001-10-13 [christoph]  0.6.3claws12
15669
15670         * README.claws
15671                 some more details on default to and
15672                 feature requests
15673         * src/main.c
15674                 init glib threading when ldap is used
15675         * src/syldap.c
15676                 threading fixes
15677         * po/de.po
15678                 fixed a typo
15679
15680 2001-10-12 [paul]       0.6.3claws11
15681
15682         * src/prefs_common.[ch], src/rfc2015.c
15683                 enable ascii-armored gpg text to be embedded in the
15684                 message body, selectable through the 'Privacy'
15685                 preferences. Supports encrypting only.
15686                 Submitted by Ravemax <ravemax@dextrose.com>
15687
15688 2001-10-12 [paul]       0.6.3claws10
15689
15690         * sync with sylpheed 0.6.3cvs6
15691                 see ChangeLog entries 2001-10-11 and 2001-11-12
15692
15693         * src/folderview.c
15694                 incorporated mbox folders, scoring, and folder
15695                 properties into the sync
15696
15697 2001-10-12 [darko]      0.6.3claws9
15698
15699         * README.claws
15700                 describe quotation wrapping
15701         * src/compose.c
15702                 don't treat tab as space to calculate line length properly
15703
15704 2001-10-11 [alfons]
15705
15706         * README.claws
15707                 correct description of how to make new filtering system work,
15708                 add some other things
15709                 
15710         * src/syldap.c
15711                 remove sched_yield() (not necessary / unportable)
15712
15713 2001-10-11 [paul]       0.6.3claws8
15714
15715         * sync with sylpheed 0.6.3cvs3
15716                 see ChangeLog entry 2001-10-10
15717
15718 2001-10-10 [christoph]  0.6.3claws7
15719
15720         * .cvsignore
15721                 ignore 2 files created by newer autotools
15722         * src/prefs_folder_item.c
15723                 using table for widget alignment
15724                 fixed memory leak and broken octal display
15725         * src/filesel.c
15726                 fixed segfault caused by lost filename
15727                 workaround (closes bug #469551)
15728
15729 2001-10-10 [paul]       0.6.3claws6
15730
15731         * sync with sylpheed 0.6.3cvs2
15732                 see ChangeLog entries 2001-10-09 and 2001-10-10
15733
15734 2001-10-10 [darko]      0.6.3.claws5
15735
15736         * src/gtkstext.c
15737                 proper calculation of right margin if smart wrapping is enabled
15738         * src/compose.c
15739                 automatically wrap long lines if wrap quotation is enabled
15740
15741 2001-10-09 [alfons]     0.6.3.claws4
15742
15743         * src/summaryview.c
15744                 select correct row when deleting last row in the summary view (and
15745                 close bug "[ #469104 ] select second last in list when deleting")
15746
15747 2001-10-09 [paul]       0.6.3claws3
15748
15749         * sync with sylpheed 0.6.3cvs1
15750                 updated some autotool scripts
15751
15752 2001-10-09 [darko]      0.6.3claws2
15753
15754         * src/gtkstext.[ch]
15755                 new name and mark with Sylpheed comment
15756         * src/compose.c
15757                 smart quotation wrapping a-la VIM
15758
15759 2001-10-08 [paul]       0.6.3claws1
15760
15761         * sync with sylpheed 0.6.3 release
15762                 see ChangeLog entry 2001-10-08
15763
15764 2001-10-08 [paul]       0.6.2claws24
15765
15766         * src/summaryview.c
15767                 more sync with sylpheed 0.6.2cvs12
15768                 Fixed the bug that didn't select the last row correctly
15769
15770
15771 2001-10-07 [paul]       0.6.2claws23
15772
15773         * sync with sylpheed 0.6.2cvs12
15774                 see ChangeLog entry 2001-10-07
15775
15776 2001-10-06 [match]
15777         * src/jpilot.[ch]
15778                 enable jpilot to read unsynch'ed addresses.
15779
15780         * src/editldap_basedn.c
15781                 fix segfault when opening dialog.
15782
15783 2001-10-06 [alfons]     0.6.2.claws22
15784
15785         * src/summaryview.c
15786                 fix bug with summary view selecting last *inserted*
15787                 node instead of last *visible* node. remember we
15788                 work with a tree
15789
15790 2001-10-06 [paul]       0.6.2claws21
15791
15792         * po/pt_BR.po
15793                 updated translation, contains some fixes and new
15794                 translations, submitted by Gustavo Noronha Silva
15795                 <kov@debian.org>
15796
15797         * src/prefs_common.c
15798                 change 'each' to 'every' - fix dubious English
15799
15800         * sync with sylpheed 0.6.2cvs11
15801
15802 2001-10-05 [alfons]     0.6.2claws20
15803
15804         * src/mainwindow.[ch], src/folderview.c
15805                 make composite tool button switch between "Compose News"
15806                 and "Compose Mail" depending on selected folder
15807                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15808
15809 2001-10-05 [paul]       0.6.2claws19
15810
15811         * src/mainwindow.c, src/summaryview.c
15812                 fix 'Message/Reply to all', broken in last commit
15813
15814         * src/compose.c
15815                 fix X_BEENTHERE seg fault, thanks to Alfons
15816
15817 2001-10-04 [paul]       0.6.2claws18
15818
15819         * src/compose.[ch], src/mainwindow.c
15820                 make "Message/Reply" reply to mailing lists; matches
15821                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15822                 based on portions of the patch submitted by
15823                 Junichi Uekawa <dancer@netfort.gr.jp>
15824
15825 2001-10-04 [darko]      0.6.2claws17
15826
15827         * src/compose.c
15828                 better smart wrapping
15829         * src/gtkstext.[hc]
15830                 a function to make text buffer contiguous
15831
15832 2001-10-03 [paul]       0.6.2claws16
15833
15834         * sync with sylpheed 0.6.2cvs10
15835
15836 2001-10-02 [alfons]
15837
15838         * configure.in
15839         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15840                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15841                 references to chinese translations (hope someone picks up
15842                 this)
15843
15844 2001-10-02 [christoph]  0.6.2claws15
15845
15846         * src/compose.c
15847                 fixed non translated header bug
15848         * ChangeLog.claws
15849                 fixed wrong date in alfons last entry ;)
15850
15851 2001-10-02 [alfons]     0.6.2claws14
15852
15853         * src/compose.c, src/prefs_common.[ch]
15854                 add block cursor option
15855
15856 2001-10-02 [paul]       0.6.2claws13
15857
15858         * sync with sylpheed 0.6.2cvs9
15859
15860 2001-09-30 [paul]       0.6.2claws12
15861
15862         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15863                 updated translations
15864
15865         * po/POTFILES.in
15866                 add 'src/importldif.c'
15867
15868         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15869                 added eudora-to-vCard conversion tool
15870                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15871
15872         * sync with sylpheed 0.6.2cvs8
15873
15874 2001-09-30 [paul]
15875
15876         * sylpheed-0.6.2claws released
15877
15878 2001-09-27 [melvin]     0.6.2claws11
15879
15880         * src/gtkspell.c
15881                 fixed crash when using default path (introduced 
15882                 in 0.6.2claws10)
15883                 fixed tiny bug for initial suggestion mode
15884
15885 2001-09-27 [melvin]     0.6.2claws10
15886         
15887         * src/gtkspell.c
15888                 fixed bug where gtkpspell didn't set the path correctly
15889
15890         * README.claws
15891                 added a paragraph about spell checking
15892                 
15893
15894
15895 2001-09-27 [paul]       0.6.2claws9
15896
15897         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15898                 replace '// comments' with '/* comments */' to prevent
15899                 some compiler warnings 
15900
15901         * sync with sylpheed 0.6.2cvs6
15902
15903 2001-09-26 [alfons]     0.6.2claws8
15904
15905         * src/messageview.c
15906                 introduce return receipt request notification again,
15907                 which was lost because of other semantics in 
15908                 procheader_parse() (???)
15909
15910 2001-09-26 [christoph]  0.6.2claws7
15911
15912         * src/compose.c
15913                 replace comments for old code with #if 0
15914                 readded auto cc, bcc and reply-to
15915         * src/prefs_matcher.c
15916         * src/prefs_scoring.c
15917                 removed some definition (was moved to
15918                 prefs.h)
15919
15920 2001-09-26 [paul]       0.6.2claws6
15921
15922         * src/mainwindow.c
15923                 make 'Follow-up and reply to' sensitive
15924
15925         * more sync with sylpheed 0.6.2cvs5
15926
15927 2001-09-25 [melvin]
15928
15929         * 0.6.2claws5
15930
15931         * src/gtkspell.c
15932                 fixed bug for "US-ASCII" introduced by the encoding code
15933
15934 2001-09-25 [paul]
15935
15936         * 0.6.2claws4
15937
15938         * src/prefs_common.[ch], src/summaryview.c
15939                 'next unread msg' 'go to next folder?' dialog can be
15940                 given default behaviour, either always show dialog,
15941                 or assume 'yes', or assume 'no'
15942                 Submitted by wwp <subscript@free.fr>
15943
15944 2001-09-25 [melvin]
15945                 
15946         * src/compose.c src/gtkspell.[ch]
15947                 added support for different encodings
15948
15949 2001-09-25 [paul]
15950
15951         * more sync with sylpheed 0.6.2cvs5
15952
15953 2001-09-24 [alfons]
15954         
15955         * src/prefs_folder_item.c
15956                 add check for item->prefs->default_to string is NULL and
15957                 add another check when freeing this string
15958
15959 2001-09-24 [paul]
15960
15961         * configure.in
15962                 change to version 0.6.2claws3
15963
15964         * sync with sylpheed 0.6.2cvs5 
15965
15966 2001-09-24 [match]
15967         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15968                 import LDIF files.
15969         * src/addrcache.[ch], addrindex.[ch]
15970                 small update for future
15971         * src/addrbook.c
15972                 fix test XML file.
15973
15974 2001-09-24 [melvin]
15975         * src/gtkspell.[ch]
15976                 added 'Learn from mistakes' option
15977                 better handling of quotes in checked words
15978                 sorted dict list
15979         * po/fr.po
15980                 small update for spell checking stuff
15981
15982 2001-09-23 [alfons]
15983         
15984         * src/gtkspell.c
15985                 edit a little bit so it complies more with main coding style
15986
15987 2001-09-23 [alfons]
15988
15989         * src/folder.[ch], prefs_folder_item.c, compose.c
15990                 migrate "request return receipt" folder property
15991                 to folderlist.xml
15992
15993 2001-09-22 [alfons]
15994
15995         * README.claws **NEW**
15996                 (add things of interest for users of main branch 
15997                 and claws here)
15998
15999         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16000                 re-implement threading per folder option, but store 
16001                 the setting in folderlist.xml (where it belongs)
16002
16003 2001-09-21 [melvin]
16004
16005         * src/gtkspell.[ch]
16006                 fixed bug when compose window is under another window
16007         * src/prefs_common.[ch] src/compose.c
16008                 changed 'dictionary_path' to 'dictionary' to be consistent
16009                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16010         * ac/pspell.m4 src/Makefile.am 
16011                 dropped PSPELL_PATH macro
16012         * po/fr.po
16013                 updated translations
16014
16015 2001-09-21 [christoph]
16016
16017         * src/compose.c
16018                 added border around header fields
16019                 keep header type when new field is added
16020
16021 2001-09-20 [christoph]
16022
16023         * src/utils.[ch]
16024                 more portable debug_print with source filename
16025                 and linenumber
16026         * src/procmsg.c
16027                 more newlines after debug messages
16028
16029 2001-09-20 [paul]
16030
16031         * configure.in
16032                 change to version 0.6.2claws2
16033
16034         * sync with sylpheed 0.6.2cvs3
16035
16036 2001-09-19 [melvin]
16037
16038         * src/gtkspell.c
16039                 fixed the post-right-click focus pb
16040                 fixed crash when 'Spell check all' after dict change 
16041                         and when cursor is at the end of the text
16042                 shift-right-click pops up config menu even on misspelled words.
16043         * po/POTFILES.in
16044                 added gtkspell.c
16045
16046 2001-09-19 [melvin]
16047
16048         * src/about.c
16049                 added pspell to compiled-in features list
16050
16051 2001-09-18 [melvin]
16052
16053         * switched to pspell and dropped ispell
16054         * ac/pspell.m4
16055                 new file. autoconf macro for pspell
16056         * ac/Makefile.am 
16057         * configure.in acconfig.h
16058                 added pspell support
16059         * src/Makefile.am
16060         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16061         * src/prefs_common.[ch] 
16062                 added pspell support
16063
16064 2001-09-18 [christoph]
16065
16066         * src/addr_compl.c
16067         * src/template.[ch]
16068                 replace LOG_MESSAGE with debug_print
16069         * src/compose.[ch]
16070                 gui improvements
16071         * src/menu.c
16072                 added newline after debug message
16073         * src/utils.h
16074                 using __VA_ARGS__ for debug_print macro
16075         * tools/.cvsignore
16076                 ignore Makefile and Makefile.in
16077
16078 2001-09-18 [paul]
16079
16080         * configure.in
16081                 change to version 0.6.2claws1
16082         * sync with sylpheed 0.6.2cvs1
16083
16084         * src/matcher.c 
16085         * src/prefs_matcher.c
16086                 add 'score equal to' option, submitted by
16087                 Paul Evans <nerd@freeuk.com>
16088
16089 2001-09-15 [christoph]
16090
16091         * src/mainwindow.c
16092                 comment out menu entry not existing in claws
16093         * src/menu.c
16094                 add debug output for non existing menu entries
16095         * src/summaryview.c
16096                 fix next/prev unread message for ignored threads
16097         * src/utils.[ch]
16098                 add sourcefile and line number to debug output
16099                 otherwise it is sometimes hard to find the
16100                 source code part if debug messages are translated
16101
16102 2001-09-14 [darko]
16103         
16104         * src/folderview.c
16105                 refresh target folder style after colour is changed
16106
16107 2001-09-13 [paul]
16108
16109         * configure.in
16110                 change to version 0.6.1claws3
16111
16112         * sync with sylpheed 0.6.1cvs6
16113
16114 2001-09-13 [darko]
16115         
16116         * src/folderview.c
16117                 fix target folder colourization to use user selected colour
16118
16119 2001-09-12 [darko]
16120         
16121         * src/summaryview.c
16122                 fix crash when message that is marked for copy/move is unmarked
16123
16124 2001-09-09 [paul]
16125
16126         * configure.in
16127                 change to version 0.6.1claws2
16128
16129         * sync with sylpheed 0.6.1cvs3
16130
16131 2001-09-09 [alfons]
16132         
16133         * src/folderview.c
16134                 fix bug with default font used for trash folder text
16135
16136 2001-09-06 [paul]
16137
16138         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16139                 updated translations
16140
16141         * configure.in
16142                 change to version 0.6.1claws1
16143
16144         * sync with sylpheed 0.6.1cvs2
16145
16146 2001-09-03 [paul]
16147
16148         * po/POTFILES.in
16149                 add Match's new addressbook
16150
16151         * po/de.po
16152                 updated translation submitted by Jens Oberender
16153
16154 2001-09-02 [paul]
16155
16156         * configure.in
16157                 change to 0.6.1claws
16158         * sync with sylpheed 0.6.1 release
16159
16160 2001-09-02 [paul]
16161
16162         * configure.in
16163                 change to 0.6.0claws2
16164
16165         * sync with sylpheed 0.6.0cvs4
16166
16167         * po/pt_BR.po
16168                 updated translation submitted by Fabio Junior Beneditto
16169
16170 2001-09-01 [match]
16171         * pixmaps/
16172                 interface.xpm
16173                 book.xpm
16174                 address.xpm
16175         * src/
16176                 Makefile.am
16177                 a ton of new files
16178
16179 2001-08-31 [paul]
16180
16181         * configure.in
16182                 change to version 0.6.0claws1
16183
16184         * sync with sylpheed 0.6.0cvs1
16185
16186         * po/es.po
16187                 updated translation submitted by Ricardo Mones Lastra
16188
16189         * po/POTFILES.in
16190                 add 'src/prefs_templates.c'
16191
16192         * src/compose.c, src/summaryview.c
16193                 fix segfault on 'Re_edit'               
16194
16195 2001-08-30 [alfons]
16196
16197         * configure.in, Makefile.am
16198         * tools/Makefile.am
16199                 add tools directory to source distribution
16200
16201 2001-08-30 [paul]
16202
16203         * configure.in
16204                 change to version 0.6.0claws
16205
16206         * sync with sylpheed 0.6.0 release
16207
16208 2001-08-30 [christoph]
16209
16210         * configure.in
16211                 removed autoconf version check
16212
16213 2001-08-30 [paul]
16214
16215         * src/account.c, src/compose.c, src/prefs_common.[ch]
16216         * src/procheader.[ch] src/utils.[ch]
16217                 Enhanced automatic account selection on replies
16218                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16219
16220         * configure.in
16221                 add LDAP and JPilot to the configuration results output.
16222
16223 2001-08-29 [christoph]
16224
16225         * src/summeryview.c
16226                 no bold font for ignored threads
16227
16228 2001-08-29 [paul]
16229
16230         * configure.in
16231                 change to version 0.5.3claws6
16232
16233         * sync with sylpheed 0.5.3cvs10
16234                 src/stringtable.[ch]: New Files
16235
16236         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16237         * src/pixmaps/sylpheed.xpm
16238                 add mini-icons to windows (by Alfons)
16239
16240 2001-08-27 [paul]
16241
16242         * src/mainwindow.c
16243                 new functions: next_labeled_cb(), prev_labeled_cb()
16244
16245         * src/summaryview.c
16246                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16247                 summary_select_next_labeled(), summary_select_prev_labeled()
16248
16249         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16250                 give claws blue folders and a blue trash can
16251
16252 2001-08-27 [paul]
16253
16254         * configure.in
16255                 change to version 0.5.3claws5
16256
16257         * sync with sylpheed 0.5.3cvs9
16258                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16259
16260 2001-08-24 [christoph]
16261
16262         * src/filesel.c
16263                 keep filename when browsing directories
16264                 (not working for user entered filename, but
16265                  for default name and selected filename from
16266                  file list)
16267         * src/mainwindow.c
16268                 fixed wrong spelling "Folllow-up"
16269         * src/mbox_folder.c
16270         * src/procmsg.c
16271         * src/summaryview.c
16272                 fixed new/unread message count with ignored
16273                 threads (2 commits, first didn't notice no
16274                 longer needed decreasing)
16275         * src/inc.c
16276                 readded scrolling of progress dialog
16277                 (lost in sync)
16278
16279 2001-08-24 [paul]
16280
16281         * configure.in
16282                 change to 0.5.3claws4
16283
16284         * sync with sylpheed 0.5.3cvs7
16285
16286 2001-08-24 [christoph]
16287
16288         * src/compose.c
16289                 set request return receipt when replying
16290                 if it is set is the folder prefs of the
16291                 message
16292         * src/inc.c
16293                 disable final error popup if popups are
16294                 disabled in config (again)
16295
16296 2001-08-23 [paul]
16297
16298         * configure.in
16299                 Change version number to 0.5.3claws3
16300
16301         * sync with sylpheed 0.5.3cvs5
16302
16303         * src/mimeview.c
16304                 double quote '%s' in 'gedit %s' to fix bug when
16305                 opening attachment with spaces in the name
16306
16307 2001-08-22 [alte]
16308         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16309           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16310                 initial message templates support
16311
16312
16313 2001-08-22 [paul]
16314
16315         * configure.in
16316                 change version number to 0.5.3claws2
16317
16318         * sync with sylpheed 0.5.3cvs4
16319
16320         * src/procmsg.h src/summaryview.c
16321                 re-implement (un)ignore thread
16322
16323 2001-08-21 [paul]
16324
16325         * src/summaryview.c
16326                 remove unnecessary code
16327         * src/compose.c
16328                 enable 'dynamic' signatures (submitted by
16329                 Eric Limpens <eric@hscg-internet.nl>)
16330
16331 2001-08-21 [paul]
16332
16333         clean up after sync with sylpheed 0.5.3 release
16334
16335         * src/folderview.c
16336                 fix re-introduced font mess, see Christoph's
16337                 entry 2001-06-24
16338
16339         * src/summaryview.c
16340                 remove prev_msgnum
16341                 use sylpheed's small font instead of
16342                 gtk default font for summary view
16343
16344
16345 2001-08-17 [paul]
16346
16347         * configure.in
16348                 add pl to ALL_LINGUAS - sync with main branch
16349
16350         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16351                 Updated. Translations by Jens Oberender, Ricardo Mones
16352                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16353
16354         * po/pl.po  ** NEW FILE **
16355                 sync with the main branch
16356
16357         * src/folderview.c
16358                 fix target folder colorizing and refresh problem
16359
16360
16361 2001-08-17 [christoph]
16362
16363         * src/mainwindow.c
16364                 claws uses 4 colors for target folder coloring.
16365                 arrays were not long enough and destroyed the
16366                 stack causing a segfault.
16367                 target folder colorizing does not work anymore
16368                 for me
16369
16370 2001-08-16 [paul]
16371
16372         * configure.in
16373                 change to version 0.5.3claws1
16374
16375         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16376           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16377           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16378
16379                 sync with sylpheed 0.5.3 release, but keep claws method of
16380                 configuring/saving fonts
16381
16382         * src/addressbook.[ch]
16383                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16384                 in line with a similar change in Hiroyuki's branch
16385
16386         * src/mainwindow.[ch]
16387                 disable main_window_set_thread_option()
16388         * src/prefs_folder_item.c
16389                 comment out &tmps_prefs.enable_thread,
16390         * src/mbox_folder.c, src/procmsg.[ch]
16391                 comment out MSG_IS_IGNORE_THREAD
16392         * src/summaryview.c
16393                 comment out summary_ignore_thread() and summary_unignore_thread()
16394                 comment out MSG_IS_IGNORE_THREAD
16395
16396                 use Hiroyuki's threading instead.
16397
16398
16399
16400 2001-08-15 [paul]
16401
16402         * src/account.c
16403                 use Hiroyuki's 0.5.3 column scheme but also
16404                 include the enable/disable button.
16405         * src/pixmaps/mark.xpm
16406                 add Hiroyuki's amended pixmap
16407
16408 2001-08-13 [christoph]
16409
16410         * src/account.c
16411                 receive at get all column showed wrong state for APOP
16412                 button should only work for POP3 and APOP accounts
16413         * src/prefs_account.c
16414                 added missing preprocessor statement for SSL
16415
16416 2001-08-12 [paul]
16417
16418         * src/account.[ch]
16419                 add 'receive at get all' column and enable/disable
16420                 button.
16421
16422 2001-08-06 [christoph]
16423
16424         * src/account.c
16425                 show usage of SSL in protocol column
16426
16427         * src/imap.c
16428         * src/inc.c
16429                 renamed ssl options
16430
16431         * src/prefs_account.[ch]
16432                 moved ssl options to a new page
16433
16434         * src/send.c
16435         * src/smtp.c
16436         * src/ssl.[ch]
16437                 renamed ssl options
16438                 added support for SMTP STARTTLS command
16439
16440 2001-08-05 [christoph]
16441
16442         * configure.in
16443                 debian autoconf needs version check to find
16444                 correct autoconf version. if the file is
16445                 named configure.in 2.13 is used, which does
16446                 not work with this configure.in script.
16447                 other solution would be to rename the script
16448                 to configure.ac as suggested in the autoconf
16449                 manual.
16450
16451         * src/inc.c
16452                 disable final error popup if popups are
16453                 diabled in config
16454
16455         * src/socket.c
16456                 bugfix in ssl_gets
16457                 fixes IMAP over SSL problem
16458
16459 2001-08-03 [paul]
16460
16461         * configure.in
16462                 change to 0.5.2claws1
16463
16464         * sync with sylpheed 0.5.2cvs1
16465
16466 2001-08-02 [alfons]
16467
16468         * configure.in
16469                 quick fix for ispell detection...
16470
16471 2001-08-01 [paul]
16472
16473         * configure.in
16474                 change to 0.5.1claws4
16475
16476         * sync with sylpheed 0.5.1cvs7
16477
16478 2001-07-31 [alfons]
16479
16480         * src/prefs_common.c, src/prefs_common.h, 
16481           src/gtkspell.c, src/gtkspell.h
16482                 add global spelling checker settings (compose tab) +
16483                 selection of dictionary 
16484           
16485         * configure.in  
16486                 guess valid ispell location
16487
16488 2001-07-31 [paul]
16489
16490         * po/POTFILES.in
16491                 removal of 'src/quote_fmt_parse.c'
16492         * po/de.po
16493                 Updated de.po
16494                 (submitted by Jens Oberender <didge@suse.de>)
16495
16496 2001-07-31 [darko]
16497
16498         * src/folder.[ch]
16499         * src/folderview.[ch]
16500         * src/mainwindow.c
16501         * src/mh.c
16502         * src/prefs_common.[ch]
16503         * src/summaryview.c
16504                 target folder colourization
16505
16506 2001-07-30 [paul]
16507
16508         more sync with Sylpheed 0.5.1cvs6 
16509
16510 2001-07-30 [darko]
16511
16512         * src/mh.c
16513         * src/prefs_folder_item.[hc]
16514         * src/summaryview.c
16515                 shared folders support with a GUI
16516
16517 2001-07-29 [paul]
16518
16519         0.5.1claws3
16520
16521         * sync with Sylpheed 0.5.1cvs6
16522
16523 2001-07-29 [paul]
16524
16525         * po/pt_BR.po
16526                 updated
16527                 (submitted by Fabio Junior Beneditto)
16528
16529 2001-07-28 [paul]
16530
16531         * src/procmime.c
16532         * AUTHORS
16533                 patch to correct bad image mime headers
16534                 (submitted by Don Quijote <dq@searchlores.org>)
16535
16536 2001-07-28 [paul]
16537
16538         * tools/gif2xface.pl   **NEW FILE**
16539         * tools/README
16540                 script to convert file.gif to file.xface for
16541                 use in a custom header.
16542                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16543
16544 2001-07-27 [alfons]
16545         
16546         * configure.in
16547                 change macros for detecting JPilot and LDAP
16548
16549 2001-07-27 [christoph]
16550
16551         * src/filtering.c
16552                 code cleanup (MIN / MAX warning, needed casting)
16553
16554 2001-07-27 [alfons]
16555
16556         * procheader.c
16557                 disallow setting flags when detecting certain headers
16558                 (X-Status, Status, Seen, X-Seen). 
16559         
16560         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16561
16562 2001-07-27 [christoph]
16563
16564         * src/prefs_filter.c
16565         * src/prefs_filtering.c
16566         * src/prefs_matcher.c
16567         * src/prefs_scoring.c
16568                 scroll list when moving rows up or down
16569
16570         * src/imap.c
16571         * src/imap.h
16572         * src/prefs_account.c
16573         * src/prefs_account.h
16574         * src/send.c
16575                 SMTP over SSL (untested, feedback requested)
16576                 IMAP over SSL
16577
16578         * src/ssl.c
16579                 code cleanup
16580
16581 2001-07-26 [alfons]
16582         
16583         * configure.in, acconfig.h
16584                 define CLAWS (need this for main / claws detection)
16585
16586 2001-07-25 [alfons]
16587
16588         * configure.in
16589                 Sylpheed 0.5.1claws2
16590                 
16591         * sync with Sylpheed 0.5.1cvs4
16592
16593 2001-07-25 [christoph]
16594
16595         * src/scoring.c
16596                 fixed segfault
16597                 item->prefs == NULL (don't know why)
16598
16599 2001-07-25 [alfons]
16600
16601         * configure.in
16602                 Sylpheed 0.5.1claws1
16603
16604         * sync with Sylpheed 0.5.1cvs1-3
16605
16606 2001-07-24 [christoph]
16607
16608         * src/folderview.c
16609         * src/prefs_folder_item.[ch]
16610                 added folderitem preferences dialog with
16611                 default To: and auto request return receipt
16612
16613         * src/compose.[ch]
16614         * src/menu.[ch]
16615                 changes to handle new folderitem preferences
16616
16617         * src/mainwindow.c
16618         * src/summaryview.c
16619                 call compose new mail with current folderitem
16620
16621 2001-07-24 [alfons]
16622
16623         Release Sylpheed 0.5.1claws
16624
16625         * configure.in
16626                 change to release version 0.5.1claws
16627
16628 2001-07-24 [christoph]
16629
16630         * src/summaryview.c
16631                 fixed segfault that happend when the selected
16632                 message was removed while retrieving new messages.
16633
16634         * po/es.po
16635                 updated translation
16636                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16637
16638 2001-07-22 [alfons]
16639
16640         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16641         this is a work in progress, for more information: http://nlpagan.net/sylman 
16642         
16643         * configure.in, src/mainwindow.c, manual/Makefile.am
16644                 add support for English manual
16645
16646         * AUTHORS
16647                 add authors of user manuals
16648
16649         * manual/en/sylpheed*.html
16650                 add English documentation
16651
16652 2001-07-22 [christoph]
16653
16654         * po/POTFILES.in
16655                 added src/ssl.c
16656         * src/ssl.c
16657                 changed a wrong debug message
16658
16659 2001-07-22 [alfons]
16660
16661         * po/nl.po
16662                 update Dutch translation
16663
16664         * src/prefs_filtering.c, 
16665           src/prefs_matcher.c
16666                 add more translatable strings           
16667
16668 2001-07-21 [alfons]
16669
16670         0.5.0claws7
16671
16672         * configure.in
16673                 change version
16674
16675         * src/inc.c, src/summaryview.[ch]
16676                 prevent update of mark file when filtering has done, by
16677                 using a variable; this affects two functions:
16678                         inc.c::inc_finished()
16679                         summaryview.c::summary_show()
16680
16681 2001-07-20 [alfons]
16682
16683         * src/filtering.[ch], src/prefs_filtering.c, 
16684           src/matcher.[ch]
16685                 add filtering action for label coloring 
16686
16687         * po/POTFILES.in
16688                 add labelcolors.c
16689
16690         * added src/labelcolors.c
16691         * added src/labelcolors.h
16692         * src/Makefile.am, src/summaryview.c
16693                 rearrange label coloring code
16694
16695         * src/procmsg.h
16696                 add more parentheses so label colouring works correctly
16697
16698         * src/filtering.c
16699                 don't really delete message, but move it to Trash
16700
16701         * src/prefs_matcher.c
16702                 add quote options to info dialog
16703
16704 2001-07-20 [christoph]
16705
16706         * src/Makefile.am
16707         * src/inc.c
16708         * src/main.[ch]
16709         * src/socket.h
16710         * src/ssl.[ch] (new)
16711                 moved ssl stuff to a seperate file
16712
16713 2001-07-20 [darko]
16714
16715         * src/summaryview.c
16716                 fix show sender using address book with no e-mail
16717                 address in From: field
16718
16719 2001-07-19 [alfons]
16720
16721         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16722                 fix messy handling of escaping... now at least the
16723                 execute command is useful. escape char is '\', we
16724                 accept \n and \r too. 
16725
16726                 Real life example:
16727                 
16728                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16729                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16730
16731 2001-07-18 [alfons]
16732
16733         0.5.0claws6
16734
16735         * src/summaryview.c
16736                 clean up
16737
16738         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16739           src/procmsg.[ch]
16740                 revise filtering; currently move, copy, marking have
16741                 been tested. if you like bleeding edge stuff, you
16742                 should definitely go for this version :)
16743
16744         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16745
16746 2001-07-17 [christoph]
16747
16748         * src/utils.c
16749                 timestamp log
16750
16751 2001-07-17 [alfons]
16752
16753         0.5.0claws5
16754
16755         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16756           bits in the mark file, without affecting either branch. Lots of
16757           files changed, also in claws branch.
16758
16759           UNTESTED: use of mbox folders
16760
16761         * src/summaryview.c
16762                 added mark all read; however this was a quick hack used for
16763                 cleaning up mess after initial merge with Hiroyuki
16764
16765         * configure.in
16766                 change claws version number back to 0.5.0claws5 to clear up 
16767                 confusion & pretension (recent release was technically 
16768                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16769
16770 2001-07-16 [alfons]
16771
16772         sync with Hiroyuki's 0.5.0cvs4
16773
16774 2001-07-16 [alfons]
16775
16776         0.5.1claws3
16777
16778         * src/filtering.[ch]
16779                 remove invalid updating of mark files for 
16780                 filter actions MATCHING_ACTION_MOVE and 
16781                 MATCHING_ACTION_DELETE; this should fix the
16782                 folder update bug
16783                 
16784         * src/procmsg.c
16785                 revert Christoph's stab at fixing the folder 
16786                 update bug
16787
16788         * po/POTFILES.in
16789                 add missing files with translatable strings
16790
16791         * src/summaryview.c
16792                 remove debug print
16793
16794 2001-07-15 [alfons]
16795
16796         * src/addr_compl.[ch], src/prefs_filtering.c
16797                 make "filtering pref dialog's destination entry" an
16798                 "address completable entry", if filter destination is 
16799                 an email address
16800
16801         0.5.1claws2
16802         
16803         sync with Hiroyuki's 0.5.0cvs2-3
16804
16805 2001-07-15 [christoph]
16806
16807         * src/procmsg.c
16808                 fixed folder stats update after incorporation
16809
16810 2001-07-15 [alfons]
16811
16812         * src/summaryview.c
16813                 * finish label colouring stuff (for now)
16814                 * fix incorrect colour bug (off by one) 
16815
16816 2001-07-14 [alfons]
16817
16818         * src/mainwindow.c
16819                 change text labels for news and mail message so there's
16820                 plenty of toolbar estate left
16821
16822         * configure.in
16823                 0.5.1claws1
16824
16825         * src/folderview.c
16826           src/folder.[ch]
16827                 sync with Hiroyuki's 0.5.0cvs1
16828
16829         * src/summaryview.c
16830                 more rewrite label colouring
16831
16832 2001-07-14 [alfons]
16833
16834         * src/summaryview.[ch]
16835                 * start rewrite label colouring 
16836                 * fix proper location "Add Sender To Addressbook" menu item
16837
16838 2001-07-13
16839
16840         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16841         (actually this is 0.5.0claws4)
16842
16843 2001-07-13 [alfons]
16844
16845         * po/pt_BR.po
16846                 * fix duplicate message
16847                 * add updated Portugese / Brazilian translation
16848                   submitted by Fabio Junior Beneditto
16849
16850 2001-07-12 [alfons]
16851
16852         * AUTHORS
16853                 add Jens
16854
16855         * po/nl.po
16856                 add updated Dutch translation
16857
16858         * po/de.po
16859                 add updated German translation submitted by Jens
16860
16861 2001-07-11 [alfons]
16862
16863         Prerelease before 0.5.0claws. Please test.
16864         This version is temporarily tagged as VERSION_0_5_0_TEST
16865
16866         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16867           src/prefs_scoring.c, src/prefs_matcher.c, 
16868           src/prefs_filtering.c, src/mbox.c, 
16869           src/main.c, src/inc.c, src/filtering.[ch]
16870                 revert new Hoa's new matcher (does not work yet)
16871
16872         * src/Makefile.am
16873                 clean up
16874
16875 2001-07-10
16876
16877         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16878
16879
16880 2001-07-10 [alfons]
16881
16882         * Makefile.am
16883                 add ChangeLog.claws to EXTRA_DIST
16884         * src/Makefile.am
16885                 add matcher_parser_parse.h to EXTRA_DIST
16886
16887 2001-07-10 [christoph]
16888
16889         * src/inc.c
16890                 add destination folder to table of
16891                 folders that need to be updated after
16892                 incorporation
16893
16894 2001-07-10 [alfons]
16895
16896         * folder.[ch]
16897           folderview.c
16898                 make collapse state of folders and folder items persistent, i.e.
16899                 if you collapse a folder tree, the next time sylpheed-claws starts 
16900                 up the folder tree remains collapsed.  
16901                 
16902 2001-07-10 [christoph]
16903
16904         * acconfig.h
16905         * configure.in
16906                 added --enable-ssl
16907         * src/md5.[ch]
16908                 renamed MD5_CTX to MD5_CTX_syl
16909                 conflicts with a struct in openssl
16910         * src/inc.c
16911         * src/main.[ch]
16912         * src/prefs_account.[ch]
16913         * src/socket.[ch]
16914                 SSL support for POP
16915         * src/mainwindow.c
16916                 fixed compose with current account
16917                 broken by new compose button stuff
16918
16919 2001-07-09 [hoa]
16920
16921         * AUTHORS
16922                 changed my email address
16923
16924         * src/matcher_parser_parse.y
16925                 clean the parser to remove conflicts
16926
16927 2001-07-09 [alfons]
16928
16929         * AUTHORS
16930                 add Match Grun
16931
16932         * configure.in
16933                 fix incorrect description of --enable-ldap parameter
16934
16935         * src/prefs_common.[ch]
16936           src/compose.c
16937                 add experimental option "smart wrapping" which makes the
16938                 compose editor auto wrap.
16939                 
16940                 | TODO: the problem with the buggy cursor handling is caused |
16941                 | by the GtkText. when deleting / backspacing text its       |
16942                 | wrapping algorithm does not take in account the previous   |
16943                 | line. should find a way to hack this in.                   |
16944                 | or should perhaps combine this with the word wrapping      |
16945                 | patch i wrote in january.                                  |
16946
16947         * src/about.c
16948                 show build parameters for LDAP and JPilot
16949
16950         * src/summaryview.c
16951                 revert Christoph's bugfix for selecting next unread message, 
16952                 because folder stats aren't updated correctly
16953
16954 2001-07-08 [hoa]
16955
16956         * src/filtering.c
16957         * src/mainwindow.c
16958         * src/matcher.c
16959         * src/matcher_parser_lex.l
16960         * src/matcher_parser_parse.y
16961         * src/prefs_filtering.c
16962         * src/prefs_scoring.c
16963         * src/scoring.c
16964                 bugfix of the config file parser
16965
16966 2001-07-08 [alfons]
16967
16968         * src/Makefile.am
16969                 added generated matcher sources to BUILT_SOURCES
16970
16971 2001-07-08 [hoa]
16972
16973         * src/Makefile.am
16974         * src/.cvsignore
16975                 added new config file parser
16976
16977         * src/scoring.[ch]
16978         * src/filtering.[ch]
16979         * src/matcher.[ch]
16980         * src/prefs_filtering.c
16981         * src/prefs_matcher.c
16982         * src/prefs_scoring.c
16983         * added src/matcher_parser.h
16984         * added src/matcher_parser_lex.h
16985         * added src/matcher_parser_lex.l
16986         * added src/matcher_parser_parse.y
16987                 lex & yacc config file parser
16988
16989         * src/mbox.c
16990         * src/inc.c
16991         * src/main.c
16992                 changes prefs_filtering into global_filtering           
16993
16994         * src/summaryview.c
16995                 build threads with subjects only if "Re: " is at the
16996                 beginning of the subject
16997
16998 2001-07-07 [paul]
16999
17000         0.5.0claws
17001
17002         sync with sylpheed 0.5.0
17003                 change of version number only
17004
17005 2001-07-06 [paul]
17006
17007         0.5.0claws5
17008
17009         sync with sylpheed 0.5.0pre5
17010
17011 2001-07-05 [paul]
17012
17013         sync with sylpheed 0.5.0pre4 release
17014                 /po and /manual/ja not sync'ed
17015
17016 2001-07-04 [paul]
17017
17018         more sync with sylpheed 0.5.0pre4
17019
17020 2001-07-03 [christoph]
17021
17022         * src/addressbook.c
17023                 fixed address book broken by address book
17024                 for VCard, JPilot, LDAP
17025
17026 2001-07-03 [alfons]
17027
17028         * src/matcher.c
17029         * src/textview.c
17030                 stopped memory leaks
17031
17032 2001-07-03 [paul]
17033
17034         more sync with sylpheed 0.5.0pre4
17035
17036 2001-07-02 [match]
17037
17038         * included address book patch for VCard, JPilot, LDAP
17039         * pref_common.c - fixed Font options on Display tab (cosmetic)
17040         * alertpanel.c - fixed truncated message
17041
17042 2001-07-02 [christoph]
17043
17044         * src/mbox_folder.c
17045         * src/procmsg.[ch]
17046         * src/summaryview.c
17047                 mark threads for ignoring
17048
17049 2001-07-02 [paul]
17050
17051         0.5.0claws4
17052
17053         * sync with sylpheed 0.5.0pre4
17054                 updated gettext to 0.10.38.
17055
17056 2001-07-01 [paul]
17057
17058         * src/ mainwindow.c
17059         * src/procmsg.h
17060         * src/summaryview.[ch]
17061                 new right-click option: Label.
17062                 substitute for 'Mark-->Mark/Unmark', colours the line.
17063                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17064
17065 2001-07-01 [christoph]
17066
17067         * src/folderview.c
17068                 fixed font for trash
17069         * src/summaryview.c
17070                 move ctree to unread message
17071
17072 2001-07-01 [paul]
17073
17074         * sync with sylpheed 0.5.0pre3 release
17075
17076 2001-06-30 [alfons]
17077
17078         * src/filesel.[ch]
17079         * src/compose.c
17080                 allow inserting / attaching multiple files in
17081                 the composer window
17082
17083 2001-06-30 [paul]
17084
17085         * src/codeconv.c
17086                 small change to Alfons' previous stuff so that it
17087                 actually makes
17088
17089 2001-06-30 [alfons]
17090
17091         * lots of files changed; first attempt to merge the changes
17092           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17093
17094 2001-06-30 [paul]
17095
17096         * po/pt_BR.po
17097                 updated and completed, translations by Fabio
17098                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17099
17100 2001-06-29 [alfons]
17101
17102         * src/compose.c
17103         * src/mimeproc.[ch]
17104                 allow selecting an attached files' mime type from a 
17105                 list of types.
17106
17107 2001-06-29 [paul]
17108
17109         * more sync with sylpheed 0.5.0pre3
17110
17111 2001-06-29 [paul]
17112
17113         * po/pt_BR.po
17114                 merge with sylpheed.pot and pt_BR.po provided by
17115                 Fabio Junior Beneditto.
17116
17117 2001-06-29 [darko]
17118
17119         * src/procmime.c
17120                 make MIME types case insensitive
17121
17122 2001-06-28 [alfons]
17123
17124         * po/nl.po
17125                 merge with sylpheed.pot and old nl.po; translations added.
17126
17127 2001-06-28 [paul]
17128
17129         * more sync with sylpheed 0.5.0pre3
17130
17131 2001-06-27 [alfons]
17132
17133         * src/summaryview.c
17134                 don't crash when removing parent node of messages
17135                 attracted by subject. this was caused by not deleting
17136                 the parent node from the subject line hash table.
17137
17138 2001-06-27 [alfons]
17139
17140         * src/summaryview.c
17141         * src/compose.[ch]
17142         * src/mainwindow.c
17143                 if there are multiple messages selected, allow forwarding
17144                 them as attachments.
17145
17146 2001-06-27 [paul]
17147
17148         * more sync with sylpheed 0.5.0pre3
17149
17150 2001-06-26 [paul]
17151
17152         0.5.0claws3
17153
17154         * sync with sylpheed 0.5.0pre3
17155
17156 2001-06-25 [paul]
17157
17158         * src/mainwindow.c
17159                 fixed 'compose news article' bug
17160                 from icon-and-text toolbar
17161
17162 2001-06-25 [paul]
17163
17164         * sync with sylpheed 0.5.0pre2 release
17165
17166 2001-06-24 [christoph]
17167
17168         * src/prefs_common.c
17169                 bug fix in font selection
17170         * src/folderview.c
17171                 use sylpheed's normal font instead of
17172                 gtk default font for folders without
17173                 new messages
17174
17175 2001-06-24 [alfons]
17176
17177         * src/mainwindow.[ch]
17178                 added composite compose mail / news button (an idea by Leandro
17179                 Pereira <leandro@linuxmag.com.br>)
17180
17181 2001-06-24 [paul]
17182
17183         Added instructions for ldif-to-xml.py
17184
17185         * tools/README
17186
17187 2001-06-23 [alfons]
17188
17189         Some minor things.
17190
17191         * src/pixmaps/stock_news_compose.xpm
17192                 added pixmap by Leandro
17193         * src/prefs_common.c
17194                 tested built-in spelling checker of GCC 3.0 :)
17195         * po/nl.po
17196                 merged dutch translation of sylpheed-main with
17197                 sylpheed.pot
17198
17199 2001-06-23 [paul]
17200
17201         Added tools directory and files.
17202
17203         * tools/filter_conv.pl
17204                 converts old filter system to new filtering system
17205         * tools/ldif-to-xml.py
17206                 converts netscape addressbook to sylpheed addressbook
17207         * tools/README
17208                 descriptions/instructions for above two files
17209
17210 2001-06-23 [christoph]
17211
17212         * src/inc.c
17213         * src/manage_window.[ch]
17214         * src/prefs_common.[ch]
17215                 mail retrieval dialog can be enabled, disabled
17216                 or hidden if non of sylpheed's windows is active
17217
17218 2001-06-22 [paul]
17219
17220         0.5.0claws2
17221
17222         * sync with sylpheed 0.5.0pre2
17223
17224 2001-06-21 [christoph]
17225
17226         * src/summaryview.c
17227                 show recipient on 'from' for all accounts
17228                 
17229         * src/inc.c
17230         * src/prefs_common.[ch]
17231                 disable error popup on mail receive errors
17232
17233 2001-06-21 [alfons]
17234
17235         * src/compose.c
17236                 made the ruler correctly appear and disappear.
17237
17238         * src/Makefile.am
17239                 removed Hoa's work-in-progress-stuff (interesting!) so 
17240                 claws compiles ok.
17241
17242 2001-06-20 [christoph]
17243
17244         * src/inc.c
17245         * src/progressdialog.c
17246                 added scrolled window for list in progressdialog
17247
17248 2001-06-20 [paul]
17249
17250         sync with sylpheed 0.5.0pre1 release
17251
17252 2001-06-20 [christoph]
17253
17254         * src/summeryview.c
17255                 make building threads by subject work when
17256                 thread view is enabled
17257                 
17258         * src/compose.c
17259         * src/prefs_common.[ch]
17260                 automatically select account for mail replys
17261
17262 2001-06-19 [sergey]
17263
17264         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17265         they are filled in from the account settings.
17266
17267 2001-06-19 [paul]
17268
17269         * more sync with sylpheed 0.5.0pre1
17270
17271 2001-06-18 [alfons]
17272
17273         * src/Makefile.am,
17274           src/procmime.c
17275                 added --sysconfdir to CPPFLAGS for pointing to the correct
17276                 location of mime.types. 
17277
17278                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17279                 or ./configure!
17280
17281 2001-06-18 [hoa]
17282
17283         * src/summaryview.c
17284                 fixed some bug when building threads
17285
17286 2001-06-18 [pau]l
17287
17288         * src/prefs_account.c
17289                 UI stuff: More changes to the English
17290
17291 2001-06-18 [paul]
17292
17293         * src/pixmaps/stock_news_compose.xpm: new file
17294         * src/Makefile.am
17295         * src/mainwindow.c
17296         * src/summaryview.c
17297                 Added new icon for Hoa's 'compose a news
17298                 message', plus minor improvements to the
17299                 English
17300
17301         * po/ja.po
17302         * ChangeLog
17303         * ChangeLog.jp
17304                 more sync with sylpheed 0.5.0pre1
17305
17306 2001-06-18 [hoa]
17307
17308         * src/compose.[ch]
17309         * src/mainwindow.c
17310                 Follow-up and reply to
17311
17312         * src/summaryview.[ch]
17313                 Build threads also with subjects
17314
17315 2001-06-17 [hoa]
17316
17317         * src/compose.c
17318                 forwarding use the current account.
17319
17320         * src/mainwindow.c
17321                 the "compose message" button has been replaced with
17322                 "new mail" and "new news" buttons
17323
17324         * src/prefs_common.[ch]
17325                 added a configuration option to use the forward button
17326                 as "forward as attachment"
17327                 changed reply and forward format description
17328
17329         * src/quote_fmt_lex.l
17330         * src/quote_fmt_parse.y
17331                 added message with no signature in format for reply
17332                 and forward.
17333
17334 2001-06-17 [paul]
17335
17336         Minor UI stuff
17337
17338         * src/mainwindow.c
17339         * src/summaryview.c
17340                 Improvements to the English
17341
17342         * src/prefs_common.c
17343                 Improvements to the English and some
17344                 clarity/continuity improvements in the
17345                 description of Quote symbols.
17346
17347 2001-06-17 [paul]
17348
17349         0.5.0claws1
17350
17351         * sync with sylpheed 0.5.0pre1
17352
17353 2001-06-17 [hoa]
17354
17355         * src/compose.c
17356                 Better interface for compose, displayed fields
17357                 are updated whenever we change account.
17358                 Newsgroups field is automatically filled.
17359
17360         * src/mainwindow.c
17361                 Newsgroups field is automatically filled.
17362
17363         * src/prefs_account.c
17364                 Some interface stuff when fields appear and
17365                 disappear.
17366
17367 2001-06-16 [paul]
17368
17369         0.4.99claws
17370
17371         * sync with sylpheed 0.4.99
17372
17373 2001-06-16 [sergey]
17374
17375         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17376         base64_decoder_free, base64_decoder_decode): new object and
17377         functions for decoding base64 streams.
17378         * src/procmime.c (procmime_decode_content): modified to use the
17379         new base64 decoder.
17380
17381 2001-06-15 [paul]
17382
17383         0.4.99claws10
17384
17385         * sync with sylpheed 0.4.99cvs11
17386
17387 2001-06-13 [paul]
17388
17389         0.4.99claws9
17390
17391         * sync with sylpheed 0.4.99cvs9
17392
17393 2001-06-13 [hoa]
17394
17395         * src/compose.c
17396         * src/prefs_account.c
17397
17398                 SMTP server can be defined in the news account
17399                 mime type of attachment are kept.
17400
17401         * src/summaryview.c
17402
17403                 now choose the highest important score between default
17404                 and important score of folder.
17405
17406 2001-06-09 [alfons]
17407         
17408         * src/prefs_common.c: 
17409
17410                 (prefs_quote_description_create): corrected description of 
17411                 quote format characters
17412
17413 2001-06-09 [paul]
17414
17415         0.4.99claws8
17416
17417         * sync with sylpheed 0.4.99cvs8
17418
17419 2001-06-08 [sergey]
17420
17421         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17422         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17423
17424 2001-06-08 [paul]
17425
17426         0.4.99claws7
17427
17428         * sync with sylpheed 0.4.99cvs7
17429
17430 2001-06-06 [sergey]
17431
17432         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17433         clashes with autogenerated header).
17434         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17435         * src/Makefile.am: added quote_fmt.h.
17436         * src/.cvsignore: added lex/yacc autogenerated files
17437         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17438
17439 2001-06-06 [paul]
17440
17441         0.4.99claws6
17442
17443         * sync with sylpheed 0.4.99cvs6
17444
17445 2001-06-06 [hoa]
17446
17447         * added src/quote_fmt_parse.h
17448         * src/compose.c
17449                 removed warnings
17450
17451         * src/prefs.[ch]
17452                 don't modify readonly configuration files
17453
17454         * src/prefs_account.c
17455         * src/prefs_common.c
17456         * src/prefs_customheader.c
17457         * src/prefs_display_header.c
17458         * src/prefs_filter.c
17459         * src/prefs_filtering.c
17460         * src/prefs_scoring.c
17461                 don't open dialog box when configuration files
17462                 are readonly
17463
17464 2001-06-05 [sergey]
17465
17466         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17467
17468         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17469         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17470         BUILT_SOURCES to make all files rebuild properly.
17471
17472         * src/compose.c: removed #include "quote_fmt.tab.h".
17473
17474         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17475         CHARACTER value in yylval.
17476
17477         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17478         receive CHARACTER value by documented means (yylval).
17479
17480         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17481
17482 2001-06-05 [hoa]
17483
17484         * src/Makefile.am
17485                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17486
17487         * src/filtering.c
17488         * src/matcher.c
17489         * src/matcher.h
17490         * src/prefs_filtering.c
17491                 now keep the configuration for execute action
17492
17493         * src/mbox_folder.c
17494                 fixed a warning
17495
17496 2001-06-05 [paul]
17497
17498         * sync with sylpheed 0.4.99cvs5
17499
17500 2001-06-05 [hoa]
17501
17502         * src/Makefile.am
17503                 added quote_fmt.[ch]
17504
17505         * added src/quote_fmt.y
17506         * added src/quote_fmt.l
17507         * added src/quote_fmt.tab.h
17508         * added src/quote_fmt.tab.c
17509         * added src/lex.quote_fmt.c
17510                 parsing configuration for replying
17511                 and forwarding
17512
17513         * src/prefs_common.[ch]
17514                 added configuration UI for replying
17515                 and forwarding
17516
17517         * src/compose.c
17518                 using configuration for replying
17519                 and forwarding
17520
17521 2001-06-04 [hoa]
17522
17523         * src/filtering.c
17524         * src/matcher.c
17525         * src/matcher.h
17526         * src/prefs_filtering.c
17527         * src/prefs_matcher.c
17528         * src/prefs_matcher.h
17529                 action "run a command" for filtering
17530                 and matching with a command.
17531                 fixed the "whole message" matching
17532
17533         * src/mbox_folder.c
17534                 changed temporary filename for security
17535
17536         * src/messageview.c
17537                 queue the notification if it fails to send.
17538
17539         * src/prefs_common.c
17540         * src/prefs_folder_item.c
17541                 changed the default important score             
17542
17543         * src/prefs_scoring.c
17544         * src/scoring.c
17545                 hide kill score input when the folder is not
17546                 a newsgroup
17547
17548 2001-06-03 [alfons]
17549
17550         * src/prefs_common.c:
17551
17552                 (prefs_font_select): pass font name in font entry box to font
17553                 selection dialog.
17554
17555 2001-06-03 [sergey]
17556
17557         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17558
17559 2001-06-03 [paul]
17560
17561         * sync with sylpheed 0.4.99cvs4
17562
17563 2001-06-03 [alfons]
17564
17565         * src/headerwindow.c:
17566
17567                 (headerwindow_show_cb): use the selected summary view item, not
17568                 the displayed item.
17569
17570 2001-06-02 [alfons]
17571
17572         * src/headerwindow.c:
17573
17574                 (headerwindow_show_cb): always try to show msginfo
17575
17576 2001-06-02 [hoa]
17577
17578         * src/compose.c
17579                 keep attached parts when reediting or forwarding.
17580
17581 2001-06-01 [hoa]
17582
17583         * src/folderview.c
17584         * src/prefs_folder_item.[ch]
17585         * src/prefs_scoring.[ch]
17586         * src/scoring.[ch]
17587         * src/summaryview.[ch]
17588         * src/main.c
17589         * src/mainwindow.c
17590         * src/prefs_common.[ch]
17591                 support for folder scoring
17592                 kill score and important score for messages
17593         
17594         * src/prefs_account.c
17595                 some display bug fixed for local account
17596                 preferences
17597
17598 2001-05-31 [alfons]
17599
17600         * src/summaryview.c:
17601
17602                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17603                 sender to address book menu item is disabled.
17604
17605 2001-05-30 [hoa]
17606
17607         * src/filtering.[ch]
17608         * src/summaryview.c
17609                 handling summary menu / filter messages
17610
17611         * src/folder.[ch]
17612                 add some stuff
17613
17614         * src/foldersel.c
17615                 imap folders now appears in list
17616
17617         * src/mbox_folder.c
17618                 doesn't crash if destination mail is not writeable
17619
17620 2001-05-29 [hoa]
17621
17622         * src/compose.c
17623                 removed some warnings
17624
17625         * src/filtering.c
17626         * src/folder.[ch]
17627         * src/prefs_filtering.c
17628                 global string to identify any folders           
17629                 removed some debug info
17630                 filtering to mbox folders is now possible
17631
17632         * src/mainwindow.c
17633                 removed some warnings
17634
17635         * src/mbox_folder.c
17636                 permission on files are changed to read/write for user only,
17637                 nothing for other.
17638                 creation of subfolder is handled better.
17639
17640 2001-05-28 [alfons]
17641
17642         Verified the sync for src/prefs_common.[ch] and
17643         src/prefs_account.[ch]. I believe there were some
17644         minor indentation differences.
17645
17646 2001-05-28 [paul]
17647
17648         0.4.99claws3
17649
17650         * sync with 0.4.99cvs3
17651
17652 2001-05-28 [hoa]
17653
17654         * src/compose.c
17655                 handling flags for mbox format
17656
17657         * src/filtering.c
17658                 use of mark file only for MH format
17659                 handling flags for mbox format
17660                 filtering cannot yet move or copy mails to mbox folders.
17661
17662         * src/folder.[ch]
17663                 changed move_msg, copy_msg,
17664                 move_msgs_with_dest, copy_msgs_with_dest functions
17665                 uses only folder->copy_msg() function
17666                 uses folder->finished_copy() to handle the destination
17667                 folder at the end of the copy or move operation.
17668
17669         * src/foldersel.c
17670                 included mbox directories.
17671
17672         * src/folderview.[ch]
17673         * src/mainwindow.c
17674                 handle folders operation for mbox format
17675
17676         * src/mbox.c
17677                 disable conversion of "From " header
17678
17679         * src/mbox_folder.[ch]
17680                 completion of mbox format handling
17681
17682         * src/mh.c
17683                 changed mh_copy_msg() function and
17684                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17685                 mh_copy_msgs_with_dest()
17686
17687         * src/prefs_filtering.c
17688                 removed some warnings
17689
17690         * src/prefs_matcher.c
17691                 default boolean operation is AND
17692
17693         * src/procheader.c
17694                 handling flags for mbox format
17695                 handling of "From " header
17696
17697         * src/procmsg.[ch]
17698                 removed data field
17699                 added MSG_REALLY_DELETED flags to handle deletion of
17700                 messages in mbox format.
17701
17702         * src/summaryview.c
17703                 handling flags for mbox format
17704                 disable the MSG_DELETED flags when messages
17705                 are deleted in mbox format
17706
17707         * src/textview.c
17708                 "From " headers display fixed.
17709
17710 2001-05-27 [alfons]
17711
17712         * src/textview.c:
17713                 
17714                 (get_email_part): skip quoted email addresses, like in e.g.
17715                 "'alfons@proteus.demon.nl'".
17716
17717 2001-05-26 [alfons]
17718
17719         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17720         and fixing the persistence troubles when using separate windows.
17721
17722         * src/mainwindow.c:
17723         
17724             Added #define SEPARATE_ACTION used in the gtk item factory for 
17725             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17726                 use gtk_item_factory_get_widget_by_action() to get the items.
17727                 
17728             Removed separate_widget_cb from the gtk item factory data   
17729           
17730             (mainwindow_create): connect separate_widget_cb() to check
17731             menu item "toggled" signal. also passing a MainWindow pointer
17732                 as object data for both check menu items.
17733                 
17734             (separate_widget_cb): definition of separate_widget_cb() to match
17735             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17736                 window using gtk_object_get_data(). The type of window separation 
17737                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17738         
17739         * src/prefs_filtering.c,
17740           src/prefs_matcher.c: added horizontal scrollbars
17741
17742 2001-05-25 [darko]
17743
17744         * src/headerview.c
17745                 fix segfault with invalid bold font
17746         * src/summaryview.c
17747                 correctly display summary stats after row is marked
17748
17749 2001-05-23 [sergey]
17750
17751         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17752         encodings with libjconv.
17753
17754 2001-05-23 [hoa]
17755
17756         * src/Makefile.am
17757                 added mbox_folder.[ch]
17758         * src/defs.h
17759                 mbox temporary folder
17760         * src/folder.[ch]
17761         * added src/mbox_folder.[ch]
17762         * src/folderview.c
17763         * src/procheader.[ch]
17764                 added mbox support
17765         * src/mbox.c
17766                 bugfix for file incorporation filtering
17767         * src/imap.c
17768                 enable creation of MBOX
17769         * src/prefs_display_header.c
17770                 enable use of headers like "From "
17771                 something that should be fixed :
17772                         displaying of such headers add an extra space
17773         * src/prefs_folder_item.c
17774                 don't create folders because it is not necessary
17775         * src/procmsg.h
17776                 added data field to MsgInfo for mbox internal use
17777         * src/summaryview.c
17778                 added some support for mbox
17779         * src/utils.[ch]
17780                 added get_mbox_cache_dir() function
17781
17782 2001-05-23 [hiroyuki]
17783
17784         * src/headerwindow.c
17785           src/inc.c
17786           src/main.c
17787           src/mh.c
17788           src/nntp.c
17789           src/procmsg.h
17790           src/session.h
17791           src/socket.[ch]
17792           src/summaryview.c
17793           src/textview.c
17794           src/automaton.c
17795           src/folderview.c: more sync with 0.4.99cvs2.
17796
17797         * src/headerwindow.c: reverted.
17798
17799 2001-05-22 [paul]
17800
17801         0.4.99claws2
17802
17803         * sync with sylpheed 0.4.99cvs2
17804                 * src/news.[ch]
17805                 * src/nntp.[ch]
17806                 * INSTALL
17807                 * INSTALL.jp
17808
17809 2001-05-22 [alfons]
17810
17811         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17812
17813 2001-05-21 [alfons]
17814
17815         Minor things:
17816
17817         * configure.in: if gnome-config not found, "no" is displayed
17818         
17819         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17820
17821         * src/textview.c: now also possible to add mail addresses by right
17822           clicking in the text view
17823
17824         * src/codeconv.c: merged patch which fixes endless loop when encountering
17825           invalid wide characters; from Alte <010@imis.ru>  
17826
17827 2001-05-20 [alfons]
17828
17829         Added installation of gnome specific things:
17830
17831         * Makefile.am: gnome conditional
17832
17833         * configure.in: check for installed gnome
17834
17835         * added sylpheed.png, sylpheed.desktop
17836
17837 2001-05-20 [sergey]
17838
17839         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17840
17841         * src/mainwindow.h (main_window_toolbar_create): created a button
17842         for "Reply to all".
17843         (main_window_set_toolbar_sensitive): enable/disable the new button
17844         appropriately.
17845         (toolbar_reply_to_author_cb): handle the new button.
17846
17847         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17848         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17849         failure).
17850
17851 2001-05-19 [sergey]
17852
17853         * src/compose.h (ComposeReplyMode): new modes
17854         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17855         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17856
17857         * src/compose.c
17858         (compose_send): move some code into a new function:
17859         (compose_current_mail_account): new function.
17860         (compose_reply): new argument to_author, all callers changed; if
17861         to_author==TRUE and account->protocol==A_NNTP, find and use an
17862         appropriate mail account for replying.
17863         (compose_reply_set_entry): new argument to_author; ignore
17864         compose->replyto if to_author==TRUE.
17865
17866         * src/mainwindow.c: new command "Message/Reply to author".
17867         (main_window_set_menu_sensitive): enable/disable it.
17868         (reply_cb): handle it.
17869
17870         * src/summaryview.c: new command "Reply to author".
17871         (summary_set_menu_sensitive): enable/disable it.
17872         (summary_reply_cb): handle it.
17873
17874         * src/account.c (account_find_mail_from_address): new function.
17875
17876 2001-05-18 [paul]
17877
17878         0.4.99claws1
17879
17880         * sync with sylpheed 0.4.99cvs1
17881
17882 2001-05-18 [hoa]
17883
17884         * src/compose.[ch]
17885         * src/filtering.c
17886         * src/summaryview.c
17887                 new filtering action : forward and forward as attachment
17888
17889         * src/main.c
17890                 no need for $DISPLAY when we run sylpheed --help
17891                 call to parse_cmd_opt() is moved
17892
17893         * src/mainwindow.[ch]
17894                 execute button is hidden when immediate execute
17895                 is chosen
17896
17897         * src/mh.c
17898         * src/news.c
17899         * src/prefs_folder_item.c
17900         * src/procmsg.c
17901                 better handling of missing directories
17902
17903         * src/summaryview.c
17904                 reedit is enabled in outbox
17905                 reedit is enabled in queue
17906
17907 2001-05-17 [hoa]
17908
17909         * src/filtering.c
17910         * src/matcher.[ch]
17911         * src/prefs_filtering.c
17912                 changed attachement into attachment
17913
17914 2001-05-17 [alfons]
17915
17916         0.4.67claws4    
17917
17918         * sync with sylpheed 0.4.67cvs9
17919         * sync with sylpheed 0.4.67cvs7-8
17920
17921 2001-05-17 [hoa]
17922
17923         * src/Makefile.am
17924                 added prefs_filtering.c
17925
17926         * src/filtering.[ch]
17927         * src/matcher.[ch]
17928                 removed action : forward_news and forward_news_as_attachement
17929                 (forward and forward_as_attachement can be used instead)
17930
17931         * src/mainwindow.c
17932                 added menu option to access filtering configuration
17933
17934         * src/prefs_account.c
17935                 changed mail_command default to /usr/sbin/sendmail
17936
17937         * added src/prefs_filtering.[ch]
17938                 dialog box for filtering configuration
17939
17940         * src/prefs_matcher.c
17941                 added function prefs_matcher_get_criteria_from_matching()
17942
17943         * src/prefs_scoring.c
17944                 reset the dialog when register or substitute is clicked
17945
17946 2001-05-15 [hoa]
17947
17948         * src/Makefile.am
17949                 added filtering.[ch]
17950         * src/inc.c
17951                 using filering.[ch] instead of filter.[ch]
17952         * src/main.c
17953                 reading new filtering configuration
17954         * src/matcher.[ch]
17955                 added some filtering actions
17956                 and fixed a bug for headers and mail body matching
17957         * src/mbox.c
17958                 using filering.[ch] instead of filter.[ch]
17959         * src/mh.c
17960                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17961         * src/summaryview.c
17962                 some fixes for filtering
17963
17964 2001-05-14 [hiroyuki]
17965
17966         * src/send.c: fixed some weird indentations.
17967           send_message_with_command(): call pclose() only if p != NULL.
17968         * src/textview.c: get_email_part(): modified the code for readability.
17969
17970 2001-05-14 [hiroyuki]
17971
17972         * src/md5global.h
17973           src/md5ify.c
17974           src/md5ify.h: removed from the cvs.
17975
17976 2001-05-13 [sergey]
17977
17978         * src/main.c: include rfc2015.h to avoid compiler warnings.
17979         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17980         the panel is already on screen.
17981         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17982         closing the alert window by ESC as "No".
17983         * src/prefs_common.c (prefs_interface_create): moved return
17984         receipt check button to the correct place.
17985
17986 2001-03-13 [alfons]
17987
17988         * src/prefs_common.c: 
17989                 moved return receipt check button to the Send tab. (prefs_send_create)
17990                 removed the date format ui related globals. (prefs_display_create)
17991
17992         0.4.67claws3
17993         
17994         * sync with sylpheed 0.4.67cvs5-6
17995
17996 2001-05-13 [paul]
17997
17998         * added Alfons' font selection patch
17999
18000         * src/defs.h
18001         * src/headerwindow.c
18002         * src/prefs_common.c
18003         * src/prefs_common.h
18004
18005 2001-05-13 [hoa]
18006         * src/defs.h
18007                 changed version of cache
18008         * src/matcher.[ch]
18009         * src/prefs_matcher.c
18010                 added additionnal matching criteria
18011         * src/procheader.c
18012         * src/procmsg.[ch]
18013         * src/news.c
18014                 added references in MsgInfo
18015
18016 2001-05-12 [hoa]
18017
18018         * src/defs.h
18019                 prepared some things for new filtering
18020         * src/matcher.[ch]
18021                 added some matching properties
18022                 inreplyto need to be enhanced
18023                 prepared some things for new filtering
18024         * src/messageview.c
18025                 added Return-Receipt-To handling
18026         * src/prefs_folder_item.c
18027                 changed default value to TRUE
18028         * src/prefs_matcher.c
18029                 added some matching properties
18030         * src/prefs_scoring.[ch]
18031                 the scoring dialog is finished
18032         * src/procheader.c
18033                 added Return-Receipt-To handling
18034                 Reference need to be added
18035         * src/procmsg.[ch]
18036                 added Return-Receipt-To handling
18037                 added threadscore to get a better score sorting when
18038                 threads are enabled
18039         * src/summaryview.c
18040                 suppressed a bug when we sort the list
18041                 when no folder is opened.
18042                 better score sorting when threads are enabled
18043
18044 2001-05-12 [alfons]
18045
18046         * reverted previous patch because of potential errors 
18047
18048         0.4.67claws2
18049         
18050         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18051                 applied "toggle mail-retrieval dialog window" patch submitted 
18052                 by Eric Limpens <eric@qnt.net>
18053
18054         * sync with sylpheed 0.4.67cvs4
18055
18056 2001-05-12 [sergey]
18057
18058         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18059         some picky compilers.
18060         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18061         * src/grouplist_dialog.c: include alertpanel.h.
18062         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18063         fix compile warning.
18064         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18065         #include "defs.h" before others to prevent the warning of `MIN'
18066         and `MAX' redefinition.
18067
18068 2001-05-11 [hoa]
18069
18070         * src/main.c
18071         * src/messageview.c
18072         * src/prefs_account.c
18073         * src/prefs_display_header.c
18074                 removed warning
18075         * src/Makefile.am
18076                 added prefs_scoring.[ch]
18077         * src/grouplist_dialog.c
18078                 display an error dialog box if the group list
18079                 cannot be fetched.
18080         * src/mainwindow.[ch]
18081                 added main_window_set_thread_option() function
18082                 scoring dialog box enabled
18083         * src/matcher.[ch]
18084                 added flags matching unread /new / marked
18085                 / deleted / replied / forwarded
18086         * src/news.c
18087                 newsgroups are now finally in newscache
18088         * src/prefs_matcher.[ch]
18089                 finished preferences for matching dialog
18090         * added src/prefs_scoring.[ch]
18091                 scoring dialog box completed
18092         * src/scoring.[ch]
18093                 conversion to string : added scoringprop_to_string()
18094                 write config for preferences :
18095                 added prefs_scoring_write_config()
18096         * src/summaryview.c
18097                 threads can be enabled/disabled independently
18098                 for each folder
18099
18100 2001-05-10 [alfons]
18101
18102         0.4.67claws1
18103         
18104         * AUTHORS: 
18105                 thought it would be nice to have a list of all
18106                 contributors (used Changelog as a reference)
18107         
18108         * configure.in: 
18109                 messed up version numbering...
18110
18111         0.4.66claws1
18112
18113         * sync with sylpheed 0.4.67cvs1-3
18114
18115 2001-05-10 [darko]
18116
18117         * src/prefs_common.c:
18118                 better UI for strftime format, double clicking
18119                 on format now inserts the format in text entry
18120                 replaced close button with standard OK/Cancel
18121                 moved date format button to the right of the
18122                 text entry field
18123
18124 2001-05-09 [alfons]
18125
18126         * src/gtkstext.c:
18127                 Ctrl-Home / Ctrl-End have proper cursor navigation
18128
18129 2001-05-09 [hoa]
18130
18131         * src/prefs_matcher.c
18132                 finished UI to define matching properties
18133                 added ok and cancel button
18134         * src/prefs_filter.c
18135                 added ok and cancel button
18136         * src/news.c
18137                 fixed some bug in xhdr parsing
18138
18139 2001-05-08 [alfons]
18140
18141         * src/textview.c: 
18142                 fixed a bug in textview_show_header(), which displayed two colons (':');
18143                 cleaned up some warnings
18144
18145 2001-05-08 [hoa]
18146
18147         * src/Makefile.am
18148                 added prefs_matcher.[ch]
18149                 compilation with -W -Wall
18150         * src/alertpanel.c
18151                 ungrab the mouse events if grabbed - does it
18152                 fix the bug for disposition notification ?
18153         * src/mainwindow.c
18154                 added a menu option to open the matching dialog.
18155         * src/matcher.[ch]
18156                 added matcherprop_to_string() and matcherlist_to_string()
18157                 fixed some bugs, changed the name of some options
18158                 age_sup and age_inf becomes age_greater and age_lower,
18159                 body and messageheaders becomes body_part and headers_part,
18160                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18161         * src/prefs_display_header.c
18162         * src/prefs_headers.c
18163                 fixed a bug that accidentally destroyed dialogs
18164                 when closed them with delete_event
18165                 Added *_deleted() which handle delete_event signal correctly.
18166         * src/prefs_folder_item.[ch]
18167                 added "enable_thread" field for future customization
18168         * added src/prefs_matcher.[ch]
18169                 sample of the UI to define matching properties
18170         * src/procheader.c
18171                 using procheader_headername_equal instead of str*cmp functions
18172                 using procheader_parse_header() function
18173         * src/scoring.c
18174                 using MATCHING_XXX instead of SCORING_XXX
18175         * src/summaryview.c
18176                 display the sender of the news even if this is ourself
18177                 when this is a news message.
18178         * src/textview.c
18179                 using headername_equal() instead of str*cmp functions
18180
18181 2001-05-08 [alfons]
18182
18183         0.4.66claws
18184
18185         * sync with sylpheed 0.4.66
18186         * src/gtkstext.c: trace logs added 
18187
18188 2001-05-08 [sergey]
18189
18190         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18191         signature check popup.
18192         * src/rfc2015.c (check_signature): show signature check popup only
18193         if it is enabled in preferences.
18194
18195 2001-05-07 [alfons]
18196
18197         0.4.66claws4
18198         
18199         * sync with sylpheed 0.4.66cvs6
18200
18201 2001-05-07 [darko]
18202
18203         * src/prefs_common.[ch]: added option to enable/disable
18204           looking up sender name in address book for summary pane
18205         * src/summaryview.c: look up sender in the address book
18206           by using Alfons' address completion code
18207
18208 2001-05-07 [hiroyuki]
18209
18210         * src/inc.h
18211           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18212           member of Pop3State.
18213         * src/news.c: brought #include "defs.h" before #include <glib.h>
18214           to prevent the warning of `MIN' and `MAX' redefinition.
18215
18216 2001-05-06 [hoa]
18217
18218         * removed src/headers_display.[ch]
18219         * removed src/prefs_display_headers.[ch]
18220         * src/inc.c
18221                 use a temporary file in the user directory for mbox import
18222         * src/news.c
18223                 added XHDR support to get "To" and "Cc" headers
18224                 (in order to match news with to or cc field for
18225                 scoring)
18226                 added function news_parse_xhdr() to get XHDR response
18227         * src/nntp.[ch]
18228                 added function nntp_xhdr()
18229         * src/matcher.c
18230                 fetch the message if necessary
18231
18232 2001-05-06 [alfons]
18233
18234         0.4.66claws3
18235
18236         * sync with sylpheed 0.4.66cvs3-5
18237
18238 2001-05-06 [hoa]
18239
18240         * src/utils.[ch]
18241                 added function itos_buf() to enable use of several buffers
18242         * src/summaryview.c
18243                 use of itos_buf() instead of itos() in summary list
18244                 to fix the broken display of message number.
18245
18246 2001-05-06 [alfons]
18247
18248         * src/gtkstext.c: bug in cursor up navigation fixed,
18249                 fixed another unsigned / signed comparison (we're getting there :-)
18250
18251 2001-05-06 [hoa]
18252
18253         * src/Makefile.am
18254                 added scoring.c scoring.h
18255                 prefs_folder_item.c prefs_folder_item.h
18256                 matcher.c matcher.h
18257         * src/defs.h
18258                 added FOLDERITEM_RC SCORING_RC
18259         * src/folder.[ch]
18260                 added prefs field in FolderItem :
18261                 properties for each folder (PrefsFolderItem),
18262                 sorting type and mode were added as the first properties.
18263         * src/main.c
18264                 read config for scoring
18265         * added src/matcher.[ch]
18266                 gives functions to parse configuration file to do
18267                 matching on mails with a list of conditions.
18268         * src/mainwindow.c
18269                 add option to sort by score
18270         * src/prefs_common.[ch]
18271                 added preference option to show score and for
18272                 the score column size
18273         * added src/prefs_folder_item.[ch]
18274                 properties for each folder (PrefsFolderItem),
18275                 sorting type and mode were added as the first properties.
18276         * src/procheader.[ch]
18277                 added procheader_parse_header()
18278                 added procheader_header_free()
18279                 added procheader_headername_equal()
18280                 and made modification to use them.
18281         * src/procmsg.[ch]
18282                 added score field to MsgInfo structure
18283         * added src/scoring.[ch]
18284                 gives functions to parse configuration file to do
18285                 scoring on mails with a list of conditions.
18286         * src/summaryview.[ch]
18287                 save the sorting type and mode for the folder
18288                 added column to display the score of the mail
18289                 added function summary_score_clicked()
18290                 sorting type and mode are restored to the folder
18291                 when it is reopen
18292         * src/textview.c
18293                 use procheader_parse_header(), procheader_headername_equal()
18294                 removed memory leak in text_scan_header when freeing headers
18295         * src/filter.c
18296                 changed the function to match names of headers
18297                 using procheader_headername_equal()
18298
18299         Scoring functions are implemented, an interface is needed
18300         to configure that.
18301
18302 2001-05-04 [alfons]
18303
18304         * src/gtkstext.c: 
18305                 hopefully fixed the row up navigation bug,
18306                 removed adding back / forward lines to cache
18307
18308 2001-05-04 [sergey]
18309
18310         * src/prefs_display_headers.c: user interface changes:
18311         (prefs_display_headers_create): remove unused "Show" check button;
18312         allow reordering of headers by dragging.
18313         (prefs_display_headers_write_config): remove unused variables.
18314         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18315         of lists (not needed with the new UI).
18316         (prefs_display_headers_set_list): scan lists starting from row 0,
18317         not 1 (do not skip "(New)").
18318         (prefs_display_headers_find_header): new function.
18319         (prefs_display_headers_clist_set_row): do not allow duplicates.
18320         (prefs_display_headers_delete_cb): do not skip row 0; treat
18321         closing the alert window by ESC as "No".
18322         (prefs_display_headers_up): do not protect row 0.
18323         (prefs_display_headers_down): do not protect row 0.
18324
18325 2001-05-04 [sergey]
18326
18327         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18328         functions.
18329
18330         * src/summaryview.c
18331         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18332         summary_select_next_marked, summary_select_prev_marked): new
18333         functions.
18334
18335 2001-05-03 [sergey]
18336
18337         * src/news.c: fixed a bug when no article can be fetched after
18338         server timeout if the connection was restored by news_post():
18339         (news_select_group): new function.
18340         (news_fetch_msg): call news_select_group() before fetching
18341         article.
18342         (news_get_uncached_articles): set session->group after successful
18343         GROUP command.
18344
18345 2001-05-03 [hoa]
18346
18347         * src/defs.h
18348         * src/procmsg.[ch]
18349         * src/procheader.c
18350                  changed version of cache, added cc field
18351
18352         * src/prefs_display_headers.c
18353                 the interface was changed
18354
18355         * src/prefs_headers.c
18356                 added cancel button
18357
18358 2001-05-03 [alfons]
18359
18360         * completed sync of sylpheed cvs2
18361         * src/gtkstext.c: updated row up / down cursor navigation
18362         * src/textview.c: re-edited, prepared for fixing the email address
18363                 scanner.
18364
18365 2001-05-03 [darko]
18366
18367         * src/prefs_common.c: use alfons' strftime ui code
18368         entry_datefmt and datefmt_sample widgets have to be
18369         global in this module because of this change
18370
18371 2001-05-03 [hoa]
18372
18373         * src/messageview.c
18374         * src/prefs_common.[ch] added option to activate the return receipt
18375                 feature.
18376
18377 2001-05-02 [alfons]
18378
18379         * src/gtkstext.c: fix for row up/down cursor navigation. 
18380
18381         0.4.66claws2
18382         
18383         * sync with 0.4.66cvs2
18384
18385 2001-05-02 [paul]
18386
18387         added add-sender-to-addressbook patch
18388
18389         * src/addressbook.c
18390         * src/addressbook.h
18391         * src/summaryview.c
18392
18393 2001-05-02 [sergey]
18394
18395         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18396         G_ALERTDISABLE.
18397
18398         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18399         all existing callers changed to pass FALSE; create a check button
18400         to disable the message.
18401         (alertpanel_message_with_disable): new function.
18402         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18403         (alertpanel_button_toggled): new function.
18404         (alertpanel_button_clicked, alertpanel_close): set value using
18405         G_ALERT_VALUE_MASK.
18406
18407         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18408
18409         * src/prefs_common.c (prefs_privacy_create): new check button
18410         checkbtn_gpgme_warning.
18411
18412         * src/main.c (main): moved preferences reading before gpgme
18413         initialization; check prefs_common.gpgme_warning before giving the
18414         GnuPG warning and set it to FALSE if the user wants to disable the
18415         warning.
18416
18417 2001-05-02 [hiroyuki]
18418
18419         * src/prefs_display_headers.c: modified the layout and some labels.
18420
18421 2001-05-02 [sergey]
18422
18423         * src/prefs_account.c (prefs_account_fix_size): new function.
18424         (prefs_account_create): call prefs_account_fix_size(); use
18425         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18426         size when the window is shown for the first time).
18427         (prefs_account_basic_create): changed layout of serv_table; moved
18428         localmbox_entry above smtpserv_entry (logically it replaces
18429         POP3/IMAP server).
18430         (prefs_account_protocol_activated): set sensitivity of
18431         nntpauth_chkbtn according to the protocol (in addition to
18432         hide/show); commented out gtk_table_set_row_spacing() calls.
18433         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18434         not sensitive (fixes a bug with disabled username/password boxes
18435         when editing POP3 account after NNTP with authentication).
18436
18437 2001-05-02 [hoa]
18438
18439         * src/account.c
18440         * src/inc.c
18441         * src/prefs_account.[ch]
18442         * src/send.c
18443                 removed local account without SMTP server
18444                 added option to use mail command instead of a connexion
18445                 to SMTP server when a local account is used
18446         * src/prefs_headers.c
18447                 fixed a bug
18448         * src/news.c
18449                 fixed a bug when connexion immediately closed
18450
18451 2001-05-01 [alfons]
18452
18453         0.4.66claws1
18454         
18455         * sync with 0.4.65
18456
18457 2001-05-01 [sergey]
18458
18459         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18460         widget nntpauth_chkbtn.
18461         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18462         visibility.
18463         (prefs_account_nntpauth_toggled): new function.
18464
18465         * src/news.c (news_session_new_for_folder): use NNTP
18466         authentication only if ac->use_nntp_auth is set.
18467
18468 2001-05-01 [hoa]
18469
18470         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18471         * src/prefs_display_headers.c changed the UI
18472         * src/prefs_headers.c changed account_name to account_id
18473         * src/compose.c using customheader.h
18474
18475 2001-05-01 [hiroyuki]
18476
18477         * src/esmtp.c
18478           src/news.c
18479           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18480           unsynched.
18481
18482 2001-05-01 [hoa]
18483
18484         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18485         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18486                 for displaying of headers
18487         * src/grouplist_dialog.[ch] minor changes to remove warnings
18488         * src/prefs_display_headers.[ch] dialog to choose the
18489         headers to display in the mail viewer.
18490         * src/headers.h correction of #define
18491         * src/headers_display.[ch] configuration for displaying of headers.
18492         * src/main.c read config of displaying of headers
18493         * src/prefs_common.c add a button to access the config dialog
18494                 for displaying of headers
18495         * src/prefs_display_headers.[ch] dialog for configuration for
18496                 displaying of the headers.
18497         * src/prefs_headers.c cleaning of code
18498         * src/procheader.c comments added to code
18499         * src/textview.c changes to reorder the headers depending
18500                 on the config for displaying of headers
18501
18502 2001-04-30 [alfons]
18503
18504         0.4.65claws7
18505
18506         * sync with 0.4.65cvs12
18507
18508         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18509
18510 2001-04-30 [sergey]
18511
18512         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18513
18514         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18515         is set to force reconnection after authentication failure.
18516         (nntp_gen_command): set sock->auth_failed on authentication
18517         failure, or if sock->userid and sock->passwd are not set.
18518
18519         * src/news.c (news_session_new_for_folder): set userid=NULL if
18520         password dialog is cancelled.
18521
18522 2001-04-30 [sergey]
18523
18524         * src/nntp.h (NNTPSockInfo): new type.
18525
18526         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18527         SockInfo.
18528         (nntp_open_auth, nntp_close): new functions.
18529         (nntp_gen_command): new function to handle authentication; all
18530         NNTP command functions updated to use it.
18531         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18532         (nntp_list): removed old useless code.
18533
18534         * src/news.h (NNTPSession): new field nntp_sock.
18535
18536         * src/news.c: all functions updated to use NNTPSockInfo instead of
18537         SockInfo.
18538         (news_session_new): new arguments (userid, passwd); made static;
18539         use nntp_open_auth() if needed.
18540         (news_session_destroy): use nntp_close() instead of sock_close().
18541         (news_query_password): changed arguments.
18542         (news_session_new_for_folder): new function.
18543         (news_session_get): use news_session_new_for_folder().
18544         (news_authenticate): deleted.
18545         (news_get_uncached_articles): removed old authentication code.
18546
18547 2001-04-30 [sergey]
18548
18549         * src/news.c: reverted my previous changes (need to do NNTP
18550         authentication in a cleaner way).
18551         
18552 2001-04-29 [sergey]
18553
18554         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18555         news_nntp_post, news_nntp_mode): new functions (wrappers with
18556         authentication support).
18557         (news_get_article_cmd, news_get_article, news_get_header): new
18558         argument "folder"; all callers changed.
18559         (news_get_article_cmd): added authentication support.
18560         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18561         (news_post): use news_nntp_post() instead of nntp_post().
18562         (news_get_uncached_articles): use news_nntp_group() instead of
18563         nntp_group() and news_nntp_xover() instead of nntp_xover();
18564         removed old authentication code.
18565         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18566
18567         * src/nntp.c (nntp_list): return real error code instead of
18568         hardcoded NN_ERROR.
18569
18570 2001-04-29 [sergey]
18571
18572         * configure.in: fixed wint_t typedef detection again
18573
18574 2001-04-28 [hoa]
18575
18576         * src/prefs_account.[ch], added A_LOCAL_CMD
18577                 (send mail with mail command)
18578         * src/send.c added function send_message_with_command()
18579         * src/inc.c made a more secure get_spool() function with
18580                 mktemp() but maybe mkstemp() or something more
18581                 secure can be used.
18582
18583 2001-04-28 [alfons]
18584
18585         * src/textview.c, colorization of email addresses in headers
18586
18587         0.4.65claws6
18588
18589         * bug sync with sylpheed
18590         * prefs_common.c: created date format ui for darko
18591         * sync with 0.4.65cvs11
18592         * configure.in: corrected to have the new gpg checks
18593
18594 2001-04-27 [alfons]
18595
18596         * completed sync with 0.4.65cvs10
18597         * minor debug things added to gtkstext.c
18598
18599 2001-04-27 [darko]
18600
18601         * configure.in: remove check for availability of
18602           strftime() as advised by Hiroyuki
18603         * src/prefs_common.[ch], src/procheader.c:
18604           synch strftime() code with Hiroyki's main branch
18605
18606 2001-04-26 [sergey]
18607
18608         * src/news.c: news_query_password(), news_authenticate(): new
18609           functions.
18610           news_get_uncached_articles(): added NNTP authentication
18611           handling.
18612         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18613           new functions.
18614         * src/prefs_account.c: prefs_account_protocol_activated():
18615           enable userid and password fields for NNTP.
18616
18617 2001-04-26
18618
18619         * configure.in: check for availability of strftime()
18620           [darko]
18621         * src/prefs_common.[ch], src/procheader.c: use
18622           strftime() for displaying date in summary pane if it
18623           is available
18624
18625 2001-04-25
18626
18627         * more .cvsignore cleanups [alfons]
18628
18629 2001-04-25
18630
18631         * ac/sv-check-type.m4: new autoconf macro.
18632         * configure.in: fixed wint_t typedef detection (did not work
18633           with gcc-2.96).
18634
18635 2001-04-25
18636
18637         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18638           [hiroyuki]
18639
18640 2001-04-24
18641         * modified gtkstext.c : buggy cursor navigation fixed, 
18642           and font descent also taken in account when drawing
18643           cursor. [alfons]
18644
18645 2001-04-24 [hoa]
18646         * added comments in src/news.c src/nntp.c
18647         * added src/prefs_headers.[ch]
18648         * added src/headers.[ch]
18649         * modified compose.c to activate custom headers
18650                 added function is_in_custom_headers
18651         * modified prefs_account.[ch]
18652                 added function prefs_account_customhdr_edit
18653         * modified src/defs.h :
18654                 added HEADERS_RC : name of the config file
18655                 for the custom headers
18656
18657 2001-04-24
18658
18659     0.4.65claws5
18660
18661         * configure.in
18662           src/gtkstext.[ch]
18663           src/compose.c
18664           src/Makefile.am
18665           
18666           added gtkstext with configure.in patch by Hiroyuki which
18667           should fix the XIM detection [alfons]
18668
18669         * more clean up of cvs [alfons]
18670
18671                  * removed all Makefile.in files to attic.
18672
18673                  * updated all .cvsignores to really ignore things that could
18674                    be unintentionally committed by a recursive commit.
18675
18676 2001-04-23 [hoa]
18677         * added src/grouplist_dialog.[ch]
18678         * changed src/folderview.c to call grouplist_dialog instead
18679                 of inputdialog
18680         * src/news.c :
18681                 added functions news_reset_group_list
18682                 and news_get_group_list
18683         * src/nntp.c :
18684                 added function nntp_list
18685         * src/defs.h :
18686                 added GROUPLIST_FILE : name of the newsgroup list cache file
18687
18688 2001-04-21
18689
18690         * added option to warn about queued messages on exit [sergey]:
18691
18692           * src/compose.c: compose_queue(): call folder_item_scan()
18693             and folderview_update_item() after queueing.
18694           * src/folderview.c: folderview_update_node(): draw the queue
18695             folder in bold font if there are queued messages.
18696           * src/mainwindow.c: queued_messages(): new function.
18697             app_exit_cb(): display warning if there are queued messages
18698             if warn_queued_on_exit is set.
18699           * prefs_common.[ch]: add warn_queued_on_exit option.
18700
18701         * enhanced GnuPG key selection support [sergey]:
18702
18703           * src/select-keys.c: updated to newer version from Win32
18704             branch with support for selecting arbitrary keys.
18705           * src/prefs_account.c: added the Privacy tab to the account
18706             options window.
18707             prefs_account_privacy_create(),
18708             prefs_account_sign_key_set_data_from_radiobtn(),
18709             prefs_account_sign_key_set_radiobtn(): new functions.
18710           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18711           * src/rfc2015.c: set_signers(): new function.
18712             pgp_sign(): add the account parameter, call set_signers().
18713             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18714           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18715           * src/compose.c: pass the current account to rfc2015_sign().
18716
18717         * tag name claws added to prevent confusion with main branch [alfons]
18718
18719         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18720
18721         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18722
18723         * sync with recent sylpheed cvs. Untested though. [alfons]
18724