2b073a18668e8325aa26790b8baa6df607833542
[claws.git] / ChangeLog.claws
1 2003-09-28 [paul]       0.9.5claws35
2
3         * src/rfc2015.c
4                 on signature check, where key exists, print the
5                 Key ID
6
7 2003-09-27 [alfons]     0.9.5claws34
8
9         * src/action.c
10                 o make progress bar not fill/expand when resizing dialog
11                 o use default fixed text font for actions output
12
13 2003-09-27 [paul]       0.9.5claws33
14
15         * src/prefs_common.[ch]
16           src/procmsg.c
17           src/send_message.c
18                 remove External Program settings from Common Prefs/Send
19                 as they are now unnecessary due to Local account settings.
20                 plus a little tidying-up after 0.9.5claws31
21
22 2003-09-27 [paul]       0.9.5claws32
23
24         * src/prefs_account.c
25                 o make correction to gui text:
26                   'Local mailbox file' -> 'Local mailbox directory'
27                 o give 'local_mbox' option a reasonable default value:
28                   '/var/mail'
29                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
30                   value
31
32 2003-09-26 [paul]       0.9.5claws31
33
34         * src/inc.c
35           src/prefs_common.[ch]
36                 remove 'Incorporate from spool' common pref,
37                 force creation of a 'Local' account
38
39 2003-09-26 [christoph]  0.9.5claws30
40
41         * src/folder.c
42         * src/msgcache.c
43                 add more NULL pointer checks
44
45 2003-09-25 [christoph]  0.9.5claws29
46
47         * src/folder.c
48                 o don't fetch source message to get it's message id
49                 o immediately scan dest folder when copying a message did not
50                   return a new message number and not do it when the first message
51                   without a new message number is found
52
53 2003-09-23 [christoph]  0.9.5claws28
54
55         * src/compose.c
56                 fix generating of headers
57
58         (patch by David Relson <relson@osagesoftware.com>)
59
60 2003-09-23 [paul]       0.9.5claws27
61
62         * po/zh_CN.po
63                 update Simplified Chinese translation. submitted by
64                 Hansom Young
65
66 2003-09-23 [paul]       0.9.5claws26
67
68         * tools/Makefile.am
69           tools/README
70           tools/vcard2xml.py    ** NEW FILE **
71                 add a script that converts an evolution vcard to
72                 sylpheed's xml format
73                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
74
75 2003-09-22 [paul]       0.9.5claws25
76
77         * src/plugins/clamav/clamav_plugin.c
78                 don't skip MULTIPART parts
79
80 2003-09-21 [christoph]  0.9.5claws24
81
82         * src/alertpanel.c
83                 remove unneeded include
84
85         * src/folder.c
86                 clean up copy/move mess with duplicated code
87
88         * src/imap.c
89                 fix problem that sometimes the folder was not scanned
90                 also it was changed
91
92 2003-09-21 [christoph]  0.9.5claws23
93
94         * src/Makefile.am
95         * src/logwindow.[ch]                    ** REMOVE **
96         * src/mainwindow.c
97         * src/prefs_common.c
98         * src/gtk/Makefile.am
99         * src/gtk/logwindow.[ch]                ** ADD **
100                 make logwindow prefs_common independent and move
101                 it to gtk directory
102
103 2003-09-20 [christoph]  0.9.5claws22
104
105         * src/compose.c
106                 add extra space for address code conversion
107                 (4 * unconvered size could be too small for short headers)
108
109 2003-09-20 [christoph]  0.9.5claws21
110
111         * src/compose.c
112                 increase temp buffer size when writing headers
113
114 2003-09-19 [darko]      0.9.5claws20
115
116         * src/compose.c
117                 don't ignore value of 'Save copy of outgoing messages to
118                 this folder instead of Sent' in message redirect
119
120 2003-09-17 [christoph]  0.9.5claws19
121
122         * src/compose.c
123                 use ", " as address seperator for mail headers and pass whole
124                 header line at once to compose_convert_header to make sure
125                 it is correctly folded
126
127         (closes Bug 64 Problem when sending to many recipients)
128
129 2003-09-17 [hoa]        0.9.5claws18
130         
131         * src/matcher.[ch]
132           src/matcher_parser_parse.y
133           src/prefs_matcher.c
134                 changed the keyword used for command execution in condition
135                 keyword is changed from "execute" to "test"
136                 so that it is not the same as the one used for action.
137                 This will fix a bug when using filtering dialog.
138                 All semantic in the code is also changed to reflect
139                 the keyword change.
140
141 2003-09-17 [paul]
142         
143         * sync with 0.9.6 release
144
145 2003-09-17 [paul]       0.9.5claws17
146
147         * sync with 0.9.5cvs8
148                 see ChangeLog 2003-09-16 and 2003-09-17
149
150 2003-09-16 [paul]       0.9.5claws16
151
152         * sync with 0.9.5cvs6
153                 see ChangeLog 2003-09-16
154
155 2003-09-15 [paul]       0.9.5claws15
156
157         * sync with 0.9.5cvs5
158                 see ChangeLog 2003-09-15
159
160 2003-09-14 [alfons]     0.9.5claws14
161
162         * src/inc.c
163                 make "Go to inbox after receiving new mail" again;
164                 regression of a sync, restored to sylpheed main 
165                 behaviour. (misses still some bits)
166
167 2003-09-14 [alfons]     0.9.5claws13
168
169         * src/prefs_filtering_action.c
170                 o add proper message if empty execute command line
171                 o don't select first action item after registering a
172                   new action to prevent (what seems to be a GTK) bug
173                   #36, "filtering will only accept one action change 
174                   per invocation".
175
176 2003-09-14 [alfons]     0.9.5claws12
177
178         * src/prefs_filtering.c
179         * src/prefs_filtering_action.c
180         * src/prefs_matcher.c
181                 fix function signature for key_pressed_event signal handlers
182
183 2003-09-14 [alfons]     0.9.5claws11
184
185         * src/mainwindow.c
186                 fix regression caused by fix for invalid bug #7
187                 (should fix #246, "Multiple selections are deselected when 
188                 moving from search window to main window")
189                 
190 2003-09-14 [alfons]     0.9.5claws10
191         
192         * src/actions.[ch]
193         * src/filtering.[ch]
194         * src/prefs_actions.c
195                 allow `filtering actions` in actions; only for advanced users
196                 right now: try for example, "%as{mark color 2}" 
197         
198 2003-09-13 [paul]       0.9.5claws9
199         
200         * po/pl.po
201           po/zh_CN.po   ** NEW FILE **
202                 update Polish translation, submitted by Emil 
203                 <eminowbl@posejdon.wpk.p.lodz.pl>
204                 add new Simplified Chinese translation, submitted by
205                 Hansom Young <hansom_young@yahoo.com>
206
207 2003-09-12 [alfons]     0.9.5claws8
208
209         * src/summaryview.c
210                 don't open separate message views when View | Separate message view
211                 is active 
212                 (please look carefully for any navigation regressions)
213
214 2003-09-11 [alfons]     0.9.5claws7
215
216         * src/mainwindow.c
217                 make default message view, opened by View | Separate message 
218                 view, look like a claws message view (which includes a menu
219                 bar and a toolbar)
220                 (fixes bug #298, "message view loses tool bar") 
221
222 2003-09-11 [christoph]  0.9.5claws6
223
224         * src/folderview.c
225                 fix double deleting of newsgroup folders
226
227         (closes Bug 305 crash after deleting of a newsgroup)
228
229 2003-09-11 [paul]       0.9.5claws5
230
231         * src/rfc2015.c
232           src/common/utils.h
233                 more sync'ing from 0.9.5cvs2
234
235 2003-09-11 [christoph]  0.9.5claws4
236
237         * src/compose.c
238         * src/rfc2015.c
239         * src/common/utils.h
240                 fix sync with 0.9.5cvs2
241
242 2003-09-11 [paul]       0.9.5claws3
243
244         * sync with 0.9.5cvs4
245                 see ChangeLog 2003-09-11
246
247 2003-09-11 [paul]       0.9.5claws2
248
249         * sync with 0.9.5cvs2
250                 see ChangeLog 2003-09-05
251                 
252 2003-09-11 [paul]       0.9.5claws1
253
254         * sync with 0.9.5cvs3
255                 see ChangeLog 2003-09-10
256
257 2003-09-10 [paul]       0.9.5claws
258
259         * 0.9.5claws released
260
261 2003-09-10 [paul]       0.9.4claws78
262
263         * src/Makefile.am
264                 add missing files
265
266 2003-09-10 [melvin]     0.9.4claws77
267
268         * po/fr.po
269                 Updated French translations
270
271 2003-09-10 [paul]       0.9.4claws76
272
273         * po/es.po
274           po/sk.po
275           po/sr.po
276                 update Spanish, Slovak, and Serbian translations.
277                 submitted by Ricardo Mones Lastra, Andrej Kacian,
278                 and Urke MMI
279                 
280         * AUTHORS
281                 add translation team section
282
283 2003-09-09 [christoph]  0.9.4claws75
284
285         * src/folder.c
286                 free item->prefs in folder_item_destroy
287
288 2003-09-09 [alfons]     0.9.4claws74
289
290         * src/folderview.c
291                 o proper check for root node sorting
292                 o remove unnecessary gtk_ctree_remove_node 
293
294         (should fix bug #300, "crash while moving folder")      
295
296 2003-09-08 [christoph]  0.9.4claws73
297
298         * src/folderview.c
299                 o fix double adding of IMAP FolderItems to GtkCTree
300                 o fix crash then mbox folder is removed
301
302 2003-09-08 [christoph]  0.9.4claws72
303
304         * src/folder.c
305         * src/folderview.c
306         * src/mainwindow.c
307                 fix new folder notification
308
309         * src/mbox_folder.c
310                 fix cache path
311
312 2003-09-08 [christoph]  0.9.4claws71
313
314         * src/compose.c
315                 replace '\n' and '\r' before removing trailing spaces
316
317         * src/folder.[ch]
318         * src/folderview.c
319                 add information about new or removed items in folder tree change
320                 notification and use this in folderview to add and remove only
321                 the appected items and not refresh the whole tree
322
323 2003-09-07 [match]      0.9.4claws70
324
325         * src/Makefile.am
326         * src/addr_compl.c
327         * src/addressbook.c
328         * src/addressitem.h
329         * src/addrindex.c
330         * src/addritem.c
331         * src/addritem.h
332         * src/addrquery.c                       ** NEW **
333         * src/addrquery.h
334         * src/ldapquery.c
335         * src/ldapserver.c
336         * src/stock_pixmap.c
337         * src/stock_pixmap.h
338         * src/pixmaps/address_search.xpm        ** NEW **
339                 re-introduce Lookup button for LDAP 'static' searches.
340
341 2003-09-07 [alfons]     0.9.4claws69
342         
343         * src/summaryview.c
344                 abandon setting usize for messageview because it gives layout problems
345                 with the quick search bar and the headerview; fixes assorted UI glitches:
346                 
347                 o bug #148, "Toggling of quick-search bar reduces index view area" 
348                 o bug #280, "Window resiizes for line length but does not revert"
349
350 2003-09-07 [christoph]  0.9.4claws68
351
352         * src/compose.c
353                 o make sure we don't have any newlines in header values
354                 o check custom headers for spaces and newlines and ignore
355                   malformed header names
356
357 2003-09-06 [christoph]  0.9.4claws67
358
359         * src/folder.c
360         * src/folderview.c
361                 invoke notification hook for folder tree changes after append
362                 and remove folder
363
364         (closes Bug 294 Crash while moving folder with many subdirectories)
365
366 2003-09-06 [christoph]  0.9.4claws66
367
368         * src/folder.c
369                 destroy folder's MsgCache if FolderItem is removed to make sure
370                 it is not saved when the FolderItem is destroyed
371
372 2003-09-06 [christoph]  0.9.4claws65
373
374         * src/plugins/clamav/clamav_plugin.c
375                 fix copy & paste bug
376
377 2003-09-05 [christoph]  0.9.4claws64
378
379         * src/folder.c
380         * src/messageview.[ch]
381         * src/procmsg.[ch]
382         * src/summaryview.c
383                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
384                 by MessageView to clear it when the message is deleted. Should
385                 work even if messages are deleted in MainWindow or by
386                 processing.
387
388 2003-09-05 [alfons]     0.9.4claws63
389
390         * src/messageview.c
391                 deleting a message in a message view frees its msginfo, make 
392                 messageview_update_all() aware of that (should fix bug #293,
393                 "deleting message caused crash")
394
395 2003-09-05 [melvin]     0.9.4claws62
396
397         * src/action.c
398                 Improve synchronous action exit code (fixes 
399                 a ~5 seconds delay after action exit on RedHat 9)
400
401 2003-09-04 [christoph]  0.9.4claws61
402
403         * src/compose.c
404         * src/rfc2015.c
405         * src/common/utils.[ch]
406                 add util function to create mime boundary and use it
407                 in compose and gpg code
408
409 2003-09-04 [alfons]     0.9.4claws60
410
411         * src/folder.c
412                 source folder item's GNode should already have been freed in 
413                 a previous call to src->folder->klass->remove_folder()
414                 (should fix bug #287, "crash when moving folders")
415
416 2003-09-03 [thorsten]   0.9.4claws59
417
418         * src/plugins/spamassassin/spamassassin_gtk.c
419                 fix compile error
420
421 2003-09-03 [christoph]  0.9.4claws58
422
423         * src/plugins/spamassassin/spamassassin.[ch]
424         * src/plugins/spamassassin/spamassassin_gtk.c
425                 add timeout config option
426
427 2003-09-03 [paul]       0.9.4claws57
428
429         * po/sk.po      ** NEW FILE **
430                 add Slovak translation. Submitted by Andrej Kacian 
431                 <andrej@kacian.sk>
432
433 2003-09-03 [paul]       0.9.4claws56
434
435         * src/plugins/clamav/clamav_plugin_gtk.c
436                 gui tweaks: replace a label with a tooltip, modify the
437                 text, use gtk_check_button_new(); instead of
438                 gtk_check_button_new_with_label("");
439
440 2003-09-02 [alfons]     0.9.4claws55
441
442         * src/gtk/filesel.c
443                 remember last used dir when attaching multiple files (should fix
444                 bug #290, "Attach File does not remember directory")
445
446 2003-09-01 [paul]       0.9.4claws54
447
448         * po/es.po
449                 updated by Ricardo Mones Lastra
450
451 2003-09-01 [alfons]     0.9.4claws53
452
453         * src/gtk/gtkaspell.[ch]
454                 be pedantic and strict and use const gchar * instead of guchar *
455
456 2003-09-01 [alfons]     0.9.4claws52
457
458         * src/mainwindow.c
459         * src/summaryviewc.
460                 re-enable Save As when multiple messages are selected
461
462 2003-09-01 [paul]       0.9.4claws51
463
464         * src/textview.c
465                 g_free(trimmed_uri);
466
467 2003-09-01 [paul]       0.9.4claws50
468
469         * sync with 0.9.4cvs13
470                 see ChangeLog 2003-09-01
471
472 2003-09-01 [paul]       0.9.4claws49
473
474         * src/textview.c
475                 trim uri before sending to the statusbar
476                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
477                 in the message window causes main S-C window to enlarge 
478                 past screen edges'
479
480 2003-09-01 [paul]       0.9.4claws48
481
482         * sync with 0.9.4cvs12
483                 see ChangeLog 2003-09-01
484
485 2003-08-30 [christoph]  0.9.4claws47
486
487         * src/compose.c
488         * src/folder_item_prefs.[ch]
489         * src/prefs_folder_item.c
490         * src/gtk/gtkaspell.[ch]
491                 commit per folder dictionary patch by
492                 Paul Evans <nerd@freeuk.com>
493
494 2003-08-30 [christoph]  0.9.4claws46
495
496         * src/plugins/spamassassin/spamassassin_gtk.c
497         * src/plugins/spamassassin/spamassassin_gtk.glade
498                 reduce GUI clutter by placing hints into tooltips
499
500 2003-08-30 [paul]       0.9.4claws45
501
502         * src/compose.c
503                 add 'Content-Disposition: inline' to a text/plain
504                 part when using PGP/MIME signing
505
506 2003-08-30 [paul]       0.9.4claws44
507
508         * src/prefs_common.c
509           src/prefs_spelling.c
510           src/prefs_spelling.glade
511                 reduce GUI clutter by placing hints into tooltips
512
513 2003-08-29 [christoph]  0.9.4claws43
514
515         * configure.ac
516                 fix bug found by Ivan Rayner <ivanr@sgi.com>
517
518         * src/stock_pixmap.c
519                 change unecessary warning into a debug message
520
521         * src/plugins/clamav/Makefile.am
522                 Fix error "-I$(CLAMAV_LIBS)"
523
524 2003-08-29 [christoph]  0.9.4claws42
525
526         * intl/Makefile.in
527         * src/Makefile.am
528         * src/matcher.h
529         * src/common/Makefile.am
530         * src/common/passcrypt.c
531                 commit fixes and patches for some of the IRIX problems found by
532                 Ivan Rayner <ivanr@sgi.com>
533
534 2003-08-29 [paul]       0.9.4claws41
535
536         * src/prefs_filtering.c
537                 add 'Top' and 'Bottom' buttons, based on changes in
538                 src/prefs_filter.c in 0.9.4cvs11.
539
540 2003-08-27 [christoph]  0.9.4claws40
541
542         * src/folderview.c
543                 fix bug that the current summary settings were copied to the
544                 wrong folder item, when the folder item prefs are opened.
545                 Copying is not required because summary settings and
546                 folder_item_prefs do not contain the same settings
547
548 2003-08-27 [thorsten]   0.9.4claws39
549
550         * src/imap.c
551                 fix compile error
552
553 2003-08-26 [paul]       0.9.4claws38
554
555         * sync with 0.9.4cvs9
556                 see ChangeLog 2003-08-26
557
558 2003-08-25 [paul]       0.9.4claws37
559
560         * sync with 0.9.4cvs8
561                 see ChangeLog 2003-08-25
562
563 2003-08-24 [christoph]  0.9.4claws36
564
565         * src/prefs_filtering.c
566                 shouldn't remove items from a GSList while iterating over the
567                 list (makes cur invalid and cur->next not accessable)
568
569         (closes Bug 272 i deleted an folder and some seconds later sylpheed
570          crashed)
571
572 2003-08-23 [christoph]  0.9.4claws35
573
574         * src/news.c
575                 news folders should be scanned when opened
576
577 2003-08-22 [christoph]  0.9.4claws34
578
579         * src/prefs_folder_item.c
580                 use macro to assign strings that always frees the old string
581
582         * src/gtk/gtkaspell.[ch]
583                 add gtkaspell_set_dictionary_menu_active_item() to set active
584                 item in dictionary option menu
585
586         * src/prefs_spelling.c
587                 use gtkaspell_set_dictionary_menu_active_item() to select
588                 dictionary
589
590 2003-08-21 [christoph]  0.9.4claws33
591
592         * src/folder.[ch]
593         * src/imap.c
594         * src/mbox_folder.c
595         * src/mh.c
596         * src/news.c
597                 optimize folder system
598
599         * src/gtk/gtkstext.c
600                 fix division by zero when font has 0 width for ' '
601
602 2003-08-21 [paul]       0.9.4claws32
603
604         * sync with 0.9.4cvs7
605                 see ChangeLog 2003-08-20
606
607 2003-08-19 [paul]       0.9.4claws31
608
609         * src/common/defs.h
610                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
611                 SYLDOC_FAQ_HTML_INDEX.
612         * src/manual.c
613                 use LC_MESSAGES instead of LC_ALL to find the current
614                 language
615
616           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
617
618 2003-08-19 [paul]       0.9.4claws30
619
620         * po/bg.po
621                 updated by George Danchev
622
623 2003-08-18 [luke]       0.9.4claws29
624         * src/mimeview.[ch]
625         * src/gtk/gtkvscrollbutton.[ch]
626                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
627                   dependencies; do it the GTK way; reduce code -14/+2 lines)
628                 o removed horizontal separator between icons
629
630 2003-08-17 [christoph]  0.9.4claws28
631
632         * src/procmsg.c
633                 no subject threading when the subject has no reply prefix
634
635 2003-08-16 [christoph]  0.9.4claws27
636
637         * src/mainwindow.c
638                 remember and restore window sizes and position when the main
639                 window is hidden or shown
640
641         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
642          minimised/reopened using trayicon)
643
644 2003-08-16 [paul]       0.9.4claws26
645
646         * src/crash.c
647                 add #include "defs.h"
648
649 2003-08-16 [paul]       0.9.4claws25
650
651         * src/plugins/clamav/clamav_plugin.c
652                 reword a debug_print
653                 
654         * src/plugins/dillo_viewer/dillo_prefs.c
655                 cosmetic: change the labels' text, add tooltips, and
656                 left-align the hint
657
658 2003-08-15 [christoph]  0.9.4claws24
659
660         * src/news.c
661                 complete last change (forgot some changes)
662
663 2003-08-15 [christoph]  0.9.4claws23
664
665         * src/news.c
666                 o check number of messages and don't return a 0 message
667                   when no messages are available
668                 o don't parse xref header anymore
669
670         (closes Bug 203 I'm not getting any news)
671
672 2003-08-15 [paul]       0.9.4claws22
673
674         * src/common/defs.h
675           src/crash.c
676                 update and define claws bugzilla location
677
678 2003-08-15 [paul]       0.9.4claws21
679
680         * po/ru.po
681                 update submitted by Ruslan N. Balkin
682
683 2003-08-14 [christoph]  0.9.4claws20
684
685         * src/procmsg.c
686                 fix search for oldest node in subject threading
687
688 2003-08-14 [christoph]  0.9.4claws19
689
690         * src/procmsg.c
691         * src/common/utils.h
692                 add possibility to check all nodes with the same subject for
693                 subject threading, not only the oldest node. Should not break
694                 threads anymore if the oldest node is thread_by_subject_max_age
695                 days older then parent, because it can now find a child of
696                 oldest node as new parent.
697
698 2003-08-11 [christoph]  0.9.4claws18
699
700         * src/plugins/spamassassin/spamassassin.c
701                 run spam check in background process
702
703 2003-08-10 [alfons]     0.9.4claws17
704
705         * src/summaryview.c
706                 make `Select All' sensitive too
707
708 2003-08-10 [christoph]  0.9.4claws16
709
710         * src/imap.c
711                 add more checks in imap_close
712
713 2003-08-09 [alfons]     0.9.4claws15
714
715         * src/prefs_spelling.c
716                 no spell checking UI if not requested
717
718 2003-08-09 [alfons]     0.9.4claws14
719
720         * src/gtk/prefswindow.c
721                 make it compile
722
723 2003-08-09 [christoph]  0.9.4claws13
724
725         * src/prefs_spelling.c
726         * src/gtk/prefswindow.[ch]
727         * src/plugins/clamav/clamav_plugin_gtk.c
728         * src/plugins/spamassassin/spamassassin_gtk.c
729                 sort prefs pages by heighest weight in tree
730
731 2003-08-09 [paul]       0.9.4claws12
732
733         * sync with 0.9.4cvs6
734                 see ChangeLog 2003-08-07
735                 
736         * AUTHORS
737                 add Leandro and Luke to claws-branch section
738
739 2003-08-09 [christoph]  0.9.4claws11
740
741         * src/gtk/Makefile.am
742         * src/gtk/colorsel.[ch]                 ** NEW **
743                 create a color selection dialog that can be used as a simple
744                 function call with it's own gtk main loop like filesel.[ch]
745
746         * src/Makefile.am
747         * src/main.c
748         * src/prefs_common.c
749         * src/prefs_spelling.[ch]               ** NEW **
750         * src/prefs_spelling.glade              ** NEW **
751         * src/gtk/gtkutils.[ch]
752                 move "Spell Checker" prefs to new prefs dialog
753
754         * src/prefs_folder_item.c
755                 use new colorsel dialog
756
757 2003-08-08 [paul]       0.9.4claws10
758
759         * src/inc.c
760                 clear the progress bar unconditionally
761
762 2003-08-08 [paul]       0.9.4claws9
763
764         * sync with 0.9.4cvs4
765                 see ChangeLog 2003-07-31
766
767 2003-08-07 [christoph]  0.9.4claws8
768
769         * configure.ac
770                 fix bug in image viewer plugin part
771
772         * src/imap.c
773                 don't execute close command if the folder item is not selected
774
775 2003-08-07 [hoa]        0.9.4claws7
776
777         * src/filtering.[ch]
778         * src/matcher_parser.h
779         * src/matcher_parser_parse.y
780                 can define several actions for each filtering rule
781                 can import old versions of filtering rules
782
783         * src/prefs_filtering.c
784                 call to a new dialog box to define actions
785
786         * src/prefs_filtering_action.[ch]
787                 dialog box to define actions for filtering rules
788
789 2003-08-06 [christoph]  0.9.4claws6
790
791         * src/imap.c
792                 make sure source folder is selected when copying messages
793
794 2003-08-06 [christoph]  0.9.4claws5
795
796         * sync with 0.9.4cvs2
797                 see ChangeLog 2003-07-29                
798
799 2003-08-05 [paul]       0.9.4claws4
800
801         * sync with 0.9.4cvs3
802                 see ChangeLog 2003-07-30
803
804 2003-08-04 [match]      0.9.4claws3
805
806         * po/POTFILES.in
807                 export of LDIF files.
808
809 2003-08-04 [match]      0.9.4claws2
810
811         * src/ldif.[ch]
812                 support for export LDIF. documented.
813         * src/importldif.[ch]
814         * src/exportldif.[ch]
815                 add tooltips. documented.
816         * src/exphtmldlg.[ch]
817         * src/common/xmlprops.[ch]
818                 documented.
819         * src/exportldif.[ch]                   ** NEW **
820         * src/expldifdlg.[ch]                   ** NEW **
821         * src/addressbook.[ch]
822         * src/Makefile.am
823                 export of LDIF files.
824                 documented.
825
826 2003-08-04 [christoph]  0.9.4claws1
827
828         * .cvsignore
829         * Makefile.am
830         * configure.ac
831         * sylpheed-claws.pc.in                  ** NEW **
832         * src/Makefile.am
833         * src/common/Makefile.am
834         * src/gtk/Makefile.am
835                 install sylpheed header files in $(pkgincludedir) and create a
836                 pkg-config file to allow building a plugin without the source
837                 package
838
839 2003-08-04 [paul]       0.9.4claws
840
841         * version 0.9.4claws
842
843 2003-08-04 [paul]       0.9.3claws97
844
845         * po/es.po
846                 update Spanish translation. Submitted by Ricardo
847                 Mones Lastra.
848
849 2003-08-03 [paul]       0.9.3claws96
850
851         * po/hr.po
852           po/sr.po
853                 update Croatian and Serbian translations. Submitted by
854                 Dragan and Urke MMI respectively
855
856 2003-08-03 [alfons]     0.9.3claws95
857
858         * src/summaryview.c
859                 mark flag has precedence over important flag - seems
860                 to have been changed in sync of 0.9.3claws45. this fixes
861                 a regression where messages that were scored as important
862                 don't show their mark flags. (using the same column for
863                 both importance as mark flags is the real problem
864                 ofcourse)
865
866 2003-08-03 [melvin]     0.9.3claws94
867
868         * po/fr.po
869                 Updated French translations.
870
871 2003-08-03 [melvin]     0.9.3claws93
872
873         * src/Makefile.am
874                 Fixed typo introduced after 0.9.3claws92 
875                 that prevented compilation
876                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
877                 CPPFLAGS and YFLAGS to allow user setting these.
878         * src/common/Makefile.am
879         * src/gtk/Makefile.am
880         * src/plugins/clamav/Makefile.am
881         * src/plugins/demo/Makefile.am
882         * src/plugins/dillo_viewer/Makefile.am
883         * src/plugins/image_viewer/Makefile.am
884         * src/plugins/mathml_viewer/Makefile.am
885         * src/plugins/spamassassin/Makefile.am
886         * src/plugins/trayicon/Makefile.am
887         * src/plugins/trayicon/libeggtrayicon/Makefile.am
888                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
889                 CPPFLAGS and YFLAGS to allow user setting these.
890
891 2003-08-02 [christoph]  0.9.3claws92
892
893         * configure.ac
894                 o rearrange plugin tests
895                 o add test for clamav.h to ClamAV tests
896
897 2003-08-02 [luke]       0.9.3claws91
898
899         * src/mimeview.c
900                 o fixed appearance of icon list when toggling back from the 
901                   ctree
902                 o toggling of icons using the keyboard works correctly
903                 o fixed all other keyboard shortcuts to work when icons are
904                   active
905         
906         * src/messageview.c
907                 o fixed bug 4 - focus lost when changing messageview view type
908
909 2003-08-02 [christoph]  0.9.3claws90
910
911         * src/common/hooks.c
912                 fix crash when pointer stored in hash table could get invalid
913                 when a plugin is unloaded
914
915 2003-08-01 [christoph]  0.9.3claws89
916
917         * configure.ac
918                 o try to build all plugins (except spamassassin) by default
919                 o don't build a plugin if a dependency check fails
920
921         * src/common/hooks.c
922                 fix warning
923
924 2003-08-01 [match]      0.9.3claws88
925
926         * src/importldif.c
927                 allow single click field selection. document code.
928
929 2003-08-01 [christoph]  0.9.3claws87
930
931         * src/plugins/clamav/clamav_plugin.c
932         * src/plugins/clamav/clamav_plugin_gtk.c
933         * src/plugins/dillo_viewer/dillo_viewer.c
934         * src/plugins/image_viewer/plugin.c
935         * src/plugins/mathml_viewer/mathml_viewer.c
936         * src/plugins/spamassassin/spamassassin.c
937         * src/plugins/spamassassin/spamassassin_gtk.c
938         * src/plugins/trayicon/trayicon.c
939                 add version check to all plugins
940
941 2003-08-01 [hoa]        0.9.3claws86
942
943         * src/prefs_filtering.c
944                 fixed a cosmetic bug, during creation of dialog box,
945                 wrong widgets were shown after creation.
946
947 2003-08-01 [luke]       0.9.3claws85
948
949         * src/mainwindow.c
950                 o fixed visibility of icons/mimeview after toggling separate
951                   message/folder view (factored out some similar code too).
952
953
954 2003-07-31 [alfons]     0.9.3claws84
955
956         * src/mimeview.c
957                 tweak icon box UI a bit more, now allowing right-clicks actions
958                 getting the relevant mime data too; should fix #250, "Can't save 
959                 attachments sometimes".
960
961 2003-07-30 [alfons]     0.9.3claws83
962
963         * src/compose.c
964                 don't do auto-save-draft inside key press handler, but rather
965                 schedule it half of a second later; should fix #67, "autosave 
966                 make re-rediting message crazy"
967
968 2003-07-30 [christoph]  0.9.3claws82
969
970         * src/plugins/trayicon/trayicon.c
971                 process pending events before unloading the plugin
972
973         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
974
975 2003-07-30 [alfons]     0.9.3claws81
976
977         * src/common/hooks.c
978                 parameter 2 of g_hook_destroy() should really be a hook id
979
980 2003-07-30 [alfons]     0.9.3claws80
981
982         * src/common/plugin.c
983                 fix a possibly harmful function signature mismatch 
984                 for plugin_done
985
986 2003-07-30 [alfons]     0.9.3claws79
987
988         * src/common/hooks[.ch]
989                 const correctness
990
991 2003-07-30 [darko]      0.9.3claws78
992
993         * src/summaryview.c
994                 make it compile again
995
996 2003-07-30 [luke]       0.9.3claws77
997
998         * src/crash.c
999         * src/main.c
1000                 o added/moved signal handlers for SIGTERM (normal kill command) 
1001                   and SIGINT (ctl-c) to be used even without 
1002                   --enable-crash-dialog, fixing bug 166
1003
1004         * src/summaryview.c
1005                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1006                   bug 227
1007
1008         * src/mainwindow.c
1009                 o changed sensitivity condition for 'Next new' and 'Next 
1010                   unread', fixing bug 8
1011
1012 2003-07-29 [alfons]     0.9.3claws76
1013
1014         * src/common/utils.[ch]
1015                 add generate_msgid()
1016         * src/messageview.c
1017                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1018                 sent folder".
1019
1020 2003-07-29 [alfons]     0.9.3claws75
1021
1022         * src/messageview.c
1023                 fix a memleak (claws-only)
1024
1025 2003-07-29 [alfons]     0.9.3claws74
1026
1027         * src/mimeview.[ch]
1028         * src/gtk/gtkvscrollbutton.[ch]
1029                 fix UI glitch where mime icon toolbox' scroll position is not 
1030                 reset after switching to another message
1031                 
1032
1033 2003-07-29 [paul]       0.9.3claws73
1034
1035         * src/prefs_folder_item.c
1036                 split the prefs into 2 separate pages
1037
1038 2003-07-29 [paul]       0.9.3claws72
1039
1040         * src/compose.c
1041                 prepend "\n\n" to a signature without a separator too
1042
1043 2003-07-29 [paul]       0.9.3claws71
1044
1045         * src/compose.c
1046                 fix bug where changing to an account without an auto-sig
1047                 from an initial account without an auto-sig would insert 
1048                 2 blank lines at the cursor point
1049                 fix bug where changing to an account with an auto-sig
1050                 from an initial account without an auto-sig would insert
1051                 the sig at the cursor point
1052
1053 2003-07-29 [paul]       0.9.3claws70
1054
1055         * src/folderview.c
1056                 use the colour from the folder pref unless the folder
1057                 has new messages
1058
1059 2003-07-29 [alfons]     0.9.3claws69
1060
1061         * src/procmsg.[ch]
1062         * src/messageview.c
1063         * src/procheader.c
1064                 rewrite return receipt request work a little bit (the former 
1065                 implementation presumably depended too much on the UI setting
1066                 flags). (we're losing the old pending flag.) 
1067
1068 2003-07-28 [christoph]  0.9.3claws68
1069
1070         * src/folder.c
1071         * src/imap.c
1072         * src/mh.c
1073         * src/procmsg.[ch]
1074                 fix copy to IMAP folder from other folder
1075
1076 2003-07-28 [christoph]  0.9.3claws67
1077
1078         * src/procmsg.c
1079                 fix sync of procmsg_get_message_file_list
1080
1081 2003-07-28 [christoph]  0.9.3claws66
1082
1083         * sync with 0.9.3cvs14
1084                 see ChangeLog 2003-07-18
1085         * sync with 0.9.3cvs17
1086                 see ChangeLog 2003-07-23
1087
1088         (closes Bug 234 segmentation fault after sending out mail via
1089          smtp(auth))
1090
1091 2003-07-28 [paul]       0.9.3claws65
1092
1093         * po/es.po
1094                 update Spanish translation, submitted by Ricardo Mones
1095                 Lastra
1096
1097 2003-07-28 [christoph]  0.9.3claws64
1098
1099         * src/folder.[ch]
1100         * src/imap.c
1101         * src/mh.c
1102                 return new message numbers as a GRelation instead of a GSList
1103                 that has to be in the same order as the input list. A list
1104                 would make it hard for IMAP to optimize oepration by sorting
1105                 the input list. The returned list would have to be reordered
1106                 to match the same order that input list has.
1107
1108         * src/gtk/gtkaspell.c
1109                 fix missing return value, could cause a crash when garbage is
1110                 on the stack that is used as the expected return value
1111
1112 2003-07-28 [paul]       0.9.3claws63
1113
1114         * sync with 0.9.4cvs1
1115                 see ChangeLog 2003-07-28
1116
1117 2003-07-27 [alfons]     0.9.3claws62
1118
1119         * src/mimeview.c
1120                 tweak it more to make icon list act like a check button group
1121
1122 2003-07-27 [christoph]  0.9.3claws61
1123
1124         * sync with 0.9.3cvs20
1125                 see ChangeLog 2003-07-25
1126
1127 2003-07-27 [paul]       0.9.3claws60
1128
1129         * src/procmsg.c
1130                 re-commit changes from 0.9.3claws58 -
1131                 accidently removed in 0.9.3claws59
1132
1133 2003-07-27 [paul]       0.9.3claws59
1134
1135         * src/procmsg.[ch]
1136                 a sync from 0.9.3cvs17
1137                 see ChangeLog 2003-07-23
1138
1139 2003-07-27 [alfons]     0.9.3claws58
1140
1141         * src/procmsg.c
1142                 add missing header members to MsgInfo; fixes the problem of 
1143                 not displaying X-Faces, as noticed by Ricardo Mones
1144
1145 2003-07-26 [christoph]  0.9.3claws57
1146
1147         * sync with 0.9.3cvs18
1148                 see ChangeLog 2003-07-24
1149
1150 2003-07-26 [christoph]  0.9.3claws56
1151
1152         * sync with 0.9.3cvs17
1153                 see ChangeLog 2003-07-23
1154
1155 2003-07-26 [christoph]  0.9.3claws55
1156
1157         * src/folder.[ch]
1158         * src/imap.c
1159         * src/mbox_folder.c
1160         * src/mh.c
1161         * src/news.c
1162                 add support for copy function that copy multiple messages
1163                 (not implemented yet)
1164
1165         * src/summaryview.c
1166                 add missing return value
1167
1168 2003-07-26 [paul]       0.9.3claws54
1169
1170         * tools/multiwebsearch.pl
1171                 do whitespace substitution before passing the string
1172                 to the browser. fixes bug with browsers that don't
1173                 do whitespace conversion themselves.
1174
1175 2003-07-25 [christoph]  0.9.3claws53
1176
1177         * src/folder.[ch]
1178         * src/imap.c
1179         * src/mh.c
1180                 rewrite adding of multiple messages to a folder for
1181                 claws' folder system
1182
1183 2003-07-25 [luke]       0.9.3claws52
1184
1185         * src/mimeview.c
1186                 o icon toggles set correctly on leaving ctree mimeview
1187
1188 2003-07-25 [paul]       0.9.3claws51
1189
1190         * partial sync with 0.9.3cvs21 [src/main.c]
1191                 see ChangeLog 2003-07-25
1192
1193 2003-07-24 [paul]       0.9.3claws50
1194
1195         * tools/maildir2sylpheed.pl
1196                 fix typo
1197
1198 2003-07-24 [paul]       0.9.3claws49
1199
1200         * src/mimeview.c
1201                 increase the gutter size of paned so that the panes
1202                 can be resized
1203                 
1204         * src/plugins/demo/demo.c
1205                 squeeze in another typo fix
1206
1207 2003-07-24 [paul]       0.9.3claws48
1208
1209         * src/plugins/demo/demo.c
1210           src/prefs_account.c
1211                 small changes to the English
1212                 
1213         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1214           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1215           src/Makefile.am
1216           src/stock_pixmap.c
1217                 rename the misspelled icon
1218
1219 2003-07-23 [alfons]     0.9.3claws47
1220
1221         * src/mimeview.c
1222                 make icon list look like a list of toggles
1223
1224 2003-07-23 [luke]       0.9.3claws46
1225
1226         * src/pixmaps/mimeview_gpg_expired.xpm
1227         * src/pixmaps/mimeview_gpg_failed.xpm
1228         * src/pixmaps/mimeview_gpg_passed.xpm
1229         * src/pixmaps/mimeview_text_html.xpm
1230         * src/pixmaps/mimeview_image.xpm
1231                 o all icons the same size
1232
1233         * src/mimeview.[ch]
1234                 o mimeview ctree arranged vertically above the viewer
1235                 o icons changed to buttons
1236                 o can use keyboard to select an icon (Enter)
1237                 o resize icon list to width of icons
1238
1239         *  src/gtk/gtkvscrollbutton.c
1240                 o sensitivity of buttons reacts to position
1241
1242 2003-07-23 [christoph]  0.9.3claws45
1243
1244         * sync with 0.9.3cvs14 (incomplete)
1245                 see ChangeLog 2003-07-17
1246
1247 2003-07-23 [alfons]     0.9.3claws44
1248
1249         * src/folder.c
1250         * src/procmsg.h
1251                 sync with my local tree to restore some claws-only things
1252
1253 2003-07-23 [paul]       0.9.3claws43
1254
1255         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1256           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1257           src/Makefile.am
1258           src/mimeview.c
1259           src/procmime.h
1260           src/rfc2015.c
1261           src/stock_pixmap.[ch]
1262                 indicate missing keys and expired sigs/keys
1263                 in mime view column
1264
1265 2003-07-23 [paul]       0.9.3claws42
1266
1267         * src/compose.c
1268                 Redirect fixes: enable automatic account selection and
1269                 do not append signature to message on changing account
1270                 fixes Bug[s] #248
1271
1272 2003-07-23 [paul]       0.9.3claws41
1273
1274         * sync with 0.9.3cvs16
1275                 see ChangeLog 2003-07-23
1276
1277 2003-07-23 [alfons]     0.9.3claws40
1278
1279         * src/inc.c
1280                 give progress dialog a main window, and give it the first 
1281                 one (presumably the only one). fixes bug #247, "segfault on 
1282                 pop-before-smtp" 
1283
1284 2003-07-22 [alfons]     0.9.3claws39
1285
1286         * src/summaryview.c
1287                 shift-space scrolls up
1288
1289 2003-07-22 [paul]       0.9.3claws38
1290
1291         * sync with 0.9.3cvs15
1292                 see ChangeLog 2003-07-22
1293
1294 2003-07-20 [alfons]     0.9.3claws37
1295
1296         * src/compose.c
1297                 put menu inside #ifdef USE_ASPELL..#endif
1298
1299 2003-07-20 [christoph]  0.9.3claws36
1300
1301         * src/procmsg.c
1302                 fix wrong flags in MsgInfo returned by
1303                 procmsg_msginfo_get_full_info()
1304
1305         (closes Bug 221 Deleting messages from the Message View gives incorrect
1306          new/unread message counts in the folder view)
1307
1308         * src/plugins/spamassassin/spamassassin_gtk.c
1309                 add gettext macro for prefs page title
1310
1311 2003-07-20 [paul]       0.9.3claws35
1312
1313         * src/mimeview.c
1314                 redraw icon list on signature check
1315
1316 2003-07-20 [christoph]  0.9.3claws34
1317
1318         * src/Makefile.am
1319         * src/account.c
1320         * src/folder.[ch]
1321         * src/folder_item_prefs.[ch]            ** NEW **
1322         * src/folderview.c
1323         * src/mainwindow.c
1324         * src/mh.c
1325         * src/prefs_gtk.c
1326         * src/prefs_scoring.c
1327         * src/summaryview.c
1328         * src/prefs_folder_item.[ch]
1329                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1330                   Properties dialog
1331                 o use prefswindow for folder properties
1332
1333         * src/gtk/prefswindow.[ch]
1334                 change implementation to use an invisible notebook instead
1335                 of unparenting widgets
1336
1337 2003-07-20 [christoph]  0.9.3claws33
1338
1339         * src/compose.h
1340         * src/folder.c
1341         * src/folderview.h
1342         * src/headerview.h
1343         * src/prefs_filtering.h
1344         * src/prefs_folder_item.[ch]
1345         * src/procmime.h
1346         * src/procmsg.h
1347         * src/summaryview.h
1348                 clean up header mess
1349                 (always use 1. typedefs, 2. #includes, 3. structures)
1350
1351         * src/common/version.h.in
1352                 add casts for constants
1353
1354         * src/plugins/demo/demo.c
1355                 fix typo
1356
1357         * src/plugins/spamassassin/spamassassin.c
1358                 remove unused variable
1359
1360 2003-07-20 [alfons]     0.9.3claws32
1361
1362         * src/mimeview.c
1363                 o make icon buttons respond on left click
1364                 o minor cosmetic change
1365
1366 2003-07-19 [luke]       0.9.3claws31
1367
1368         * src/mimeview.[ch]
1369         * src/gtk/gtkvscrollbutton.c
1370         * src/messageview.c
1371                 o improved mimeview behaviour when selecting a new message
1372                 o plus code cleanups to remove compile warnings
1373
1374
1375 2003-07-19 [alfons]     0.9.3claws30
1376
1377         * src/procmsg.c
1378         * src/compose.c
1379         * src/common/utils.[ch]
1380                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1381
1382 2003-07-19 [alfons]     0.9.3claws29
1383
1384         * src/prefs_folder_item.c
1385                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1386                 string pointers
1387
1388 2003-07-19 [luke]       0.9.3claws28
1389
1390         * src/messageview.c
1391         * src/mimeview.[ch]
1392         * src/procmime.h
1393         * src/rfc2015.c
1394         * src/stock_pixmap.[ch]
1395         * src/gtk/Makefile.am
1396         * src/Makefile.am
1397         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1398         * src/pixmaps/mime_*.xpm                ** NEW **
1399                 o mimeview rearrangement with a new icon shortcut bar
1400
1401 2003-07-19 [alfons]     0.9.3claws27
1402
1403         * src/folderview.c
1404                 o plug leaking nodes_to_recollapse
1405                 o add folderview_recollapse_all_nodes() (not used yet)
1406
1407 2003-07-19 [alfons]     0.9.3claws26
1408
1409         * src/compose.c
1410         * src/common/utils.c
1411                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1412                 for both forwarding as replying
1413
1414 2003-07-18 [christoph]  0.9.3claws25
1415
1416         * configure.ac
1417         * src/common/sylpheed.[ch]
1418         * src/common/version.h.in
1419                 add version in numeric form to allow easy comparison
1420
1421         * src/plugins/demo/demo.c
1422                 add version check
1423                 - sylpheed version > plugin version => never allowed, sylpheed
1424                   could contain unknown API changes
1425                 - sylpheed version < minimum version required => don't load,
1426                   API required not available (if linking does not fail)
1427
1428 2003-07-18 [alfons]     0.9.3claws24
1429         
1430         * src/common/plugin.[ch]
1431                 const correctness
1432
1433 2003-07-18 [christoph]  0.9.3claws23
1434
1435         * src/common/hooks.c
1436                 fix crash when hooks where unregisted
1437
1438         * src/plugins/trayicon/trayicon.c
1439                 unregister detroy signal before destroying the widget
1440                 (still crashes when the plugin is unloaded)
1441
1442 2003-07-18 [alfons]     0.9.3claws22
1443         
1444         * src/folderview.c
1445                 delay expanding folder tree during drags until timeout triggered
1446                 (needs perhaps some tweaking, so testing is welcome)
1447
1448 2003-07-17 [alfons]     0.9.3claws21
1449
1450         * src/folderview.c
1451                 clean up cruft
1452
1453 2003-07-17 [christoph]  0.9.3claws20
1454
1455         * src/common/session.c
1456                 fix opening of SSL connections
1457
1458         * src/plugins/image_viewer/Makefile.am
1459                 add OPENSSL_CFLAGS (we should find a better solution to remove
1460                 this dependencies if they are not required)
1461
1462         * src/plugins/spamassassin/spamassassin.c
1463                 remove setlocale workaround (fixed in libspamc)
1464
1465         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1466          if spell checking enabled)
1467
1468 2003-07-17 [alfons]     0.9.3claws19
1469
1470         * src/common/hooks.[ch]
1471         * src/plugins/clamav/clamav_plugin.c
1472         * src/plugins/spamassassin/spamassassin.c
1473         * src/plugins/trayicon/trayicon.c
1474                 fix signedness muck 
1475
1476 2003-07-17 [alfons]     0.9.3claws18
1477
1478         * src/procmime.c
1479                 plug memleak
1480
1481 2003-07-17 [alfons]     0.9.3claws17
1482
1483         * src/inc.c
1484                 plug memleak
1485
1486 2003-07-17 [paul]       0.9.3claws16
1487
1488         * src/common/defs.h
1489           src/mainwindow.c
1490           src/manual.[ch]
1491                 add link to the Claws site's FAQ page, after the suggestion
1492                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1493                 Move url strings to defs.h
1494                 
1495         * src/mainwindow.c
1496                 fix typo to prevent "unknown menu entry" warnings
1497
1498 2003-07-17 [alfons]     0.9.3claws15
1499
1500         * src/folderview.[ch]
1501         * src/summaryview.[ch]
1502         * src/mimeview.[ch]
1503                 plug DnD leaks 
1504
1505 2003-07-17 [paul]       0.9.3claws14
1506
1507         * src/inc.c
1508                 remove two instances of 'GTK_EVENTS_FLUSH' because
1509                 they are unnecessary and probably cause a stack overflow
1510
1511 2003-07-16 [christoph]  0.9.3claws13
1512
1513         * src/mimeview.[ch]
1514                 use an invisible GTK notebook to switch between viewers
1515                 instead of reparenting widgets
1516
1517 2003-07-16 [christoph]  0.9.3claws12
1518
1519         * src/folder.c
1520                 move folder_item_update_freeze() to correct place in
1521                 folder_item_scan_full()
1522
1523 2003-07-16 [paul]       0.9.3claws11
1524
1525         * sync with 0.9.3cvs12
1526                 see ChangeLog 2003-07-14 and 2003-07-15
1527
1528 2003-07-16 [christoph]  0.9.3claws10
1529
1530         * src/imap.[ch]
1531         * src/prefs_account.[ch]
1532                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1533
1534 2003-07-15 [alfons]     0.9.3claws9
1535
1536         * src/main.c
1537                 make --config-dir do something useful
1538
1539 2003-07-15 [alfons]     0.9.3claws8
1540
1541         * src/procmsg.c
1542                 o fix a bug where 'last' didn't really point to the last message
1543                   in the top level list of children, but to the last threaded
1544                   message. 
1545                 
1546                 o clean up and make it easier to sync
1547
1548 2003-07-15 [alfons]     0.9.3claws7
1549
1550         * src/mainwindow.c
1551                 make correct menu items sensitive       
1552
1553 2003-07-14 [alfons]     0.9.3claws6
1554
1555         * src/procmsg.c
1556                 tune the threader so it will not subject-thread any message
1557                 without a subject prefix (this will not thread correctly if 
1558                 a parent is delivered after their childs, but it looks 
1559                 better right now)
1560
1561 2003-07-13 [christoph]  0.9.3claws5
1562
1563         * src/mainwindow.c
1564                 group "Add mailbox *..." menu items in submenu
1565
1566 2003-07-13 [alfons]     0.9.3claws4
1567
1568         * src/summaryview.c
1569                 correct summary_toggle_pressed() signature and make sure
1570                 signal is not passed on
1571
1572 2003-07-13 [alfons]     0.9.3claws3
1573
1574         * src/summaryview.c
1575                 o for now don't pass on keys when they we're handled by 
1576                   ctree::key_press_event
1577                 o clean up
1578
1579 2003-07-13 [alfons]     0.9.3claws2
1580         
1581         * src/main.c
1582                 add command line option "--config-dir" to get the current 
1583                 configuration dir
1584
1585 2003-07-12 [alfons]     0.9.3claws1
1586
1587         * src/matcher.[ch]
1588         * src/matcher_parser_parse.y
1589         * src/prefs_filtering.c
1590         * src/filtering.c
1591                 add "Lock" filter action to lock messages;
1592
1593         * src/filtering.c       
1594                 remove debug_print()    
1595         * src/prefs_filtering.c
1596                 re-organize matcher part 9: 
1597                 make action text entries easily extendible;
1598                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1599                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1600
1601 2003-07-12 [paul]
1602
1603         * tools/README
1604                 update old information and add missing
1605                 information
1606
1607 2003-07-12 [paul]       0.9.3claws
1608
1609         * 0.9.3claws released
1610         
1611 2003-07-12 [paul]       0.9.0claws103
1612
1613         * src/Makefile.am
1614                 add addrquery.h
1615
1616 2003-07-12 [melvin]     0.9.0claws102
1617
1618         * src/messageview.c
1619                 Fixed bug #215: Show MIME tab for single text/html messages. 
1620                 
1621 2003-07-12 [paul]       0.9.0claws101
1622
1623         * man/sylpheed.1
1624                 updated
1625
1626 2003-07-12 [paul]       0.9.0claws100
1627
1628         * po/es.po
1629           po/hr.po
1630           po/pl.po
1631           po/sr.po
1632                 update Spanish, Croatian, Polish, Serbian translations.
1633                 submitted by Ricardo Mones Lastra, Dragan, Witold
1634                 Wladyslaw Wojciech Wilk, Urke MMI
1635
1636 2003-07-12 [melvin]     0.9.0claws99
1637
1638         * po/fr.po
1639                 Updated French translations.
1640
1641 2003-07-12 [paul]       0.9.0claws98
1642
1643         * src/addressbook.c
1644                 disable 'Lookup' button as it has no effect
1645
1646 2003-07-11 [alfons]     0.9.0claws97
1647         
1648         * src/summaryview.c
1649                 summary_searchbar_pressed() should return TRUE to signal that
1650                 event was handled. when returning void, the return value passed
1651                 to GTK is actually random, but maybe FALSE, in which case the
1652                 event is handled by parent
1653                 
1654 2003-07-10 [paul]       0.9.0claws96
1655
1656         * ac/missing/gettext.m4
1657                 update to version 0.12
1658
1659 2003-07-10 [paul]       0.9.0claws95
1660
1661         * src/plugins/clamav/clamav_plugin.c
1662                 fix bug where multipart/alternative messages
1663                 would slip through without being scanned
1664
1665 2003-07-10 [christoph]  0.9.0claws94
1666
1667         * src/folder.c
1668                 correct check if folder supports removing when a message is
1669                 moved. if not the message is only copied.
1670
1671         (closes Bug 132 crash on startup in newsgroups folders)
1672
1673 2003-07-09 [alfons]     0.9.0claws93
1674
1675         * configure.ac
1676         * src/common/defs.h
1677                 --with-config-dir (default .sylpheed)
1678
1679 2003-07-09 [christoph]  0.9.0claws92
1680
1681         * configure.ac
1682                 use PKG_CHECK_MODULES to check for gtkmathview
1683                 (version 0.4.2 now required)
1684
1685 2003-07-08 [melvin]     0.9.0claws91
1686
1687         * src/action.c
1688                 Implemented a progress bar that counts the number of completed
1689                 tasks when the action runs more than one command.
1690
1691 2003-07-08 [alfons]     0.9.0claws90
1692
1693         * src/procmsg.c
1694                 if queued message has an invalid Message-Id, don't try to
1695                 find message it refers to (fixes #209 "crash when processing 
1696                 in folder")
1697
1698 2003-07-08 [paul]       0.9.0claws89
1699
1700         * sync with 0.9.3cvs2
1701                 see ChangeLog 2003-07-08
1702
1703 2003-07-08 [match]      0.9.0claws88
1704
1705         * src/ldapctrl.c
1706                 extend LDAP search for first/last name by parsing search term.
1707
1708 2003-07-08 [alfons]     0.9.0claws87
1709
1710         * src/send_message.c
1711                 fix bug #208 "Status message stuck when sending on POP3 account"
1712
1713 2003-07-07 [paul]       0.9.0claws86
1714
1715         * po/hr.po
1716                 new Croatian translation, submitted by
1717                 Dragan <drleskov@inet.hr>
1718
1719 2003-07-07 [paul]       0.9.0claws85
1720
1721         * sync with 0.9.3cvs1
1722                 see ChangeLog 2003-07-07
1723
1724 2003-07-05 [christoph]  0.9.0claws84
1725
1726         * src/Makefile.am
1727         * src/messageview.c
1728         * src/mimeview.[ch]
1729         * src/stock_pixmap.[ch]
1730         * src/pixmaps/messageview_text.xpm              ** NEW **
1731                 move mimeview tabs to the right side and use icons
1732                 instead of text to save some space
1733
1734         (patch by Luke Plant <lukeplant@softhome.net>)
1735
1736 2003-07-05 [christoph]  0.9.0claws83
1737
1738         * src/inc.c
1739                 add NULL pointer checks
1740
1741         (patch by Luke Plant <lukeplant@softhome.net>)
1742         (closes Bug 204 0.9.0 quits on authentication error?!)
1743
1744 2003-07-05 [alfons]     0.9.0claws82
1745
1746         * configure.ac
1747                 take the clue in bug #202 "./configure script - 
1748                 'if test' comparison failure" reported by John Kristoff. 
1749
1750 2003-07-04 [christoph]  0.9.0claws81
1751
1752         * src/plugins/spamassassin/spamassassin.c
1753                 set timeout for spam check
1754
1755 2003-07-04 [christoph]  0.9.0claws80
1756
1757         * src/main.c
1758                 destroy all FolderItems when shutting down to
1759                 allow folders to clean up
1760
1761 2003-07-04 [melvin]     0.9.0claws79
1762
1763         * src/gtk/gtkaspell.c
1764                 Fixed bug #184 "Entering non-ascii character deletes
1765                 previous char if spell checking enabled": this makes
1766                 the spell checking in multibytes (e.g. UTF-8)locales work.
1767                 (Patch by Luke Plant).
1768                 
1769 2003-07-04 [christoph]  0.9.0claws78
1770
1771         * sync with 0.9.2cvs1
1772                 see ChangeLog 2003-06-10
1773
1774 2003-07-04 [paul]       0.9.0claws77
1775
1776         * sync with 0.9.3 release
1777                 see ChangeLog 2003-07-04
1778
1779 2003-07-03 [christoph]  0.9.0claws76
1780
1781         * src/folder.[ch]
1782         * src/imap.c
1783         * src/mbox_folder.c
1784         * src/mh.c
1785         * src/news.c
1786                 move folder_item_get_path() stuff into a folder virtual function
1787
1788         * src/procmsg.c
1789                 use folder_item_fetch_msg() to get message and do not contruct
1790                 the filename from path and number
1791
1792 2003-07-03 [paul]       0.9.0claws75
1793
1794         * sync with 0.9.2cvs12
1795                 see ChangeLog 2003-07-03
1796
1797 2003-07-02 [paul]       0.9.0claws74
1798
1799         * src/messageview.c
1800                 fix text-selection for replying
1801
1802 2003-07-02 [paul]       0.9.0claws73
1803
1804         * sync with 0.9.2cvs11
1805                 see ChangeLog 2003-07-02
1806
1807 2003-07-02 [paul]       0.9.0claws72
1808
1809         * src/procmsg.c
1810                 revert last commit because it breaks more
1811                 than it fixes
1812
1813 2003-07-02 [paul]       0.9.0claws71
1814
1815         * src/procmsg.c
1816                 fix thread by subject/sort by date
1817
1818 2003-07-01 [paul]       0.9.0claws70
1819
1820         * sync with 0.9.2cvs10
1821                 see ChangeLog 2003-07-01
1822
1823 2003-06-30 [paul]       0.9.0claws69
1824
1825         * sync with 0.9.2cvs9
1826                 see ChangeLog 2003-06-30
1827
1828 2003-06-28 [match]      0.9.0claws68
1829
1830         * src/addressbook.c
1831                 fix null ptr.
1832
1833 2003-06-27 [paul]       0.9.0claws67
1834
1835         * sync with 0.9.2cvs7
1836                 see ChangeLog 2003-06-27
1837
1838 2003-06-26 [christoph]  0.9.0claws66
1839
1840         * src/folder.c
1841                 freeze folder updates while a folder is scanned
1842
1843         (closes Bug 185 New message counter)
1844
1845 2003-06-26 [darko]      0.9.0claws65
1846
1847         * src/ldapserver.c
1848                 fix infinite loop when adding a new LDAP server
1849
1850 2003-06-26 [paul]       0.9.0claws64
1851
1852         * sync with 0.9.2cvs6
1853                 see ChangeLog 2003-06-26
1854
1855 2003-06-26 [paul]       0.9.0claws63
1856
1857         * sync with 0.9.2cvs5
1858                 see ChangeLog 2003-06-25 and 2003-06-26
1859
1860 2003-06-25 [match]      0.9.0claws62
1861
1862         * src/addr_compl.c
1863                 Fixed tab/backtab for dropped-down completion list to
1864                 move next/previous field. (close bug 147)
1865
1866 2003-06-25 [christoph]  0.9.0claws61
1867
1868         * src/addr_compl.[ch]
1869         * src/addrindex.[ch]
1870         * src/folderview.c
1871         * src/inc.c
1872         * src/news.c
1873         * src/summaryview.c
1874         * src/toolbar.c
1875                 fix warnings
1876
1877 2003-06-25 [leandro]    0.9.0claws60
1878
1879         * src/compose.c
1880                 o cleanups
1881                 o gray out "Message/Remove references" menu item if not
1882                   replying to a message
1883
1884 2003-06-24 [leandro]    0.9.0claws59
1885
1886         * src/compose.[ch]
1887                 o removed "Message/Create new thread" menu item
1888                 o added "Message/Remove references" menu item
1889                   (it's off by default and will not check anymore
1890                    if the subject changed)
1891
1892 2003-06-23 [alfons]     0.9.0claws58
1893
1894         * src/procmsg.c
1895                 try better grouping messages threaded by subject based on their age.
1896                 still not perfect - because the message tree is not sorted by date.  
1897
1898 2003-06-23 [thorsten]   0.9.0claws57
1899
1900         * src/pop.[ch]
1901                 added mail_receive_hook to allow modifications
1902                 directly after retrieval (e.g. adding headers).
1903
1904 2003-06-23 [paul]       0.9.0claws56
1905
1906         * src/sourcewindow.c
1907                  enable the use of Ctrl+A to select all text in
1908                  the sourcewindow
1909                  Patch submitted by Ivan Francolin Martinez
1910                  <ivanfm@users.sourceforge.net>
1911
1912 2003-06-22 [christoph]  0.9.0claws55
1913
1914         * src/folder.[ch]
1915                 o add notification hook for folder tree changes
1916                 o invoke hooks after folder tree scanning
1917
1918         * src/folderview.[ch]
1919                 register hook for folder tree changes that
1920                 updates the ctree
1921
1922         (there are more places that should be updated, like add, remove 
1923          or move folder)
1924
1925         (closes Bug 164 Crash on rebuild folder tree)
1926         (closes Bug 190 Crash on 'rebuilding folder tree')
1927
1928 2003-06-21 [leandro]    0.9.0claws54
1929
1930         * src/compose.[ch]
1931                 create a new thread if subject changes
1932                 (it's on by default, can be disabled in Message menu)
1933
1934 2003-06-21 [alfons]     0.9.0claws53
1935
1936         * src/summaryview.c
1937                 quiet little compiler
1938
1939 2003-06-21 [christoph]  0.9.0claws52
1940
1941         update gettext stuff to version 0.12
1942
1943 2003-06-19 [alfons]     0.9.0claws51
1944
1945         * src/common/log.c
1946         * src/common/plugin.c
1947                 move defs.h before glib.h to prevent MIN/MAX redefs
1948
1949 2003-06-19 [alfons]
1950
1951         * src/addressbook.c
1952                 translatable
1953
1954 2003-06-19 [match]      0.9.0claws50
1955
1956         * src/addressbook.[ch]
1957         * src/addrindex.[ch]
1958         * src/addr_compl.[ch]
1959         * src/editldap.[ch]
1960         * src/editldap_basedn.[ch]
1961         * src/addritem.[ch]
1962         * src/ldapquery.h
1963                 re-implemented dynamic LDAP search. works without
1964                 slowdown on display sender with addressbook
1965                 option.
1966         * src/addrbook.c
1967                 documented code.
1968
1969 2003-06-19 [paul]       0.9.0claws49
1970
1971         * src/compose.c
1972                 fix Bug #136 'Nonprovided quotation marks crash claws'
1973                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1974
1975 2003-06-19 [alfons]     0.9.0claws48
1976
1977         * src/prefs_common.[ch]
1978         * src/procmsg.c
1979                 restrict threading by subject by checking thread for
1980                 age (prefs_common.thread_by_subject_max_age)
1981
1982 2003-06-18 [christoph]  0.9.0claws47
1983
1984         * src/imap.c
1985                 fix memory leak in imap_cmd_fetch()
1986
1987 2003-06-18 [christoph]  0.9.0claws46
1988
1989         * src/prefs_gtk.c
1990                 fix memory leak in prefs_set_default() when used multiple
1991                 times or after prefs have been read
1992
1993 2003-06-18 [christoph]  0.9.0claws45
1994
1995         * src/common/plugin.c
1996                 fix memory leak in plugin_unload()
1997
1998 2003-06-18 [christoph]  0.9.0claws44
1999
2000         * src/imap.c
2001                 fix memory leak in imap_cmd_ok()
2002
2003 2003-06-18 [christoph]  0.9.0claws43
2004
2005         * src/folder.c
2006                 stop messages that are downloaded from POP3 and added to
2007                 an IMAP inbox from being filtered twice (first by POP3
2008                 and again when IMAP folder is scaned to get the UID of
2009                 the APPEND operation when no UIDPLUS is available)
2010
2011 2003-06-18 [alfons]
2012
2013         * tools/Makefile.am
2014                 phoenix <- firebird     
2015
2016 2003-06-18 [paul]
2017
2018         * tools/launch_phoenix          ** REMOVED **
2019           tools/launch_firebird         ** NEW **
2020                 renamed and edited to reflect the browser's name change from
2021                 'phoenix' to 'firebird'
2022
2023 2003-06-18 [paul]       0.9.0claws42
2024
2025         * sync with 0.9.2cvs2
2026                 see ChangeLog 2003-06-16
2027
2028 2003-06-17 [alfons]     0.9.0claws41
2029
2030         * src/procmsg.c
2031                 prevent threading problems when a node is an ancestor (parent / great parent),
2032                 which mostly happens with circular references (thanks to Phillipe Gramoullé
2033                 for finding an sample set of messages)
2034
2035 2003-06-16 [christoph]  0.9.0claws40
2036
2037         * src/main.c
2038                 don't popup main window on --receive or --receive-all
2039
2040         * src/mainwindow.[ch]
2041         * src/plugins/trayicon/trayicon.c
2042                 allow hiding of main window by clicking on the trayicon
2043                 (doesn't work correctly in seperate window mode and may
2044                  cause unexpected GTK problems I couldn't find yet)
2045
2046         * src/common/ssl.c
2047                 remove incorrect warning
2048
2049 2003-06-15 [alfons]     0.9.0claws39
2050
2051         * src/gtk/gtkstext.c
2052                 don't output debug text;
2053                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2054                 for pointing this out);
2055
2056 2003-06-14 [alfons]     0.9.0claws38
2057         
2058         * src/messageview.c
2059                 remove printf() and make one if..else comply with coding style
2060
2061 2003-06-14 [alfons]     0.9.0claws37
2062
2063         * AUTHORS
2064                 add Martin Wicke
2065         * src/action.c
2066         * src/messageview.[ch]
2067         * src/summaryview.c
2068                 apply patch #754162 "Quoting messages filtered by actions" submitted
2069                 by Martin Wicke, which allows quoting message body changed by an
2070                 action (Thanks!).
2071
2072 2003-06-13 [alfons]     0.9.0claws36
2073
2074         * src/utils.c
2075                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2076                 use case insensitive regexp (suggested by Ivan Martinez)
2077
2078 2003-06-13 [christoph]  0.9.0claws35
2079
2080         * configure.ac
2081         * src/plugins/trayicon/Makefile.am
2082         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2083         * src/plugins/trayicon/trayicon.c
2084         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2085         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2086         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2087         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2088         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2089         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2090                 replace my own EggTrayIcon backport with the backport
2091                 used by (l|x)mule and gabber.
2092
2093 2003-06-13 [alfons]     0.9.0claws34
2094
2095         * AUTHORS
2096         * src/common/utils.c
2097                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2098
2099 2003-06-13 [alfons]     0.9.0claws33
2100
2101         * src/compose.c
2102                 clean up a little bit
2103
2104 2003-06-12 [alfons]     0.9.0claws32
2105
2106         * src/compose.c
2107                 const correctness fix
2108
2109         * src/common/sylpheed.[ch]
2110                 () -> (void)
2111                 prevent redef MIN/MAX
2112                 
2113         * src/common/utils.[ch]
2114                 () -> (void)
2115
2116 2003-06-12 [melvin]     0.9.0claws31
2117
2118         * src/compose.c
2119                 Updated to take into accounts changes in GtkAspell.
2120
2121 2003-06-12 [alfons]     0.9.0claws30
2122
2123         * src/compose.c
2124         * src/procmsg.c
2125         * src/common/utils.[ch]
2126                 handle reply subject prefixes better (initial 
2127                 suggestion by Robert Story adapted and enhanced 
2128                 using regexps)
2129
2130 2003-06-12 [melvin]     0.9.0claws29
2131
2132         * src/compose.c
2133                 Use new gtkaspell_checkers_strerror() to get the speller's
2134                 error message instead of accessing the (now private)
2135                 checkers structure.
2136                 Minor code clean up
2137
2138         * src/main.c
2139                 Use #ifdef instead of #if for USE_ASPELL
2140                 Use the new spell checkers init/quit functions 
2141
2142         * src/gtk/gtkaspell.c
2143                 Use #ifdef instead of #if for USE_ASPELL
2144                 Moved in the majority of GtkAspell structures that were
2145                 exported before by gtkaspell.h
2146         
2147         * src/gtk/gktaspell.h
2148                 Made gtkaspell.h contain only the necessary data to be
2149                 publicized by moving many structures to gtkaspell.c.
2150                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2151                 gtkaspell_checkers_new(): replaced by...
2152                 gtkaspell_checkers_init(): new function for initialization
2153                 gtkaspell_checkers_delete(): replaced by...
2154                 gtkaspell_checkers_quit(): new function
2155                 gtkaspell_checkers_strerror(): new function that returns
2156                 the checker's last error message.
2157                 
2158 2003-06-11 [melvin]     0.9.0claws28
2159
2160         * po/POTFILES.in
2161                 Updated to take into account gtkaspell.c migration to
2162                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2163
2164 2003-06-10 [alfons]     0.9.0claws27
2165
2166         * src/filtering.[ch]
2167         * src/folder.c
2168         * src/matcher.c
2169         * src/scoring.[ch]
2170                 - try fixing bug #18 (any brave testers?)
2171                 - add more robustness by refusing previously 
2172                   unchecked NULL pointers 
2173
2174 2003-06-10 [alfons]     0.9.0claws26
2175
2176         * src/procmsg.c
2177                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2178
2179 2003-06-09 [alfons]     0.9.0claws25
2180
2181         * src/prefs_common.c
2182                 fix bug #163 "Icon switching doesnt work properly" by 
2183                 preventing early freeing of prefs_common.pixmap_theme_path.
2184
2185 2003-06-09 [christoph]  0.9.0claws24
2186
2187         * src/gtk/gtkaspell.c
2188                 revert Thorsten's fix and add forgotten g_strdup for
2189                 aspell path (it should not be possible to alter the path a
2190                 GtkASpell uses from outside)
2191
2192 2003-06-09 [thorsten]   0.9.0claws23
2193
2194         * src/gtk/gtkaspell.c
2195                 dont free prefs_common.aspell_path when closing compose
2196
2197 2003-06-08 [colin]      0.9.0claws22
2198
2199         * src/plugins/spamassassin/spamassassin.c
2200                 fix prefs types
2201
2202 2003-06-07 [christoph]  0.9.0claws21
2203
2204         * src/Makefile.am
2205         * src/compose.c
2206         * src/gtkaspell.[ch]            ** REMOVE **
2207         * src/gtk/Makefile.am
2208         * src/gtk/gtkaspell.[ch]        ** NEW **
2209                 o make gtkaspell independent from sylpheed's prefs
2210                 o move gtkaspell.[ch] to gtk directory
2211
2212 2003-06-07 [christoph]  0.9.0claws20
2213
2214         * src/Makefile.am
2215         * src/crash.c
2216         * src/export.c
2217         * src/filesel.[ch]              ** REMOVE **
2218         * src/folder.c
2219         * src/main.[ch]
2220         * src/common/sylpheed.[ch]
2221         * src/gtk/Makefile.am
2222         * src/gtk/filesel.[ch]          ** NEW **
2223         * src/gtk/pluginwindow.c
2224         * src/gtk/sslcertwindow.c
2225                 move filesel.[ch] to gtk directory
2226
2227 2003-06-07 [alfons]     0.9.0claws19
2228
2229         * src/filesel.c
2230                 make (multi) file selection dialog work again (Claws-only)
2231
2232 2003-06-07 [thorsten]   0.9.0claws18
2233
2234         * po/de.po
2235                 fix typos
2236
2237 2003-06-07 [alfons]     0.9.0claws17
2238
2239         * configure.ac
2240         * src/mimeview.c
2241                 detect apache mishap in which case don't include fnmatch.h
2242                 if regex.h is already included
2243
2244 2003-06-06 [christoph]  0.9.0claws16
2245
2246         * configure.ac
2247         * src/mimeview.h
2248                 add check for fnmatch.h and include it when available
2249
2250         * src/mimeview.[ch]
2251                 fix wrong case sensitivity of Content-Types
2252
2253         * src/gtk/Makefile.am
2254                 need the same include paths in gtk directory as in
2255                 common directory because .h files in common can
2256                 include files from these directories, when included
2257                 in gtk's .h or .c files
2258
2259 2003-06-06 [alfons]     0.9.0claws15
2260
2261         * src/mimeview.c
2262         * src/summaryview.c
2263                 make it compile again because of regex.h / fnmatch.h 
2264                 include problems (related to recent mime stuff, can
2265                 someone check this?)
2266
2267 2003-06-06 [thorsten]   0.9.0claws14
2268
2269         * src/folderview.c
2270                 possible use of uninitialized pointer while dragging
2271
2272 2003-06-06 [paul]       0.9.0claws13
2273
2274         * src/compose.c
2275                 fix bug where the insert sig button would be effective
2276                 only when auto_sig was set
2277
2278 2003-06-06 [paul]       0.9.0claws12
2279
2280         * sync with 0.9.2 release
2281
2282 2003-06-02 [paul]       0.9.0claws11
2283
2284         * sync with 0.9.1cvs1
2285                 see ChangeLog 2003-06-02
2286                 
2287         * po/de.po
2288                 update by Jens
2289
2290 2003-06-01 [christoph]  0.9.0claws10
2291
2292         * src/account.c
2293                 don't use substring search to find accounts by email address
2294
2295         (closes Bug 169 Overly loose matching of "From" address)
2296
2297 2003-05-31 [christoph]  0.9.0claws9
2298
2299         * doc-src/rfc2683.txt
2300         * src/imap.c
2301                 limit IMAP command length as recommended in RFC2683
2302                 (message number lists will be split into multiple imap
2303                 sets, the limit of 1000 octets is not a hard limit)
2304
2305         (closes Bug 161 sylpheed-claws exits with segfault when logging
2306          in to certain imap-servers)
2307
2308 2003-05-29 [alfons]     0.9.0claws8
2309
2310         * src/toolbar.[ch]
2311                 add print button (calling summary_print());
2312                 fine tune setting tooltip text;
2313                 (if someone needs other buttons, please take these 
2314                 commits as a guide, instead of bothering us - also
2315                 see 0.8.11claws150) 
2316
2317 2003-05-29 [darko]      0.9.0claws7
2318
2319         * src/compose.c
2320                 fix crash when word wrapping kicks in due to
2321                 changed text by spell checker
2322
2323 2003-05-29 [paul]       0.9.0claws6
2324
2325         * src/compose.c
2326                 fix bug where changing account would insert
2327                 sig even if auto_sig was FALSE
2328                 
2329         * ChangeLog
2330           ChangeLog.jp
2331           INSTALL
2332                 sync with 0.9.1 release
2333
2334 2003-05-28 [christoph]  0.9.0claws5
2335
2336         * src/imap.c
2337                 fix truncation of too long commands
2338
2339         (closes Bug 167 IMAP hangs trying to get envelope
2340          information in imap_get_uncached_messages)
2341
2342 2003-05-27 [paul]       0.9.0claws4
2343
2344         * tools/Makefile.am
2345           tools/maildir2sylpheed.pl     ** NEW FILE **
2346                 add kmail to sylpheed mailbox conversion script
2347
2348 2003-05-27 [paul]       0.9.0claws3
2349
2350         * sync with 0.9.0cvs10
2351                 see ChangeLog 2003-05-26
2352
2353 2003-05-26 [paul]       0.9.0claws2
2354
2355         * sync with 0.9.0cvs9
2356                 see ChangeLog 2003-05-26
2357
2358 2003-05-24 [paul]       0.9.0claws1
2359
2360         * sync with 0.9.0cvs8
2361                 see ChangeLog 2003-05-23
2362
2363 2003-05-24 [paul]       0.9.0claws
2364
2365         * version 0.9.0claws released
2366
2367 2003-05-24 [paul]       0.8.11claws177
2368
2369         * src/plugins/dillo-viewer/Makefile.am
2370           src/plugins/traycon/Makefile.am
2371                 add missing files
2372                 
2373         * po/bg.po
2374           po/en_GB.po
2375           po/es.po
2376           po/it.po
2377           po/pt_BR.po
2378           po/ru.po
2379           po/sr.po
2380                 update Bulgarian, British English, Spanish, Italian, 
2381                 Brazilian Portuguese, Russian, and Serbian translations, 
2382                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2383                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2384                 Ruslan N. Balkin, and Urke MMI
2385
2386 2003-05-23 [melvin]     0.8.11claws176
2387
2388         * po/fr.po
2389                 Updated French translations
2390
2391 2003-05-22 [paul]       0.8.11claws175
2392
2393         * src/Makefile.am
2394           src/addrbook.[ch]
2395           src/addrcache.[ch]
2396           src/addr_compl.[ch]
2397           src/adressbook.[ch]
2398           src/addrindex.[ch]
2399           src/addritem.[ch]
2400           src/editaddress.c
2401           src/editgroup.c
2402           src/editldap_basedn.c
2403           src/editldap.c
2404           src/jpilot.c
2405           src/vcard.c
2406                 revert to get ldap into it previous working state
2407                 
2408         * po/zh_TW.Big5.po
2409                 new Taiwanese translation,
2410                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2411
2412 2003-05-22 [christoph]  0.8.11claws174
2413
2414         * src/plugins/spamassassin/libspamc.[ch]
2415                 sync libspamc with SpamAssaain release 2.55
2416
2417 2003-05-22 [paul]       0.8.11claws173
2418
2419         * sync with 0.9.0cvs7
2420                 see ChangeLog 2003-05-22
2421                 
2422         * src/summaryview.c
2423                 revert change in 0.8.11claws172: follow
2424                 Hiroyuki's decision and that's the end of it.
2425
2426 2003-05-21 [paul]       0.8.11claws172
2427
2428         * src/summaryview.c
2429                 fix discrepency between open_unread_on_enter
2430                 and always_show_msg
2431
2432 2003-05-21 [paul]       0.8.11claws171
2433
2434         * sync with 0.9.0cvs6
2435                 see ChangeLog 2003-05-21
2436
2437 2003-05-21 [paul]       0.8.11claws170
2438
2439         * sync with 0.9.0cvs5
2440                 see ChangeLog 2003-05-21
2441
2442 2003-05-20 [paul]       0.8.11claws169
2443
2444         * sync with 0.9.0cvs4
2445                 see ChangeLog 2003-05-20
2446                 fixes bug #152, 'encoding of IMAP folders names'
2447
2448 2003-05-20 [paul]       0.8.11claws168
2449
2450         * sync with 0.9.0cvs3
2451                 see ChangeLog 2003-05-20
2452                 
2453         * src/tools/convert_mbox.pl
2454                 minor change in the comments, submitted by Fred Marton
2455
2456 2003-05-19 [paul]       0.8.11claws167
2457
2458         * src/plugins/clamav/Makefile.am
2459           configure.ac
2460                 link clamav_lib to the plugin and not to the main program
2461
2462 2003-05-19 [christoph]
2463
2464         * src/Makefile.am
2465                 add -export-dynamic for linking
2466
2467 2003-05-19 [paul]       0.8.11claws166
2468
2469         * sync with 0.9.0cvs1
2470                 see ChangeLog 2003-05-19
2471
2472 2003-05-19 [paul]       0.8.11claws165
2473
2474         * src/inc.c
2475                 fix 'pop before smtp' timeout
2476
2477 2003-05-18 [alfons]     0.8.11claws164
2478
2479         * src/prefs_matcher.c
2480                 put "execute" action command line ("expression") in edit box
2481
2482 2003-05-18 [christoph]  0.8.11claws163
2483
2484         * src/mimeview.[ch]
2485         * src/plugins/dillo_viewer/dillo_viewer.c
2486         * src/plugins/image_viewer/viewer.c
2487         * src/plugins/mathml_viewer/mathml_viewer.c
2488                 let a viewer have a list of Content-Types
2489
2490 2003-05-18 [paul]       0.8.11claws162
2491
2492         * src/prefs_filtering.c
2493                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2494                 and REDIRECT actions
2495
2496 2003-05-17 [christoph]
2497
2498         * README.claws
2499                 o remove dynamic signatures that was syned with main
2500                 o add infos about no longer "build in" image viewer
2501                 o update bugtracker URL
2502
2503 2003-05-17 [christoph]  0.8.11claws161
2504
2505         * src/folder.c
2506         * src/folderview.c
2507         * src/imap.c
2508                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2509                 for every folder after rebuilding the folder tree.
2510
2511         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2512          messages)
2513
2514 2003-05-17 [christoph]  0.8.11claws160
2515
2516         * src/imap.c
2517                 don't use STATUS command on current folder to check for
2518                 content changes. imap_cmd_ok() now tracks changes to
2519                 folder and number of existing messages.
2520
2521 2003-05-17 [paul]       0.8.11claws159
2522
2523         * src/plugins/clamav/clamav_plugin.c
2524                 remove unnecessary debug_print
2525
2526 2003-05-16 [thorsten]   0.8.11claws158
2527
2528         * src/plugins/demo.c
2529                 included missing intl.h
2530
2531 2003-05-16 [paul]       0.8.11claws157
2532
2533         * po/POTFILES.in
2534                 remove non-existant entries
2535         
2536         * src/plugins/clamav/clamav_plugin.c
2537           src/plugins/clamav/clamav_plugin_gtk.c
2538           src/plugins/dillo_viewer/dillo_prefs.c
2539           src/plugins/dillo_viewer/dillo_viewer.c
2540                 gettextise
2541
2542 2003-05-16 [christoph]  0.8.11claws156
2543
2544         * po/POTFILES.in
2545                 include plugin .c files for translation until I
2546                 find a better solution to have plugins have their
2547                 own textdomain
2548         * src/plugins/demo/demo.c
2549         * src/plugins/image_viewer/plugin.c
2550         * src/plugins/mathml_viewer/mathml_viewer.c
2551         * src/plugins/spamassassin/spamassassin.c
2552         * src/plugins/spamassassin/spamassassin_gtk.c
2553         * src/plugins/trayicon/trayicon.c
2554                 add gettext macros for plugin name and description
2555
2556 2003-05-16 [paul]
2557
2558         * sync with 0.9.0
2559
2560 2003-05-16 [paul]       0.8.11claws155
2561
2562         * sync with lastest 0.9.0pre1
2563                 see ChangeLog 2003-05-16
2564
2565 2003-05-15 [paul]       0.8.11claws154
2566
2567         * sync with latest 0.9.0pre1
2568                 see ChangeLog 2003-05-14 and 2003-05-15
2569
2570 2003-05-14 [christoph]  0.8.11claws153
2571
2572         * src/plugins/image_viewer/viewer.c
2573         * src/plugins/image_viewer/viewer.glade         ** NEW **
2574         * src/plugins/image_viewer/viewerprefs.c
2575                 make it possible to disable the autoload function in the
2576                 imageviewer again
2577
2578 2003-05-14 [christoph]  0.8.11claws152
2579
2580         * src/folder.c
2581                 fix folder update after adding a message
2582
2583 2003-05-13 [alfons]     0.8.11claws151
2584
2585         * src/common/session.c
2586                 remove debug traces
2587                 
2588         * src/addrcache.[ch]
2589         * src/filtering.[ch]
2590         * src/folder.[c]
2591         * src/gtkaspell.[ch]
2592         * src/imap.[ch]
2593         * src/mbox_folder.[ch]
2594         * src/mh.[ch]
2595         * src/mimeview.h
2596         * src/msgcache.[ch]
2597         * src/news.[ch]
2598         * src/passphrase.[ch]
2599         * src/prefs_common.[ch]
2600         * src/prefs_gtk.[ch]
2601         * src/procmsg.c
2602         * src/scoring.[ch]
2603                 be pedantic; (in prototypes () implies (int))
2604
2605 2003-05-13 [alfons]     0.8.11claws150
2606
2607         * src/prefs_toolbar.[ch]
2608         * src/summaryview.[ch]
2609         * src/toolbar.[ch]
2610                 change misleading text in toolbar prefs;
2611                 add toolbar action for ignore thread (toggles ignore thread flag);
2612                 clean up a little bit;
2613
2614 2003-05-12 [paul]
2615
2616         * tools/convert_mbox.pl
2617                 bug fixed by Fred Marton
2618
2619 2003-05-12 [paul]
2620
2621         * sync with 0.9.0pre1
2622
2623 2003-05-09 [paul]       0.8.11claws149
2624
2625         * sync with 0.8.11cvs43
2626                 see ChangeLog 2003-05-09
2627
2628 2003-05-08 [christoph]  0.8.11claws148
2629
2630         * src/imap.[ch]
2631                 o use CAPABILIY as first command and check for PREAUTH
2632                   information in the response to it
2633                 o rewrite all imap_cmd_* functions to use an IMAPSession
2634                   instead of a SockInfo as parameter
2635                 o do STARTTLS after fetching and checking the server
2636                   capabilities
2637
2638 2003-05-08 [paul]       0.8.11claws147
2639
2640         * tools/Makefile.am
2641           tools/README
2642           tools/convert_mbox.pl         ** NEW FILE **
2643                 add mbox conversion script. Submitted by 
2644                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2645
2646 2003-05-07 [christoph]
2647
2648         * doc-src/glade.txt
2649         * src/gtk/pluginwindow.glade
2650         * src/plugins/image_viewer/viewerprefs.glade
2651         * src/plugins/spamassassin/spamassassin_gtk.glade
2652                 add glade files for user interfaces and a description how
2653                 to use glade to create the sylpheed code
2654
2655 2003-05-07 [paul]       0.8.11claws146
2656
2657         * sync with 0.8.11cvs41
2658                 see ChangeLog 2003-05-07
2659
2660 2003-05-06 [christoph]  0.8.11claws145
2661
2662         * src/main.c
2663         * src/plugins/image_viewer/viewer.c
2664                 fix usage of imlib in imageviewer plugin
2665
2666         * src/gtk/prefswindow.c
2667                 handle window close event correctly
2668
2669 2003-05-06 [paul]       0.8.11claws144
2670
2671         * src/common/ssl.c
2672                 fix typo introduced in sync
2673
2674 2003-05-06 [paul]       0.8.11claws143
2675
2676         * sync with 0.8.11cvs39
2677                 see ChangeLog 2003-05-06
2678
2679 2003-05-06 [paul]       0.8.11claws142
2680
2681         * AUTHORS
2682           po/cs.po
2683                 updated Czech translation, submitted by 
2684                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2685                 
2686         * src/plugins/clamav/clamav_plugin_gtk.c
2687                 clean up
2688
2689 2003-05-03 [alfons]     0.8.11claws141
2690
2691         * src/compose.[ch]
2692                 make paste as quotation work even when the call to 
2693                 text_inserted() was deferred (fixes bug #140 "Paste 
2694                 as quotation does not work when using "external" 
2695                 clipboard")
2696
2697 2003-05-03 [thorsten]   0.8.11claws140
2698
2699         * src/addrquery.h
2700           src/ldapquery.h
2701           src/mainwindow.c
2702                 removed C++ comments
2703         * src/addr_compl.c
2704                 function with non-int retval/param used before
2705                 implementation/declaration
2706
2707 2003-05-02 [paul]       0.8.11claws139
2708
2709         * src/addr_compl.[ch]
2710           src/addressbook.[ch]
2711           src/addrindex.c
2712           src/summaryview.c
2713                 revert match's changes to (finally) remove the bug where
2714                 opening a folder causes massive slowdown when using the 
2715                 'Display sender using address book' option
2716
2717 2003-05-01 [melvin]     0.8.11claws138
2718
2719         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2720         * src/plugins/dillo_viewer/dillo_viewer.c
2721                 Fixed bug where "Cancel" button from prefs issued
2722                 warnings.
2723                 Comply a little more to coding style
2724
2725 2003-05-01 [paul]       0.8.11claws137
2726
2727         * sync with 0.8.11cvs38
2728                 see ChangeLog 2003-05-01
2729
2730 2003-05-01 [paul]       0.8.11claws136
2731
2732         * po/bg.po
2733                 updated by George Danchev
2734
2735 2003-04-30 [christoph]  0.8.11claws135
2736
2737         * src/plugins/dillo_viewer/dillo_prefs.c
2738         * src/plugins/image_viewer/viewerprefs.c
2739         * src/plugins/spamassassin/spamassassin_gtk.c
2740                 remove gtk_widget_ref() calls for widgets in
2741                 glade code
2742
2743 2003-04-30 [paul]       0.8.11claws134
2744
2745         * src/addrindex.c
2746                 ok, this time a better fix for the bug where opening folder
2747                 has massive slowdown when using the 'Display sender using 
2748                 address book' option
2749
2750 2003-04-30 [paul]       0.8.11claws133
2751
2752         * src/addrindex.c
2753                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2754         
2755 2003-04-30 [melvin]     0.8.11claws132
2756
2757         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2758
2759         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2760                 Preferences for the dillo plugin
2761         * src/plugins/dillo_viewer/dillo_viewer.c
2762                 Support for preferences
2763         * src/plugins/dillo_viewer/Makefile.am
2764                 Added dillo_prefs.[ch]
2765
2766 2003-04-30 [alfons]     0.8.11claws131
2767
2768         * src/common/plugin.[ch]
2769                 see? this ANSI C'fication immediately gives us type
2770                 checking for free.
2771
2772 2003-04-30 [alfons]     0.8.11claws130
2773
2774         * src/common/plugin.[ch]
2775         * src/plugins/clamav/clamav_plugin.[ch]
2776         * src/plugins/clamav/clamav_plugin_gtk.c
2777         * src/plugins/demo/demo.c
2778         * src/plugins/dillo_viewer/dillo_viewer.c
2779         * src/plugins/image_viewer/plugin.c
2780         * src/plugins/image_viewer/viewer.[ch]
2781         * src/plugins/image_viewer/viewerprefs.[ch]
2782         * src/plugins/mathml_viewer/mathml_viewer.c
2783         * src/plugins/spamassassin/spamassassin.[ch]
2784         * src/plugins/spamassassin/spamassassin_gtk.c
2785         * src/plugins/trayicon/trayicon.c
2786                 clean up
2787
2788 2003-04-30 [alfons]     0.8.11claws129
2789
2790         * src/common/utils.c
2791                 make is_ascii_str() fail gracefully when NULL pointer
2792                 is passed
2793
2794 2003-04-30 [paul]       0.8.11claws128
2795
2796         * src/addrindex.c
2797                 fix bug where opening folder has massive slowdown when
2798                 using the 'Display sender using address book' option
2799
2800 2003-04-30 [paul]       0.8.11claws127
2801
2802         * src/plugins/clamav/clamav_plugin.c
2803           src/plugins/clamav/clamav_plugin_gtk.c
2804           src/plugins/demo/demo.c
2805           src/plugins/dillo_viewer/dillo_viewer.c
2806           src/plugins/image_viewer/plugin.c
2807           src/plugins/mathml_viewer/mathml_viewer.c
2808           src/plugins/spamassassin/spamassassin.c
2809           src/plugins/spamassassin/spamassassin_gtk.c
2810           src/plugins/trayicon/trayicon.c
2811                 get rid of eye-hurting function signatures
2812
2813 2003-04-30 [paul]       0.8.11claws126
2814
2815         * src/plugins/trayicon/trayicon.c
2816                 add description
2817                 
2818         * src/mimeview.c
2819                 be more descriptive
2820
2821 2003-04-30 [paul]       0.8.11claws125
2822
2823         * configure.ac
2824                 arrange the plugins in reverse alphabetical order
2825                 
2826         * src/plugins/clamav/clamav_plugin.[ch]
2827           src/plugins/clamav/clamav_plugin_gtk.c
2828                 rename some params
2829                 resize max_size window
2830                 re-arrange the order of some gui elements
2831                 improve descriptions
2832         
2833         * src/plugins/image_viewer/plugin.c
2834           src/plugins/mathml_viewer/mathml_viewer.c
2835                 add descriptions
2836                 
2837         * src/plugins/spamassassin/spamassassin_gtk.c
2838                 resize max_size window
2839                 re-arrange the order of some gui elements
2840                 
2841         * src/messageview.c
2842           src/mimeview.c
2843                 correct typos
2844
2845 2003-04-30 [alfons]     0.8.11claws124
2846
2847         * src/imap.c
2848                 fix a leak found while browsing Martin Kluge's 
2849                 valgrind log (Claws only)
2850
2851 2003-04-29 [darko]      0.8.11claws123
2852
2853         * src/gtk/gtkstext.h
2854                 include wchar.h if it is available, fixes compilation
2855                 on HP-UX systems
2856
2857 2003-04-29 [melvin]     0.8.11claws122
2858
2859         * src/prefs_actions.c
2860                 Improved help text of Actions' syntax
2861
2862 2003-04-28 [paul]       0.8.11claws121
2863
2864         * src/action.c
2865                 a better fix for the crash when performing an action
2866                 on a mime part
2867
2868 2003-04-28 [paul]       0.8.11claws120
2869
2870         * src/action.c
2871                 fix crash when performing an action on a
2872                 mime part
2873
2874 2003-04-28 [paul]       0.8.11claws119
2875
2876         * sync with 0.8.11cvs36
2877                 see ChangeLog 2003-04-28
2878
2879 2003-04-27 [paul]       0.8.11claws118
2880
2881         * more sync with 0.8.11cvs35
2882                 see ChangeLog 2003-04-25
2883
2884 2003-04-26 [christoph]  0.8.11claws117
2885
2886         * src/folder.c
2887                 fix remove virtual check
2888
2889 2003-04-26 [paul]       0.8.11claws116
2890
2891         * src/messageview.c
2892                 fix return-receipt, make it work again
2893
2894 2003-04-26 [paul]       0.8.11claws115
2895
2896         * src/mimeview.c
2897                 restore double-clicking of the [application/pgp-signature 
2898                 (Select "Check signature" to check)] line in the message view,
2899                 broken in recent sync
2900
2901 2003-04-26 [christoph]  0.8.11claws114
2902
2903         * src/folder.c
2904                 check if remove virtual really exists before
2905                 calling the function
2906
2907 2003-04-25 [match]      0.8.11claws113
2908
2909         * src/addrindex.c
2910         * src/addrbook.c
2911         * src/ldapquery.[ch]
2912         * src/ldapctrl.[ch]
2913                 fix memleak.
2914         * src/ldapserver.[ch]
2915                 fix memleak. fix segfault.
2916                 plug a Claws memleak
2917
2918 2003-04-25 [alfons]     0.8.11claws112
2919
2920         * src/folder.c
2921                 plug a Claws memleak
2922
2923 2003-04-25 [alfons]     0.8.11claws111
2924
2925         * src/common/session.c
2926                 plug a memleak
2927
2928 2003-04-25 [paul]       0.8.11claws110
2929
2930         * sync with 0.8.11cvs35
2931                 see ChangeLog 2003-04-24 and 2003-04-25
2932                 
2933         * src/gtk/pluginwindow.c
2934                 correct another strange float value
2935
2936 2003-04-24 [christoph]  0.8.11claws109
2937
2938         * src/folder.c
2939                 freeze folder item updates when unsetting new flags
2940
2941         * src/gtk/pluginwindow.c
2942                 correct strange float value
2943
2944 2003-04-23 [paul]       0.8.11claws108
2945
2946         * sync with 0.8.11cvs33
2947                 see ChangeLog 2003-04-23
2948
2949 2003-04-22 [paul]       0.8.11claws107
2950
2951         * src/Makefile.am
2952           src/messageview.c
2953           src/mimeview.c
2954           src/pgptext.[ch]      ** REMOVED **
2955                 remove pgptext.[ch] as its not used any more
2956
2957 2003-04-22 [paul]       0.8.11claws106
2958
2959         * sync with 0.8.11cvs31
2960                 see ChangeLog 2003-04-21 and 2003-04-22
2961
2962 2003-04-21 [alfons]     0.8.11claws105
2963
2964         * src/main.c
2965                 No access to GTK structures if we're a spawned child
2966                 (and clean up code a little bit...) Should fix #126.
2967
2968 2003-04-21 [melvin]     0.8.11claws104
2969
2970         * src/plugins/dillo_viewer/README
2971                 Improved slightly the text.
2972
2973 2003-04-21 [melvin]     0.8.11claws103
2974
2975         * src/plugins/dillo_viewer/README *** NEW ***
2976                 Added a README file for the Dillo plugin
2977
2978 2003-04-20 [paul]
2979
2980         * tools/README
2981           tools/outlook2sylpheed.pl
2982                 updated and improved by Ricardo Mones Lastra
2983
2984 2003-04-18 [oliver]     0.8.11claws102
2985
2986         * src/inc.c 
2987         * src/prefs_account.h
2988                 remove Pop3SessionType (used by selective download)
2989         * src/prefs_toolbar.c
2990                 enable set Default Toolbar button
2991
2992 2003-04-18 [paul]       0.8.11claws101
2993
2994         * sync with 0.8.11cvs29
2995                 see ChangeLog 2003-04-18
2996
2997 2003-04-17 [paul]       0.8.11claws100
2998
2999         * src/prefs_common.[ch]
3000           src/summaryview.c
3001                 remove 'Open next message on deletion' option,
3002                 as the same effect can now be achieved via the
3003                 'Always open messages in summary when selected'
3004                 option.
3005
3006 2003-04-17 [paul]       0.8.11claws99
3007
3008         * sync with 0.8.11cvs28
3009                 see ChangeLog 2003-04-17
3010
3011 2003-04-17 [christoph]  0.8.11claws98
3012
3013         * ac/spamassassin.m4
3014         * src/plugins/spamassassin/libspamc.[ch]
3015         * src/plugins/spamassassin/utils.[ch]
3016                 sync libspamc with SpamAssassin project
3017
3018 2003-04-17 [christoph]  0.8.11claws97
3019
3020         * src/common/socket.h
3021         * src/gtk/sslcertwindow.h
3022                 rename old USE_SSL to USE_OPENSSL
3023
3024 2003-04-17 [paul]       0.8.11claws96
3025
3026         * src/prefs_common.h
3027                 use gulong for P_COLOR so that it compiles/runs on
3028                 64-bit systems. Patch submitted by James Noyes
3029                 <jnoyes-claws@retrogeeks.com>
3030                 
3031         * po/de.po
3032                 updated by Jens
3033
3034 2003-04-17 [paul]       0.8.11claws95
3035
3036         * sync with 0.8.11cvs27
3037                 see ChangeLog 2003-04-16
3038
3039 2003-04-15 [paul]       0.8.11claws94
3040
3041         * src/prefs_common.[ch]
3042                 rearrange to stop the window getting too long:
3043                         move Receive dialog stuff to Receive tab
3044                         move Send dialog to Send tab
3045                         remove Dialogs frame
3046                 rename 'Open messages in summary with cursor keys' to
3047                 'Always open messages in summary when selected', as its
3048                 more appropriate
3049
3050 2003-04-15 [paul]       0.8.11claws93
3051
3052         * src/prefs_common.[ch]
3053           src/summaryview.c
3054                 add new option '/Interface/Open next message on deletion'
3055
3056 2003-04-15 [paul]       0.8.11claws92
3057
3058         * src/summaryview.[ch]
3059                 add /Mark/Lock and /Mark/Unlock to the pop-up
3060                 menu. Patch submitted by Ivan Francolin Martinez
3061                 <ivanfm@users.sourceforge.net>
3062
3063 2003-04-15 [paul]       0.8.11claws91
3064
3065         * sync with 0.8.11cvs24
3066                 see ChangeLog 2003-04-15
3067
3068 2003-04-14 [jens]       0.8.11claws90
3069
3070         * updated German translation and some corrections from
3071                 Roland Bless <bless@tm.uka.de>
3072
3073 2003-04-14 [paul]       0.8.11claws89
3074
3075         * sync with 0.8.11cvs22
3076                 see ChangeLog 2003-04-14
3077
3078 2003-04-13 [paul]       0.8.11claws88
3079
3080         * src/plugins/clamav/clamav_plugin.c
3081                 fix memory leaks
3082                 clean up
3083
3084 2003-04-12 [paul]       0.8.11claws87
3085
3086         * src/plugins/clamav/clamav_plugin.c
3087                 activate enable/disable archive scanning option
3088                 
3089         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3090
3091 2003-04-12 [paul]       0.8.11claws86
3092
3093         * src/plugins/Makefile.am
3094           src/plugins/clamav/Makefile.am                ** NEW FILE **
3095           src/plugins/clamav/README                     ** NEW FILE ** 
3096           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3097           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3098                 add Clam AntiVirus plugin
3099
3100 2003-04-12 [paul]       0.8.11claws85
3101
3102         * sync with 0.8.11cvs21
3103                 see ChangeLog 2003-04-11
3104
3105 2003-04-11 [paul]       0.8.11claws84
3106
3107         * po/es.po
3108                 update Spanish translation. Submitted by Ricardo
3109                 Mones Lastra.
3110
3111 2003-04-10 [christoph]  0.8.11claws83
3112
3113         * src/mbox.c
3114                 fix typo that did not move unfiltered mails to destination
3115                 folder
3116
3117         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3118          when filtering from spool)
3119
3120 2003-04-10 [christoph]  0.8.11claws82
3121
3122         * src/imap.c
3123                 use BODY.PEEK instead of BODY in in message fetch operation
3124                 to make sure the IMAP server does not set the \Seen flag for
3125                 messages. Sylpheed does that later itself, when the message
3126                 is opened in sylpheed
3127
3128         (closes Bug 111 Claws destroys unread marks)
3129
3130 2003-04-09 [oliver]     0.8.11claws81
3131         
3132         * src/folder.c
3133                 fix crash in folder_destroy
3134         * README.claws
3135                 remove selective download
3136
3137 2003-04-09 [christoph]  0.8.11claws80
3138
3139         * src/imap.c
3140                 fix crash in imap_get_msginfo() when then fetched message
3141                 is not found
3142
3143         (closes Bug 110 Crash during mail composition)
3144
3145 2003-04-08 [christoph]  0.8.11claws79
3146
3147         * src/folder.c
3148         * src/prefs_account.c
3149                 Filter new messages that are found in an INBOX folder
3150                 when 'Filter messages on receiving' is enabled in the
3151                 Folder's AccountPrefs. This allows to use Sylpheed's
3152                 filtering engine for IMAP folders where messages are
3153                 added to the INBOX by a MTA
3154
3155 2003-04-08 [paul]       0.8.11claws78
3156
3157         * src/procmsg.h
3158                 clean up after last commit
3159
3160 2003-04-08 [paul]       0.8.11claws77
3161
3162         * sync with 0.8.11cvs20
3163                 see ChangeLog 2003-04-07 and 2003-04-08
3164
3165 2003-04-07 [christoph]  0.8.11claws76
3166
3167         * src/filtering.[ch]
3168         * src/inc.[ch]
3169         * src/mbox.c
3170         * src/procmsg.[ch]
3171                 add procmsg_msginfo_filter() to execute filtering actions
3172
3173 2003-04-06 [christoph]  0.8.11claws75
3174
3175         * src/imap.c
3176                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3177
3178 2003-04-06 [christoph]  0.8.11claws74
3179
3180         * src/common/utils.[ch]
3181                 add g_int_compare() function for slist sorting
3182
3183         * src/imap.c
3184                 fetch all MsgInfos with one command in imap_get_msginfos()
3185                 using an imap set with a list of ranges
3186
3187         * src/news.c
3188                 use new g_int_compare() function
3189
3190 2003-04-06 [thorsten]   0.8.11claws73
3191
3192         * src/mh.c
3193                 corrected implementation of mh_folder_destroy()
3194
3195 2003-04-05 [christoph]  0.8.11claws72
3196
3197         * src/account.c
3198         * src/folder.[ch]
3199         * src/folderview.c
3200         * src/imap.c
3201         * src/inc.c
3202         * src/main.c
3203         * src/mainwindow.c
3204         * src/mbox_folder.c
3205         * src/mh.c
3206         * src/mimeview.h
3207         * src/msgcache.[ch]
3208         * src/news.c
3209         * src/procmime.h
3210         * src/procmsg.[ch]
3211         * src/setup.c
3212         * src/gtk/gtkutils.c
3213                 o rename structure field names class and new to klass and
3214                   new_msgs, to allow including files in C++
3215                 o add 'extern "C"' block to some header files
3216                 o add MsgInfoList and MsgNumberList as alias for GSList for
3217                   developers to know what type of list is expected
3218
3219         * src/plugins/image_viewer/plugin.c
3220         * src/plugins/image_viewer/viewer.[ch]
3221         * src/plugins/image_viewer/viewerprefs.[ch]
3222                 rename function names to prevent conflicts
3223
3224 2003-04-05 [paul]       0.8.11claws71
3225
3226         * sync with 0.8.11cvs18
3227                 see ChangeLog 2003-04-03 and 2003-04-04
3228
3229 2003-04-02 [christoph]  0.8.11claws70
3230
3231         * src/folder.[ch]
3232         * src/imap.[ch]
3233         * src/mbox_folder.[ch]
3234         * src/mh.[ch]
3235         * src/news.[ch]
3236                 o Make all virtual folder functions private
3237                 o remove unused folder code
3238
3239         * src/common/socket.[ch]
3240         * src/summaryview.c
3241                 fix warnings
3242
3243 2003-03-30 [alfons]     0.8.11claws69
3244
3245         * src/send_message.c
3246                 remove two debug traces and see if people still report
3247                 errors
3248
3249 2003-03-30 [alfons]     0.8.11claws68
3250
3251         * src/send_message.c
3252         * src/commons/session.c
3253                 add more debug traces
3254
3255 2003-03-30 [christoph]  0.8.11claws67
3256
3257         * src/folder.c
3258                 change processing folder name from .processing to processing
3259
3260         * src/common/ssl.c
3261                 disable SSL certificate check because it causes Xlib error
3262                 when the child process want's to open an GTK window
3263
3264 2003-03-30 [christoph]  0.8.11claws66
3265
3266         * src/folder.c
3267                 don't use default folder for processing folder item because
3268                 it can be a non local folder
3269
3270         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3271
3272 2003-03-30 [alfons]     0.8.11claws65
3273
3274         * src/send_message.c
3275                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3276                 to generate bad code for 'send_send_data_progressive': When
3277                 called from 'send_send_data_finished', the 'data' pointer is
3278                 cleared just before the assignment to the dialog pointer
3279
3280 2003-03-29 [christoph]  0.8.11claws64
3281
3282         * src/common/prefs.h
3283         * src/plugins/image_viewer/Makefile.am
3284         * src/plugins/image_viewer/plugin.c
3285         * src/plugins/image_viewer/viewer.[ch]
3286         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3287                 add PrefsPage for ImageViewer
3288
3289 2003-03-28 [thorsten]   0.8.11claws63
3290
3291         * src/common/session.c
3292                 added some comments
3293
3294 2003-03-28 [paul]       0.8.11claws62
3295
3296         * sync with 0.8.11cvs16
3297                 see ChangeLog 2003-03-28
3298
3299 2003-03-28 [paul]       0.8.11claws61
3300
3301         * sync with 0.8.11cvs15
3302                 see ChangeLog 2003-03-28
3303
3304 2003-03-27 [christoph]  0.8.11claws60
3305
3306         * src/folder.c
3307         * src/imap.c
3308         * src/common/socket.[ch]
3309                 set socket state to DISCONNECTED when any operation
3310                 fails to allow reconnecting in IMAP code without
3311                 checking the return code of all calls to the command
3312                 functions
3313
3314         * src/folderview.c
3315         * src/summaryview.c
3316                 remove some more stuff that depends on specific
3317                 folder types
3318
3319 2003-03-27 [paul]       0.8.11claws59
3320
3321         * sync with 0.8.11cvs14
3322                 see ChangeLog 2003-03-27
3323                 
3324         * src/selective_download.[ch]   ** REMOVED **
3325                 really removed
3326
3327 2003-03-27 [christoph]  0.8.11claws58
3328
3329         * src/folder.c
3330                 fix handling of tmp_flags in flag copy function
3331
3332 2003-03-27 [paul]       0.8.11claws57
3333
3334         * sync with 0.8.11cvs13
3335                 see ChangeLog 2003-03-27
3336
3337 2003-03-27 [oliver]     0.8.11claws56
3338
3339         * src/maiwindow.c
3340                 remove sel_download_cb
3341
3342 2003-03-27 [oliver]     0.8.11claws55
3343         
3344         * src/inc.c
3345                 remove POP3_TOP
3346         
3347 2003-03-26 [oliver]     0.8.11claws54
3348
3349         *src/pop.h
3350                 remove POP3_TOP*
3351         * README.claws
3352                 remove selective donwload readme
3353
3354 2003-03-26 [oliver]     0.8.11claws53
3355         * src/matcher.[ch]
3356         * src/matcher_parser_parse.y 
3357         * src/pop.c 
3358         * src/prefs_account.[ch]
3359         * src/prefs_filtering.c
3360                 remove selective donwload
3361
3362 2003-03-26 [oliver]     0.8.11claws52
3363
3364         * src/inc.[ch] 
3365         * src/filtering.c 
3366         * src/mainwindow.c 
3367                 remove selective donwload
3368
3369 2003-03-26 [oliver]     0.8.11claws51
3370         
3371         * src/Makefile.am
3372         * src/selective_download.[ch]   ** REMOVE **    
3373
3374 2003-03-26 [christoph]  0.8.11claws50
3375
3376         * src/news.c
3377                 fix NEWS that got broken by a sync with sylpheed-main
3378
3379 2003-03-26 [christoph]  0.8.11claws49
3380
3381         * src/mimeview.c
3382                 fix mime type guessing when no mime type is found for a file
3383
3384 2003-03-25 [christoph]  0.8.11claws48
3385
3386         * src/mimeview.c
3387         * src/procmime.c
3388                 remove mime type guessing from mime parser and use
3389                 name based mime types in viewer lookup for mime type
3390                 application/octet-stream
3391
3392 2003-03-25 [christoph]  0.8.11claws47
3393
3394         * doc-src/readme.txt
3395         * doc-src/rfc2554.txt
3396                 add RFC about SMTP AUTH
3397
3398         * src/send_message.c
3399         * src/common/smtp.[ch]
3400                 add extra error code for authentication errors and
3401                 clear temporary password when this error occurs
3402
3403         (closes Bug 84 authentication failure while sending should
3404          prompt for password again)
3405
3406 2003-03-25 [christoph]  0.8.11claws46
3407
3408         * configure.ac
3409         * src/Makefile.am
3410         * src/imageview.[ch]                            ** REMOVE **
3411         * src/messageview.[ch]
3412         * src/mimeview.[ch]
3413         * src/prefs_common.[ch]
3414         * src/textview.c
3415         * src/plugins/Makefile.am
3416         * src/plugins/image_viewer/.cvsignore           ** NEW **
3417         * src/plugins/image_viewer/Makefile.am          ** NEW **
3418         * src/plugins/image_viewer/plugin.c             ** NEW **
3419         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3420                 move image viewer into a plugin (building is enabled by default)
3421                 [ToDo: Prefs for resize and autoview]
3422
3423 2003-03-25 [paul]       0.8.11claws45
3424
3425         * sync with 0.8.11cvs12
3426                 see ChangeLog 2003-03-26
3427
3428 2003-03-25 [paul]       0.8.11claws44
3429
3430         * sync with 0.8.11cvs11
3431                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3432                 
3433         Note: Selective Download is broken.
3434                 
3435 2003-03-22 [christoph]  0.8.11claws43
3436
3437         * src/folder.c
3438                 code cleanup for flags copying
3439
3440 2003-03-22 [christoph]  0.8.11claws42
3441
3442         * src/plugins/trayicon/trayicon.c
3443                 fix setting the transparent area when the window size
3444                 is forced by the system tray
3445
3446 2003-03-22 [christoph]  0.8.11claws41
3447
3448         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3449         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3450         * src/plugins/trayicon/newmail.xpm              ** NEW **
3451         * src/plugins/trayicon/nomail.xpm               ** NEW **
3452         * src/plugins/trayicon/trayicon.c
3453         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3454                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3455                 o add icon for unread mails
3456                 o set transparency for window
3457
3458 2003-03-22 [christoph]  0.8.11claws40
3459
3460         * src/news.c
3461                 init news session to prevent crash when session is closed
3462
3463 2003-03-22 [christoph]  0.8.11claws39
3464
3465         * src/imap.c
3466         * src/common/session.[ch]
3467                 Init session data to make sure we don't have invalid pointers
3468                 for read_ch and write_ch when new multi process sessions are
3469                 not used
3470
3471         * src/main.c
3472         * src/common/plugin.c
3473         * src/common/sylpheed.c
3474         * src/plugins/demo/demo.c
3475         * src/plugins/dillo_viewer/dillo_viewer.c
3476         * src/plugins/mathml_viewer/mathml_viewer.c
3477         * src/plugins/spamassassin/spamassassin.c
3478         * src/plugins/spamassassin/spamassassin_gtk.c
3479                 add plugin types to allow loading plugins at different times
3480                 (and maybe for different frontends), because it's not good to
3481                 load GTK-Plugins gefore gtk_init was called
3482
3483         * configure.ac
3484         * src/plugins/Makefile.am
3485         * src/plugins/trayicon/.cvsignore               ** NEW **
3486         * src/plugins/trayicon/Makefile.am              ** NEW **
3487         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3488         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3489         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3490         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3491         * src/plugins/trayicon/trayicon.c               ** NEW **
3492                 New Trayicon plugin that shows an icon in a systray that uses
3493                 XEMBED protocol like Gnome's systray. Icon shows if there
3494                 are new mails and a tooltip shows information about new,
3495                 unread and total messages.
3496
3497 2003-03-22 [paul]       0.8.11claws38
3498
3499         * src/common/smtp.c
3500                 fix ESMTP AUTH CRAM-MD5
3501                 [sync with main (still version 0.8.11cvs6), see
3502                  ChangeLog 2003-03-22]
3503
3504 2003-03-21 [colin]      0.8.11claws37
3505
3506         * src/send_message.c
3507                 Fix USE_SSL => USE_OPENSSL
3508
3509 2003-03-21 [colin]      0.8.11claws36
3510
3511         * src/folderview.c
3512                 Fix counts in drag and dropped subfolders
3513
3514 2003-03-21 [colin]      0.8.11claws35
3515
3516         * src/folder.c 
3517         * src/folderview.c
3518                 speed up a bit folder dnd
3519
3520 2003-03-20 [alfons]     0.8.11claws34
3521
3522         * src/main.c
3523         * src/toolbar.c
3524         * src/procmsg.c
3525                 don't send locked queue messages
3526                 (feature request "[ 705245 ] Locking message in outbox 
3527                  should prevent sending")
3528
3529 2003-03-20 [christoph]  0.8.11claws33
3530
3531         * src/folder.c
3532                 remove NEW and UNREAD flag in special folders when scanning
3533                 
3534         * src/common/smtp.c
3535                 fix ESMTP AUTH CRAM-MD5
3536
3537 2003-03-20 [paul]       0.8.11claws32
3538
3539         * src/prefs_account.c
3540                 Re-write 'Tunnel command to open connection' as
3541                 'Use command to communicate with server', and disable
3542                 it for all except IMAP accounts
3543
3544 2003-03-20 [paul]       0.8.11claws31
3545
3546         * sync with 0.8.11cvs6
3547                 see ChangeLog 2003-03-20
3548
3549 2003-03-19 [match]      0.8.11claws30
3550
3551         * src/addritem.[ch]
3552                 include documentation. minor refactoring.
3553         * src/addr_compl.[ch]
3554         * src/addrindex.[ch]
3555         * src/addresbook.[ch]
3556         * src/summaryview.c
3557                 re-enable address lookup (was disabled in
3558                 0.8.11claws20).
3559
3560 2003-03-19 [christoph]  0.8.11claws29
3561
3562         * src/procmsg.c
3563                 add temp flag handling, will make moving and copying
3564                 messages possible again
3565
3566         * src/folder.c
3567                 correct calulation of folder stats
3568
3569 2003-03-18 [match]      0.8.11claws28
3570
3571         * src/editgroup.h
3572                 remove case sensitive comparison (closes bug 80).
3573
3574 2003-03-18 [christoph]  0.8.11claws27
3575
3576         * src/imap.c
3577                 fix imap using a tunnel command
3578
3579         (closes bug 87)
3580
3581 2003-03-18 [christoph]  0.8.11claws26
3582
3583         * src/folder.[ch]
3584         * src/imap.c
3585         * src/procmsg.[ch]
3586                 rewrite flag handling for folders
3587
3588 2003-03-18 [christoph]  0.8.11claws25
3589
3590         * src/folder.c
3591         * src/procmsg.c
3592         * src/summaryview.c
3593                 unset NEW and UNREAD flags when message is ignored, to make
3594                 sure messages don't show up as unread on other IMAP clients,
3595                 because the IGNORE_THREAD flag can not be syncronized through
3596                 the IMAP folder
3597
3598 2003-03-17 [christoph]  0.8.11claws24
3599
3600         * src/imap.c
3601                 don't use recursion to fetch uids when the number of messages
3602                 does not match. Moved code into subfunction that is used
3603                 again when needed, to prevent an endless loop.
3604
3605 2003-03-17 [thorsten]   0.8.11claws23
3606
3607         * src/imageview.[ch]
3608                 export imageview_get_resized_size() (for plugins)
3609         * src/prefs_common.[ch]
3610                 added prefs_common_get() (for plugins)
3611
3612 2003-03-17 [christoph]  0.8.11claws22
3613
3614         * src/imap.c
3615                 o remove UID guessing from copy code
3616                 o support UIDPLUS extension for APPEND command
3617
3618 2003-03-17 [paul]       0.8.11claws21
3619
3620         * src/gtk/about.c
3621                 remove 'Compiled-plugins' section.
3622                 
3623         * src/plugins/dillo_viewer/dillo_viewer.c
3624                 slight change to description text
3625
3626 2003-03-16 [match]      0.8.11claws20
3627         * src/ldapserver.[ch]           ** NEW **
3628         * src/ldapctrl.[ch]             ** NEW **
3629         * src/ldapquery.[ch]            ** NEW **
3630         * src/ldaputil.[ch]             ** NEW **
3631         * src/addrcindex.[ch]           ** NEW **
3632         * src/addrquery.h               ** NEW **
3633         * src/addritem.[ch]
3634         * src/addrcache.[ch]
3635         * src/addrindex.[ch]
3636         * src/addr_compl.[ch]
3637         * src/addressbook.[ch]
3638         * src/addrbook.[ch]
3639         * src/editgroup.c
3640         * src/editaddress.c
3641         * src/editldap.c
3642         * src/editldap_basedn.c
3643         * src/vcard.c
3644         * src/jpilot.c
3645         * src/Makefile.am
3646                 included dynamic LDAP queries. improved address
3647                 completion.
3648
3649 2003-03-16 [paul]       0.8.11claws19
3650
3651         * tools/multiwebsearch.pl
3652                 fix a fatal typo
3653
3654 2003-03-16 [christoph]  0.8.11claws18
3655
3656         * src/mimeview.c
3657         * src/plugins/dillo_viewer/dillo_viewer.c
3658         * src/plugins/mathml_viewer/mathml_viewer.c
3659                 make unregistering of MimeViewerFactorys possible
3660
3661 2003-03-16 [alfons]     0.8.11claws17
3662
3663         * configure.ac
3664                 correct typo
3665
3666 2003-03-16 [melvin]     0.8.11claws16
3667
3668         * src/plugins/dillo_viewer.c
3669                 Fixed bug where it was not possible to view more than
3670                 one text/html attachment per message (bug discovered
3671                 by Christoph Hohmann).
3672
3673 2003-03-15 [melvin]     0.8.11claws15
3674
3675         * src/prefs_actions.c
3676                 Fixed compilation warnings.
3677
3678 2003-03-15 [melvin]     0.8.11claws14
3679
3680         * src/plugins/Makefile.am
3681         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3682         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3683         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3684                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3685                 newer (http://dillo.auriga.wearlab.de/).
3686
3687 2003-03-15 [christoph]  0.8.11claws13
3688
3689         * src/imap.c
3690                 don't query imap folder for attributes because we already
3691                 for them from imap_status
3692
3693         * src/mimeview.[ch]
3694                 add support for plugable MimeViewers (unloading Viewers
3695                 not yet complete)
3696
3697         * src/plugins/Makefile.am
3698         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3699         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3700         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3701                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3702                 widget from http://helm.cs.unibo.it/mml-widget/
3703
3704 2003-03-14 [christoph]  0.8.11claws12
3705
3706         * src/folder.[ch]
3707                 o error return code's should better be negative
3708                 o replace printf with debug_print
3709
3710         * src/imap.c
3711                 improve IMAP folder scan by checking UID-NEXT
3712
3713         * src/summaryview.c
3714                 remove check that are unnecessary in my opinion
3715
3716 2003-03-13 [christoph]  0.8.11claws11
3717
3718         * src/folder.[ch]
3719         * src/foldersel.c
3720         * src/folderview.c
3721         * src/imap.c
3722         * src/mbox_folder.c
3723         * src/mh.c
3724         * src/news.c
3725         * src/prefs_scoring.c
3726         * src/summaryview.c
3727                 use a common function to get a displayable name
3728                 for a FolderItem
3729
3730 2003-03-13 [paul]       0.8.11claws10
3731
3732         * tools/Makefile.am
3733           tools/README
3734           tools/multiwebsearch.conf     ** NEW FILE **
3735           tools/multiwebsearch.pl       ** NEW FILE **
3736                 add multiwebsearch Actions script
3737
3738 2003-03-13 [colin]      0.8.11claws9
3739
3740         * src/compose.c
3741                 Remove leading emtpy lines from quoted text
3742                 before quoting it
3743
3744 2003-03-13 [melvin]     0.8.11claws8
3745
3746         * src/prefs_actions.c
3747                 Fixed a memory leak
3748                 Code clean ups
3749                 Added Cancel and OK buttons
3750                 Corrected help text
3751
3752 2003-03-13 [christoph]  0.8.11claws7
3753
3754         * src/account.c
3755         * src/folder.[ch]
3756         * src/imap.c
3757         * src/mainwindow.c
3758         * src/mbox_folder.c
3759         * src/mh.c
3760         * src/news.c
3761         * src/setup.c
3762                 replace more folder type stuff with folder class stuff
3763
3764 2003-03-13 [melvin]     0.8.11claws6
3765
3766         * src/prefs_actions.c
3767                 Added new tokens:
3768                 %u: user provided argument
3769                 %h: user provided argument (hidden on input)
3770                 %s: current text selection in the message view 
3771
3772 2003-03-13 [paul]       0.8.11claws5
3773
3774         * sync with 0.8.11cvs5
3775                 see ChangeLog 2003-03-11, 2003-03-12
3776
3777 2003-03-12 [christoph]  0.8.11claws4
3778
3779         * src/folder.c
3780                 use folder class idstr when writing folderlist.xml
3781
3782         * src/folder.h
3783         * src/imap.c
3784         * src/news.c
3785                 replace folder type checks with folder class checks
3786
3787 2003-03-12 [christoph]  0.8.11claws3
3788
3789         * src/folder.[ch]
3790         * src/imap.[ch]
3791         * src/main.c
3792         * src/mbox_folder.[ch]
3793         * src/mh.[ch]
3794         * src/news.[ch]
3795                 o create a list of known folder classes in the folder system
3796                 o use folder class id strings for folder item identifiers
3797
3798 2003-03-12 [christoph]  0.8.11claws2
3799
3800         * src/imap.c
3801                 fix imap uid validity check
3802
3803 2003-03-12 [christoph]  0.8.11claws1
3804
3805         * src/account.c
3806         * src/folder.[ch]
3807         * src/foldersel.c
3808         * src/folderview.c
3809         * src/imap.c
3810         * src/mainwindow.c
3811         * src/mbox_folder.c
3812         * src/mh.c
3813         * src/news.c
3814         * src/prefs_scoring.c
3815         * src/procmsg.c
3816         * src/setup.c
3817         * src/summaryview.c
3818                 initial restructuring of folder system, seperating
3819                 folders and folder classes
3820
3821 2003-03-12 [paul]       0.8.11claws
3822
3823         0.8.11claws release
3824
3825 2003-03-12 [christoph]
3826
3827         * src/gtk/prefswindow.c
3828                 fix translation of "Page Index"
3829
3830 2003-03-12 [paul]       0.8.10claws110
3831
3832         a sync from 0.8.11cvs4 before the release
3833
3834         * src/common/utils.c
3835                 subject_compare_for_sort(): allow null strings (fixes
3836                 summary sorting).
3837
3838 2003-03-11 [paul]       0.8.10claws109
3839
3840         * po/es.po
3841                 update Spanish translation, submitted by
3842                 Ricardo Mones Lastra
3843
3844 2003-03-11 [melvin]     0.8.10claws108
3845
3846         * po/fr.po
3847                 Updated French translations
3848
3849 2003-03-11 [paul]       0.8.10claws107
3850
3851         * manual/en/Makefile.am
3852           manual/en/*.html
3853                 update English manual, add a new page
3854                 updated by Francois Barriere <fbarriere@atmel.fr>
3855                 
3856         * po/bg.po
3857           po/it.po
3858           po/sr.po
3859                 update Bulgarian, Italian, and Serbian translations
3860                 submitted by George Danchev, Alessandro Maestri, and
3861                 Urke MMI
3862
3863 2003-03-10 [paul]       0.8.10claws106
3864
3865         * src/gtk/about.c
3866           src/gtk/prefswindow.c
3867                 make some strings translatable
3868
3869 2003-03-10 [darko]      0.8.10claws105
3870
3871         * src/compose.c
3872                 code cleanup to make Hiro happy
3873
3874 2003-03-10 [paul]       0.8.10claws104
3875
3876         * sync with 0.8.11cvs2
3877                 see ChangeLog 2003-03-10
3878
3879 2003-03-09 [melvin]     0.8.10claws103
3880
3881         * src/textview.c
3882                 textview_set_font(): fix for message display in
3883                 UTF-8 locales (thanks to Sergey Vlasov).
3884                 (was unintentionnaly reverted in 0.8.6claws6)   
3885
3886 2003-03-08 [darko]      0.8.10claws102
3887
3888         * src/compose.c
3889                 fix infinite loop in wrapping as reported
3890                 by happycactus
3891                 obsoletes patch #696482
3892
3893 2003-03-08 [christoph]  0.8.10claws101
3894
3895         * src/imap.c
3896                 add workaround for IMAP servers that do not
3897                 support the "UID SEARCH UID" command
3898
3899 2003-03-07 [christoph]  0.8.10claws100
3900
3901         * src/plugins/spamassassin/spamassassin.[ch]
3902         * src/plugins/spamassassin/spamassassin_gtk.c
3903                 code cleanup
3904
3905 2003-03-07 [paul]       0.8.10claws99
3906
3907         * po/es.po
3908                 updated Spanish translation, submitted by
3909                 Ricardo Mones Lastra
3910
3911 2003-03-07 [christoph]  0.8.10claws98
3912
3913         * src/send.c
3914                 fix in 0.8.10claws94 was wrong
3915                 local delivery does not require escaping, remove escaping
3916                 code to make signatures of mails with "." lines valid
3917                 
3918                 NOTE: requires that sendmail is executed with "-i" option,
3919                       what is the default now, but has to be changed in all
3920                       exsiting accounts)
3921
3922 2003-03-07 [paul]       0.8.10claws97
3923
3924         * sync with 0.8.11 release
3925                 see ChangeLog 2003-03-07
3926
3927 2003-03-06 [paul]       0.8.10claws96
3928
3929         * src/compose.c
3930                 revert commit 0.8.10claws92
3931
3932 2003-03-06 [paul]       0.8.10claws95
3933
3934         * src/folderview.c
3935                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3936
3937         * src/gtkaspell.c
3938                 fix bug 74, 'Crash opening editor window with pseudo-color
3939                 display'
3940                 
3941         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3942
3943 2003-03-06 [christoph]  0.8.10claws94
3944
3945         * src/send.c
3946                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3947                 all lines starting with a period get an extra period
3948                 inserted
3949                 (found by Simon 'corecode' Schubert)
3950
3951 2003-03-06 [paul]       0.8.10claws93
3952
3953         * src/folderview.c
3954                 if configured font can't be loaded fall back to gtk
3955                 default. (with thanks to Christoph)
3956                 
3957                 closes long-standing bug 15 'Crashes on startup'
3958
3959 2003-03-06 [paul]       0.8.10claws92
3960
3961         * src/compose.c
3962                 freeze text before autosave and thaw afterwards
3963                 fixes bug 67 'autosave make re-rediting message crazy'
3964
3965 2003-03-06 [christoph]  0.8.10claws91
3966
3967         * src/compose.c
3968                 ignore address comment in dupe check for Cc-list
3969
3970         (closes reopened bug 47 Replying to message strips name part of
3971          e-mail addresses of Cc: lines)
3972
3973 2003-03-06 [paul]       0.8.10claws90
3974
3975         * src/Makefile.am
3976                 remove reference to gtkxtext.h as its no longer in
3977                 the repository
3978
3979 2003-03-06 [paul]       0.8.10claws89
3980
3981         * sync with 0.8.10cvs25
3982                 see ChangeLog 2003-03-06
3983
3984 2003-03-06 [oliver]     0.8.10claws88
3985         
3986         * src/messageview.c
3987                 remove include
3988
3989 2003-03-06 [oliver]     0.8.10claws87
3990         
3991         * src/folderview.c 
3992                 remove changes introduced inclaws74
3993         * src/messageview.c
3994                 another attempt to sanely delete and update
3995                 messages deleted in separate messageview
3996
3997 2003-03-05 [christoph]  0.8.10claws86
3998
3999         * src/summaryview.c
4000                 check if "From" matches any account's address if
4001                 addressbook completion of addresses is disabled too
4002
4003         (closes Bug 70 "Display recipient in from" doesn't check
4004          folder's default account)
4005
4006 2003-03-05 [christoph]  0.8.10claws85
4007
4008         * src/compose.c
4009         * src/common/utils.[ch]
4010                 don't strip address comments when building Cc lists
4011
4012         (closes Bug 47 Replying to message strips name part of e-mail addresses
4013          of Cc: lines)
4014
4015         * src/folder.c
4016                 fix return value of copy function
4017
4018 2003-03-05 [christoph]  0.8.10claws84
4019
4020         * src/imap.c
4021                 don't ask imap server for non rfc822 headers
4022
4023         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4024
4025         * src/imap.c
4026                 destroy session on socket error to allow reconnecting
4027
4028 2003-03-05 [christoph]  0.8.10claws83
4029
4030         * configure.ac
4031                 fix building with gnome when no prefix is set
4032
4033         (closes bug 66 Gnome directory is set to NONE)
4034
4035 2003-03-05 [paul]       0.8.10claws82
4036
4037         * sync with 0.8.10cvs23
4038                 see ChangeLog 2003-03-05
4039
4040 2003-03-04 [christoph]  0.8.10claws81
4041
4042         * src/folder.c
4043                 o fix moving and copying when folder returns 0 for new
4044                   message number
4045                 o remove some code for single message copy and move
4046                   operations and use functions for multiple messages
4047
4048         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4049
4050         * src/news.c
4051                 remove unused include
4052
4053 2003-03-04 [paul]       0.8.10claws80
4054
4055         * src/gtk/about.c
4056                 list 'Compiled plugins'
4057
4058 2003-03-03 [christoph]  0.8.10claws79
4059
4060         * src/news.[ch]
4061                 have to multiply the percentage of the current fetch with
4062                 the percentage that it has of the total fetch operation
4063                 for correct values
4064
4065 2003-03-03 [christoph]  0.8.10claws78
4066
4067         * src/news.c
4068                 fix calculation of expected lines for progress indicator
4069
4070 2003-03-03 [christoph]  0.8.10claws77
4071
4072         * src/summaryview.c
4073         * src/common/utils.c
4074                 fix segfault when opening the root news folder
4075
4076 2003-03-03 [christoph]  0.8.10claws76
4077
4078         * src/mainwindow.[ch]
4079         * src/common/Makefile.am
4080         * src/common/progressindicator.[ch]
4081                 add UI independent progress indicator handling
4082
4083         * src/news.[ch]
4084                 use new progress indicator for message info fetching
4085
4086         * src/common/hooks.h
4087                 code cleanup
4088
4089 2003-03-03 [oliver]     0.8.10claws75
4090
4091         * src/toolbar.c
4092         * src/compose.c
4093                 removed commented code
4094
4095 2003-03-03 [oliver]     0.8.10claws74
4096
4097         * src/toolbar.[ch]
4098                 cleanups and refactoring
4099         * src/compose.[ch]
4100                 compose_reply_mode reply & forwarding interface for
4101                 toolbar buttons
4102         * src/folderview.c
4103                 act on messages marked for deletion in folderview_selected
4104                 based on prefs_common.immediate_exec since a message might 
4105                 have been deleted by messageview in a folder we are changing 
4106                 to (does anybody understand what I'm on about ?)
4107
4108 2003-03-03 [oliver]     0.8.10claws73
4109         
4110         * src/messageview.[ch]
4111                 new functions
4112                 - messageview_delete: delete message shown in messagview
4113                 - messageview_update_view: update messageview to currently 
4114                   selected summaryview message
4115                 - add separate messageview to msgview_list in order to update 
4116                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4117         * src/summaryview.[ch]
4118                 summary_get_selection returns a list of selected msgs
4119                 in summaryview
4120         * src/mainwindow.c
4121                 toolbar reply refactoring
4122
4123 2003-03-03 [paul]       0.8.10claws72
4124
4125         * sync with 0.8.10cvs21
4126                 see ChangeLog 2003-03-03
4127
4128 2003-03-02 [christoph]  0.8.10claws71
4129
4130         * src/common/passcrypt.c
4131                 use POSIX includes
4132
4133 2003-03-02 [christoph]  0.8.10claws70
4134
4135         * configure.ac
4136         * src/prefs_account.c
4137         * src/prefs_gtk.[ch]
4138         * src/common/.cvsignore
4139         * src/common/Makefile.am
4140         * src/common/passcrypt.c                ** NEW **
4141         * src/common/passcrypt.h.in             ** NEW **
4142                 Implement password encryption in config files
4143                 using unix encrypt and setkey functions. The crypt
4144                 key can be set as a configure parameter. Old
4145                 passwords will be converted if they do not begin
4146                 with '!'
4147
4148 2003-03-02 [paul]       0.8.10claws69
4149
4150         * src/prefs_account.c
4151                 fix compile error
4152
4153 2003-03-01 [thorsten]   0.8.10claws68
4154
4155         * po/el.po
4156           po/hr.po
4157           po/it.po
4158           po/nl.po
4159           po/sr.po
4160           po/sv.po
4161                 corrected format strings
4162         * po/en_GB.po
4163                 corrected headers
4164                 (fix compile errors with GNU gettext-0.11.5)
4165
4166 2003-03-01 [oliver]     0.8.10claws67
4167
4168         * src/summaryview.c
4169                 menu callbacks call toolbar_menu_reply
4170
4171 2003-03-01 [oliver]     0.8.10claws66
4172
4173         * src/mainwindow.c
4174         * src/messageview.c
4175                 menu callbacks call toolbar_menu_reply
4176         * src/toolbar.[ch]
4177                 callbacks from menu handled by toolbar_menu_reply
4178
4179 2003-03-01 [paul]       0.8.10claws65
4180
4181         * src/addressbook.c
4182                 revert commit 0.8.10claws54 - breaks editing of
4183                 addressbook.
4184                 
4185         * po/bg.po
4186                 update Bulgarian translation, submitted by
4187                 George Danchev
4188
4189 2003-02-28 [christoph]  0.8.10claws64
4190
4191         * src/account.c
4192         * src/addressadd.c
4193         * src/compose.c
4194         * src/gtkaspell.c
4195         * src/gtkxtext.h                ** REMOVE **
4196         * src/imap.c
4197         * src/matcher.[ch]
4198         * src/mh.c
4199         * src/news.c
4200         * src/pine.c
4201         * src/prefs_common.c
4202         * src/prefs_matcher.c
4203         * src/procheader.[ch]
4204         * src/procmsg.[ch]
4205         * src/toolbar.c
4206         * src/common/ssl_certificate.c
4207         * src/gtk/colorlabel.c
4208         * src/gtk/menu.c
4209                 o fix warnings
4210                 o remove code obsoleted by new cache and folder system rework
4211
4212 2003-02-28 [oliver]     0.8.10claws63
4213         
4214         * src/toolbar.[ch]
4215                 * fix bug where reply in Messageview replied to 
4216                 Message displayed in summaryview
4217                 (reportedd via ML by chinatinte at gmx dot ch)
4218                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4219                 didn't work in separate MessageView Toolbar
4220                 (wondering if anybody uses this at all ?)
4221         * src/summaryview.[ch]
4222                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4223                 (generalize reply and forward code);
4224         * src/messageview.c 
4225                 remove focus_in event which updated summaryview to messageview
4226
4227 2003-02-28 [paul]       0.8.10claws62
4228
4229         * po/Makefile.in.in
4230                 add the --check option
4231                 Patch submitted by Ricardo Mones Lastra
4232
4233 2003-02-28 [paul]       0.8.10claws61
4234
4235         * src/prefs_account.c
4236                 re-order 'Signature' items
4237
4238 2003-02-28 [paul]       0.8.10claws60
4239
4240         * sync with 0.8.10cvs20
4241                 see ChangeLog 2003-02-28
4242
4243 2003-02-28 [paul]       0.8.10claws59
4244
4245         * po/POTFILES.in
4246                 update to reflect recent movement of files
4247
4248 2003-02-28 [paul]       0.8.10claws58
4249
4250         * sync with 0.8.10cvs19
4251                 see ChangeLog 2003-02-28
4252
4253 2003-02-27 [martin]     0.8.10claws57
4254
4255         * src/prefs_matcher.c 
4256                 fix segfault in prefs_matcher_ok() when the
4257                 last entry is deleted and prevents that the
4258                 message "entry not saved" comes up after deleting
4259                 an entry
4260
4261 2003-02-27 [martin]     0.8.10claws56
4262
4263         * src/prefs_filtering.c 
4264                 fix segfault in prefs_filtering_ok() when the
4265                 last entry is deleted and prevents that the
4266                 message "entry not saved" comes up after deleting
4267                 an entry
4268
4269 2003-02-27 [paul]       0.8.10claws55
4270
4271         * sync with 0.8.10cvs18
4272                 see ChangeLog 2003-02-27
4273
4274 2003-02-27 [paul]       0.8.10claws54
4275
4276         * src/addressbook.c
4277                 fix bug where the address book crashes with 
4278                 multiple lookups.
4279                 Patch [687729] submitted by David Frager 
4280                 <dbfrager@users.sourceforge.net>
4281
4282 2003-02-25 [christoph]  0.8.10claws53
4283
4284         * src/Makefile.am
4285         * src/colorlabel.[ch]           ** REMOVE **
4286         * src/gtk/Makefile.am
4287         * src/gtk/colorlabel.[ch]       ** NEW **
4288                 move colorlabel files to gtk directory
4289
4290         * src/esmtp.[ch]                ** REMOVE **
4291                 has been merged into smtp.[ch] in 0.7.5
4292
4293 2003-02-25 [christoph]  0.8.10claws52
4294
4295         * src/Makefile.am
4296         * src/about.[ch]                ** REMOVE **
4297         * src/gtk/Makefile.am
4298         * src/gtk/about.[ch]            ** NEW **
4299                 move about files to gtk directory
4300
4301 2003-02-25 [christoph]  0.8.10claws51
4302
4303         * src/folder.c
4304                 some code optimization of folder scanning code
4305
4306         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4307
4308 2003-02-25 [christoph]  0.8.10claws50
4309
4310         * src/main.c
4311         * src/common/sylpheed.c
4312                 add command line parameter parsing to common code
4313
4314 2003-02-24 [christoph]
4315
4316         * Makefile.am
4317         * configure.ac
4318                 fix gnome prefix problems, the configure script now removed
4319                 `gnome-config --prefix` from `gnome-config --datadir`
4320                 and adds $(prefix} instead
4321
4322         (closes Bug 24 Makefile does not respect prefix when installing
4323          GNOME data)
4324
4325 2003-02-24 [christoph]  0.8.10claws49
4326
4327         * src/news.c
4328                 check for valid session before trying to authenticate
4329
4330         (closes Bug 60 crash if "authenticate on logon" is activated
4331          and newsserver-hostname is not valid)
4332
4333 2003-02-24 [melvin]     0.8.10claws48
4334
4335         * src/prefs_actions.c
4336                 Make sure all user's input is sent to the action and then
4337                 close the socket..
4338
4339 2003-02-23 [alfons]     0.8.10claws46
4340
4341         * src/summaryview.c
4342                 also wait cursor when deleting files
4343
4344 2003-02-23 [paul]
4345
4346         * tools/freshmeat_search.pl
4347           tools/google_search.pl
4348                 scripts should now work for any browser/browser command line
4349
4350 2003-02-22 [christoph]  0.8.10claws45
4351
4352         * src/procmsg.c
4353                 fix IMAP flag setting, IMAP flag is not handled correctly
4354                 anymore by the folder system and information about the
4355                 folder should not be saved in the MsgInfo (in my opinion)
4356
4357         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4358
4359 2003-02-22 [christoph]  0.8.10claws44
4360
4361         * src/summaryview.c
4362                 fix spelling of "label" ;-)
4363
4364 2003-02-22 [thorsten]   0.8.10claws43
4365
4366         * src/mimeview.c
4367           src/prefs_common.[ch]
4368           src/procmime.[ch]
4369                 do not use description as attachment name
4370
4371 2003-02-22 [alfons]     0.8.10claws42
4372
4373         * src/summaryview.c
4374                 freeze/thaw folder item updates when changing color labels,
4375                 and put a wait cursors on
4376
4377 2003-02-22 [thorsten]   0.8.10claws41
4378
4379         * src/mimeview.c
4380                 save-all fixes: crash if invoked on multipart container,
4381                 mimeinfo access, pathseparators, error dialog
4382
4383 2003-02-21 [alfons]     0.8.10claws40
4384
4385         * src/prefs_gtk.c
4386                 remove unused var
4387
4388 2003-02-21 [colin]      0.8.10claws39
4389
4390         * src/send.c
4391                 Fix smtp logging
4392
4393 2003-02-21 [colin]      0.8.10claws38
4394
4395         * src/summaryview.c
4396                 Freeze/thaw folderItem updates when filtering messages 
4397                 via Tools/Filter messages
4398
4399 2003-02-21 [paul]       0.8.10claws37
4400
4401         * src/compose.c
4402                 revert commit 0.8.10claws26, there are ulterior motives
4403                 for users to set a Reply-To header when posting to
4404                 newsgroups
4405
4406 2003-02-21 [paul]       0.8.10claws36
4407
4408         * sync with 0.8.10cvs17
4409                 see ChangeLog 2003-02-21
4410
4411 2003-02-20 [christoph]  0.8.10claws35
4412
4413         * src/imap.c
4414                 IMAP UID fetch speedup using SEARCH
4415
4416         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4417
4418         * src/imap.c
4419                 fix problem with UIDs in IMAP UID cache that no longer existed
4420
4421 2003-02-20 [christoph]  0.8.10claws34
4422
4423         * src/imap.c
4424         * src/procheader.c
4425         * src/procheader.h
4426                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4427
4428         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4429
4430         * src/imap.c
4431                 Rewrite imap_cmd_gen_recv use sock_getline instead
4432                 of sock_gets to avoid problems with too long reply
4433                 lines
4434     
4435 2003-02-20 [colin]      0.8.10claws33
4436         
4437         * src/prefs_account.c
4438                 Better wording
4439
4440 2003-02-20 [colin]      0.8.10claws32
4441
4442         * src/compose.c
4443                 Remove useless '&& !to_sender' 
4444
4445 2003-02-20 [darko]
4446
4447         * AUTHORS
4448                 change my e-mail address
4449
4450 2003-02-19 [colin]      0.8.10claws31
4451
4452         * src/prefs_common.c
4453                 X11 style colors for every configurable color
4454
4455 2003-02-19 [alfons]     0.8.10claws30
4456
4457         * src/prefs_gtk.[ch]
4458         * src/prefs_common.c
4459                 for color_new accept both plain integers and X11 style color
4460                 names (as found in /usr/lib/X11/rgb.txt)
4461
4462 2003-02-19 [paul]       0.8.10claws29
4463
4464         * src/mainwindow.c
4465                 add tooltips to online/offline button and account selector
4466                 button
4467
4468 2003-02-19 [paul]       0.8.10claws28
4469
4470         * src/folder.c
4471           src/news.c
4472           src/prefs_account.[ch]
4473           src/prefs_common.[ch]
4474                 move 'Maximum number of articles to download' to
4475                 account prefs.
4476                 clean up account prefs gui a little by hiding entries
4477                 rather then greying out entries
4478
4479 2003-02-19 [hiro]       0.8.10claws27
4480
4481         * src/common/utils.c
4482                 fix bug #54 'yesterdays date is displayed in the message 
4483                 summary window'
4484
4485 2003-02-19 [paul]       0.8.10claws26
4486
4487         * src/compose.c
4488                 fix bug reported in Feature Request [688596] 
4489                 'Reply-to header in news'
4490
4491 2003-02-18 [paul]       0.8.10claws25
4492
4493         * src/select-keys.c
4494                 add a 'List all keys' button to key selection dialog
4495
4496 2003-02-18 [colin]      0.8.10claws24
4497         
4498         * src/stock_pixmap.c
4499                 fix compile error
4500
4501 2003-02-18 [colin]      0.8.10claws23
4502
4503         * src/common/smtp.[ch]
4504           src/prefs_account.c
4505                 Try to starttls if it seems to be the only
4506                 way to authenticate a user
4507
4508 2003-02-18 [paul]       0.8.10claws22
4509
4510         * src/Makefile.am
4511           src/folderview.c
4512           src/stock_pixmap.[ch]
4513           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4514           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4515                 as a Drafts folder is a special folder allow it to have
4516                 its own unique icons
4517
4518 2003-02-18 [colin]      0.8.10claws21
4519
4520         * src/imap.c
4521                 Fix port selection when using starttls
4522
4523 2003-02-18 [paul]       0.8.10claws20
4524
4525         * src/mainwindow.c
4526           src/prefs_common.[ch]
4527                 make blue the default new mail colour
4528
4529 2003-02-18 [paul]       0.8.10claws19
4530
4531         * sync with 0.8.10cvs14
4532                 see ChangeLog 2003-02-18
4533
4534 2003-02-17 [jens]       0.8.10claws18
4535
4536         * src/common/md5.c
4537                 fixed a compile problem with gcc 3.3
4538                 works on 2.95.3 too (testet on PPC as it is big endian)
4539
4540 2003-02-17 [paul]       0.8.10claws17
4541
4542         * sync with 0.8.10cvs13
4543                 see ChangeLog 2003-02-17
4544
4545 2003-02-17 [paul]       0.8.10claws16
4546
4547         * sync with 0.8.10cvs12
4548                 see ChangeLog 2003-02-17
4549
4550 2003-02-16 [match]      0.8.10claws15
4551
4552         * src/addressbook.c
4553                 Eliminates reloading of address data when items
4554                 deleted or added. Applied submitted by
4555                 Luke Plant <lukeplant@softhome.net>
4556
4557 2003-02-16 [paul]       0.8.10claws14
4558
4559         * src/news.c
4560                 when a 'protocol error' is encountered disconnect from
4561                 the server. This means that the user can carry on viewing
4562                 other articles and doesn't have to either wait until the
4563                 server timesout or quit sylpheed.
4564                 Fixes bug #53 'Unable to read messages in newsgroups, 
4565                 displayed message doesn't change'
4566
4567 2003-02-15 [christoph]  0.8.10claws13
4568
4569         * src/imap.c
4570                 fix bug that stopped scanning of folders when an
4571                 IMAP folder was empty
4572
4573         (closes bug 46 stop scan messages in folders after empty folder)
4574
4575 2003-02-15 [paul]
4576
4577         * tools/Makefile.am
4578           tools/README
4579           tools/freshmeat_search.pl     ** NEW FILE **
4580           tools/google_search.pl        ** NEW FILE **
4581                 Add 2 Actions scripts which search freshmeat/google
4582                 for the selected text using the browser configured
4583                 in sylpheedrc.
4584                 
4585         Note: These scripts are very dependent on the format of the
4586         browser command and may not work on every occasion. Testing
4587         is welcome. 
4588
4589 2003-02-14 [alfons]     0.8.10claws12
4590
4591         * src/compose.c
4592                 fix breakage because of uninitialized account pointer.
4593                 please verify.
4594
4595 2003-02-14 [paul]       0.8.10claws11
4596
4597         * src/compose.c
4598           src/prefs_account.[ch]
4599           src/prefs_common.[ch]
4600                 move signature settings to Account Prefs
4601
4602 2003-02-14 [paul]       0.8.10claws10
4603
4604         * sync with 0.8.10cvs11
4605                 see ChangeLog 2003-02-14
4606
4607 2003-02-13 [thorsten]   0.8.10claws9
4608
4609         * src/news.c
4610                 revert news progressbar (GUI separation)
4611
4612 2003-02-13 [paul]       0.8.10claws8
4613
4614         * src/compose.c
4615                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4616                 paragraph 1
4617
4618 2003-02-13 [paul]       0.8.10claws7
4619
4620         * src/compose.[ch]
4621           src/summaryview.c
4622                 fix 'Follow-up and Reply-to' so that it creates a reply to
4623                 the newsgroup and the sender. If the message has the keyword
4624                 'poster' in the Followup-To header, all replies go to the
4625                 sender, re: RFC 1036, Section 2.2.3
4626                 rename all instances of 'ignore_replyto' to 'to_sender', both
4627                 were previously used, now we use just one.
4628
4629 2003-02-13 [paul]       0.8.10claws6
4630
4631         * sync with 0.8.10cvs9
4632                 see ChangeLog 2003-02-13
4633
4634 2003-02-13 [paul]       0.8.10claws5
4635
4636         * configure.ac
4637                 show which plugins are configured in the configure
4638                 output.
4639
4640 2003-02-12 [thorsten]   0.8.10claws4
4641
4642         * src/news.c
4643                 show progress while fetching news headers
4644
4645 2003-02-12 [christoph]  0.8.10claws3
4646
4647         * configure.ac
4648         * src/plugins/Makefile.am
4649                 use AM_CONDITIONAL to enable plugins, automake correctly
4650                 manages this when creating distdir
4651
4652 2003-02-12 [christoph]  0.8.10claws2
4653
4654         * ac/spamassassin.m4
4655         * src/plugins/spamassassin/Makefile.am
4656                 fix building SpamAssassin plugin without OpenSSL
4657
4658 2003-02-12 [paul]       0.8.10claws1
4659
4660         * ac/Makefile.am
4661           src/Makefile.am
4662           src/plugins/Makefile.am
4663                 fix failure of 'make release'
4664
4665 2003-02-12 [paul]       0.8.10claws
4666
4667         * 0.8.10claws released
4668
4669 2003-02-12 [paul]       0.8.9claws56
4670
4671         * po/bg.po
4672           po/es.po
4673           po/it.po
4674           po/ru.po
4675           po/sr.po
4676                 updated translations by George Danchev, Ricardo Mones Lastra,
4677                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4678                 
4679         * sylpheed.spec.in
4680                 Allow the building of RPMs by a regular user. Submitted
4681                 by Sergei Astanin
4682
4683 2003-02-11 [alfons]     0.8.9claws55
4684
4685         * src/colorlabel.c
4686                 don't use pixmaps for label color rect but draw rectangles
4687                 so we can respect the color map of palette based visuals
4688                 (fixes the long time crashes on Suns - thanks to Andreas
4689                 Engel and Steve O'Hara-Smith for testing)
4690
4691 2003-02-11 [christoph]  0.8.9claws54
4692
4693         * src/matcher_parser_parse.y
4694                 correct bug where filering rules of not existing folders in
4695                 matcherrc were added to global filtering
4696                 
4697         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4698          main filter-rules after removing directory, http://bugs.debian.org/180253)
4699         
4700 2003-02-11 [paul]       0.8.9claws53
4701
4702         * sync with 0.8.10cvs7
4703                 see ChangeLog 2003-02-09
4704
4705 2003-02-11 [melvin]     0.8.9claws52
4706
4707         * po/fr.po
4708                 Updated French tranlsations
4709
4710 2003-02-10 [paul]       0.8.9claws51
4711
4712         * sylpheed.spec.in
4713                 correct --enable-openssl
4714                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4715
4716 2003-02-09 [martin]     0.8.9claws50
4717
4718         * src/prefs_matcher.c
4719                 fix segfault in prefs_matcher_substitute_cb() when
4720                 no row is selected
4721
4722 2003-02-09 [paul]       0.8.9claws49
4723
4724         * src/folderview.c
4725                 fix bug where a newsgroup folder's processing rules were
4726                 merged with the global filtering rules when the newsgroup
4727                 folder was deleted, causing some seriously bad results,
4728                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4729
4730 2003-02-08 [melvin]     0.8.9claws48
4731
4732         * src/compose.c
4733                 Corrected and modified an alert message.
4734
4735 2003-02-07 [paul]       0.8.9claws47
4736
4737         * src/folderview.c
4738                 fix bug where both an 'Account properties' window and a
4739                 'Folder properties' window were opened when clicking on
4740                 'Properties' in an NNTP or IMAP folder's popup menu.
4741
4742 2003-02-07 [paul]       0.8.9claws46
4743
4744         * sync with 0.8.10cvs6
4745                 see ChangeLog 2003-02-06
4746
4747 2003-02-06 [christoph]  0.8.9claws45
4748
4749         * src/mbox.c
4750                 freeze folder updates while importing mbox files
4751                 (closes bug 43 importing mbox took hours)
4752                 
4753         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4754
4755 2003-02-06 [thorsten]   0.8.9claws44
4756
4757         * po/de.po
4758                 Updated german translations
4759
4760 2003-02-06 [thorsten]   0.8.9claws43
4761
4762         * src/news.h
4763                 use guint for message numbers (fix count in grouplist dialog)
4764
4765 2003-02-05 [paul]       0.8.9claws42
4766
4767         * sync with 0.8.10cvs2
4768                 see ChangeLog 2003-02-05
4769
4770 2003-02-04 [colin]      0.8.9claws41
4771
4772         * src/prefs_common.[ch]
4773           src/procmsg.c
4774           src/summaryview.c
4775                 Add an option to disable threading by subject
4776
4777 2003-02-04 [christoph]  0.8.9claws40
4778
4779         * src/inc.c
4780                 only abort fetching mails from multiple accounts when the
4781                 error is fatal and does not allow to check any more accounts
4782                 (currently only disk full error)
4783
4784         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4785          receive mails for other accouts)
4786
4787 2003-02-04 [christoph]  0.8.9claws39
4788
4789         * src/folder.c
4790                 first add the new message to the cache, then
4791                 send the update notification
4792
4793         (closes bug 39 after sending message folderview doesnt get updated)
4794
4795 2003-02-04 [colin]      0.8.9claws38
4796
4797         * src/inc.c
4798                 _really_ fix this Connecting... status
4799
4800 2003-02-04 [paul]       0.8.9claws37
4801
4802         * sync with 0.8.10
4803                 see ChangeLog 2003-02-04
4804
4805 2003-02-04 [paul]       0.8.9claws36
4806
4807         * sync with 0.8.9cvs6
4808                 see ChangeLog 2003-02-03
4809
4810 2003-02-04 [paul]       0.8.9claws35
4811
4812         * po/pt_BR.po
4813                 updated by André Filipe de Assunção e Brito 
4814                 <bedecko@netsite.com.br>
4815
4816 2003-02-03 [thorsten]   0.8.9claws34
4817
4818         * po/de.po
4819                 Updated german translations
4820
4821 2003-02-02 [paul]       0.8.9claws33
4822
4823         * po/es.po
4824                 updated by Ricardo Mones Lastra
4825
4826 2003-02-02 [thorsten]   0.8.9claws32
4827
4828         * src/mh.c
4829                 Fix mh_get_msginfo() segfault if file is inaccessible
4830
4831 2003-01-31 [colin]      0.8.9claws31
4832
4833         * src/procheader.c
4834                 Fix last commit's bug
4835
4836 2003-01-31 [colin]      0.8.9claws30
4837
4838         * src/procheader.c
4839                 Missing a change for gpg-signed messages
4840
4841 2003-01-31 [paul]       0.8.9claws29
4842
4843         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4844           src/procheader.c
4845           src/stock_pixmap.[ch]
4846           src/summaryview.c
4847                 indicate GnuPG signed messages by displaying an icon
4848                 in the Attachment column.
4849
4850 2003-01-31 [paul]       0.8.9claws28
4851
4852         * sync with 0.8.9cvs4
4853                 see ChangeLog 2003-01-31
4854
4855 2003-01-31 [alfons]     0.8.9claws27
4856
4857         * src/textview.c
4858                 tune URI parser to accept mailto URLs with a '?'
4859                 (patch from Ruslan Balkin)
4860
4861 2003-01-31 [colin]      0.8.9claws26
4862
4863         * src/summaryview.c
4864                 Fix a leak introduced in claws24
4865
4866 2003-01-31 [colin]      0.8.9claws25
4867
4868         * src/summaryview.c
4869                 Freeze/Thaw folder updates when deleting dups
4870
4871 2003-01-31 [colin]      0.8.9claws24
4872         
4873         * src/addr_compl.c
4874           src/summaryview.c
4875           src/msgcache.c
4876                 little speed improvements
4877
4878 2003-01-31 [colin]      0.8.9claws23
4879
4880         * src/summaryview.c
4881                 Fix segfault when forwarding nothing
4882                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4883                 
4884 2003-01-30 [paul]       0.8.9claws22
4885
4886         * sync with 0.8.9cvs3
4887                 see ChangeLog 2003-01-30
4888
4889 2003-01-30 [paul]       0.8.9claws21
4890
4891         * sync with 0.8.9cvs2
4892                 see ChangeLog 2003-01-30
4893
4894 2003-01-29 [paul]       0.8.9claws20
4895
4896         * sync with 0.8.9cvs1
4897                 see ChangeLog 2003-01-29
4898
4899 2003-01-28 [paul]       0.8.9claws19
4900
4901         * po/POTFILES.in
4902                 update to reflect changes. 
4903                 thanks to Ricardo Mones Lastra
4904
4905 2003-01-27 [christoph]  0.8.9claws18
4906
4907         * ac/openssl.m4
4908         * ac/spamassassin.m4
4909         * src/plugins/spamassassin/README
4910         * src/plugins/spamassassin/libspamc.[ch]
4911         * src/plugins/spamassassin/utils.[ch]
4912                 updated to latest libspamc
4913
4914 2003-01-27 [christoph]  0.8.9claws17
4915
4916         * src/folder.c
4917                 fix wrong use of procheader_get_header_fields
4918
4919 2003-01-27 [christoph]  0.8.9claws16
4920
4921         * src/news.c
4922         * src/prefs_account.[ch]
4923         * src/common/nntp.[ch]
4924                 allow to force authentication for NNTP servers
4925
4926         Patch submitted by Florian Mickler <dmk@d-labs.de>
4927
4928 2003-01-26 [paul]       0.8.9claws15
4929
4930         * src/summaryview.c
4931                 speed up of marking messages as read
4932                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4933
4934 2003-01-26 [christoph]  0.8.9claws14
4935
4936         * src/Makefile.am
4937         * src/mgutils.[ch]              ** REMOVE **
4938         * src/xml.[ch]                  ** REMOVE **
4939         * src/xmlprops.[ch]             ** REMOVE **
4940         * src/common/Makefile.am
4941         * src/common/mgutils.[ch]       ** NEW **
4942         * src/common/xml.[ch]           ** NEW **
4943         * src/common/xmlprops.[ch]      ** NEW **
4944                 move xml files to common directory
4945
4946 2003-01-26 [christoph]  0.8.9claws13
4947
4948         * src/plugins/spamassassin/spamassassin_gtk.c
4949                 only set gtk entry text if string is available
4950
4951 2003-01-26 [melvin]     0.8.9claws12
4952
4953         * src/description_window.c
4954                 Allow resizing of the window
4955                 Allow automatic horizontal scroll bar
4956                 Do not vertically expand and fill
4957
4958 2003-01-26 [christoph]  0.8.9claws11
4959
4960         * src/Makefile.am
4961         * src/gtkutils.[ch]             ** REMOVE **
4962         * src/common/sylpheed.c
4963         * src/gtk/Makefile.am
4964         * src/gtk/description_window.c
4965         * src/gtk/gtkutils.[ch]         ** NEW **
4966         * src/gtk/prefswindow.c
4967                 move gtkutils to gtk directory
4968
4969 2003-01-26 [paul]       0.8.9claws10
4970
4971         * src/summaryview.c
4972                 rename summary_unread_clicked() to summary_status_clicked()
4973
4974 2003-01-26 [melvin]     0.8.9claws9
4975
4976         * src/prefs_actions.c
4977                 Cosmetical changes to the help text
4978
4979 2003-01-26 [paul]       0.8.9claws8
4980
4981         * src/folder.[ch]
4982           src/mainwindow.c
4983           src/prefs_common.c
4984           src/prefs_sumamry_column.c
4985           summaryview.[ch]
4986                 rename the 'Unread' column to 'Status'
4987
4988 2003-01-25 [match]      0.8.9claws7
4989
4990         * src/mgutils.[ch]
4991                 removed reference to LDAP constants. removed error2string.
4992                 included functions to support LDAP dynamic queries.
4993         * src/syldap.h
4994                 moved LDAP constants here.
4995         * src/addressbook.c
4996         * src/addrindex.c
4997         * src/importldif.c
4998                 removed references to LDAP constants and references to
4999                 error2string.
5000
5001 2003-01-25 [paul]       0.8.9claws6
5002
5003         * src/summaryview.c
5004                 summary_thread_build(), summary_thread_init(): remove 
5005                 unneeded reference to summaryview->folder_item
5006
5007 2003-01-25 [christoph]  0.8.9claws5
5008
5009         * src/gtk/description_window.c
5010                 o allow description texts to expand over multiple columns
5011                 o translate all columns
5012         * src/prefs_actions.c
5013                 change syntax description to use new multi column feature
5014
5015         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5016
5017 2003-01-25 [match]      0.8.9claws4
5018
5019         * src/vcard.c
5020                 fixed bug with Quoted-Printable
5021
5022 2003-01-25 [paul]       0.8.9claws3
5023
5024         * src/folder.[ch]
5025           src/summaryview.[ch]
5026                 implement per-folder collapsed/expanded threads setting
5027                 
5028         * src/prefs_common.c
5029                 remove global collapsed/expanded threads option
5030
5031 2003-01-25 [christoph]  0.8.9claws2
5032
5033         * po/POTFILES.in
5034                 add pluginwindow and prefswindow
5035         * src/compose.c
5036                 make send respond correctly to messages that could be added
5037                 to the queue folder, but the UID of the message is unknown
5038         * src/folder.c
5039         * src/imap.c
5040                 don't return guessed UIDs in imap_add_msg anymore. We return
5041                 0 to tell the folder system it was appened but the UID is
5042                 unknown. Folder system now get's the UID by scaning the folder
5043                 and searching the cache for the Message-ID
5044                 (closes bug #29 Messages queued, but not sent)
5045
5046 2003-01-25 [paul]       0.8.9claws1
5047
5048         * src/codeconv.c
5049                 conv_encode_header():  fix bug when long headers with 8-bit
5050                 characters are used, so that the encoded words are wrapped.
5051                 If the space in the original text falls on the wrap boundary,
5052                 it can be lost.
5053                 Patch by Sergey Vlasov.
5054                 
5055         * src/folderview.c
5056                  fix bug where a change to the sorting method or thread view
5057                  of a folder's messages is lost if simpify-subject is set and
5058                  toggled on or off.
5059                  Patch by Luke Plant.
5060
5061 2003-01-24 [paul]       0.8.9claws
5062
5063         * sylpheed-0.8.9claws released
5064         
5065         * Makefile.am
5066           sylpheed.spec.in
5067                 remove reference to 'INSTALL.jp'
5068
5069 2003-01-23 [paul]       0.8.8claws128
5070
5071         * po/es.po
5072           po/it.po
5073           po/ru.po
5074           po/sr.po
5075                 updated translations. submitted by Ricardo Mones Lastra,
5076                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5077
5078 2003-01-23 [colin]      0.8.8claws127
5079
5080         * src/compose.c
5081                 Fix drafted and queued news articles re-edition
5082
5083 2003-01-23 [melvin]     0.8.8claws126
5084
5085         * po/fr.po
5086                 Updated French translations
5087
5088 2003-01-23 [colin]      0.8.8claws125
5089
5090         * src/inc.c
5091                 Fix "Connecting to..." status message
5092
5093 2003-01-22 [paul]       0.8.8claws124
5094
5095         * po/bg.po
5096                 updated by George Danchev
5097                 
5098         * src/folder.c
5099                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5100                 and folder deletion
5101
5102 2003-01-21 [paul]       0.8.8claws123
5103
5104         * po/bg.po
5105                 updated by George Danchev
5106                 
5107         * src/about.c
5108                 its now 2003
5109                 
5110         * src/toolbar.c
5111                 don't translate 'Separator'
5112                 
5113         * src/plugins/spamassassin/Makefile.am
5114                 add aspell to CPPFLAGS
5115                 
5116         * src/plugins/spamassassin/spamassassin.c
5117           src/plugins/spamassassin/spamassassin_gtk.c
5118                 set correct default for spamassassin_receive_spam
5119                 slightly re-word descriptions and some
5120                 other minor changes
5121
5122 2003-01-19 [alfons]     0.8.8claws122
5123                 
5124         * src/mimeview.c
5125                 mimeview_save_as(): we might as well show the file name for
5126                 the single case "Save As" too
5127
5128 2003-01-19 [alfons]     0.8.8claws121
5129
5130         * src/crash.c
5131                 change bug tracker URL to bugzilla URL
5132
5133 2003-01-19 [alfons]     0.8.8claws120
5134
5135         * src/mimeview.c
5136                 mimeview_save_all(): display name of file before overwriting;
5137                 continue saving all, even when one overwrite was cancelled
5138
5139 2003-01-19 [christoph]  0.8.8claws119
5140
5141         * src/summaryview.c
5142         * src/procmsg.[ch]
5143                 fix wrong usage of procmsg_find_children in summaryview
5144                 by using procmsg_update_unread_children instead of
5145                 summaryview_update_unread_children
5146
5147 2003-01-19 [christoph]  0.8.8claws118
5148
5149         * src/procmsg.c
5150                 fix infinite loop in procmsg_find_children
5151                  (closes bug #25 sylpheed crashes on delete.)
5152
5153         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5154
5155 2003-01-19 [paul]       0.8.8claws117
5156
5157         * po/pt_BR.po
5158                 updated by Ivan Francolin Martinez
5159
5160 2003-01-18 [melvin]     0.8.8claws116
5161
5162         * src/prefs_actions.c
5163                 Removed syntax limitation of only one '&' at the end of command.
5164                         Now actions that contain '>/dev/null 2>&1' are possible.
5165
5166 2003-01-18 [melvin]     0.8.8claws115
5167
5168         * src/prefs_actions.c
5169                 Actions IO dialog: when the action ends
5170                 the "Close" button now has focus and [Escape] closes the
5171                 window.
5172
5173 2003-01-18 [christoph]  0.8.8claws114
5174
5175         * src/procmsg.c
5176                 o add debug output when MsgInfos are really freed
5177                 o free GSLists in procmsg_find_children and
5178                   procmsg_update_unread_children
5179
5180 2003-01-18 [christoph]  0.8.8claws113
5181
5182         * src/mainwindow.c
5183                 reorder Configuration menu
5184
5185 2003-01-18 [christoph]  0.8.8claws112
5186
5187         * src/compose.c
5188                 fix applying templates to forwarded messages
5189
5190         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5191
5192 2003-01-17 [christoph]  0.8.8claws111
5193
5194         * src/folder.c
5195                 destroy folder items, when a folder item is removed
5196
5197 2003-01-17 [christoph]  0.8.8claws110
5198
5199         * src/folder.c
5200                 fix wrong folder stats update when ignored message is
5201                 deleted
5202
5203 2003-01-17 [colin]      0.8.8claws109
5204         
5205         * src/mainwindow.c
5206         * src/summaryview.c
5207                 Quicksearch bugfixes: 
5208                 - hide help button at startup if not extended
5209                 - switch to extended when looking for replies
5210
5211 2003-01-17 [paul]
5212
5213         * sync with 0.8.9 release
5214
5215 2003-01-17 [paul]       0.8.8claws108
5216
5217         * sync with 0.8.8cvs11
5218                 see ChangeLog 2003-01-17
5219
5220 2003-01-16 [colin]      0.8.8claws107
5221
5222         * src/procmsg.c
5223                 Changed encryption test to re-ask passphrase
5224                 if an encrypted message hasn't been decrypted
5225                 Fixes bug #5
5226
5227 2003-01-16 [christoph]  0.8.8claws106
5228
5229         * src/prefs_gtk.c
5230         * src/prefs_toolbar.c
5231         * src/gtk/prefswindow.h
5232         * src/plugins/spamassassin/spamassassin_gtk.c
5233                 remove page destroy function that is not used anymore
5234
5235 2003-01-16 [paul]       0.8.8claws105
5236
5237         * sync with 0.8.8cvs9
5238                 see ChangeLog 2002-01-16
5239
5240 2003-01-16 [colin]      0.8.8claws104
5241
5242         * src/compose.[ch]
5243                 Fix bug with autosaved drafts for IMAP, when draft
5244                 folder is specified - fixes bugzilla bug #20
5245
5246 2003-01-15 [paul]       0.8.8claws103
5247
5248         * src/compose.[ch]
5249           src/procmsg.c
5250                 store folder and message-id of message forwarding
5251                 in queue header and set forward flag after sending
5252
5253 2003-01-15 [paul]       0.8.8claws102
5254
5255         * sync with 0.8.8cvs8
5256                 see ChangeLog 2002-01-15
5257
5258 2003-01-15 [colin]      0.8.8claws101
5259
5260         * src/Makefile.am
5261                 Fix linking with GNU libiconv
5262
5263 2003-01-15 [darko]      0.8.8claws100
5264
5265         * src/pine.c
5266                 fix crash when importing pine address book
5267                 entry with an empty name (reported by DY
5268                 <dybulk at tri8.net>)
5269
5270 2003-01-14 [paul]       0.8.8claws99
5271
5272         * configure.in  ** REMOVED **
5273           configure.ac  ** NEW FILE **
5274                 rename configure.in to configure.ac, as it is now
5275                 preferred
5276
5277 2003-01-14 [melvin]     0.8.8claws98
5278
5279         * src/folderview.c
5280                 folderview_check_new(): More precise function description
5281
5282 2003-01-14 [melvin]     0.8.8claws97
5283
5284         * src/folderview.c
5285                 folderview_check_new(): return the number of new messages 
5286                         since last check.
5287         * src/inc.c
5288                 inc_account_mail(): Disable counting of new messages for IMAP
5289                         and NNTP until bug [19] and [14] are fixed.
5290
5291 2003-01-14 [paul]       0.8.8claws96
5292
5293         * sync with 0.8.8cvs6
5294                 see ChangeLog 2003-01-14
5295
5296 2003-01-13 [alfons]     0.8.8claws95
5297
5298         * src/textview.c
5299                 tune email address validation (c. 0.8.8claws89): if . is 
5300                 just one char away from @, the address is invalid too 
5301                 (correctly rejects addresses like foo@.com)
5302
5303 2003-01-13 [paul]       0.8.8claws94
5304
5305         * src/messageview.c
5306           src/toolbar.c
5307                 fixes to the Message View toolbar and menu:
5308                 fix non-functioning Forward button
5309                 make Reply button consider default_reply_list
5310                 remove 'Follow-up...' menu entry
5311                 add 'Forward' and 'Redirect' menu entries
5312
5313 2003-01-13 [melvin]     0.8.8claws93
5314
5315         * src/inc.c
5316                 Fixed typo that could make new messages count incorrect.
5317
5318 2003-01-13 [melvin]     0.8.8claws92
5319
5320         * src/folderview.[ch]
5321                 folderview_check_new(): return the number of new messages.
5322         * src/inc.c
5323                 Should fix bug [14] where new mail notification worked 
5324                         incorrectly with IMAP accounts.
5325                 inc_spool_account(): return number of new msgs, or -1 on error
5326                 inc_all_spool(): return number of new msgs
5327                 
5328 2003-01-13 [melvin]     0.8.8claws91
5329
5330         * src/prefs_actions.c
5331                 Justify help text.
5332
5333 2003-01-12 [thorsten]   0.8.8claws90
5334
5335         * src/common/prefs.c
5336                 close file before rename
5337
5338 2003-01-12 [alfons]     0.8.8claws89
5339
5340         * AUTHORS
5341                 add Christian Mertes
5342         * src/common/utils.[ch]
5343                 g_stricase_hash(), g_stricase_equal(): functions for 
5344                 case insensitive hash tables
5345         * src/textview.c
5346                 use top level domain names to validate email address, based
5347                 on a patch by Christian Mertes (thanks!), but changed 
5348                 implementation to use a hash table 
5349
5350 2003-01-12 [paul]       0.8.8claws88
5351
5352         * po/bg.po
5353                 updated by George Danchev
5354
5355 2003-01-12 [alfons]     0.8.8claws87
5356
5357         * src/summaryview.c
5358                 delete / execute performance: use new style folder update
5359
5360 2003-01-12 [paul]       0.8.8claws86
5361
5362         * sync with 0.8.8cvs5
5363                 see ChangeLog 2003-01-13 (!)
5364
5365 2003-01-12 [alfons]     0.8.8claws85
5366
5367         * src/filtering.c
5368         * src/matcher_parser_parse.y
5369                 prepare change_score filtering action
5370         * src/matcher.[ch]
5371                 give up const-correctness on functions that call non-const-correct functions;
5372                 several casts to gpointer in g_free();
5373                 add change_score;
5374
5375 2003-01-12 [christoph]  0.8.8claws84
5376
5377         * src/compose.c
5378                 fix 2 warnings
5379
5380         * src/gtk/prefswindow.[ch]
5381         * src/plugins/spamassassin/spamassassin_gtk.c
5382                 changed the call of the widget create function
5383                 for PrefsPages, because sometimes the widget
5384                 create function needs a widget that already has
5385                 been attached to a window (to create GDK pixmaps
5386                 for exmaple). So we simply pass the GtkWindow as
5387                 the second parameter now.
5388
5389         * src/main.c
5390         * src/mainwindow.c
5391         * src/prefs_toolbar.[ch]
5392                 rewrite Toolbar Preferences using the new
5393                 prefs window
5394
5395 2003-01-11 [alfons]     0.8.8claws83
5396
5397         * src/addressadd.c
5398                 fix crash when adding sender to addressbook because status bar
5399                 isn't there (the status bar doesn't seem to be used though,
5400                 but I'll let Match decide what to do with it)
5401
5402 2003-01-11 [colin]      0.8.8claws82
5403
5404         * src/main.c
5405           src/toolbar.c
5406                 Two useless changes reversed
5407
5408 2003-01-11 [colin]      0.8.8claws81
5409
5410         * src/mainwindow.c
5411           src/mainwindow.h
5412                 Add mainwindow_get_mainwindow()
5413         * src/alertpanel.c
5414           src/alertpanel.h
5415                 Add alertpanel_error_log() 
5416         * src/compose.c
5417           src/inc.c
5418           src/messageview.c
5419           src/toolbar.c
5420           src/main.c
5421           src/procmsg.c
5422                 Network errors get a View Log button
5423
5424 2003-01-10 [alfons]     0.8.8claws80
5425
5426         * src/prefs_toolbar.c
5427         * src/toolbar.c
5428                 use the translatable string for "Separator" as file name for
5429                 separator toolbar items (probably make this uppercase?)
5430
5431 2003-01-10 [alfons]     0.8.8claws79
5432
5433         * src/prefs_toolbar.c
5434                 put right A_SEPARATOR description string in "displayed
5435                 toolbar items list" so manually added separators are
5436                 saved correctly (bug #10, "Adding a separator to the main 
5437                 toolbar fails, entry in xml file is wrong")
5438
5439 2003-01-10 [christoph]  0.8.8claws78
5440
5441         * src/imap.c
5442                 o fix warnings
5443                 o use CAPABILITY to check if NAMESPACE is available
5444
5445 2003-01-10 [christoph]  0.8.8claws77
5446
5447         * src/imap.[ch]
5448                 apply UIDPLUS IMAP extension support patch
5449
5450         Patch submitted by Simon 'corecode' Schubert
5451
5452 2003-01-10 [paul]       0.8.8claws76
5453
5454         * src/folderview.c
5455                 a sync from main which fixes the news account folders'
5456                 Properties bug
5457
5458 2003-01-10 [christoph]  0.8.8claws75
5459
5460         * src/folder.c
5461                 don't accept 0 as a valid uid returned by copy and move
5462                 functions. 0 means the message was copied or moved but the
5463                 new uid could not be fetched. It is not an error condition
5464                 for the copy or move operation.
5465
5466 2003-01-10 [paul]       0.8.8claws74
5467
5468         * src/prefs_filtering.c
5469                 change English used in Alert when entry is not
5470                 saved.
5471                 
5472         * sync with 0.8.8cvs4
5473                 see ChangeLog 2003-01-10
5474
5475 2003-01-10 [darko]      0.8.8claws73
5476
5477         * src/pine.c
5478                 fix crash when importing address book entry
5479                 without a valid address
5480
5481 2003-01-09 [alfons]     0.8.8claws72
5482
5483         * src/inc.c
5484                 filtering performance: use new style folder update
5485
5486 2003-01-09 [christoph]  0.8.8claws71
5487
5488         * src/compose.c
5489         * src/gtk/menu.[ch]
5490                 fix wrong selecting of mime encoding type, when
5491                 opening property dialog of attachments in the
5492                 compose window. 7bit was always selected and that
5493                 destoryed files with 8bit data.
5494                 (closes bug #9 Sylpheed-claws destroys attachments when
5495                  changing MIME-types)
5496
5497 2003-01-09 [paul]       0.8.8claws70
5498
5499         * sync with 0.8.8cvs3
5500                 see ChangeLog 2003-01-09
5501
5502 2003-01-08 [alfons]     0.8.8claws69
5503         
5504         * src/addressadd.c
5505                 apply patch by Kim Schulz to fix build breakage
5506                 because of missing variable
5507
5508 2003-01-08 [paul]       0.8.8claws68
5509
5510         * sync with 0.8.8cvs2
5511                 see ChangeLog 2002-01-08
5512
5513 2003-01-08 [paul]       0.8.8claws67
5514
5515         * po/it.po
5516                 updated by Alessandro Maestri
5517                 
5518         * src/addressadd.c
5519                 when using 'Add sender to addressbook' allow
5520                 name to be edited and remarks to be entered
5521                 Patch submitted by Luke Plant
5522
5523 2003-01-08 [darko]      0.8.8claws66
5524
5525         * README.claws, src/summaryview.c
5526                 fix description for marked messages
5527
5528 2003-01-08 [paul]
5529
5530         * tools/Makefile.am
5531           tools/launch_phoenix  ** NEW FILE **
5532                 add script that enables using Phoenix as the default
5533                 web browser. 
5534                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5535                 
5536         * tools/OOo2sylpheed.pl
5537                 remove full path to sylpheed executable, just 'sylpheed'
5538                 will do
5539                 
5540         * tools/README
5541                 add launch_phoenix informtion and re-arrange and compress
5542                 the data a little
5543
5544 2003-01-07 [christoph]  0.8.8claws65
5545
5546         * src/folder.c
5547                 fix update for source folder when moving messages
5548         * src/procmsg.[ch]
5549         * src/summaryview.c
5550                 use function to set to_folder for message infos and
5551                 automatically update the op_count for old and new
5552                 folder
5553
5554 2003-01-07 [melvin]     0.8.8claws64
5555
5556         * src/prefs_actions.c
5557                 Fixed bug where an '%p' Action on a displayed image crashed 
5558                         Sylpheed
5559                 Code clean up (get rid of duplicated code and removed unnecessary 
5560                                 structure member)
5561
5562 2003-01-07 [christoph]  0.8.8claws63
5563
5564         * src/compose.c
5565         * src/folder.[ch]
5566         * src/folderview.c
5567         * src/import.c
5568         * src/inc.c
5569         * src/main.c
5570         * src/mainwindow.c
5571         * src/messageview.c
5572         * src/prefs_folder_item.c
5573         * src/procmsg.c
5574         * src/summaryview.c
5575         * src/toolbar.c
5576                 o remove all folder update triggering from the UI code. The folder
5577                   system should know much better when a folder needs an update.
5578                 o to prevent multiple updates in a row the folder updates can be
5579                   frozen for some time.
5580
5581                 Note: - Please verify that no updates are missing
5582                       - Check where freeze/thaws should be added
5583
5584 2003-01-07 [christoph]  0.8.8claws62
5585
5586         * src/prefs_actions.c
5587                 don't translate empty strings
5588
5589         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5590
5591 2003-01-06 [christoph]  0.8.8claws61
5592
5593         * src/prefs_actions.c
5594                 mark strings for gettext
5595         * src/prefs_matcher.c
5596                 use new description window for Execute action and
5597                 match condition in Filtering
5598
5599         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5600
5601 2003-01-06 [alfons]     0.8.8claws60
5602
5603         keep myself inspired to re-organize matcher part 8; 
5604         yes, more to come (I need to move out the descriptive
5605         text for actions to matcher.c, or at least make it not
5606         depend on the wicked ordering)
5607
5608         * src/prefs_matcher.c
5609                 add documentation so others may comprehend the
5610                 UI part of the conditions
5611                 
5612 2003-01-06 [christoph]  0.8.8claws59
5613
5614         * src/prefs_actions.c
5615                 use new description window for syntax help
5616         * src/gtk/description_window.c
5617                 fix display of descriptions with column count != 2
5618
5619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5620
5621 2003-01-06 [christoph]  0.8.8claws58
5622
5623         * src/quote_fmt.c
5624         * src/summaryview.[ch]
5625         * src/gtk/Makefile.am
5626         * src/gtk/description_window.[ch]       ** NEW **
5627                 use a generic window to display syntax descriptions
5628                 currently used in quote_fmt and summaryview (new description
5629                 for extended quick search)
5630
5631         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5632
5633 2003-01-06 [paul]       0.8.8claws57
5634
5635         * sync with 0.8.8cvs1
5636                 see ChangeLog 2003-01-06
5637
5638 2003-01-06 [christoph]  0.8.8claws56
5639
5640         * src/mainwindow.c
5641         * src/prefs_gtk.[ch]
5642         * src/gtk/prefswindow.[ch]
5643         * src/plugins/spamassassin/spamassassin_gtk.c
5644                 o remove page management from prefswindow, pages
5645                   will be an argument to prefswindow_open
5646                 o prefswindow_open gets a datapointer that is
5647                   passed to the widget_create function to allow
5648                   creation of prefswindow for specific items
5649
5650 2003-01-06 [colin]      0.8.8claws55
5651         
5652         * src/summaryview.c
5653                 We don't want regexp in the reply-finder, 
5654                 because MIDs can contain !,$,. and so on
5655
5656 2003-01-06 [jens]       0.8.8claws54
5657
5658         * src/jpilot.c
5659                 fixed a wrong free in jpilot_read_db_files
5660
5661 2003-01-06 [alfons]     0.8.8claws53
5662
5663         re-organize matcher part 8; more to come
5664        
5665         * src/matcher.c
5666                 matcherprop_to_string(): put g_free()s before the
5667                 switch-case break to fix memleaks                
5668
5669 2003-01-06 [colin]      0.8.8claws52
5670
5671         * src/summaryview.c
5672                 cleanup & reply-finder now displays the first 
5673                 matching message
5674
5675 2003-01-05 [alfons]     0.8.8claws51
5676
5677         re-organize matcher part 7; more to come
5678
5679         * src/matcher.[ch]
5680                 fixes for constant correctness;
5681                 more documentation;
5682
5683 2003-01-05 [alfons]     0.8.8claws50
5684
5685         re-organize matcher part 6; more to come
5686         
5687         * src/matcher.[ch]
5688                 fixes for constant correctness;
5689                 more documentation;
5690         * src/filtering.c
5691                 fix for constant correctness
5692
5693 2003-01-05 [colin]      0.8.8claws49
5694
5695         * src/account.[ch]
5696                 Add account_get_reply_account function
5697         * src/compose.c
5698                 Use account_get_reply_account function 
5699         * src/summaryview.c
5700                 Basic reply-finder - click on the replied
5701                 icon gets you to the outbox using quick-search
5702
5703 2003-01-05 [paul]       0.8.8claws48
5704
5705         * src/prefs_common.c
5706                 small change to English
5707                 
5708         * src/prefs_filtering.c
5709                 prefs_filtering_action_select(): improve logic and uniformity
5710                 of gui
5711
5712 2003-01-05 [alfons]     0.8.8claws47
5713
5714         fine tune solution to focus problems (bug #7)
5715
5716         * src/mainwindow.c
5717                 mainwindow_focus_in_event(): remove grab event check
5718         * src/summaryview.c
5719                 summary_button_pressed(): move selection on right-click
5720                 too. we can't possibly move the selection back after
5721                 canceling a dialog, because gtk's incomplete focus 
5722                 management. whether this is a good solution, only time
5723                 will tell.
5724
5725 2003-01-05 [christoph]  0.8.8claws46
5726
5727         * src/imap.c
5728                 fix crash when no imap connection could be established
5729
5730 2003-01-05 [paul]       0.8.8claws45
5731
5732         * src/mainwindow.c
5733           src/sumamryview.c
5734           src/gtk/menu.[ch]
5735                 fix bug 605957 'shortcuts in popup-menu'
5736                 make user-defined shortcuts work
5737                 show shortcuts that are already defined
5738                 in the main menu
5739                 Patch submitted by Luke Plant
5740
5741 2003-01-05 [alfons]     0.8.8claws44
5742
5743         * src/mainwindow.c
5744                 focus_in_event handler should not select summary view row 
5745                 when another window (menu, dialog) grabbed for events 
5746                 (bug #7, "[0.8.8claws42] Message summary focus") 
5747
5748 2003-01-04 [christoph]  0.8.8claws43
5749
5750         * src/procmsg.c
5751                 update save folder after adding the sent message
5752                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5753
5754 2003-01-02 [christoph]  0.8.8claws42
5755
5756         * src/common/plugin.c
5757                 fix unloading of all plugins and unload
5758                 plugins in reverse order
5759                 
5760         * src/gtk/pluginwindow.c
5761                 implement function of load and unload button
5762
5763         * src/gtk/prefswindow.c
5764         * src/gtk/prefswindow.h
5765                 rename register function and add new unregister
5766                 function
5767
5768         * src/plugins/spamassassin/spamassassin_gtk.c
5769                 unregister prefs page and update for changes in
5770                 src/gtk/prefswindow.c
5771
5772 2003-01-02 [paul]       0.8.8claws41
5773
5774         * po/es.po
5775                 updated by Ricardo Mones Lastra
5776
5777 2003-01-02 [paul]
5778
5779         * tools/tb2sylpheed
5780                 fixes and improvements by Urke MMI
5781
5782 2003-01-02 [thorsten]   0.8.8claws40
5783
5784         * src/procmsg.c
5785                 fixed wrong return value
5786
5787 2003-01-02 [thorsten]   0.8.8claws39
5788
5789         * src/prefs.c
5790                 fixed printing wrong variable
5791
5792 2003-01-02 [thorsten]   0.8.8claws38
5793
5794         * src/prefs.c
5795                 fixed acessing members of freed pfile struct
5796
5797 2003-01-02 [thorsten]   0.8.8claws37
5798
5799         * src/procmsg.c
5800                 detect loops across several messages
5801                 as suggested by Christoph Hohmann
5802
5803 2003-01-01 [match]      0.8.8claws36
5804
5805         * src/addrindex.c
5806                 fixed another memory leak.
5807
5808 2003-01-01 [match]      0.8.8claws35
5809
5810         * src/jpilot.[ch]
5811                 fixed memory leaks. applied Doxygen comments.
5812
5813 2003-01-01 [thorsten]   0.8.8claws34
5814
5815         * src/procmsg.c
5816                 inhibit endless loop if msg references itself
5817                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5818
5819 2003-01-01 [christoph]  0.8.8claws33
5820
5821         * src/mainwindow.c
5822         * src/gtk/Makefile.am
5823         * src/gtk/pluginwindow.c                ** NEW **
5824         * src/gtk/pluginwindow.h                ** NEW **
5825                 add plugin window
5826
5827         * src/plugins/demo/demo.c
5828         * src/plugins/spamassassin/spamassassin.c
5829         * src/plugins/spamassassin/spamassassin_gtk.c
5830                 write better plugin descriptions
5831
5832 2002-12-31 [christoph]  0.8.8claws32
5833
5834         * src/gtk/prefswindow.c
5835         * src/plugins/spamassassin/spamassassin_gtk.c
5836                 some small improvements to GTK code
5837
5838 2002-12-31 [christoph]  0.8.8claws31
5839
5840         * src/plugins/spamassassin/spamassassin_gtk.c
5841                 enable folder select button
5842
5843 2002-12-31 [christoph]  0.8.8claws30
5844
5845         * src/mainwindow.c
5846         * src/gtk/Makefile.am
5847         * src/gtk/prefswindow.c                         ** NEW **
5848         * src/gtk/prefswindow.h                         ** NEW **
5849                 add new prefs window
5850
5851         * src/common/plugin.c
5852                 don't try to load empty config lines
5853         
5854         * src/plugins/spamassassin/Makefile.am
5855         * src/plugins/spamassassin/spamassassin.c
5856         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5857         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5858                 GTK config for SpamAssassin Plugin using
5859                 the new prefs window
5860
5861 2002-12-31 [paul]       0.8.8claws29
5862
5863         * po/POTFILES.in
5864                 remove obsolete entry 'src/menu.c'
5865
5866 2002-12-31 [alfons]     0.8.8claws28
5867
5868         * src/matcher.[ch]
5869         * src/matcher_parser_parse.y
5870         * src/prefs_matcher.c
5871                 add "ignore_thread" and "~ignore_thread" condition so it's
5872                 possible to make the actions / scoring operate on the ignore
5873                 thread flag
5874
5875 2002-12-31 [christoph]  0.8.8claws27
5876
5877         * src/addrbook.c
5878         * src/addrindex.c
5879         * src/folder.c
5880         * src/matcher.c
5881         * src/prefs_account.c
5882         * src/prefs_actions.c
5883         * src/prefs_customheader.c
5884         * src/prefs_display_header.c
5885         * src/prefs_gtk.c
5886         * src/procmime.c
5887         * src/toolbar.c
5888         * src/xmlprops.c
5889         * src/common/prefs.[ch]
5890                 extend prefs file handling for reading and automatic handling
5891                 of blocks. When reading prefs_set_block_label will automatically
5892                 move on to the block. When writing it will copy all other blocks
5893                 automatically
5894
5895         * src/common/plugin.c
5896                 Now loading plugin filenames from [Plugins] block in
5897                 sylpheed rc file
5898
5899 2002-12-30 [christoph]  0.8.8claws26
5900
5901         * src/common/hooks.[ch]
5902                 return abort status to caller of hooks_invoke
5903                 
5904         * src/inc.[ch]
5905                 invoke message filtering hook and stop
5906                 default handling when filter returns abort
5907
5908         * src/common/plugin.[ch]
5909         * src/plugins/demo/demo.c
5910                 modify plugin loader, because resolving symbols for strings
5911                 does not work correctly
5912         
5913         * configure.in
5914         * ac/spamassassin.m4                            ** NEW **
5915         * src/plugins/spamassassin/.cvsignore           ** NEW **
5916         * src/plugins/spamassassin/Makefile.am          ** NEW **
5917         * src/plugins/spamassassin/README               ** NEW **
5918         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5919         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5920         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5921                 add spamassassin plugin, see src/plugins/spamassassin/README
5922                 for details
5923
5924 2002-12-29 [alfons]     0.8.8claws25
5925
5926         * src/mainwindow.c
5927                 when moving focus from a message view to the main 
5928                 window, don't forget to select the summary node
5929                 of the displayed message. should fix "[ 659103 ] 
5930                 focus-follows-mouse confuses sylpheed"
5931
5932 2002-12-29 [christoph]  0.8.8claws24
5933
5934         * src/Makefile.am
5935         * src/stringtable.[ch]          ** REMOVE **
5936         * src/common/Makefile.am
5937         * src/common/stringtable.[ch]   ** NEW **
5938                 move stringtable files to common directory
5939
5940 2002-12-29 [christoph]  0.8.8claws23
5941
5942         * src/Makefile.am
5943         * src/menu.[ch]                 ** REMOVE **
5944         * src/gtk/Makefile.am
5945         * src/gtk/menu.[ch]             ** NEW **
5946                 move menu files to gtk directory
5947
5948 2002-12-29 [match]      0.8.8claws22
5949
5950         * src/addressbook.c
5951         * src/syldap.c
5952                 moved UI specific code out of LDAP code into addressbook
5953                 UI code. fixed memory leak.
5954
5955 2002-12-29 [christoph]  0.8.8claws21
5956
5957         * src/folder.c
5958                 only check for IGNORED parent message when message is
5959                 not IGNORED itself
5960
5961 2002-12-29 [alfons]     0.8.8claws20
5962
5963         * src/summaryview.c
5964                 set gtksctree's anchor correct (immediate execute
5965                 changes the tree's layout, and anchor points at 
5966                 the incorrect row). fixes "[ 657233 ] multiple msg 
5967                 delete sometimes off by 1".
5968                 we probably have to look for more tree layout /
5969                 anchor glitches.
5970
5971 2002-12-29 [paul]       0.8.8claws19
5972
5973         * src/summaryview.c
5974                 fix bug [ 659054 ] incorrect sorting of 'From' column
5975                 when using 'display sender using address book'
5976                 thanks to Alfons and Luke Plant
5977
5978 2002-12-29 [christoph]  0.8.8claws18
5979
5980         * src/folder.c
5981         * src/procmsg.[ch]
5982                 check parent messages for IGNORE THREAD flag, when adding,
5983                 moving or copying messages to a folder
5984
5985 2002-12-27 [alfons]     0.8.8claws17
5986
5987         re-organize matcher part 5; more to come
5988
5989         * src/matcher.c
5990                 hash keywords in matchparser_tab 
5991
5992 2002-12-27 [alfons]     0.8.8claws16
5993
5994         re-organize matcher part 4; more to come
5995
5996         * src/matcher_parser.h
5997         * src/matcher_parser_lex.l
5998         * src/matcher_parser_parse.y
5999                 cleanup
6000
6001 2002-12-27 [alfons]     0.8.8claws15
6002
6003         re-organize matcher part 3; more to come
6004
6005         * src/matcher.[ch]
6006                 cleanup
6007
6008 2002-12-27 [alfons]     0.8.8claws14
6009
6010         re-organize matcher part 2; more to come but this should
6011         work. cc me if there are any regressions.
6012
6013         * src/matcher.h
6014                 add prototype for get_matchparser_tab_id()
6015         * src/matcher_parser_lex.l
6016                 look up keywords using matchparser_tab_id();
6017
6018 2002-12-27 [alfons]     0.8.8claws12
6019
6020         re-organize matcher part 1
6021
6022         * src/matcher.h
6023                 map yacc generated constants to sylpheed matcher constants
6024         * src/matcher.c
6025                 add function to find a matcher constant from a string
6026
6027 2002-12-27 [christoph]  0.8.8claws11
6028
6029         * src/compose.c
6030                 MENUITEM_ADD casts the 4th argument from integer to pointer
6031                 so it probably should not be a pointer, this means we
6032                 should use account id for it and not the account's pointer
6033
6034 2002-12-27 [paul]       0.8.8claws10
6035
6036         * src/mainwindow.c
6037                 remove unneeded 'GtkWidget *vbox'
6038                 
6039         * src/summaryview.c
6040                 further sync with 0.8.8 - make sort
6041                 by recipient work as expected
6042                 
6043         * NEWS
6044                 sync with 0.8.8
6045
6046 2002-12-27 [paul]       0.8.8claws9
6047
6048         * po/pt_BR.po
6049                 updated by Ivan F. Martinez
6050                 
6051 2002-12-27 [darko]      0.8.8claws8
6052
6053         * src/common/utils.c
6054                 added locked pattern to extended search
6055
6056 2002-12-27 [alfons]     0.8.8claws7
6057
6058         * src/prefs_matcher.[ch]
6059                 clean up
6060
6061 2002-12-26 [alfons]     0.8.8claws6
6062
6063         * src/matcher.[ch]
6064         * src/matcher_parser_lex.l
6065         * src/matcher_parser_parse.y
6066         * src/prefs_matcher.c
6067                 allow color label as a condition in the matcher
6068
6069 2002-12-26 [oliver]     0.8.8claws5
6070         
6071         * src/toolbar.c 
6072                 enable Addressbook for Main and Messageview
6073         * src/prefs_actions.c
6074                 enable actions in Messageview
6075
6076 2002-12-26 [christoph]  0.8.8claws4
6077
6078         * src/common/plugin.c
6079                 add a little debug output
6080         * configure.in
6081         * src/plugins/demo/Makefile.am
6082                 better use of automake
6083
6084 2002-12-26 [christoph]  0.8.8claws3
6085
6086         * src/Makefile.am
6087         * src/common/Makefile.am
6088                 fix "make distdir"
6089
6090 2002-12-26 [christoph]  0.8.8claws2
6091
6092         * configure.in
6093                 sort configure checks into common / gtk / plugins
6094         * po/POTFILES.in
6095                 add src/prefs_gtk.c
6096         * src/Makefile.am
6097                 add plugins SUBDIR
6098         * src/main.c
6099         * src/common/sylpheed.[ch]
6100                 added now sylpheed_done function for shutdown
6101         * src/common/Makefile.am
6102         * src/common/plugin.[ch]                ** NEW **
6103                 plugin loader and unloader
6104         * src/plugins/.cvsignore                ** NEW **
6105         * src/plugins/Makefile.am               ** NEW **
6106                 build plugins
6107         * src/plugins/demo/.cvsignore           ** NEW **
6108         * src/plugins/demo/Makefile.am          ** NEW **
6109         * src/plugins/demo/demo.c               ** NEW **
6110                 small demo plugin that installs a logtext hook and
6111                 outputs the log text to stdout
6112
6113 2002-12-26 [paul]       0.8.8claws1
6114
6115         * po/es.po
6116                 updated by Ricardo Mones Lastra
6117
6118 2002-12-26 [paul]       0.8.8claws
6119
6120         * 0.8.8claws released
6121
6122 2002-12-26 [paul]       0.8.7claws12
6123
6124         * po/bg.po
6125                 updated by George Danchev
6126
6127 2002-12-26 [paul]       0.8.7claws11
6128
6129         * po/POTFILES.in
6130                 remove unneeded 'src/prefs.c' entry 
6131
6132 2002-12-26 [paul]       0.8.7claws10
6133
6134         * src/codeconv.c
6135           src/mainwindow.c
6136                 sync with 0.8.8 release
6137         
6138         * src/folder.[ch]
6139           src/mh.c
6140           src/summaryview.c
6141                 partial sync with 0.8.8 release
6142         
6143
6144 2002-12-25 [alfons]     0.8.7claws9
6145
6146         * src/matcher.[ch]
6147         * src/matcher_parser_lex.l
6148         * src/matcher_parser_parse.y
6149         * src/prefs_matcher.c
6150                 add locked flag to possible filtering / matcher 
6151                 conditions (also a good example what should be
6152                 done to add a simple boolean condition)
6153
6154 2002-12-25 [christoph]  0.8.7claws8
6155
6156         * src/Makefile.am
6157         * src/account.[ch]
6158         * src/addrbook.c
6159         * src/addressbook.c
6160         * src/addrindex.c
6161         * src/filtering.c
6162         * src/folder.c
6163         * src/matcher.c
6164         * src/prefs.[ch]                ** REMOVE **
6165         * src/prefs_account.c
6166         * src/prefs_actions.c
6167         * src/prefs_common.c
6168         * src/prefs_customheader.c
6169         * src/prefs_display_header.c
6170         * src/prefs_filtering.c
6171         * src/prefs_folder_item.c
6172         * src/prefs_gtk.[ch]            ** NEW **
6173         * src/prefs_matcher.c
6174         * src/prefs_scoring.c
6175         * src/prefs_summary_column.c
6176         * src/procmime.c
6177         * src/selective_download.c
6178         * src/toolbar.c
6179         * src/common/Makefile.am
6180         * src/common/prefs.[ch]         ** NEW **
6181                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6182
6183 2002-12-24 [alfons]     0.8.7claws7
6184
6185         * src/summaryview.c
6186                 summary_thread_build(): fix real cause of the crash mentioned in
6187                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6188                 this way we get meaningful ctree nodes 
6189
6190 2002-12-24 [oliver]     0.8.7claws6
6191
6192         * src/mainwindow.[ch]
6193         * src/messageview.[ch]
6194         * src/compose.[ch]
6195         * src/inc.c
6196         * src/summaryview.c
6197                 changes to use updated toolbar handling
6198                 
6199 2002-12-24 [oliver]     0.8.7claws5
6200
6201         * src/toolbar.[ch]
6202                 generic toolbar handling
6203                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6204         * src/prefs_toolbar.[ch]
6205                 adjust to handling
6206         
6207 2002-12-24 [oliver]     0.8.7claws4
6208         
6209         * src/stock_pixmap.[ch]
6210                 move SYLPHEED_LOGO to end of list in order 
6211                 to remove it from Custom Toolbar`s Icon View
6212
6213 2002-12-24 [alfons]     0.8.7claws3
6214
6215         * src/summaryview.c
6216                 summary_thread_build(): fix crash because of focus != selection 
6217                 after threading. when deleting the selection, gtk tries but fails 
6218                 to find the correct focusable element. we now force the selection
6219                 to be focused. this should solve the infamous bug reported by 
6220                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6221                 a test case is available. 
6222
6223 2002-12-24 [darko]      0.8.7claws2
6224
6225         * src/summaryview.c
6226                 don't crash when unmarking message with unread children
6227
6228 2002-12-23 [christoph]  0.8.7claws1
6229
6230         * src/Makefile.am
6231         * src/common/Makefile.am
6232                 update Makefiles for moved intl.h, version.h and defs.h
6233         * src/imap.c
6234                 rewrite imap_session_get to avoid duplicate code
6235
6236 2002-12-23 [paul]       0.8.7claws
6237
6238         * Santa-Claws released
6239         
6240         * po/hu.po
6241           po/ru.po
6242                 squeeze in updated Hungarian and Russian translations.
6243                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6244
6245 2002-12-23 [paul]       0.8.6claws129
6246
6247         * po/pl.po
6248                 updated by Witold Wladyslaw Wojciech Wilk
6249
6250 2002-12-23 [paul]       0.8.6claws128
6251
6252         * src/quote_fmt_parse.y
6253                 fix typo and add licence header
6254
6255 2002-12-23 [paul]       0.8.6claws127
6256
6257         * po/en_GB.po
6258                 updated
6259
6260 2002-12-23 [paul]       0.8.6claws126
6261
6262         * po/it.po
6263                 updated translation, submitted by Alessandro Maestri
6264                 
6265 2002-12-23 [paul]       0.8.6claws125
6266
6267         * src/quote_fmt_parse.y
6268                 fix signature-stripping on replies bug. match
6269                 '-- \n' and not '-- '.
6270
6271 2002-12-22 [paul]       0.8.6claws124
6272
6273         * po/bg.po
6274           po/es.po
6275           po/sr.po
6276                 updated translations. submitted by George Danchev,
6277                 Ricardo Mones Lastra, and Urke MMI respectively
6278
6279 2002-12-21 [paul]       0.8.6claws123
6280
6281         * src/addrbook.c
6282                 fix coding style
6283
6284 2002-12-21 [paul]       0.8.6claws122
6285
6286         * src/addrbook.c
6287                 fix bug [643638] where if a person is in one or more
6288                 addressbook groups editing that person's email 
6289                 address results in removal from those groups.
6290                 Patch submitted by Luke Plant.
6291
6292 2002-12-20 [christoph]  0.8.6claws121
6293
6294         * src/common/utils.c
6295         * src/summaryview.c
6296                 reimplement expand_search_string using GString to
6297                 prevent crashs caused by miscalculated string
6298                 lengths reported by Paul
6299
6300 2002-12-20 [christoph]  0.8.6claws120
6301
6302         * src/summaryview.c
6303                 don't use "changed" to check if op_count has to be changed as it
6304                 is also set when the message has unread children
6305                 (closes bug [ 653221 ] crash while deleting duplicates)
6306
6307 2002-12-20 [paul]       0.8.6claws119
6308
6309         * sync with 0.8.6cvs27
6310                 see ChangeLog 2002-12-20
6311
6312 2002-12-20 [paul]       0.8.6claws118
6313
6314         * sync with 0.8.6cvs26
6315                 see ChangeLog 2002-12-19 and 2002-12-20
6316
6317 2002-12-19 [alfons]     0.8.6claws117
6318
6319         * src/textview.c
6320                 fix incorrect parsing of email addresses, submitted by 
6321                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6322                 name display if it contains @".
6323
6324 2002-12-18 [paul]       0.8.6claws116
6325
6326         * sync with 0.8.6cvs23
6327                 see ChangeLog 2002-12-18
6328
6329 2002-12-18 [paul]       0.8.6claws115
6330
6331         * src/Makefile.am
6332         * src/account.c
6333         * src/codeconv.c
6334         * src/gtkutils.[ch]
6335         * src/imap.c
6336                 sync with 0.8.6cvs22.
6337                 see ChangeLog 2002-12-17 and 2002-12-18
6338
6339 2002-12-17 [christoph]  0.8.6claws114
6340
6341         * src/imap.c
6342                 o don't create a session if imap greeting fails
6343                 o don't close socket when authentication fails
6344                   this is done by imap_session_destroy
6345
6346 2002-12-17 [thorsten]   0.8.6claws113
6347
6348         * tools/Makefile.am
6349           tools/README
6350           tools/google_msgid.pl ** NEW FILE **
6351                 Added "search for message-id" script and doc
6352
6353 2002-12-17 [thorsten]   0.8.6claws112
6354
6355         * po/hu.po
6356                 Updated hungarian translation
6357                 (updated by Gal Zoltan)
6358
6359 2002-12-16 [christoph]  0.8.6claws111
6360
6361         * src/addr_compl.c
6362                 remove stupid addressbook dump to debug output
6363         * src/mh.c
6364                 fix memory leak found by Hiro
6365
6366 2002-12-14 [paul]       0.8.6claws110
6367
6368         * src/compose.c
6369                 fix menubar sensitivity on send
6370                 
6371         * src/prefs_filtering.c
6372         * src/prefs_matcher.c
6373         * src/prefs_scoring.c
6374                 Fix english ;)
6375                 
6376         * src/common/quoted-printable.h
6377                 sync: fix typo
6378         
6379 2002-12-13 [christoph]  0.8.6claws109
6380
6381         * src/Makefile.am
6382         * src/manage_window.[ch]        ** REMOVE **
6383         * src/gtk/Makefile.am
6384         * src/gtk/manage_window.[ch]    ** NEW **
6385                 move manage_window files to gtk directory
6386
6387 2002-12-13 [christoph]  0.8.6claws108
6388
6389         * src/Makefile.am
6390         * src/gtkshruler.[ch]           ** REMOVE **
6391         * src/gtk/Makefile.am
6392         * src/gtk/gtkshruler.[ch]       ** NEW **
6393                 move gtkshruler files to gtk directory
6394
6395 2002-12-13 [christoph]  0.8.6claws107
6396
6397         * src/Makefile.am
6398         * src/compose.c
6399         * src/gtkstext.[ch]             ** REMOVE **
6400         * src/gtkutils.[ch]
6401         * src/textview.c
6402         * src/gtk/gtkstext.[ch]         ** NEW **
6403         * src/gtk/Makefile.am
6404                 o move stext functions to gtkstext.c to remove
6405                   dependency of gtkutils
6406                 o move gtkstext files to gtk directory
6407
6408         * src/gtk/Makefile.am
6409         * src/gtk/sslcertwindow.[ch]
6410                 UI stuff can always depend on common code so
6411                 it's ok to add ../common to include path
6412
6413 2002-12-13 [colin]      0.8.6claws106
6414
6415         * src/summaryview.c
6416                 Disconnect sighandlers for mainwindow when
6417                 quicksearch has the focus
6418                 Fix bug #653231
6419         * src/mainwindow.[ch]
6420                 Make key_pressed callback public, to be able
6421                 to disconnect it
6422
6423 2002-12-13 [christoph]  0.8.6claws105
6424
6425         * src/mh.c
6426                 create .mh_sequences file in new MH folders
6427                 (closes feature request [ 523162 ] MH folders should
6428                  get a .mh_sequences)
6429
6430 2002-12-13 [colin]      0.8.6claws104
6431
6432         * src/summaryview.c
6433                 Better handling of quicksearch show/hide
6434                 (basically the button stays under the mouse 
6435                  when toggled)
6436
6437 2002-12-13 [paul]       0.8.6claws103
6438
6439         * sync with 0.8.6cvs17
6440                 see ChangeLog 2002-12-13
6441
6442 2002-12-13 [paul]       0.8.6claws102
6443
6444         * po/es.po
6445                 updated by Ricardo Mones Lastra
6446
6447 2002-12-11 [colin]       0.8.6claws101
6448
6449         * src/folder.c
6450                 remove statusbar stuff
6451           src/folderview.c
6452                 set statusbar verbosity when moving folders
6453
6454 2002-12-11 [colin]       0.8.6claws100
6455         * src/prefs_filtering.c
6456         * src/prefs_matcher.c
6457         * src/prefs_scoring.c
6458                 Fix english ;)
6459
6460 2002-12-11 [colin]       0.8.6claws99
6461
6462         * src/prefs_common.[ch]
6463                 Add summary_quicksearch_type
6464         * src/summaryview.c
6465                 Save last used quicksearch type
6466
6467 2002-12-11 [jens]       0.8.6claws98
6468         * src/prefs_filtering.c
6469         * src/prefs_matcher.c
6470         * src/prefs_scoring.c
6471                 added dialog for incomplete rules in scoring, filtering and
6472                 matcher to ask wheather really close
6473
6474 2002-12-11 [colin]      0.8.6claws97
6475
6476         * src/folder.c
6477                 Fix folder dnd statusbar logging
6478
6479 2002-12-10 [christoph]  0.8.6claws96
6480
6481         * src/compose.c
6482         * src/folder.c
6483         * src/imap.c
6484         * src/inc.c
6485         * src/main.c
6486         * src/mainwindow.c
6487         * src/news.c
6488         * src/send.c
6489         * src/statusbar.[ch]
6490         * src/common/hooks.c
6491         * src/common/log.[ch]
6492                 o handle verbose logging in statusbar directly in statusbar code
6493                   and common code does not need any knowledge about a statusbar
6494                 o remove direct calls to statusbar_(puts|pop)_all functions
6495
6496 2002-12-10 [jens]       0.8.6claws95
6497
6498         * src/*.c
6499                 removed gettext from g_warnings
6500         * po/POTFILES.in
6501                 cleaned and updated
6502         * po/de.po
6503                 updated
6504
6505 2002-12-10 [colin]      0.8.6claws94
6506
6507         * src/main.c
6508                 finish crash dialog fix
6509
6510 2002-12-10 [colin]      0.8.6claws93
6511
6512         * src/main.c
6513                 "Fix" "sylpheed already running" instead of
6514                 crash dialog appearing after a crash
6515
6516 2002-12-10 [colin]      0.8.6claws92
6517
6518         * po/POTFILES.in
6519                 add src/gtk/sslcertwindow.c
6520
6521 2002-12-10 [paul]       0.8.6claws91
6522
6523         * po/POTFILES.in
6524                 updated to reflect recent changes
6525                 submitted by Alessandro Maestri
6526
6527 2002-12-09 [christoph]  0.8.6claws90
6528
6529         * src/Makefile.am
6530         * src/smtp.[ch]                 ** REMOVE **
6531         * src/common/Makefile.am
6532         * src/common/smtp.[ch]          ** NEW **
6533                 move smtp files to common directory
6534
6535 2002-12-09 [christoph]  0.8.6claws89
6536
6537         * src/Makefile.am
6538         * src/session.[ch]              ** REMOVE **
6539         * src/common/Makefile.am
6540         * src/common/session.[ch]       ** NEW **
6541                 move session files to common directory
6542
6543 2002-12-09 [paul]       0.8.6claws88
6544
6545         * src/account.c
6546                 fix bug [649746] edit accounts: move account reverted
6547                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6548
6549 2002-12-09 [colin]      0.8.6claws87
6550
6551         * src/ssl_certificate.c
6552                 cleanup
6553
6554 2002-12-09 [colin]      0.8.6claws86
6555
6556         * src/ssl.c
6557                 Try to open the cert.pem database and 
6558                 issue a warning if it isn't there
6559
6560 2002-12-09 [colin]      0.8.6claws85
6561
6562         * src/common/ssl_certificate.c
6563         * src/gtk/sslcertwindow.c
6564                 Warning fixes
6565
6566 2002-12-09 [colin]      0.8.6claws84
6567
6568         * src/ssl_certificate.[ch] ** REMOVED **
6569         * src/common/ssl_certificate.[ch] ** NEW **
6570         * src/Makefile.am
6571         * src/common/Makefile.am
6572                 Moved ssl_certificate.[ch] to common
6573         * src/common/ssl.c 
6574                 Put back needed include
6575         * src/gtk/sslcertwindow.[ch]
6576                 Changed ssl_certificate.h include
6577         
6578 2002-12-09 [colin]      0.8.6claws83
6579
6580         * src/gtk/sslcertwindow.[ch]
6581                 Implement hook for certificate acception
6582         * src/ssl_certificate.[ch]
6583                 Implement hook for certificate acception
6584         * src/common/ssl.c
6585                 Reenable certificate acception check
6586         * src/mainwindow.c
6587                 Register sslcertwindow's hook
6588         
6589 2002-12-08 [christoph]  0.8.6claws82
6590
6591         * src/about.c
6592         * src/addr_compl.c
6593         * src/codeconv.c
6594         * src/manual.c
6595         * src/undo.c
6596         * src/common/utils.c
6597                 o add missing includes
6598                 o fix warnings
6599         * src/.cvsignore
6600         * src/common/.cvsignore
6601         * src/common/version.h          ** REMOVE **
6602                 remove autogenerated file
6603
6604 2002-12-08 [paul]       0.8.6claws81
6605
6606         * src/stringtable.c
6607                 put back needed include
6608
6609 2002-12-08 [colin]      0.8.6claws80
6610         
6611         * src/gtk/sslcertwindow.c
6612                 Cleaner popups when asking
6613         * src/ssl_certificate.c
6614         * src/prefs_common.[ch]
6615                 remove ssl certificate pref
6616                 put back needed include
6617         * src/undo.c
6618                 put back needed include
6619
6620 2002-12-08 [christoph]  0.8.6claws79
6621
6622         * src/folderview.c
6623         * src/logwindow.c
6624         * src/statusbar.c
6625         * src/summaryview.c
6626                 only abort hook invokation if required data is missing not
6627                 if our own data pointer is NULL, update hookfunction for
6628                 log window
6629
6630 2002-12-08 [paul]       0.8.6claws78
6631
6632         * src/about.c
6633         * src/addrcache.c
6634         * src/addrclip.c
6635         * src/addr_compl.c
6636         * src/addrselect.c
6637         * src/codeconv.c
6638         * src/colorlabel.c
6639         * src/enriched.c
6640         * src/esmtp.c
6641         * src/exporthtml.c
6642         * src/headerview.c
6643         * src/imageview.c
6644         * src/manual.c
6645         * src/noticeview.c
6646         * src/pgptext.c
6647         * src/scoring.c
6648         * src/sourcewindow.c
6649         * src/stringtable.c
6650         * src/undo.c
6651                 clean up: remove unneccesary includes
6652
6653 2002-12-08 [christoph]  0.8.6claws77
6654
6655         * src/folderview.c
6656         * src/statusbar.c
6657         * src/summaryview.c
6658         * src/common/hooks.[ch]
6659                 hook functions now have a gboolean return value, if a hook
6660                 returns TRUE it will stop executing of any more hooks in
6661                 the same hooklist for this invokation
6662
6663 2002-12-08 [colin]      0.8.6claws76
6664         
6665         * src/main.c
6666                 put back argv0 for CRASH_DIALOG
6667
6668 2002-12-08 [christoph]  0.8.6claws75
6669
6670         * src/Makefile.am
6671         * src/about.c
6672         * src/account.c
6673         * src/crash.c
6674         * src/esmtp.h
6675         * src/imap.[ch]
6676         * src/inc.c
6677         * src/main.c
6678         * src/mainwindow.c
6679         * src/news.c
6680         * src/pop.[ch]
6681         * src/prefs_account.[ch]
6682         * src/prefs_common.[ch]
6683         * src/send.[ch]
6684         * src/smtp.[ch]
6685         * src/ssl_certificate.[ch]
6686         * src/ssl_manager.[ch]
6687         * src/common/Makefile.am
6688         * src/common/log.c
6689         * src/common/nntp.[ch]
6690         * src/common/socket.[ch]
6691         * src/common/ssl.[ch]
6692         * src/gtk/sslcertwindow.[ch]
6693         * ac/openssl.m4
6694                 use new autoconf script to detect OpenSSL with extra parameters
6695                 to specify the location of libs and includes, also remove USE_SSL
6696                 to USE_OPENSSL
6697
6698         * src/common/sylpheed.[ch]
6699         * src/common/version.h.in
6700                 start seperation of common code initialization seperated from gui
6701
6702         * src/summaryview.c
6703                 The function that is called when a color label changes
6704                 should not change the color lable again
6705
6706 2002-12-08 [colin]      0.8.6claws74
6707
6708         * src/gtk/sslcertwindow.c
6709                 warning fixes
6710
6711 2002-12-08 [colin]      0.8.6claws73
6712
6713         * src/statusbar.c
6714           src/common/log.h
6715                 Register a hook for statusbar_puts_all
6716         * src/common/log.c
6717                 invoke statusbar_puts_all's hook
6718         
6719 2002-12-08 [colin]      0.8.6claws72
6720
6721         * src/ssl_certificate.c
6722                 Put back a badly-removed include
6723
6724 2002-12-08 [colin]      0.8.6claws71
6725
6726         * src/gtk/sslcertwindow.[ch]    ** NEW **
6727                 new certificate presentation
6728         * src/gtk/Makefile.am
6729                 add new files
6730         * src/ssl_certificate.[ch]
6731                 gtk cleanup, made utility functions public
6732         * src/ssl_manager.c
6733                 use new cert presentation
6734
6735 2002-12-07 [christoph]  0.8.6claws70
6736
6737         * src/Makefile.am
6738         * src/nntp.[ch]                 ** REMOVE **
6739         * src/common/Makefile.am
6740         * src/common/nntp.[ch]          ** NEW **
6741                 move nntp files to common directory
6742
6743 2002-12-07 [christoph]  0.8.6claws69
6744
6745         * src/procmsg.[ch]
6746         * src/summaryview.c
6747                 implement msginfo update callback using sylpheed's new
6748                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6749
6750 2002-12-06 [christoph]  0.8.6claws68
6751
6752         * src/editgroup.c
6753                 This patch changes the 'Edit Group Details' dialog to
6754                 allow extended selections in either pane, so that
6755                 addresses can be added or removed from a group more
6756                 quickly and easily. (it actually is a net decrease in
6757                 file size, as some unnecessary functions have been
6758                 removed). 
6759                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6760
6761 2002-12-06 [christoph]  0.8.6claws67
6762
6763         * src/Makefile.am
6764         * src/template.[ch]             ** REMOVE **
6765         * src/common/Makefile.am
6766         * src/common/template.[ch]      ** NEW **
6767                 move template files to common directory
6768
6769         * src/nntp.c
6770                 add missing log.h include
6771
6772 2002-12-06 [melvin]     0.8.6claws66
6773
6774         * src/prefs_actions.c
6775                 Added the trailing ">" syntax to insert command's output
6776                 without replacing old text (in contrast to trailing "|").
6777
6778 2002-12-05 [colin]      0.8.6claws65
6779         
6780         * src/common/utils.c
6781                 Don't modify original search_string or it'll change
6782                 the next iterations in the for()
6783
6784 2002-12-05 [darko]      0.8.6claws64
6785
6786         * src/common/utils.c
6787                 proper check for filtering commands, found by Colin
6788
6789 2002-12-05 [darko]      0.8.6claws63
6790
6791         * src/common/utils.c
6792                 check proper string for NULL pointer, found by Colin
6793
6794 2002-12-05 [darko]      0.8.6claws62
6795
6796         * src/common/utils.[ch]
6797                 expand_search_string(): new function
6798                 converts Mutt-like patterns to Sylpheed's
6799                 filtering engine
6800         * src/summaryview.c
6801                 use expand_search_string() to allow Mutt-like
6802                 patterns in extended search
6803         * README.claws
6804                 document extended option in quick search
6805
6806 2002-12-05 [paul]       0.8.6claws61
6807
6808         * sync with 0.8.6cvs16
6809                 see ChangeLog 2002-12-05
6810                 
6811         * po/POTFILES.in
6812                 clean up
6813
6814 2002-12-04 [christoph]  0.8.6claws60
6815
6816         * src/imap.[ch]
6817                 put imap authentication code into a new function and
6818                 remove it from imap_session_new that will allow to
6819                 send other commands before authentication
6820
6821 2002-12-04 [christoph]  0.8.6claws59
6822
6823         * src/imap.[ch]
6824                 use already existing method to prevent unneeded IMAP
6825                 folder selects. Set imap_select parameters to NULL
6826                 in some functions if the values are not required.
6827
6828         * src/xml.h
6829                 remove no longer required include
6830
6831 2002-12-04 [paul]       0.8.6claws58
6832
6833         * po/es.po
6834                 updated by Ricardo Mones Lastra
6835                 
6836         * configure.in
6837           po/hu.po      ** NEW FILE **
6838                 initial Hungarian translation, submitted
6839                 by Gál Zoltán <galzoli@hu.inter.net>
6840
6841 2002-12-03 [christoph]  0.8.6claws57
6842
6843         * src/Makefile.am
6844         * src/gtksctree.[ch]            ** REMOVE **
6845         * src/gtk/Makefile.am
6846         * src/gtk/gtksctree.[ch]        ** NEW **
6847                 move gtksctree files to gtk directory
6848
6849 2002-12-03 [christoph]  0.8.6claws56
6850
6851         * src/Makefile.am
6852         * src/md5.[ch]                  ** REMOVE **
6853         * srm/common/Makefile.am
6854         * src/common/md5.[ch]           ** NEW **
6855                 move md5 files to common directory
6856
6857         * src/gtkstext.c
6858                 remove not required #include
6859
6860 2002-12-03 [sergey]     0.8.6claws55
6861
6862         * src/gtkutils.c
6863         * src/gtkutils.h
6864                 gtkut_window_popup(): new function.
6865         * src/mainwindow.c
6866                 main_window_popup(): use gtkut_window_popup() to raise
6867                 window without changing its position.
6868                 (see sylpheed-main ML message [sylpheed:17247])
6869
6870 2002-12-03 [sergey]     0.8.6claws54
6871
6872         * src/send.c
6873                 send_message_local(): removed first-dot escaping
6874                 (SMTP-only, not needed for sending through pipe)
6875
6876 2002-12-03 [paul]       0.8.6claws53
6877
6878         * po/POTFILES.in
6879                 update to reflect recent changes (thanks
6880                 to Ricardo Mones Lastra)
6881                 
6882         * tools/filter_conv.pl
6883                  fix problem with quoted strings. Patch submitted
6884                  by Luke Plant <lukeplant@softhome.net>
6885
6886 2002-12-03 [paul]       0.8.6claws52
6887
6888         * sync with 0.8.6cvs15
6889                 see ChangeLog 2002-12-03
6890
6891 2002-12-02 [christoph]  0.8.6claws51
6892
6893         * src/logwindow.[ch]
6894         * src/common/log.[ch]
6895                 implement logging using a hook function
6896
6897         * src/folderview.c
6898         * src/folder.[ch]
6899                 define hooklist name in header file to avoid
6900                 errors caused by wrong spelling of hooklist names
6901
6902         * src/toolbar.c
6903                 fix warnings
6904
6905 2002-12-02 [christoph]  0.8.6claws50
6906
6907         * src/common/Makefile.am
6908                 add src/common/hooks.[ch]
6909
6910         * src/common/hooks.[ch]
6911                 implement a simple hook system using glib's hook functions
6912
6913         * src/folder.[ch]
6914         * src/folderview.c
6915                 use new hook system for folder item updates
6916
6917 2002-12-02 [christoph]  0.8.6claws49
6918
6919         * doc-src/ui_seperation.txt     ** NEW **
6920                 information for ui seperation
6921
6922         * src/Makefile.am
6923                 remove files that were moved to common
6924                 include common directory by default for the header files
6925
6926         * src/inc.c
6927         * src/common/socket.c
6928         * src/automaton.[ch]
6929                 implement automaton using g_io_*-functions instead of
6930                 gdk_input_add to make it ui independent
6931
6932         * src/codeconv.c
6933         * src/compose.c
6934         * src/ldif.c
6935         * src/pgptext.c
6936         * src/procmime.c
6937         * src/rfc2015.c
6938         * src/smtp.c
6939         * src/unmime.c
6940                 remove common/ prefix because directory is now in
6941                 include path
6942
6943         * src/compose.c
6944         * src/folder.c
6945         * src/folderview.c
6946         * src/mainwindow.c
6947         * src/messageview.c
6948         * src/prefs_common.c
6949         * src/procmsg.c
6950         * src/rfc2015.c
6951                 fix warnings
6952
6953         * src/imap.c
6954         * src/inc.c
6955         * src/news.c
6956         * src/pop.c
6957         * src/send.c
6958         * src/smtp.c
6959         * src/ssl_certificate.c
6960                 add log.h header file for logging functions
6961
6962         * src/main.c
6963         * src/common/utils.c
6964         * src/summaryview.c
6965         * src/xml.c
6966                 o move debug_mode to common/utils.c
6967                 o add functions to set and get debug_mode
6968
6969         * src/defs.h                    ** REMOVE **
6970         * src/intl.h                    ** REMOVE **
6971         * src/socket.[ch]               ** REMOVE **
6972         * src/ssl.[ch]                  ** REMOVE **
6973         * src/utils.[ch]                ** REMOVE **
6974                 replaced by new files in src/common/
6975         
6976         * src/common/Makefile.am
6977                 add new files in src/common/
6978
6979         * src/common/defs.h             ** NEW **
6980         * src/common/intl.h             ** NEW **
6981         * src/common/log.[ch]           ** NEW **
6982         * src/common/socket.[ch]        ** NEW **
6983         * src/common/ssl.[ch]           ** NEW **
6984         * src/common/utils.[ch]         ** NEW **
6985                 replacement for files in src/
6986
6987 2002-12-02 [colin]      0.8.6claws48
6988
6989         * src/folderview.c
6990                 Scroll folderview if necessary during dnd
6991
6992 2002-12-02 [colin]      0.8.6claws47
6993
6994         * src/folder.[ch]
6995                 Add check to verify a move is within a single mailbox
6996         * src/folderview.c
6997                 Add specific error string for this check
6998
6999 2002-12-02 [colin]      0.8.6claws46
7000
7001         * src/folder.c
7002                 Add a test to folder moving, remove a statusbar_print
7003         * src/folderview.c
7004                 Add Move folder... context-menu item
7005                 Factorize folder moving code
7006                 Enable folder DND for mbox
7007
7008 2002-12-01 [christoph]  0.8.6claws45
7009
7010         * ac/aspell.m4
7011                 remove conf.aspelltest if the version check fails
7012
7013 2002-11-30 [christoph]  0.8.6claws44
7014
7015         * autogen.sh
7016                 run libtoolize --force in autogen to create missing
7017                 libtool scripts
7018
7019 2002-11-30 [christoph]  0.8.6claws43
7020
7021         * src/Makefile.am
7022         * src/pgptext.c
7023         * src/procmime.c
7024         * src/rfc2015.c
7025         * src/uuencode.[ch]             ** REMOVED **
7026         * src/common/Makefile.am
7027         * src/common/uuencode.[ch]      ** NEW **
7028                 move uuen/decoder to common directory
7029
7030 2002-11-30 [christoph]  0.8.6claws42
7031
7032         * src/Makefile.am
7033         * src/base64.[ch]               ** REMOVED **
7034         * src/codeconv.c
7035         * src/compose.c
7036         * src/ldif.c
7037         * src/pgptext.c
7038         * src/procmime.c
7039         * src/rfc2015.c
7040         * src/smtp.c
7041         * src/unmime.c
7042         * src/common/Makefile.am
7043         * src/common/base64.[ch]        ** NEW **
7044                 move base64 en/decoder to common directory
7045
7046 2002-11-30 [christoph]  0.8.6claws41
7047
7048         * src/common                    ** NEW **
7049                 new directory for UI independent code
7050         * src/gtk                       ** NEW **
7051                 new directory for GTK frontend
7052         * src/common/.cvsignore         ** NEW **
7053         * src/gtk/.cvsignore            ** NEW **
7054                 ignore build files
7055         * src/common/Makefile.am        ** NEW **
7056         * src/gtk/Makefile.am           ** NEW **
7057                 automake files to build new seperated stuff
7058         * src/Makefile.am
7059                 the binary will currently still be build with the
7060                 files in src, so we include the code from the
7061                 subdirs for now after building the libs there
7062
7063 2002-11-30 [paul]       0.8.6claws40
7064
7065         * src/compose.c
7066                 fix bug [642731] 'Wrong selected account with drafted mail'
7067
7068 2002-11-29 [oliver]     0.8.6claws39
7069         
7070         * src/messageview.c
7071                 o update summaryview when switching between different
7072                   messageviews          
7073         * src/toolbar.c  
7074                 o check if messageview holds already removed msg
7075                   from summaryview
7076                 
7077
7078 2002-11-29 [oliver]     0.8.6claws38
7079
7080         * src/toolbar.c 
7081                 remove not needed variables and includes
7082                 make messageview stay opened and move to next when msgs are deleted 
7083
7084 2002-11-29 [oliver]     0.8.6claws37
7085         
7086         * src/toolbar.c 
7087                 disable compose button (messageview toolbar) by default
7088                 deleted msgs are moved to trash
7089         
7090 2002-11-29 [melvin]     0.8.6claws36
7091
7092         * configure.in
7093                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7094                 and to detect signatures expirations (gpgme 0.3.6)
7095
7096         * src/main.c
7097                 Use non obsolescent function for Gpgme engine checking.
7098
7099         * src/rfc2015.c
7100                 Inform about expired signatures or signatures which key
7101                 has expired. Expiration date is displayed.
7102
7103         * src/sigstatus.c
7104                 Inform about expired signatures or signatures which key
7105                 has expired.
7106
7107 2002-11-28 [paul]       0.8.6claws35
7108
7109         * src/folderview.c
7110                 re-instate 'Check for new messages' in Newsgroup
7111                 folders right-click menu, after a suggestion from
7112                 Tim Mann <timmann@users.sourceforge.net>
7113
7114         * src/main.c
7115                 after a crash check only local folders for new
7116                 messages
7117
7118 2002-11-28 [paul]       0.8.6claws34
7119
7120         * configure.in
7121                 apply patch that fixes the checking of GTK with XIM 
7122                 support on different OSs, such as FreeBSD. Patch 
7123                 submitted by Topia <topia@users.sourceforge.net>
7124                 
7125 2002-11-28 [paul]       0.8.6claws33
7126
7127         * src/mainwindow.c
7128           src/prefs_common.c
7129           src/prefs_toolbar.c
7130                 more changes to the English
7131
7132 2002-11-28 [paul]       0.8.6claws32
7133
7134         * sync with 0.8.6cvs13
7135                 see ChangeLog 2002-11-28 (no sync needed
7136                 for src/compose.c)
7137
7138 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7139         
7140         * src/mainwindow.[ch]
7141                 add patch by Ivan F. Martinez introducing messageview Toolbar
7142                 some changes and committed by oliver    
7143
7144 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7145
7146         * src/messageview.[ch]
7147                 add patch by Ivan F. Martinez introducing messageview Toolbar
7148                 some changes and committed by oliver    
7149
7150 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7151
7152         * src/compose.[ch]
7153                 add patch by Ivan F. Martinez introducing messageview Toolbar
7154                 some changes and committed by oliver    
7155
7156 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7157         
7158         * src/toolbar.[ch]
7159                 add patch by Ivan F. Martinez introducing messageview Toolbar
7160                 some changes and committed by oliver
7161
7162 2002-11-28 [oliver]     0.8.6claws27
7163         
7164         * src/prefs_toolbar.[ch]
7165                 getting ready for messageview toolbar
7166                 free mem allocated by gettext
7167                 change prefs_toolbar to prefs_toolbar_open
7168  
7169 2002-11-28 [thorsten]   0.8.6claws26
7170
7171         * src/imageview.[ch]
7172                 cleaned up conflicting declarations of
7173                 imageview_show_image()
7174
7175 2002-11-28 [paul]       0.8.6claws25
7176
7177         * src/grouplistdialog.c
7178           src/prefs_common.c
7179           src/prefs_summary_column.c
7180                 a few more improvements to the English
7181
7182 2002-11-28 [colin]      0.8.6claws24
7183
7184         * man/sylpheed.1
7185                 A few updates to command-line parameters
7186
7187 2002-11-28 [colin]      0.8.6claws23
7188
7189         * src/prefs_filtering.c
7190                 Fix problems with prefs_filtering_delete_path:
7191                 a) if the first rule is removed, original pointers
7192                    weren't updated (leading to segfaults)
7193                 b) it was always global_processing updated in case
7194                    of removed path was parent of rule path
7195
7196 2002-11-27 [paul]       0.8.6claws22
7197
7198         * src/mainwindow.c
7199           src/prefs_account.c
7200           src/prefs_actions.c
7201           src/prefs_common.c
7202           src/prefs_customheader.c
7203           src/prefs_display_header.c
7204           src/prefs_filtering.c
7205           src/prefs_folder_item.c
7206           src/prefs_matcher.c
7207           src/prefs_scoring.c
7208           src/prefs_summary_column.c
7209           src/prefs_template.c
7210           src/prefs_toolbar.c
7211                  improve the English in the GUI
7212
7213 2002-11-27 [colin]      0.8.6claws21
7214
7215         * src/folder.c
7216                 Fix processing renaming problems happening after
7217                 last commit
7218
7219 2002-11-27 [colin]      0.8.6claws20
7220
7221         * src/folder.c
7222                 recursive move now deletes src each subfolder after 
7223                 having moved it
7224         * src/folderview.c
7225                 Use identifier instead of path during dnd (enables
7226                 IMAP folder dnd)
7227
7228 2002-11-27 [paul]       0.8.6claws19
7229
7230         * src/main.c
7231                 apply patch that does command-line processing 
7232                 BEFORE gtk_init, allowing claws to run from 
7233                 shell-scripts in non-X environment (e.g. crontab 
7234                 or ip-up, ip-down scripts). Patch submitted by
7235                 Ruslan N. Balkin <baron@dartel.ru>
7236                 
7237         * po/it.po
7238                 updated by Alessandro Maestri
7239
7240 2002-11-27 [paul]       0.8.6claws18
7241
7242         * sync with 0.8.6cvs12
7243           src/prefs_common.c
7244                 Differences are that main uses a 'Receive dialog'
7245                 frame on the Interface tab, whereas claws groups all 
7246                 the dialogs together in a 'Dialogs' frame.
7247
7248 2002-11-27 [colin]      0.8.6claws17
7249
7250         * src/prefs_matcher.c
7251                 Fix Execute criteria's NOT flag
7252
7253
7254 2002-11-26 [christoph]  0.8.6claws16
7255
7256         * src/ssl.c
7257                 rewrite the ssl code a little bit, only use one
7258                 SSL context, set default certificates' file/path
7259
7260 2002-11-26 [thorsten]   0.8.6claws15
7261
7262         * src/compose.c
7263                 default-reply-to didn't work for ml-reply
7264
7265 2002-11-26 [melvin]     0.8.6claws14
7266
7267         * src/prefs_actions.c
7268                 Made pipe-actions ignore short headers in message view
7269                 Made trailing-pipe-actions write in the message view with
7270                 the same font as the original message
7271
7272 2002-11-26 [paul]       0.8.6claws13
7273
7274         * src/compose.c
7275                 this time commit the correct file
7276
7277 2002-11-26 [paul]       0.8.6claws12
7278
7279         * sync with 0.8.6cvs11
7280           src/quote_fmt_parse.y  
7281                 no sync needed
7282           src/account.[ch]       
7283                 not sync'ed
7284           src/compose.c
7285                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7286                 on draft mode.
7287                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7288                 header
7289                 
7290         see ChangeLog 2002-11-25 and 2002-11-26
7291
7292 2002-11-26 [colin]      0.8.6claws11
7293
7294         * src/folderview.c
7295                 Fix collapsed folder not auto-expanding during
7296                 mail dnd, if it was the source folder.
7297
7298 2002-11-25 [colin]      0.8.6claws10
7299
7300         * src/folderview.[ch]
7301                 Variable renaming and cleaning (slist of nodes 
7302                 to be re-collapsed is stored in FolderView)
7303
7304 2002-11-25 [paul]       0.8.6claws9
7305
7306         * src/prefs_common.[ch]
7307                 fix breakage caused by last commit
7308
7309 2002-11-25 [paul]       0.8.6claws8
7310
7311         * sync with 0.8.6cvs4
7312                 see ChangeLog 2002-11-21
7313
7314 2002-11-25 [paul]       0.8.6claws7
7315
7316         * sync with 0.8.6cvs4
7317                 see ChangeLog 2002-11-20
7318
7319 2002-11-25 [paul]       0.8.6claws6
7320
7321         * sync with 0.8.6cvs3
7322                 see ChangeLog 2002-11-18
7323
7324 2002-11-25 [colin]      0.8.6claws5
7325
7326         * src/gtkutils.[ch]
7327                 Add gtkut_ctree_node_is_parent()
7328         * src/folderview.c
7329                 Spring-loaded folders
7330
7331 2002-11-25 [colin]      0.8.6claws4
7332
7333         * src/utils.[ch]
7334                 Add slist_concat_unique(), function to merge
7335                 two GSList filtering dups
7336         * src/folder.[ch]
7337         * src/summaryview.[ch]
7338         * src/folderview.c
7339         * src/main.c
7340                 Add detection/update/display of unread answers
7341                 to marked mails
7342         * src/procmsg.[ch]
7343                 Add procmsg_find_children()
7344                 Add procmsg_msg_has_marked_parent()
7345
7346 2002-11-25 [colin]      0.8.6claws3
7347
7348         * src/ssl_certificate.[ch]
7349                 Allow checking a certificate without a DNS
7350                 lookup
7351                 Allow to forget a cert (by deleting it)
7352                 Make ssl_certificate_destroy_public
7353         * src/ssl_manager.[ch] ** NEW FILES **
7354                 Gui to manage (display/remove) certificates
7355         * src/prefs_common.[ch]
7356                 Add a pref to allow silent acceptation of
7357                 trusted certificates or not (based on the
7358                 "I want to know what's going on" principle)
7359         * src/mainwindow.c
7360                 Add SSL manager in Tools menu
7361         * src/Makefile.am
7362                 Add the new files to the build
7363         * po/POTFILES.in
7364                 Add ssl_manager.c to translations
7365
7366 2002-11-25 [colin]      0.8.6claws2
7367
7368         * src/summaryview.[ch]
7369                 Add S_SEARCH_EXTENDED to the quick search, which 
7370                 allows to search using filtering syntax.
7371
7372 2002-11-25 [colin]      0.8.6claws1
7373
7374         * src/summaryview.c
7375                 Deletion of duplicates now prefer deleting
7376                 the unread dup (fixes feature-request 638989).
7377
7378 2002-11-24 [paul]       0.8.6claws
7379
7380         * po/es.po
7381           po/pl.po
7382           po/ru.po
7383           po/sr.po
7384                 updated by Ricardo Mones Lastra,
7385                 Witold Wladyslaw Wojciech Wilk,
7386                 Ruslan N. Balkin, and  Urke MMI 
7387                 respectively
7388
7389 2002-11-24 [paul]       0.8.5claws182
7390
7391         * po/bg.po
7392                 updated by George Danchev
7393
7394 2002-11-23 [alfons]     0.8.5claws181
7395
7396         * src/imap.c
7397                 tiny memory leak found by browsing Dimitar's 
7398                 valgrind report
7399
7400 2002-11-23 [paul]       0.8.5claws180
7401
7402         * po/it.po
7403                 updated by Alessandro Maestri
7404
7405 2002-11-22 [christoph]  0.8.5claws179
7406
7407         * src/compose.c
7408         * src/inc.c
7409         * src/prefs_filtering.c
7410         * src/summaryview.c
7411                 more warning fixes
7412
7413 2002-11-22 [alfons]     0.8.5claws178
7414
7415         * src/summaryview.c
7416                 summary_execute_delete_func(): if message is deleted, make 
7417                 sure to also remove its entry in the subject hash table. 
7418                 fixes a corner case bug.
7419
7420 2002-11-22 [paul]       0.8.5claws177
7421
7422         * .cvsignore
7423                 add 'autom4te.cache'
7424                 
7425         * ltconfig      ** REMOVED **
7426                 not needed
7427
7428 2002-11-22 [paul]       0.8.5claws176
7429
7430         * src/textview.c
7431                 textview_set_font(): fix for message display in
7432                 UTF-8 locales (thanks to Sergey Vlasov).
7433                 
7434         * AUTHORS
7435                 add new team members and contributors
7436
7437
7438 2002-11-21 [colin]      0.8.5claws175
7439
7440         * src/procmsg.[ch]
7441                 Add procmsg_remove_special_headers()
7442         * src/mh.c
7443                 Use procmsg_remove_special_headers() for 
7444                 previous fix
7445
7446 2002-11-21 [colin]      0.8.5claws174
7447
7448         * src/mh.c
7449                 Fix moving/copying from queue/draft folders
7450                 for MH folders
7451
7452 2002-11-21 [christoph]  0.8.5claws173
7453
7454         * src/crash.c
7455         * src/filtering.c
7456         * src/logwindow.c
7457         * src/main.c
7458         * src/matcher_parser_lex.[hl]
7459         * src/mbox.c
7460         * src/mbox_folder.[ch]
7461         * src/prefs_filtering.c
7462         * src/procheader.c
7463         * src/quote_fmt_lex.l
7464         * src/ssl.c
7465                 fix all warnings except the warnings in lex and yacc files
7466
7467 2002-11-20 [christoph]  0.8.5claws172
7468
7469         * src/imap.c
7470                 fix MsgInfo retrieval for IMAP draft and queue folders
7471                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7472
7473 2002-11-19 [christoph]  0.8.5claws171
7474
7475         * src/compose.c
7476                 fix segfault, when draft saving does not get
7477                 the MsgInfo of the new message
7478                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7479
7480 2002-11-19 [christoph]  0.8.5claws170
7481
7482         * src/procmsg.c
7483                 add parameter check for flag setting function
7484                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7485
7486 2002-11-18 [paul]       0.8.5claws169
7487
7488         * src/compose.c
7489                 more sensitivity fixes to redirect mode:
7490                 * disable toolbar draft button
7491                 * allow only Address book in the Tools menu
7492                 * disable editing of message by the spell
7493                   checker
7494
7495 2002-11-18 [paul]       0.8.5claws168
7496
7497         * src/compose.c
7498                 fix sensitivity of menu items in compose_redirect():
7499                 allow only the necessary items 
7500
7501 2002-11-18 [paul]       0.8.5claws167
7502
7503         * src/compose.c
7504                 fix bug [ 603259 ] 'attachment got lost on bounce'
7505
7506 2002-11-18 [paul]       0.8.5claws166
7507
7508         * po/ru.po
7509                 updated by Ruslan N. Balkin <baron@dartel.ru>
7510
7511 2002-11-18 [colin]      0.8.5claws165
7512
7513         * src/main.c
7514           src/defs.h
7515                 Remove old filtering stuff
7516
7517
7518 2002-11-17 [oliver]     0.8.5claws164
7519
7520         * src/toolbar.h
7521                 remove not needed typedef 
7522
7523 2002-11-17 [oliver]     0.8.5claws163
7524
7525         * src/toolbar.c
7526                 make toolbar's on click events translatable
7527
7528 2002-11-15 [colin]      0.8.5claws162
7529
7530         * src/summaryview.c
7531                 Revert too-soon integration of a feature
7532
7533 2002-11-15 [christoph]  0.8.5claws161
7534
7535         * src/imap.c
7536                 use main's implementation of imap_get_msginfo
7537
7538 2002-11-15 [christoph]  0.8.5claws160
7539
7540         * src/compose.c
7541         * src/folder.[ch]
7542         * src/imap.c
7543         * src/mbox_folder.c
7544         * src/mh.c
7545         * src/news.c
7546         * src/procmsg.c
7547         * src/summaryview.c
7548                 replace claws' fetch_msginfo with main's get_msginfo
7549                 (use main's implementation where possible)
7550
7551 2002-11-15 [colin]      0.8.5claws159
7552
7553         * src/ssl_certificate.c
7554                 Missed a check
7555
7556 2002-11-16 [melvin]     0.8.5claws158
7557
7558         * po/fr.po
7559                 Updated French translations.
7560
7561 2002-11-16 [colin]      0.8.5claws157
7562
7563         * src/ssl_certificate.c
7564                 Check for missing parts in the certificates
7565
7566 2002-11-15 [colin]      0.8.5claws156
7567
7568         * src/folderview.c
7569                 Preventive fix (missing check) found by
7570                 Alfons
7571
7572 2002-11-15 [paul]
7573
7574         * NEWS
7575                 sync with 0.8.6 release
7576
7577 2002-11-15 [colin]      0.8.5claws155
7578
7579         * src/folder.[ch]
7580           src/folderview.c
7581                 Fix error handling of folder_item_move_to()
7582                 (thanks to Alfons!)
7583
7584 2002-11-15 [colin]      0.8.5claws154
7585
7586         * src/folder.[ch]
7587           src/folderview.c
7588                 folder_item_move_to() sets an error message instead
7589                 of having GUI stuff in folder.c
7590
7591 2002-11-15 [colin]      0.8.5claws153
7592
7593         * src/procmsg.[ch]
7594                 Implemented a callback for MsgInfo updates, 
7595                 heavily copy/pasted from Christoph's folder 
7596                 callback system
7597         * src/summaryview.[ch]
7598                 Register summary_update_msg as callback
7599
7600 2002-11-14 [colin]      0.8.5claws152
7601         
7602         * src/procmsg.c
7603                 Update the FolderItem after sending (fixes 617593)
7604
7605 2002-11-14 [christoph]  0.8.5claws151
7606
7607         * src/folder.c
7608                 fix wrong position of NULL pointer check found
7609                 by Sergey
7610
7611 2002-11-14 [christoph]  0.8.5claws150
7612
7613         * src/folder.c
7614                 fix segfault when deleting messages from IMAP folders
7615                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7616
7617 2002-11-14 [colin]      0.8.5claws149
7618
7619         * src/compose.c
7620                 Forwarding was also ignoring the folder's default account.
7621
7622 2002-11-14 [colin]      0.8.5claws148
7623
7624         * src/compose.c
7625                 Fix sent folder not set to folder properties when 
7626                 forwarding.
7627
7628 2002-11-14 [thorsten]   0.8.5claws147
7629
7630         * src/inc.c
7631                 inc_start(): Files were not moved from .processing to inbox,
7632                 if no global processing rule existed
7633
7634 2002-11-14 [colin]      0.8.5claws146
7635
7636         * src/ssl_certificate
7637                 Fix file operations
7638
7639 2002-11-14 [paul]       0.8.5claws145
7640
7641         * po/it.po
7642                 updated by Alessandro Maestri
7643
7644 2002-11-13 [alfons]     0.8.5claws144
7645
7646         * src/folder.c
7647                 folder_item_close(): only mark messages unread
7648                 when a folder has new messages 
7649
7650 2002-11-13 [keith]      0.8.5claws143
7651
7652         * src/imap.c
7653                 Fix problem moving or copying between
7654                 IMAP folders
7655
7656 2002-11-13 [colin]      0.8.5claws142
7657
7658         * src/matcher_parser_parse.y
7659                 Fix rule problem when " don't match
7660
7661 2002-11-13 [christoph]  0.8.5claws141
7662
7663         * src/folder.c
7664         * src/folderview.c
7665                 moved cache saving to folder_item_close
7666                 the folderview should not have to deal with
7667                 this things
7668
7669 2002-11-13 [christoph]  0.8.5claws140
7670
7671         * src/summaryview.c
7672                 moved setting of important score to
7673                 summary_set_prefs_from_folderitem
7674
7675 2002-11-13 [colin]      0.8.5claws139
7676
7677         * src/matcher_parser_parse.y
7678                 Fix a segfault in the parser (happening when
7679                 a good expression had been tested and a bad 
7680                 one arrives)
7681
7682 2002-11-13 [paul]       0.8.5claws138
7683
7684         * sync with 0.8.5cvs24
7685                 see ChangeLog 2002-11-13
7686                 
7687         * po/pt_BR.po
7688                 updated by Fabio Jr. Beneditto
7689
7690 2002-11-13 [colin]      0.8.5claws137
7691         
7692         * src/msgcache.c
7693           src/defs.h
7694           src/procmsg.[ch]
7695                 Revert last commit, problem
7696
7697 2002-11-13 [colin]      0.8.5claws136
7698
7699         * src/msgcache.c
7700                 Remove duplicated code
7701         * src/defs.h
7702                 Bumped CACHE_VERSION and MARK_VERSION
7703         * src/procmsg.[ch]
7704                 Network endian for cache and mark files
7705
7706 2002-11-12 [colin]      0.8.5claws135
7707
7708         * src/inc.c
7709                 Fix the "socket error" dialog which disappeared
7710
7711 2002-11-12 [colin]      0.8.5claws134
7712
7713         * src/msgcache.c
7714                 Reverse last commit which had performance 
7715                 problems, but still reverse the list
7716
7717 2002-11-12 [colin]      0.8.5claws133
7718
7719         * src/msgcache.c
7720                 Reverse list order
7721
7722 2002-11-12 [melvin]     0.8.5claws132
7723
7724         * src/compose.c
7725                 Added a check for a NULL prefs_common.dictionary
7726
7727 2002-11-12 [colin]      0.8.5claws131
7728
7729         * src/ssl_certificate.[ch]
7730                 Use FQDN hostname
7731
7732 2002-11-12 [colin]      0.8.5claws130
7733
7734         * src/ssl_certificate.[ch]
7735                 Take connection port into account for 
7736                 checking certificates (a single hostname
7737                 could have multiple servers with multiple
7738                 certificates)
7739         * src/ssl.c
7740                 Pass the port to ssl_certificate_check
7741
7742 2002-11-12 [paul]       0.8.5claws129
7743
7744         * src/folder.c
7745                 fix a typo in last commit
7746
7747 2002-11-12 [paul]       0.8.5claws128
7748
7749         * sync with 0.8.5cvs23
7750                 see ChangeLog entry 2002-11-12
7751
7752 2002-11-11 [colin]      0.8.5claws127
7753
7754         * src/ssl_certificate.c
7755                 Cleaner messages
7756                 Don't popup, instead log error, if the 
7757                 corresponding pref is checked
7758         * src/ssl_certificate.h
7759                 include <openssl/objects/h>
7760
7761 2002-11-11 [colin]      0.8.5claws126
7762
7763         * src/ssl_certificate.h
7764                 _Really_ clean it
7765
7766 2002-11-11 [colin]      0.8.5claws125
7767         
7768         * src/ssl_certificate.c
7769                 Fixed leak
7770
7771 2002-11-11 [colin]      0.8.5claws124
7772
7773         * src/ssl.c
7774                 Cleaned a bit
7775         * src/ssl_certificate.[ch]
7776                 Cleaned a bit (better use of SSL API)
7777                 (This will cause non-recognition of saved 
7778                  certificates of claws12[23]...)
7779
7780 2002-11-11 [paul]       0.8.5claws123
7781         
7782         * po/es.po
7783                 updated by Ricardo Mones Lastra
7784
7785 2002-11-11 [colin]      0.8.5claws122
7786
7787         * src/ssl.c
7788                 Fix a typo
7789
7790 2002-11-11 [colin]      0.8.5claws121
7791
7792         * src/ssl_certificate.[ch] ** NEW FILES **
7793         * src/ssl.[ch]
7794                 Check SSL certificates presented to us
7795         * src/Makefile.am
7796                 Add ssl_certificate.[ch]
7797         * po/POTFILES.in
7798                 Add ssl_certificate.c
7799
7800 2002-11-11 [paul]       0.8.5claws120
7801
7802         * sync with 0.8.5cvs22
7803                 see ChangeLog 2002-11-11
7804
7805 2002-11-11 [paul]       0.8.5claws119
7806
7807         * sync with 0.8.5cvs21
7808                 see ChangeLog 2002-11-11
7809
7810 2002-11-10 [jens]       0.8.5claws118
7811
7812         * src/folder.c
7813         * src/folderview.c
7814                 corrected some typing
7815         * po/de.po
7816                 updated german translation
7817         * sylpheed.spec.in
7818                 cleaned up specfile and adjusted it for claws
7819
7820 2002-11-10 [colin]      0.8.5claws117
7821
7822         * src/summaryview.c
7823                 a STATUSBAR_PUSH/POP fix
7824
7825 2002-11-10 [colin]      0.8.5claws116
7826
7827         * src/prefs_folder_item.c
7828                 Fix hanging after opening folder properties
7829
7830 2002-11-10 [hoa]        0.8.5claws115
7831
7832         * src/matcher_parser_lex.l
7833         * src/matcher_parser_parse.y
7834                 config file for scoring and filtering is no more trashed
7835                 when there is a syntax error in a filtering rule when
7836                 editing it in a dialog.
7837
7838 2002-11-09 [colin]      0.8.5claws114
7839
7840         * src/mbox_folder.c
7841                 Added missing initialisation of folder->destroy()
7842
7843 2002-11-09 [colin]      0.8.5claws113
7844
7845         * src/folder.c
7846           src/folderview.c
7847                 Fix the status bar messages
7848
7849 2002-11-09 [colin]      0.8.5claws112
7850
7851         * src/folderview.c
7852                 Fix hangs after folder dnd, happening after 
7853                 claws109.
7854
7855 2002-11-09 [christoph]  0.8.5claws111
7856
7857         * src/folderview.c
7858                 just changed order of calls (reverse order of
7859                 associated calls)
7860         * src/inc.c
7861                 lock inc when checking only one account, otherwise
7862                 inc all could be executed at the same time
7863
7864 2002-11-09 [christoph]  0.8.5claws110
7865
7866         * src/folderview.c
7867                 better unlock the mouse cursor before calling
7868                 summary_show because it changes the cursor too
7869
7870 2002-11-09 [christoph]  0.8.5claws109
7871
7872         * src/folder.[ch]
7873         * src/folderview.c
7874                 add functions to open and close a folder
7875                 o opending will execute scanning for remote folders
7876                   and processing
7877                 o closing will unset new flag for messages
7878
7879 2002-11-09 [colin]      0.8.5claws108
7880
7881         * src/folder.c
7882                 Add a call to prefs_matcher_write_config to 
7883                 avoid non-leaf folders filtering settings to be
7884                 lost
7885
7886 2002-11-09 [paul]       0.8.5claws107
7887
7888         * src/prefs_account.c
7889                 re-word a label
7890
7891 2002-11-09 [colin]      0.8.5claws106
7892
7893         * src/folderview.c
7894                 Minor esthetic fix
7895
7896 2002-11-09 [colin]      0.8.5claws105
7897
7898         * src/folderview.c
7899                 Fix prefs_filtering deletion for MH folders (same
7900                 reason as below)
7901         * src/prefs_filtering.c
7902                 Fix prefs_filtering renaming and deletion for 
7903                 folder-based processing rules.  
7904
7905 2002-11-09 [christoph]  0.8.5claws104
7906
7907         * src/compose.c
7908         * src/folder.[ch]
7909         * src/folderview.[ch]
7910         * src/import.c
7911         * src/inc.c
7912         * src/main.c
7913         * src/mainwindow.c
7914         * src/messageview.c
7915         * src/prefs_folder_item.c
7916         * src/procmsg.c
7917         * src/summaryview.c
7918                 implement a callback system for folder item updates
7919
7920 2002-11-09 [colin]      0.8.5claws103
7921
7922         * src/folderview.c
7923                 Fix prefs_filtering renaming for MH folders (we
7924                 shouldn't rename by path as another folder could
7925                 have the same hierarchy).
7926
7927 2002-11-09 [colin]      0.8.5claws102
7928
7929         * src/folder.c
7930                 Fix a leak found by Christoph, use better variable
7931                 names
7932
7933 2002-11-09 [colin]      0.8.5claws101
7934
7935         * src/folder.c
7936                 One more fix for processing rules
7937
7938 2002-11-08 [colin]      0.8.5claws100
7939         
7940         * src/matcher.c
7941                 Don't copy the compiled regexp (will be reevaluated)
7942         * src/folderview.c
7943                 Lock folderview while moving
7944         * src/folder.c
7945                 Provide info on what's happening to the user
7946
7947 2002-11-08 [colin]      0.8.5claws99
7948
7949         * src/folderview.c
7950                 Fix folder reordering after a move if parent is 
7951                 root
7952         * src/scoring.[ch]
7953                 Add function to copy a ScoringProp
7954         * src/prefs_folder_item.c
7955                 Copy scoring rules when copying a folder prefs
7956
7957 2002-11-08 [colin]      0.8.5claws98
7958
7959         * src/folderview.c
7960                 Fixes in case of failure
7961         * src/filtering.[ch]    
7962                 Add function to duplicate a FilteringProp
7963         * src/matcher.[ch]
7964                 Add function to duplicate a MatcherProp
7965         * src/prefs_folder_item.c
7966                 Save folder's processing rules when copying 
7967                 its prefs
7968
7969 2002-11-08 [colin]      0.8.5claws97
7970         
7971         * src/folderview.c
7972                 Sort after move
7973         * src/folder.c 
7974                 Change a printf to debug_print
7975
7976 2002-11-08 [colin]      0.8.5claws96
7977
7978         * src/folder.c
7979           src/folderview.c
7980                 Fix segfaults, call me stupido
7981         
7982
7983 2002-11-08 [colin]      0.8.5claws95
7984
7985         *src/folder.c
7986                 Added forgotten prefs to save when moving folders
7987
7988 2002-11-08 [colin]      0.8.5claws94
7989
7990         * src/folder.c
7991                 Fixes to folder DND (prefs copy)
7992         * src/folderview.c
7993                 Optimization for folder DND (don't rescan whole tree)
7994                 Added folderview_create_folder_node() for this 
7995                 optimization, so de-duped a bit the code
7996         * src/prefs_folder_item.[ch]
7997                 Added prefs_folder_item_copy_prefs()    
7998           
7999 2002-11-08 [paul]       0.8.5claws93
8000
8001         * src/prefs_account.c
8002           tools/README
8003           tools/kmail2sylpheed_v2.pl
8004                 correct some typos
8005
8006 2002-11-08 [paul]       0.8.5claws92
8007
8008         * src/compose.c
8009           src/prefs_account.[ch]
8010                 remove account options 'clearsign' and 'ascii_armored',
8011                 replace with 'default_gnupg_mode' to prevent mixed-mode
8012                 Privacy settings
8013
8014 2002-11-08 [paul]       0.8.5claws91
8015
8016         * src/compose.[ch]
8017                 re-implement GnuPG 'on-the-fly' mode selection,
8018                 disallow mixed-mode
8019
8020 2002-11-08 [colin]      0.8.5claws90
8021
8022         * src/folderview.c
8023           src/prefs_folder_item.c
8024                 Change "Property" to "Properties"
8025
8026 2002-11-07 [colin]      0.8.5claws89
8027
8028         * src/folderview.c
8029           src/folder.c
8030                 Allow folder dropping to a root folder
8031
8032 2002-11-07 [paul]       0.8.5claws88
8033
8034         * src/compose.c
8035                 revert last commit
8036
8037 2002-11-07 [paul]       0.8.5claws87
8038
8039         * src/compose.c
8040                 fix reply-to-list bug. closes bug report
8041                 "[633382] reply-to-list broken in recent cvs"
8042
8043 2002-11-07 [paul]       0.8.5claws86
8044
8045         * src/compose.c
8046                 add a forgotten '#if USE_GPGME ... #endif'
8047
8048 2002-11-07 [paul]       0.8.5claws85
8049
8050         * sync with 0.8.5cvs20
8051                 see ChangeLog 2002-11-07
8052
8053 2002-11-07 [colin]      0.8.5claws84
8054
8055         * src/folder.[ch]
8056                 Change folder_item_move_to to return the newly 
8057                 created folderitem.
8058         * src/folderview.c
8059                 Select the new folderitem after moving.
8060
8061 2002-11-07 [colin]      0.8.5claws83
8062
8063         * src/prefs_filtering.c
8064                 Fix rule rewriting when moving a leaf folder to a 
8065                 shorter path
8066
8067 2002-11-07 [colin]      0.8.5claws82
8068
8069         * src/prefs_filtering.c
8070                 fix a leak
8071
8072 2002-11-07 [colin]      0.8.5claws81
8073
8074         * src/folder.[ch]
8075                 Add folder_item_move_to() function to move a 
8076                 folderitem into another one (updates matcher etc)
8077         * src/folderview.c
8078                 Add folder drag'n drop (context menu to come)
8079                 [Should be dataloss free, but Please backup before 
8080                  trying !]
8081
8082 2002-11-06 [colin]      0.8.5claws80
8083
8084         * src/mh.c
8085                 mh_create_folder() returns NULL if can't create
8086                 directory hierarchy
8087
8088 2002-11-06 [paul]       0.8.5claws79
8089
8090         * src/compose.[ch]
8091                 allow 'on-the-fly' changing of the type of encryption 
8092                 and/or signing used (mime/ascii) via the compose window
8093
8094 2002-11-06 [paul]       0.8.5claws78
8095
8096         * sync with 0.8.5cvs19
8097                 see ChangeLog 2002-11-06 for src/account.c: 
8098                 account_get_special_folder()
8099                 
8100 2002-11-05 [alfons]     0.8.5claws77
8101
8102         * src/crash.c
8103                 very minor cleanups: nothing to see here, move on. :-)
8104
8105 2002-11-05 [colin]      0.8.5claws76
8106
8107         * src/main.c
8108                 Changes choices if compose windows are opened to
8109                 Discard, Draft, Don't quit
8110
8111 2002-11-05 [thorsten]   0.8.5claws75
8112
8113         * src/compose.c
8114                 reenabled default_reply_to folder option
8115
8116 2002-11-05 [colin]      0.8.5claws74
8117
8118         * src/compose.[ch] 
8119                 add compose_draft()
8120         * src/crash.c
8121                 add SIGTERM handler
8122         * src/main.[ch]
8123                 add clean_quit() for the SIGTERM handler
8124
8125 2002-11-05 [paul]       0.8.5claws73
8126         
8127         * po/es.po
8128                 updated by Ricardo Mones Lastra
8129
8130 2002-11-05 [melvin]     0.8.5claws72
8131
8132         * src/logwindow.c
8133                 Fixed log-clipping bug #616795.
8134                 To stop logging in the log window use 0 length.
8135         * src/prefs_common.c
8136                 Added a label to inform about the 0 log length behaviour.
8137
8138 2002-11-05 [paul]       0.8.5claws71
8139
8140         * sync with 0.8.5cvs17
8141                 see ChangeLog 2002-11-05
8142
8143 2002-11-04 [paul]       0.8.5claws70
8144
8145         * sylpheed-128x128.png
8146           sylpheed-64x64.png
8147           sylpheed.png
8148                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8149                 <nikai@users.sourceforge.net>
8150                 
8151         * po/bg.po
8152                 updated by George Danchev
8153
8154 2002-11-03 [thorsten]   0.8.5claws69
8155
8156         * src/main.c
8157           src/mimeview.c
8158           src/rfc2015.h
8159                 add check if gpg is active
8160
8161 2002-11-03 [thorsten]   0.8.5claws68
8162
8163         * src/toolbar.h
8164                 removed GSList declaration causing trouble on MacOS-X
8165                 (submitted by alfons, reported by xfesty)
8166
8167 2002-11-01 [paul]       0.8.5claws67
8168
8169         * src/mainwindow.c
8170                 remove last remnants of main's filter code
8171
8172 2002-11-01 [paul]       0.8.5claws66
8173
8174         * tools/filter_conv.pl
8175                 fix bug where user-defined headers were ignored
8176
8177 2002-11-01 [paul]       0.8.5claws65
8178
8179         * src/logwindow.c
8180                 make a debug_print() not translatable
8181
8182 2002-10-31 [melvin]     0.8.5claws64
8183
8184         * ac/aspell.m4
8185                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8186                 not run any GNU/aspell test.  The dictionary path will
8187                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8188                 was given, in which case, it will be $prefix/lib/aspell/
8189         * configure.in
8190                 Fixed typo in commentary (Aspell code).
8191
8192 2002-10-31 [paul]       0.8.5claws63
8193
8194         * po/POTFILES.in
8195                 remove src/filter.c and src/prefs_filter.c
8196                 thanks to Ricardo for reminding me
8197
8198 2002-10-31 [colin]      0.8.5claws62
8199
8200         * src/mbox_folder.c
8201                 Plug some leaks
8202
8203 2002-10-31 [paul]       0.8.5claws61
8204
8205         * src/prefs_filter.[ch] ** REMOVED **
8206           src/filter.[ch]       ** REMOVED **
8207           
8208         * src/Makefile.am
8209           src/folderview.c
8210           src/inc.c
8211           src/main.c
8212           src/mainwindow.c
8213           src/mbox.c
8214           src/prefs_common.c
8215           src/prefs_filtering.c
8216           src/summaryview.[ch]
8217                 remove main's 'filter' code
8218                 
8219         README.claws
8220                 update to reflect removal of main's filter
8221
8222 2002-10-31 [paul]       0.8.5claws60
8223
8224         * src/summaryview.c
8225                 remove check for global_processing in summary_filter_open(). 
8226                 This fixes the bug where if the user uses the right-click 
8227                 'Create filter rule...' and doesn't have any filter rules 
8228                 already defined in claws' advanced filtering, the newly 
8229                 created filter rule goes to main's filtering which is 
8230                 inaccessible through the gui. Now the filter rule gets added
8231                 to claws' filtering by default.
8232
8233 2002-10-28 [melvin]     0.8.5claws59
8234
8235         * src/prefs_actions.c
8236                 Fixed bug #627322 where MIME parts were not always
8237                 correctly passed to a %p action
8238                 Display an error dialog when message filename is not found.
8239
8240 2002-10-28 [melvin]     0.8.5claws58
8241
8242         * src/prefs_common.c
8243                 Readded a missing function declaration lost in 0.8.3claws34
8244
8245 2002-10-28 [paul]       0.8.5claws57
8246
8247         * sync with 0.8.5cvs15
8248                 see ChangeLog 2002-10-28 and 2002-10-25
8249                 
8250         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8251
8252 2002-10-27 [oliver]     0.8.5claws56
8253
8254         * src/pop.c
8255                 plug leak in pop3_top_recv
8256
8257 2002-10-26 [christoph]  0.8.5claws55
8258
8259         * src/folder.c
8260                 set need_update folder flag when messages are added
8261                 (closes bug [ 626922 ] folder not updated after receiving)
8262
8263 2002-10-25 [melvin]     0.8.5claws54
8264
8265         * src/imageview.c
8266                 Fixed a memleak introduced in the scaling code.
8267
8268 2002-10-24 [alfons]     0.8.5claws53
8269
8270         * src/filtering.c
8271                 make filtering's forward message action forward from the 
8272                 correct account
8273                 (closes bug [628089 ] Filter -> Forward from address problem
8274                 reported by Oktay)
8275
8276 2002-10-24 [christoph]  0.8.5claws52
8277
8278         * src/mainwindow.c
8279         * src/manual.[ch]
8280                 o use manual of current locale or english if current
8281                   locale is not available (and english is available)
8282                 o also link to sylpheed doc project manuals
8283
8284 2002-10-23 [paul]       0.8.5claws51
8285
8286         * tools/README
8287           tools/kmail2sylpheed_v2.pl
8288                 add new version of kmail addressbook importer script.
8289                 works with newer versions of Kmail/KAddressBook which
8290                 have new and rearranged data.
8291
8292 2002-10-23 [martin]     0.8.5claws50
8293
8294         * src/folderview.c
8295         * src/summaryview.c
8296         * src/utils.h
8297         * src/utils.c
8298                 added length parameter to get_abbrev_newsgroup_name()
8299                 changed this function so that it abbreviates the newsgroup
8300                 names only so long it is smaller than the length parameter
8301                 (for better reading of some newsgroup names and space efficiency)
8302
8303 2002-10-22 [colin]      0.8.5claws49
8304
8305         *src/foldersel.c
8306                 Revert Alfons' last modification (after voting ;-))
8307
8308 2002-10-21 [alfons]     0.8.5claws48
8309
8310         * src/foldersel.c
8311                 folder view in folder selection dialog reflects state of
8312                 folder view in main window
8313
8314 2002-10-18 [alfons]     0.8.5claws47
8315
8316         * src/mbox.c
8317                 drop imported messages in folder selected by user,
8318                 and not in the inbox
8319                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8320
8321 2002-10-18 [alfons]     0.8.5claws46
8322
8323         * src/compose.c
8324                 make automagic reply work correctly for email accounts 
8325                 (whether it's viable to do a full sync with Hiro's 
8326                 compose.c is still under discussion)
8327
8328 2002-10-18 [melvin]     0.8.5claws45
8329
8330         * src/prefs_actions.c
8331                 Fixed bug #622275 where asynchroneous actions left 
8332                 zombies processes
8333                 Made (synchroneous) actions' input be displayed live.
8334
8335 2002-10-18 [christoph]  0.8.5claws44
8336
8337         * src/textview.c
8338                 don't add a newline in the textview in front of the
8339                 first textpart if header display is disabled
8340                 (closes bug [ 603385 ] disabled header display leaves blank
8341                  lin)
8342
8343 2002-10-18 [christoph]  0.8.5claws43
8344
8345         * src/folder.[ch]
8346         * src/imap.c
8347         * src/mbox_folder.c
8348         * src/mh.c
8349         * src/news.c
8350                 folder->get_num_list now returns an error code
8351                 (closes bug [ 609424 ] News cache cleared on failure)
8352                 
8353 2002-10-17 [colin]      0.8.5claws42
8354         
8355         * src/news.c
8356                 Changed a printf by debug_print
8357
8358 2002-10-16 [paul]       
8359
8360         * tools/OOo2sylpheed.pl
8361                 allow for spaces in the name of the
8362                 file to be attached.
8363
8364 2002-10-16 [colin]      0.8.5claws41
8365
8366         * src/main.c
8367                 Use a tristate to change online mode
8368
8369 2002-10-16 [paul]       0.8.5claws40
8370
8371         * po/es.po
8372                 updated by Ricardo Mones Lastra
8373
8374 2002-10-16 [colin]      0.8.5claws39
8375
8376         * src/main.c
8377           src/mainwindow.[ch]
8378                 Added --online and --offline command-line
8379                 switches
8380
8381 2002-10-15 [christoph]  0.8.5claws38
8382
8383         * src/procmime.c
8384                 set mimeinfo->name to NULL after g_free to
8385                 avoid double freeing with g_free
8386
8387 2002-10-14 [christoph]  0.8.5claws37
8388
8389         * src/compose.c
8390         * src/filtering.c
8391         * src/summaryview.c
8392                 remove calls to folder->change_flags that are now
8393                 done by procmsg flag functions (seems it is not
8394                 used by any foldertype anyway)
8395         * src/folder.c
8396                 init folder->change_flags with NULL
8397
8398 2002-10-14 [christoph]  0.8.5claws36
8399
8400         * src/folder.[ch]
8401         * src/imap.[ch]
8402                 use virtual functions for folder item new and destroy
8403                 functions
8404
8405 2002-10-14 [melvin]     0.8.5claws35
8406
8407         * src/compose.c
8408                 Added a test to not run the spell checker if no default
8409                 dictionary is available. No dialog is displayed though.
8410
8411 2002-10-14 [melvin]     0.8.5claws34
8412
8413         * src/gtkaspell.c
8414                 Fixed bug in dictionary list context menu where
8415                 "More..." pointed to an emtpy submenu if the
8416                 number of dictionaries is a multiple of 15
8417                 Removed unneeded code in suggestions list creation
8418
8419 2002-10-14 [paul]       0.8.5claws33
8420
8421         * po/bg.po
8422                 updated by George Danchev
8423
8424 2002-10-13 [hoa]        0.8.5claws32
8425
8426         * src/matcher.[ch]
8427           src/matcher_parser_parser.y
8428                 removed the escaped string from internal structure
8429                 of matcher.
8430
8431 2002-10-12 [colin]      0.8.5claws31
8432
8433         * src/gtksctree.[ch]
8434           src/summaryview.c
8435                 Removed useless function gtksctree_reanchor
8436
8437 2002-10-12 [alfons]     0.8.5claws30
8438         
8439         * sync with remaining main changes 2002-10-09 - 2002-10-11
8440         - drop changes to src/compose.c (requires claws specific changes)
8441         
8442 2002-10-12 [alfons]     0.8.5claws29
8443         
8444         * sync with main changes of 2002-10-08
8445         - drop changes to src/compose.c (requires claws specific changes)
8446         - drop changes to src/summaryview.c (requires changes to compose.c)     
8447
8448 2002-10-12 [alfons]     0.8.5claws28
8449         
8450         * sync with main changes of 2002-10-07
8451
8452 2002-10-12 [alfons]     0.8.5claws27
8453
8454         * sync with main changes of 2002-10-04
8455         - drop changes to src/compose.c (requires claws specific changes)
8456         - drop changes to src/prefs_folder_item.c (claws implementation
8457           seems to be working)
8458
8459 2002-10-12 [colin]      0.8.5claws26
8460
8461         * src/mainwindow.c
8462                 Fix folder-flicker when space-reading, introduced 
8463                 in claws22.
8464
8465 2002-10-12 [colin]      0.8.5claws25
8466
8467         * src/compose.c
8468                 Save account address when saving as draft.
8469                 (closes bug 621838)
8470
8471 2002-10-12 [colin]      0.8.5claws24
8472
8473         * src/summaryview.c
8474                 Fix the problem consisting of no message selected
8475                 after the last message in a folder has been moved.
8476
8477 2002-10-12 [paul]       0.8.5claws23
8478
8479         * src/compose.c
8480           src/prefs_template.c
8481           src/template.[ch]
8482                 add Cc and Bcc to templates. Patch submitted by
8483                 John L. Males.
8484
8485 2002-10-12 [colin]      0.8.5claws22
8486
8487         * src/folderview.c
8488                 Fix a bug after "Check for new messages":
8489                 If a folder was opened, it was still selected at
8490                 the end of the check, but displayed empty.
8491         * src/mainwindow.c
8492                 Remove unnecessary check
8493
8494 2002-10-12 [paul]
8495
8496         * tools/README
8497                 be more verbose in the description of
8498                 OOo2sylpheed.pl
8499                 
8500
8501 2002-10-11 [colin]      0.8.5claws21
8502
8503         * src/mainwindow.c
8504                 Make space work (better) when no mail is selected
8505
8506 2002-10-11 [colin]      0.8.5claws20
8507
8508         * src/inc.c
8509           src/news.c
8510                 fix warnings
8511
8512 2002-10-11 [colin]      0.8.5claws19
8513
8514         * src/mainwindow.c
8515                 revert 0.8.5claws6 changes as i couldn't get to
8516                 anything satisfying
8517
8518 2002-10-11 [melvin]     0.8.5claws18
8519
8520         * src/compose.c
8521                 Removed buggy and unused macro (should have been committed in
8522                 0.8.5claws17)
8523
8524 2002-10-11 [melvin]     0.8.5claws17
8525
8526         * src/compose.c
8527                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8528
8529 2002-10-11 [thorsten]   0.8.5claws16 
8530
8531         * src/folderview.c
8532                 remove rescan warning
8533
8534 2002-10-11 [colin]      0.8.5claws15 
8535
8536         * src/procheader.c
8537                 fix a segfault that happens if conv_unmime_header
8538                 fails (should be better to find out why it fails)
8539
8540 2002-10-11 [christoph]  0.8.5claws14
8541
8542         * src/summaryview.c
8543                 update folderview stats after ignore/unignore thread
8544
8545 2002-10-11 [hoa]        0.8.5claws13
8546
8547         * src/quote_fmt_parse.y
8548                 Fixed a yacc/bison syntax error
8549         * src/matcher.c
8550                 Escaping of string is fixed.
8551
8552 2002-10-11 [colin]      0.8.5claws12
8553
8554         * src/imageview.c
8555                 Resize images to fit
8556
8557 2002-10-11 [paul]       0.8.5claws11
8558
8559         * po/es.po
8560                 updated by Ricardo Mones Lastra
8561
8562 2002-10-10 [alfons]     0.8.5claws10
8563
8564         * src/compose.c
8565                 allow dropping files by "moving" files from a file manager,
8566                 not only by the more cumbersome "copying". the latter 
8567                 mostly implies holding down the Control button
8568
8569 2002-10-10 [christoph]  0.8.5claws9
8570
8571         * src/summaryview.c
8572                 update folders after thread building for ignored threads
8573
8574 2002-10-10 [christoph]  0.8.5claws8
8575
8576         * config/.cvsignore
8577                 added Makefile
8578         * src/filtering.[ch]
8579         * src/folder.[ch]
8580         * src/folderview.[ch]
8581         * src/import.c
8582         * src/inc.[ch]
8583         * src/mbox.[ch]
8584         * src/procmsg.c
8585         * src/summaryview.[ch]
8586                 o added new flag need_update to FolderItem
8587                 o removed folder_table from various functions from tracking
8588                   folder updates
8589                 o set need_update flags in folder.c's move, copy and delete
8590                   functions and procmsg's flags functions
8591                 o added function folderview_update_items_when_required that
8592                   updates all folders with need_update set
8593                 o call folderview_update_items_when_required instead of
8594                   folderview_update_item_foreach
8595
8596 2002-10-09 [sergey]     0.8.5claws7
8597
8598         * src/compose.c
8599                 Strip CRs whel loading the text into editor in reedit mode.
8600
8601 2002-10-09 [colin]      0.8.5claws6
8602
8603         * src/mainwindow.c
8604                 Make Space work when no mail is selected
8605
8606 2002-10-09 [colin]      0.8.5claws5
8607
8608         * src/gtksctree.[ch]
8609                 Fix range_select
8610                 Add gtk_sctree_reanchor() 
8611         * src/summaryview.c
8612                 Use gtk_sctree_reanchor() - better fix for 
8613                 bug 60413
8614
8615 2002-10-09 [colin]      0.8.5claws4
8616
8617         * src/summaryview.c
8618                 Fix shift-click select after delete problem
8619                 (closes bug 60413)
8620
8621 2002-10-08 [thorsten]   0.8.5claws3
8622
8623         * src/summaryview.c
8624                 exclude current msg from -hide read messages-
8625
8626 2002-10-08 [colin]      0.8.5claws2
8627
8628         * src/inc.[ch]
8629           src/pop.c
8630           src/recv.c
8631                 Differentiate socket errors from disk full
8632                 errors
8633
8634 2002-10-08 [christoph]  0.8.5claws1
8635
8636         * Makefile.am
8637         * configure.in
8638                 modifications for new config directory
8639
8640         * config.guess  ** REMOVED **
8641         * config.sub    ** REMOVED **
8642         * install-sh    ** REMOVED **
8643         * ltmain.sh     ** REMOVED **
8644         * missing       ** REMOVED **
8645         * mkinstalldirs ** REMOVED **
8646                 these files are autogenerated by automake
8647                 when you run autogen.sh
8648
8649         * config/.cvsignore     ** NEW FILE **
8650         * config/Makefile.am    ** NEW FILE **
8651                 ignore autogenerated files
8652                 create a Makefile in this directory
8653
8654 2002-10-08 [paul]       0.8.5claws
8655
8656         * 0.8.5claws release
8657         
8658         * src/compose.c
8659           src/procheader.c
8660           src/procmsg.c
8661                 fix quote reply format for newsgroups reply bug
8662                 (thanks to Hoa)
8663                 
8664         * po/en_GB.po
8665           po/pl.po
8666                 updated by me and Witold Wladyslaw Wojciech Wilk
8667                 repectively
8668
8669 2002-10-07 [paul]       0.8.3claws53
8670
8671         * po/it.po
8672           po/pt_BR.po
8673           po/sr.po
8674                 updated messages catalogs, submitted by
8675                 Alessandro Maestri, Fabio Jr.Beneditto 
8676                 and Urke MMI, respectively.
8677
8678 2002-10-07 [christoph]  0.8.3claws52
8679
8680         * src/folder.[ch]
8681         * src/folderview.c
8682         * src/mainwindow.c
8683                 fix new folder ghost message bug
8684                 (closes bug [ 619722 ] wrong count for newly created folders)
8685
8686 2002-10-07 [christoph]  0.8.3claws51
8687
8688         * src/compose.c
8689                 fix news posting problem
8690
8691 2002-10-07 [melvin]     0.8.3claws50
8692
8693         * po/fr.po
8694                 Updated French translation
8695
8696 2002-10-05 [christoph]  0.8.3claws49
8697
8698         * src/gtkstext.c
8699                 check if line_start_cache is set in gtk_stext_update_text
8700                 (closes bug [ 618119 ] crash while doing search in folder)
8701
8702 2002-10-05 [christoph]  0.8.3claws48
8703
8704         * src/imap.c
8705         * src/news.c
8706         * src/utils.c
8707         * src/utils.h
8708                 implement cache cleanups for claws' folder system
8709                 (closes bug [ 595916 ] imapcache not cleaned up)
8710
8711 2002-10-05 [melvin]     0.8.3claws47
8712
8713         * src/prefs_actions.c
8714                 Made the help text more clear for the %p token
8715
8716 2002-10-04 [paul]       0.8.3claws46
8717
8718         * sync with 0.8.5
8719                 see ChangeLog 2002-10-02 and 2002-10-03
8720
8721 2002-10-04 [christoph]  0.8.3claws45
8722
8723         * src/inc.c
8724                 fix segfault caused by pop before smtp
8725                 call to inc_account_mail with NULL
8726                 pointer for mainwin
8727
8728 2002-10-04 [paul]       0.8.3claws44
8729
8730         * configure.in
8731                 sync the LDAP detection from 0.8.5cvs1
8732
8733 2002-10-02 [christoph]  0.8.3claws43
8734
8735         * po/de.po
8736                 fix small spelling error
8737
8738 2002-10-02 [melvin]     0.8.3claws42
8739
8740         * ac/aspell.m4
8741                 Behave better and say "no" when test program cannot be run.
8742
8743 2002-10-02 [paul]       0.8.3claws41
8744
8745         * sync with 0.8.4cvs1
8746                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8747                 
8748         * src/summaryview.c
8749                 toggle the behavior of Reply menuitem between
8750                 normal reply and reply-to-list
8751
8752 2002-10-01 [sergey]     0.8.3claws40
8753
8754         * src/compose.c
8755                 Convert newlines in the message text to the canonical form
8756                 before base64 encoding (RFC2045 compliance, fixes some
8757                 interoperability issues with Evolution 1.0.3)
8758
8759 2002-09-29 [colin]      0.8.3claws39
8760
8761         * src/summaryview.c
8762                 Fix an unwanted copy/paste
8763
8764 2002-09-29 [colin]      0.8.3claws38
8765
8766         * src/mainwindow.c
8767                 Renamed "Custom toolbar" to "Customize toolbar"
8768                 Renamed "Show all header" to "Show all headers"
8769                 Renamed "Set diplay item" to "Set displayed items"
8770         * src/prefs_common.c
8771                 Renamed "Show all header" to "Show all headers"
8772         * src/prefs_summary_column.c
8773                 Renamed "diplay item" to "displayed items"
8774
8775 2002-09-29 [colin]      0.8.3claws37
8776
8777         * src/mainwindow.[ch]
8778                 online/offline status pixmaps follow theme
8779                 changes
8780         * src/summaryview.[ch]
8781                 quicksearch pixmap follows theme changes
8782
8783 2002-09-29 [thorsten]   0.8.3claws36
8784
8785         * src/compose.c
8786           src/prefs_folder_item.[ch]
8787                 add default_reply_to folder option (closes patch 581044)
8788
8789 2002-09-29 [christoph]  0.8.3claws35
8790
8791         * acconfig.h    ** REMOVED **
8792         * configure.in
8793         * ac/aspell.m4
8794         * ac/check-type.m4
8795         * ac/gnupg-check-typedef.m4
8796                 fix autoheader 2.50 warning
8797
8798 2002-09-29 [christoph]  0.8.3claws34
8799
8800         * major code cleanup (part 2)
8801         
8802                 - unused variables removed
8803                 - unused functions removed
8804                 - uninitialized variables checked
8805                 - missing return statements added
8806                 - missing function return types added
8807                 - added parentheses around assignment
8808                   when suggested by gcc
8809
8810 2002-09-29 [alfons]     0.8.3claws33
8811
8812         * src/logwindow.c
8813                 log_window_clear(): only bracket gtk_text_forward_delete() 
8814                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8815                 works around GTK text bug)
8816
8817 2002-09-29 [paul]       0.8.3claws32
8818
8819         * po/bg.po
8820           po/sr.po
8821                 updated by George Danchev and Urke MMI
8822                 respectively
8823
8824 2002-09-27 [christoph]  0.8.3claws31
8825
8826         * doc-src/readme.txt
8827         * doc-src/rfc1806.txt   ** REMOVED **
8828         * doc-src/rfc2183.txt   ** NEW FILE **
8829         * doc-src/rfc2980.txt   ** NEW FILE **
8830                 update rfcs
8831
8832 2002-09-27 [melvin]     0.8.3claws30
8833
8834         * ac/aspell.m4
8835                 Fixed typo which could break linking
8836
8837 2002-09-27 [melvin]     0.8.3claws29
8838
8839         * ac/aspell.m4
8840                 Improved GNU/aspell checking. 
8841                 Fixed bug #614490
8842
8843 2002-09-27 [paul]       0.8.3claws28
8844
8845         * sync with 0.8.3cvs8
8846                 see ChangeLog 2002-09-27
8847
8848 2002-09-26 [colin]      0.8.3claws27
8849
8850         * src/toolbar.[ch]
8851           src/mainwindow.[ch]
8852                 Add "Reply to Mailing-list" to the toolbar
8853
8854 2002-09-26 [christoph]  0.8.3claws26
8855
8856         * src/summaryview.c
8857                 Fix wrong message counts in summaryview status
8858
8859 2002-09-26 [paul]       0.8.3claws25
8860
8861         * sync with 0.8.3cvs7
8862                 see ChangeLog 2002-09-26
8863
8864 2002-09-26 [paul]       0.8.3claws24
8865
8866         * sync with 0.8.3cvs6
8867                 see ChangeLog 2002-09-25
8868
8869 2002-09-25 [christoph]  0.8.3claws23
8870
8871         * src/prefs_common.c
8872         * src/prefs_folder_item.c
8873         * src/prefs_scoring.c
8874                 Renamed "kill score" to "hide score" in GUI
8875                 and prefs files
8876
8877 2002-09-25 [paul]       0.8.3claws22
8878
8879         * sync with 0.8.3cvs5
8880                 see ChangeLog 2002-09-24
8881
8882 2002-09-24 [alfons]     0.8.3claws21
8883
8884         patch by Satoshi Nagayasu: allows appending / saving multiple 
8885         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8886         'Save as ...'")
8887
8888         * AUTHORS
8889                 add Satoshi Nagayasu
8890         * src/summaryview.c
8891                 summary_save_as(): allow saving selected files to
8892                 one file
8893                 summary_set_menu_sensitive: enable "Save As..." when
8894                 multiple files are selected
8895         * src/utils.[ch]
8896                 append_file(): new function
8897
8898 2002-09-24 [colin]      0.8.3claws20
8899
8900         * src/procmime.c
8901                 Fix segfault when mimeinfo doesn't have a 
8902                 content_type. 
8903
8904 2002-09-24 [colin]      0.8.3claws19
8905
8906         * src/prefs_common.[ch]
8907                 Add a preference to display send dialog or not
8908         * src/send.c
8909                 Display send dialog according to preference
8910
8911 2002-09-24 [colin]      0.8.3claws18
8912
8913         * src/compose.[ch]
8914                 Disable user actions when sending
8915
8916 2002-09-24 [colin]      0.8.3claws17
8917
8918         * src/procmime.c
8919                 Do not display name or filename for attachments
8920                 with an application/pgp-signature type
8921                 (security flaw, see bug 537413)
8922
8923 2002-09-23 [colin]      0.8.3claws16
8924
8925         * src/editaddress.c
8926                 Initialize entry_email, entry_alias and 
8927                 entry_remarks to first email address of the list
8928
8929 2002-09-23 [colin]      0.83claws15
8930
8931         * src/compose.c
8932                 Drop pgp-signature when reediting a signed queued
8933                 message
8934
8935 2002-09-23 [melvin]     0.8.3claws14
8936
8937         * po/fr.po
8938                 Updated French translation
8939
8940 2002-09-23 [melvin]     0.8.3claws13
8941
8942         * src/mainwindow.c
8943                 Made custom toolbar menu labels more consistent
8944         * src/prefs_toolbar.c
8945                 Made custom toolbar window title more consistent
8946
8947 2002-09-22 [colin]      0.8.3claws12
8948
8949         * src/inc.c
8950                 Initialize session type to normal before getting 
8951                 mail (fixes strange Get behaviour)
8952         * src/prefs_account.h
8953                 Move STYPE_POP_BEFORE_SMTP to last position to 
8954                 avoid other side-effects
8955
8956 2002-09-22 [colin]      0.8.3claws11
8957
8958         * src/prefs_account.c
8959                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8960                 from pop3 to apop or vice-versa
8961
8962 2002-09-22 [colin]      0.8.3claws10
8963         
8964         * src/prefs_account.[ch]
8965                 Add an option for the POP before SMTP timeout
8966         * src/inc.c
8967                 Remember time of last POP connection
8968         * src/send.c
8969                 Do POP before SMTP only if timeout reached
8970
8971 2002-09-22 [oliver]     0.8.3claws9
8972         
8973         * README.claws
8974                 explain custom toolbar
8975
8976 2002-09-22 [oliver]     0.8.3claws8
8977
8978         * src/prefs_actions.[ch]
8979         custom toolbar for compose      
8980                 actions callback from compose toolbar
8981         * src/folderview.c
8982                 remove include toolbar.h
8983
8984 2002-09-22 [oliver]     0.8.3claws7
8985         
8986         * src/prefs_toolbar.[ch]
8987                 custom toolbar for compose
8988                 - generic prefs_toolbar handles both
8989                   Mainwin's toolbar as well as Compose toolbar          
8990
8991 2002-09-22 [oliver]     0.8.3claws6
8992         
8993         * src/toolbar.[ch]
8994                 custom toolbar for compose
8995                 restructure toolbar.[ch]
8996
8997 2002-09-22 [oliver]     0.8.3claws5
8998
8999         * src/compose.[ch]
9000                 custom toolbar for compose
9001
9002 2002-09-22 [oliver]     0.8.3claws4
9003         
9004         * src/mainwindow.[ch]
9005                 custom toolbar for compose 
9006                 move mainwin toolbar back to mainwindow
9007
9008 2002-09-22 [alfons]     0.8.3claws3
9009
9010         * src/procmsg.c
9011                 :%sno/if(/if (/gc
9012                 :%sno/for(/for (/gc
9013                 (beautify)
9014
9015 2002-09-22 [alfons]     0.8.3claws2
9016         
9017         * src/procmsg.c
9018                 procmsg_save_to_outbox(): don't unlink message file from queue;
9019                 callers should do it using folder_item_remove_msg()
9020
9021 2002-09-22 [colin]      0.8.3claws1
9022
9023         * src/mimeview.[ch]
9024                 Made mimeview_check_signature() public
9025         * src/textview.c
9026                 Made GPG signatures verifiable by clicking
9027                 the [application/pgp-signature] in the Text
9028                 view
9029
9030 2002-09-22 [paul]       0.8.3claws
9031
9032         * po/bg.po
9033           po/en_GB.po
9034           po/es.po
9035           po/it.po
9036           po/pl.po
9037           po/pt_BR.po
9038           po/sr.po
9039                 updated translations, submitted by George Danchev,
9040                 me, Ricardo Mones Lastra, Alessandro Maestri,
9041                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9042                 and Urke MMI, respectively.     
9043
9044 2002-09-22 [alfons]     0.8.2claws65
9045
9046         * src/procmsg.c
9047         * src/pgptext.c
9048                 no furry valgrinds have been used to plug these memleaks
9049
9050 2002-09-20 [paul]       0.8.2claws64
9051
9052         * sync with 0.8.3cvs4
9053                 'Select thread' re-implemented 
9054                 see ChangeLog 2002-09-20
9055
9056 2002-09-21 [alfons]     0.8.2claws63
9057
9058         * src/compose.c
9059                 compose_send(): plug unnoticed memleak
9060
9061 2002-09-20 [alfons]     0.8.2claws62
9062
9063         * src/addr_compl.c
9064                 replace_address_in_edit(): strict check for NULL address to
9065                 fix "[ 607348 ] Segfault in address completion". My guess is
9066                 that this happens with an empty address book, but it's good
9067                 to have this check here anyway
9068                 
9069                 completion_window_button_press(): free string returned 
9070                 from the internal cache
9071
9072 2002-09-20 [christoph]  0.8.2claws61
9073
9074         * src/procmime.h
9075                 added ENC_BINARY to EncodingType
9076         * src/procmime.c
9077                 the string returned by procmime_get_encoding_str
9078                 should not depend on the order of values in the
9079                 EncodingType definition
9080         * doc-src/rfc1806.txt   ** NEW FILE **
9081                 Added rfc1806 about MIME Content-Disposition
9082                 Extension
9083
9084 2002-09-19 [paul]       0.8.2claws60
9085
9086         * sync with 0.8.2cvs3
9087                 see ChangeLog 2002-09-19
9088
9089 2002-09-19 [paul]       0.8.2claws59
9090
9091         * src/prefs_folder_item.c
9092                 revert to Darko's original alignment of colour
9093                 selector button
9094                 add a colon to folder_color label
9095                 
9096         * src/compose.c
9097                 add Colin's patch (with Hiro's modifications) to 
9098                 force BASE64 encoding for 8-bit text when signing
9099                 (sync with 0.8.3cvs2)
9100
9101 2002-09-18 [alfons]     0.8.2claws58
9102
9103         * src/compose.c
9104                 :%sno/if(/if (/gc
9105                 :%sno/for(/for (/gc
9106                 (beautify a little bit)
9107
9108 2002-09-18 [christoph]  0.8.2claws57
9109
9110         * src/pine.c
9111                 fix handling of fgetc return value
9112
9113 2002-09-17 [alfons]     0.8.2claws56
9114         
9115         * src/summaryview.c
9116                 summary_sort(): check non-NULL summaryview->folder_item when no 
9117                 folder is selected at all
9118                 (closes "[ 610344 ] sort label make syl Crash")
9119
9120 2002-09-17 [alfons]     0.8.2claws55
9121         
9122         * src/compose.c
9123                 beautify a little bit
9124
9125 2002-09-17 [christoph]  0.8.2claws54
9126
9127         * src/folder.c
9128                 initialize max values for cache and folder
9129                 when cache or folder is empty
9130
9131 2002-09-15 [colin]      0.8.2claws53
9132
9133         * src/compose.c
9134                 Fix a leak (thanks Alfons!) and cleaned
9135                 variables names for custom headers
9136
9137 2002-09-15 [colin]      0.8.2claws52
9138
9139         * src/compose.c
9140                 Fix custom headers recognition when
9141                 prefs_common.trans_hdr is on
9142
9143 2002-09-15 [colin]      0.8.2claws51
9144
9145         * src/compose.c
9146                 Allow dynamically-added custom headers
9147                 Yet not reparsed if reedited
9148
9149 2002-09-15 [alfons]     0.8.2claws50
9150
9151         * src/prefs_account.c
9152                 fix warnings
9153
9154 2002-09-15 [colin]      0.8.2claws49
9155         
9156         * src/prefs_account.c
9157                 fix pop_before_smtp sensitivity
9158
9159 2002-09-15 [colin]      0.8.2claws48
9160
9161         * src/inc.[ch]
9162                 add inc_pop_before_smtp()
9163                 allow MainWindow to be undefined in 
9164                 inc_account_mail() and inc_start()
9165         * src/pop.c
9166           src/prefs_account.h
9167                 add STYPE_POP_BEFORE_SMTP session type
9168         * src/prefs_account.c
9169                 activated pop before smtp option
9170         * src/send.c
9171                 do pop before smtp if the relevant option 
9172                 is set
9173
9174 2002-09-15 [paul]       0.8.2claws47
9175
9176         * sync with 0.8.3
9177                 see ChangeLog 2002-09-15
9178
9179 2002-09-14 [paul]       0.8.2claws46
9180
9181         * po/bg.po
9182                 updated Bulgarian translation, submitted by
9183                 George Danchev
9184
9185 2002-09-13 [paul]       0.8.2claws45
9186
9187         * src/compose.c
9188                 merge claws' select_account() with main's
9189                 (new) compose_select_account(). [sync with
9190                 0.8.2cvs15, see ChangeLog 2002-09-11]
9191
9192 2002-09-12 [christoph]  0.8.2claws44
9193
9194         * src/filter.c
9195                 allocate 1 elements of FolderItem not 0
9196
9197 2002-09-12 [colin]      0.8.2claws43
9198
9199         * src/compose.c
9200                 Fix bug #590825 (obey Follow-up: poster)
9201
9202 2002-09-12 [colin]      0.8.2claws42
9203
9204         * src/procmime.c
9205                 Fix bug #557009 (wrong headers for messages 
9206                 forwarded as attachments)
9207
9208 2002-09-11 [colin]      0.8.2claws41
9209         
9210         * src/compose.c
9211                 Put SCF: pseudo-header on top of message
9212                 Set draft tmp_flag when saved as draft
9213
9214         * src/procmsg.c
9215           src/procheader.c
9216                 Skip after first \n\n for beginning of real message
9217                 for drafts too
9218
9219 2002-09-11 [christoph]  0.8.2claws40
9220
9221         * src/filtering.c
9222                 use procmsg flag functions in filtering or processing
9223                 will cause incorrect folder message counts
9224
9225 2002-09-11 [colin]      0.8.2claws39
9226
9227         * src/compose.c
9228                 Fix bug #550175 - wrong save folder when reediting
9229                 drafts
9230
9231 2002-09-11 [paul]       0.8.2claws38
9232
9233         * sync with 0.8.2cvs14
9234                 see ChangeLog 2002-09-11
9235
9236 2002-09-11 [colin]      0.8.2claws37
9237
9238         * src/folder.c
9239                 Fix a typo (seeming to cause new/unread status to
9240                 be lost)
9241
9242 2002-09-10 [christoph]  0.8.2claws36
9243
9244         * src/compose.c
9245                 compose_redirect should not use compose_generic_new
9246                 because that does more stuff than expected including
9247                 opening the external editor
9248                 (closes bug "[ 526608 ] bounced messages appear blank
9249                  in editor")
9250
9251 2002-09-10 [christoph]  0.8.2claws35
9252
9253         * src/folder.c
9254                 fix problem with too large message number range
9255                 causing a crash in folder_item_scan
9256
9257 2002-09-10 [paul]       0.8.2claws34
9258
9259         * sync with 0.8.2cvs13
9260                 see ChangeLog 2002-09-10
9261
9262 2002-09-10 [christoph]  0.8.2claws33
9263
9264         * src/msgcache.c
9265                 set MsgInfo TmpFlags for queue and draft folders
9266                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9267
9268 2002-09-10 [paul]       0.8.2claws32
9269
9270         * AUTHORS
9271           po/bg.po      ** NEW FILE **
9272                 new Bulgarian translation submitted by
9273                 George Danchev <danchev@spnet.net>
9274                 
9275         * tools/Makefile.am
9276           tools/README
9277           tools/tb2sylpheed     ** NEW FILE **
9278                 add script that converts an addressbook exported
9279                 from The Bat! into a Sylpheed addressbook. Submitted
9280                 by Urke MMI <urke-kg@eunet.yu>
9281
9282 2002-09-10 [paul]       0.8.2claws31
9283
9284         * sync with 0.8.2cvs12
9285                 see ChangeLog 2002-09-10
9286
9287 2002-09-06 [paul]       0.8.2claws30
9288
9289         * src/prefs_common.c
9290                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9291                 
9292         * tools/Makefile.am
9293           tools/README
9294           tools/ldif-to-xml.py  ** REMOVED **
9295                 remove obsolete python script
9296
9297 2002-09-06 [paul]       0.8.2claws29
9298
9299         * sync with 0.8.2cvs10
9300                 see ChangeLog 2002-09-06
9301
9302 2002-09-04 [paul]       0.8.2claws28
9303
9304         * sync with 0.8.2cvs9
9305                 see ChangeLog 2002-08-04
9306
9307 2002-09-04 [colin]      0.8.2claws27 
9308
9309         * src/prefs_common.[ch]
9310                 Added signature color configuration
9311         * src/textview.c
9312                 Use user-specified signature color
9313
9314 2002-09-03 [colin]      0.8.2claws26
9315
9316         * src/prefs_common.[ch]
9317                 Added autosave and autosave_length prefs
9318         * src/compose.c
9319                 Added compose_remove_draft()
9320                 Auto-save drafts according to the prefs
9321         * src/main.c
9322                 Added a crash-indicator file, allowing to check
9323                 for new messages on startup if Sylpheed crashed
9324                 (makes saved drafts "reappear")
9325
9326 2002-09-03 [colin]      0.8.2claws25
9327
9328         * src/textview.[ch]
9329                 Grey the signature
9330
9331 2002-09-03 [paul]       0.8.2claws24
9332
9333         * sync with 0.8.2cvs8
9334                 see ChangeLog 2002-09-02 and 2002-09-03
9335
9336 2002-09-03 [darko]      0.8.2claws23
9337
9338         * src/folderview.c
9339                 use normal style when creating new folder to pick
9340                 proper font size 
9341
9342 2002-09-02 [melvin]     0.8.2claws22
9343
9344         * src/gtkaspell.m4
9345                 removed some obsolete code
9346
9347 2002-09-02 [melvin]     0.8.2claws21
9348
9349         * ac/aspell.m4
9350                 fixed test's equality sign (== to =)
9351
9352 2002-09-02 [alfons]     0.8.2claws20
9353
9354         * src/folder.c
9355         * src/mh.c
9356                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9357                 as folder->destroy virtual as suggested by Hiro
9358                 (the mh.c code seems to have been lost around mh.c.1.21)
9359
9360 2002-09-02 [paul]       0.8.2claws19
9361
9362         * po/pt_BR.po
9363                 updated by Fabio Jr. Beneditto
9364                 
9365         * src/defs.h
9366                 use 'http://claws.sylpheed.org' for homepage link. 
9367                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9368
9369 2002-09-01 [alfons]     0.8.2claws18
9370
9371         * src/mh.c
9372                 plug memleak related to one Martin Kluge found
9373
9374 2002-08-31 [paul]       0.8.2claws17
9375
9376         * sync with 0.8.2cvs6
9377                 see ChangeLog 2002-08-30
9378
9379 2002-08-31 [alfons]     0.8.2claws16
9380
9381         * src/folder.c
9382                 folder_destroy(): remove mailbox from folderlist even if it has
9383                 no destroy virtual
9384
9385 2002-08-31 [alfons]     0.8.2claws15
9386
9387         * src/folder.c
9388                 :%sno/if(/if (/gc
9389                 :%sno/for(/for (/gc
9390                 (being pedantic I know)
9391
9392 2002-08-31 [alfons]     0.8.2claws14
9393
9394         * src/folder.c
9395                 check for NULL pointers returned from folder->fetch_msginfo virtual
9396                 (should solve some reported crashes)
9397
9398 2002-08-30 [alfons]     0.8.2claws13
9399
9400         * acconfig.h
9401         * configure.in
9402         * src/crash.c
9403                 enable crash dialog on compilation time
9404                 (--enable-crash-dialog configure option)
9405
9406 2002-08-30 [alfons]     0.8.2claws12
9407
9408         * AUTHORS
9409                 add Martin Kluge
9410         * src/mh.c
9411                 apply memory leak plug patch by Martin Kluge
9412                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9413                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9414                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9415
9416 2002-08-30 [darko]      0.8.2claws11
9417
9418         * src/folderview.c
9419                 copy Gtk style from normal style to match
9420                 font size for coloured folders
9421
9422 2002-08-29 [alfons]     0.8.2claws10
9423
9424         * sylpheed.desktop
9425                 Type=Internet <- Type=Application
9426                 (reported by Michael Schwendt, see:
9427                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9428                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9429
9430 2002-08-29 [paul]       0.8.2claws9
9431
9432         * sync with 0.8.2cvs5
9433                 see ChangeLog 2002-08-29
9434
9435 2002-08-29 [colin]      0.8.2claws8
9436
9437         * src/summaryview.c
9438                 Added a sanity check in summary_select_thread
9439                 Should fix bug 601605
9440
9441 2002-08-29 [colin]      0.8.2claws7
9442
9443         * src/main.c
9444                 Revert claws6 changes regarding bug #591676
9445
9446 2002-08-28 [colin]      0.8.2claws6
9447         
9448         * src/main.c
9449                 Ignore cache for queue folderitems
9450                 Fix bug #591676
9451
9452 2002-08-28 [melvin]     0.8.2claws5
9453
9454         * README.claws
9455                 Fixed typos.
9456
9457 2002-08-28 [melvin]     0.8.2claws4
9458
9459         * README.claws
9460                 Updated a bit the text concerning the spell checker
9461
9462 2002-08-28 [melvin]     0.8.2claws3
9463
9464         Merged the GNU_aspell_branch:
9465                 Support of new GNU/aspell is now included and the old pspell
9466                 is not supported anymore.
9467                 See README.claws
9468
9469         * README.claws
9470                 Updated spell checker text to reflect the switch to GNU/aspell
9471
9472         * ac/aspell.m4          *** NEW ***
9473         * src/gtkaspell.[ch]    *** NEW *** 
9474         * ac/pspell.m4          *** DELETED *** 
9475         * src/gtkspell.[ch]     *** DELETED ***
9476
9477         * ac/Makefile.am
9478                 Updated for GNU/aspell support
9479
9480         * po/POTFILES.in
9481                 Replaced gtkspell.c by gtkaspell.c
9482
9483         * acconfig.h
9484         * src/Makefile.am
9485         * src/about.c
9486         * src/compose.[ch]
9487         * src/crash.c
9488         * src/main.c
9489         * src/prefs_common.[ch]
9490                 Updated for GNU/aspell support
9491
9492 2002-08-28 [paul]       0.8.2claws2
9493
9494         * sync with 0.8.2cvs4
9495                 see ChangeLog 2002-08-27 and 2002-08-28
9496
9497 2002-08-28 [colin]      0.8.2claws1
9498
9499         * src/summary_search.c
9500                 Added "AND search"
9501
9502 2002-08-28 [jens]       0.8.2claws
9503
9504         *po/de.po
9505                 Updated German translations
9506
9507 2002-08-27 [melvin]     0.8.2claws
9508
9509         * po/fr.po
9510                 Updated French translations
9511
9512 2002-08-27 [paul]       0.8.2claws
9513
9514         * sync with 0.8.2 main release
9515
9516         * po/en_GB.po
9517           po/es.po
9518           po/it.po
9519           po/pl.po
9520           po/pt_BR.po
9521           po/sr.po
9522                 updated message catalogs submitted by
9523                 Ricardo Mones Lastra, Alessandro Maestri,
9524                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9525                 Beneditto and Urke MMI  
9526
9527 2002-08-27 [hoa]        0.8.1claws123
9528
9529         * src/mainwindow.[ch]
9530         * src/summaryview.[ch]
9531                 removed the "filter setting" menu option.
9532                 add a "cancel a news message" menu option.
9533
9534 2002-08-26 [martin]     0.8.1claws122
9535
9536         * ChangeLog.claws
9537                 changed string under 0.8.1claws79 changed by myself
9538                 i'm sorry alfons :(
9539
9540 2002-08-26 [martin]     0.8.1claws121
9541
9542         * src/crash.c
9543                 added kill command to debuggerrc to start crash dialog
9544
9545 2002-08-26 [paul]       0.8.1claws120
9546
9547         * sync with 0.8.1cvs31
9548                 see ChangeLog 2002-08-26
9549
9550 2002-08-25 [alfons]     0.8.1claws119
9551
9552         * src/procmsg.c
9553                 fix bug that didn't send out correct headers to news server
9554                 when sending news article and email from queue (bug reported
9555                 and patch provided by Tim Mann; closes bug 
9556                 "[ 583196 ] 0.7.8claws can't post news")
9557
9558 2002-08-25 [alfons]     0.8.1claws118
9559
9560         * src/selective_download.c
9561                 mark two strings as translatable
9562                 (thanks to Urke MMI for pointing this out)
9563
9564 2002-08-25 [alfons]     0.8.1claws117
9565
9566         * src/summaryview.c
9567                 treat sent boxes as special and allow sorting them by addressee
9568                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9569                 submitted by Steve Lamb)
9570
9571 2002-08-24 [alfons]     0.8.1claws116
9572
9573         * src/matcher.c
9574                 fix memleak reported by Martin Kluge
9575                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9576
9577 2002-08-24 [oliver]     0.8.1claws115
9578
9579         * src/prefs_toolbar.c
9580                 o code cleanup as suggested by Alfons
9581                 o memleak fix
9582
9583 2002-08-24 [alfons]     0.8.1claws114
9584
9585         * src/summaryview.c
9586                 o fix another memory leak reported by Martin Kluge
9587                   (see "[ 599568 ] Small Memory Leak")
9588                 o remove 'from' variable from 'summary_set_header()'; we can
9589                   do with just 'to' 
9590
9591 2002-08-24 [paul]       0.8.1claws113
9592
9593         * sync with 0.8.1cvs30
9594                 see ChangeLog 2002-08-23
9595
9596 2002-08-24 [alfons]     0.8.1claws112
9597
9598         * src/summaryview.c
9599                 remove unnecessary allocations for search bar fixing leaks
9600                 reported by Martin Kluge
9601                 (see "[ 599451 ] Further memory leaks?")
9602
9603 2002-08-24 [alfons]     0.8.1claws111
9604
9605         * src/main.c
9606                 make get_socket_name() public for crash.c
9607         * src/crash.c
9608                 o make report bug button work (goes to claws' 
9609                   bug tracker at sf.net)
9610                 o introduce function for doing important stuff just
9611                   before claws goes down
9612                 o clean up code 
9613
9614 2002-08-24 [alfons]     0.8.1claws110
9615
9616         * src/compose.c
9617                 move cursor to "To" entry when forwarding as attachment
9618                 (reported and solved by Steve Lamb, closes bug report
9619                 "[ 592880 ] Forward as attachment; cursor not in to")
9620
9621 2002-08-24 [colin]      0.8.1claws109
9622
9623         * src/mainwindow.c
9624                 fix quick search visibility after GUI (de)separations.
9625
9626 2002-08-23 [colin]      0.8.1claws108
9627
9628         * src/mainwindow.c
9629                 fix header pane visibility after folderview or
9630                 messageview (de)separation
9631
9632 2002-08-23 [paul]       0.8.1claws107
9633
9634         * src/mainwindow.[ch]
9635           src/toolbar.c
9636                 give full control of display or non-display 
9637                 of the Execute icon to Custom toolbar settings.
9638                 add new sensitivity condition to maninwindow.h: 
9639                 M_DELAY_EXEC
9640
9641         * ChangeLog
9642           ChangeLog.jp
9643           NEWS
9644                 more sync with 0.8.1cvs29
9645
9646 2002-08-23 [melvin]     0.8.1claws106
9647
9648         * src/alertpanel.c
9649                 Readded support for custom widget in alertpanel lost in last
9650                 sync.
9651
9652 2002-08-23 [paul]       0.8.1claws105
9653
9654         * sync with 0.8.1cvs29
9655                 see ChangeLog 2002-08-23
9656
9657 2002-08-23 [colin]      0.8.1claws104
9658
9659         * src/summaryview.c
9660                 Fix folder and search pixmaps exchanging positions
9661                 after theme or toolbar changes. Thank to Oliver for 
9662                 reporting this.
9663
9664 2002-08-23 [colin]      0.8.1claws103
9665
9666         * src/mainwindow.c
9667           src/messageview.[ch]
9668           src/noticeview.[ch]
9669           src/summaryview.c
9670                 Changed messageview_create() and noticeview_create()
9671                 to avoid the last gdk_warning
9672
9673 2002-08-22 [colin]      0.8.1claws102
9674
9675         * src/summaryview.c
9676                 Fix my new `Creating pixmap from xpm' warning
9677
9678 2002-08-22 [colin]      0.8.1claws101
9679
9680         * src/mainwindow.c
9681                 Fix some of the gdk warnings
9682
9683 2002-08-22 [colin]      0.8.1claws100
9684
9685         * src/Makefile.am
9686         * src/stock_pixmap.c
9687         * src/stock_pixmap.h
9688         * src/pixmaps/quicksearch.xpm *ADDED*
9689                 Add the quicksearch pixmap
9690         * src/mainwindow.c
9691         * src/summaryview.c
9692         * src/summaryview.h
9693                 Make quicksearch bar visible/hidden via a button
9694
9695 2002-08-22 [christoph]  0.8.1claws99
9696
9697         * src/folder.c
9698                 fix folder update for newsgroups with message
9699                 numbers below minimum number of articles to fetch
9700                 (closes bug #598445)
9701
9702 2002-08-22 [paul]       0.8.1claws98
9703
9704         * sync with 0.8.1cvs28
9705                 see ChangeLog 2002-08-22
9706
9707 2002-08-21 [alfons]     0.8.1claws97
9708
9709         * src/crash.c
9710                 use bt instead of bt full which seems to work 
9711                 better, and bt full doesn't give a great deal 
9712                 of information anyway
9713
9714 2002-08-21 [colin]      0.8.1claws96
9715
9716         * src/summaryview.c
9717                 fix summaryview_searchtype_changed prototype
9718
9719 2002-08-21 [christoph]  0.8.1claws95
9720
9721         * src/mainwindow.c
9722                 o fix broken menu update for sorting type, we have to
9723                   get this info from the summaryview now
9724                 o removed setting of threaded state in menu callback
9725         * src/summaryview.[ch]
9726                 more summaryview/folderitem seperation for
9727                 threading option
9728         * configure.in
9729                 removed not required --with-compiler-flags option
9730
9731 2002-08-21 [oliver]     0.8.1claws94
9732         
9733         * src/toolbar.h 
9734                 o rename toolbar.xml to toolbar_main.xml
9735                   since toolbar_compose.xml might come up 
9736                   any time soon
9737         * README.claws
9738                 add custom toolbar              
9739
9740 2002-08-21 [darko]      0.8.1claws93
9741
9742         * src/procmsg.c
9743                 don't reset tmp flags for messages copied
9744                 to sent folder
9745
9746 2002-08-21 [colin]      0.8.1claws92
9747         
9748         * src/prefs_filtering.c
9749                 fix renaming rules on folder rename 
9750                 when folder is not a leaf folder
9751
9752 2002-08-21 [paul]       0.8.1claws91
9753
9754         * src/prefs_folder_item.c
9755                 fix alignment of colour selector
9756
9757 2002-08-21 [paul]       0.8.1claws90
9758
9759         * sync with 0.8.1cvs27
9760                 see ChangeLog 2002-08-21
9761
9762 2002-08-21 [paul]       0.8.1claws89
9763
9764         * src/summaryview.c
9765                 fix crash when changing field type in
9766                 Quick search bar
9767
9768 2002-08-21 [colin]      0.8.1claws88
9769
9770         * src/summaryview.c
9771                 Made quick search case-insensitive
9772
9773 2002-08-21 [paul]       0.8.1claws87
9774
9775         * sync with 0.8.1cvs26
9776                 see ChangeLog 2002-08-21
9777
9778 2002-08-20 [christoph]  0.8.1claws86
9779
9780         * src/folderview.c
9781         * src/main.c
9782         * src/summaryview.[ch]
9783                 more summaryview/folderitem seperation for
9784                 sort_key and sort_type
9785         * src/procmsg.c
9786                 added missing return statement
9787
9788 2002-08-20 [colin]      0.8.1claws85
9789
9790         * src/summaryview.[ch]
9791                 Added a quick search box
9792         * src/mainwindow.c
9793         * src/prefs_common.[ch]
9794                 Added a show/hide option for the quick search
9795
9796 2002-08-20 [oliver]     0.8.1claws84
9797         
9798         * src/mainwindow.c
9799                 remove toolbar_create_popups
9800         * src/toolbar.[ch]
9801                 o remove toolbar_create_popups
9802                 o fix toolbar_set_sensitive 
9803                   (Bug reports #596834 and #596832)     
9804         * src/prefs_toolbar.c
9805                 o add "Set default" button
9806                 o align label and text + combo widgets
9807
9808 2002-08-20 [hoa]        0.8.1claws83bis
9809
9810         * src/imap.c
9811                 fixed a bug in imap_fetch_msginfo() in case there is no
9812                 current folder.
9813
9814 2002-08-20 [darko]      0.8.1claws83
9815
9816         * src/folderview.c
9817                 copy the color style of folder view so it
9818                 works with GTK themes
9819
9820 2002-08-20 [darko]      0.8.1claws82
9821
9822         * src/folder.h
9823         * src/folderview.c
9824         * src/prefs_folder_item.[hc]
9825                 don't use UI stuff in folder.h
9826
9827 2002-08-20 [darko]      0.8.1claws81
9828
9829         * src/folder.h
9830         * src/prefs_folder_item.h
9831         * src/folderview.c
9832         * src/prefs_folder_item.c
9833                 ability to set folder color in folderview
9834
9835 2002-08-19 [alfons]     0.8.1claws80
9836
9837         * src/summaryview.c
9838                 fix one of the earlier memleaks reported by Martin Kluge
9839
9840 2002-08-19 [alfons]     0.8.1claws79
9841
9842         * src/mainwindow.c
9843                 hide notice view when selecting seperate folder
9844                 view (reported by Urke MMI)
9845
9846 2002-08-19 [christoph]  0.8.1claws78
9847
9848         * src/folderview.c
9849         * src/prefs_folder_item.h
9850         * src/summaryview.[ch]
9851                 o add summary_set_prefs_from_folderitem to set
9852                   summaryview prefs (first step to remove all
9853                   references to the folderitem in summaryview)
9854                 o moved compiled regex stuff from folderitem prefs
9855                   to summaryview code
9856
9857 2002-08-19 [paul]       0.8.1claws77
9858
9859         * src/compose.c
9860                 add check for '.' to QUOTE_IF_REQUIRED
9861
9862 2002-08-19 [paul]       0.8.1claws76
9863
9864         * src/inc.c
9865                 sync with 0.8.1cvs25 (plug memory leak)
9866
9867         * src/prefs_toolbar.c
9868                 re-order prefs_toolbar_cancel()
9869
9870 2002-08-18 [alfons]     0.8.1claws75
9871
9872         * src/inc.c
9873         * src/matcher.c
9874                 plug other memleaks reported by Martin Kluge
9875
9876 2002-08-18 [paul]       0.8.1claws74
9877
9878         * po/pt_BR.po
9879                 updated by Fabio Jr. Beneditto
9880
9881 2002-08-18 [paul]       0.8.1claws73
9882
9883         * src/toolbar.[ch]
9884                 fix bug where tooltips were displayed untranslated              
9885
9886         * src/prefs_toolbar.c
9887                 fix bug where clicking 'Cancel' creates an icon & text
9888                 toolbar regardless of prefs
9889         
9890
9891 2002-08-17 [oliver]     0.8.1claws72
9892
9893         * src/prefs_toolbar.c
9894                 update toolbar on CANCEL
9895                 bug reported by Martin Kluge
9896         * src/toolbar.c
9897                 toolbar_destroy memleak fixed           
9898
9899 2002-08-17 [alfons]     0.8.1claws71
9900
9901         * src/toolbar.c
9902                 plug another memleak reported by Martin Kluge
9903
9904 2002-08-16 [alfons]     0.8.1claws70
9905
9906         * src/crash.c
9907                 use execvp() correctly (suggested by wwp; thanks!)
9908
9909 2002-08-16 [alfons]     0.8.1claws69
9910
9911         * src/gtksctree.c
9912                 plug memory leak reported by Kim Schultz & Martin Kluge
9913
9914 2002-08-16 [paul]       0.8.1claws68
9915
9916         * po/es.po
9917                 updated by Ricardo Mones Lastra
9918
9919 2002-08-16 [paul]       0.8.1claws67
9920
9921         * src/toolbar.h
9922                 fix bug where 'Compose News' icon showed wrong
9923                 tooltip
9924
9925 2002-08-16 [paul]       0.8.1claws66
9926
9927         * sync with 0.8.1cvs24
9928                 see ChangeLog 2002-08-16
9929
9930         * po/it.po
9931                 updated by Alessandro Maestri
9932
9933 2002-08-15 [paul]       0.8.1claws65
9934
9935         * po/sr.po
9936                 updated by Urke MMI
9937
9938 2002-08-15 [paul]       0.8.1claws64
9939
9940         * src/*.c
9941                 don't translate debug info
9942
9943         * src/matcher.[ch]
9944                 add copyright info
9945
9946 2002-08-15 [paul]       0.8.1claws63
9947
9948         * src/prefs_toolbar.c
9949                 fix bug where clicking 'OK' creates an icon & text
9950                 toolbar regardless of prefs
9951
9952 2002-08-14 [alfons]     0.8.1claws62
9953
9954         * src/main.c
9955                 add global var that has the full argv[0]
9956         * src/crash.c
9957                 o execvp the correct sylpheed by using argv0
9958                   and setting the correct work dir
9959                 o other tweaks  
9960
9961 2002-08-14 [oliver]     0.8.1claws61
9962         
9963         * enable/disable Toolbar Action Buttons 
9964         * code cleanups
9965         * src/mainwindow.c
9966         * src/toolbar.[ch]      
9967         * src/prefs_toolbar.c   
9968
9969 2002-08-14 [melvin]     0.8.1claws60
9970
9971         * po/fr.po
9972                 Updated French translations
9973
9974 2002-08-14 [melvin]     0.8.1claws59
9975
9976         * src/crash.c
9977                 Made bug report not translatable
9978         * src/exporthtml.c
9979                 Fixed exporthtml_build_filespec() return value
9980         * src/foldersel.c
9981                 Fixed incorrect include file
9982         * src/gtkspell.c
9983         * src/prefs_actions.c
9984         * src/prefs_toolbar.c
9985                 Made debug info not translatable
9986         * src/mutt.c
9987         * src/quote_fmt.c
9988                 Added missing includes
9989         * src/prefs_common.c
9990                 Fixed typo
9991
9992 2002-08-14 [paul]       0.8.1claws58
9993
9994         * faq/es/sylpheed-faq.html
9995           faq/es/sylpheed-faq-[1-3].html
9996           faq/es/sylpheed-faq-4.html     **NEW FILE **
9997                 update Spanish FAQ
9998
9999 2002-08-13 [christoph]  0.8.1claws57
10000
10001         * src/procmsg.c
10002                 ignore thread fix that did not mark all
10003                 child nodes of a ignored thread as
10004                 ignored. Does not work perfectly yet,
10005                 but it is better now
10006
10007 2002-08-13 [alfons]     0.8.1claws56
10008
10009         * src/crash.c
10010                 o implement 'save crash log'
10011                 o some tweaks
10012
10013 2002-08-13 [melvin]     0.8.1claws55
10014
10015         * src/main.c
10016                 removed unrequired "execinfo.h" header
10017
10018 2002-08-12 [paul]       0.8.1claws54
10019
10020         * faq/en/sylpheed-faq.html
10021           faq/en/sylpheed-faq-[1-3].html
10022           faq/en/sylpheed-faq-4.html     **NEW FILE **
10023                 update English FAQ
10024
10025 2002-08-12 [alfons]     0.8.1claws53
10026
10027         * po/POTFILES.in
10028                 add crash.c to translatables
10029         * src/crash.c
10030                 bring in Leandro's crash dialog
10031
10032 2002-08-11 [alfons]     0.8.1claws52
10033
10034         * src/crash.c
10035                 clean up some warnings
10036
10037 2002-08-11 [alfons]     0.8.1claws51
10038
10039         * acconfig.h
10040         * configure.in
10041         * src/crash.[ch]        ** NEW FILES **
10042         * src/main.c            
10043                 initial gdb crash handler
10044
10045 2002-08-11 [paul]       0.8.1claws50
10046
10047         * src/prefs_toolbar.c
10048                 replace Up/Down arrow pixmaps with text to be
10049                 consistent across icon themes
10050
10051 2002-08-11 [paul]       0.8.1claws49
10052
10053         * src/prefs_common.c
10054           src/prefs_toolbar.c
10055                 rename 'Pixmap' -> 'Icon'
10056
10057         * src/toolbar.[ch]
10058                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10059
10060 2002-08-10 [paul]       0.8.1claws48
10061
10062         * src/prefs_toolbar.c
10063                 re-work the UI
10064
10065 2002-08-10 [paul]       0.8.1claws47
10066
10067         * src/main.c
10068                 don't write Processing progress to status bar
10069                 patch submitted by Alexander Evseev
10070
10071         * src/prefs_toolbar.c
10072                 re-position and resize window
10073                 make window assume correct size on first call
10074
10075 2002-08-10 [paul]       0.8.1claws46
10076
10077         * src/mainwindow.c
10078           src/prefs_toolbar.c
10079           src/toolbar.c
10080           src/toolbar.h
10081                 obey coding style
10082                 follow UI text conventions
10083
10084 2002-08-10 [alfons]     0.8.1claws45
10085
10086         * src/toolbar.c
10087                 correct pixmap for delete action
10088
10089 2002-08-10 [paul]       0.8.1claws44
10090
10091         * po/pt_BR.po
10092                 updated by Fabio Jr. Beneditto
10093
10094 2002-08-10 [paul]       0.8.1claws43
10095
10096         * po/POTFILES.in
10097                 add custom toolbar files
10098
10099 2002-08-10 [paul]       0.8.1claws42
10100
10101         * sync with 0.8.1cvs22
10102                 see ChangeLog 2002-08-09
10103
10104 2002-08-09 [paul]       0.8.1claws41
10105
10106         * tools/Makefile.am
10107           tools/README
10108           tools/outlook2sylpheed.pl     ** NEW FILE **
10109                 add script to convert exported Outlook
10110                 contacts list to a Sylpheed addressbook.
10111                 Submitted by Ricardo Mones Lastra.
10112
10113 2002-08-09 [paul]       0.8.1claws40
10114
10115         * AUTHORS
10116           configure.in
10117           po/sr.po      ** NEW FILE **
10118                 add Serbian message catalog. Submitted by
10119                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10120
10121 2002-08-09 [paul]       0.8.1claws39
10122
10123         * sync with 0.8.1cvs21
10124                 see ChangeLog 2002-08-08
10125
10126 2002-08-08 [oliver]     0.8.1claws38
10127
10128         * src/mainwindow.c
10129                 move Custom Toolbar to Configuration menu
10130
10131 2002-08-08 [oliver]     0.8.1claws37
10132
10133         * src/prefs_toolbar.c
10134                 fix substitute pixmap bug
10135
10136 2002-08-08 [paul]       0.8.1claws36
10137
10138         * sync with 0.8.1cvs19
10139                 see ChangeLog 2002-08-08
10140
10141 2002-08-07 [christoph]  0.8.1claws35
10142
10143         * src/utils.c
10144                 fixed a memory leak in new canonicalize_file_replace
10145
10146 2002-08-07 [christoph]  0.8.1claws34
10147
10148         * src/utils.[ch]
10149                 o canonicalize_file_replace should create the temporary
10150                   file in the same directory as the original file.
10151                 o added get_tmpfile_in_dir that creates a temorary file
10152                   in a specified directory.
10153
10154 2002-08-07 [melvin]     0.8.1claws33
10155
10156         * src/toolbar.c
10157                 fixed bug where 'Article' button acted as 'Email' button.
10158
10159 2002-08-07 [paul]       0.8.1claws32
10160
10161         * sync with 0.8.1.cvs17
10162                 see ChangeLog 2002-08-07
10163
10164 2002-08-07 [colin]      0.8.1claws31
10165         
10166         * src/news.c
10167                 fix mass-cancel problem
10168
10169 2002-08-07 [thorsten]   0.8.1claws30
10170
10171         * src/prefs_toolbar.c
10172                 fix: crash on replace or add new button
10173         * src/toolbar.c
10174                 fix: close xmlfile after reading
10175         * src/utils.c
10176                 fix: unlink() file before rename()
10177
10178 2002-08-06 [paul]       0.8.1claws29
10179
10180         * sync with 0.8.cvs15
10181                 see ChangeLog 2002-08-06
10182
10183 2002-08-06 [oliver]     0.8.1claws28
10184
10185         * src/toolbar.c
10186         * src/prefs_toolbar.c
10187                 fixed empty toolbar issue
10188
10189 2002-08-06 [oliver]     0.8.1claws27
10190
10191         * Custom Toolbar Final 
10192         * src/folderview.c
10193         * src/inc.c
10194         * src/summaryview.c
10195                 o toolbar stuff now lives in src/toolbar.[ch]
10196                 o main_window_toolbar_* functions are renamed to
10197                   toolbar_* reflecting their new source file
10198         * src/mainwindow.[ch]
10199                 o remove toolbar stuff  
10200
10201 2002-08-06 [oliver]     0.8.1claws26
10202         
10203         * src/Makefile.am
10204         * src/prefs_toolbar.[ch]        **New File**
10205         * src/toolbar.[ch]              **New File**
10206                 o prefs_toolbar.[ch] custom toolbar frontend
10207                 o toolbar.[ch]       backend 
10208
10209 2002-08-06 [oliver]     0.8.1claws25
10210
10211         * src/prefs_actions.[ch]
10212                 o new exported function actions_execute
10213
10214 2002-08-06 [paul]       0.8.1claws24
10215
10216         * sync with 0.8.1cvs4
10217                 see ChangeLog 2002-08-06
10218
10219 2002-08-06 [paul]       0.8.1claws23
10220
10221         * sync with 0.8.1cvs13
10222                 see ChangeLog 2002-08-06
10223
10224 2002-08-06 [paul]       0.8.1claws22
10225
10226         * sync with 0.8.1cvs12
10227                 see ChangeLog 2002-08-05 and 2002-08-06
10228
10229 2002-08-06 [match]      0.8.1claws21
10230
10231         * src/addrclip.c
10232                 improvements to cut/copy/paste address
10233
10234 2002-08-05 [match]      0.8.1claws20
10235
10236         * src/addritem.[ch]
10237         * src/addrcache.c
10238         * src/addrbook.c
10239         * src/editaddress.c
10240         * src/addressbook.c
10241                 fixes to improve cut/copy/paste
10242
10243 2002-08-06 [melvin]     0.8.1claws19
10244
10245         * src/account.[ch]
10246                 account_find_all_from_address(): new function that returns the
10247                 list of all accounts that are matched in an address.
10248         * src/alertpanel.[ch]
10249                 alertpanel() now accepts a custom widget
10250                 alertpanel_with_widget(): new function that pops up a panel with
10251                 a custom widget in it 
10252         * src/gtkutils.[ch]
10253                 gtkut_account_menu_new(): new function that allows the selection
10254                 of an account from a list of accounts.
10255         * src/messageview.c
10256                 Extended Return Receipt notification to select the correct 
10257                 account and to make a security test on the Delivery-Notification
10258                 address which should be the same as the Return-Path.
10259
10260 2002-08-06 [thorsten]   0.8.1claws18
10261
10262         * src/mimeview.c
10263                 attach_all: save unnamed as "noname.%d",
10264                 dont free static dirname
10265
10266 2002-08-05 [alfons]     0.8.1claws17
10267
10268         * configure.in
10269                 detect XIM by trying to link rather than compile a XIM program
10270
10271 2002-08-05 [oliver]     0.8.1claws16
10272                 
10273         * src/stock_pixmap.[ch]
10274                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10275                 o new func to retrieve pixmaps
10276
10277 2002-08-05 [paul]       0.8.1claws15
10278
10279         * sync with 0.8.1cvs10
10280                 see ChangeLog 2002-08-05
10281
10282 2002-08-04 [alfons]     0.8.1claws14
10283
10284         * src/textview.c
10285                 see if this plugs memleak
10286
10287 2002-08-04 [melvin]     0.8.1claws13
10288
10289         * src/gtkspell.c
10290                 fixed bug that could crash Sylpheed when highlighting
10291                 all misspelled words.
10292
10293 2002-08-03 [melvin]     0.8.1claws12
10294
10295         * src/prefs_actions.c
10296                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10297         * src/messageview.c
10298                 fixed bug where the Return Receipt was sent to
10299                 Delivery-Notification-To address even if it was not present
10300
10301 2002-08-02 [alfons]     0.8.1claws11
10302
10303         * src/prefs_actions.c
10304                 o more check for NULLs
10305                 o put create_io_dialog() in right conditional block
10306
10307 2002-08-02 [paul]       0.8.1claws10
10308
10309         * po/es.po
10310                 updated by Ricardo Mones Lastra
10311
10312 2002-08-01 [christoph]  0.8.1claws9
10313
10314         * src/folder.c
10315                 don't free the cache of the opened
10316                 folder in the summaryview
10317         * src/summaryview.c
10318                 don't unset flags, if it is not required
10319
10320 2002-08-01 [paul]       0.8.1claws8
10321
10322         * sync with 0.8.1cvs8
10323                 see ChangeLog entry 2002-08-01
10324
10325 2002-08-01 [paul]       0.8.1claws7
10326
10327         * sync with 0.8.1cvs7
10328                 see ChangeLog 2002-07-31 and 2002-08-01
10329
10330 2002-07-31 [christoph]  0.8.1claws6
10331
10332         * src/mainwindow.c
10333                 forgot to update menu sensitivity
10334                 function for new menu entry
10335
10336 2002-07-31 [alfons]     0.8.1claws5
10337
10338         * src/main.c
10339                 check folder item and its path for NULL on
10340                 initial processing
10341
10342 2002-07-31 [christoph]  0.8.1claws4
10343
10344         * src/folder.c
10345                 check if folder_item_get_msginfo in
10346                 folder_item_remove_msg returned NULL
10347         * src/imap.c
10348                 better clear the uid cache in the
10349                 uid validity check function and delete
10350                 cached messages
10351
10352 2002-07-31 [paul]       0.8.1claws3
10353
10354         * man/sylpheed.1
10355                 add the '--attach' option and a few other
10356                 minor changes
10357
10358 2002-07-31 [paul]       0.8.1claws2
10359
10360         * sync with 0.8.1cvs5
10361                 see ChangeLog 2002-07-31
10362
10363 2002-07-31 [christoph]  0.8.1claws1
10364
10365         * src/folderview.[ch]
10366         * src/mainwindow.c
10367                 replace "Rescan all folders..." with
10368                 "Check all folders for new messages..."
10369
10370 2002-07-30 [paul]       0.8.1claws
10371
10372         * version 0.8.1claws released
10373
10374 2002-07-30 [paul]       0.8.0claws29
10375
10376         * tools/OOo2sylpheed.pl ** NEW FILE **
10377           tools/README
10378                 add script to enable sending documents as
10379                 attachments from OpenOffice.org
10380
10381 2002-07-30 [melvin]     0.8.0claws28
10382
10383         * src/prefs_actions.c
10384                 Made the actions' input/output dialog display
10385                 without delay.
10386
10387 2002-07-30 [christoph]  0.8.0claws27
10388
10389         * src/procmsg.c
10390                 check if folder_item_get_msginfo in
10391                 procmsg_save_to_outbox returned NULL
10392
10393 2002-07-30 [paul]       0.8.0claws26
10394
10395         * sync with 0.8.1cvs4
10396                 see ChangeLog 2002-07-29
10397
10398 2002-07-29 [thorsten]   0.8.0claws25
10399
10400         * README.claws
10401                 added selective download, delete on server
10402
10403 2002-07-29 [paul]       0.8.0claws24
10404
10405         * sync with 0.8.1cvs3
10406                 see ChangeLog 2002-07-29
10407
10408 2002-07-27 [christoph]  0.8.0claws23
10409
10410         * src/folder.c
10411                 add extra check if fetching the msginfo
10412                 returned NULL
10413
10414 2002-07-27 [paul]       0.8.0claws22
10415
10416         * sync with 0.8.1cvs2
10417                 see ChangeLog 2002-07-26
10418
10419 2002-07-27 [christoph]  0.8.0claws21
10420
10421         * src/imap.c
10422                 add another check if a valid msginfo
10423                 was returned
10424
10425 2002-07-26 [hoa]        0.8.0claws20
10426
10427         * src/folder.c
10428                 Fixed a condition in folder_item_destroy()
10429
10430         * src/imap.c
10431                 Fixed an error in IMAP protocol
10432
10433 2002-07-26 [alfons]     0.8.0claws19
10434
10435         * src/folder.c
10436                 ofcourse compare with identifier, not the path
10437
10438 2002-07-26 [alfons]     0.8.0claws18
10439
10440         * src/folder.c
10441                 use folder item identifier for saving / restoring
10442                 preferences because folder->path might not be unique
10443
10444 2002-07-26 [melvin]     0.8.0claws17
10445
10446         * src/logwindow.c
10447                 Fixed a crash introduced in 0.8.0claws5 when log is 
10448                 cut under 80 characters.
10449
10450 2002-07-26 [paul]       0.8.0claws16
10451
10452         * sync with 0.8.1cvs1
10453                 see ChangeLog 2002-07-26
10454
10455 2002-07-26 [christoph]  0.8.0claws15
10456
10457         * src/imap.[ch]
10458                 imap folder now remembers the last selected
10459                 folder and imap_fetch_msginfo skips selecting
10460                 the folder if it is already selected
10461
10462 2002-07-26 [christoph]  0.8.0claws14
10463
10464         * src/folder.c
10465         * src/folderview.c
10466         * src/imap.c
10467                 fix imap folder rescanning
10468
10469 2002-07-25 [christoph]  0.8.0claws13
10470
10471         * src/filter.c
10472         * src/folder.[ch]
10473         * src/folderview.c
10474         * src/imap.[ch]
10475         * src/mainwindow.c
10476         * src/mbox_folder.c
10477         * src/mh.c
10478         * src/news.c
10479                 implement imap uid cache and uid validity check
10480
10481 2002-07-25 [alfons]     0.8.0claws12
10482
10483         * src/summaryview.c
10484                 fix a brown paper bag bug, and also add some more
10485                 checks
10486
10487 2002-07-25 [christoph]  0.8.0claws11
10488
10489         * src/folder.c
10490                 don't mix copy, fetch_msginfo and remove
10491                 operations in folder item copy and move
10492                 operations
10493
10494 2002-07-25 [christoph]  0.8.0claws10
10495
10496         * src/folderview.c
10497         * src/mainwindow.c
10498         * src/prefs_folder_item.c
10499         * src/summaryview.[ch]
10500                 remove no longer required parameter update_cache from
10501                 summary_show
10502
10503 2002-07-25 [paul]       0.8.0claws9
10504
10505         * sync with 0.8.1
10506         
10507         * AUTHORS
10508                 a few corrections
10509
10510 2002-07-24 [alfons]     0.8.0claws8
10511
10512         * src/summaryview.c
10513                 sort correctly when using simplified subject line
10514                 (closes feature request "[ 585141 ] applying regexp to subject 
10515                 before sort" submitted by Alexandra Walford)
10516
10517 2002-07-24 [paul]       0.8.0claws7
10518
10519         * sync with 0.8.0cvs3
10520                 see ChangeLog 2002-07-24
10521
10522 2002-07-23 [christoph]  0.8.0claws6
10523
10524         * src/folder.c
10525         * src/folder.h
10526         * src/summaryview.c
10527         * src/summaryview.h
10528         * src/main.c
10529                 o separate processing and summaryview
10530                 o removed summary_write_cache from summaryview
10531                 o removed summaryview->killed_messages, because we don't have
10532                   to keep a list of killed messages anymore. New cache will
10533                   keep the hidden messages in cache anyway
10534         * src/folderview.c
10535         * src/inc.c
10536         * src/selective_download.c
10537                 o removed unnecessary summary_write_cache calls
10538         * src/procmsg.c
10539                 o don't set ignore thread flag in procmsg_get_thread_tree
10540                   if it is already set
10541         * src/mainwindow.c
10542         * src/statusbar.h
10543                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10544                   they are used in different files
10545
10546 2002-07-23 [melvin]     0.8.0claws5
10547
10548         * src/addressbook.c
10549         * src/addrgather.c
10550         * src/editaddress.c
10551         * src/editgroup.c
10552         * src/editldap_basedn.c
10553         * src/importldif.c
10554         * src/prefs_common.c
10555                 Fixed few memory leak (gtk_editable_get_chars returns
10556                 an allocated string)
10557         * src/logwindow.c
10558                 Fixed few memory leak (gtk_editable_get_chars returns
10559                 an allocated string) and modified a little the log cutting
10560                 loop.
10561         * src/compose.c
10562                 Replaced a call to an obsolete function gtk_entry_get_text()
10563                 by gtk_editable_get_chars()
10564         * src/send.c
10565                 Removed a debug printf
10566
10567 2002-07-23 [christoph]  0.8.0claws4
10568
10569         * src/filesel.c
10570                 fix another g_dirname memory leak
10571
10572 2002-07-23 [christoph]  0.8.0claws3
10573
10574         * src/mh.c
10575                 fixed a memory leak in mh_fetch_msginfo
10576                 fixed crash when message header could not be
10577                 parsed
10578
10579 2002-07-23 [paul]       0.8.0claws2
10580
10581         * sync with 0.8.0cvs2
10582                 see ChangeLog 2002-07-23
10583
10584 2002-07-23 [paul]       0.8.0claws1
10585
10586         * sync with 0.8.0cvs1
10587                 see ChangeLog 2002-07-23
10588
10589 2002-07-23 [paul]       0.8.0claws
10590
10591         * release of 0.8.0claws
10592
10593 2002-07-23 [paul]       0.7.8claws99
10594
10595         * po/ru.po
10596                 new Russian translation, submitted by
10597                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10598
10599 2002-07-22 [jens]       0.7.8claws98
10600
10601         * po/de.po
10602                 Updated German translations.
10603
10604 2002-07-22 [paul]       0.7.8claws97
10605
10606         * po/es.po
10607           po/it.po
10608           po/nl.po
10609           po/pt_BR.po
10610                 updated translations by Ricardo Mones Lastra,
10611                 Alessandro Maestri, Wilbert Berendsen and 
10612                 Fabio Jr. Beneditto respectively
10613
10614 2002-07-22 [christoph]  0.7.8claws96
10615
10616         * src/mimeview.c
10617                 fix memory leak caused by wrong g_dirname usage
10618
10619 2002-07-22 [christoph]  0.7.8claws95
10620
10621         * src/summaryview.c
10622                 update new and unread message counts for summaryview
10623                 summaryview does not get it from the folder anymore
10624                 and has to update the values itself
10625
10626 2002-07-22 [melvin]     0.7.8claws94
10627
10628         * po/fr.po
10629                 Updated French translations.
10630
10631 2002-07-22 [christoph]  0.7.8claws93
10632
10633         * src/matcher.c
10634                 set prop->preg pointer to NULL or following check
10635                 will not fail and regexec will be called with
10636                 invalid pointer
10637
10638 2002-07-21 [alfons]     0.7.8claws92
10639         
10640         * src/prefs_common.[ch]
10641                 remove option "Send return receipt on request"
10642
10643 2002-07-21 [thorsten]   0.7.8claws91
10644
10645         * src/mimeview.c
10646                 fixed memleaks, coding style as pointed out by alfons
10647
10648 2002-07-21 [alfons]     0.7.8claws90
10649
10650         * src/messageview.c
10651         * src/noticeview.[ch]
10652                 o fix bug notice view being displayed when going to empty folder 
10653                   (noticed by Christoph)
10654                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10655                   (noticed by Thorsten)
10656
10657 2002-07-21 [thorsten]   0.7.8claws89
10658
10659         * src/mimeview.c
10660                 Included save_all patch from Xaview FACQ
10661                 added support for pathnames
10662
10663 2002-07-21 [alfons]     0.7.8claws88
10664
10665         * po/POTFILES.in
10666         * src/Makefile.am
10667         * src/mainwindow.c
10668         * src/messageview.[ch]
10669         * src/noticeview.c      ** NEW FILE **
10670         * src/noticeview.h      ** NEW FILE **
10671                 make return receipts work again
10672                 (UI idea by Leandro Pereira)
10673
10674 2002-07-21 [paul]       0.7.8claws87
10675
10676         * src/summaryview.c
10677                 fix sensitivity of 'Select thread'
10678
10679 2002-07-21 [paul]       0.7.8claws86
10680
10681         * src/prefs_common.c
10682                 add browser command line for Galeon
10683
10684 2002-07-21 [paul]       0.7.8claws85
10685
10686         * Makefile.am
10687                 fix 'EXTRA_DIST': remove README.README, add TODO
10688                 and TODO.claws
10689
10690 2002-07-21 [alfons]     0.7.8claws84
10691
10692         * src/gtkstext.c
10693                 make enter clear selection
10694                 (closes "[ 579888 ] Editor selection/entry error"
10695                 reported by Steve Lamb)
10696
10697 2002-07-21 [alfons]     0.7.8claws83
10698         
10699         * src/summaryview.c
10700                 sort message list when selecting unthread messages
10701                 (closes "[ 501593 ] switching threaded view doesn't sort"
10702                 reported by Simon Schubert)
10703
10704 2002-07-20 [alfons]     0.7.8claws82
10705         
10706         * src/matcher.c
10707                 const-correctness
10708
10709 2002-07-20 [thorsten]   0.7.8claws81
10710
10711         * src/matcher.c
10712                 Fixed expansion of empty fields in matchactions
10713
10714 2002-07-19 [melvin]     0.7.8claws80
10715
10716         * src/gtkspell.c
10717                 Removed a duplicate menu entry (fast mode) introduced during
10718                 the new cache merge
10719                 Added a menu separator between 'Use alternate' and 'Fast mode'
10720
10721 2002-07-19 [paul]       0.7.8claws79
10722
10723         * tools/Makefile.am
10724           tools/README
10725                 correct typos
10726
10727 2002-07-19 [thorsten]   0.7.8claws78
10728
10729         * tools/calypso_convert.pl      ** NEW FILE **
10730           tools/README
10731           tools/Makefile.am
10732                 script to import mbox files exported
10733                 by calypso
10734                 o generates folder structure
10735                 o includes attachments
10736
10737 2002-07-19 [melvin]     0.7.8claws77
10738
10739         * src/selective_download.[ch]
10740                 Fixed bug where closing the dialog with the window manager's
10741                 close button will not unlock the summary
10742                 Corrected some function declarations that missed a return value
10743                 Made the source code comply better with coding style.
10744         * src/prefs_common.c
10745                 Added new browser command line for Mozilla.
10746
10747 2002-07-18 [paul]       0.7.8claws76
10748
10749         * src/mainwindow.c
10750           src/selective_download.[ch]
10751                 reflect theme changes, fix Gdk Warning when creating 
10752                 pixmap from NULL window, and minor clean up.
10753                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10754
10755         * po/en_GB.po
10756                 updated
10757
10758 2002-07-17 [paul]       0.7.8claws75
10759
10760         * INSTALL[.jp]
10761                 sync with 0.8.0
10762         
10763         * po/en_GB.po
10764                 updated
10765
10766 2002-07-16 [paul]       0.7.8claws74
10767
10768         * tools/filter_conv.pl
10769           tools/README
10770                 replace conversion script with reimplemented version, 
10771                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10772
10773 2002-07-16 [colin]      0.7.8claws73
10774
10775         * src/summaryview.c
10776                 remove forgotten debug messages - sorry ;-)
10777
10778 2002-07-16 [colin]      0.7.8claws72
10779
10780         * src/mimeview.c
10781           src/summaryview.c
10782           src/textview.c
10783           src/textview.h
10784                 add the ability to select part of a text mime-part 
10785                 to reply.
10786
10787 2002-07-15 [christoph]  0.7.8claws71
10788
10789         * src/folder.c
10790                 fix folder message count for folders without
10791                 msg_is_changed (includes news folders)
10792
10793 2002-07-15 [martin]     0.7.8claws70
10794
10795         * src/summaryview.c
10796                 option "display recipient on 'From'..." now works
10797                 without the need of enabling the option
10798                 "display  sender  using  address  book".
10799
10800 2002-07-15 [christoph]  0.7.8claws69
10801
10802         * src/summaryview.c
10803                 removed setting folder status from summaryview.
10804                 folder.c should update all message counts correctly.
10805
10806 2002-07-15 [paul]       0.7.8claws68
10807
10808         * po/pt_BR.po
10809                 updated by Fabio Junior Beneditto
10810
10811 2002-07-15 [darko]      0.7.8claws67
10812
10813         * src/mh.c
10814                 Fixed target folder colorization, don't decrease op
10815                 number twice
10816
10817 2002-07-14 [paul]       0.7.8claws66
10818
10819         * sync with main 0.8.0
10820                 see ChangeLog 2002-07-14
10821
10822 2002-07-13 [melvin]     0.7.8claws65
10823         
10824         * src/addrbook.c
10825         * src/addressbook.c
10826         * src/addrindex.c
10827                 Replaced sprintf by g_snprintf to prevent possible buffer
10828                 overflow.
10829         * src/news.c
10830                 Corrected a log message output format.
10831                 Added a missing "done" debug output.
10832         * src/compose.c
10833                 Added keyboard accelerator for Priority menu items
10834                 Added missing \n in debug output
10835         * src/logwindow.c
10836         * src/gtkspell.c
10837         * src/rfc2015.c
10838                 Added missing \n in debug output
10839
10840 2002-07-13 [paul]       0.7.8claws64
10841
10842         * man/sylpheed.1
10843                 change Sergey's email address to the sf address
10844
10845         * src/textview.c
10846                 increase show_url_timeout (more useful for long
10847                 urls)
10848
10849 2002-07-12 [sergey]     0.7.8claws63
10850
10851         * src/rfc2015.c
10852                 applied (with some modifications) patch to set the
10853                 micalg parameter for signatures
10854                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10855
10856 2002-07-12 [sergey]     0.7.8claws62
10857
10858         * man/Makefile.am
10859         * configure.in
10860                 fixed man page installation
10861
10862 2002-07-12 [paul]       0.7.8claws61
10863
10864         * sync with 0.7.8cvs26
10865                 see ChangeLog 2002-07-11 and 2002-07-12
10866
10867 2002-07-11 [christoph]  0.7.8claws60
10868
10869         * src/compose.c
10870         * src/procmsg.c
10871                 first use the message number to find the message
10872                 to mark with a reply flag but check the
10873                 message-id if we got the correct message, if not
10874                 try to find it by message-id.
10875                 use new string seperator that is not allowed
10876                 in message-ids.
10877
10878 2002-07-11 [paul]       0.7.8claws59
10879
10880         * sync with 0.7.8cvs23
10881                 see ChangeLog 2002-07-10
10882
10883 2002-07-10 [christoph]  0.7.8claws58
10884
10885         * src/folder.[ch]
10886         * src/msgcache.[ch]
10887                 Added message-id table to the cache in memory
10888                 and functions to msgcache.c and folder.c to
10889                 fetch MsgInfos by message id
10890         * src/compose.c
10891         * src/procmsg.c
10892                 store folder and message-id of message replying
10893                 to in queue header and set reply flag after sending
10894                 (Closes bug #469498)
10895
10896 2002-07-10 [paul]       0.7.8claws57
10897
10898         * AUTHORS
10899           man/sylpheed.1.gz
10900                 add Martin to the list of authors
10901
10902 2002-07-09 [martin]     0.7.8claws56
10903         * src/gtksctree.c
10904                 Added gtk_ctree_last_visible(), tree_update_level(),
10905                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10906                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10907                 from gtk+ to gtksctree.c for the new sorting code
10908                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10909                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10910         * src/gtksctree.h
10911                 Added declaration for gtk_sctree_sort_recursive() and
10912                 gtk_sctree_sort_node
10913         * src/addressbook.c
10914         * src/foldersel.c
10915         * src/folderview.c
10916         * src/summaryview.c
10917                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10918                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10919
10920 2002-07-08 [paul]       0.7.8claws55
10921
10922         * more sync with 0.7.8cvs21
10923                 see ChangeLog 2002-07-08
10924
10925 2002-07-08 [paul]       0.7.8claws54
10926
10927         * sync with 0.7.8cvs21
10928                 see ChangeLog 2002-07-08
10929
10930 2002-07-07 [alfons]     0.7.8claws53
10931
10932         * src/Makefile.am
10933         * src/stock_pixmap.[ch]
10934         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10935         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10936         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10937                 add new pixmaps for upcoming notice pane
10938
10939 2002-07-06 [melvin]     0.7.8claws52
10940
10941         * src/gtkspell.[ch]
10942                 Made them a bit closer to Sylpheed's coding style.
10943                 Removed old code.
10944                 Removed possible memory leaks when some errors occurs.
10945
10946 2002-07-06 [melvin]     0.7.8claws51
10947
10948         * po/Makefile.in.in
10949                 Removed --no-location in xgettext command line to help
10950                 translators that use Emacs' po-mode
10951         * src/quote_fmt.c
10952                 Removed unnecessary comments that messed up sylpheed.pot
10953
10954 2002-07-06 [paul]       0.7.8claws50
10955
10956         * sync with 0.7.8cvs19
10957                 see ChangeLog 2002-07-05
10958
10959 2002-07-06 [christoph]  0.7.8claws49
10960
10961         * src/folder.c
10962         * src/mainwindow.c
10963                 fix folder_item_remove_all_msg and folderview
10964                 status for trash folders after emptying trash
10965
10966 2002-07-05 [paul]       0.7.8claws48
10967
10968         * sync with 0.7.8cvs16
10969                 see ChangeLog 2002-07-04 and 2002-07-05
10970
10971 2002-07-04 [paul]       0.7.8claws47
10972
10973         * sync with 0.7.8cvs14
10974                 see  ChangeLog 2002-07-04
10975
10976 2002-07-03 [alfons]     0.7.8claws46
10977
10978         * src/folder.c
10979                 dupe folder item's path because it's being reallocated
10980                 by new folder scanning code
10981
10982 2002-07-03 [christoph]  0.7.8claws45
10983
10984         * src/imap.c
10985                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10986         * src/msgcache.c
10987                 add missing return in msgcache_write
10988
10989 2002-07-02 [thorsten]   0.7.8claws44
10990
10991         * src/jpilot.c
10992         * src/msgcache.c
10993         * src/rfc2015.c
10994                 use binary mode for file access
10995
10996 2002-07-02 [christoph]  0.7.8claws43
10997
10998         * major code cleanup (part 1)
10999         
11000                 - unused variables removed
11001                 - unused functions removed
11002                 - uninitialized variables checked
11003                 - missing return statements added
11004                 - missing function return types added
11005                 - added parentheses around assignment and
11006                   && in || when suggested by gcc
11007               
11008         * src/mh.c
11009         * src/folder.c
11010                 replaced direct calls to folder->scan_tree
11011                 with folder_scan_tree and restore folder
11012                 prefs in this function. The folder should
11013                 not have to deal with them.
11014                 ( Should now work for all folder types )
11015
11016 2002-07-02 [paul]       0.7.8claws42
11017
11018         * sync with 0.7.8cvs13
11019                 see ChangeLog 2002-07-01 and 2002-07-02
11020
11021 2002-07-01 [christoph]  0.7.8claws41
11022
11023         * src/summaryview.c
11024                 fix "goto next/prev unread message" with
11025                 ignored threads
11026
11027 2002-07-01 [paul]       0.7.8claws40
11028
11029         * po/es.po
11030                 updated by Ricardo Mones Lastra
11031
11032 2002-06-30 [match]      0.7.8claws39
11033
11034         * src/jpilot.c
11035                 applied variation of leonerd's patch (566661) to
11036                 allow multiple email addresses per JPilot entry.
11037                 addresses may be separated by space, comma, pipe,
11038                 semi-colon, new-line.
11039
11040 2002-06-30 [alfons]     0.7.8claws38
11041
11042         * src/procmsg.c
11043                 simple fix for putting older nodes before
11044                 newer nodes when threading by subject
11045
11046 2002-06-30 [christoph]  0.7.8claws37
11047
11048         * src/folder.c
11049         * src/folderview.c
11050         * src/mh.c
11051         * src/news.c
11052         * src/procmsg.c
11053                 fix broken folder tree rescaning
11054                 and don't use procmsg_get_mark_sum
11055                 anymore
11056
11057 2002-06-30 [christoph]  0.7.8claws36
11058
11059         * merge new cache branch
11060         * src/imap.c
11061                 fix new cache imap copy bug
11062         * src/folder.c
11063                 improved folder_item_scan
11064                 it should now always set the correct
11065                 new, unread and total message counts
11066
11067 2002-06-29 [paul]       0.7.8claws35
11068
11069         * configure.in
11070                 correct syntax error
11071
11072 2002-06-29 [paul]       0.7.8claws34
11073
11074         * configure.in
11075           Makefile.am
11076           man/Makefile.am       ** NEW FILE **
11077           man/sylpheed.1.gz     ** NEW FILE **
11078                 add Sylpheed man page
11079
11080 2002-06-29 [paul]       0.7.8claws33
11081
11082         * po/pt_BR.po
11083                 updated by Fabio Junior Beneditto
11084
11085 2002-06-28 [jens]       0.7.8claws32
11086
11087         * po/de.po
11088                 translation updated
11089
11090         * src/selective_download.c
11091                 removed gettext for space " "
11092
11093         * src/imap.c
11094                 removed wrong space
11095
11096 2002-06-28 [paul]       0.7.8claws31
11097
11098         * sync with 0.7.8cvs11
11099                 see ChangeLog 2002-06-28
11100
11101 2002-06-28 [paul]       0.7.8claws30
11102
11103         * sync with 0.7.8cvs10
11104                 see ChangeLog 2002-06-27 and 2002-06-28
11105
11106 2002-06-26 [paul]       0.7.8claws29
11107
11108         * src/addrgather.c
11109           src/selective_download.c
11110                 don't gettextise empty strings.
11111                 reserved by gettext. gettext("") returns 
11112                 the header entry with meta information, 
11113                 not the empty string
11114
11115         * po/en_GB.po
11116                 updated
11117
11118 2002-06-26 [paul]       0.7.8claws28
11119
11120         * sync with 0.7.8cvs7
11121                 see ChangeLog 2002-06-25
11122
11123         * src/prefs_common.c
11124                 ...and in the process, tweak the gui a little
11125
11126 2002-06-25 [alfons]     0.7.8claws27
11127         
11128         * configure.in
11129         * src/Makefile.am
11130                 fine tune ldap library detection
11131
11132 2002-06-25 [alfons]     0.7.8claws26
11133
11134         * src/compose.c
11135                 don't allow return receipts when composing a news article
11136
11137 2002-06-25 [paul]       0.7.8claws25
11138
11139         * Makefile.am
11140                 add '$(AMTAR)' to 'release' section to allow for
11141                 new and older autotools
11142
11143 2002-06-25 [paul]       0.7.8claws24
11144
11145         * src/summaryview.c
11146                 fix "No more unread messages" persistant pop-up
11147                 window bug
11148
11149 2002-06-25 [paul]       0.7.8claws23
11150
11151         * po/it.po
11152                 updated by Alessandro Maestri
11153
11154 2002-06-25 [paul]       0.7.8claws22
11155
11156         * sync with 0.7.8cvs6
11157                 see ChangeLog 2002-06-25
11158
11159 2002-06-24 [paul]       0.7.8claws21
11160
11161         * tools/update-po
11162                 add GPL copyright information
11163
11164 2002-06-24 [paul]       0.7.8claws20
11165
11166         * tools/Makefile.am
11167           tools/README
11168           tools/update-po       ** NEW FILE **
11169                 add script that eases the creation of *.po files
11170                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11171
11172 2002-06-23 [alfons]     0.7.8claws19
11173
11174         * src/messageview.c
11175                 make notification_convert_header obey const correctness
11176                 (next step will be fixing the broken return receipt)
11177
11178 2002-06-23 [paul]       0.7.8claws18
11179
11180         * src/messageview.c
11181                 fix bug introduced in last commit:
11182                 removed too much code in last commit - put back what's
11183                 needed
11184
11185 2002-06-23 [paul]       0.7.8claws17
11186
11187         * src/messageview.[ch]
11188                 remove code committed in error from locally patched
11189                 source
11190
11191 2002-06-23 [colin]      0.7.8claws16
11192
11193         * src/compose.[ch]
11194                 add compose_entry_select(), used to select the default_to
11195                 email address - hopefully avoiding people sending mails to
11196                 wrong recipients.
11197
11198 2002-06-22 [alfons]     0.7.8claws15
11199
11200         * AUTHORS
11201                 add Bram Metsch & Stanislav Karchebny
11202         * src/smtp.[ch]
11203         * src/prefs_account.[ch]
11204         * src/send.c
11205                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11206                   options.  (see <http://sourceforge.net/tracker/index.php
11207                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11208
11209                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11210                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11211
11212 2002-06-22 [paul]       0.7.8claws14
11213
11214         * sync with 0.7.8cvs5
11215                 see ChangeLog 2002-06-19 and 2002-06-20
11216
11217 2002-06-22 [alfons]     0.7.8claws13
11218
11219         * src/selective_download.c
11220                 fix a stupid mistake I made
11221
11222 2002-06-22 [alfons]     0.7.8claws12
11223
11224         * src/selective_download.[ch]
11225                 fix another unnoticed leak; cleanup code
11226
11227 2002-06-21 [alfons]
11228
11229         * tools/Makefile.am
11230                 gpg-sign <-- gpg-sign-syl
11231
11232 2002-06-21 [alfons]     0.7.8claws11
11233
11234         * src/selective_download.c
11235         * src/selective_download.h
11236                 fix assorted mix of allocation errors (should solve
11237                 problem reported by Philippe Gramoullé, see:
11238                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11239
11240 2002-06-20 [melvin]     0.7.8claws10
11241
11242         * tools/gpg-sign *REMOVED*
11243           tools/gpg-sign-syl *ADDED*
11244                 Replaced the gpg clearsigning script with the version using
11245                 xterm instead of ssh-askpass and changed its name.
11246
11247         * README.claws
11248                 Updated actions example to reflect the renaming of the
11249                 gpg clearsigning script.
11250
11251 2002-06-19 [paul]       0.7.8claws9
11252
11253         * sync with 0.7.8claws9
11254                 see ChangeLog 2002-06-18 and 2002-06-19
11255
11256 2002-06-19 [paul]       0.7.8claws8
11257
11258         * sync with 0.7.8cvs1
11259                 see ChangeLog 2002-06-18
11260
11261 2002-06-18 [alfons]     0.7.8claws7
11262
11263         * src/mainwindow.h
11264                 add omitted prototype
11265
11266 2002-06-17 [paul]       0.7.8claws6
11267
11268         * src/mainwindow.c
11269                 fix hiding of exec_btn
11270
11271 2002-06-17 [paul]       0.7.8claws5
11272
11273         * src/pop.c
11274                 remove unneeded code: should_delete() 
11275                 and Pop3State::uidl_todelete_list
11276
11277 2002-06-17 [paul]       0.7.8claws4
11278
11279         * sync with 0.7.8
11280                 see ChangeLog 2002-06-11 and 2002-06-13
11281
11282 2002-06-16 [alfons]     0.7.8claws3
11283         
11284         * src/folder.c
11285                 make sure lock sort mode (claws specific) is
11286                 also persists after a tree rescan
11287
11288 2002-06-16 [alfons]     0.7.8claws2
11289
11290         * src/prefs_folder_item.c
11291         * src/folder.[ch]
11292                 fix persistence of folder sort mode (broken
11293                 by adapting Hiro's new folder persistence code)
11294
11295 2002-06-16 [alfons]     0.7.8claws1
11296
11297         * AUTHORS
11298         * src/logwindow.c
11299         * src/prefscommon.[ch]
11300                 control size of log text in log window; 
11301                 closes patch #569155 submitted by Mitko Haralanov.
11302
11303 2002-06-15 [paul]       0.7.8claws
11304
11305         * release of 0.7.8claws
11306
11307 2002-06-15 [paul]       0.7.7claws
11308
11309         * po/pt_BR.po
11310                 updated by Fabio Junior Beneditto
11311
11312 2002-06-14 [paul]       0.7.6claws49
11313
11314         * po/es.po
11315                 updated by Ricardo Mones Lastra
11316
11317 2002-06-14 [paul]       0.7.6claws48
11318
11319         * po/nl.po
11320                 updated translation by Wilbert Berendsen
11321
11322 2002-06-14 [melvin]     0.7.6claws47
11323
11324         * po/fr.po
11325                 Updated French translation
11326
11327 2002-06-13 [paul]       0.7.6claws46
11328
11329         * src/filesel.c
11330                 allow filename to be typed in, rather than just
11331                 selected by the mouse. Patch by Gustavo Noronha Silva.
11332
11333 2002-06-13 [alfons]     0.7.6claws45
11334
11335         * src/mainwindow.[ch]
11336                 more cleanups (removing unnecessary menu items Expand 
11337                 summary / message view)
11338
11339 2002-06-13 [melvin]     0.7.6claws44
11340
11341         * po/POTFILES.in
11342                 Added src/string_match.c
11343         * src/string_match.c
11344                 Fixed possible buffer overflow.
11345                 Corrected typo.
11346                 Added missing config.h header.
11347         * src/prefs_common.c
11348           src/prefs_matcher.c
11349           src/prefs_scoring.c
11350                 Made some strings translatable (missing _(..)).
11351
11352 2002-06-13 [melvin]     0.7.6claws43
11353
11354         * README.claws
11355                 Corrected action example (verifying clearsigned mail).
11356         * src/prefs_account.c
11357                 Corrected typo.
11358         * src/prefs_common.c
11359                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11360
11361 2002-06-12 [alfons]     0.7.6claws42
11362
11363         * src/summaryview.c
11364                 add init of score column lost in 0.7.6claws42
11365
11366 2002-06-12 [paul]       0.7.6claws41
11367
11368         * src/prefs_account.c
11369                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11370                 behavior of the radio buttons, (from 0.7.7cvs2)
11371
11372 2002-06-11 [alfons]     0.7.6claws40
11373
11374         * src/messageview.[ch]
11375         * src/summaryview.[ch]
11376         * src/summary_search.c
11377         * src/mainwindow.c
11378                 perform a sync to bring in Hiro's separate view implementation 
11379
11380                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11381
11382 2002-06-11 [paul]       0.7.6claws39
11383         
11384         * src/prefs_account.c
11385                 correct a typo on the Receive tab
11386
11387 2002-06-10 [match]      0.7.6claws38
11388
11389         * src/addressbook.c
11390                 Included address completion patch from Gustavo Noronha.
11391
11392 2002-06-10 [paul]       0.7.6claws37
11393
11394         * src/inc.[ch]
11395           src/pop.c
11396           src/prefs_account.[ch]
11397           src/selective_download.[ch]
11398                 apply PATCH #561712
11399                  NEW:
11400                 - check if POP Account
11401                 - Receive Button renamed to Preview
11402                 - Preview Button Popup: preview new/all messages
11403                 - Download Button
11404                 - Account Preferences-->Receive tab checkbutton if you
11405                   want to remove Mail after Download
11406                 -: default YES
11407                 - Account Preferences-->Receive tab checkbutton use
11408                   filtering rules on preview
11409                   (think of delete_on_server)
11410                 -: default YES
11411                 - Account selectable from SD dialog
11412                 - checkbutton to show already downloaded messages if
11413                   all messages are previewed
11414                 - new clist column showing Date
11415                 - ESC KEY close
11416                 FIXES:
11417                 - play ball with UIDL
11418                 - fault tolerant (?) 
11419                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11420
11421 2002-06-10 [melvin]     0.7.6claws36
11422
11423         * README.claws
11424                 Added a hint to ac/README in cvs instructions.
11425
11426         * src/prefs_actions.c
11427                 Made it possible to use a more elaborate command line
11428                 for asynchronous actions, too.
11429
11430 2002-06-10 [melvin]     0.7.6claws35
11431         
11432         * src/prefs_actions.c
11433                 Make it possible to use a more elaborate command line
11434                 (e.g. |foo|bar|cat>there;echo Done|)
11435                 Corrected error message when calling %f, %F and %p commands
11436                 from the compose window.
11437
11438 2002-06-09 [colin]      0.7.6claws34
11439
11440         * src/summaryview.c
11441                 Automatically find unread messages in current folder
11442                 before annoying the user.
11443
11444 2002-06-08 [alfons]     0.7.6claws33
11445
11446         * po/it.po
11447                 remove bad formatting string in it.po translation
11448                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11449
11450 2002-06-08 [paul]       0.7.6claws32
11451
11452         * sync with 0.7.6cvs25
11453                 see ChangeLog 2002-06-07
11454
11455 2002-06-05 [paul]       0.7.6claws31
11456
11457         * src/mainwindow.c
11458                 add 'Sort by locked' and 'Sort by score'
11459
11460 2002-06-05 [paul]       0.7.6claws30
11461
11462         * sync with 0.7.6cvs24
11463                 see ChangeLog 2002-06-04
11464
11465 2002-06-04 [paul]       0.7.6claws29
11466
11467         * po/pt_BR.po
11468                 updated by Fabio Junior Beneditto
11469
11470 2002-06-03 [thorsten]   0.7.6claws28
11471
11472         * src/matcher.c
11473                 fclose() matcherrc after reading
11474
11475 2002-06-03 [paul]       0.7.6claws27
11476
11477         * sync with 0.7.6cvs21
11478                 see ChangeLog 2002-05-31
11479
11480 2002-05-31 [paul]       0.7.6claws26
11481
11482         * sync with 0.7.6cvs20
11483                 see ChangeLog 2002-05-29 and 2002-05-30
11484
11485 2002-05-31 [paul]       0.7.6claws25
11486
11487         * src/imap.c
11488                 hopefully fix last buggy sync
11489
11490         * README.claws
11491                 correct typo in 'Actions' examples
11492
11493 2002-05-29 [paul]       0.7.6claws24
11494
11495         * sync with 0.7.6cvs18
11496                 see ChangeLog 2002-05-28 and 2002-05-29
11497
11498         * src/news.c
11499           src/nntp.[ch]
11500                 sync with above 
11501
11502 2002-05-28 [paul]       0.7.6claws23
11503
11504         * sync with 0.7.6cvs16
11505                 see ChangeLog 2002-05-28
11506
11507 2002-05-27 [thorsten]   0.7.6claws22 
11508
11509         * faq/it/sylpheed-faq-1.html
11510           faq/it/sylpheed-faq-2.html
11511           faq/it/sylpheed-faq-3.html
11512           faq/it/sylpheed-faq.html
11513                 corrected DOS lineendings
11514         * faq/de/sylpheed-faq-1.html
11515           faq/de/sylpheed-faq-2.html
11516           faq/en/sylpheed-faq-1.html
11517           faq/en/sylpheed-faq-2.html
11518           faq/en/sylpheed-faq-3.html
11519           faq/es/sylpheed-faq-1.html
11520           faq/es/sylpheed-faq-2.html
11521           faq/es/sylpheed-faq-3.html
11522           faq/fr/sylpheed-faq-1.html
11523           faq/it/sylpheed-faq-1.html
11524           faq/it/sylpheed-faq-2.html
11525           faq/it/sylpheed-faq-3.html
11526           faq/it/sylpheed-faq.html
11527                 changed ">" to &quot;
11528
11529 2002-05-27 [paul]       0.7.6claws21
11530         
11531         * sync with 0.7.6cvs15
11532                 see ChangeLog 2002-05-27
11533
11534 2002-05-27 [paul]       0.7.6claws20
11535
11536         * src/prefs_account.c
11537                 correct a typo
11538
11539 2002-05-26 [paul]       0.7.6claws19
11540
11541         * tools/README
11542                 correct a typo
11543
11544 2002-05-25 [paul]       0.7.6claws18
11545
11546         * tools/README
11547                 add description of kmail2sylpheed.pl
11548
11549 2002-05-25 [paul]       0.7.6claws17
11550
11551         * tools/kmail2sylpheed.pl       ** NEW FILE **
11552                 perl script that converts an exported Kmail address
11553                 book, converts it to sylpheed addressbook file,
11554                 writes the file to .sylpheed, and updates
11555                 addrbook--index.xml 
11556
11557 2002-05-25 [paul]       0.7.6claws16
11558
11559         * sync with 0.7.6cvs14
11560                 see ChangeLog 2002-05-23
11561
11562 2002-05-24 [paul]       0.7.6claws15
11563
11564         * README.claws
11565                 make a correction and add some more info
11566
11567 2002-05-24 [paul]       0.7.6claws14
11568
11569         * src/compose.c
11570                 fix memory leak in 
11571                 compose_redirect_write_headers_from_headerlist()
11572                 add Subject and Resent-Message-ID to
11573                 compose_redirect_write_headers()
11574                 Received, Subject, and X-UIDL are filtered out in 
11575                 compose_redirect_write_to_file()
11576
11577 2002-05-23 [paul]       0.7.6claws13
11578
11579         * src/compose.[ch]
11580           src/filtering.c
11581           src/mainwindow.c
11582           src/matcher.[ch]
11583           src/matcher_parser_lex.l
11584           src/matcher_parser_parse.y
11585           src/prefs_common.[ch]
11586           src/prefs_filtering.c
11587           src/summaryview.c
11588                 rename 'Bounce' to 'Redirect'
11589
11590 2002-05-23 [paul]       0.7.6claws12
11591
11592         * more sync with 0.7.6cvs13
11593           src/compose.c
11594                 see ChangeLog 2002-05-22
11595
11596 2002-05-22 [paul]       0.7.6claws11
11597
11598         * sync with 0.7.6cvs13
11599           src/codeconv.c
11600                 see ChangeLog 2002-05-20
11601           src/prefs_common.c
11602                 see ChangeLog 2002-05-22
11603
11604 2002-05-21 [melvin]     0.7.6claws10
11605
11606         * src/folderview.c
11607                 Added missing filtering and scoring headers
11608                 Fixed bad function call that showed garbage 
11609                 in Folder->Processing
11610
11611 2002-05-21 [paul]       0.7.6claws9
11612
11613         * tools/Makefile.am
11614                 make all tools executable, (patch by Alfons).
11615
11616 2002-05-20 [alfons]     0.7.6claws8
11617
11618         * src/procheader.c
11619                 don't forget to call mktime() so we have a valid week 
11620                 and year day
11621                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11622
11623 2002-05-20 [paul]       0.7.6claws7
11624
11625         * src/html.c
11626                 fix broken parsing of urls
11627         * src/textview.c
11628                 fix displaying of urls
11629
11630                 both fixes from the patch [547855] by Eugene 
11631                 Brevdo (zonem)
11632
11633 2002-05-19 [alfons]     0.7.6claws6
11634
11635         * configure.in
11636                 make sylpheed configure correctly with the latest
11637                 and greatest of automake / autoconf / gettext
11638
11639 2002-05-19 [alfons]     0.7.6claws5
11640
11641         * src/procheader.c
11642         * src/procheader.h
11643                 add function for returning ime zone offset
11644         * src/quote_fmt.c
11645         * src/quote_fmt_parse.y
11646                 better quotation formatting - does not convert
11647                 to local time, but uses the original date string.
11648                 
11649                 Note: %z inserts the timezone offset (should 
11650                 work also on platforms where strftime does not
11651                 support %z).
11652
11653 2002-05-18 [christoph]  0.7.6claws4
11654
11655         * src/summaryview.c
11656                 fix indentation of some code
11657         * tools/Makefile.am
11658                 fix spaces after \
11659         * src/Makefile.am
11660                 add missing \
11661                 correct path for ignorethread.xpm
11662                 incorrect filename for sylpheed_logo.xpm
11663                 add missing include matcher_parser_parse.h
11664
11665 2002-05-18 [paul]       0.7.6claws3
11666
11667         * sync with 0.7.6cvs8
11668                 see ChangeLog 2002-05-16 and 2002-05-17
11669
11670 2002-05-18 [melvin]     0.7.6claws2
11671
11672         * README.claws
11673                 Corrected an action's definition and fixed some misspellings.
11674
11675 2002-05-18 [paul]       0.7.6claws1
11676
11677         * tools/Makefile.am
11678           tools/gpg-sign        ** new file **
11679           tools/uudec           ** new file **
11680                 add Melvin's Actions scripts
11681
11682         * README.claws
11683                 add Melvin's descriptions for Actions
11684
11685 2002-05-18 [paul]       0.7.6claws
11686
11687         * Version 0.7.6claws released
11688
11689 2002-05-17 [paul]       0.7.5claws32
11690
11691         * po/es.po
11692                 updated by Ricardo Mones Lastra
11693
11694 2002-05-17 [paul]       0.7.5claws31
11695
11696         * src/compose.c
11697                 fix Account prefs default folder for sent/draft/deleted
11698                 messages bug
11699
11700         * po/it.po
11701           po/nl.po
11702                 updated translation by Alessandro Maestri and
11703                 Wilbert Berendsen
11704
11705 2002-05-17 [melvin]     0.7.5claws30
11706
11707         * src/prefs_actions.c
11708                 Fixed bug where using %F not at the end of the command 
11709                 resulted in an additional empty argument being created.
11710                 Thanks to Darko Koruga for reporting the bug.
11711
11712 2002-05-17 [melvin]     0.7.5claws29
11713
11714         * po/fr.po
11715                 Updated French translations.
11716
11717 2002-05-15 [paul]       0.7.5claws28
11718         
11719         * po/es.po
11720                 updated by Ricardo Mones Lastra
11721
11722 2002-05-15 [paul]       0.7.5claws27
11723
11724         * sync with 0.7.6cvs4
11725                 see ChangeLog 2002-05-14 and 2002-05-15
11726
11727 2002-05-14 [paul]       0.7.5claws26
11728
11729         * sync with 0.7.6cvs1
11730                 see ChangeLog 2002-05-13
11731
11732 2002-05-13 [thorsten]   0.7.5claws25
11733
11734         * src/messageview.c
11735                 fix select_all and copy in multipart messages
11736         * src/mainwindow.c
11737                 fix select_all and copy in multipart messages
11738
11739 2002-05-12 [paul]       0.7.5claws24
11740
11741         * src/summaryview.c
11742                 reverse last commit, bug already fixed in 0.7.5claws3
11743
11744 2002-05-12 [netztorte]  0.7.5claws23
11745
11746         * src/summaryview.c
11747                 dont parse empty addressbook (checked in before claws20)
11748
11749 2002-05-12 [melvin]     0.7.5claws22
11750
11751         * src/procmsg.[ch]
11752                 Removed unneeded priority code introduced by the previous 
11753                 commit.
11754
11755 2002-05-12 [melvin]     0.7.5claws21
11756
11757         * src/compose.[ch]
11758                 Added possibility to set message's priority.
11759         * src/procmsg.[ch]
11760                 Added possibility to set message's priority.
11761                 Added missing headers
11762
11763 2002-05-12 [melvin]     0.7.5claws20
11764
11765         * src/prefs_actions.c
11766                 Removed implicitely added quotes around the name
11767                 of the temporary files of mime parts.
11768
11769 2002-05-12 [paul]       0.7.5claws19
11770
11771         * sync with 0.7.5cvs20
11772                 see ChangeLog 2002-05-11
11773
11774 2002-05-12 [alfons]     0.7.5claws18
11775
11776         * src/quote_fmt_lex.l
11777         * src/quote_fmt_parse.y
11778                 allow quote / reply date & time format to be set using
11779                 %D{format}. format is a format string you'd pass to
11780                 strftime() (see man strftime, or the Display tab |
11781                 Date format setting).
11782
11783                 Currently %D converts the date to local time. 
11784
11785 2002-05-11 [paul]       0.7.5claws17
11786
11787         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11788                 see ChangeLog 2002-05-10 and 2002-05-11
11789
11790 2002-05-10 [paul]       0.7.5claws16
11791
11792         * sync with 0.7.5cvs16
11793                 see ChangeLog entries 2002-05-09 and 
11794                 2002-05-10
11795
11796 2002-05-10 [colin]      0.7.5claws15
11797
11798         * src/textview.c
11799                 Corrected a bug that prevented sylpheed to open
11800                 double-clicked URIs.
11801
11802 2002-05-09 [paul]       0.7.5claws14
11803
11804         * sync with 0.7.5cvs14
11805                 see ChangeLog 2002-05-08 and 2002-05-09
11806
11807 2002-05-08 [paul]       0.7.5claws13
11808
11809         * sync with 0.7.5cvs11
11810                 see ChangeLog entry 2002-05-08
11811
11812 2002-05-08 [paul]       0.7.5claws12
11813
11814         * src/mainwindow.c
11815           src/textview.[ch]
11816                 fix segfault on View->Open in new window
11817                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11818
11819 2002-05-07 [paul]       0.7.5claws11
11820
11821         * sync with 0.7.5cvs9
11822                 see ChangeLog entry 2002-05-07
11823
11824 2002-05-06 [paul]       0.7.5claws10
11825
11826         * src/messageview.c
11827           src/textview.c
11828                 display url in statusbar on single-click
11829                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11830
11831 2002-05-06 [match]      0.7.5claws9
11832
11833         * src/addritem.[ch]
11834                 new functions.
11835         * src/addrcache.c
11836                 tidy up.
11837         * src/xmlprops.[ch]
11838                 XML implementation of properties file.
11839         * src/exporthtml.[ch]
11840         * src/expthtmldlg.[ch]
11841         * src/addressbook.c
11842                 export to HTML.
11843
11844 2002-05-02 [sergey]     0.7.5claws8
11845
11846         * src/mainwindow.c (mainwin_entries),
11847           src/prefs_common.c (prefs_send_create()),
11848           src/codeconv.c (locale_table):
11849                 use charset name "Windows-1251" instead of "CP1251".
11850
11851 2002-05-02 [colin]      0.7.5claws7
11852         
11853         * src/compose.c
11854           src/prefs_common.c
11855           src/prefs_folder_item.c
11856                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11857
11858 2002-05-02 [hiro]       0.7.5claws6
11859
11860         * src/imap.c
11861                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11862
11863 2002-05-02 [paul]       0.7.5claws5
11864
11865         * src/compose.c
11866                 more sync with 0.7.5cvs7, see ChangeLog entry
11867                 2002-05-02
11868
11869 2002-05-02 [hiro]       0.7.5claws4
11870
11871         * src/compose.c
11872                 compose_queue_sub():
11873                 check if queue folder exists (closes #550397).
11874                 removed directory creation since it should be handled
11875                 transparently.
11876         * src/imap.c
11877                 imap_add_msg(): return UID for appended message
11878                 (closes #548842).
11879
11880 2002-04-30 [paul]       0.7.5claws3
11881
11882         * src/summaryview.c
11883                 fix account_find_from_address() bug
11884
11885 2002-04-28 [colin]      0.7.5claws2
11886
11887         * src/compose.c
11888           src/textview.c
11889           src/prefs_common.[ch]
11890           src/utils.[ch]
11891                 Added user-definable quotation characters recognition.
11892
11893 2002-04-28 [paul]       0.7.5claws1
11894
11895         * sync with 0.7.5cvs4
11896                 see ChangeLog entry  2002-04-25
11897
11898 2002-04-28 [paul]       0.7.5claws
11899
11900         * po/es.po
11901           po/nl.po
11902           po/pt_BR.po
11903                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11904                 Fabio Junior Beneditto
11905
11906 2002-04-27 [jens]       0.7.4claws103
11907
11908         * po/de.po
11909                 updated German translation.
11910
11911 2002-04-27 [hiro]       0.7.4claws102
11912
11913         * src/summaryview.c
11914                 summary_write_cache(): fixed the mark loss of hidden messages.
11915
11916 2002-04-26 [melvin]     0.7.4claws101
11917
11918         * src/procmsg.c
11919                 fixed a second typo (same one)
11920         * po/fr.po
11921           po/it.po
11922           po/pt_BR.po
11923                 fixed the type again...
11924
11925 2002-04-26 [melvin]     0.7.4claws100
11926
11927         * src/procmsg.c
11928                 fixed a typo in an alert message ("temorary").
11929         * po/it.po
11930         * po/pt_BR.po
11931                 corrected the typo  described above.
11932         * po/fr.po
11933                 updated French translation.
11934
11935 2002-04-26 [darko]      0.7.4claws99
11936
11937         * src/summaryview.c
11938                 fix target folder colorization
11939
11940 2002-04-25 [paul]       0.7.4claws98
11941
11942         * po/it.po
11943                 updated by Alessandro Maestri
11944
11945 2002-04-24 [colin]      0.7.4claws97
11946         
11947         * src/compose.c
11948                 Fixed double "subject is empty" question.
11949
11950 2002-04-23 [colin]      0.7.4claws96
11951         
11952         * src/mimeview.c
11953                 Corrected issue when "automatically display images" was
11954                 not set : first image remained after selecting second.
11955
11956 2002-04-23 [melvin]     0.7.4claws95
11957
11958         * src/prefs_actions.c
11959                 Don't display in/out dialog if there is nothing to show.
11960
11961 2002-04-23 [paul]       0.7.4claws94
11962
11963         * sync with 0.7.5cvs3
11964                 bug fixes: see ChangeLog entry 2002-04-23
11965
11966 2002-04-22 [darko]      0.7.4claws93
11967
11968         * src/compose.c
11969                 fix previous check-in which changed code after
11970                 merge from main
11971
11972 2002-04-22 [paul]       0.7.4claws92
11973
11974         * faq/de/*
11975                 add German FAQ
11976         * faq/en/*
11977           faq/es/*
11978           faq/fr/*
11979                 update English, Spanish and French FAQs
11980         * manual/de/*
11981           manual/es/*
11982                 add German and Spanish manuals
11983         * manual/en/*
11984           manual/fr/*
11985                 update English and French manuals
11986
11987         * src/Makefile.am
11988                 add to and re-arrange the pixmap entries
11989
11990 2002-04-22 [darko]      0.7.4claws91
11991
11992         * src/compose.c
11993                 fix sender initials recognition to only allow
11994                 '>' after the initials
11995
11996 2002-04-21 [paul]       0.7.4claws90
11997
11998         * sync with 0.7.5 release
11999                 see ChangeLog entry 2002-04-21
12000
12001 2002-04-21 [alfons]
12002
12003         * src/Makefile.am
12004                 add colin's new pixmaps to EXTRA_DIST
12005
12006 2002-04-21 [colin]      0.7.4claws89
12007         * src/compose.c
12008         * src/inc.c
12009         * src/mainwindow.[ch]
12010         * src/prefs_common.[ch]
12011         * src/stock_pixmap.[ch]
12012                 Added "Work offline" ability.
12013
12014 2002-04-21 [colin]      0.7.4claws88
12015         
12016         * src/mimeview.c
12017         * src/prefs_common.c
12018         * src/prefs_common.h
12019         * src/textview.c : Added an option to common preferences -> display
12020           to allow user not to automatically display images.
12021
12022 2002-04-21 [paul]       0.7.4claws87
12023
12024         * sync with 0.7.4cvs52
12025                 see ChangeLog entry 2002-04-21 (src/imap.c)
12026
12027 2002-04-21 [paul]       0.7.4claws86
12028
12029         * sync with 0.7.4cvs51
12030                 see ChangeLog entry 2002-04-21
12031
12032 2002-04-21 [paul]       0.7.4claws85
12033
12034         * sync with 0.7.4cvs49
12035                 see ChangeLog entries 2002-04-20 and 2002-04-21
12036
12037         * src/Makefile.am
12038                 clean up: remove old 'stock_' element from xpm 
12039                 filenames.
12040
12041 2002-04-21 [alfons]     0.7.4claws84
12042
12043         apply sync patch from Paul
12044
12045         * src/folderview.c
12046                 use old claws prefs_folder_item_create() for now
12047
12048 2002-04-19 [match]      0.7.4claws83
12049
12050         * src/addressbook.[ch]
12051         * src/addrharvest.[ch]
12052         * src/addrgather.[ch]
12053                 recurse folders.
12054         * src/mainwindow.c
12055         * src/summaryview.[ch]
12056                 change menu option.
12057
12058 2002-04-19 [paul]       0.7.4claws82
12059
12060         * po/pt_BR.po
12061                 updated by Fabio Junior Beneditto
12062
12063 2002-04-14 [alfons]     0.7.4claws81
12064
12065         * src/passphrase.c
12066                 add #include <sys/types.h> for mode_t and off_t 
12067
12068 2002-04-13 [paul]       0.7.4claws80
12069         
12070         * src/main.c
12071           src/passphrase.[ch]
12072           src/pgptext.c
12073           src/prefs_common.[ch]
12074           src/rfc2015.c
12075                 enable storing of GnuPG passphrase for the whole 
12076                 session or a user-defined number of minutes. patch 
12077                 submitted by Ravemax <ravemax@dextrose.com>
12078
12079 2002-04-13 [alfons]     0.7.4claws79
12080
12081         * src/textview.c
12082                 make email parser also stop scanning when encountering separators
12083                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12084
12085 2002-04-13 [paul]       0.7.4claws78
12086
12087         * sync with 0.7.4cvs39
12088                 see ChangeLog entry 2002-04-12
12089
12090 2002-04-11 [paul]       0.7.4claws77
12091
12092         * sync with 0.7.4cvs37
12093                 see ChangeLog entry 2002-04-11
12094
12095 2002-04-11 [paul]       0.7.4claws76
12096
12097         * COPYING 
12098                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12099                 the clause for OpenSSL). sync with sylpheed main
12100
12101 2002-04-09 [melvin]     0.7.4claws75
12102
12103         * src/compose.c
12104                 Made 'Ctrl-Enter' on send ignore some modifiers 
12105                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12106                 to bind other *-Enter (but not Alt-Enter).
12107
12108 2002-04-09 [paul]       0.7.4claws74
12109
12110         * sync with 0.7.4cvs35
12111                 see ChangeLog entries 2002-04-09
12112
12113 2002-04-08 [paul]       0.7.4claws73
12114
12115         * sync with 0.7.4cvs33
12116                 see ChangeLog entry 200-04-08
12117
12118 2002-04-07 [match]      0.7.4claws72
12119
12120         * src/addrharvest.[ch]
12121                 fixed to read all addresses in header, regardless
12122                 of header size. improved name parsing. accommodate
12123                 harvest from folders and selected message.
12124         * src/addritem.[ch]
12125                 included new address parsing function.
12126         * src/addrgather.[ch]
12127         * src/addressbook.[ch]
12128         * src/summaryview.[ch]
12129         * src/mainwindow.c
12130                 allow address harvest of folder as well as selected
12131                 messages.
12132
12133 2002-04-07 [paul]       0.7.4claws71
12134
12135         * src/esmtp.[ch]
12136           src/smtp.c
12137                 don't try to authenticate with CRAM-MD5 in SMTP when 
12138                 SMTP-AUTH enabled if MTA doesn't issue this 
12139                 auth-method in it's ehlo-response. bug item #531364,
12140                 patch item #938910. patch submitted by Colin Leroy 
12141                 <colin@colino.net>
12142
12143 2002-04-07 [paul]       0.7.4claws70
12144
12145         * src/nntp.c
12146                 fix missing MODE_READER bug. patch submitted by
12147                 Colin Leroy <colin@colino.net>
12148
12149 2002-04-07 [alfons]     0.7.4claws69
12150
12151         * src/matcher.[ch]
12152         * src/prefs_filtering.c
12153         * src/summaryview.c
12154                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12155                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12156
12157 2002-04-07 [paul]       0.7.4claws68
12158
12159         * sync with 0.7.4cvs32
12160                 see ChangeLog entry 2002-04-06
12161
12162         * tools/filter_conv.pl
12163                 more bug fixes
12164
12165 2002-04-06 [paul]       0.7.4claws67
12166
12167         * tools/filter_conv.pl
12168                 modify to be able to find the name of the first
12169                 mailbox and use that. main's filter does not
12170                 record the full path to the mailbox and therefore
12171                 can only filter to the first mailbox.
12172
12173 2002-04-05 [paul]       0.7.4claws66
12174
12175         * tools/filter_conv.pl
12176                 attempt to make the script all-encompassing and
12177                 be able to convert any main 'filter' rule thrown
12178                 at it
12179
12180 2002-04-05 [paul]       0.7.4claws65
12181
12182         * tools/filter_conv.pl
12183                 allow for collapsed folder trees
12184
12185 2002-04-05 [paul]       0.7.4claws64
12186
12187         * sync with 0.7.4cvs31
12188                 see ChangeLog entries 2002-04-05
12189
12190 2002-04-03 [paul]       0.7.4claws63
12191
12192         * sync with 0.7.4cvs29
12193                 see ChangeLog entries 2002-04-02 and 2002-04-03
12194
12195 2002-04-02 [paul]       0.7.4claws62
12196
12197         * sync with 0.7.4cvs26
12198                 see ChangeLog entry 2002-04-01
12199
12200 2002-04-02 [match]      0.7.4claws61
12201
12202         * src/pine.[ch]
12203         * src/importpine.[ch]
12204         * src/addressbook.c
12205                 import Pine address book.
12206
12207 2002-04-02 [match]      0.7.4claws60
12208
12209         * src/addrharvest.[ch]
12210                 improve address parsing of funky addresses.
12211
12212 2002-04-02 [darko]      0.7.4claws59
12213
12214         * src/compose.c
12215                 wrap on send improvements, it now recognizes quoted
12216                 initials as part of the quotation string, and it
12217                 does not join lines separated by CR
12218
12219 2002-04-01 [match]      0.7.4claws58
12220
12221         * src/mgutils.[ch]
12222                 added new functions.
12223         * src/mutt.[ch]
12224                 remove excessive duplicate address generation
12225                 on import.
12226
12227 2002-04-01 [alfons]     0.7.4claws57
12228         
12229         * src/summaryview.c
12230                 put back g_free() 
12231
12232 2002-04-01 [paul]       0.7.4claws56
12233
12234         * sync with 0.7.4cvs25
12235                 see ChangeLog entry 2002-04-01
12236
12237 2002-04-01 [alfons]     0.7.4aprilfool55
12238
12239         * src/summaryview.c
12240                 honour feature request item #537427 to allow for
12241                 displaying names from address book for sent mail also
12242
12243 2002-03-29 [paul]       0.7.4claws54
12244
12245         * src/mainwindow.c
12246           src/prefs_filtering.[ch]
12247           src/prefs_matcher.c
12248           src/summaryview.c
12249                 add 'fast filter' for claws' filtering,
12250                 /Tools/Create filter rule/... patch submitted
12251                 by Neill Miller <neillm@thecodefactory.org>
12252
12253 2002-03-29 [paul]       0.7.4claws53
12254
12255         * sync with 0.7.4cvs24
12256                 see ChangeLog entry 2002-03-29
12257
12258 2002-03-28 [paul]       0.7.4claws52
12259
12260         * sync with 0.7.4cvs23
12261                 see ChangeLog entry 2002-03-28
12262
12263 2002-03-27 [melvin]     0.7.4claws51
12264
12265         * src/prefs_actions.c
12266                 Added support to pass only one message part (as a
12267                 file) to the command using '%p'. No quotes are needed
12268                 because doubles quotes are automatically added.
12269                 Fixed bug where Sylpheed could block when waiting for
12270                 a child process to finish.
12271                 Changed the help menu to remove quotes around symbols to 
12272                 avoid misinterpretation (they must not be used).
12273
12274 2002-03-27 [melvin]     0.7.4claws50
12275
12276         * src/inc.c
12277                 Made the new mail notification command always 
12278                 execute asynchronously.
12279
12280 2002-03-27 [paul]       0.7.4claws49
12281
12282         * src/compose.c
12283                 fix bug introduced in last commit
12284
12285 2002-03-27 [paul]       0.7.4claws48
12286
12287         * sync with 0.7.4cvs21
12288                 see ChangeLog 2002-03-26 and 2002-03-27
12289
12290 2002-03-26 [hoa]        0.7.4claws47
12291
12292         * src/prefs_folder_item.c
12293                 really fixed the bug #516442 with folder rescan.
12294
12295 2002-03-26 [paul]       0.7.4claws46
12296
12297         * sync with 0.7.4cvs19
12298                 see ChangeLog entries 2002-03-25 and 2002-03-26
12299
12300 2002-03-25 [hoa]        0.7.4claws45
12301
12302         * src/matcher.c
12303         * src/mh.c
12304                 fix the bug #516442 with folder rescan.
12305
12306         * src/prefs_common.[ch]
12307         * src/compose.c
12308                 added an option to enable two different behaviours
12309                 for bounce.
12310
12311
12312 2002-03-25 [paul]       0.7.4claws44
12313
12314         * src/mainwindow.c
12315           src/selective_download.c
12316                 correct a few menuitem labels
12317
12318 2002-03-25 [christoph]  0.7.4claws43
12319
12320         * src/procmsg.c
12321                 fix non deleted tmp message in
12322                 procmsg_save_to_outbox
12323                 fix problems caused by sync with
12324                 main branch's procmsg_send_queue
12325
12326 2002-03-25 [paul]       0.7.4claws42
12327
12328         * src/quote_fmt.c
12329           src/quote_fmt_lex.l
12330           src/quote_fmt_parse.y
12331                 add Last name (%L) placeholder for quoting. 
12332                 patch submitted by Thorsten Thielen 
12333                 <thth@users.sourceforge.net>
12334
12335 2002-03-25 [paul]       0.7.4claws41
12336
12337         * src/utils.c
12338                 get full hostname. patch submitted by
12339                 Bob Woodside <rwoodside1@comcast.net>
12340
12341 2002-03-25 [paul]       0.7.4claws40
12342
12343         * src/account.c
12344           src/news.c
12345           src/nntp.[ch]
12346           src/prefs_account.[ch]
12347                 enable NNTP over SSL. patch submitted by
12348                 Pascal Jermini <pascal@infinity.hn.org>
12349
12350 2002-03-24 [paul]       0.7.4claws39
12351
12352         * src/prefs_common.c
12353                 make the arrangement of the Compose tab more
12354                 coherent
12355
12356         * src/mainwindow.c
12357                 fix some irregularities of style
12358
12359         * po/de.po
12360                 updated by Kilian Krause
12361
12362 2002-03-23 [paul]       0.7.4claws38
12363
12364         * po/pt_BR.po
12365                 updated by Fabio Junior Beneditto
12366
12367 2002-03-23 [paul]       0.7.4claws37
12368
12369         * src/mainwindow.c
12370                 move 'Gather addresses' to 'Tools' menu
12371                 make 'Selective download' sensitive
12372
12373 2002-03-23 [paul]       0.7.4claws36
12374
12375         * sync with 0.7.4cvs16
12376                 see ChangeLog entries 2002-03-23
12377
12378 2002-03-22 [christoph]  0.7.4claws35
12379
12380         * src/quote_fmt_parse.y
12381                 fix include program output
12382
12383 2002-03-22 [alfons]     0.7.4claws34
12384
12385         * src/pop.c
12386                 initialize GDate stack variable correctly (sorry!)
12387
12388 2002-03-22 [paul]       0.7.4claws33
12389
12390         * src/compose.c
12391           src/mainwindow.c
12392           src/prefs_actions.c
12393           src/prefs_common.c
12394                 rename 'Tool' to 'Tools'
12395
12396         * src/mainwindow.c
12397                 move 'Delete duplicated messages' from
12398                 'Message/' to 'Tools/'
12399                 re-arrange the order of 'Tools/' items
12400
12401 2002-03-22 [paul]       0.7.4claws32
12402
12403         * src/addr_compl.c
12404           src/addressbook.[ch]
12405                 auto-address completion now also matches on
12406                 Nickname. patch submitted by Bob Forsman 
12407                 <hammor@users.sourceforge.net>
12408
12409         * src/editaddress.c
12410                 correct a spelling mistake
12411
12412 2002-03-22 [alfons]     0.7.4claws31
12413
12414         * src/pop.c
12415                 fix getting uidl from incorrect string 
12416                 (spotted by Colin)
12417
12418 2002-03-21 [alfons]     0.7.4claws30
12419
12420         * src/pop.c
12421                 more code refactoring
12422                 plug mem leak introduced by delete on server
12423
12424 2002-03-21 [paul]       0.7.4claws29
12425
12426         * sync with 0.7.4cvs11
12427                 see ChangeLog entries 2002-03-20
12428
12429 2002-03-20 [alfons]     0.7.4claws28
12430
12431         * src/inc.c
12432                 apply Colin's patch and refactor
12433
12434 2002-03-20 [paul]       0.7.4claws27
12435
12436         * sync with sylpheed 0.7.4cvs9
12437                 see ChangeLog entry 2002-03-20
12438
12439 2002-03-19 [christoph]  0.7.4claws26
12440
12441         * src/mh.c
12442         * src/procmsg.[ch]
12443         * src/summaryview.c
12444                 revert changes for flag updates
12445                 (does not work correctly and no time to debug)
12446
12447 2002-03-20 [alfons]     0.7.4claws25
12448
12449         * src/pop.c
12450                 refactor should_delete() a little bit 
12451
12452 2002-03-19 [paul]       0.7.4claws24
12453
12454         * src/inc.[ch]
12455           src/pop.c
12456           src/prefs_account.[ch]
12457                 allow the user to leave downloaded mail on the 
12458                 server for n days. Patch submitted by Colin Leroy 
12459                 <colin@colino.net>
12460
12461 2002-02-19 [paul]       0.7.4claws23
12462
12463         * sync with sylpheed 0.7.4cvs8
12464                 see ChangeLog entries 2002-03-19
12465
12466 2002-03-18 [paul]       0.7.4claws22
12467
12468         * sync with sylpheed 0.7.4cvs6
12469                 see ChangeLog entry 2002-03-18
12470
12471 2002-03-18 [paul]       0.7.4claws21
12472
12473         * po/en_GB.po
12474                 add en_GB message catalogue
12475
12476         * src/mbox_folder.c
12477           src/prefs_account.c
12478           src/prefs_actions.c
12479                 correct a few spelling mistakes
12480
12481 2002-03-17 [alfons]     0.7.4claws20
12482
12483         * src/matcher.c
12484                 more stringent checks for NULL params when writing
12485                 filtering actions to a file
12486                 
12487 2002-03-17 [hoa]        0.7.3claws20
12488
12489         * src/news.c
12490                 fixed the count of new messages
12491
12492         * src/compose.c
12493                 fixed the "attachment properties" window
12494
12495 2002-03-17 [paul]       0.7.4claws19
12496
12497         * src/defs.h
12498           src/folder.h
12499           src/news.c
12500           src/prefs_account.[ch]
12501           src/procmsg.[ch]
12502           src/summaryview.c
12503                 automatically mark cross-posted messages as read 
12504                 and (optionally) give them a colour label
12505                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12506                 
12507
12508 2002-03-17 [paul]       0.7.4claws18
12509
12510         * sync with sylpheed 0.7.4cvs5
12511                 see ChangeLog entry 2002-03-17
12512
12513 2002-03-17 [melvin]     0.7.4claws17
12514         
12515         * src/textview.c
12516                 Worked around a gtktext 'bug': when searching for 
12517                 a text in a long message it was scrolling slowly
12518                 line by line until it hit the searched text.
12519         * po/fr.po
12520                 Updated French translation
12521
12522 2002-03-17 [melvin]     0.7.4claws16
12523
12524         * src/mainwindow.c
12525         * src/compose.c
12526         * src/prefs_actions.c
12527                 Moved "Edit/Actions" to "Tool/Actions"
12528                 Made mainwindow/compose window sensitive as soon as
12529                 no child process is running anymore even if the io dialog
12530                 is open.
12531                 Fixed a struct being initialized with a non constant char*
12532
12533 2002-03-16 [christoph]  0.7.4claws15
12534
12535         * configure.in
12536                 add --with-compiler-flags option
12537                 (only for developer hacking)
12538         * src/mh.c
12539         * src/procmsg.[ch]
12540         * src/summaryview.c
12541                 try to make folder-stats and flag handling more
12542                 independent from the summaryview. msgcounts
12543                 are only set when the folder is opened and
12544                 procmsg_msginfo_(un)set_flags will handle it
12545                 later and summaryview will get the values
12546                 from the folder.
12547
12548 2002-03-16 [paul]       0.7.4claws14
12549
12550         * src/messageview.c
12551                 fix Return-receipt. Patch submitted by Bob
12552                 Woodside <rwoodside1@comcast.net>
12553
12554 2002-03-16 [paul]       0.7.4claws13
12555
12556         * src/compose.c
12557                 fix 'dynamic' signatures, make it work again
12558                 broken during sync on 2002-03-14 (0.7.4claws2)
12559
12560 2002-03-15 [match]      0.7.4claws12
12561
12562         * src/addrharvest.[ch]
12563         * src/addrgather.[ch]
12564         * src/addressbook.[ch]
12565         * src/mainwindow.c
12566                 included address harvester feature. still some
12567                 issues with address parsing that I will fix.
12568
12569 2002-03-15 [match]      0.7.4claws11
12570
12571         * src/addrbook.[ch]
12572         * src/addrcache.[ch]
12573         * src/addressbook.[ch]
12574         * src/addrindex.c
12575         * src/editbook.c
12576         * src/importldif.c
12577         * src/importmutt.c
12578         * src/jpilot.[ch]
12579         * src/main.c
12580         * src/syldap.[ch]
12581         * src/vcard.[ch]
12582                 tidy up. fix memory leaks. moved attribs and methods
12583                 from individual interfaces to addrcache object. prep
12584                 for new stuff to come in.
12585
12586 2002-03-15 [alfons]     0.7.4claws10
12587
12588         * src/matcher.[ch]
12589         * src/matcher_parser_parse.y
12590         * src/matcher_parser_lex.l
12591         * src/prefs_matcher.c
12592                 add filtering conditions message greater than, smaller 
12593                 than, and exactly matching a size in bytes
12594                 (does not work with delete from POP3 server yet)
12595
12596                 this should also give others an idea what you should
12597                 do to add new criterions to claws filtering system
12598                 
12599
12600 2002-03-15 [paul]       0.7.4claws9
12601
12602         * tools/filter_conv.pl
12603                 exit if there are no filter rules to convert
12604                 rename filterrc to filterrc.old after completion
12605
12606 2002-03-15 [paul]       0.7.4claws8
12607
12608         * sync with sylpheed 0.7.4cvs3
12609                 see ChangeLog entry 2002-03-14
12610
12611 2002-03-14 [paul]       0.7.4claws7
12612
12613         * src/compose.c
12614                 clean up the last commit (ahem)
12615
12616 2002-03-14 [paul]       0.7.4claws6
12617
12618         * src/compose.c
12619                 fix bug #515655. honour account preferences
12620                 regarding gpg default signing/encryption when 
12621                 changing account from the compose window.
12622
12623 2002-03-14 [paul]       0.7.4claws5
12624
12625         * src/folderview.c
12626                 remove unnecessary curly brackets
12627
12628 2002-03-14 [paul]       0.7.4claws4
12629
12630         * src/folderview.c
12631           src/prefs_filtering.[ch]
12632                 add filter rename on folder rename and filter
12633                 delete on folder delete. Patch submitted by
12634                 Neill Miller <neillm@thecodefactory.org> 
12635
12636 2002-03-14 [christoph]  0.7.4claws3
12637
12638         * src/procmsg.c
12639         * src/send.c
12640                 fix local delivery
12641                 (patch submitted by "Simon 'corecode' Schubert")
12642         * src/prefs_common.c
12643         * src/procmsg.c
12644                 fix gcc 3.0 warning
12645
12646 2002-03-14 [paul]       0.7.4claws2
12647
12648         * sync with sylpheed 0.7.4cvs2
12649                 see ChangeLog entry 2002-03-13
12650
12651 2002-03-12 [darko]      0.7.4claws1
12652
12653         * src/mainwindow.c
12654                 fix what seems to be a copy and paste error
12655                 when setting color for important messages
12656                 (reported by wwp)
12657
12658 2002-03-11 [paul]       version 0.7.4claws released
12659
12660 2002-03-11 [paul]       0.7.4claws
12661
12662         * po/es.po
12663           po/it.po
12664           po/nl.po
12665           po/pt_BR.po
12666                 update message catalogs. Submitted by Ricardo Mones 
12667                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12668                 Fabio Junior Beneditto
12669
12670         * configure.in
12671           faq/Makefile.am
12672           faq/it/Makefile
12673           faq/it/sylpheed-faq*
12674           src/mainwindow.c
12675           src/manual.[ch]
12676                 add FAQ in Italian
12677         
12678
12679 2002-03-11 [jens]       0.7.3claws7
12680
12681         * po/de.po
12682                 updated German translation
12683
12684 2002-03-11 [melvin]     0.7.3claws6
12685
12686         * po/fr.po
12687                 updated and corrected French translation
12688
12689 2002-03-10 [hoa]        0.7.3claws5
12690
12691         * src/account.c
12692         * src/inc.c
12693         * src/prefs_account.c
12694         * src/procmsg.c
12695         * src/send.[ch]
12696                 fixed the local account.
12697                 you have to change the default "/usr/sbin/sendmail"
12698                 to "/usr/sbin/sendmail -t" in the preferences of
12699                 the local account.
12700
12701         * src/procmime.c
12702                 removed some debug display for renderer
12703
12704 2002-03-10 [paul]       0.7.3claws4
12705
12706         * faq/en/sylpheed-faq-1.html
12707           faq/en/sylpheed-faq-2.html
12708                 update
12709
12710 2002-03-09 [paul]       0.7.3claws3
12711
12712         * sync with sylpheed 0.7.4
12713                 see ChangeLog entry 2002-03-09
12714
12715 2002-03-08 [paul]       0.7.3claws2
12716
12717         * faq/en/sylpheed-faq*
12718           faq/es/sylpheed-faq*
12719           faq/fr/sylpheed-faq*
12720                 update the FAQs
12721
12722         * manual/fr/.cvsignore
12723           manual/fr/Makefilea.am
12724           manual/fr/sylpheed*
12725           src/mainwindow.c
12726           src/manual.[ch]
12727                 add the French manual
12728
12729 2002-03-07 [paul]       0.7.3claws1
12730
12731         * sync with sylpheed 0.7.3cvs4
12732                 see ChangeLog entries  2002-03-06 and 2002-03-07
12733         
12734         * po/nl.po
12735                 updated by Wilbert Berendsen
12736
12737 2002-03-07 [melvin]     0.7.2claws34
12738
12739         * src/selective_download.c
12740                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12741
12742 2002-03-06 [paul]       0.7.2claws33
12743
12744         * sync with sylpheed 0.7.3cvs1
12745                 bug fix, see ChangeLog entry 2002-03-05
12746
12747 2002-03-05 [paul]       0.7.2claws32
12748
12749         * src/mimeview.c
12750           src/pgptext.[ch]
12751           src/procmsg.c
12752                 reverse the pgp ascii-armored code implemented in 
12753                 0.7.2claws16. removal of this code until it matures.
12754                 this means that verifying ascii-armored pgp sigs and
12755                 automatic decryption of ascii-armored encrypted
12756                 messages no longer works.
12757
12758 2002-03-05 [paul]       0.7.2claws31
12759
12760         * configure.in
12761           Makefile.am
12762         * faq/Makefile.am
12763         * faq/en/Makefile.am
12764           faq/en/sylpheed-faq.html
12765           faq/en/sylpheed-faq-1.html
12766           faq/en/sylpheed-faq-2.html
12767           faq/en/sylpheed-faq-3.html
12768         * faq/es/Makefile.am
12769           faq/es/sylpheed-faq.html
12770           faq/es/sylpheed-faq-1.html
12771           faq/es/sylpheed-faq-2.html
12772           faq/es/sylpheed-faq-3.html
12773           faq/es/sylpheed-faq-4.html
12774         * faq/fr/Makefile.am
12775           faq/fr/sylpheed-faq.html
12776           faq/fr/sylpheed-faq-1.html
12777           faq/fr/sylpheed-faq-2.html
12778           faq/fr/sylpheed-faq-3.html
12779         * src/Makefile.am
12780           src/defs.h
12781           src/mainwindow.c
12782           src/manual.[ch]
12783                 add FAQs in English, Spanish and French
12784
12785
12786 2002-03-05 [paul]       0.7.2claws30
12787
12788         * manual/en/sylpheed.html
12789           manual/en/sylpheed-XX.html
12790                 updated the English manual
12791
12792 2002-03-05 [hoa]        
12793
12794         * src/summaryview.c
12795                 dialog box pops up if the article can't be deleted.
12796
12797 2002-03-04 [paul]       
12798         
12799         * po/pt_BR.po
12800                 updated by Fabio Junior Benedito
12801
12802 2002-03-04 [hoa]
12803
12804         * removed ac/gpgme.m4
12805                 to avoid autogen common problem
12806                 developers have to install gpgme development package now
12807
12808         * src/compose.c
12809                 encoding to 7bit or 8bit is enabled.
12810
12811 2002-03-03 [alfons]     0.7.2claws29
12812
12813         * src/pop.c
12814                 merge fix by Oliver Haertel for selective
12815                 download buglet
12816
12817 2002-03-03 [paul]       0.7.2claws28
12818         
12819         * sync with sylpheed 0.7.3
12820
12821 2002-03-03 [paul]       0.7.2claws27
12822
12823         * sync with sylpheed 0.7.2cvs24
12824                 see ChangeLog entries 2002-03-02 and 2002-03-03
12825
12826 2002-03-02 [melvin]     0.7.2claws26
12827
12828         * src/inc.[ch]
12829         * src/main.c
12830         * src/mainwindow.c
12831         * src/prefs_common.[ch]
12832                 Added user definable notification on new mail arrival.
12833                 Removed unused variables in spell checker prefs code.
12834
12835 2002-03-02 [melvin]     0.7.2claws25
12836
12837         * src/quote_fmt.c
12838                 Removed unnecessary escape sequences.
12839                 Changed 'Initial...' to 'Initials of Sender'
12840
12841 2002-03-02 [paul]       0.7.2claws24
12842
12843         * sync with sylpheed 0.7.2cvs22
12844                 see ChangeLog entry 2002-03-01
12845
12846 2002-03-01 [hoa]        0.7.2claws23
12847
12848         * src/mainwindow.c
12849                 Set sensitivity of delete actions to active
12850                 even if the folder is a newsgroup.
12851
12852         * src/summaryview.c
12853                 - Set sensitivity of delete actions
12854                 - Added function check_permission() that will check if the
12855                   user is authorized to delete a message. For news, it
12856                   will check if the author is the same.
12857                 - Enabled deletion when there is no trash folder.
12858
12859         * src/news.[ch]
12860                 - Added news_cancel_article() to cancel articles
12861                 - Implemented news_remove_message() (public function)
12862
12863 2002-03-01 [paul]       0.7.2claws22
12864
12865         * src/gtkutils.c
12866           src/textview.c
12867                 recognise urls that that don't include 'http://' and
12868                 simply begin 'www.' 
12869
12870         * AUTHORS
12871                 remove duplicated name
12872
12873 2002-02-28 [paul]       0.7.2claws21
12874
12875         * src/mainwindow.c
12876           src/summaryview.[ch]
12877                 add ability to 'Select thread'
12878                 combines Melvin's "Select thread's head" patch (#510907)
12879                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12880                 patch (#518514) 
12881
12882 2002-02-28 [paul]       0.7.2claws20
12883
12884         * src/mimeview.c
12885                 hopefully fix segfault on right-clicking a mime part
12886                 that some people have experienced.      
12887                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12888
12889 2002-02-28 [paul]       0.7.2claws19
12890
12891         * sync with sylpheed 0.7.2cvs21
12892                 see ChangeLog entries 2002-02-27 and 2002-02-28
12893
12894 2002-02-27 [paul]       0.7.2claws18
12895
12896         * sync with sylpheed 0.7.2cvs18
12897                 see ChangeLog entries 2002-02-26 and 2002-02-27
12898
12899 2002-02-26 [alfons]     0.7.2claws17
12900
12901         * src/procheader.c
12902                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12903                 (spotted by Chris Hessman <idatech@gmx.net>)
12904
12905 2002-02-26 [paul]       0.7.2claws16
12906
12907         * src/mimeview.c
12908           src/pgptext.[ch]
12909           src/procmsg.c
12910                 make decryption of ascii-armored pgp encrypted messages
12911                 and verification of ascii-armored signatures work again.
12912                 slightly altered from the patch by Jens Jahnke 
12913                 <jan0sch@gmx.net>
12914
12915                 ##FIX ME##
12916                 * the checking of plaintext signatures always comes up in 
12917                   a popup box
12918                 * it doesn't work for multipart messages 
12919                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12920                   including the msg headers and these 2 line themselves, are 
12921                   not displayed
12922
12923         * src/mainwindow.c
12924                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12925                 "View/Message View" becomes "View/Separate Message View"
12926                 because its less ambiguous.
12927
12928         * po/es.po
12929                 updated by Ricardo Mones Lastra
12930
12931 2002-02-26 [paul]       0.7.2claws15
12932
12933         * sync with sylpheed 0.7.2cvs17
12934                 see ChangeLog entries 2002-02-25 and 2002-02-26
12935
12936 2002-02-25 [christoph]  0.7.2claws14
12937
12938         * src/filtering.[ch]
12939         * src/inc.c
12940                 do filtering stuff after all messages have been received
12941                   1. drop all messages to .processing
12942                   2. scan processing folder for messages
12943                   3. filter messages or move to inbox
12944                 this will also find old messages left in processing after
12945                 a crash or something like that and we get a real msginfo
12946                 from folder->get_msg_list and do not have to create our
12947                 own in filter_message
12948         * src/matcher_parser_parse.y
12949                 remove MIX/MAX warning (reordered includes)
12950
12951 2002-02-25 [paul]       0.7.2claws13
12952
12953         * sync with sylpheed 0.7.2cvs15
12954                 see ChangeLog entry 2002-02-24
12955
12956 2002-02-24 [alfons]     0.7.2claws12
12957
12958         * src/filtering.c
12959                 clear old color flags first when applying a new color to
12960                 a message info. 
12961                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12962
12963 2002-02-24 [alfons]     0.7.2.claws11
12964         
12965         * AUTHORS
12966         * src/prefs_common.c
12967                 add presets for Opera and Konqueror, closes patch #517261,
12968                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12969
12970 2002-02-24 [alfons]     0.7.2.claws10
12971
12972         * AUTHORS
12973         * src/summaryview.c
12974                 fix threading for null message ids, closes patch #521601,
12975                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12976
12977 2002-02-24 [alfons]     0.7.2claws9
12978
12979         * src/summaryview.c
12980         * src/filtering.c
12981                 make Tool | Filter Message work with filtering system so
12982                 setting flags also works
12983
12984                 TODO:
12985
12986                 - Processing uses the same function as Tool | Filter
12987                   Message, but doesn't use the same update proc yet
12988
12989 2002-02-23 [paul]       0.7.2claws8
12990
12991         * sync with sylpheed 0.7.2cvs14
12992                 see ChangeLog entries 2002-02-22 and 2002-02-23
12993
12994 2002-02-22 [christoph]  0.7.2claws7
12995
12996         * src/quote_fmt.c
12997                 Add column space to table
12998         * src/quote_fmt_parse.y
12999                 Close files
13000
13001 2002-02-22 [paul]       0.7.2claws6
13002
13003         * src/Makefile.am
13004           src/defs.h
13005           src/filtering.c
13006           src/inc.[ch]
13007           src/mainwindow.c
13008           src/matcher.[ch]
13009           src/matcher_parser_lex.l
13010           src/matcher_parser_parse.y
13011           src/pop.[ch]
13012           src/prefs_account.h
13013           src/prefs_filtering.c
13014           src/selective_download.[ch]   *** NEW FILES ***
13015           src/utils.[ch]
13016           po/POTFILES.in
13017                 Selective Download added to 'Tool' menu. 
13018                 Retrieves email headers of the currently selected pop3 
13019                 account and allows the user to mark emails for deletion 
13020                 right on the pop3 server. Patch submitted by Oliver Haertel 
13021                 <oha@users.sourceforge.net>.
13022         
13023         * po/POTFILES.in
13024                 add 'src/quote_fmt.c'           
13025
13026 2002-02-22 [christoph]  0.7.2claws5
13027
13028         * src/Makefile.am
13029                 added quote_fmt.c
13030         * src/prefs_common.[ch]
13031         * src/prefs_template.c
13032         * src/quote_fmt.c               *** NEW FILE ***
13033         * src/quote_fmt.h
13034                 move quote format symbol description code
13035                 to it's own file because it is used from
13036                 differnent code parts
13037                 Rewrote symbol description GUI
13038                   + use table
13039                   + add separators
13040                   + get data from array (no more long constant strings)
13041         * src/quote_fmt_lex.l
13042         * src/quote_fmt_parse.y
13043                 Symbol for Literal % changed to \% instead of %%
13044                 (More logical as \ is used for quoting for other symbols)
13045                 Add |f and |p to include files and program output
13046                 Examples:
13047                     |f{/home/.../.signature}
13048                     |p{date}
13049         * po/de.po
13050                 Correct wrong spelling for "Referenzen"
13051
13052 2002-02-21 [paul]       0.7.2claws4
13053
13054         * src/procmsg.c
13055                 forgotten during sync
13056
13057 2002-02-21 [paul]       0.7.2claws3
13058
13059         * sync with sylpheed 0.7.2cvs11
13060                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13061                 2002-02-20 and 2002-02-21
13062
13063 2002-02-20 [melvin]     0.7.2claws2
13064
13065         * src/prefs_actions.c
13066                 Added error report when child cannot fork or when execvp 
13067                 returns with an error.
13068
13069 2002-02-19 [christoph]  0.7.2claws1
13070
13071         * src/codeconv.c
13072                 return unconverted text if conde conversion is not possible
13073                 when libjconv is used.
13074                 (patch submitted by "Simon 'corecode' Schubert")
13075
13076 2002-02-19 [paul]       
13077
13078         * version 0.7.2claws release
13079
13080 2002-02-19 [paul]       0.7.2claws
13081
13082         * po/nl.po
13083                 updated by Wilbert Berendsen
13084
13085
13086 2002-02-18 [alfons]     0.7.1claws13
13087
13088         * src/syldap.c
13089         * src/jpilot.c
13090                 remove references to dlfcn and explicitly loading functions
13091                 from dynalink libs, because libs linked anyway, and functions
13092                 are loaded explicitly
13093
13094 2002-02-17 [melvin]     0.7.1claws12
13095
13096         * src/prefs_actions.c
13097                 Replaced children wait loop with double fork technique.
13098                 Now, input/output window updated at each new output.
13099                 free_children(): Fixed a memory leak.
13100                 Made input/output window non closable if running children
13101                 still exist.
13102                 Added missing <unistd.h> include.
13103                 Added some --debug outputs.
13104
13105 2002-02-17 [melvin]     0.7.1claws11
13106
13107         * src/summaryview.c
13108                 Fixed bug where descending sort order did not select top
13109                 message.
13110
13111 2002-02-17 [melvin]     0.7.1claws10
13112
13113         * acconfig.h
13114                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13115         * src/prefs_common.c
13116                 Pspell data package directory no more hard coded but
13117                 set during configuration (PSPELL_PATH). (Thanks to 
13118                                 Gustavo Noronha Silva.)
13119
13120 2002-02-17 [melvin]     0.7.1claws9
13121
13122         * configure.in
13123                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13124         * src/gtkspell.c
13125                 Fixed compile-time warnings.
13126
13127 2002-02-16 [alfons]     0.7.1claws8
13128
13129         * src/filesel.c
13130                 fix inadvertent free of NULL pointer which caused
13131                 sylpheed to crash when closing the save-as dialog
13132                 using the window close button
13133
13134 2002-02-16 [carsten]    0.7.1claws7
13135         * src/mainwindow.[ch]
13136           src/summaryview.c
13137           src/prefs_common.c
13138                 fixes for pixmap theming code:
13139                         - recently changed mail attributes shouldn't get
13140                           lost any longer
13141                         - theme is only reloaded iff another theme was
13142                           selected
13143
13144 2002-02-16 [paul]       0.7.1claws6
13145
13146         * sync with sylpheed 0.7.2 release
13147                 see ChangeLog entry 2002-02-15 and 2002-02-16
13148
13149 2002-02-15 [paul]       0.7.1claws5
13150
13151         * sync with sylpheed 0.7.1cvs9
13152                 see ChangeLog entry 2002-02-15
13153
13154         * po/POTFILES.in
13155                 remove unneeded headerwindow.c entry
13156
13157 2002-02-14 [carsten]    0.7.1claws4
13158         * src/summaryview.c
13159                 fixed a bug for "Go to next unread message": there was
13160                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13161                 in the prefs, because of doing "Search again" instead
13162                 "No"
13163
13164 2002-02-14 [carsten]    0.7.1claws3
13165         * src/stock_pixmap.c
13166                 removed 2 more mem leaks; following memprof,
13167                 this code is "leak free" now :)
13168
13169 2002-02-14 [carsten]    0.7.1claws2
13170         * src/stock_pixmap.c
13171                 used opendir/readdir/closedir instead of scandir
13172                 -> code should work now on Solaris
13173
13174 2002-02-14 [paul]       0.7.1claws1
13175
13176         * sync with sylpheed 0.7.1cvs8
13177                 see ChangeLog entries 2002-02-13 and 2002-02-14
13178
13179         * README.claws
13180                 add some description of Actions and Pixmap Themes
13181
13182 2002-02-13 [paul]       
13183
13184         * version 0.7.1claws release
13185
13186 2002-02-13 [paul]       0.7.1claws
13187
13188         * po/es.po
13189           po/it.po
13190           po/pt_BR.po
13191                 updated translations, submitted by Ricardo Mones Lastra,
13192                 Alessandro Maestri and Fabio Junior Beneditto
13193
13194 2002-02-13 [melvin]     0.7.0claws75
13195
13196         * src/prefs_actions.c
13197                 Added missing "signal.h" include
13198
13199 2002-02-13 [melvin]     0.7.0claws74
13200
13201         * src/prefs_folder_item.c
13202                 Added missing "config.h" include
13203         * po/fr.po
13204                 Updated French translation for folder propriety.
13205
13206 2002-02-13 [jens]       0.7.0claws73
13207
13208         * po/POTFILES.in
13209                 Added missing src/prefs_folder_item.c [log added by melvin]
13210         * po/de.po
13211                 Updated German translation.
13212
13213 2002-02-13 [melvin]     0.7.0claws72
13214
13215         * po/fr.po
13216                 Updated French translation.
13217
13218 2002-02-13 [melvin]     0.7.0claws71
13219
13220         * src/gtkutils.c
13221                 Made gtkut_editable_get_selection return NULL if selection
13222                 is of length zero.
13223                 This fixes a bug where selecting part of message A then
13224                 switching to message B and replying to it will not
13225                 quote the message's body.
13226
13227 2002-02-12 [paul]       0.7.0claws70
13228
13229         * src/mainwindow.c
13230                 cosmetic, relating to pixmap themes: on toolbar make 
13231                 updating of 'Exec' and 'Compose news/Compose email'
13232                 icons faster.
13233
13234 2002-02-12 [carsten]    0.7.0claws69
13235         * src/folderview.c
13236           src/mainwindow.[ch]
13237           src/stock_pixmap.c
13238           src/summaryview.c
13239           src/prefs_common.c
13240                 - refreshing after changing pixmap theme better
13241                   now (thanks Paul)
13242                 - wanted to remove some mem leaks, but alfons was
13243                   faster (and had the better solution ;)
13244
13245 2002-02-12 [alfons]     0.7.0claws68
13246
13247         * src/prefs_common.c
13248         * src/stock_pixmap.[ch]
13249                 plug mem leaks, refactor code a little bit
13250
13251
13252 2002-02-12 [sergey]     0.7.0claws67
13253
13254         * src/imap.c
13255                 Fixed problem with copying messages to IMAP folders when the
13256                 server uses something other than '/' as a namespace separator
13257                 (cyrus-imapd uses '.').
13258
13259 2002-02-12 [jens]       0.7.0claws66
13260
13261         * po/de.po
13262                 Updated German Translation
13263
13264 2002-02-12 [paul]       0.7.0claws65
13265
13266         * sync with sylpheed 0.7.1cvs1
13267                 see ChangeLog entry 2002-02-12
13268
13269 2002-02-12 [melvin]     0.7.0claws64
13270
13271         * src/prefs_actions.c
13272                 Fixed "feature" where children's output was duplicated 
13273                 instead of refreshed while monitoring.
13274                 Removed some debug code.
13275
13276 2002-02-12 [christoph]  0.7.0claws63
13277
13278         * src/compose.c
13279                 always delete message from queue after sending/send error
13280                 (closes bug #509601)
13281
13282 2002-02-12 [melvin]     0.7.0claws62
13283
13284         * src/prefs_actions.c
13285                 Children wait loop is now triggered with a timeout of 1s
13286                 Added %F which is replaced with the list of filenames 
13287                 of all selected messages (as suggested by Ricardo Mones Lestra)
13288                 Pipe syntax changed. Prefix with | to send selection, postfix
13289                 with | to retrieve output. Prefix with > or * to send
13290                 user definable input to the command (*: input is hidden)
13291                 Old pipe action should now be postfixed with |, too.
13292
13293 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13294         * src/stock_pixmap.c
13295                 fixed a bug: if there's no theme directory don't
13296                 throw an error, just do "nothing" (thanks Alfons)
13297
13298 2002-02-12 [carsten]    0.7.0claws60
13299         * src/folderview.c
13300           src/summaryview.c
13301                 had to write the cache twice (nasty!); some marks would 
13302                 get lost if not
13303
13304 2002-02-11 [carsten]    0.7.0claws59
13305         * acconfig.h
13306           configure.in
13307           doc-src/maintainer_guide.txt
13308           src/compose.[ch]
13309           src/defs.h
13310           src/folderview.[ch]
13311           src/gtkutils.[ch]
13312           src/mainwindow.[ch]
13313           src/prefs_common.[ch]
13314           src/stock_pixmap.[ch]
13315           src/summaryview.[ch]
13316                 pixmap theming and related work on pixmap
13317                 handling on some other places
13318                 (e.g. hrm features for all folder)
13319           src/pixmap/stock_*.xpm -> the stock_ was removed
13320         
13321 2002-02-11 [paul]       0.7.0claws58
13322
13323         * sync with sylpheed 0.7.1 release
13324                 see ChangeLog entries 2002-02-11
13325
13326 2002-02-08 [paul]       0.7.0claws57
13327
13328         * sync with sylpheed 0.7.0cvs39
13329                 see ChangeLog entry 2002-02-07 (last entry) 
13330
13331         * src/prefs_actions.c
13332           src/prefs_filtering.c
13333           src/prefs_matcher.c
13334           src/prefs_scoring.c
13335                 sync: made it compile with C compilers other than gcc
13336
13337 2002-02-07 [paul]       0.7.0claws56
13338
13339         * sync with sylpheed 0.7.0cvs38
13340                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13341                 2002-02-07
13342
13343 2002-02-07 [darko]      0.7.0claws55
13344
13345         * src/gtkutils.[ch]
13346         * src/summaryview.c
13347                 Fix const gchar */gchar * issue (thanks Hiro)
13348
13349 2002-02-07 [darko]      0.7.0claws54
13350
13351         * src/compose.[ch]
13352         * src/filtering.c
13353         * src/gtkutils.[ch]
13354         * src/prefs_template.c
13355         * src/quote_fmt.h
13356         * src/quote_fmt_parse.y
13357         * src/summaryview.c
13358         * src/utils.[ch]
13359                 When replying or forwarding an email don't quote the entire
13360                 mail body but use the part of the message text that is selected
13361
13362 2002-02-06 [melvin]     0.7.0claws53
13363
13364         * src/prefs_common.[ch]
13365         * src/gtkspell.[ch]
13366         * src/compose.c
13367                 Made possible to switch quickly to last used dictionary
13368                 which makes checking bilingual documents easier.
13369
13370 2002-02-06 [melvin]     0.7.0claws52
13371         
13372         * po/POTFILES.in
13373                 Added forgotten new file src/prefs_actions.c
13374
13375 2002-02-06 [melvin]     0.7.0claws51
13376
13377         * src/prefs_actions.c   ** NEW FILE **
13378         * src/prefs_actions.h   ** NEW FILE **
13379                 Added actions to execute on message text view, or on the
13380                         message's file.
13381         * src/Makefile.am
13382                 Added src/prefs_actions.[ch]
13383         * src/compose.c
13384                 Added new menu "Edit/Actions"
13385         * src/defs.h
13386                 Added new actionsrc file.
13387         * src/main.c
13388                 Added actionsrc reading.
13389         * src/mainwindow.c
13390                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13391         * src/prefs_common.h
13392                 Added new element actionslst element to prefs_common.
13393
13394 2002-02-06 [paul]       0.7.0claws50
13395
13396         * sync with sylpheed 0.7.0cvs36
13397                 see ChangeLog entry 2002-02-06
13398
13399 2002-02-05 [paul]
13400
13401         * po/es.po
13402                 updated by Ricardo Mones Lastra
13403
13404 2002-02-05 [paul]       0.7.0claws49
13405
13406         * sync with sylpheed 0.7.0cvs33
13407                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13408
13409 2002-02-05 [paul]       0.7.0claws48
13410
13411         * src/compose.c
13412                 re-add 'Edit/Advanced/Delete entire line', previously named
13413                 'Delete Line+'
13414
13415 2002-02-04 [paul]       0.7.0claws47
13416
13417         * src/compose.c
13418           src/summaryview.c
13419                 fix bug #494993 (Reply All not taking Reply-To into consi)
13420                 eliminate differences in behaviour of right-click 'Reply to all' 
13421                 in summary view and 'Reply to all' on the toolbar. 
13422                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13423                 view and From gets ignored by 'Reply to all' on toolbar.
13424                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13425                 From when no Reply-To header is present.
13426
13427 2002-02-04 [paul]       0.7.0claws46
13428
13429         * sync with sylpheed 0.7.0cvs30
13430                 see ChangeLog entries 2002-02-03 and 2002-02-04
13431
13432 2002-02-03 [melvin]     0.7.0claws45
13433
13434         * src/gtkspell.[ch]
13435                 Readded function to highlight all misspelled words.
13436                 Fixed bug where user-provided-words did not replace
13437                         correctly the misspelled word when using the mouse.
13438                 Fixed bug where checking a region selected from right to left did
13439                         not check the region at all.
13440                 Fixed bug where 'Check backwards' may not check at all. 
13441                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13442                 Fixed possible buffer overflow when checking for long strings (>1k).
13443                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13444                 Accelerators code uses now gtk_widget_add_accel.
13445                 Removed and disabled obsolete and unfinished code.
13446                 Cleaning up.
13447
13448         * src/compose.c
13449                 Added menu item to Highlight all misspelled words.
13450
13451 2002-02-01 [paul]       0.7.0claws44
13452
13453         * src/mainwindow.c
13454                 fix '/View/Hide read messages' sensitivity when all
13455                 messages in a folder are hidden
13456
13457 2002-02-01 [paul]       0.7.0claws43
13458
13459         * src/main.c
13460                 add --send option to command line interface, sends all
13461                 queued mail. Patch submitted by Ricardo Mones Lastra.
13462
13463 2002-01-31 [paul]       0.7.0claws42
13464
13465         * src/mainwindow.c
13466                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13467
13468 2002-01-31 [paul]       0.7.0claws41
13469
13470         * sync with sylpheed 0.7.0cvs27
13471                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13472                 and 2002-01-31
13473
13474         * src/textview.c
13475                 comment out elements of textview_show_part() as temporary
13476                 workaround for attachment 'Display as text' bug 
13477
13478         * po/pt_BR.po
13479                 updated by Fabio Junior Beneditto
13480
13481 2002-01-30 [paul]       0.7.0claws40
13482
13483         * sync with sylpheed 0.7.0cvs24
13484                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13485                 and 2002-01-30
13486
13487         * src/compose.c
13488                 add {N_("/_Spelling"), ... "<Branch>"} to 
13489                 GtkItemFactoryEntry compose_entries[]
13490
13491         * src/prefs_common.c
13492                 add claws menu items to prefs_keybind_apply_clicked()
13493                 and remove non-claws menu items
13494
13495 2002-01-29 [paul]       0.7.0claws39
13496
13497         * sync with sylpheed 0.7.0cvs22
13498                 see ChangeLog entries 2002-01-28 and 2002-01-29
13499
13500 2002-01-28 [melvin]     0.7.0claws38
13501
13502         * src/compose.c
13503                 Added the declartion of compose_send_control_enter.
13504
13505         * src/compose.c
13506         * src/gtkspell.[ch]
13507                 Added in a 'Spelling' menu which includes the configuration menu. 
13508                 Added a real 'Check all' and got rid from the old one which only
13509                 highlited misspelled word.
13510                 Made 'Check while typing' a disableable option.
13511                 Added a dialog when there are no more misspelled word.
13512                 Added a dialog if error occurs when switching to a dictionary.
13513         
13514         * src/prefs_common.[ch]
13515                 Added option for the default 'Check while typing' option.
13516
13517
13518 2002-01-28 [alfons]     0.7.0claws37
13519
13520         * src/compose.c
13521                 fix buglet and make code comply with sylpheed code style
13522
13523 2002-01-28 [paul]       0.7.0claws36
13524
13525         * sync with sylpheed 0.7.0cvs19
13526                 see ChangeLog entries for 2002-01-28
13527
13528 2002-01-28 [hoa]        0.7.0claws35
13529
13530         * src/defs.h
13531                 added rendererrc
13532
13533         * src/main.c
13534                 read the renderer config
13535
13536         * src/procmime.[ch]
13537                 use the renderer config to convert mime attachments
13538
13539         * src/textview.c
13540                 don't use textview_show_html/ertf,
13541                 use get_text_content instead
13542
13543 2002-01-27 [alfons]     0.7.0claws34
13544         
13545         * src/news.c
13546                 make sylpheed believe it can delete a news message...
13547                 (messages are NOT deleted, maybe we should remove
13548                 processing from the folder properties after all.)
13549
13550 2002-01-27 [alfons]     0.7.0claws33
13551
13552         * src/folder.c
13553                 add extra checks
13554         * src/news.c
13555                 implement remove_msg() 
13556
13557 2002-01-27 [alfons]     0.7.0claws32
13558
13559         * src/procmsg.h
13560         * src/procheader.c
13561         * src/messageview.c
13562                 fix return receipt / disposition notification again. this
13563                 stuff seems to break on _every_ major summary UI change, so
13564                 it's now implemented using a flag which is saved in the
13565                 marks cache
13566                 
13567 2002-01-26 [alfons]     0.7.0claws31
13568
13569         * src/import.c
13570                 let import dialog show the destination folder identifier
13571
13572 2002-01-26 [melvin]     0.7.0claws30
13573
13574         * src/folderview.c
13575         * src/summaryview.c
13576                 Readded 'Mark all read' into summary view popup menu
13577                 Added 'Mark all read' in folder view popup menu for IMAP
13578                 and NNTP.
13579                 Made it insensitive if the selected folder is not the shown
13580                 one to avoid 'Mark all read' on the wrong folder.
13581                 
13582 2002-01-26 [paul]       0.7.0claws29
13583
13584         * src/folderview.c
13585           src/summaryview.c
13586                 move 'Mark all read' from summary view to folder view
13587                 menu. (adapted from) patch submitted by Jeremy Andrews,
13588                 <lists@kerneltrap.com>
13589
13590 2002-01-25 [alfons]     0.7.0claws28
13591
13592         * src/gtkstext.c
13593                 put the gtk class name back so GtkSText adapts the 
13594                 settings of GtkText
13595
13596 2002-01-25 [alfons]     0.7.0claws27
13597
13598         * src/folderview.c 
13599                 assimilate Ricardo's patch that shows pixmaps instead of
13600                 plain "new" and "unread" texts in the folder view column
13601                 headers 
13602
13603 2002-01-25 [paul]       0.7.0claws26
13604
13605         * src/Makefile.am
13606                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13607                 be found in non-standard locations. 
13608                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13609
13610 2002-01-25 [paul]       0.7.0claws25
13611
13612         * sync with sylpheed 0.7.0cvs16
13613                 see ChangeLog entry 2002-01-25
13614
13615 2002-01-24 [paul]       0.7.0claws24
13616
13617         * more sync with sylpheed 0.7.0cvs15
13618                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13619
13620 2002-01-23 [sergey]     0.7.0claws23
13621
13622         * src/importldif.c
13623                 Fixed segfault when closing LDIF import wizard with
13624                 the window manager.
13625         * src/imageview.c
13626         * src/imageview.h
13627         * src/messageview.c
13628         * src/mimeview.c
13629                 Fixed wrong scrolling position after switching between
13630                 text and image parts.
13631
13632 2002-01-23 [paul]       0.7.0claws22
13633
13634         * sync with sylpheed 0.7.0cvs15
13635                 see ChangeLog entries 2002-01-22 and 2002-01-23
13636
13637 2002-01-21 [melvin]     0.7.0claws21
13638
13639         * src/prefs_scoring.c
13640         * src/prefs_filtering.c
13641                 Fixed bug where scoring and filtering windows stopped
13642                 autochecking.
13643
13644 2002-01-21 [paul]       0.7.0claws20
13645
13646         * sync with sylpheed 0.7.0cvs12
13647                 see ChangeLog entries 2002-01-20 and 2002-01-21
13648
13649 2002-01-21 [carsten]    0.7.0claws19
13650         * src/mainwindow.c
13651         * src/menu.[ch]
13652         * src/messageview.[ch]
13653         * src/summaryview.[ch]
13654                 changes to shortcuts handling again:
13655                         + "Q" now controled by mainwin
13656                         + v/V are now customizable and have slightly
13657                           different meanings
13658                 the "button" to minimize the messageview (and maximize
13659                 the summary view) is a real button now
13660         * src/compose.c
13661                 "Delete Line+" added to Edit/Advanced (this will also
13662                 delete the '\n')
13663
13664 2002-01-20 [melvin] 0.7.0claws18
13665
13666         * src/addressbook.c
13667                 Made "Bcc" sensitive when addressbook is called from
13668                 compose window (it was a Claws only bug).
13669
13670 2002-01-19 [alfons] 0.7.0claws17
13671
13672         * src/inc.c
13673                 prevent unnecessary updates when currently selected folder has
13674                 no new messages 
13675
13676 2002-01-19 [alfons] 0.7.0claws16
13677         
13678         * src/summaryview.c
13679                 prevent writing the cache based on current message list in summary 
13680                 view when filtering also put messages in currently selected folder
13681
13682 2002-01-19 [paul]
13683
13684         * po/it.po
13685                 Italian translation submitted by Alessandro Maestri
13686                 <a.maestri@cs.tin.it>
13687
13688 2002-01-18 [melvin]     0.7.0claws15
13689
13690         * src/prefs_filters.c
13691                 fixed bug where 'cancel' from 'filters' window stops autochecking
13692                 if the timer timed out  when the window was open.
13693
13694 2002-01-18 [match]      0.7.0claws14
13695
13696         * src/addrclip.[ch]     ** NEW FILE **
13697         * src/addrselect.[ch]   ** NEW FILE **
13698         * src/adbookbase.h      ** NEW FILE **
13699                 addressbook cut, copy and paste
13700         * src/addrbook.[ch]
13701         * src/addrcache.[ch]
13702         * src/addressitem.h
13703         * src/addrindex.[ch]
13704         * src/addritem.[ch]
13705         * src/importldif.c
13706         * src/importmutt.c
13707         * src/jpilot.[ch]
13708         * src/syldap.[ch]
13709         * src/vcard.[ch]
13710         * src/jpilot.[ch]
13711         * src/editbook.c
13712         * src/editjpilot.c
13713         * src/editldap.c
13714         * src/editvcard.c
13715                 support for copy/paste
13716         * src/addressbook.c
13717                 support for copy/paste
13718                 tidy up menu option processing
13719                 correct address list function arguments
13720         * src/editaddress.c
13721                 sort user attributes
13722         * src/ldif.h
13723         * src/mutt.h
13724                 tidy up
13725
13726         * src/addrbook.[ch]
13727         * src/addrbook.[ch]
13728         * src/addrbook.[ch]
13729                 
13730
13731 2002-01-18 [paul]       0.7.0claws13
13732
13733         * sync with sylpheed 0.7.0cvs8
13734                 configure.in: support Mac OS X (Darwin)
13735
13736 2002-01-18 [carsten]    0.7.0claws12
13737         * src/html.c
13738                 small hack to fix a segfault with an empty href
13739                 (reported by Alexandra Walford <deeni@altern.org>)
13740         * src/mainwindow.c
13741         * src/summaryview.c
13742                 the shortcuts for Mark und Mark as unread are hardcoded
13743                 again
13744         * src/compose.c
13745         * src/gtkstext.[ch]
13746                 readded the shortcuts in gtkstext but made them
13747                 customizeable (simply by adding a menu plus a wrapper
13748                 to compose.c)
13749
13750 2002-01-17 [melvin]     0.7.0claws11
13751
13752         * src/gtkspell.c
13753                 fix default dictionary not being saved.
13754
13755 2002-01-16 [darko]      0.7.0claws10
13756
13757         * src/compose.c
13758                 fix wrapping crash with URL longer than wrapping margin
13759
13760 2002-12-08 [hoa]        0.7.0claws10
13761
13762         * src/matcher_parser_parse.y
13763                 fixed some bugs
13764
13765         * src/prefs_filtering.c
13766                 now, we can use bounce action in the dialog box.
13767
13768 2002-01-16 [carsten]    0.7.0claws9
13769         * src/gtkstext.c
13770                 removed the <control> and <alt> shortcuts because they're
13771                 not needed and interefered with the "normal" shortcuts
13772         * src/mainwindow.c
13773         * src/summaryview.c
13774                 removed most of the hardcoded shortcuts and assigned
13775                 them to menu entries making them easy customizable by
13776                 that
13777
13778 2002-01-16 |melvin]     0.7.0claws8
13779
13780         * src/gtkspell.c
13781                 fixed bug where using the mouse and when the compose
13782                 window is not on top may result in a crash.
13783
13784 2002-01-16 [melvin]     0.7.0claws7
13785
13786         * src/compose.c
13787                 fixed a long standingspell checker bug which could 
13788                 cause a crash after sending a message.
13789
13790 2002-01-16 [paul]       0.7.0claws6
13791
13792         * sync with sylpheed 0.7.0cvs7
13793                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13794                 2002-01-15, and 2002-01-16
13795
13796 2002-01-16 [melvin]     0.7.0claws5
13797
13798         * README.claws
13799         * src/compose.c
13800         * src/gtkspell.[ch]
13801         * src/main.c
13802                 Heavily modified spell checker code to work around
13803                 ispell bug, to add keyboard shortcuts and for future
13804                 enhancements. See README.claws for usage information.
13805
13806 2002-01-15 [alfons]     0.7.0claws4
13807         
13808         * src/summaryview.c
13809                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13810                 so sorting within threads reflects sort mode
13811
13812 2002-01-15 [christoph]  0.7.0claws3
13813
13814         * src/procmsg.c
13815                 added alertpanel if mail sending failed
13816
13817 2002-01-15 [alfons]     0.7.0claws2
13818         
13819         * src/prefs_filtering.c
13820                 don't stop timer when prefs filtering dialog is opened
13821
13822 2002-01-14 [alfons]     0.7.0claws1
13823
13824         * src/addr_compl.c
13825         * src/prefs.c
13826                 remove debug_print()s for privacy reasons
13827
13828 2002-01-14 [darko]      0.7.0claws
13829
13830         * README.claws
13831                 quotation wrapping is now also in the main branch
13832
13833 2002-01-14 [paul]
13834
13835         * tools/filter_conv.pl
13836                 allow for Boolean Op and case-sensitivity
13837                 this file is included in the release and tagged
13838                 'rel_0_7_0'
13839
13840 2002-01-13 [paul]       0.7.0claws
13841
13842         * release 0.7.0, with cvs tag 'rel_0_7_0'
13843
13844 2002-01-13 [paul]
13845
13846         * tools/filter_conv.pl
13847         * tools/README
13848                 rewritten to output to matcherrc instead of filteringrc
13849
13850         * po/es.po
13851                 updated Spanish translation by Ricardo Mones Lastra
13852
13853 2002-01-13 [alfons]
13854
13855         * po/nl.po
13856                 update dutch translation
13857
13858 2002-01-13 [paul]
13859
13860         * po/pt_BR.po
13861                 Updated by Fabio Junior Beneditto 
13862
13863 2002-01-13 [melvin]     0.6.6claws53
13864
13865         * po/fr.po
13866                 Updated french translation
13867
13868 2002-01-12 [alfons]     0.6.6claws52
13869
13870         * src/filtering.c
13871                 plug mem leak that has been sitting there for ages              
13872
13873 2002-01-12 [alfons]     0.6.6claws51
13874
13875         * src/summaryview.c
13876                 undo melvin's changes from 0.6.6claws48 because summary
13877                 view now refuses to select first unread message when
13878                 selecting a folder 
13879
13880 2002-01-11 [alfons]     0.6.6claws50
13881
13882         * src/import.c
13883                 use claws' semantics for getting folder item when
13884                 importing an mbox file into a folder 
13885                 (submitted by Dale P. Smith)
13886
13887 2002-01-11 [christoph]  0.6.6claws49
13888
13889         * src/prefs.h
13890                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13891                 toggle widget, because non static prefs can not use
13892                 prefs_set_* functions
13893         * src/prefs_account.c
13894                 toggle smtp auth password field sensitivity if
13895                 user id is empty and add descrition of usage for
13896                 these fields
13897         * src/prefs_folder_item.c
13898                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13899                 callbacks
13900
13901 2002-01-11 [melvin]     0.6.6claws48
13902
13903         * src/compose.c
13904                 fix the 'Ctrl-Enter' feature for sending and test really
13905                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13906                 editables which was not documented in Gtk)
13907
13908         * src/summaryview.c
13909                 Made summaryview refresh after sorting and not before.
13910
13911 2002-01-11 [christoph]  0.6.6claws47
13912
13913         * src/compose.c
13914                 select account from account ids if possible and
13915                 correctly set save folder for copy in reedit
13916
13917 2002-01-10 [paul]       0.6.6claws46
13918
13919         * sync with sylpheed 0.7.0 release
13920                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13921                 2002-01-09
13922
13923 2002-01-09 [alfons]
13924
13925         * src/summaryview.c
13926                 remove more dirt traces...
13927
13928 2002-01-09 [alfons]
13929         
13930         * src/summaryview.c
13931                 clean up some traces of my debugging stuff
13932
13933 2002-01-09 [alfons]     0.6.6claws45
13934
13935         * src/filtering.c
13936                 break up filteringprop_apply() in three separate pieces
13937                 so we can drop messages that failed processing in the
13938                 inbox
13939
13940         * src/summaryview.c
13941                 fix bug #469598 "no refresh of inbox after filter" which 
13942                 was introduced by the new summary view locking, and which 
13943                 prevented the summary view to update after a manual filter 
13944                 message. claw's filter message requires a summary_show().
13945                 (aargh, summary_show() again! :-)
13946                 
13947 2002-01-07 [alfons]     0.6.6claws44
13948
13949         * src/headerwindow.c
13950         * src/logwindow.c
13951         * src/messageview.c
13952         * src/sourcewindow.c
13953                 bring in Hiro's last 0.7.0 wm class fixes
13954
13955         * tools/sylprint.pl
13956                 bring in Ricardo's fix for sylprint script
13957
13958         * AUTHORS       
13959         * src/rfc2015.[ch]
13960         * src/prefs_common.[ch]
13961         * src/prefs_account.[ch]
13962         * src/compose.c
13963                 clean up account preference poison in rfc2015,
13964                 and preparation to fix double sign bug 
13965                 (patch submitted by Simon 'corecode' Schubert)
13966
13967 2002-01-07 [christoph]  0.6.6claws43
13968
13969         * src/mh.c
13970                 search for free message number, do not only rely
13971                 on last_num
13972         * src/send.c
13973                 fix smtp auth and use extra account information
13974                 if available, if not use pop3 data instead
13975                 (closes bug #500341)            
13976         * src/ssl.[ch]
13977                 match coding style
13978
13979 2002-01-06 [alfons]     0.6.6claws42
13980
13981         * src/mainwindow.c
13982                 try making the separate windows work again...
13983
13984 2002-01-06 [alfons]     0.6.6claws41
13985
13986         * src/mainwindow.c
13987                 adapt Hiro's separate window menu (to get rid of the funny
13988                 duplicate menu items), and make it work again
13989
13990 2002-01-06 [alfons]     0.6.6claws40
13991
13992         * tools/Makefile.am
13993         * tools/sylprint.rc
13994         * tools/sylprint.pl
13995         * tools/README.sylprint
13996                 add sylprint script for printing mails from Sylpheed
13997                 (contributed by Ricardo Mones Lastra)
13998
13999         * src/acount.c
14000                 clean up
14001
14002 2002-01-06 [melvin]     0.6.6claws39
14003
14004         * src/mainwindow.c
14005         * src/summaryview.c
14006                 Fixed crash introduced in 0.6.6claws38 by the menu
14007                 reorganisation (Hide read messages)
14008         
14009         * ChangeLog.claws 
14010                 Fixed typo (we are now in 2002, alfons ;) )
14011
14012 2002-01-05 [alfons]     0.6.6claws38
14013
14014         * sync with sylpheed 0.6.6cvs10-17
14015                 (last stuff marked as LAST_STABLE)
14016
14017 2002-01-04 [melvin]     0.6.6claws37
14018
14019         * src/account.c
14020                 Made account selection code use strcasestr again instead of
14021                 g_strcasecmp (fixes bug where reediting queued messages
14022                 did not select proper account reported by T. Link).
14023         
14024         * src/folderview.c
14025                 Fix bug where folder icons are not shown when 'hide read messages'
14026                 is on.
14027         
14028         * src/stock_pixmaps.[ch]
14029                 Added folder icons for 'hide read messages'.
14030         
14031         * src/compose.c
14032                 Fixed bug where 'Enter' in a header entry will send the message 
14033                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14034
14035 2002-01-03 [melvin]     0.6.6claws36
14036         
14037         * src/prefs.[ch]
14038                 Added popup menu for common preferences and
14039                 account preferences (right click on tab displays
14040                                 a menu of all tabs.)
14041
14042 2002-01-02 [melvin]     0.6.6claws35
14043
14044         * src/gtkspell.[ch]
14045                 Made spelling code compatible with undo/redo feature.
14046                 Added creation of suggestion mode menu for the general
14047                         preferences.
14048         
14049         * src/prefs_common.[ch]
14050                 Added option menu for the speller's suggestion mode.
14051                 Added missing spaces in "..." buttons and made a "..."
14052                         button non translatable!
14053         
14054         * src/compose.c
14055                 Made speller use the default suggestion mode.
14056                 Hack to make it possible to choose 'CTRL-Enter' as a
14057                         shortcut for sending (and only for sending).
14058
14059         * src/prefs_folder_item.c
14060                 Changing subject simplification does not update cache 
14061                         anymore (because it is unnecessary).
14062                 Fixed bug where changing subject simplification updated the 
14063                         summaryview even when the viewed folder is not the
14064                         folder which properties are being changed. (E.g. 
14065                                         viewing folder A and changing
14066                                         the subject simplification of 
14067                                         folder B -not being viewed- updated the 
14068                                         summaryview of folder A with data of
14069                                         folder B). (Hope this is clear... )
14070
14071 2001-12-31 [alfons]     0.6.6claws34
14072         
14073         * src/ldif.c
14074         * src/mutt.c
14075                 fgetc() returns a signed integer which doesn't
14076                 fit in a char. so c truncates this to a char
14077                 but we may lose significant bits. i.e. we may
14078                 comparing 0xFF which may not be equal to -1
14079                 unless properly casted to signed char which
14080                 we won't do because fgetc() returns a signed
14081                 integer which doesn't fit in a char. so c 
14082                 truncates this to a char but we may lose 
14083                 significat bits. (you got the idea, thanks
14084                 to Gustavo Noronha Silva <kov@debian.org>
14085                 and the Debian folks!)
14086
14087 2001-12-30 [alfons]     0.6.6claws33
14088
14089         * src/prefs_common.c
14090                 add #ifdef USE_PSPELLs that Melvin forgot               
14091
14092 2001-12-30 [melvin]     0.6.6claws32
14093         
14094         * src/prefs_common.[ch]
14095                 Added configurable color for misspelled words.
14096
14097         * src/gtkspell.[ch]
14098                 Fixed bug of foreground text color (reported by David
14099                                 Mehrmann)
14100                 Added configurable color for misspelled words.
14101
14102 2001-12-30 [alfons]     0.6.6claws31
14103
14104         * src/folder.c
14105                 remove unnecessary things someone put there
14106
14107         * src/mh.c
14108         * src/folder.[ch]
14109                 make folder properties (like threading and sorting) persistent
14110                 (closes bug #497424 "rescan folder tree resets proprieties")
14111                 currently this is only for MH folders. 
14112
14113 2001-12-29 [melvin]     0.6.6claws30
14114
14115         * src/string_match.[ch]
14116                 Optimized a bit: regexp pattern buffer compiled only once, and
14117                   one subroutine call removed. Fixed ^ regexp search: Now, 
14118                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14119         
14120         * src/summaryview.c
14121                 Subject filtering changed to filter summary columns and
14122                   not directly the messages subject cache. The loss in 
14123                   performance is balanced by the improvement of string_match.
14124                 Added an alert panel if there is an error in the regexp.
14125
14126         * src/src/prefs_folder_item.h
14127                 Added a regexp pattern buffer.
14128
14129 2001-12-28 [alfons]     0.6.6claws29
14130
14131         * src/string_match.[ch]
14132                 clean up name space
14133                 allow compilation *BSD
14134
14135 2001-12-27 [alfons]     0.6.6claws28
14136
14137         * src/filter.c
14138                 sync the Hiro's bug fix for BSD
14139
14140 2001-12-27 [melvin]     0.6.6claws27
14141         
14142         * src/compose.c
14143                 Simplify focus to subject entry code.
14144
14145 2001-12-27 [darko]      0.6.6claws26
14146
14147         * src/filtering.c
14148         * src/mbox_folder.c
14149         * src/messageview.c
14150         * src/mh.c
14151         * src/procheader.[ch]
14152         * src/procmsg.h
14153         * src/stock_pixmap.[ch]
14154         * src/summaryview.c
14155                 Show key icon for encrypted mails in summary view
14156
14157         * src/pixmaps/clip.xpm
14158         * src/pixmaps/clipkey.xpm
14159         * src/pixmaps/key.xpm
14160                 New/modified icons for the above
14161
14162 2001-12-27 [melvin]     0.6.6claws25
14163
14164         * src/prefs_common.c
14165                 Put spell checker options in a separate tab to decrease
14166                 the Common Preferences window height.
14167
14168         * README.claws  
14169                 Update spell checker usage instruction about its options
14170                 location.
14171
14172 2001-12-27 [melvin]     0.6.6claws24
14173
14174         * src/compose.c
14175                 Changed subject entry widget position. Initial focus is
14176                 on the To header instead of the subject entry.
14177                 Creating a new header scrolls the header list to make the
14178                 created one visible. Nevertheless, when automatically filling
14179                 headers, the first one is shown.
14180                 A Tab key press in the last empty header entry zips the 
14181                 focus to the subject entry.
14182                 (I did not change the combo boxes, yet)
14183
14184 2001-12-26 [alfons]     0.6.6claws23
14185
14186         * src/prefs_account.c
14187         * src/inc.c
14188                 allow default inbox to reside in another mailbox (only
14189                 works for POP3 accounts)
14190
14191 2001-12-26 [alfons]     0.6.6claws22
14192         
14193         * src/textview.c
14194                 make reply-on-click work with the account of the selected folder
14195         * src/compose.c
14196                 put a fixme here to remind me to fix finding correct default
14197                 account for nested folders
14198
14199 2001-12-25 [alfons]     0.6.6claws21
14200
14201         * src/summaryview.c
14202                 make column headers display locked and mark pixmaps (idea by Melvin) 
14203                 fix bug by adding score and locked column type to sort array
14204
14205 2001-12-25 [alfons]     0.6.6claws20
14206         
14207         * src/summaryview.c
14208                 catch a *potentially* inadvertent write back of  
14209                 the message cache(s) introduced by 0.6.5claws37
14210
14211 2001-12-25 [christoph]  0.6.6claws19
14212
14213         * src/stock_pixmap.[ch]
14214         * src/summaryview.c
14215                 add ignore thread pixmap
14216                 (can someone draw a better icon for this?)
14217
14218 2001-12-24 [alfons]     0.6.6claws18
14219
14220         * src/prefs_folder_item.c
14221                 make address completion actually work for the
14222                 Default To address in the Folder Property dialog.
14223
14224 2001-12-24 [alfons]     0.6.6claws17
14225         
14226         * src/summaryview.c
14227                 use new style regexp for subject stripping 
14228                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14229
14230 2001-12-24 [darko]      0.6.6claws16
14231
14232         * src/pgptext.c
14233         * src/rfc2015.c
14234                 move GPG related informational messages to debug mode
14235
14236 2001-12-23 [alfons]     0.6.6claws15
14237
14238         * src/stock_pixmap.[ch]
14239         * src/summaryview.c
14240                 add the forgotten Claws' locked pixmap
14241
14242 2001-12-23 [alfons]     0.6.6claws14
14243
14244         * src/filesel.c
14245                 accept file name typed in entry in multi file
14246                 selector (patch submitted by Gustavo Noronha Silva 
14247                 <kov@debian.org>)
14248
14249 2001-12-23 [alfons]     0.6.6claws13
14250
14251         * src/prefs_filter.c
14252         * src/prefs_filtering.c
14253         * src/matcher.c
14254         * src/importmutt.c
14255                 clean up a little bit
14256         
14257         * src/string_match.c
14258                 validate input strings a little bit more
14259
14260 2001-12-23 [alfons]     0.6.6claws12
14261
14262         * src/Makefile.am
14263         * src/summaryview.c
14264         * src/string_match.[ch]         ** NEW **
14265         * src/folderview.[ch]
14266         * src/headerview.h
14267         * src/folder.[ch]
14268         * src/prefs_folder_item.[ch]
14269                 add subject simplification to strip out strings from
14270                 a subject line (esp. handy for mailing lists). 
14271                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14272                 but slightly changed things for better integration.)
14273
14274 2001-12-23 [alfons]     0.6.6claws11
14275
14276         * src/mainwindow.c
14277                 fix bug introduced by submission included in 0.6.5claws52.
14278                 ideally this submission should clean the trash if any trash
14279                 folder has a message. however, the hasTrash variable was
14280                 set to false whenever a trash folder was empty (discarding
14281                 a previously found *filled* trash folder.)
14282
14283                 also edited the code a little bit and made it more safe.
14284
14285 2001-12-22 [alfons]     0.6.6claws10
14286
14287         * src/imap.c
14288                 quick fix for Martin Pool's omission of an account
14289                 specific SSL setting
14290
14291 2001-12-22 [alfons]     0.6.6claws9
14292
14293         * src/compose.c
14294         * src/messageview.c
14295         * src/mimeview.c
14296         * src/pgptext.c
14297         * src/procmime.[ch]
14298                 better support for multipart/digest (submitted
14299                 by Fredrik <e98fo@efd.lth.se>)
14300
14301 2001-12-22 [alfons]     0.6.6claws8
14302
14303         * src/addressbook.c
14304                 correct function signature
14305         * src/socket.[ch]
14306         * src/imap.[ch]
14307         * src/prefs_account.[ch]
14308                 allow IMAP over SSH tunnel (patch submitted by 
14309                 Martin Pool <mbp@samba.org>)
14310
14311 2001-12-21 [alfons]     0.6.6claws7
14312
14313         * sync with sylpheed 0.6.6cvs4-9
14314                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14315
14316 2001-12-21 [christoph]  0.6.6claws6
14317
14318         * src/compose.c
14319         * src/prefs_folder_item.[ch]
14320                 implement saving of outgoing messages to current folder.
14321                 fix segfault when no default outbox is available
14322                 (closes bug #495683)
14323
14324 2001-12-21 [carsten]    0.6.6claws5
14325         * src/folderview.c
14326         * src/summaryview.c
14327                 pressing CTRL while DND does now the expected thing and
14328                 copies the mail (moving is still the default, as this
14329                 seam more appropriate for handling mails by DND)
14330
14331 2001-12-18 [paul]       0.6.6claws4
14332
14333         * sync with sylpheed 0.6.6cvs3
14334                 see ChangeLog entries 2001-12-18
14335
14336 2001-12-18 [hiro]       0.6.6claws3
14337
14338         * src/undo.c
14339                 fix for multibyte characters (obtain the number of letters
14340                 instead of bytes).
14341
14342 2001-12-17 [paul]       0.6.6claws2
14343
14344         * sync with sylpheed 0.6.6cvs1
14345                 see ChangeLog entry 2001-12-16
14346
14347 2000-12-17 [alfons]     0.6.6claws1
14348
14349         * src/filtering.c
14350                 clean up
14351
14352 2001-12-16 [paul]       0.6.6claws
14353 2001-12-15
14354
14355         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14356
14357         * src/mimeview.c
14358                 last minute sync with main 0.6.6
14359
14360         * po/es.po
14361                 updated by Ricardo Mones Lastra
14362                 update for last minute sync
14363         * po/fr.po
14364         * po/nl.po
14365                 update for last minute sync
14366         * po/de.po
14367                 updated by Jens Oberender
14368         * po/pt_BR.po
14369                 updated by Fabio Junior Beneditto
14370
14371         * src/prefs_common.[ch]
14372         * src/undo.c
14373                 number of undo levels is user configurable
14374                 (squeeze it into the release in the dying
14375                 moments) Submitted by Jens Oberender    
14376
14377 2001-12-15 [melvin]
14378
14379         * po/fr.po
14380                 updated french translation
14381
14382 2001-12-15 [paul]       0.6.5claws92
14383
14384         * sync with sylpheed 0.6.5cvs28
14385                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14386
14387         * po/nl.po
14388                 update to allow for sync
14389
14390 2001-12-15 [alfons]
14391         
14392         * po/nl.po
14393                 update dutch translation
14394
14395 2001-12-14 [carsten]    0.6.5claws91
14396         * src/summaryview.c
14397                 fixed bug #473785; also after changing the column order
14398                 the same message will be selected and displayed as before
14399                 the reordering
14400
14401 2001-12-14 [carsten]    0.6.5claws90
14402         * src/folderview.c
14403                 probably found the bug reported by wwb opening or closing
14404                 a folder tree just before dnd (found the solution in the
14405                 balsa source -- thanks to them)
14406
14407 2001-12-14 [carsten]    0.6.5claws89
14408         * src/gtkutils.c
14409         * src/account.c
14410                 moved gtk_clist_moveto to the right place, so that
14411                 only the accounts dialog is effected on opening
14412
14413 2001-12-14 [carsten]    0.6.5claws88
14414         * src/gtkutils.c
14415                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14416                 now, so that the focused row will be seen in any case
14417                 (reported by wwp on sf-claws-user)
14418
14419 2001-12-14 [darko]      0.6.5claws87
14420
14421         * src/compose.c
14422                 remove unnecessary line
14423
14424 2001-12-14 [paul]       0.6.5claws86
14425
14426         * sync with sylpheed 0.6.5cvs27
14427                 see ChangeLog entries 2001-12-14
14428
14429 2001-12-14 [carsten]    0.6.5claws85
14430         * src/mainwindow.c
14431                 following a suggestion of Melvin the rcoabm pops up
14432                 right under the button now and the button is reliefed
14433                 while the popup is open
14434
14435 2001-12-14 [darko]      0.6.5claws84
14436
14437         * src/compose.c
14438                 fix crash when wrapping long lines if linewrap quotation
14439                 is disabled and wrapper encounters a word spanning more
14440                 than one line
14441
14442 2001-12-13 [paul]       0.6.5claws83
14443
14444         * src/compose.c
14445                 prefer 'Reply-To' header over mailing list header when
14446                 replying to a message. Finally prevent all those confirmation 
14447                 messages being sent to the list itself.
14448
14449         * src/summaryview.c
14450                 remove unused summary_set_menu_sensitive() entry
14451
14452 2001-12-13 [paul]       0.6.5claws82
14453
14454         * src/folderview.c
14455         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14456         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14457         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14458                 improvements to 'Hide read messages': Inbox, Outbox,
14459                 Trash, Queue, and Draft icons now reveal presence of hidden 
14460                 messages
14461
14462 2001-12-12 [alfons]     0.6.5claws81
14463
14464         0.6.5claws80 was tagged as LAST_STABLE
14465
14466         * src/filtering.[ch]
14467         * src/matcher.[ch]
14468         * src/matcher_parser_lex.c
14469                 fix the filtering; my last attempt to get it right, 
14470                 if it does not work, it's Hoa's turn. ;-)
14471
14472                 for my honourable peers:
14473                 
14474                 the code now makes a clear distinction between
14475                 rules as they are displayed (probably escaped),
14476                 and as they are executed (probably unescaped). the
14477                 parser does *NOT* do any unescaping, this is
14478                 the task of the matcher.c (which breaks up a
14479                 rule into condition) and the filtering.c (which
14480                 breaks up the rule's action). to make this
14481                 run happily we provide an unescaped copy of
14482                 crucial strings to the MatcherProp and 
14483                 FilteringAction structures. note that the only
14484                 exception to this is any REGEXP string. those
14485                 are directly passed to regcomp() and regexp()
14486                 (who have much more powerful unescape functions).
14487                 
14488                 for everyone else:
14489         
14490                 you can escape tab (\t), carriage return (\r),
14491                 linefeed (\n), form feed (\f), quote (\"), 
14492                 single quote (\'), bell (\b) in all the entry
14493                 lines in the scoring & filtering dialogs.
14494                 as an added bonus this should not affect
14495                 existing filtering rules.
14496
14497 2001-12-12 [carsten]    0.6.5claws80
14498
14499         * src/summaryview.c
14500         * po/de.po
14501                 "item(s) selected" is now sensitive to 1 or more
14502                 than one selected (nice for language where simple
14503                 adding of a "s" is not possible as German (Eintrag
14504                 ->Eintr"age)
14505                 
14506                 the "forward as attachment" entry from the right
14507                 click menu removed, "forward" acts following the
14508                 prefs
14509         
14510         * src/textview.c
14511                 reverted my former changes; so compiler warning again
14512                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14513                 nevertheless
14514
14515         * src/messageview.c
14516                 "search in message" does now *not* only work in MVIEW_TEXT
14517                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14518                 message
14519
14520         * src/mainwindow.c
14521                 removed "/File/_Close" as it was the same as "/File/E_xit"
14522                 and we don't need it two times
14523
14524                 the separate folder view and message view now get a distinct
14525                 WMCLASS, just in case someone is using sawfish ;-)
14526
14527                 as the menu entries "/View/Message view" and "/View/Folder tree"
14528                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14529                 make them sensitive accordingly and as these two are "shown"
14530                 after startup anytime check this menuitem at startup
14531
14532 2001-12-12 [paul]       0.6.5claws79
14533
14534         * src/folderview.c
14535                 fix sensitivity of 'Search folder...', broken in
14536                 0.6.5claws75
14537
14538         * src/mainwindow.c
14539                 fix dodgy English
14540
14541 2001-12-11 [carsten]    0.6.5claws78
14542         * src/filtering.c
14543                 fixed two typos returning a wrong FALSE/TRUE
14544         * src/mainwindow.[ch]
14545                 extra menu for email/news button removed
14546
14547 2001-12-11 [alfons]     0.6.5claws77
14548         
14549         * src/matcher.c                 (1.3)
14550         * src/matcher_parser_lex.l      (1.28)
14551                 revert for another attempt
14552                 mark 0.6.5claws77 as LAST_STABLE
14553
14554 2001-12-11 [christoph]  0.6.5claws76
14555
14556         * po/de.po
14557                 fixed wrong translation for prev. unread msg
14558
14559 2001-12-11 [paul]       0.6.5claws75
14560
14561         * src/folder.[ch]
14562         * src/folderview.c
14563         * src/mainwindow.c
14564         * src/summaryview.[ch]
14565         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14566                 enable ability to hide read messages on per folder basis via 
14567                 '/Summary/Hide read messages'; when selected, a folder will 
14568                 have a red open folder icon, instead of a blue icon, if the 
14569                 folder contains hidden messges
14570                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14571
14572         * src/mainwindow.c
14573                 remove '/Message/Forward as attachment' from 
14574                 main_window_set_menu_sensitive() to prevent debug warning
14575
14576         * src/folderview.c
14577         * src/mainwindow.c
14578                 Clean up some of the English
14579
14580         * tools/newscache_clean.pl
14581                 allow for new 'hidereadmsgs' entry in folderlist.xml
14582
14583         * po/es.po
14584                 updated translation, submitted by Ricardo Mones Lastra
14585
14586 2001-12-11 [paul]       0.6.5claws74
14587
14588         * sync with sylpheed 0.6.5cvs25
14589                 see ChangeLog entry 2001-12-11
14590
14591 2001-12-10 [alfons]     0.6.5claws73
14592
14593         * src/matcher.c
14594                 add more control characters
14595         * src/matcher_parser_lex.l
14596                 make escaping / unescaping work again
14597
14598 2001-12-10 [alfons]     0.6.5claws72
14599
14600         * src/imap.c
14601                 clean up warnings "returning value for void function" 
14602         * src/prefs_filtering.c
14603                 make info button for execute action sensitive
14604
14605 2001-12-10 [paul]       0.6.5claws71
14606
14607         * src/compose.c
14608         * src/imap.[ch]
14609         * src/summaryview.c
14610                 fix: imap server now gets informed of MARKED, UNMARKED
14611                 and REPLY events. Now people can use different IMAP-Mail
14612                 clients and have the exact same information about MARKED,
14613                 UNMARKED and REPLY status with all of them. Especially
14614                 useful for imap servers with a web-frontend.
14615                 submitted by Tobias Sandhaas <medlor@web.de>
14616
14617 2001-12-09 [melvin]     0.6.5claws70
14618         
14619         * src/textview.[ch]
14620                 fixed bug #490076 (hunted down by Alfons who implemented
14621                 a workaround in 0.6.5claws65)
14622
14623 2001-12-09 [christoph]  0.6.5claws69
14624
14625         * src/summaryview.c
14626                 set pointer to string in LOCKED column to NULL
14627                 (might fix bug #490800)
14628
14629 2001-12-09 [carsten]    0.6.5claws68
14630
14631         * po/de.po
14632                 resolved some cluttered menu shortcuts 
14633                 ('creating new email' and 'creating news message'
14634                 hade the same)
14635         * src/compose.c
14636                 wmclass now distinc from main window
14637         * src/mainwindow.c
14638           src/mainwindow.h
14639                 email/news and forward button functionality similar
14640                 to the reply buttons; removed the ugly dropdown arrows
14641                 and use instead the right mouse button
14642
14643 2001-12-09 [paul]       0.6.5claws67
14644
14645         * src/imap.c
14646         * src/utils.h
14647                 allow spaces in imap folder names
14648                 submitted by Willem van Engen <wvengen@stack.nl>
14649
14650 2001-12-09 [paul]       0.6.5claws66
14651
14652         * sync with sylpheed 0.6.5cvs24
14653                 see ChangeLog entry 2001-12-09
14654
14655 2001-12-08 [alfons]     0.6.5claws65
14656
14657         * src/textview.c
14658                 prevent secondary selection claim after "add to sender" dialog
14659                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14660                 we trick GTK by simulating a click at (0, 0) in the textview.
14661
14662 2001-12-08 [hoa]        0.6.5claws64
14663
14664         * src/folder.c
14665                 fixed a bug about the .processing folder name while filtering
14666
14667 2001-12-08 [alfons]     0.6.5claws63
14668
14669         * src/folderview.c 
14670                 work around problem of not correctly updating folder stats
14671                 when deleting messages. there's some folder scanning evil
14672                 going so the folderview_update_msg_num() does not work
14673                 correctly. need to investigate this.
14674
14675 2001-12-08 [paul]       0.6.5claws62
14676
14677         * sync with sylpheed 0.6.5cvs23
14678                 see ChangeLog entry 2001-12-08
14679
14680 2001-12-07 [christoph]  0.6.5claws61
14681
14682         * src/compose.c
14683                 fix another header translation problem
14684
14685 2001-12-07 [alfons]     0.6.5claws60
14686
14687         * src/mbox.c
14688                 make filtering also work on local spool mbox
14689
14690 2001-12-07 [carsten]    0.6.5claws59
14691         * src/addressbook.c
14692                 addressbook window gets a wmclass distinct from the main
14693                 sylpheed window
14694         * src/compose.h
14695         * src/mainwindow.[ch]
14696                   forward menu item will use mode selected in prefs, forward 
14697                 as attatchment in menu removed (will be substituted in the
14698                 toolbar similar to reply buttons)
14699                   create news message menu entry and news button is now 
14700                 sensitive to the existance of a news account
14701         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14702         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14703         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14704                 these are removed because the toolbar buttons don't show
14705                 the quoting modus any longer
14706
14707 2001-12-07 [paul]
14708
14709         * tools/newscache_clean.pl      ** NEW FILE **
14710                 perl script to do some tidying up in the newscache directory 
14711                 
14712         * tools/sylpheed-switcher       ** NEW FILE **
14713                 perl script to enable easy switching between main and claws
14714                 
14715         * tools/README
14716                 added descriptions of the two new perl scripts          
14717
14718
14719 2001-12-07 [melvin]     0.6.5claws58
14720
14721         * src/messageview.c
14722                 fixed a warning during compilation introduced in 0.6.5claws56
14723
14724 2001-12-07 [paul]       0.6.5claws57
14725
14726         * src/mainwindow.[ch]
14727         * src/menu.[ch]
14728                 further usability enhancements to replying with or without 
14729                 quoting via the toolbar, use of Ctrl key is replaced by 
14730                 drop down menu 
14731                 Submitted by Carsten Schurig            
14732
14733 2001-12-07 [melvin]     0.6.5claws56
14734
14735         * src/messageview.c
14736                 hack to fix bug that prevented to make/paste selections
14737                 after switching between MVIEW_TEXT and MVIEW_MIME views
14738                 without deselecting the selection first.
14739
14740 2001-12-06 [alfons]     0.6.5claws55
14741
14742         * src/filtering.[ch]
14743         * src/inc.c
14744                 revise filtering a little bit more, and make sure
14745                 messages are delivered to the appropriate inbox
14746                 (perhaps set per account)
14747
14748 2001-12-06 [paul]       0.6.5claws54
14749
14750         * sync with sylpheed 0.6.5cvs22
14751                 see ChangeLog entry 2001-12-06
14752
14753 2001-12-05 [alfons]     0.6.5claws53
14754
14755         * src/inc.c
14756         * src/folder.[ch]
14757         * src/procmsg.c
14758         * src/filtering.c
14759                 more revisions of filtering system
14760                 (last stable version is marked as LAST_STABLE)
14761                 
14762                 | NOTE 1): the filtering system now uses a local folder called
14763                 | .processing. if filtering fails, check this directory
14764                 | for missing messages.
14765                 |
14766                 | NOTE 2): help us find the filtering actions still missing
14767
14768 2001-12-05 [paul]       0.6.5claws52
14769
14770         * src/mainwindow.c
14771                 fix bug where 'Empty Trash?' pop-up window appears even
14772                 when Trash is empty, submitted by Jesse Skinner         
14773
14774 2001-12-05 [melvin]     0.6.5claws51
14775
14776         * src/compose.c
14777                 fixed bug #486106 to select correct account when reediting 
14778                 a queued message
14779         
14780 2001-12-04 [alfons]     0.6.5claws50
14781
14782         * src/mh.c
14783                 declare markfile in appropriate functions when
14784                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14785                 for spotting this)
14786
14787 2001-12-04 [paul]       0.6.5claws49
14788
14789         * sync with sylpheed 0.6.5cvs21
14790                 see ChangeLog entry 2001-12-04
14791
14792 2001-12-03 [christoph]  0.6.5claws48
14793
14794         * po/de.po
14795                 changed translation of undo
14796         * src/account.c
14797         * src/folder.c
14798                 don't reinvent the wheel to traverse a GNode
14799         * src/compose.[ch]
14800                 seperate code to create the compose gui into functions
14801                 add "Others" page with folder selection for saving copy
14802                 of the message.
14803                 the folder identifier is saved to queue header
14804         * src/procmsg.c
14805                 save message to folder in queue header
14806
14807 2001-12-03 [paul]       0.6.5claws47
14808
14809         * sync with sylpheed 0.6.5cvs20
14810                 see ChangeLog entry 2001-12-03
14811
14812 2001-12-01 [paul]
14813
14814         * more sync with sylpheed 0.6.5cvs19
14815                 see ChangeLog entry 2001-11-29
14816
14817 2001-11-30 [paul]       0.6.5claws46
14818         
14819         * src/compose.c
14820                 remove conflicts introduced by Hoa's last commit
14821          
14822         * src/mainwindow.c
14823                 make 'Message/Bounce' sensitive
14824
14825 2001-11-30 [hoa]        0.6.5claws45
14826
14827         * src/compose.c
14828                 slightly change bounce function to add
14829                 information about the user that bounced the mail
14830                 in the From header line.
14831
14832         * src/folderview.c
14833                 permit the use of processing in outbox folder.
14834
14835 2001-11-29 [paul]       0.6.5claws44
14836
14837         * src/mainwindow.[ch]
14838         * src/prefs_common.c
14839         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14840         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14841         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14842                 usability enhancements to the quoting, implements
14843                 use of Ctrl key to toggle quoting settings
14844                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14845
14846 2001-11-29 [paul]       0.6.5claws43
14847         
14848         * sync with sylpheed 0.6.5cvs19
14849                 see ChangeLog entry 2001-11-28
14850
14851 2001-11-29 [melvin]     0.6.5claws42
14852         * src/Makefile.am
14853                 added enriched.[ch] to the list of files
14854
14855         * src/textview.c
14856         * src/mimeview.c
14857         * src/procmime.[ch]
14858         * src/enriched.[ch]
14859                 added support to view text/enriched
14860                 added support to show headers in message view for text/enriched and text/html
14861                         in non multipart messages
14862
14863 2001-11-28 [paul]       0.6.5claws41
14864
14865         * more sync with sylpheed 0.6.5cvs18
14866                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14867
14868 2001-11-27 [paul]       0.6.5claws40
14869         
14870         * po/pt_BR.po
14871                 updated translation, submitted by Fabio Junior Beneditto
14872                 
14873         * sync with sylpheed 0.6.5cvs18
14874                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14875                 2001-11-27
14876
14877
14878 2001-11-26 [paul]
14879
14880         * po/es.po
14881                 updated translation, submitted by Ricardo Mones Lastra
14882
14883 2001-11-26 [alfons]
14884
14885         * src/matcher.c
14886                 add more translatable strings
14887
14888 2001-11-26 [christoph]  0.6.5claws39
14889
14890         * po/de.po      
14891                 fixed one more umlaut
14892         * src/compose.c
14893                 fix translated header when it should not be translated
14894
14895 2001-11-26 [paul]       0.6.5claws38
14896
14897         * src/mainwindow.c
14898                 remove '/Message/Add Sender to address book' from 
14899                 main_window_set_menu_sensitive(), prevent debug warning
14900                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14901
14902 2001-11-26 [paul]       0.6.5claws37
14903
14904         * src/summaryview.c
14905                 fix 'recurring unread state' bug 
14906
14907         * tools/README 
14908         * tools/filter_conv.pl
14909                 read name of top level mailbox from folderlist.xml
14910                 and presume nothing about its name              
14911
14912 2001-11-26 [darko]      0.6.5claws36
14913
14914         * src/gtkstext.[ch]
14915                 removed functions that are now in gtkutils.c
14916                 use gtkut_text_is_uri_string() from gtkutils.c
14917         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14918
14919 2001-11-26 [paul]       0.6.5claws35
14920
14921         * sync with sylpheed 0.6.5cvs16
14922                 see ChangeLog entries 2001-11-25 and 2001-11-26
14923
14924 2001-11-25 [alfons]     0.6.5claws34
14925
14926         EXPERIMENTAL!!! Please checkout the last stable version using: 
14927           
14928         % cvs update -r LAST_STABLE -dRAP
14929
14930         (Or help us testing this stuff.)
14931
14932         * src/filtering.c               (1.14)
14933         * src/filtering.h               (1.6)
14934         * src/inc.c                     (1.28)
14935         * src/matcher.c                 (1.20)
14936         * src/mbox.c                    (1.9)
14937         * src/procmsg.h                 (1.14)
14938         * src/summaryview.c             (1.59)
14939         * src/summaryview.h             (dunno)
14940                 revert/merge/sync to as it was before commit 
14941                 on Thu, 19 Jul 2001 10:15:51 -0700.
14942
14943 2001-11-25 [hoa]        0.6.5claws33
14944
14945         * src/main.c
14946                 processing mails at startup
14947
14948         * src/folderview.c
14949         * src/summaryview.[ch]
14950                 processing mails when entering folder
14951
14952         * src/prefs_filtering.c
14953                 fixed some UI bugs
14954
14955 2001-11-24 [alfons]     0.6.5claws32
14956
14957         * src/summaryview.[ch]
14958                 make summary sort headers work, and also make
14959                 sure the sort type is stored
14960
14961 2001-11-23 [alfons]     0.6.5claws31
14962
14963         * src/summaryview.[ch]
14964                 make lock work like mark
14965                 disallow deleting messages marked as locked
14966
14967 2001-11-23 [alfons]     0.6.5claws30
14968
14969         * src/gtkstext.c
14970         * src/compose.[ch]
14971         * src/Makefile.am
14972         * src/undo.[ch]
14973                 merge undo patch submitted by Jens
14974
14975 2001-11-23 [christoph]  0.6.5claws29
14976
14977         * src/.cvsignore
14978                 added ylwrap
14979         * src/compose.c
14980                 fixed gpg signing and encoding
14981         * src/folder.[ch]
14982         * src/main.c
14983                 added --status option to get new, unread and total
14984                 message count from a running sylpheed
14985         * src/prefs_common.c
14986                 temporary fix for reply_with_quote problem
14987                 (don't call functions for non existing widget)
14988         * src/procmsg.c
14989                 one more check for ignored threads but still not
14990                 always working correctly. probably a recursive
14991                 check for all parents is needed
14992
14993 2001-11-23 [darko]      0.6.5claws28
14994
14995         * src/compose.c
14996                 wrapping on send improvements
14997         * src/gtkutils.[ch]
14998                 fix for GtkSText after last sync with main branch
14999                 GTK_TEXT -> GTK_STEXT
15000
15001 2001-11-23 [paul]       0.6.5claws27
15002
15003         * sync with sylpheed 0.6.5cvs14
15004                 see ChangeLog entries 2001-11-22 and 2001-11-23
15005                 
15006         * po/de.po
15007                 fixed the scrambled umlauts 
15008                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15009
15010 2001-11-21 [paul]       0.6.5claws26
15011
15012         * sync with sylpheed 0.6.5cvs12
15013                 see 2nd ChangeLog entry dated 2001-11-20
15014
15015 2001-11-20 [paul]       0.6.5claws25
15016
15017         * sync with sylpheed 0.6.5cvs11
15018                 see ChangeLog entry 2001-11-19 (src/utils.c)
15019
15020 2001-11-20 [hiro]
15021
15022         * src/compose.c
15023                 GTK_TEXT -> GTK_STEXT
15024                 fix for wrong comment
15025
15026 2001-11-20 [hiro]       0.6.5claws24
15027
15028         * src/compose.[ch]
15029                 more merges from main branch
15030                 removed fatal warnings (uninitialized variables etc.)
15031                 some coding style fix
15032         * src/gtkutils.h
15033                 fixed typo.
15034         * src/addressbook.c
15035           src/addrindex.c
15036                 V-Card -> vCard
15037
15038 2001-11-19 [hoa]        0.6.5claws23
15039
15040         * src/filtering.c
15041         * src/prefs_scoring.c
15042         * src/matcher.[ch]
15043         * src/scoring.c
15044                 cleaning code
15045
15046         * src/matcher_parser_parse.y
15047         * src/prefs_filtering.c
15048                 bouncing
15049
15050 2001-11-19 [alfons]     0.6.5claws22
15051
15052         more of my old things into claws
15053
15054         * src/Makefile.am
15055         * src/prefs_common.c
15056         * src/procmsg.h
15057         * src/summaryview.[ch]
15058         * src/prefs_summary_column.c
15059         * src/pixmaps/locked.xpm
15060                 add indicators for locking of message in summary view
15061                 (does not work yet, only visual indicator)
15062
15063 2001-11-19 [paul]       0.6.5claws21
15064
15065         * sync with sylpheed 0.6.5cvs10
15066                 see ChangeLog entry 2001-11-19
15067
15068 2001-11-18 [alfons]     0.6.5claws20
15069         
15070         * src/filtering.c
15071                 remove an inadvertent free I forgot in previous clean up 
15072
15073 2001-11-18 [alfons]     0.6.5claws19
15074
15075         * src/filtering.[ch]
15076                 clean up & plug leaks
15077
15078 2001-11-18 [paul]       0.6.5claws18
15079
15080         * sync with sylpheed 0.6.5cvs9
15081                 see ChangeLog entries 2001-11-17 and 2001-11-18
15082
15083 2001-11-16 [paul]       0.6.5claws17
15084
15085         * sync with sylpheed 0.6.5cvs8
15086                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15087
15088 2001-11-16 [paul]       0.6.5claws16
15089
15090         * sync with sylpheed 0.6.5cvs7
15091                 see ChangeLog entries 2001-11-15 and 2001-11-16
15092
15093 2001-11-15 [hoa]        0.6.5claws15
15094
15095         * src/compose.c
15096                 fix bounce, mails we received couln't be bounced to ourself.
15097
15098         * src/defs.h
15099         * src/filtering.[ch]
15100         * src/matcher.[ch]
15101         * src/matcher_parser.h
15102         * src/matcher_parser_lex.l
15103         * src/matcher_parser_parse.y
15104         * src/inc.c
15105         * src/main.c
15106         * src/mbox.c
15107         * src/prefs_filtering.[ch]
15108         * src/mainwindow.c
15109         * src/prefs_matcher.c
15110         * src/prefs_scoring.c
15111         * src/scoring.[ch]
15112         * src/summaryview.c
15113                 new matcher/filter/score configuration file parser
15114                 one unique configuration file => ~/.sylpheed/matcherrc
15115                 import in currently automatic, then save are made
15116                 in this new file.
15117                 one filter per folder and one global filter
15118                 (filter of a folder will be used as folder processing)
15119
15120         * src/folder.c
15121                 fix a bug in folder_item_get_identifier
15122                 
15123         * src/messageview.c
15124                 receive receipt return are fixed.
15125
15126 2001-11-14 [alfons]     0.6.5claws14
15127
15128         * src/session.h
15129                 add things from main branch to make claws compile
15130
15131 2001-11-14 [paul]       0.6.5claws13
15132
15133         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15134                 see ChangeLog entries 2001-11-08 to 2001-11-14
15135
15136 2001-11-14 [hoa] 0.6.5claws12
15137
15138         * src/compose.[ch]
15139         * src/mainwindow.c
15140         * src/summaryview.c
15141                 add "bounce mail" option
15142
15143 2001-11-13 [christoph]  0.6.5claws11
15144
15145         * src/compose.c
15146                 Cleanup a mess i add before commiting
15147
15148 2001-11-13 [hoa]        0.6.5claws10
15149
15150         * src/compose.c
15151                 some fixes when mail are sent or
15152                 for crossposts
15153
15154 2001-11-13 [christoph]  0.6.5claws9
15155
15156         * po/de.po
15157                 Changed two string with the same translation
15158         * src/compose.c
15159         * src/procmsg.[ch]
15160         * src/send.[ch]
15161                 New mailsending process:
15162                   - Always queue message before sending
15163                     (message will be saved if sylpheed crashed or
15164                      freezes while sending)
15165                   - Allow queuing of newspostings
15166                   - No copy in outbox before sending
15167                     (closes bug #469501)
15168                   - No more redundant code for send and send_later
15169         * src/summaryview.c
15170                 Applied wwp <subscript@free.fr>'s patch that fixes
15171                 marks for multiple forwarded messages (+compose.c)
15172
15173 2001-11-12 [alfons]
15174
15175         * README.claws
15176                 remove things that are now in main branch
15177         
15178         * po/nl.po
15179                 update Dutch translation
15180
15181 2001-11-12 [mhadasht]   0.6.5.claws8
15182
15183         * src/prefs_common.c
15184                 re-enabled account autoselection feature for forward
15185                 and reedit lost during the branch point for SYNC-B4-REL
15186         * src/gtkspell.c
15187                 gtkpspell_get_dict(): more readable code (even if function is
15188                 not used yet)
15189         * ChangeLog.claws
15190                 added version number info to 2001-11-12 [hiro] comment.
15191
15192 2001-11-12 [hiro]       0.6.5.claws7
15193
15194         * src/compose.c
15195                 compose_forward(): fixed a bug that forward quote mark
15196                 wasn't used.
15197                 removed unnecessary code.
15198         * src/template_select.[ch]: removed.
15199
15200 2001-11-11 [alfons]
15201
15202         * src/compose.c
15203                 :%s/GTK_TEXT/GTK_STEXT/g
15204         
15205         * src/compose.[ch]
15206         * src/undo.[ch]
15207         * src/Makefile.am
15208                 revert the undo stuff (this is 0.6.6claws stuff)
15209
15210 2001-11-11 [hoa]        0.6.5.claws6
15211
15212         * src/compose.[ch]
15213                 Insert signature at the end of the text.
15214                 Added undo patch but currently disabled
15215
15216         * src/procmsg.c
15217                 Threading by subject improved.
15218
15219         * added src/undo.[ch]
15220                 Undo module for compose dialog box.
15221
15222 2001-11-11 [alfons]     0.6.5.claws5
15223
15224         * src/procmsg.c
15225                 prevent threading by subject on nodes that have already been
15226                 threaded by in-reply-to (as in "circular references in a tree
15227                 result in a dead branch")
15228
15229 2001-11-09 [hoa]        0.6.5.claws4
15230         
15231         * src/folderview.c
15232                 allows creation of mbox folder item from any files.
15233
15234 2001-11-09 [alfons]     0.6.5.claws3
15235         
15236         * src/utils.c
15237         * src/procmsg.c
15238                 do what I mean and correct threading by subject so it really
15239                 ignores attracting lines without "Re: "
15240
15241 2001-11-07 [alfons]     0.6.5.claws2
15242
15243         * src/procmsg.c
15244         * src/utils.[ch]
15245                 only attract by subject if a subject line starts with a "Re: "
15246         * src/syldap.c
15247                 remove warning
15248
15249 2001-11-07 [paul]       0.6.5claws1
15250
15251         * sync with sylpheed 0.6.5. release
15252                 see ChangeLog entry 2001-11-07
15253
15254 2001-11-07 [paul]       0.6.4claws31
15255
15256         * sync with sylpheed 0.6.4cvs18
15257                 see ChangeLog entries 2001-10-30 to 2001-11-07
15258                 prefs_templates.[ch] renamed prefs_template.[ch]
15259
15260 2001-11-06 [alfons]
15261         
15262         * src/utils.h
15263                 add semicolon Hoa forgot ;-)
15264                 
15265
15266 2001-11-06 [hoa]        0.6.4claws30
15267         
15268         * src/procmsg.c
15269         * src/summaryview.c
15270         * src/utils.c
15271         * src/utils.h
15272                 threading by subject - empty subject are ignored
15273
15274 2001-11-06 [christoph]  0.6.4claws29
15275
15276         * src/socket.c
15277                 use SSL_peek for sock_gets
15278         * src/utils.c
15279                 removed unneeded pointer in extracting quoted
15280                 names implementation
15281
15282 2001-11-06 [melvin]     0.6.4claws28
15283
15284         * src/gtkspell.c
15285                 fixed bug #476792 Selection overtyping with spell checker
15286                 fixed bug which could cause a buffer overflow
15287                 fixed a memory leak
15288
15289 2001-11-06 [hoa]        0.6.4claws27
15290         
15291         * src/procmsg.c
15292         * src/summaryview.c
15293                 threading by subject
15294
15295 2001-11-05 [alfons]     0.6.4claws26
15296         
15297         * README.claws
15298                 Claws -> Sylpheed (vice versa)
15299
15300         * src/compose.c
15301                 :%s/gtk_text/gtk_stext/g
15302                 :%s/GTK_TEXT/GTK_STEXT/g
15303                 (thanks to Jonathan Ware for spotting this)
15304
15305 2001-11-04 [christoph]  0.6.4claws25
15306
15307         * src/summaryview.c
15308                 replace Xalloca + strdup with Xstrdup_a
15309         * src/utils.c
15310                 better implementation of extracting quoted names
15311                 from addresses (remove backlashes and ignore
15312                 quotes after them)
15313
15314 2001-11-04 [alfons]     0.6.4claws24
15315
15316         * src/utils.[ch]
15317                 edit to comply more with coding style
15318
15319         * src/textview.c
15320                 fix bug reported by Kim Schulz. introduced by the patch integrated
15321                 in 0.6.4claws15. the code did not check the return value of
15322                 the html parser.
15323
15324         * AUTHORS
15325                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15326
15327 2001-11-04 [christoph]  0.6.4claws23
15328
15329         * src/main.c
15330         * src/prefs_common.[ch]
15331                 init some pointers that possibly caused a segfault
15332                 reported in the claws-users ML
15333
15334 2001-11-04 [hoa]        0.6.4claws22
15335
15336         * src/grouplistdialog.c
15337                 change the names of the nodes in the tree
15338
15339         * src/compose.c
15340                 enhanced mailto syntax as described in
15341                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15342                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15343
15344         * src/utils.c
15345                 encode and decode URI (useful when opening URL into
15346                 netscape).
15347
15348 2001-11-03 [hoa]        0.6.4claws21
15349
15350         * src/grouplistdialog.c
15351                 a new newsgroups list selection dialog box
15352                 with a CTree instead of a CList
15353
15354 2001-11-03 [hoa]        0.6.4claws20
15355
15356         * src/folderview.c
15357                 enable property and scoring options when right
15358                 click on "inbox"
15359
15360         * src/summaryview.c
15361                 fixed bug when nickname were displayed using
15362                 the address book.
15363
15364 2001-11-02 [darko]      0.6.4claws19
15365
15366         * src/compose.c
15367                 new wrap quotation and URL/long words wrapping implementation
15368         * src/compose.c src/gtkstext.[ch]
15369                 move gtkstext_strncmp() to gtkstext.c
15370
15371 2001-11-01 [christoph]  0.6.4claws18
15372
15373         * src/prefs_account.c
15374                 fixed mess in account settings dialog
15375         * src/prefs_folder_item.c
15376                 added label with folder path to dialog
15377
15378 2001-10-31 [match]      0.6.4claws17
15379
15380         * src/vcard.c
15381                 fix memory leak.
15382         * src/addrbook.c
15383                 fix generation of spurious address book file names.
15384                 remove redundant functions.
15385         * po/POTFILES.in
15386                 added missing file names.
15387
15388 2001-10-30 [paul]       0.6.4claws16
15389
15390         * sync with sylpheed 0.6.4cvs6
15391                 see ChangeLog entries 2001-10-26 to 2001-10-30
15392
15393         * tools/filter_conv.pl
15394                 read folderlist.xml to discover whether the top-level
15395                 folder is called 'Mailbox' or 'Mail' 
15396
15397 2001-10-29 [paul]       0.6.4claws15
15398
15399         * src/html.c, src/textview.c
15400                 activate links in html mail and fix clickable parts
15401                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15402
15403 2001-10-29 [paul]
15404
15405         * po/de.po, po/es.po, po/pt_BR/po
15406                 updated translations, submitted by Jens Oberender,
15407                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15408
15409 2001-10-29 [darko]      0.6.4claws14
15410
15411         * src/compose.c
15412                 fix wrapping for good
15413
15414 2001-10-29 [darko]
15415
15416         * src/compose.c
15417                 undo previous change as it broke the smart wrapping
15418
15419 2001-10-29 [darko]      0.6.4claws13
15420
15421         * src/compose.c
15422                 fix infinite loop when long URL is quoted
15423                 (closes bug #475122.
15424
15425 2001-10-28 [match]
15426
15427         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15428                 import Mutt address book
15429         * src/ldif.[ch] src/importldif.h
15430                 modified import LDIF handle user attributes
15431
15432 2001-10-28 [christoph]  0.6.4claws12
15433
15434         * src/summaryview.c
15435                 fixed that filtering did not work if there
15436                 were no filter rules
15437                 (closes bug #472003 and better implementation
15438                  of patch #474644)
15439
15440 2001-10-27 [christoph]  0.6.4claws11
15441
15442         * src/compose.c
15443                 make the folder's default account to be used when
15444                 replying. (patch by wwp <subscript@free.fr>)
15445         * src/compose.c
15446                 code cleanup, nearly killed all of wwp's patch
15447                 for folder's default account in compose
15448         * src/folderview.c
15449                 error panel when a folder could not be created
15450                 (closes bug #471080 new folder name & already
15451                  existing file)
15452
15453 2001-10-26 [alfons]
15454
15455         * src/utils.h
15456                 change prototype of strstr2() that Christoph forgot about
15457
15458 2001-10-26 [christoph]  0.6.4claws10
15459
15460         * src/account.c
15461                 made search for accounts by email address not case
15462                 sensitive
15463         * src/folder.c
15464                 fixed memory leak in folder_item_get_identifier
15465         * src/gtkspell.c
15466         * src/utils.c
15467                 fixed wrong strstr2 (should work like strstr)
15468
15469 2001-10-26 [darko]      0.6.4claws9
15470
15471         * src/compose.c src/gtkstext.[ch]
15472         * src/gtkstext.c
15473                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15474
15475 2001-10-26 [paul]       0.6.4claws8
15476
15477         * src/html.c
15478                 ignore css and javascript tags in html mail
15479                 case-insensitive, with or without double-quoted
15480                 strings
15481
15482 2001-10-26 [paul]       0.6.4claws7
15483
15484         * sync with sylpheed 0.6.4cvs1
15485                 see ChangeLog entry 2001-10-26
15486
15487         * src/prefs_account.c, src/prefs_common.c,
15488           src/prefs_summary_column.c
15489                 minor improvements to the English
15490
15491 2001-10-25 [alfons]     0.6.4claws6
15492
15493         * src/gtkstext.c
15494         
15495                 make GtkSText follow style of GtkText (closes bug 
15496                 #469211 "text selection while writing message")
15497                 
15498                 do sync with GTK 1.2.10
15499
15500 2001-10-25 [paul]       0.6.4claws5
15501
15502         * src/html.c
15503                 ignore css tags in html mail
15504
15505 2001-10-25 [darko]      0.6.4claws4
15506
15507         * src/compose.c
15508                 don't declare is_url_string as static function since
15509                 we need it in gtkstext.c
15510         * src/gtkstext.c
15511                 remove unused variable
15512                 don't wrap long URLs while composing a message
15513
15514 2001-10-24 [christoph]  0.6.4claws3
15515
15516         * src/socket.c
15517                 fix ssl deadlock, when peer closes connection
15518
15519 2001-10-24 [paul]       0.6.4claws2
15520
15521         * src/prefs_common.c
15522                 gettextize the gpg ascii-armored warning message
15523
15524         * src/compose.c
15525                 insert a DOS/MAC file into the composed message
15526                 (improvements)
15527
15528         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15529
15530 2001-10-22 [paul]       0.6.4claws1
15531
15532         * sync with sylpheed 0.6.4 release
15533                 see ChangeLog entries 2001-10-21
15534
15535         * po/fr.po, po/pt_BR.po
15536                 updated by Melvin Hadasht and Fabio Junior Beneditto
15537
15538 2001-10-21 [paul]       0.6.3claws30
15539
15540         * src/compose.c
15541                 insert a DOS text file from the compose window
15542                 into the composed message text (removes CRs characters)
15543                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15544
15545         * tools/filter_conv.pl, tools/README
15546                 automatically use ~/.sylpheed as working directory
15547                 print out confirmation message on completion
15548
15549         * correct Hoa's last ChangeLog.claws entry
15550
15551 2001-10-20 [hoa]        0.6.3claws29
15552
15553         * src/grouplistdialog.c
15554                 bugfix (another ?) to give the right
15555                 newsgroups list for each news server.
15556
15557         * src/news.c
15558         * src/news.h
15559                 improve the newsgroups list cache
15560
15561 2001-10-20 [paul]       0.6.3claws28
15562
15563         * sync with sylpheed 0.6.3cvs9
15564                 see ChangeLog entry 2001-10-19
15565
15566         * correct Alfons' last ChangeLog.claws entry
15567
15568 2001-10-19 [alfons]
15569
15570         * src/pgptext.[ch]
15571                 fix compilation problems (part of bug #472895)
15572
15573 2001-10-18 [hoa]        0.6.3claws27
15574
15575         * src/grouplistdialog.c
15576                 bugfix when we refresh was clicked (bug 472701)
15577
15578 2001-10-19 [christoph]  0.6.3claws26
15579
15580         * src/compose.c
15581                 last header entry should default to "To:" or
15582                 "Newsgroups:" and not copy the last entry line
15583                 in a new compose window
15584                 (closes bug #472686, #470792)
15585
15586 2001-10-19 [paul]       0.6.3claws25
15587
15588         * sync with Sylpheed 0.6.3cvs8
15589                 see ChangeLog entries 2001-10-18 and 2001-10-19
15590
15591 2001-10-18 [christoph]  0.6.3claws24
15592
15593         * src/procmsg.c
15594                 reimplement ignore thread
15595         
15596 2001-10-18 [hoa]        0.6.3claws23
15597
15598         * src/folderview.c
15599         * src/grouplistdialog.[ch]
15600                 enhanced news subscription interface (feature 469113)
15601
15602         * src/news.c
15603         * src/news.h
15604                 enchanced newsgroup listing,
15605                 now, we can get groups informations
15606                 (NNTPGroupInfo)
15607
15608 2001-10-18 [paul]       0.6.3claws22
15609
15610         * src/summaryview.c
15611                 remove comment (sync with main branch)
15612         * src/mainwindow.c
15613                 fix 'Re-edit' bug in 'Message' menu
15614
15615 2001-10-17 [christoph]  0.6.3claws21
15616
15617         * src/compose.c
15618                 ignore empty or whitespace only header lines
15619
15620 2001-10-17 [paul]       0.6.3claws20
15621
15622         * sync with sylpheed 0.6.3cvs7
15623                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15624                 2001-10-17
15625
15626 2001-10-17 [darko]
15627
15628         * src/compose.c
15629                 wrap long lines without spaces
15630                 don't wrap URLs
15631
15632 2001-10-16 [paul]
15633
15634         * po/es.po, po/nl.po, po/pt_BR.po
15635                 updated by Ricardo Mones Lastra, Alfons,
15636                 and Fabio Junior Beneditto
15637
15638         * sylpheed-0.6.3claws released
15639
15640 2001-10-15 [melvin] 0.6.3claws18
15641
15642         * README.claws
15643                 added summary and detailed installation instructions
15644                 for spell checker
15645         * po/fr.po
15646                 Updated, corrected and completed french translation
15647
15648 2001-10-15 [hoa] 0.6.3claws17
15649         * src/grouplistdialog.c
15650                 we can choose the newsgroups to display with wildcards
15651
15652 2001-10-15 [christoph]  0.6.3claws16
15653
15654         * src/account.c
15655         * src/compose.c
15656         * src/prefs_folder_item.[ch]
15657                 applied wwp <subscript@free.fr>'s folder
15658                 default account patch
15659         * po/de.po
15660                 Fixed wrong translation
15661
15662 2001-10-13 [alfons, christoph, melvin]  
15663                         0.6.3claws15
15664
15665         solution #2 to solve MT-safety problems defers all GUI related calls
15666         to the main thread using a gtk_idle_add() callback. discussed on
15667         ircnet #sylpheed, with christoph spotting some issues with the
15668         original code, and melvin allowing us to lobotomize his sylpheed.
15669
15670         * src/syldap.[ch], src/main.c
15671                 fix race problem in ldap search thread by deferring GUI 
15672                 stuff to main thread using gtk_idle_add()
15673
15674 2001-10-13 [paul]       0.6.3claws14
15675
15676         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15677                 add Sergey's smtpcred.patch
15678                 adds separate username/password setting for SMTP Auth
15679                 needed by some servers
15680                 (closes feature request #471659)
15681
15682 2001-10-13 [paul]       0.6.3claws13
15683
15684         * src/pgptext.[ch] **NEW FILES**
15685         * src/Makefile.am, src/messageview.c, src/mimeview.c
15686                 decrypt ascii-armored gpg text embedded in
15687                 the message body.
15688                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15689
15690 2001-10-13 [christoph]  0.6.3claws12
15691
15692         * README.claws
15693                 some more details on default to and
15694                 feature requests
15695         * src/main.c
15696                 init glib threading when ldap is used
15697         * src/syldap.c
15698                 threading fixes
15699         * po/de.po
15700                 fixed a typo
15701
15702 2001-10-12 [paul]       0.6.3claws11
15703
15704         * src/prefs_common.[ch], src/rfc2015.c
15705                 enable ascii-armored gpg text to be embedded in the
15706                 message body, selectable through the 'Privacy'
15707                 preferences. Supports encrypting only.
15708                 Submitted by Ravemax <ravemax@dextrose.com>
15709
15710 2001-10-12 [paul]       0.6.3claws10
15711
15712         * sync with sylpheed 0.6.3cvs6
15713                 see ChangeLog entries 2001-10-11 and 2001-11-12
15714
15715         * src/folderview.c
15716                 incorporated mbox folders, scoring, and folder
15717                 properties into the sync
15718
15719 2001-10-12 [darko]      0.6.3claws9
15720
15721         * README.claws
15722                 describe quotation wrapping
15723         * src/compose.c
15724                 don't treat tab as space to calculate line length properly
15725
15726 2001-10-11 [alfons]
15727
15728         * README.claws
15729                 correct description of how to make new filtering system work,
15730                 add some other things
15731                 
15732         * src/syldap.c
15733                 remove sched_yield() (not necessary / unportable)
15734
15735 2001-10-11 [paul]       0.6.3claws8
15736
15737         * sync with sylpheed 0.6.3cvs3
15738                 see ChangeLog entry 2001-10-10
15739
15740 2001-10-10 [christoph]  0.6.3claws7
15741
15742         * .cvsignore
15743                 ignore 2 files created by newer autotools
15744         * src/prefs_folder_item.c
15745                 using table for widget alignment
15746                 fixed memory leak and broken octal display
15747         * src/filesel.c
15748                 fixed segfault caused by lost filename
15749                 workaround (closes bug #469551)
15750
15751 2001-10-10 [paul]       0.6.3claws6
15752
15753         * sync with sylpheed 0.6.3cvs2
15754                 see ChangeLog entries 2001-10-09 and 2001-10-10
15755
15756 2001-10-10 [darko]      0.6.3.claws5
15757
15758         * src/gtkstext.c
15759                 proper calculation of right margin if smart wrapping is enabled
15760         * src/compose.c
15761                 automatically wrap long lines if wrap quotation is enabled
15762
15763 2001-10-09 [alfons]     0.6.3.claws4
15764
15765         * src/summaryview.c
15766                 select correct row when deleting last row in the summary view (and
15767                 close bug "[ #469104 ] select second last in list when deleting")
15768
15769 2001-10-09 [paul]       0.6.3claws3
15770
15771         * sync with sylpheed 0.6.3cvs1
15772                 updated some autotool scripts
15773
15774 2001-10-09 [darko]      0.6.3claws2
15775
15776         * src/gtkstext.[ch]
15777                 new name and mark with Sylpheed comment
15778         * src/compose.c
15779                 smart quotation wrapping a-la VIM
15780
15781 2001-10-08 [paul]       0.6.3claws1
15782
15783         * sync with sylpheed 0.6.3 release
15784                 see ChangeLog entry 2001-10-08
15785
15786 2001-10-08 [paul]       0.6.2claws24
15787
15788         * src/summaryview.c
15789                 more sync with sylpheed 0.6.2cvs12
15790                 Fixed the bug that didn't select the last row correctly
15791
15792
15793 2001-10-07 [paul]       0.6.2claws23
15794
15795         * sync with sylpheed 0.6.2cvs12
15796                 see ChangeLog entry 2001-10-07
15797
15798 2001-10-06 [match]
15799         * src/jpilot.[ch]
15800                 enable jpilot to read unsynch'ed addresses.
15801
15802         * src/editldap_basedn.c
15803                 fix segfault when opening dialog.
15804
15805 2001-10-06 [alfons]     0.6.2.claws22
15806
15807         * src/summaryview.c
15808                 fix bug with summary view selecting last *inserted*
15809                 node instead of last *visible* node. remember we
15810                 work with a tree
15811
15812 2001-10-06 [paul]       0.6.2claws21
15813
15814         * po/pt_BR.po
15815                 updated translation, contains some fixes and new
15816                 translations, submitted by Gustavo Noronha Silva
15817                 <kov@debian.org>
15818
15819         * src/prefs_common.c
15820                 change 'each' to 'every' - fix dubious English
15821
15822         * sync with sylpheed 0.6.2cvs11
15823
15824 2001-10-05 [alfons]     0.6.2claws20
15825
15826         * src/mainwindow.[ch], src/folderview.c
15827                 make composite tool button switch between "Compose News"
15828                 and "Compose Mail" depending on selected folder
15829                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15830
15831 2001-10-05 [paul]       0.6.2claws19
15832
15833         * src/mainwindow.c, src/summaryview.c
15834                 fix 'Message/Reply to all', broken in last commit
15835
15836         * src/compose.c
15837                 fix X_BEENTHERE seg fault, thanks to Alfons
15838
15839 2001-10-04 [paul]       0.6.2claws18
15840
15841         * src/compose.[ch], src/mainwindow.c
15842                 make "Message/Reply" reply to mailing lists; matches
15843                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15844                 based on portions of the patch submitted by
15845                 Junichi Uekawa <dancer@netfort.gr.jp>
15846
15847 2001-10-04 [darko]      0.6.2claws17
15848
15849         * src/compose.c
15850                 better smart wrapping
15851         * src/gtkstext.[hc]
15852                 a function to make text buffer contiguous
15853
15854 2001-10-03 [paul]       0.6.2claws16
15855
15856         * sync with sylpheed 0.6.2cvs10
15857
15858 2001-10-02 [alfons]
15859
15860         * configure.in
15861         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15862                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15863                 references to chinese translations (hope someone picks up
15864                 this)
15865
15866 2001-10-02 [christoph]  0.6.2claws15
15867
15868         * src/compose.c
15869                 fixed non translated header bug
15870         * ChangeLog.claws
15871                 fixed wrong date in alfons last entry ;)
15872
15873 2001-10-02 [alfons]     0.6.2claws14
15874
15875         * src/compose.c, src/prefs_common.[ch]
15876                 add block cursor option
15877
15878 2001-10-02 [paul]       0.6.2claws13
15879
15880         * sync with sylpheed 0.6.2cvs9
15881
15882 2001-09-30 [paul]       0.6.2claws12
15883
15884         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15885                 updated translations
15886
15887         * po/POTFILES.in
15888                 add 'src/importldif.c'
15889
15890         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15891                 added eudora-to-vCard conversion tool
15892                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15893
15894         * sync with sylpheed 0.6.2cvs8
15895
15896 2001-09-30 [paul]
15897
15898         * sylpheed-0.6.2claws released
15899
15900 2001-09-27 [melvin]     0.6.2claws11
15901
15902         * src/gtkspell.c
15903                 fixed crash when using default path (introduced 
15904                 in 0.6.2claws10)
15905                 fixed tiny bug for initial suggestion mode
15906
15907 2001-09-27 [melvin]     0.6.2claws10
15908         
15909         * src/gtkspell.c
15910                 fixed bug where gtkpspell didn't set the path correctly
15911
15912         * README.claws
15913                 added a paragraph about spell checking
15914                 
15915
15916
15917 2001-09-27 [paul]       0.6.2claws9
15918
15919         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15920                 replace '// comments' with '/* comments */' to prevent
15921                 some compiler warnings 
15922
15923         * sync with sylpheed 0.6.2cvs6
15924
15925 2001-09-26 [alfons]     0.6.2claws8
15926
15927         * src/messageview.c
15928                 introduce return receipt request notification again,
15929                 which was lost because of other semantics in 
15930                 procheader_parse() (???)
15931
15932 2001-09-26 [christoph]  0.6.2claws7
15933
15934         * src/compose.c
15935                 replace comments for old code with #if 0
15936                 readded auto cc, bcc and reply-to
15937         * src/prefs_matcher.c
15938         * src/prefs_scoring.c
15939                 removed some definition (was moved to
15940                 prefs.h)
15941
15942 2001-09-26 [paul]       0.6.2claws6
15943
15944         * src/mainwindow.c
15945                 make 'Follow-up and reply to' sensitive
15946
15947         * more sync with sylpheed 0.6.2cvs5
15948
15949 2001-09-25 [melvin]
15950
15951         * 0.6.2claws5
15952
15953         * src/gtkspell.c
15954                 fixed bug for "US-ASCII" introduced by the encoding code
15955
15956 2001-09-25 [paul]
15957
15958         * 0.6.2claws4
15959
15960         * src/prefs_common.[ch], src/summaryview.c
15961                 'next unread msg' 'go to next folder?' dialog can be
15962                 given default behaviour, either always show dialog,
15963                 or assume 'yes', or assume 'no'
15964                 Submitted by wwp <subscript@free.fr>
15965
15966 2001-09-25 [melvin]
15967                 
15968         * src/compose.c src/gtkspell.[ch]
15969                 added support for different encodings
15970
15971 2001-09-25 [paul]
15972
15973         * more sync with sylpheed 0.6.2cvs5
15974
15975 2001-09-24 [alfons]
15976         
15977         * src/prefs_folder_item.c
15978                 add check for item->prefs->default_to string is NULL and
15979                 add another check when freeing this string
15980
15981 2001-09-24 [paul]
15982
15983         * configure.in
15984                 change to version 0.6.2claws3
15985
15986         * sync with sylpheed 0.6.2cvs5 
15987
15988 2001-09-24 [match]
15989         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15990                 import LDIF files.
15991         * src/addrcache.[ch], addrindex.[ch]
15992                 small update for future
15993         * src/addrbook.c
15994                 fix test XML file.
15995
15996 2001-09-24 [melvin]
15997         * src/gtkspell.[ch]
15998                 added 'Learn from mistakes' option
15999                 better handling of quotes in checked words
16000                 sorted dict list
16001         * po/fr.po
16002                 small update for spell checking stuff
16003
16004 2001-09-23 [alfons]
16005         
16006         * src/gtkspell.c
16007                 edit a little bit so it complies more with main coding style
16008
16009 2001-09-23 [alfons]
16010
16011         * src/folder.[ch], prefs_folder_item.c, compose.c
16012                 migrate "request return receipt" folder property
16013                 to folderlist.xml
16014
16015 2001-09-22 [alfons]
16016
16017         * README.claws **NEW**
16018                 (add things of interest for users of main branch 
16019                 and claws here)
16020
16021         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16022                 re-implement threading per folder option, but store 
16023                 the setting in folderlist.xml (where it belongs)
16024
16025 2001-09-21 [melvin]
16026
16027         * src/gtkspell.[ch]
16028                 fixed bug when compose window is under another window
16029         * src/prefs_common.[ch] src/compose.c
16030                 changed 'dictionary_path' to 'dictionary' to be consistent
16031                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16032         * ac/pspell.m4 src/Makefile.am 
16033                 dropped PSPELL_PATH macro
16034         * po/fr.po
16035                 updated translations
16036
16037 2001-09-21 [christoph]
16038
16039         * src/compose.c
16040                 added border around header fields
16041                 keep header type when new field is added
16042
16043 2001-09-20 [christoph]
16044
16045         * src/utils.[ch]
16046                 more portable debug_print with source filename
16047                 and linenumber
16048         * src/procmsg.c
16049                 more newlines after debug messages
16050
16051 2001-09-20 [paul]
16052
16053         * configure.in
16054                 change to version 0.6.2claws2
16055
16056         * sync with sylpheed 0.6.2cvs3
16057
16058 2001-09-19 [melvin]
16059
16060         * src/gtkspell.c
16061                 fixed the post-right-click focus pb
16062                 fixed crash when 'Spell check all' after dict change 
16063                         and when cursor is at the end of the text
16064                 shift-right-click pops up config menu even on misspelled words.
16065         * po/POTFILES.in
16066                 added gtkspell.c
16067
16068 2001-09-19 [melvin]
16069
16070         * src/about.c
16071                 added pspell to compiled-in features list
16072
16073 2001-09-18 [melvin]
16074
16075         * switched to pspell and dropped ispell
16076         * ac/pspell.m4
16077                 new file. autoconf macro for pspell
16078         * ac/Makefile.am 
16079         * configure.in acconfig.h
16080                 added pspell support
16081         * src/Makefile.am
16082         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16083         * src/prefs_common.[ch] 
16084                 added pspell support
16085
16086 2001-09-18 [christoph]
16087
16088         * src/addr_compl.c
16089         * src/template.[ch]
16090                 replace LOG_MESSAGE with debug_print
16091         * src/compose.[ch]
16092                 gui improvements
16093         * src/menu.c
16094                 added newline after debug message
16095         * src/utils.h
16096                 using __VA_ARGS__ for debug_print macro
16097         * tools/.cvsignore
16098                 ignore Makefile and Makefile.in
16099
16100 2001-09-18 [paul]
16101
16102         * configure.in
16103                 change to version 0.6.2claws1
16104         * sync with sylpheed 0.6.2cvs1
16105
16106         * src/matcher.c 
16107         * src/prefs_matcher.c
16108                 add 'score equal to' option, submitted by
16109                 Paul Evans <nerd@freeuk.com>
16110
16111 2001-09-15 [christoph]
16112
16113         * src/mainwindow.c
16114                 comment out menu entry not existing in claws
16115         * src/menu.c
16116                 add debug output for non existing menu entries
16117         * src/summaryview.c
16118                 fix next/prev unread message for ignored threads
16119         * src/utils.[ch]
16120                 add sourcefile and line number to debug output
16121                 otherwise it is sometimes hard to find the
16122                 source code part if debug messages are translated
16123
16124 2001-09-14 [darko]
16125         
16126         * src/folderview.c
16127                 refresh target folder style after colour is changed
16128
16129 2001-09-13 [paul]
16130
16131         * configure.in
16132                 change to version 0.6.1claws3
16133
16134         * sync with sylpheed 0.6.1cvs6
16135
16136 2001-09-13 [darko]
16137         
16138         * src/folderview.c
16139                 fix target folder colourization to use user selected colour
16140
16141 2001-09-12 [darko]
16142         
16143         * src/summaryview.c
16144                 fix crash when message that is marked for copy/move is unmarked
16145
16146 2001-09-09 [paul]
16147
16148         * configure.in
16149                 change to version 0.6.1claws2
16150
16151         * sync with sylpheed 0.6.1cvs3
16152
16153 2001-09-09 [alfons]
16154         
16155         * src/folderview.c
16156                 fix bug with default font used for trash folder text
16157
16158 2001-09-06 [paul]
16159
16160         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16161                 updated translations
16162
16163         * configure.in
16164                 change to version 0.6.1claws1
16165
16166         * sync with sylpheed 0.6.1cvs2
16167
16168 2001-09-03 [paul]
16169
16170         * po/POTFILES.in
16171                 add Match's new addressbook
16172
16173         * po/de.po
16174                 updated translation submitted by Jens Oberender
16175
16176 2001-09-02 [paul]
16177
16178         * configure.in
16179                 change to 0.6.1claws
16180         * sync with sylpheed 0.6.1 release
16181
16182 2001-09-02 [paul]
16183
16184         * configure.in
16185                 change to 0.6.0claws2
16186
16187         * sync with sylpheed 0.6.0cvs4
16188
16189         * po/pt_BR.po
16190                 updated translation submitted by Fabio Junior Beneditto
16191
16192 2001-09-01 [match]
16193         * pixmaps/
16194                 interface.xpm
16195                 book.xpm
16196                 address.xpm
16197         * src/
16198                 Makefile.am
16199                 a ton of new files
16200
16201 2001-08-31 [paul]
16202
16203         * configure.in
16204                 change to version 0.6.0claws1
16205
16206         * sync with sylpheed 0.6.0cvs1
16207
16208         * po/es.po
16209                 updated translation submitted by Ricardo Mones Lastra
16210
16211         * po/POTFILES.in
16212                 add 'src/prefs_templates.c'
16213
16214         * src/compose.c, src/summaryview.c
16215                 fix segfault on 'Re_edit'               
16216
16217 2001-08-30 [alfons]
16218
16219         * configure.in, Makefile.am
16220         * tools/Makefile.am
16221                 add tools directory to source distribution
16222
16223 2001-08-30 [paul]
16224
16225         * configure.in
16226                 change to version 0.6.0claws
16227
16228         * sync with sylpheed 0.6.0 release
16229
16230 2001-08-30 [christoph]
16231
16232         * configure.in
16233                 removed autoconf version check
16234
16235 2001-08-30 [paul]
16236
16237         * src/account.c, src/compose.c, src/prefs_common.[ch]
16238         * src/procheader.[ch] src/utils.[ch]
16239                 Enhanced automatic account selection on replies
16240                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16241
16242         * configure.in
16243                 add LDAP and JPilot to the configuration results output.
16244
16245 2001-08-29 [christoph]
16246
16247         * src/summeryview.c
16248                 no bold font for ignored threads
16249
16250 2001-08-29 [paul]
16251
16252         * configure.in
16253                 change to version 0.5.3claws6
16254
16255         * sync with sylpheed 0.5.3cvs10
16256                 src/stringtable.[ch]: New Files
16257
16258         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16259         * src/pixmaps/sylpheed.xpm
16260                 add mini-icons to windows (by Alfons)
16261
16262 2001-08-27 [paul]
16263
16264         * src/mainwindow.c
16265                 new functions: next_labeled_cb(), prev_labeled_cb()
16266
16267         * src/summaryview.c
16268                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16269                 summary_select_next_labeled(), summary_select_prev_labeled()
16270
16271         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16272                 give claws blue folders and a blue trash can
16273
16274 2001-08-27 [paul]
16275
16276         * configure.in
16277                 change to version 0.5.3claws5
16278
16279         * sync with sylpheed 0.5.3cvs9
16280                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16281
16282 2001-08-24 [christoph]
16283
16284         * src/filesel.c
16285                 keep filename when browsing directories
16286                 (not working for user entered filename, but
16287                  for default name and selected filename from
16288                  file list)
16289         * src/mainwindow.c
16290                 fixed wrong spelling "Folllow-up"
16291         * src/mbox_folder.c
16292         * src/procmsg.c
16293         * src/summaryview.c
16294                 fixed new/unread message count with ignored
16295                 threads (2 commits, first didn't notice no
16296                 longer needed decreasing)
16297         * src/inc.c
16298                 readded scrolling of progress dialog
16299                 (lost in sync)
16300
16301 2001-08-24 [paul]
16302
16303         * configure.in
16304                 change to 0.5.3claws4
16305
16306         * sync with sylpheed 0.5.3cvs7
16307
16308 2001-08-24 [christoph]
16309
16310         * src/compose.c
16311                 set request return receipt when replying
16312                 if it is set is the folder prefs of the
16313                 message
16314         * src/inc.c
16315                 disable final error popup if popups are
16316                 disabled in config (again)
16317
16318 2001-08-23 [paul]
16319
16320         * configure.in
16321                 Change version number to 0.5.3claws3
16322
16323         * sync with sylpheed 0.5.3cvs5
16324
16325         * src/mimeview.c
16326                 double quote '%s' in 'gedit %s' to fix bug when
16327                 opening attachment with spaces in the name
16328
16329 2001-08-22 [alte]
16330         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16331           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16332                 initial message templates support
16333
16334
16335 2001-08-22 [paul]
16336
16337         * configure.in
16338                 change version number to 0.5.3claws2
16339
16340         * sync with sylpheed 0.5.3cvs4
16341
16342         * src/procmsg.h src/summaryview.c
16343                 re-implement (un)ignore thread
16344
16345 2001-08-21 [paul]
16346
16347         * src/summaryview.c
16348                 remove unnecessary code
16349         * src/compose.c
16350                 enable 'dynamic' signatures (submitted by
16351                 Eric Limpens <eric@hscg-internet.nl>)
16352
16353 2001-08-21 [paul]
16354
16355         clean up after sync with sylpheed 0.5.3 release
16356
16357         * src/folderview.c
16358                 fix re-introduced font mess, see Christoph's
16359                 entry 2001-06-24
16360
16361         * src/summaryview.c
16362                 remove prev_msgnum
16363                 use sylpheed's small font instead of
16364                 gtk default font for summary view
16365
16366
16367 2001-08-17 [paul]
16368
16369         * configure.in
16370                 add pl to ALL_LINGUAS - sync with main branch
16371
16372         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16373                 Updated. Translations by Jens Oberender, Ricardo Mones
16374                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16375
16376         * po/pl.po  ** NEW FILE **
16377                 sync with the main branch
16378
16379         * src/folderview.c
16380                 fix target folder colorizing and refresh problem
16381
16382
16383 2001-08-17 [christoph]
16384
16385         * src/mainwindow.c
16386                 claws uses 4 colors for target folder coloring.
16387                 arrays were not long enough and destroyed the
16388                 stack causing a segfault.
16389                 target folder colorizing does not work anymore
16390                 for me
16391
16392 2001-08-16 [paul]
16393
16394         * configure.in
16395                 change to version 0.5.3claws1
16396
16397         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16398           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16399           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16400
16401                 sync with sylpheed 0.5.3 release, but keep claws method of
16402                 configuring/saving fonts
16403
16404         * src/addressbook.[ch]
16405                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16406                 in line with a similar change in Hiroyuki's branch
16407
16408         * src/mainwindow.[ch]
16409                 disable main_window_set_thread_option()
16410         * src/prefs_folder_item.c
16411                 comment out &tmps_prefs.enable_thread,
16412         * src/mbox_folder.c, src/procmsg.[ch]
16413                 comment out MSG_IS_IGNORE_THREAD
16414         * src/summaryview.c
16415                 comment out summary_ignore_thread() and summary_unignore_thread()
16416                 comment out MSG_IS_IGNORE_THREAD
16417
16418                 use Hiroyuki's threading instead.
16419
16420
16421
16422 2001-08-15 [paul]
16423
16424         * src/account.c
16425                 use Hiroyuki's 0.5.3 column scheme but also
16426                 include the enable/disable button.
16427         * src/pixmaps/mark.xpm
16428                 add Hiroyuki's amended pixmap
16429
16430 2001-08-13 [christoph]
16431
16432         * src/account.c
16433                 receive at get all column showed wrong state for APOP
16434                 button should only work for POP3 and APOP accounts
16435         * src/prefs_account.c
16436                 added missing preprocessor statement for SSL
16437
16438 2001-08-12 [paul]
16439
16440         * src/account.[ch]
16441                 add 'receive at get all' column and enable/disable
16442                 button.
16443
16444 2001-08-06 [christoph]
16445
16446         * src/account.c
16447                 show usage of SSL in protocol column
16448
16449         * src/imap.c
16450         * src/inc.c
16451                 renamed ssl options
16452
16453         * src/prefs_account.[ch]
16454                 moved ssl options to a new page
16455
16456         * src/send.c
16457         * src/smtp.c
16458         * src/ssl.[ch]
16459                 renamed ssl options
16460                 added support for SMTP STARTTLS command
16461
16462 2001-08-05 [christoph]
16463
16464         * configure.in
16465                 debian autoconf needs version check to find
16466                 correct autoconf version. if the file is
16467                 named configure.in 2.13 is used, which does
16468                 not work with this configure.in script.
16469                 other solution would be to rename the script
16470                 to configure.ac as suggested in the autoconf
16471                 manual.
16472
16473         * src/inc.c
16474                 disable final error popup if popups are
16475                 diabled in config
16476
16477         * src/socket.c
16478                 bugfix in ssl_gets
16479                 fixes IMAP over SSL problem
16480
16481 2001-08-03 [paul]
16482
16483         * configure.in
16484                 change to 0.5.2claws1
16485
16486         * sync with sylpheed 0.5.2cvs1
16487
16488 2001-08-02 [alfons]
16489
16490         * configure.in
16491                 quick fix for ispell detection...
16492
16493 2001-08-01 [paul]
16494
16495         * configure.in
16496                 change to 0.5.1claws4
16497
16498         * sync with sylpheed 0.5.1cvs7
16499
16500 2001-07-31 [alfons]
16501
16502         * src/prefs_common.c, src/prefs_common.h, 
16503           src/gtkspell.c, src/gtkspell.h
16504                 add global spelling checker settings (compose tab) +
16505                 selection of dictionary 
16506           
16507         * configure.in  
16508                 guess valid ispell location
16509
16510 2001-07-31 [paul]
16511
16512         * po/POTFILES.in
16513                 removal of 'src/quote_fmt_parse.c'
16514         * po/de.po
16515                 Updated de.po
16516                 (submitted by Jens Oberender <didge@suse.de>)
16517
16518 2001-07-31 [darko]
16519
16520         * src/folder.[ch]
16521         * src/folderview.[ch]
16522         * src/mainwindow.c
16523         * src/mh.c
16524         * src/prefs_common.[ch]
16525         * src/summaryview.c
16526                 target folder colourization
16527
16528 2001-07-30 [paul]
16529
16530         more sync with Sylpheed 0.5.1cvs6 
16531
16532 2001-07-30 [darko]
16533
16534         * src/mh.c
16535         * src/prefs_folder_item.[hc]
16536         * src/summaryview.c
16537                 shared folders support with a GUI
16538
16539 2001-07-29 [paul]
16540
16541         0.5.1claws3
16542
16543         * sync with Sylpheed 0.5.1cvs6
16544
16545 2001-07-29 [paul]
16546
16547         * po/pt_BR.po
16548                 updated
16549                 (submitted by Fabio Junior Beneditto)
16550
16551 2001-07-28 [paul]
16552
16553         * src/procmime.c
16554         * AUTHORS
16555                 patch to correct bad image mime headers
16556                 (submitted by Don Quijote <dq@searchlores.org>)
16557
16558 2001-07-28 [paul]
16559
16560         * tools/gif2xface.pl   **NEW FILE**
16561         * tools/README
16562                 script to convert file.gif to file.xface for
16563                 use in a custom header.
16564                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16565
16566 2001-07-27 [alfons]
16567         
16568         * configure.in
16569                 change macros for detecting JPilot and LDAP
16570
16571 2001-07-27 [christoph]
16572
16573         * src/filtering.c
16574                 code cleanup (MIN / MAX warning, needed casting)
16575
16576 2001-07-27 [alfons]
16577
16578         * procheader.c
16579                 disallow setting flags when detecting certain headers
16580                 (X-Status, Status, Seen, X-Seen). 
16581         
16582         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16583
16584 2001-07-27 [christoph]
16585
16586         * src/prefs_filter.c
16587         * src/prefs_filtering.c
16588         * src/prefs_matcher.c
16589         * src/prefs_scoring.c
16590                 scroll list when moving rows up or down
16591
16592         * src/imap.c
16593         * src/imap.h
16594         * src/prefs_account.c
16595         * src/prefs_account.h
16596         * src/send.c
16597                 SMTP over SSL (untested, feedback requested)
16598                 IMAP over SSL
16599
16600         * src/ssl.c
16601                 code cleanup
16602
16603 2001-07-26 [alfons]
16604         
16605         * configure.in, acconfig.h
16606                 define CLAWS (need this for main / claws detection)
16607
16608 2001-07-25 [alfons]
16609
16610         * configure.in
16611                 Sylpheed 0.5.1claws2
16612                 
16613         * sync with Sylpheed 0.5.1cvs4
16614
16615 2001-07-25 [christoph]
16616
16617         * src/scoring.c
16618                 fixed segfault
16619                 item->prefs == NULL (don't know why)
16620
16621 2001-07-25 [alfons]
16622
16623         * configure.in
16624                 Sylpheed 0.5.1claws1
16625
16626         * sync with Sylpheed 0.5.1cvs1-3
16627
16628 2001-07-24 [christoph]
16629
16630         * src/folderview.c
16631         * src/prefs_folder_item.[ch]
16632                 added folderitem preferences dialog with
16633                 default To: and auto request return receipt
16634
16635         * src/compose.[ch]
16636         * src/menu.[ch]
16637                 changes to handle new folderitem preferences
16638
16639         * src/mainwindow.c
16640         * src/summaryview.c
16641                 call compose new mail with current folderitem
16642
16643 2001-07-24 [alfons]
16644
16645         Release Sylpheed 0.5.1claws
16646
16647         * configure.in
16648                 change to release version 0.5.1claws
16649
16650 2001-07-24 [christoph]
16651
16652         * src/summaryview.c
16653                 fixed segfault that happend when the selected
16654                 message was removed while retrieving new messages.
16655
16656         * po/es.po
16657                 updated translation
16658                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16659
16660 2001-07-22 [alfons]
16661
16662         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16663         this is a work in progress, for more information: http://nlpagan.net/sylman 
16664         
16665         * configure.in, src/mainwindow.c, manual/Makefile.am
16666                 add support for English manual
16667
16668         * AUTHORS
16669                 add authors of user manuals
16670
16671         * manual/en/sylpheed*.html
16672                 add English documentation
16673
16674 2001-07-22 [christoph]
16675
16676         * po/POTFILES.in
16677                 added src/ssl.c
16678         * src/ssl.c
16679                 changed a wrong debug message
16680
16681 2001-07-22 [alfons]
16682
16683         * po/nl.po
16684                 update Dutch translation
16685
16686         * src/prefs_filtering.c, 
16687           src/prefs_matcher.c
16688                 add more translatable strings           
16689
16690 2001-07-21 [alfons]
16691
16692         0.5.0claws7
16693
16694         * configure.in
16695                 change version
16696
16697         * src/inc.c, src/summaryview.[ch]
16698                 prevent update of mark file when filtering has done, by
16699                 using a variable; this affects two functions:
16700                         inc.c::inc_finished()
16701                         summaryview.c::summary_show()
16702
16703 2001-07-20 [alfons]
16704
16705         * src/filtering.[ch], src/prefs_filtering.c, 
16706           src/matcher.[ch]
16707                 add filtering action for label coloring 
16708
16709         * po/POTFILES.in
16710                 add labelcolors.c
16711
16712         * added src/labelcolors.c
16713         * added src/labelcolors.h
16714         * src/Makefile.am, src/summaryview.c
16715                 rearrange label coloring code
16716
16717         * src/procmsg.h
16718                 add more parentheses so label colouring works correctly
16719
16720         * src/filtering.c
16721                 don't really delete message, but move it to Trash
16722
16723         * src/prefs_matcher.c
16724                 add quote options to info dialog
16725
16726 2001-07-20 [christoph]
16727
16728         * src/Makefile.am
16729         * src/inc.c
16730         * src/main.[ch]
16731         * src/socket.h
16732         * src/ssl.[ch] (new)
16733                 moved ssl stuff to a seperate file
16734
16735 2001-07-20 [darko]
16736
16737         * src/summaryview.c
16738                 fix show sender using address book with no e-mail
16739                 address in From: field
16740
16741 2001-07-19 [alfons]
16742
16743         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16744                 fix messy handling of escaping... now at least the
16745                 execute command is useful. escape char is '\', we
16746                 accept \n and \r too. 
16747
16748                 Real life example:
16749                 
16750                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16751                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16752
16753 2001-07-18 [alfons]
16754
16755         0.5.0claws6
16756
16757         * src/summaryview.c
16758                 clean up
16759
16760         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16761           src/procmsg.[ch]
16762                 revise filtering; currently move, copy, marking have
16763                 been tested. if you like bleeding edge stuff, you
16764                 should definitely go for this version :)
16765
16766         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16767
16768 2001-07-17 [christoph]
16769
16770         * src/utils.c
16771                 timestamp log
16772
16773 2001-07-17 [alfons]
16774
16775         0.5.0claws5
16776
16777         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16778           bits in the mark file, without affecting either branch. Lots of
16779           files changed, also in claws branch.
16780
16781           UNTESTED: use of mbox folders
16782
16783         * src/summaryview.c
16784                 added mark all read; however this was a quick hack used for
16785                 cleaning up mess after initial merge with Hiroyuki
16786
16787         * configure.in
16788                 change claws version number back to 0.5.0claws5 to clear up 
16789                 confusion & pretension (recent release was technically 
16790                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16791
16792 2001-07-16 [alfons]
16793
16794         sync with Hiroyuki's 0.5.0cvs4
16795
16796 2001-07-16 [alfons]
16797
16798         0.5.1claws3
16799
16800         * src/filtering.[ch]
16801                 remove invalid updating of mark files for 
16802                 filter actions MATCHING_ACTION_MOVE and 
16803                 MATCHING_ACTION_DELETE; this should fix the
16804                 folder update bug
16805                 
16806         * src/procmsg.c
16807                 revert Christoph's stab at fixing the folder 
16808                 update bug
16809
16810         * po/POTFILES.in
16811                 add missing files with translatable strings
16812
16813         * src/summaryview.c
16814                 remove debug print
16815
16816 2001-07-15 [alfons]
16817
16818         * src/addr_compl.[ch], src/prefs_filtering.c
16819                 make "filtering pref dialog's destination entry" an
16820                 "address completable entry", if filter destination is 
16821                 an email address
16822
16823         0.5.1claws2
16824         
16825         sync with Hiroyuki's 0.5.0cvs2-3
16826
16827 2001-07-15 [christoph]
16828
16829         * src/procmsg.c
16830                 fixed folder stats update after incorporation
16831
16832 2001-07-15 [alfons]
16833
16834         * src/summaryview.c
16835                 * finish label colouring stuff (for now)
16836                 * fix incorrect colour bug (off by one) 
16837
16838 2001-07-14 [alfons]
16839
16840         * src/mainwindow.c
16841                 change text labels for news and mail message so there's
16842                 plenty of toolbar estate left
16843
16844         * configure.in
16845                 0.5.1claws1
16846
16847         * src/folderview.c
16848           src/folder.[ch]
16849                 sync with Hiroyuki's 0.5.0cvs1
16850
16851         * src/summaryview.c
16852                 more rewrite label colouring
16853
16854 2001-07-14 [alfons]
16855
16856         * src/summaryview.[ch]
16857                 * start rewrite label colouring 
16858                 * fix proper location "Add Sender To Addressbook" menu item
16859
16860 2001-07-13
16861
16862         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16863         (actually this is 0.5.0claws4)
16864
16865 2001-07-13 [alfons]
16866
16867         * po/pt_BR.po
16868                 * fix duplicate message
16869                 * add updated Portugese / Brazilian translation
16870                   submitted by Fabio Junior Beneditto
16871
16872 2001-07-12 [alfons]
16873
16874         * AUTHORS
16875                 add Jens
16876
16877         * po/nl.po
16878                 add updated Dutch translation
16879
16880         * po/de.po
16881                 add updated German translation submitted by Jens
16882
16883 2001-07-11 [alfons]
16884
16885         Prerelease before 0.5.0claws. Please test.
16886         This version is temporarily tagged as VERSION_0_5_0_TEST
16887
16888         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16889           src/prefs_scoring.c, src/prefs_matcher.c, 
16890           src/prefs_filtering.c, src/mbox.c, 
16891           src/main.c, src/inc.c, src/filtering.[ch]
16892                 revert new Hoa's new matcher (does not work yet)
16893
16894         * src/Makefile.am
16895                 clean up
16896
16897 2001-07-10
16898
16899         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16900
16901
16902 2001-07-10 [alfons]
16903
16904         * Makefile.am
16905                 add ChangeLog.claws to EXTRA_DIST
16906         * src/Makefile.am
16907                 add matcher_parser_parse.h to EXTRA_DIST
16908
16909 2001-07-10 [christoph]
16910
16911         * src/inc.c
16912                 add destination folder to table of
16913                 folders that need to be updated after
16914                 incorporation
16915
16916 2001-07-10 [alfons]
16917
16918         * folder.[ch]
16919           folderview.c
16920                 make collapse state of folders and folder items persistent, i.e.
16921                 if you collapse a folder tree, the next time sylpheed-claws starts 
16922                 up the folder tree remains collapsed.  
16923                 
16924 2001-07-10 [christoph]
16925
16926         * acconfig.h
16927         * configure.in
16928                 added --enable-ssl
16929         * src/md5.[ch]
16930                 renamed MD5_CTX to MD5_CTX_syl
16931                 conflicts with a struct in openssl
16932         * src/inc.c
16933         * src/main.[ch]
16934         * src/prefs_account.[ch]
16935         * src/socket.[ch]
16936                 SSL support for POP
16937         * src/mainwindow.c
16938                 fixed compose with current account
16939                 broken by new compose button stuff
16940
16941 2001-07-09 [hoa]
16942
16943         * AUTHORS
16944                 changed my email address
16945
16946         * src/matcher_parser_parse.y
16947                 clean the parser to remove conflicts
16948
16949 2001-07-09 [alfons]
16950
16951         * AUTHORS
16952                 add Match Grun
16953
16954         * configure.in
16955                 fix incorrect description of --enable-ldap parameter
16956
16957         * src/prefs_common.[ch]
16958           src/compose.c
16959                 add experimental option "smart wrapping" which makes the
16960                 compose editor auto wrap.
16961                 
16962                 | TODO: the problem with the buggy cursor handling is caused |
16963                 | by the GtkText. when deleting / backspacing text its       |
16964                 | wrapping algorithm does not take in account the previous   |
16965                 | line. should find a way to hack this in.                   |
16966                 | or should perhaps combine this with the word wrapping      |
16967                 | patch i wrote in january.                                  |
16968
16969         * src/about.c
16970                 show build parameters for LDAP and JPilot
16971
16972         * src/summaryview.c
16973                 revert Christoph's bugfix for selecting next unread message, 
16974                 because folder stats aren't updated correctly
16975
16976 2001-07-08 [hoa]
16977
16978         * src/filtering.c
16979         * src/mainwindow.c
16980         * src/matcher.c
16981         * src/matcher_parser_lex.l
16982         * src/matcher_parser_parse.y
16983         * src/prefs_filtering.c
16984         * src/prefs_scoring.c
16985         * src/scoring.c
16986                 bugfix of the config file parser
16987
16988 2001-07-08 [alfons]
16989
16990         * src/Makefile.am
16991                 added generated matcher sources to BUILT_SOURCES
16992
16993 2001-07-08 [hoa]
16994
16995         * src/Makefile.am
16996         * src/.cvsignore
16997                 added new config file parser
16998
16999         * src/scoring.[ch]
17000         * src/filtering.[ch]
17001         * src/matcher.[ch]
17002         * src/prefs_filtering.c
17003         * src/prefs_matcher.c
17004         * src/prefs_scoring.c
17005         * added src/matcher_parser.h
17006         * added src/matcher_parser_lex.h
17007         * added src/matcher_parser_lex.l
17008         * added src/matcher_parser_parse.y
17009                 lex & yacc config file parser
17010
17011         * src/mbox.c
17012         * src/inc.c
17013         * src/main.c
17014                 changes prefs_filtering into global_filtering           
17015
17016         * src/summaryview.c
17017                 build threads with subjects only if "Re: " is at the
17018                 beginning of the subject
17019
17020 2001-07-07 [paul]
17021
17022         0.5.0claws
17023
17024         sync with sylpheed 0.5.0
17025                 change of version number only
17026
17027 2001-07-06 [paul]
17028
17029         0.5.0claws5
17030
17031         sync with sylpheed 0.5.0pre5
17032
17033 2001-07-05 [paul]
17034
17035         sync with sylpheed 0.5.0pre4 release
17036                 /po and /manual/ja not sync'ed
17037
17038 2001-07-04 [paul]
17039
17040         more sync with sylpheed 0.5.0pre4
17041
17042 2001-07-03 [christoph]
17043
17044         * src/addressbook.c
17045                 fixed address book broken by address book
17046                 for VCard, JPilot, LDAP
17047
17048 2001-07-03 [alfons]
17049
17050         * src/matcher.c
17051         * src/textview.c
17052                 stopped memory leaks
17053
17054 2001-07-03 [paul]
17055
17056         more sync with sylpheed 0.5.0pre4
17057
17058 2001-07-02 [match]
17059
17060         * included address book patch for VCard, JPilot, LDAP
17061         * pref_common.c - fixed Font options on Display tab (cosmetic)
17062         * alertpanel.c - fixed truncated message
17063
17064 2001-07-02 [christoph]
17065
17066         * src/mbox_folder.c
17067         * src/procmsg.[ch]
17068         * src/summaryview.c
17069                 mark threads for ignoring
17070
17071 2001-07-02 [paul]
17072
17073         0.5.0claws4
17074
17075         * sync with sylpheed 0.5.0pre4
17076                 updated gettext to 0.10.38.
17077
17078 2001-07-01 [paul]
17079
17080         * src/ mainwindow.c
17081         * src/procmsg.h
17082         * src/summaryview.[ch]
17083                 new right-click option: Label.
17084                 substitute for 'Mark-->Mark/Unmark', colours the line.
17085                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17086
17087 2001-07-01 [christoph]
17088
17089         * src/folderview.c
17090                 fixed font for trash
17091         * src/summaryview.c
17092                 move ctree to unread message
17093
17094 2001-07-01 [paul]
17095
17096         * sync with sylpheed 0.5.0pre3 release
17097
17098 2001-06-30 [alfons]
17099
17100         * src/filesel.[ch]
17101         * src/compose.c
17102                 allow inserting / attaching multiple files in
17103                 the composer window
17104
17105 2001-06-30 [paul]
17106
17107         * src/codeconv.c
17108                 small change to Alfons' previous stuff so that it
17109                 actually makes
17110
17111 2001-06-30 [alfons]
17112
17113         * lots of files changed; first attempt to merge the changes
17114           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17115
17116 2001-06-30 [paul]
17117
17118         * po/pt_BR.po
17119                 updated and completed, translations by Fabio
17120                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17121
17122 2001-06-29 [alfons]
17123
17124         * src/compose.c
17125         * src/mimeproc.[ch]
17126                 allow selecting an attached files' mime type from a 
17127                 list of types.
17128
17129 2001-06-29 [paul]
17130
17131         * more sync with sylpheed 0.5.0pre3
17132
17133 2001-06-29 [paul]
17134
17135         * po/pt_BR.po
17136                 merge with sylpheed.pot and pt_BR.po provided by
17137                 Fabio Junior Beneditto.
17138
17139 2001-06-29 [darko]
17140
17141         * src/procmime.c
17142                 make MIME types case insensitive
17143
17144 2001-06-28 [alfons]
17145
17146         * po/nl.po
17147                 merge with sylpheed.pot and old nl.po; translations added.
17148
17149 2001-06-28 [paul]
17150
17151         * more sync with sylpheed 0.5.0pre3
17152
17153 2001-06-27 [alfons]
17154
17155         * src/summaryview.c
17156                 don't crash when removing parent node of messages
17157                 attracted by subject. this was caused by not deleting
17158                 the parent node from the subject line hash table.
17159
17160 2001-06-27 [alfons]
17161
17162         * src/summaryview.c
17163         * src/compose.[ch]
17164         * src/mainwindow.c
17165                 if there are multiple messages selected, allow forwarding
17166                 them as attachments.
17167
17168 2001-06-27 [paul]
17169
17170         * more sync with sylpheed 0.5.0pre3
17171
17172 2001-06-26 [paul]
17173
17174         0.5.0claws3
17175
17176         * sync with sylpheed 0.5.0pre3
17177
17178 2001-06-25 [paul]
17179
17180         * src/mainwindow.c
17181                 fixed 'compose news article' bug
17182                 from icon-and-text toolbar
17183
17184 2001-06-25 [paul]
17185
17186         * sync with sylpheed 0.5.0pre2 release
17187
17188 2001-06-24 [christoph]
17189
17190         * src/prefs_common.c
17191                 bug fix in font selection
17192         * src/folderview.c
17193                 use sylpheed's normal font instead of
17194                 gtk default font for folders without
17195                 new messages
17196
17197 2001-06-24 [alfons]
17198
17199         * src/mainwindow.[ch]
17200                 added composite compose mail / news button (an idea by Leandro
17201                 Pereira <leandro@linuxmag.com.br>)
17202
17203 2001-06-24 [paul]
17204
17205         Added instructions for ldif-to-xml.py
17206
17207         * tools/README
17208
17209 2001-06-23 [alfons]
17210
17211         Some minor things.
17212
17213         * src/pixmaps/stock_news_compose.xpm
17214                 added pixmap by Leandro
17215         * src/prefs_common.c
17216                 tested built-in spelling checker of GCC 3.0 :)
17217         * po/nl.po
17218                 merged dutch translation of sylpheed-main with
17219                 sylpheed.pot
17220
17221 2001-06-23 [paul]
17222
17223         Added tools directory and files.
17224
17225         * tools/filter_conv.pl
17226                 converts old filter system to new filtering system
17227         * tools/ldif-to-xml.py
17228                 converts netscape addressbook to sylpheed addressbook
17229         * tools/README
17230                 descriptions/instructions for above two files
17231
17232 2001-06-23 [christoph]
17233
17234         * src/inc.c
17235         * src/manage_window.[ch]
17236         * src/prefs_common.[ch]
17237                 mail retrieval dialog can be enabled, disabled
17238                 or hidden if non of sylpheed's windows is active
17239
17240 2001-06-22 [paul]
17241
17242         0.5.0claws2
17243
17244         * sync with sylpheed 0.5.0pre2
17245
17246 2001-06-21 [christoph]
17247
17248         * src/summaryview.c
17249                 show recipient on 'from' for all accounts
17250                 
17251         * src/inc.c
17252         * src/prefs_common.[ch]
17253                 disable error popup on mail receive errors
17254
17255 2001-06-21 [alfons]
17256
17257         * src/compose.c
17258                 made the ruler correctly appear and disappear.
17259
17260         * src/Makefile.am
17261                 removed Hoa's work-in-progress-stuff (interesting!) so 
17262                 claws compiles ok.
17263
17264 2001-06-20 [christoph]
17265
17266         * src/inc.c
17267         * src/progressdialog.c
17268                 added scrolled window for list in progressdialog
17269
17270 2001-06-20 [paul]
17271
17272         sync with sylpheed 0.5.0pre1 release
17273
17274 2001-06-20 [christoph]
17275
17276         * src/summeryview.c
17277                 make building threads by subject work when
17278                 thread view is enabled
17279                 
17280         * src/compose.c
17281         * src/prefs_common.[ch]
17282                 automatically select account for mail replys
17283
17284 2001-06-19 [sergey]
17285
17286         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17287         they are filled in from the account settings.
17288
17289 2001-06-19 [paul]
17290
17291         * more sync with sylpheed 0.5.0pre1
17292
17293 2001-06-18 [alfons]
17294
17295         * src/Makefile.am,
17296           src/procmime.c
17297                 added --sysconfdir to CPPFLAGS for pointing to the correct
17298                 location of mime.types. 
17299
17300                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17301                 or ./configure!
17302
17303 2001-06-18 [hoa]
17304
17305         * src/summaryview.c
17306                 fixed some bug when building threads
17307
17308 2001-06-18 [pau]l
17309
17310         * src/prefs_account.c
17311                 UI stuff: More changes to the English
17312
17313 2001-06-18 [paul]
17314
17315         * src/pixmaps/stock_news_compose.xpm: new file
17316         * src/Makefile.am
17317         * src/mainwindow.c
17318         * src/summaryview.c
17319                 Added new icon for Hoa's 'compose a news
17320                 message', plus minor improvements to the
17321                 English
17322
17323         * po/ja.po
17324         * ChangeLog
17325         * ChangeLog.jp
17326                 more sync with sylpheed 0.5.0pre1
17327
17328 2001-06-18 [hoa]
17329
17330         * src/compose.[ch]
17331         * src/mainwindow.c
17332                 Follow-up and reply to
17333
17334         * src/summaryview.[ch]
17335                 Build threads also with subjects
17336
17337 2001-06-17 [hoa]
17338
17339         * src/compose.c
17340                 forwarding use the current account.
17341
17342         * src/mainwindow.c
17343                 the "compose message" button has been replaced with
17344                 "new mail" and "new news" buttons
17345
17346         * src/prefs_common.[ch]
17347                 added a configuration option to use the forward button
17348                 as "forward as attachment"
17349                 changed reply and forward format description
17350
17351         * src/quote_fmt_lex.l
17352         * src/quote_fmt_parse.y
17353                 added message with no signature in format for reply
17354                 and forward.
17355
17356 2001-06-17 [paul]
17357
17358         Minor UI stuff
17359
17360         * src/mainwindow.c
17361         * src/summaryview.c
17362                 Improvements to the English
17363
17364         * src/prefs_common.c
17365                 Improvements to the English and some
17366                 clarity/continuity improvements in the
17367                 description of Quote symbols.
17368
17369 2001-06-17 [paul]
17370
17371         0.5.0claws1
17372
17373         * sync with sylpheed 0.5.0pre1
17374
17375 2001-06-17 [hoa]
17376
17377         * src/compose.c
17378                 Better interface for compose, displayed fields
17379                 are updated whenever we change account.
17380                 Newsgroups field is automatically filled.
17381
17382         * src/mainwindow.c
17383                 Newsgroups field is automatically filled.
17384
17385         * src/prefs_account.c
17386                 Some interface stuff when fields appear and
17387                 disappear.
17388
17389 2001-06-16 [paul]
17390
17391         0.4.99claws
17392
17393         * sync with sylpheed 0.4.99
17394
17395 2001-06-16 [sergey]
17396
17397         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17398         base64_decoder_free, base64_decoder_decode): new object and
17399         functions for decoding base64 streams.
17400         * src/procmime.c (procmime_decode_content): modified to use the
17401         new base64 decoder.
17402
17403 2001-06-15 [paul]
17404
17405         0.4.99claws10
17406
17407         * sync with sylpheed 0.4.99cvs11
17408
17409 2001-06-13 [paul]
17410
17411         0.4.99claws9
17412
17413         * sync with sylpheed 0.4.99cvs9
17414
17415 2001-06-13 [hoa]
17416
17417         * src/compose.c
17418         * src/prefs_account.c
17419
17420                 SMTP server can be defined in the news account
17421                 mime type of attachment are kept.
17422
17423         * src/summaryview.c
17424
17425                 now choose the highest important score between default
17426                 and important score of folder.
17427
17428 2001-06-09 [alfons]
17429         
17430         * src/prefs_common.c: 
17431
17432                 (prefs_quote_description_create): corrected description of 
17433                 quote format characters
17434
17435 2001-06-09 [paul]
17436
17437         0.4.99claws8
17438
17439         * sync with sylpheed 0.4.99cvs8
17440
17441 2001-06-08 [sergey]
17442
17443         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17444         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17445
17446 2001-06-08 [paul]
17447
17448         0.4.99claws7
17449
17450         * sync with sylpheed 0.4.99cvs7
17451
17452 2001-06-06 [sergey]
17453
17454         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17455         clashes with autogenerated header).
17456         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17457         * src/Makefile.am: added quote_fmt.h.
17458         * src/.cvsignore: added lex/yacc autogenerated files
17459         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17460
17461 2001-06-06 [paul]
17462
17463         0.4.99claws6
17464
17465         * sync with sylpheed 0.4.99cvs6
17466
17467 2001-06-06 [hoa]
17468
17469         * added src/quote_fmt_parse.h
17470         * src/compose.c
17471                 removed warnings
17472
17473         * src/prefs.[ch]
17474                 don't modify readonly configuration files
17475
17476         * src/prefs_account.c
17477         * src/prefs_common.c
17478         * src/prefs_customheader.c
17479         * src/prefs_display_header.c
17480         * src/prefs_filter.c
17481         * src/prefs_filtering.c
17482         * src/prefs_scoring.c
17483                 don't open dialog box when configuration files
17484                 are readonly
17485
17486 2001-06-05 [sergey]
17487
17488         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17489
17490         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17491         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17492         BUILT_SOURCES to make all files rebuild properly.
17493
17494         * src/compose.c: removed #include "quote_fmt.tab.h".
17495
17496         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17497         CHARACTER value in yylval.
17498
17499         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17500         receive CHARACTER value by documented means (yylval).
17501
17502         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17503
17504 2001-06-05 [hoa]
17505
17506         * src/Makefile.am
17507                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17508
17509         * src/filtering.c
17510         * src/matcher.c
17511         * src/matcher.h
17512         * src/prefs_filtering.c
17513                 now keep the configuration for execute action
17514
17515         * src/mbox_folder.c
17516                 fixed a warning
17517
17518 2001-06-05 [paul]
17519
17520         * sync with sylpheed 0.4.99cvs5
17521
17522 2001-06-05 [hoa]
17523
17524         * src/Makefile.am
17525                 added quote_fmt.[ch]
17526
17527         * added src/quote_fmt.y
17528         * added src/quote_fmt.l
17529         * added src/quote_fmt.tab.h
17530         * added src/quote_fmt.tab.c
17531         * added src/lex.quote_fmt.c
17532                 parsing configuration for replying
17533                 and forwarding
17534
17535         * src/prefs_common.[ch]
17536                 added configuration UI for replying
17537                 and forwarding
17538
17539         * src/compose.c
17540                 using configuration for replying
17541                 and forwarding
17542
17543 2001-06-04 [hoa]
17544
17545         * src/filtering.c
17546         * src/matcher.c
17547         * src/matcher.h
17548         * src/prefs_filtering.c
17549         * src/prefs_matcher.c
17550         * src/prefs_matcher.h
17551                 action "run a command" for filtering
17552                 and matching with a command.
17553                 fixed the "whole message" matching
17554
17555         * src/mbox_folder.c
17556                 changed temporary filename for security
17557
17558         * src/messageview.c
17559                 queue the notification if it fails to send.
17560
17561         * src/prefs_common.c
17562         * src/prefs_folder_item.c
17563                 changed the default important score             
17564
17565         * src/prefs_scoring.c
17566         * src/scoring.c
17567                 hide kill score input when the folder is not
17568                 a newsgroup
17569
17570 2001-06-03 [alfons]
17571
17572         * src/prefs_common.c:
17573
17574                 (prefs_font_select): pass font name in font entry box to font
17575                 selection dialog.
17576
17577 2001-06-03 [sergey]
17578
17579         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17580
17581 2001-06-03 [paul]
17582
17583         * sync with sylpheed 0.4.99cvs4
17584
17585 2001-06-03 [alfons]
17586
17587         * src/headerwindow.c:
17588
17589                 (headerwindow_show_cb): use the selected summary view item, not
17590                 the displayed item.
17591
17592 2001-06-02 [alfons]
17593
17594         * src/headerwindow.c:
17595
17596                 (headerwindow_show_cb): always try to show msginfo
17597
17598 2001-06-02 [hoa]
17599
17600         * src/compose.c
17601                 keep attached parts when reediting or forwarding.
17602
17603 2001-06-01 [hoa]
17604
17605         * src/folderview.c
17606         * src/prefs_folder_item.[ch]
17607         * src/prefs_scoring.[ch]
17608         * src/scoring.[ch]
17609         * src/summaryview.[ch]
17610         * src/main.c
17611         * src/mainwindow.c
17612         * src/prefs_common.[ch]
17613                 support for folder scoring
17614                 kill score and important score for messages
17615         
17616         * src/prefs_account.c
17617                 some display bug fixed for local account
17618                 preferences
17619
17620 2001-05-31 [alfons]
17621
17622         * src/summaryview.c:
17623
17624                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17625                 sender to address book menu item is disabled.
17626
17627 2001-05-30 [hoa]
17628
17629         * src/filtering.[ch]
17630         * src/summaryview.c
17631                 handling summary menu / filter messages
17632
17633         * src/folder.[ch]
17634                 add some stuff
17635
17636         * src/foldersel.c
17637                 imap folders now appears in list
17638
17639         * src/mbox_folder.c
17640                 doesn't crash if destination mail is not writeable
17641
17642 2001-05-29 [hoa]
17643
17644         * src/compose.c
17645                 removed some warnings
17646
17647         * src/filtering.c
17648         * src/folder.[ch]
17649         * src/prefs_filtering.c
17650                 global string to identify any folders           
17651                 removed some debug info
17652                 filtering to mbox folders is now possible
17653
17654         * src/mainwindow.c
17655                 removed some warnings
17656
17657         * src/mbox_folder.c
17658                 permission on files are changed to read/write for user only,
17659                 nothing for other.
17660                 creation of subfolder is handled better.
17661
17662 2001-05-28 [alfons]
17663
17664         Verified the sync for src/prefs_common.[ch] and
17665         src/prefs_account.[ch]. I believe there were some
17666         minor indentation differences.
17667
17668 2001-05-28 [paul]
17669
17670         0.4.99claws3
17671
17672         * sync with 0.4.99cvs3
17673
17674 2001-05-28 [hoa]
17675
17676         * src/compose.c
17677                 handling flags for mbox format
17678
17679         * src/filtering.c
17680                 use of mark file only for MH format
17681                 handling flags for mbox format
17682                 filtering cannot yet move or copy mails to mbox folders.
17683
17684         * src/folder.[ch]
17685                 changed move_msg, copy_msg,
17686                 move_msgs_with_dest, copy_msgs_with_dest functions
17687                 uses only folder->copy_msg() function
17688                 uses folder->finished_copy() to handle the destination
17689                 folder at the end of the copy or move operation.
17690
17691         * src/foldersel.c
17692                 included mbox directories.
17693
17694         * src/folderview.[ch]
17695         * src/mainwindow.c
17696                 handle folders operation for mbox format
17697
17698         * src/mbox.c
17699                 disable conversion of "From " header
17700
17701         * src/mbox_folder.[ch]
17702                 completion of mbox format handling
17703
17704         * src/mh.c
17705                 changed mh_copy_msg() function and
17706                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17707                 mh_copy_msgs_with_dest()
17708
17709         * src/prefs_filtering.c
17710                 removed some warnings
17711
17712         * src/prefs_matcher.c
17713                 default boolean operation is AND
17714
17715         * src/procheader.c
17716                 handling flags for mbox format
17717                 handling of "From " header
17718
17719         * src/procmsg.[ch]
17720                 removed data field
17721                 added MSG_REALLY_DELETED flags to handle deletion of
17722                 messages in mbox format.
17723
17724         * src/summaryview.c
17725                 handling flags for mbox format
17726                 disable the MSG_DELETED flags when messages
17727                 are deleted in mbox format
17728
17729         * src/textview.c
17730                 "From " headers display fixed.
17731
17732 2001-05-27 [alfons]
17733
17734         * src/textview.c:
17735                 
17736                 (get_email_part): skip quoted email addresses, like in e.g.
17737                 "'alfons@proteus.demon.nl'".
17738
17739 2001-05-26 [alfons]
17740
17741         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17742         and fixing the persistence troubles when using separate windows.
17743
17744         * src/mainwindow.c:
17745         
17746             Added #define SEPARATE_ACTION used in the gtk item factory for 
17747             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17748                 use gtk_item_factory_get_widget_by_action() to get the items.
17749                 
17750             Removed separate_widget_cb from the gtk item factory data   
17751           
17752             (mainwindow_create): connect separate_widget_cb() to check
17753             menu item "toggled" signal. also passing a MainWindow pointer
17754                 as object data for both check menu items.
17755                 
17756             (separate_widget_cb): definition of separate_widget_cb() to match
17757             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17758                 window using gtk_object_get_data(). The type of window separation 
17759                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17760         
17761         * src/prefs_filtering.c,
17762           src/prefs_matcher.c: added horizontal scrollbars
17763
17764 2001-05-25 [darko]
17765
17766         * src/headerview.c
17767                 fix segfault with invalid bold font
17768         * src/summaryview.c
17769                 correctly display summary stats after row is marked
17770
17771 2001-05-23 [sergey]
17772
17773         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17774         encodings with libjconv.
17775
17776 2001-05-23 [hoa]
17777
17778         * src/Makefile.am
17779                 added mbox_folder.[ch]
17780         * src/defs.h
17781                 mbox temporary folder
17782         * src/folder.[ch]
17783         * added src/mbox_folder.[ch]
17784         * src/folderview.c
17785         * src/procheader.[ch]
17786                 added mbox support
17787         * src/mbox.c
17788                 bugfix for file incorporation filtering
17789         * src/imap.c
17790                 enable creation of MBOX
17791         * src/prefs_display_header.c
17792                 enable use of headers like "From "
17793                 something that should be fixed :
17794                         displaying of such headers add an extra space
17795         * src/prefs_folder_item.c
17796                 don't create folders because it is not necessary
17797         * src/procmsg.h
17798                 added data field to MsgInfo for mbox internal use
17799         * src/summaryview.c
17800                 added some support for mbox
17801         * src/utils.[ch]
17802                 added get_mbox_cache_dir() function
17803
17804 2001-05-23 [hiroyuki]
17805
17806         * src/headerwindow.c
17807           src/inc.c
17808           src/main.c
17809           src/mh.c
17810           src/nntp.c
17811           src/procmsg.h
17812           src/session.h
17813           src/socket.[ch]
17814           src/summaryview.c
17815           src/textview.c
17816           src/automaton.c
17817           src/folderview.c: more sync with 0.4.99cvs2.
17818
17819         * src/headerwindow.c: reverted.
17820
17821 2001-05-22 [paul]
17822
17823         0.4.99claws2
17824
17825         * sync with sylpheed 0.4.99cvs2
17826                 * src/news.[ch]
17827                 * src/nntp.[ch]
17828                 * INSTALL
17829                 * INSTALL.jp
17830
17831 2001-05-22 [alfons]
17832
17833         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17834
17835 2001-05-21 [alfons]
17836
17837         Minor things:
17838
17839         * configure.in: if gnome-config not found, "no" is displayed
17840         
17841         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17842
17843         * src/textview.c: now also possible to add mail addresses by right
17844           clicking in the text view
17845
17846         * src/codeconv.c: merged patch which fixes endless loop when encountering
17847           invalid wide characters; from Alte <010@imis.ru>  
17848
17849 2001-05-20 [alfons]
17850
17851         Added installation of gnome specific things:
17852
17853         * Makefile.am: gnome conditional
17854
17855         * configure.in: check for installed gnome
17856
17857         * added sylpheed.png, sylpheed.desktop
17858
17859 2001-05-20 [sergey]
17860
17861         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17862
17863         * src/mainwindow.h (main_window_toolbar_create): created a button
17864         for "Reply to all".
17865         (main_window_set_toolbar_sensitive): enable/disable the new button
17866         appropriately.
17867         (toolbar_reply_to_author_cb): handle the new button.
17868
17869         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17870         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17871         failure).
17872
17873 2001-05-19 [sergey]
17874
17875         * src/compose.h (ComposeReplyMode): new modes
17876         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17877         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17878
17879         * src/compose.c
17880         (compose_send): move some code into a new function:
17881         (compose_current_mail_account): new function.
17882         (compose_reply): new argument to_author, all callers changed; if
17883         to_author==TRUE and account->protocol==A_NNTP, find and use an
17884         appropriate mail account for replying.
17885         (compose_reply_set_entry): new argument to_author; ignore
17886         compose->replyto if to_author==TRUE.
17887
17888         * src/mainwindow.c: new command "Message/Reply to author".
17889         (main_window_set_menu_sensitive): enable/disable it.
17890         (reply_cb): handle it.
17891
17892         * src/summaryview.c: new command "Reply to author".
17893         (summary_set_menu_sensitive): enable/disable it.
17894         (summary_reply_cb): handle it.
17895
17896         * src/account.c (account_find_mail_from_address): new function.
17897
17898 2001-05-18 [paul]
17899
17900         0.4.99claws1
17901
17902         * sync with sylpheed 0.4.99cvs1
17903
17904 2001-05-18 [hoa]
17905
17906         * src/compose.[ch]
17907         * src/filtering.c
17908         * src/summaryview.c
17909                 new filtering action : forward and forward as attachment
17910
17911         * src/main.c
17912                 no need for $DISPLAY when we run sylpheed --help
17913                 call to parse_cmd_opt() is moved
17914
17915         * src/mainwindow.[ch]
17916                 execute button is hidden when immediate execute
17917                 is chosen
17918
17919         * src/mh.c
17920         * src/news.c
17921         * src/prefs_folder_item.c
17922         * src/procmsg.c
17923                 better handling of missing directories
17924
17925         * src/summaryview.c
17926                 reedit is enabled in outbox
17927                 reedit is enabled in queue
17928
17929 2001-05-17 [hoa]
17930
17931         * src/filtering.c
17932         * src/matcher.[ch]
17933         * src/prefs_filtering.c
17934                 changed attachement into attachment
17935
17936 2001-05-17 [alfons]
17937
17938         0.4.67claws4    
17939
17940         * sync with sylpheed 0.4.67cvs9
17941         * sync with sylpheed 0.4.67cvs7-8
17942
17943 2001-05-17 [hoa]
17944
17945         * src/Makefile.am
17946                 added prefs_filtering.c
17947
17948         * src/filtering.[ch]
17949         * src/matcher.[ch]
17950                 removed action : forward_news and forward_news_as_attachement
17951                 (forward and forward_as_attachement can be used instead)
17952
17953         * src/mainwindow.c
17954                 added menu option to access filtering configuration
17955
17956         * src/prefs_account.c
17957                 changed mail_command default to /usr/sbin/sendmail
17958
17959         * added src/prefs_filtering.[ch]
17960                 dialog box for filtering configuration
17961
17962         * src/prefs_matcher.c
17963                 added function prefs_matcher_get_criteria_from_matching()
17964
17965         * src/prefs_scoring.c
17966                 reset the dialog when register or substitute is clicked
17967
17968 2001-05-15 [hoa]
17969
17970         * src/Makefile.am
17971                 added filtering.[ch]
17972         * src/inc.c
17973                 using filering.[ch] instead of filter.[ch]
17974         * src/main.c
17975                 reading new filtering configuration
17976         * src/matcher.[ch]
17977                 added some filtering actions
17978                 and fixed a bug for headers and mail body matching
17979         * src/mbox.c
17980                 using filering.[ch] instead of filter.[ch]
17981         * src/mh.c
17982                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17983         * src/summaryview.c
17984                 some fixes for filtering
17985
17986 2001-05-14 [hiroyuki]
17987
17988         * src/send.c: fixed some weird indentations.
17989           send_message_with_command(): call pclose() only if p != NULL.
17990         * src/textview.c: get_email_part(): modified the code for readability.
17991
17992 2001-05-14 [hiroyuki]
17993
17994         * src/md5global.h
17995           src/md5ify.c
17996           src/md5ify.h: removed from the cvs.
17997
17998 2001-05-13 [sergey]
17999
18000         * src/main.c: include rfc2015.h to avoid compiler warnings.
18001         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18002         the panel is already on screen.
18003         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18004         closing the alert window by ESC as "No".
18005         * src/prefs_common.c (prefs_interface_create): moved return
18006         receipt check button to the correct place.
18007
18008 2001-03-13 [alfons]
18009
18010         * src/prefs_common.c: 
18011                 moved return receipt check button to the Send tab. (prefs_send_create)
18012                 removed the date format ui related globals. (prefs_display_create)
18013
18014         0.4.67claws3
18015         
18016         * sync with sylpheed 0.4.67cvs5-6
18017
18018 2001-05-13 [paul]
18019
18020         * added Alfons' font selection patch
18021
18022         * src/defs.h
18023         * src/headerwindow.c
18024         * src/prefs_common.c
18025         * src/prefs_common.h
18026
18027 2001-05-13 [hoa]
18028         * src/defs.h
18029                 changed version of cache
18030         * src/matcher.[ch]
18031         * src/prefs_matcher.c
18032                 added additionnal matching criteria
18033         * src/procheader.c
18034         * src/procmsg.[ch]
18035         * src/news.c
18036                 added references in MsgInfo
18037
18038 2001-05-12 [hoa]
18039
18040         * src/defs.h
18041                 prepared some things for new filtering
18042         * src/matcher.[ch]
18043                 added some matching properties
18044                 inreplyto need to be enhanced
18045                 prepared some things for new filtering
18046         * src/messageview.c
18047                 added Return-Receipt-To handling
18048         * src/prefs_folder_item.c
18049                 changed default value to TRUE
18050         * src/prefs_matcher.c
18051                 added some matching properties
18052         * src/prefs_scoring.[ch]
18053                 the scoring dialog is finished
18054         * src/procheader.c
18055                 added Return-Receipt-To handling
18056                 Reference need to be added
18057         * src/procmsg.[ch]
18058                 added Return-Receipt-To handling
18059                 added threadscore to get a better score sorting when
18060                 threads are enabled
18061         * src/summaryview.c
18062                 suppressed a bug when we sort the list
18063                 when no folder is opened.
18064                 better score sorting when threads are enabled
18065
18066 2001-05-12 [alfons]
18067
18068         * reverted previous patch because of potential errors 
18069
18070         0.4.67claws2
18071         
18072         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18073                 applied "toggle mail-retrieval dialog window" patch submitted 
18074                 by Eric Limpens <eric@qnt.net>
18075
18076         * sync with sylpheed 0.4.67cvs4
18077
18078 2001-05-12 [sergey]
18079
18080         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18081         some picky compilers.
18082         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18083         * src/grouplist_dialog.c: include alertpanel.h.
18084         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18085         fix compile warning.
18086         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18087         #include "defs.h" before others to prevent the warning of `MIN'
18088         and `MAX' redefinition.
18089
18090 2001-05-11 [hoa]
18091
18092         * src/main.c
18093         * src/messageview.c
18094         * src/prefs_account.c
18095         * src/prefs_display_header.c
18096                 removed warning
18097         * src/Makefile.am
18098                 added prefs_scoring.[ch]
18099         * src/grouplist_dialog.c
18100                 display an error dialog box if the group list
18101                 cannot be fetched.
18102         * src/mainwindow.[ch]
18103                 added main_window_set_thread_option() function
18104                 scoring dialog box enabled
18105         * src/matcher.[ch]
18106                 added flags matching unread /new / marked
18107                 / deleted / replied / forwarded
18108         * src/news.c
18109                 newsgroups are now finally in newscache
18110         * src/prefs_matcher.[ch]
18111                 finished preferences for matching dialog
18112         * added src/prefs_scoring.[ch]
18113                 scoring dialog box completed
18114         * src/scoring.[ch]
18115                 conversion to string : added scoringprop_to_string()
18116                 write config for preferences :
18117                 added prefs_scoring_write_config()
18118         * src/summaryview.c
18119                 threads can be enabled/disabled independently
18120                 for each folder
18121
18122 2001-05-10 [alfons]
18123
18124         0.4.67claws1
18125         
18126         * AUTHORS: 
18127                 thought it would be nice to have a list of all
18128                 contributors (used Changelog as a reference)
18129         
18130         * configure.in: 
18131                 messed up version numbering...
18132
18133         0.4.66claws1
18134
18135         * sync with sylpheed 0.4.67cvs1-3
18136
18137 2001-05-10 [darko]
18138
18139         * src/prefs_common.c:
18140                 better UI for strftime format, double clicking
18141                 on format now inserts the format in text entry
18142                 replaced close button with standard OK/Cancel
18143                 moved date format button to the right of the
18144                 text entry field
18145
18146 2001-05-09 [alfons]
18147
18148         * src/gtkstext.c:
18149                 Ctrl-Home / Ctrl-End have proper cursor navigation
18150
18151 2001-05-09 [hoa]
18152
18153         * src/prefs_matcher.c
18154                 finished UI to define matching properties
18155                 added ok and cancel button
18156         * src/prefs_filter.c
18157                 added ok and cancel button
18158         * src/news.c
18159                 fixed some bug in xhdr parsing
18160
18161 2001-05-08 [alfons]
18162
18163         * src/textview.c: 
18164                 fixed a bug in textview_show_header(), which displayed two colons (':');
18165                 cleaned up some warnings
18166
18167 2001-05-08 [hoa]
18168
18169         * src/Makefile.am
18170                 added prefs_matcher.[ch]
18171                 compilation with -W -Wall
18172         * src/alertpanel.c
18173                 ungrab the mouse events if grabbed - does it
18174                 fix the bug for disposition notification ?
18175         * src/mainwindow.c
18176                 added a menu option to open the matching dialog.
18177         * src/matcher.[ch]
18178                 added matcherprop_to_string() and matcherlist_to_string()
18179                 fixed some bugs, changed the name of some options
18180                 age_sup and age_inf becomes age_greater and age_lower,
18181                 body and messageheaders becomes body_part and headers_part,
18182                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18183         * src/prefs_display_header.c
18184         * src/prefs_headers.c
18185                 fixed a bug that accidentally destroyed dialogs
18186                 when closed them with delete_event
18187                 Added *_deleted() which handle delete_event signal correctly.
18188         * src/prefs_folder_item.[ch]
18189                 added "enable_thread" field for future customization
18190         * added src/prefs_matcher.[ch]
18191                 sample of the UI to define matching properties
18192         * src/procheader.c
18193                 using procheader_headername_equal instead of str*cmp functions
18194                 using procheader_parse_header() function
18195         * src/scoring.c
18196                 using MATCHING_XXX instead of SCORING_XXX
18197         * src/summaryview.c
18198                 display the sender of the news even if this is ourself
18199                 when this is a news message.
18200         * src/textview.c
18201                 using headername_equal() instead of str*cmp functions
18202
18203 2001-05-08 [alfons]
18204
18205         0.4.66claws
18206
18207         * sync with sylpheed 0.4.66
18208         * src/gtkstext.c: trace logs added 
18209
18210 2001-05-08 [sergey]
18211
18212         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18213         signature check popup.
18214         * src/rfc2015.c (check_signature): show signature check popup only
18215         if it is enabled in preferences.
18216
18217 2001-05-07 [alfons]
18218
18219         0.4.66claws4
18220         
18221         * sync with sylpheed 0.4.66cvs6
18222
18223 2001-05-07 [darko]
18224
18225         * src/prefs_common.[ch]: added option to enable/disable
18226           looking up sender name in address book for summary pane
18227         * src/summaryview.c: look up sender in the address book
18228           by using Alfons' address completion code
18229
18230 2001-05-07 [hiroyuki]
18231
18232         * src/inc.h
18233           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18234           member of Pop3State.
18235         * src/news.c: brought #include "defs.h" before #include <glib.h>
18236           to prevent the warning of `MIN' and `MAX' redefinition.
18237
18238 2001-05-06 [hoa]
18239
18240         * removed src/headers_display.[ch]
18241         * removed src/prefs_display_headers.[ch]
18242         * src/inc.c
18243                 use a temporary file in the user directory for mbox import
18244         * src/news.c
18245                 added XHDR support to get "To" and "Cc" headers
18246                 (in order to match news with to or cc field for
18247                 scoring)
18248                 added function news_parse_xhdr() to get XHDR response
18249         * src/nntp.[ch]
18250                 added function nntp_xhdr()
18251         * src/matcher.c
18252                 fetch the message if necessary
18253
18254 2001-05-06 [alfons]
18255
18256         0.4.66claws3
18257
18258         * sync with sylpheed 0.4.66cvs3-5
18259
18260 2001-05-06 [hoa]
18261
18262         * src/utils.[ch]
18263                 added function itos_buf() to enable use of several buffers
18264         * src/summaryview.c
18265                 use of itos_buf() instead of itos() in summary list
18266                 to fix the broken display of message number.
18267
18268 2001-05-06 [alfons]
18269
18270         * src/gtkstext.c: bug in cursor up navigation fixed,
18271                 fixed another unsigned / signed comparison (we're getting there :-)
18272
18273 2001-05-06 [hoa]
18274
18275         * src/Makefile.am
18276                 added scoring.c scoring.h
18277                 prefs_folder_item.c prefs_folder_item.h
18278                 matcher.c matcher.h
18279         * src/defs.h
18280                 added FOLDERITEM_RC SCORING_RC
18281         * src/folder.[ch]
18282                 added prefs field in FolderItem :
18283                 properties for each folder (PrefsFolderItem),
18284                 sorting type and mode were added as the first properties.
18285         * src/main.c
18286                 read config for scoring
18287         * added src/matcher.[ch]
18288                 gives functions to parse configuration file to do
18289                 matching on mails with a list of conditions.
18290         * src/mainwindow.c
18291                 add option to sort by score
18292         * src/prefs_common.[ch]
18293                 added preference option to show score and for
18294                 the score column size
18295         * added src/prefs_folder_item.[ch]
18296                 properties for each folder (PrefsFolderItem),
18297                 sorting type and mode were added as the first properties.
18298         * src/procheader.[ch]
18299                 added procheader_parse_header()
18300                 added procheader_header_free()
18301                 added procheader_headername_equal()
18302                 and made modification to use them.
18303         * src/procmsg.[ch]
18304                 added score field to MsgInfo structure
18305         * added src/scoring.[ch]
18306                 gives functions to parse configuration file to do
18307                 scoring on mails with a list of conditions.
18308         * src/summaryview.[ch]
18309                 save the sorting type and mode for the folder
18310                 added column to display the score of the mail
18311                 added function summary_score_clicked()
18312                 sorting type and mode are restored to the folder
18313                 when it is reopen
18314         * src/textview.c
18315                 use procheader_parse_header(), procheader_headername_equal()
18316                 removed memory leak in text_scan_header when freeing headers
18317         * src/filter.c
18318                 changed the function to match names of headers
18319                 using procheader_headername_equal()
18320
18321         Scoring functions are implemented, an interface is needed
18322         to configure that.
18323
18324 2001-05-04 [alfons]
18325
18326         * src/gtkstext.c: 
18327                 hopefully fixed the row up navigation bug,
18328                 removed adding back / forward lines to cache
18329
18330 2001-05-04 [sergey]
18331
18332         * src/prefs_display_headers.c: user interface changes:
18333         (prefs_display_headers_create): remove unused "Show" check button;
18334         allow reordering of headers by dragging.
18335         (prefs_display_headers_write_config): remove unused variables.
18336         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18337         of lists (not needed with the new UI).
18338         (prefs_display_headers_set_list): scan lists starting from row 0,
18339         not 1 (do not skip "(New)").
18340         (prefs_display_headers_find_header): new function.
18341         (prefs_display_headers_clist_set_row): do not allow duplicates.
18342         (prefs_display_headers_delete_cb): do not skip row 0; treat
18343         closing the alert window by ESC as "No".
18344         (prefs_display_headers_up): do not protect row 0.
18345         (prefs_display_headers_down): do not protect row 0.
18346
18347 2001-05-04 [sergey]
18348
18349         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18350         functions.
18351
18352         * src/summaryview.c
18353         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18354         summary_select_next_marked, summary_select_prev_marked): new
18355         functions.
18356
18357 2001-05-03 [sergey]
18358
18359         * src/news.c: fixed a bug when no article can be fetched after
18360         server timeout if the connection was restored by news_post():
18361         (news_select_group): new function.
18362         (news_fetch_msg): call news_select_group() before fetching
18363         article.
18364         (news_get_uncached_articles): set session->group after successful
18365         GROUP command.
18366
18367 2001-05-03 [hoa]
18368
18369         * src/defs.h
18370         * src/procmsg.[ch]
18371         * src/procheader.c
18372                  changed version of cache, added cc field
18373
18374         * src/prefs_display_headers.c
18375                 the interface was changed
18376
18377         * src/prefs_headers.c
18378                 added cancel button
18379
18380 2001-05-03 [alfons]
18381
18382         * completed sync of sylpheed cvs2
18383         * src/gtkstext.c: updated row up / down cursor navigation
18384         * src/textview.c: re-edited, prepared for fixing the email address
18385                 scanner.
18386
18387 2001-05-03 [darko]
18388
18389         * src/prefs_common.c: use alfons' strftime ui code
18390         entry_datefmt and datefmt_sample widgets have to be
18391         global in this module because of this change
18392
18393 2001-05-03 [hoa]
18394
18395         * src/messageview.c
18396         * src/prefs_common.[ch] added option to activate the return receipt
18397                 feature.
18398
18399 2001-05-02 [alfons]
18400
18401         * src/gtkstext.c: fix for row up/down cursor navigation. 
18402
18403         0.4.66claws2
18404         
18405         * sync with 0.4.66cvs2
18406
18407 2001-05-02 [paul]
18408
18409         added add-sender-to-addressbook patch
18410
18411         * src/addressbook.c
18412         * src/addressbook.h
18413         * src/summaryview.c
18414
18415 2001-05-02 [sergey]
18416
18417         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18418         G_ALERTDISABLE.
18419
18420         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18421         all existing callers changed to pass FALSE; create a check button
18422         to disable the message.
18423         (alertpanel_message_with_disable): new function.
18424         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18425         (alertpanel_button_toggled): new function.
18426         (alertpanel_button_clicked, alertpanel_close): set value using
18427         G_ALERT_VALUE_MASK.
18428
18429         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18430
18431         * src/prefs_common.c (prefs_privacy_create): new check button
18432         checkbtn_gpgme_warning.
18433
18434         * src/main.c (main): moved preferences reading before gpgme
18435         initialization; check prefs_common.gpgme_warning before giving the
18436         GnuPG warning and set it to FALSE if the user wants to disable the
18437         warning.
18438
18439 2001-05-02 [hiroyuki]
18440
18441         * src/prefs_display_headers.c: modified the layout and some labels.
18442
18443 2001-05-02 [sergey]
18444
18445         * src/prefs_account.c (prefs_account_fix_size): new function.
18446         (prefs_account_create): call prefs_account_fix_size(); use
18447         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18448         size when the window is shown for the first time).
18449         (prefs_account_basic_create): changed layout of serv_table; moved
18450         localmbox_entry above smtpserv_entry (logically it replaces
18451         POP3/IMAP server).
18452         (prefs_account_protocol_activated): set sensitivity of
18453         nntpauth_chkbtn according to the protocol (in addition to
18454         hide/show); commented out gtk_table_set_row_spacing() calls.
18455         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18456         not sensitive (fixes a bug with disabled username/password boxes
18457         when editing POP3 account after NNTP with authentication).
18458
18459 2001-05-02 [hoa]
18460
18461         * src/account.c
18462         * src/inc.c
18463         * src/prefs_account.[ch]
18464         * src/send.c
18465                 removed local account without SMTP server
18466                 added option to use mail command instead of a connexion
18467                 to SMTP server when a local account is used
18468         * src/prefs_headers.c
18469                 fixed a bug
18470         * src/news.c
18471                 fixed a bug when connexion immediately closed
18472
18473 2001-05-01 [alfons]
18474
18475         0.4.66claws1
18476         
18477         * sync with 0.4.65
18478
18479 2001-05-01 [sergey]
18480
18481         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18482         widget nntpauth_chkbtn.
18483         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18484         visibility.
18485         (prefs_account_nntpauth_toggled): new function.
18486
18487         * src/news.c (news_session_new_for_folder): use NNTP
18488         authentication only if ac->use_nntp_auth is set.
18489
18490 2001-05-01 [hoa]
18491
18492         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18493         * src/prefs_display_headers.c changed the UI
18494         * src/prefs_headers.c changed account_name to account_id
18495         * src/compose.c using customheader.h
18496
18497 2001-05-01 [hiroyuki]
18498
18499         * src/esmtp.c
18500           src/news.c
18501           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18502           unsynched.
18503
18504 2001-05-01 [hoa]
18505
18506         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18507         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18508                 for displaying of headers
18509         * src/grouplist_dialog.[ch] minor changes to remove warnings
18510         * src/prefs_display_headers.[ch] dialog to choose the
18511         headers to display in the mail viewer.
18512         * src/headers.h correction of #define
18513         * src/headers_display.[ch] configuration for displaying of headers.
18514         * src/main.c read config of displaying of headers
18515         * src/prefs_common.c add a button to access the config dialog
18516                 for displaying of headers
18517         * src/prefs_display_headers.[ch] dialog for configuration for
18518                 displaying of the headers.
18519         * src/prefs_headers.c cleaning of code
18520         * src/procheader.c comments added to code
18521         * src/textview.c changes to reorder the headers depending
18522                 on the config for displaying of headers
18523
18524 2001-04-30 [alfons]
18525
18526         0.4.65claws7
18527
18528         * sync with 0.4.65cvs12
18529
18530         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18531
18532 2001-04-30 [sergey]
18533
18534         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18535
18536         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18537         is set to force reconnection after authentication failure.
18538         (nntp_gen_command): set sock->auth_failed on authentication
18539         failure, or if sock->userid and sock->passwd are not set.
18540
18541         * src/news.c (news_session_new_for_folder): set userid=NULL if
18542         password dialog is cancelled.
18543
18544 2001-04-30 [sergey]
18545
18546         * src/nntp.h (NNTPSockInfo): new type.
18547
18548         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18549         SockInfo.
18550         (nntp_open_auth, nntp_close): new functions.
18551         (nntp_gen_command): new function to handle authentication; all
18552         NNTP command functions updated to use it.
18553         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18554         (nntp_list): removed old useless code.
18555
18556         * src/news.h (NNTPSession): new field nntp_sock.
18557
18558         * src/news.c: all functions updated to use NNTPSockInfo instead of
18559         SockInfo.
18560         (news_session_new): new arguments (userid, passwd); made static;
18561         use nntp_open_auth() if needed.
18562         (news_session_destroy): use nntp_close() instead of sock_close().
18563         (news_query_password): changed arguments.
18564         (news_session_new_for_folder): new function.
18565         (news_session_get): use news_session_new_for_folder().
18566         (news_authenticate): deleted.
18567         (news_get_uncached_articles): removed old authentication code.
18568
18569 2001-04-30 [sergey]
18570
18571         * src/news.c: reverted my previous changes (need to do NNTP
18572         authentication in a cleaner way).
18573         
18574 2001-04-29 [sergey]
18575
18576         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18577         news_nntp_post, news_nntp_mode): new functions (wrappers with
18578         authentication support).
18579         (news_get_article_cmd, news_get_article, news_get_header): new
18580         argument "folder"; all callers changed.
18581         (news_get_article_cmd): added authentication support.
18582         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18583         (news_post): use news_nntp_post() instead of nntp_post().
18584         (news_get_uncached_articles): use news_nntp_group() instead of
18585         nntp_group() and news_nntp_xover() instead of nntp_xover();
18586         removed old authentication code.
18587         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18588
18589         * src/nntp.c (nntp_list): return real error code instead of
18590         hardcoded NN_ERROR.
18591
18592 2001-04-29 [sergey]
18593
18594         * configure.in: fixed wint_t typedef detection again
18595
18596 2001-04-28 [hoa]
18597
18598         * src/prefs_account.[ch], added A_LOCAL_CMD
18599                 (send mail with mail command)
18600         * src/send.c added function send_message_with_command()
18601         * src/inc.c made a more secure get_spool() function with
18602                 mktemp() but maybe mkstemp() or something more
18603                 secure can be used.
18604
18605 2001-04-28 [alfons]
18606
18607         * src/textview.c, colorization of email addresses in headers
18608
18609         0.4.65claws6
18610
18611         * bug sync with sylpheed
18612         * prefs_common.c: created date format ui for darko
18613         * sync with 0.4.65cvs11
18614         * configure.in: corrected to have the new gpg checks
18615
18616 2001-04-27 [alfons]
18617
18618         * completed sync with 0.4.65cvs10
18619         * minor debug things added to gtkstext.c
18620
18621 2001-04-27 [darko]
18622
18623         * configure.in: remove check for availability of
18624           strftime() as advised by Hiroyuki
18625         * src/prefs_common.[ch], src/procheader.c:
18626           synch strftime() code with Hiroyki's main branch
18627
18628 2001-04-26 [sergey]
18629
18630         * src/news.c: news_query_password(), news_authenticate(): new
18631           functions.
18632           news_get_uncached_articles(): added NNTP authentication
18633           handling.
18634         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18635           new functions.
18636         * src/prefs_account.c: prefs_account_protocol_activated():
18637           enable userid and password fields for NNTP.
18638
18639 2001-04-26
18640
18641         * configure.in: check for availability of strftime()
18642           [darko]
18643         * src/prefs_common.[ch], src/procheader.c: use
18644           strftime() for displaying date in summary pane if it
18645           is available
18646
18647 2001-04-25
18648
18649         * more .cvsignore cleanups [alfons]
18650
18651 2001-04-25
18652
18653         * ac/sv-check-type.m4: new autoconf macro.
18654         * configure.in: fixed wint_t typedef detection (did not work
18655           with gcc-2.96).
18656
18657 2001-04-25
18658
18659         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18660           [hiroyuki]
18661
18662 2001-04-24
18663         * modified gtkstext.c : buggy cursor navigation fixed, 
18664           and font descent also taken in account when drawing
18665           cursor. [alfons]
18666
18667 2001-04-24 [hoa]
18668         * added comments in src/news.c src/nntp.c
18669         * added src/prefs_headers.[ch]
18670         * added src/headers.[ch]
18671         * modified compose.c to activate custom headers
18672                 added function is_in_custom_headers
18673         * modified prefs_account.[ch]
18674                 added function prefs_account_customhdr_edit
18675         * modified src/defs.h :
18676                 added HEADERS_RC : name of the config file
18677                 for the custom headers
18678
18679 2001-04-24
18680
18681     0.4.65claws5
18682
18683         * configure.in
18684           src/gtkstext.[ch]
18685           src/compose.c
18686           src/Makefile.am
18687           
18688           added gtkstext with configure.in patch by Hiroyuki which
18689           should fix the XIM detection [alfons]
18690
18691         * more clean up of cvs [alfons]
18692
18693                  * removed all Makefile.in files to attic.
18694
18695                  * updated all .cvsignores to really ignore things that could
18696                    be unintentionally committed by a recursive commit.
18697
18698 2001-04-23 [hoa]
18699         * added src/grouplist_dialog.[ch]
18700         * changed src/folderview.c to call grouplist_dialog instead
18701                 of inputdialog
18702         * src/news.c :
18703                 added functions news_reset_group_list
18704                 and news_get_group_list
18705         * src/nntp.c :
18706                 added function nntp_list
18707         * src/defs.h :
18708                 added GROUPLIST_FILE : name of the newsgroup list cache file
18709
18710 2001-04-21
18711
18712         * added option to warn about queued messages on exit [sergey]:
18713
18714           * src/compose.c: compose_queue(): call folder_item_scan()
18715             and folderview_update_item() after queueing.
18716           * src/folderview.c: folderview_update_node(): draw the queue
18717             folder in bold font if there are queued messages.
18718           * src/mainwindow.c: queued_messages(): new function.
18719             app_exit_cb(): display warning if there are queued messages
18720             if warn_queued_on_exit is set.
18721           * prefs_common.[ch]: add warn_queued_on_exit option.
18722
18723         * enhanced GnuPG key selection support [sergey]:
18724
18725           * src/select-keys.c: updated to newer version from Win32
18726             branch with support for selecting arbitrary keys.
18727           * src/prefs_account.c: added the Privacy tab to the account
18728             options window.
18729             prefs_account_privacy_create(),
18730             prefs_account_sign_key_set_data_from_radiobtn(),
18731             prefs_account_sign_key_set_radiobtn(): new functions.
18732           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18733           * src/rfc2015.c: set_signers(): new function.
18734             pgp_sign(): add the account parameter, call set_signers().
18735             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18736           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18737           * src/compose.c: pass the current account to rfc2015_sign().
18738
18739         * tag name claws added to prevent confusion with main branch [alfons]
18740
18741         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18742
18743         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18744
18745         * sync with recent sylpheed cvs. Untested though. [alfons]
18746