b48dc877330f5b0dcb9773ee5238565bde1c70f4
[claws.git] / ChangeLog.claws
1 2003-09-25 [christoph]  0.9.5claws29
2
3         * src/folder.c
4                 o don't fetch source message to get it's message id
5                 o immediately scan dest folder when copying a message did not
6                   return a new message number and not do it when the first message
7                   without a new message number is found
8
9 2003-09-23 [christoph]  0.9.5claws28
10
11         * src/compose.c
12                 fix generating of headers
13
14         (patch by David Relson <relson@osagesoftware.com>)
15
16 2003-09-23 [paul]       0.9.5claws27
17
18         * po/zh_CN.po
19                 update Simplified Chinese translation. submitted by
20                 Hansom Young
21
22 2003-09-23 [paul]       0.9.5claws26
23
24         * tools/Makefile.am
25           tools/README
26           tools/vcard2xml.py    ** NEW FILE **
27                 add a script that converts an evolution vcard to
28                 sylpheed's xml format
29                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
30
31 2003-09-22 [paul]       0.9.5claws25
32
33         * src/plugins/clamav/clamav_plugin.c
34                 don't skip MULTIPART parts
35
36 2003-09-21 [christoph]  0.9.5claws24
37
38         * src/alertpanel.c
39                 remove unneeded include
40
41         * src/folder.c
42                 clean up copy/move mess with duplicated code
43
44         * src/imap.c
45                 fix problem that sometimes the folder was not scanned
46                 also it was changed
47
48 2003-09-21 [christoph]  0.9.5claws23
49
50         * src/Makefile.am
51         * src/logwindow.[ch]                    ** REMOVE **
52         * src/mainwindow.c
53         * src/prefs_common.c
54         * src/gtk/Makefile.am
55         * src/gtk/logwindow.[ch]                ** ADD **
56                 make logwindow prefs_common independent and move
57                 it to gtk directory
58
59 2003-09-20 [christoph]  0.9.5claws22
60
61         * src/compose.c
62                 add extra space for address code conversion
63                 (4 * unconvered size could be too small for short headers)
64
65 2003-09-20 [christoph]  0.9.5claws21
66
67         * src/compose.c
68                 increase temp buffer size when writing headers
69
70 2003-09-19 [darko]      0.9.5claws20
71
72         * src/compose.c
73                 don't ignore value of 'Save copy of outgoing messages to
74                 this folder instead of Sent' in message redirect
75
76 2003-09-17 [christoph]  0.9.5claws19
77
78         * src/compose.c
79                 use ", " as address seperator for mail headers and pass whole
80                 header line at once to compose_convert_header to make sure
81                 it is correctly folded
82
83         (closes Bug 64 Problem when sending to many recipients)
84
85 2003-09-17 [hoa]        0.9.5claws18
86         
87         * changed the keyword used for command execution in condition
88                 keyword is changed from "execute" to "test"
89                 so that it is not the same as the one used for action.
90                 This will fix a bug when using filtering dialog.
91                 All semantic in the code is also changed to reflect
92                 the keyword change.
93
94 2003-09-17 [paul]
95         
96         * sync with 0.9.6 release
97
98 2003-09-17 [paul]       0.9.5claws17
99
100         * sync with 0.9.5cvs8
101                 see ChangeLog 2003-09-16 and 2003-09-17
102
103 2003-09-16 [paul]       0.9.5claws16
104
105         * sync with 0.9.5cvs6
106                 see ChangeLog 2003-09-16
107
108 2003-09-15 [paul]       0.9.5claws15
109
110         * sync with 0.9.5cvs5
111                 see ChangeLog 2003-09-15
112
113 2003-09-14 [alfons]     0.9.5claws14
114
115         * src/inc.c
116                 make "Go to inbox after receiving new mail" again;
117                 regression of a sync, restored to sylpheed main 
118                 behaviour. (misses still some bits)
119
120 2003-09-14 [alfons]     0.9.5claws13
121
122         * src/prefs_filtering_action.c
123                 o add proper message if empty execute command line
124                 o don't select first action item after registering a
125                   new action to prevent (what seems to be a GTK) bug
126                   #36, "filtering will only accept one action change 
127                   per invocation".
128
129 2003-09-14 [alfons]     0.9.5claws12
130
131         * src/prefs_filtering.c
132         * src/prefs_filtering_action.c
133         * src/prefs_matcher.c
134                 fix function signature for key_pressed_event signal handlers
135
136 2003-09-14 [alfons]     0.9.5claws11
137
138         * src/mainwindow.c
139                 fix regression caused by fix for invalid bug #7
140                 (should fix #246, "Multiple selections are deselected when 
141                 moving from search window to main window")
142                 
143 2003-09-14 [alfons]     0.9.5claws10
144         
145         * src/actions.[ch]
146         * src/filtering.[ch]
147         * src/prefs_actions.c
148                 allow `filtering actions` in actions; only for advanced users
149                 right now: try for example, "%as{mark color 2}" 
150         
151 2003-09-13 [paul]       0.9.5claws9
152         
153         * po/pl.po
154           po/zh_CN.po   ** NEW FILE **
155                 update Polish translation, submitted by Emil 
156                 <eminowbl@posejdon.wpk.p.lodz.pl>
157                 add new Simplified Chinese translation, submitted by
158                 Hansom Young <hansom_young@yahoo.com>
159
160 2003-09-12 [alfons]     0.9.5claws8
161
162         * src/summaryview.c
163                 don't open separate message views when View | Separate message view
164                 is active 
165                 (please look carefully for any navigation regressions)
166
167 2003-09-11 [alfons]     0.9.5claws7
168
169         * src/mainwindow.c
170                 make default message view, opened by View | Separate message 
171                 view, look like a claws message view (which includes a menu
172                 bar and a toolbar)
173                 (fixes bug #298, "message view loses tool bar") 
174
175 2003-09-11 [christoph]  0.9.5claws6
176
177         * src/folderview.c
178                 fix double deleting of newsgroup folders
179
180         (closes Bug 305 crash after deleting of a newsgroup)
181
182 2003-09-11 [paul]       0.9.5claws5
183
184         * src/rfc2015.c
185           src/common/utils.h
186                 more sync'ing from 0.9.5cvs2
187
188         fixes bug 197 'Header lines encrypted by GPG'
189
190 2003-09-11 [christoph]  0.9.5claws4
191
192         * src/compose.c
193         * src/rfc2015.c
194         * src/common/utils.h
195                 fix sync with 0.9.5cvs2
196
197 2003-09-11 [paul]       0.9.5claws3
198
199         * sync with 0.9.5cvs4
200                 see ChangeLog 2003-09-11
201
202 2003-09-11 [paul]       0.9.5claws2
203
204         * sync with 0.9.5cvs2
205                 see ChangeLog 2003-09-05
206                 
207 2003-09-11 [paul]       0.9.5claws1
208
209         * sync with 0.9.5cvs3
210                 see ChangeLog 2003-09-10
211
212 2003-09-10 [paul]       0.9.5claws
213
214         * 0.9.5claws released
215
216 2003-09-10 [paul]       0.9.4claws78
217
218         * src/Makefile.am
219                 add missing files
220
221 2003-09-10 [melvin]     0.9.4claws77
222
223         * po/fr.po
224                 Updated French translations
225
226 2003-09-10 [paul]       0.9.4claws76
227
228         * po/es.po
229           po/sk.po
230           po/sr.po
231                 update Spanish, Slovak, and Serbian translations.
232                 submitted by Ricardo Mones Lastra, Andrej Kacian,
233                 and Urke MMI
234                 
235         * AUTHORS
236                 add translation team section
237
238 2003-09-09 [christoph]  0.9.4claws75
239
240         * src/folder.c
241                 free item->prefs in folder_item_destroy
242
243 2003-09-09 [alfons]     0.9.4claws74
244
245         * src/folderview.c
246                 o proper check for root node sorting
247                 o remove unnecessary gtk_ctree_remove_node 
248
249         (should fix bug #300, "crash while moving folder")      
250
251 2003-09-08 [christoph]  0.9.4claws73
252
253         * src/folderview.c
254                 o fix double adding of IMAP FolderItems to GtkCTree
255                 o fix crash then mbox folder is removed
256
257 2003-09-08 [christoph]  0.9.4claws72
258
259         * src/folder.c
260         * src/folderview.c
261         * src/mainwindow.c
262                 fix new folder notification
263
264         * src/mbox_folder.c
265                 fix cache path
266
267 2003-09-08 [christoph]  0.9.4claws71
268
269         * src/compose.c
270                 replace '\n' and '\r' before removing trailing spaces
271
272         * src/folder.[ch]
273         * src/folderview.c
274                 add information about new or removed items in folder tree change
275                 notification and use this in folderview to add and remove only
276                 the appected items and not refresh the whole tree
277
278 2003-09-07 [match]      0.9.4claws70
279
280         * src/Makefile.am
281         * src/addr_compl.c
282         * src/addressbook.c
283         * src/addressitem.h
284         * src/addrindex.c
285         * src/addritem.c
286         * src/addritem.h
287         * src/addrquery.c                       ** NEW **
288         * src/addrquery.h
289         * src/ldapquery.c
290         * src/ldapserver.c
291         * src/stock_pixmap.c
292         * src/stock_pixmap.h
293         * src/pixmaps/address_search.xpm        ** NEW **
294                 re-introduce Lookup button for LDAP 'static' searches.
295
296 2003-09-07 [alfons]     0.9.4claws69
297         
298         * src/summaryview.c
299                 abandon setting usize for messageview because it gives layout problems
300                 with the quick search bar and the headerview; fixes assorted UI glitches:
301                 
302                 o bug #148, "Toggling of quick-search bar reduces index view area" 
303                 o bug #280, "Window resiizes for line length but does not revert"
304
305 2003-09-07 [christoph]  0.9.4claws68
306
307         * src/compose.c
308                 o make sure we don't have any newlines in header values
309                 o check custom headers for spaces and newlines and ignore
310                   malformed header names
311
312 2003-09-06 [christoph]  0.9.4claws67
313
314         * src/folder.c
315         * src/folderview.c
316                 invoke notification hook for folder tree changes after append
317                 and remove folder
318
319         (closes Bug 294 Crash while moving folder with many subdirectories)
320
321 2003-09-06 [christoph]  0.9.4claws66
322
323         * src/folder.c
324                 destroy folder's MsgCache if FolderItem is removed to make sure
325                 it is not saved when the FolderItem is destroyed
326
327 2003-09-06 [christoph]  0.9.4claws65
328
329         * src/plugins/clamav/clamav_plugin.c
330                 fix copy & paste bug
331
332 2003-09-05 [christoph]  0.9.4claws64
333
334         * src/folder.c
335         * src/messageview.[ch]
336         * src/procmsg.[ch]
337         * src/summaryview.c
338                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
339                 by MessageView to clear it when the message is deleted. Should
340                 work even if messages are deleted in MainWindow or by
341                 processing.
342
343 2003-09-05 [alfons]     0.9.4claws63
344
345         * src/messageview.c
346                 deleting a message in a message view frees its msginfo, make 
347                 messageview_update_all() aware of that (should fix bug #293,
348                 "deleting message caused crash")
349
350 2003-09-05 [melvin]     0.9.4claws62
351
352         * src/action.c
353                 Improve synchronous action exit code (fixes 
354                 a ~5 seconds delay after action exit on RedHat 9)
355
356 2003-09-04 [christoph]  0.9.4claws61
357
358         * src/compose.c
359         * src/rfc2015.c
360         * src/common/utils.[ch]
361                 add util function to create mime boundary and use it
362                 in compose and gpg code
363
364 2003-09-04 [alfons]     0.9.4claws60
365
366         * src/folder.c
367                 source folder item's GNode should already have been freed in 
368                 a previous call to src->folder->klass->remove_folder()
369                 (should fix bug #287, "crash when moving folders")
370
371 2003-09-03 [thorsten]   0.9.4claws59
372
373         * src/plugins/spamassassin/spamassassin_gtk.c
374                 fix compile error
375
376 2003-09-03 [christoph]  0.9.4claws58
377
378         * src/plugins/spamassassin/spamassassin.[ch]
379         * src/plugins/spamassassin/spamassassin_gtk.c
380                 add timeout config option
381
382 2003-09-03 [paul]       0.9.4claws57
383
384         * po/sk.po      ** NEW FILE **
385                 add Slovak translation. Submitted by Andrej Kacian 
386                 <andrej@kacian.sk>
387
388 2003-09-03 [paul]       0.9.4claws56
389
390         * src/plugins/clamav/clamav_plugin_gtk.c
391                 gui tweaks: replace a label with a tooltip, modify the
392                 text, use gtk_check_button_new(); instead of
393                 gtk_check_button_new_with_label("");
394
395 2003-09-02 [alfons]     0.9.4claws55
396
397         * src/gtk/filesel.c
398                 remember last used dir when attaching multiple files (should fix
399                 bug #290, "Attach File does not remember directory")
400
401 2003-09-01 [paul]       0.9.4claws54
402
403         * po/es.po
404                 updated by Ricardo Mones Lastra
405
406 2003-09-01 [alfons]     0.9.4claws53
407
408         * src/gtk/gtkaspell.[ch]
409                 be pedantic and strict and use const gchar * instead of guchar *
410
411 2003-09-01 [alfons]     0.9.4claws52
412
413         * src/mainwindow.c
414         * src/summaryviewc.
415                 re-enable Save As when multiple messages are selected
416
417 2003-09-01 [paul]       0.9.4claws51
418
419         * src/textview.c
420                 g_free(trimmed_uri);
421
422 2003-09-01 [paul]       0.9.4claws50
423
424         * sync with 0.9.4cvs13
425                 see ChangeLog 2003-09-01
426
427 2003-09-01 [paul]       0.9.4claws49
428
429         * src/textview.c
430                 trim uri before sending to the statusbar
431                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
432                 in the message window causes main S-C window to enlarge 
433                 past screen edges'
434
435 2003-09-01 [paul]       0.9.4claws48
436
437         * sync with 0.9.4cvs12
438                 see ChangeLog 2003-09-01
439
440 2003-08-30 [christoph]  0.9.4claws47
441
442         * src/compose.c
443         * src/folder_item_prefs.[ch]
444         * src/prefs_folder_item.c
445         * src/gtk/gtkaspell.[ch]
446                 commit per folder dictionary patch by
447                 Paul Evans <nerd@freeuk.com>
448
449 2003-08-30 [christoph]  0.9.4claws46
450
451         * src/plugins/spamassassin/spamassassin_gtk.c
452         * src/plugins/spamassassin/spamassassin_gtk.glade
453                 reduce GUI clutter by placing hints into tooltips
454
455 2003-08-30 [paul]       0.9.4claws45
456
457         * src/compose.c
458                 add 'Content-Disposition: inline' to a text/plain
459                 part when using PGP/MIME signing
460
461 2003-08-30 [paul]       0.9.4claws44
462
463         * src/prefs_common.c
464           src/prefs_spelling.c
465           src/prefs_spelling.glade
466                 reduce GUI clutter by placing hints into tooltips
467
468 2003-08-29 [christoph]  0.9.4claws43
469
470         * configure.ac
471                 fix bug found by Ivan Rayner <ivanr@sgi.com>
472
473         * src/stock_pixmap.c
474                 change unecessary warning into a debug message
475
476         * src/plugins/clamav/Makefile.am
477                 Fix error "-I$(CLAMAV_LIBS)"
478
479 2003-08-29 [christoph]  0.9.4claws42
480
481         * intl/Makefile.in
482         * src/Makefile.am
483         * src/matcher.h
484         * src/common/Makefile.am
485         * src/common/passcrypt.c
486                 commit fixes and patches for some of the IRIX problems found by
487                 Ivan Rayner <ivanr@sgi.com>
488
489 2003-08-29 [paul]       0.9.4claws41
490
491         * src/prefs_filtering.c
492                 add 'Top' and 'Bottom' buttons, based on changes in
493                 src/prefs_filter.c in 0.9.4cvs11.
494
495 2003-08-27 [christoph]  0.9.4claws40
496
497         * src/folderview.c
498                 fix bug that the current summary settings were copied to the
499                 wrong folder item, when the folder item prefs are opened.
500                 Copying is not required because summary settings and
501                 folder_item_prefs do not contain the same settings
502
503 2003-08-27 [thorsten]   0.9.4claws39
504
505         * src/imap.c
506                 fix compile error
507
508 2003-08-26 [paul]       0.9.4claws38
509
510         * sync with 0.9.4cvs9
511                 see ChangeLog 2003-08-26
512
513 2003-08-25 [paul]       0.9.4claws37
514
515         * sync with 0.9.4cvs8
516                 see ChangeLog 2003-08-25
517
518 2003-08-24 [christoph]  0.9.4claws36
519
520         * src/prefs_filtering.c
521                 shouldn't remove items from a GSList while iterating over the
522                 list (makes cur invalid and cur->next not accessable)
523
524         (closes Bug 272 i deleted an folder and some seconds later sylpheed
525          crashed)
526
527 2003-08-23 [christoph]  0.9.4claws35
528
529         * src/news.c
530                 news folders should be scanned when opened
531
532 2003-08-22 [christoph]  0.9.4claws34
533
534         * src/prefs_folder_item.c
535                 use macro to assign strings that always frees the old string
536
537         * src/gtk/gtkaspell.[ch]
538                 add gtkaspell_set_dictionary_menu_active_item() to set active
539                 item in dictionary option menu
540
541         * src/prefs_spelling.c
542                 use gtkaspell_set_dictionary_menu_active_item() to select
543                 dictionary
544
545 2003-08-21 [christoph]  0.9.4claws33
546
547         * src/folder.[ch]
548         * src/imap.c
549         * src/mbox_folder.c
550         * src/mh.c
551         * src/news.c
552                 optimize folder system
553
554         * src/gtk/gtkstext.c
555                 fix division by zero when font has 0 width for ' '
556
557 2003-08-21 [paul]       0.9.4claws32
558
559         * sync with 0.9.4cvs7
560                 see ChangeLog 2003-08-20
561
562 2003-08-19 [paul]       0.9.4claws31
563
564         * src/common/defs.h
565                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
566                 SYLDOC_FAQ_HTML_INDEX.
567         * src/manual.c
568                 use LC_MESSAGES instead of LC_ALL to find the current
569                 language
570
571           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
572
573 2003-08-19 [paul]       0.9.4claws30
574
575         * po/bg.po
576                 updated by George Danchev
577
578 2003-08-18 [luke]       0.9.4claws29
579         * src/mimeview.[ch]
580         * src/gtk/gtkvscrollbutton.[ch]
581                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
582                   dependencies; do it the GTK way; reduce code -14/+2 lines)
583                 o removed horizontal separator between icons
584
585 2003-08-17 [christoph]  0.9.4claws28
586
587         * src/procmsg.c
588                 no subject threading when the subject has no reply prefix
589
590 2003-08-16 [christoph]  0.9.4claws27
591
592         * src/mainwindow.c
593                 remember and restore window sizes and position when the main
594                 window is hidden or shown
595
596         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
597          minimised/reopened using trayicon)
598
599 2003-08-16 [paul]       0.9.4claws26
600
601         * src/crash.c
602                 add #include "defs.h"
603
604 2003-08-16 [paul]       0.9.4claws25
605
606         * src/plugins/clamav/clamav_plugin.c
607                 reword a debug_print
608                 
609         * src/plugins/dillo_viewer/dillo_prefs.c
610                 cosmetic: change the labels' text, add tooltips, and
611                 left-align the hint
612
613 2003-08-15 [christoph]  0.9.4claws24
614
615         * src/news.c
616                 complete last change (forgot some changes)
617
618 2003-08-15 [christoph]  0.9.4claws23
619
620         * src/news.c
621                 o check number of messages and don't return a 0 message
622                   when no messages are available
623                 o don't parse xref header anymore
624
625         (closes Bug 203 I'm not getting any news)
626
627 2003-08-15 [paul]       0.9.4claws22
628
629         * src/common/defs.h
630           src/crash.c
631                 update and define claws bugzilla location
632
633 2003-08-15 [paul]       0.9.4claws21
634
635         * po/ru.po
636                 update submitted by Ruslan N. Balkin
637
638 2003-08-14 [christoph]  0.9.4claws20
639
640         * src/procmsg.c
641                 fix search for oldest node in subject threading
642
643 2003-08-14 [christoph]  0.9.4claws19
644
645         * src/procmsg.c
646         * src/common/utils.h
647                 add possibility to check all nodes with the same subject for
648                 subject threading, not only the oldest node. Should not break
649                 threads anymore if the oldest node is thread_by_subject_max_age
650                 days older then parent, because it can now find a child of
651                 oldest node as new parent.
652
653 2003-08-11 [christoph]  0.9.4claws18
654
655         * src/plugins/spamassassin/spamassassin.c
656                 run spam check in background process
657
658 2003-08-10 [alfons]     0.9.4claws17
659
660         * src/summaryview.c
661                 make `Select All' sensitive too
662
663 2003-08-10 [christoph]  0.9.4claws16
664
665         * src/imap.c
666                 add more checks in imap_close
667
668 2003-08-09 [alfons]     0.9.4claws15
669
670         * src/prefs_spelling.c
671                 no spell checking UI if not requested
672
673 2003-08-09 [alfons]     0.9.4claws14
674
675         * src/gtk/prefswindow.c
676                 make it compile
677
678 2003-08-09 [christoph]  0.9.4claws13
679
680         * src/prefs_spelling.c
681         * src/gtk/prefswindow.[ch]
682         * src/plugins/clamav/clamav_plugin_gtk.c
683         * src/plugins/spamassassin/spamassassin_gtk.c
684                 sort prefs pages by heighest weight in tree
685
686 2003-08-09 [paul]       0.9.4claws12
687
688         * sync with 0.9.4cvs6
689                 see ChangeLog 2003-08-07
690                 
691         * AUTHORS
692                 add Leandro and Luke to claws-branch section
693
694 2003-08-09 [christoph]  0.9.4claws11
695
696         * src/gtk/Makefile.am
697         * src/gtk/colorsel.[ch]                 ** NEW **
698                 create a color selection dialog that can be used as a simple
699                 function call with it's own gtk main loop like filesel.[ch]
700
701         * src/Makefile.am
702         * src/main.c
703         * src/prefs_common.c
704         * src/prefs_spelling.[ch]               ** NEW **
705         * src/prefs_spelling.glade              ** NEW **
706         * src/gtk/gtkutils.[ch]
707                 move "Spell Checker" prefs to new prefs dialog
708
709         * src/prefs_folder_item.c
710                 use new colorsel dialog
711
712 2003-08-08 [paul]       0.9.4claws10
713
714         * src/inc.c
715                 clear the progress bar unconditionally
716
717 2003-08-08 [paul]       0.9.4claws9
718
719         * sync with 0.9.4cvs4
720                 see ChangeLog 2003-07-31
721
722 2003-08-07 [christoph]  0.9.4claws8
723
724         * configure.ac
725                 fix bug in image viewer plugin part
726
727         * src/imap.c
728                 don't execute close command if the folder item is not selected
729
730 2003-08-07 [hoa]        0.9.4claws7
731
732         * src/filtering.[ch]
733         * src/matcher_parser.h
734         * src/matcher_parser_parse.y
735                 can define several actions for each filtering rule
736                 can import old versions of filtering rules
737
738         * src/prefs_filtering.c
739                 call to a new dialog box to define actions
740
741         * src/prefs_filtering_action.[ch]
742                 dialog box to define actions for filtering rules
743
744 2003-08-06 [christoph]  0.9.4claws6
745
746         * src/imap.c
747                 make sure source folder is selected when copying messages
748
749 2003-08-06 [christoph]  0.9.4claws5
750
751         * sync with 0.9.4cvs2
752                 see ChangeLog 2003-07-29                
753
754 2003-08-05 [paul]       0.9.4claws4
755
756         * sync with 0.9.4cvs3
757                 see ChangeLog 2003-07-30
758
759 2003-08-04 [match]      0.9.4claws3
760
761         * po/POTFILES.in
762                 export of LDIF files.
763
764 2003-08-04 [match]      0.9.4claws2
765
766         * src/ldif.[ch]
767                 support for export LDIF. documented.
768         * src/importldif.[ch]
769         * src/exportldif.[ch]
770                 add tooltips. documented.
771         * src/exphtmldlg.[ch]
772         * src/common/xmlprops.[ch]
773                 documented.
774         * src/exportldif.[ch]                   ** NEW **
775         * src/expldifdlg.[ch]                   ** NEW **
776         * src/addressbook.[ch]
777         * src/Makefile.am
778                 export of LDIF files.
779                 documented.
780
781 2003-08-04 [christoph]  0.9.4claws1
782
783         * .cvsignore
784         * Makefile.am
785         * configure.ac
786         * sylpheed-claws.pc.in                  ** NEW **
787         * src/Makefile.am
788         * src/common/Makefile.am
789         * src/gtk/Makefile.am
790                 install sylpheed header files in $(pkgincludedir) and create a
791                 pkg-config file to allow building a plugin without the source
792                 package
793
794 2003-08-04 [paul]       0.9.4claws
795
796         * version 0.9.4claws
797
798 2003-08-04 [paul]       0.9.3claws97
799
800         * po/es.po
801                 update Spanish translation. Submitted by Ricardo
802                 Mones Lastra.
803
804 2003-08-03 [paul]       0.9.3claws96
805
806         * po/hr.po
807           po/sr.po
808                 update Croatian and Serbian translations. Submitted by
809                 Dragan and Urke MMI respectively
810
811 2003-08-03 [alfons]     0.9.3claws95
812
813         * src/summaryview.c
814                 mark flag has precedence over important flag - seems
815                 to have been changed in sync of 0.9.3claws45. this fixes
816                 a regression where messages that were scored as important
817                 don't show their mark flags. (using the same column for
818                 both importance as mark flags is the real problem
819                 ofcourse)
820
821 2003-08-03 [melvin]     0.9.3claws94
822
823         * po/fr.po
824                 Updated French translations.
825
826 2003-08-03 [melvin]     0.9.3claws93
827
828         * src/Makefile.am
829                 Fixed typo introduced after 0.9.3claws92 
830                 that prevented compilation
831                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
832                 CPPFLAGS and YFLAGS to allow user setting these.
833         * src/common/Makefile.am
834         * src/gtk/Makefile.am
835         * src/plugins/clamav/Makefile.am
836         * src/plugins/demo/Makefile.am
837         * src/plugins/dillo_viewer/Makefile.am
838         * src/plugins/image_viewer/Makefile.am
839         * src/plugins/mathml_viewer/Makefile.am
840         * src/plugins/spamassassin/Makefile.am
841         * src/plugins/trayicon/Makefile.am
842         * src/plugins/trayicon/libeggtrayicon/Makefile.am
843                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
844                 CPPFLAGS and YFLAGS to allow user setting these.
845
846 2003-08-02 [christoph]  0.9.3claws92
847
848         * configure.ac
849                 o rearrange plugin tests
850                 o add test for clamav.h to ClamAV tests
851
852 2003-08-02 [luke]       0.9.3claws91
853
854         * src/mimeview.c
855                 o fixed appearance of icon list when toggling back from the 
856                   ctree
857                 o toggling of icons using the keyboard works correctly
858                 o fixed all other keyboard shortcuts to work when icons are
859                   active
860         
861         * src/messageview.c
862                 o fixed bug 4 - focus lost when changing messageview view type
863
864 2003-08-02 [christoph]  0.9.3claws90
865
866         * src/common/hooks.c
867                 fix crash when pointer stored in hash table could get invalid
868                 when a plugin is unloaded
869
870 2003-08-01 [christoph]  0.9.3claws89
871
872         * configure.ac
873                 o try to build all plugins (except spamassassin) by default
874                 o don't build a plugin if a dependency check fails
875
876         * src/common/hooks.c
877                 fix warning
878
879 2003-08-01 [match]      0.9.3claws88
880
881         * src/importldif.c
882                 allow single click field selection. document code.
883
884 2003-08-01 [christoph]  0.9.3claws87
885
886         * src/plugins/clamav/clamav_plugin.c
887         * src/plugins/clamav/clamav_plugin_gtk.c
888         * src/plugins/dillo_viewer/dillo_viewer.c
889         * src/plugins/image_viewer/plugin.c
890         * src/plugins/mathml_viewer/mathml_viewer.c
891         * src/plugins/spamassassin/spamassassin.c
892         * src/plugins/spamassassin/spamassassin_gtk.c
893         * src/plugins/trayicon/trayicon.c
894                 add version check to all plugins
895
896 2003-08-01 [hoa]        0.9.3claws86
897
898         * src/prefs_filtering.c
899                 fixed a cosmetic bug, during creation of dialog box,
900                 wrong widgets were shown after creation.
901
902 2003-08-01 [luke]       0.9.3claws85
903
904         * src/mainwindow.c
905                 o fixed visibility of icons/mimeview after toggling separate
906                   message/folder view (factored out some similar code too).
907
908
909 2003-07-31 [alfons]     0.9.3claws84
910
911         * src/mimeview.c
912                 tweak icon box UI a bit more, now allowing right-clicks actions
913                 getting the relevant mime data too; should fix #250, "Can't save 
914                 attachments sometimes".
915
916 2003-07-30 [alfons]     0.9.3claws83
917
918         * src/compose.c
919                 don't do auto-save-draft inside key press handler, but rather
920                 schedule it half of a second later; should fix #67, "autosave 
921                 make re-rediting message crazy"
922
923 2003-07-30 [christoph]  0.9.3claws82
924
925         * src/plugins/trayicon/trayicon.c
926                 process pending events before unloading the plugin
927
928         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
929
930 2003-07-30 [alfons]     0.9.3claws81
931
932         * src/common/hooks.c
933                 parameter 2 of g_hook_destroy() should really be a hook id
934
935 2003-07-30 [alfons]     0.9.3claws80
936
937         * src/common/plugin.c
938                 fix a possibly harmful function signature mismatch 
939                 for plugin_done
940
941 2003-07-30 [alfons]     0.9.3claws79
942
943         * src/common/hooks[.ch]
944                 const correctness
945
946 2003-07-30 [darko]      0.9.3claws78
947
948         * src/summaryview.c
949                 make it compile again
950
951 2003-07-30 [luke]       0.9.3claws77
952
953         * src/crash.c
954         * src/main.c
955                 o added/moved signal handlers for SIGTERM (normal kill command) 
956                   and SIGINT (ctl-c) to be used even without 
957                   --enable-crash-dialog, fixing bug 166
958
959         * src/summaryview.c
960                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
961                   bug 227
962
963         * src/mainwindow.c
964                 o changed sensitivity condition for 'Next new' and 'Next 
965                   unread', fixing bug 8
966
967 2003-07-29 [alfons]     0.9.3claws76
968
969         * src/common/utils.[ch]
970                 add generate_msgid()
971         * src/messageview.c
972                 save ack'ed RRR; fixes #205, "return receipt is not saved in
973                 sent folder".
974
975 2003-07-29 [alfons]     0.9.3claws75
976
977         * src/messageview.c
978                 fix a memleak (claws-only)
979
980 2003-07-29 [alfons]     0.9.3claws74
981
982         * src/mimeview.[ch]
983         * src/gtk/gtkvscrollbutton.[ch]
984                 fix UI glitch where mime icon toolbox' scroll position is not 
985                 reset after switching to another message
986                 
987
988 2003-07-29 [paul]       0.9.3claws73
989
990         * src/prefs_folder_item.c
991                 split the prefs into 2 separate pages
992
993 2003-07-29 [paul]       0.9.3claws72
994
995         * src/compose.c
996                 prepend "\n\n" to a signature without a separator too
997
998 2003-07-29 [paul]       0.9.3claws71
999
1000         * src/compose.c
1001                 fix bug where changing to an account without an auto-sig
1002                 from an initial account without an auto-sig would insert 
1003                 2 blank lines at the cursor point
1004                 fix bug where changing to an account with an auto-sig
1005                 from an initial account without an auto-sig would insert
1006                 the sig at the cursor point
1007
1008 2003-07-29 [paul]       0.9.3claws70
1009
1010         * src/folderview.c
1011                 use the colour from the folder pref unless the folder
1012                 has new messages
1013
1014 2003-07-29 [alfons]     0.9.3claws69
1015
1016         * src/procmsg.[ch]
1017         * src/messageview.c
1018         * src/procheader.c
1019                 rewrite return receipt request work a little bit (the former 
1020                 implementation presumably depended too much on the UI setting
1021                 flags). (we're losing the old pending flag.) 
1022
1023 2003-07-28 [christoph]  0.9.3claws68
1024
1025         * src/folder.c
1026         * src/imap.c
1027         * src/mh.c
1028         * src/procmsg.[ch]
1029                 fix copy to IMAP folder from other folder
1030
1031 2003-07-28 [christoph]  0.9.3claws67
1032
1033         * src/procmsg.c
1034                 fix sync of procmsg_get_message_file_list
1035
1036 2003-07-28 [christoph]  0.9.3claws66
1037
1038         * sync with 0.9.3cvs14
1039                 see ChangeLog 2003-07-18
1040         * sync with 0.9.3cvs17
1041                 see ChangeLog 2003-07-23
1042
1043         (closes Bug 234 segmentation fault after sending out mail via
1044          smtp(auth))
1045
1046 2003-07-28 [paul]       0.9.3claws65
1047
1048         * po/es.po
1049                 update Spanish translation, submitted by Ricardo Mones
1050                 Lastra
1051
1052 2003-07-28 [christoph]  0.9.3claws64
1053
1054         * src/folder.[ch]
1055         * src/imap.c
1056         * src/mh.c
1057                 return new message numbers as a GRelation instead of a GSList
1058                 that has to be in the same order as the input list. A list
1059                 would make it hard for IMAP to optimize oepration by sorting
1060                 the input list. The returned list would have to be reordered
1061                 to match the same order that input list has.
1062
1063         * src/gtk/gtkaspell.c
1064                 fix missing return value, could cause a crash when garbage is
1065                 on the stack that is used as the expected return value
1066
1067 2003-07-28 [paul]       0.9.3claws63
1068
1069         * sync with 0.9.4cvs1
1070                 see ChangeLog 2003-07-28
1071
1072 2003-07-27 [alfons]     0.9.3claws62
1073
1074         * src/mimeview.c
1075                 tweak it more to make icon list act like a check button group
1076
1077 2003-07-27 [christoph]  0.9.3claws61
1078
1079         * sync with 0.9.3cvs20
1080                 see ChangeLog 2003-07-25
1081
1082 2003-07-27 [paul]       0.9.3claws60
1083
1084         * src/procmsg.c
1085                 re-commit changes from 0.9.3claws58 -
1086                 accidently removed in 0.9.3claws59
1087
1088 2003-07-27 [paul]       0.9.3claws59
1089
1090         * src/procmsg.[ch]
1091                 a sync from 0.9.3cvs17
1092                 see ChangeLog 2003-07-23
1093
1094 2003-07-27 [alfons]     0.9.3claws58
1095
1096         * src/procmsg.c
1097                 add missing header members to MsgInfo; fixes the problem of 
1098                 not displaying X-Faces, as noticed by Ricardo Mones
1099
1100 2003-07-26 [christoph]  0.9.3claws57
1101
1102         * sync with 0.9.3cvs18
1103                 see ChangeLog 2003-07-24
1104
1105 2003-07-26 [christoph]  0.9.3claws56
1106
1107         * sync with 0.9.3cvs17
1108                 see ChangeLog 2003-07-23
1109
1110 2003-07-26 [christoph]  0.9.3claws55
1111
1112         * src/folder.[ch]
1113         * src/imap.c
1114         * src/mbox_folder.c
1115         * src/mh.c
1116         * src/news.c
1117                 add support for copy function that copy multiple messages
1118                 (not implemented yet)
1119
1120         * src/summaryview.c
1121                 add missing return value
1122
1123 2003-07-26 [paul]       0.9.3claws54
1124
1125         * tools/multiwebsearch.pl
1126                 do whitespace substitution before passing the string
1127                 to the browser. fixes bug with browsers that don't
1128                 do whitespace conversion themselves.
1129
1130 2003-07-25 [christoph]  0.9.3claws53
1131
1132         * src/folder.[ch]
1133         * src/imap.c
1134         * src/mh.c
1135                 rewrite adding of multiple messages to a folder for
1136                 claws' folder system
1137
1138 2003-07-25 [luke]       0.9.3claws52
1139
1140         * src/mimeview.c
1141                 o icon toggles set correctly on leaving ctree mimeview
1142
1143 2003-07-25 [paul]       0.9.3claws51
1144
1145         * partial sync with 0.9.3cvs21 [src/main.c]
1146                 see ChangeLog 2003-07-25
1147
1148 2003-07-24 [paul]       0.9.3claws50
1149
1150         * tools/maildir2sylpheed.pl
1151                 fix typo
1152
1153 2003-07-24 [paul]       0.9.3claws49
1154
1155         * src/mimeview.c
1156                 increase the gutter size of paned so that the panes
1157                 can be resized
1158                 
1159         * src/plugins/demo/demo.c
1160                 squeeze in another typo fix
1161
1162 2003-07-24 [paul]       0.9.3claws48
1163
1164         * src/plugins/demo/demo.c
1165           src/prefs_account.c
1166                 small changes to the English
1167                 
1168         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1169           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1170           src/Makefile.am
1171           src/stock_pixmap.c
1172                 rename the misspelled icon
1173
1174 2003-07-23 [alfons]     0.9.3claws47
1175
1176         * src/mimeview.c
1177                 make icon list look like a list of toggles
1178
1179 2003-07-23 [luke]       0.9.3claws46
1180
1181         * src/pixmaps/mimeview_gpg_expired.xpm
1182         * src/pixmaps/mimeview_gpg_failed.xpm
1183         * src/pixmaps/mimeview_gpg_passed.xpm
1184         * src/pixmaps/mimeview_text_html.xpm
1185         * src/pixmaps/mimeview_image.xpm
1186                 o all icons the same size
1187
1188         * src/mimeview.[ch]
1189                 o mimeview ctree arranged vertically above the viewer
1190                 o icons changed to buttons
1191                 o can use keyboard to select an icon (Enter)
1192                 o resize icon list to width of icons
1193
1194         *  src/gtk/gtkvscrollbutton.c
1195                 o sensitivity of buttons reacts to position
1196
1197 2003-07-23 [christoph]  0.9.3claws45
1198
1199         * sync with 0.9.3cvs14 (incomplete)
1200                 see ChangeLog 2003-07-17
1201
1202 2003-07-23 [alfons]     0.9.3claws44
1203
1204         * src/folder.c
1205         * src/procmsg.h
1206                 sync with my local tree to restore some claws-only things
1207
1208 2003-07-23 [paul]       0.9.3claws43
1209
1210         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1211           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1212           src/Makefile.am
1213           src/mimeview.c
1214           src/procmime.h
1215           src/rfc2015.c
1216           src/stock_pixmap.[ch]
1217                 indicate missing keys and expired sigs/keys
1218                 in mime view column
1219
1220 2003-07-23 [paul]       0.9.3claws42
1221
1222         * src/compose.c
1223                 Redirect fixes: enable automatic account selection and
1224                 do not append signature to message on changing account
1225                 fixes Bug[s] #248
1226
1227 2003-07-23 [paul]       0.9.3claws41
1228
1229         * sync with 0.9.3cvs16
1230                 see ChangeLog 2003-07-23
1231
1232 2003-07-23 [alfons]     0.9.3claws40
1233
1234         * src/inc.c
1235                 give progress dialog a main window, and give it the first 
1236                 one (presumably the only one). fixes bug #247, "segfault on 
1237                 pop-before-smtp" 
1238
1239 2003-07-22 [alfons]     0.9.3claws39
1240
1241         * src/summaryview.c
1242                 shift-space scrolls up
1243
1244 2003-07-22 [paul]       0.9.3claws38
1245
1246         * sync with 0.9.3cvs15
1247                 see ChangeLog 2003-07-22
1248
1249 2003-07-20 [alfons]     0.9.3claws37
1250
1251         * src/compose.c
1252                 put menu inside #ifdef USE_ASPELL..#endif
1253
1254 2003-07-20 [christoph]  0.9.3claws36
1255
1256         * src/procmsg.c
1257                 fix wrong flags in MsgInfo returned by
1258                 procmsg_msginfo_get_full_info()
1259
1260         (closes Bug 221 Deleting messages from the Message View gives incorrect
1261          new/unread message counts in the folder view)
1262
1263         * src/plugins/spamassassin/spamassassin_gtk.c
1264                 add gettext macro for prefs page title
1265
1266 2003-07-20 [paul]       0.9.3claws35
1267
1268         * src/mimeview.c
1269                 redraw icon list on signature check
1270
1271 2003-07-20 [christoph]  0.9.3claws34
1272
1273         * src/Makefile.am
1274         * src/account.c
1275         * src/folder.[ch]
1276         * src/folder_item_prefs.[ch]            ** NEW **
1277         * src/folderview.c
1278         * src/mainwindow.c
1279         * src/mh.c
1280         * src/prefs_gtk.c
1281         * src/prefs_scoring.c
1282         * src/summaryview.c
1283         * src/prefs_folder_item.[ch]
1284                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1285                   Properties dialog
1286                 o use prefswindow for folder properties
1287
1288         * src/gtk/prefswindow.[ch]
1289                 change implementation to use an invisible notebook instead
1290                 of unparenting widgets
1291
1292 2003-07-20 [christoph]  0.9.3claws33
1293
1294         * src/compose.h
1295         * src/folder.c
1296         * src/folderview.h
1297         * src/headerview.h
1298         * src/prefs_filtering.h
1299         * src/prefs_folder_item.[ch]
1300         * src/procmime.h
1301         * src/procmsg.h
1302         * src/summaryview.h
1303                 clean up header mess
1304                 (always use 1. typedefs, 2. #includes, 3. structures)
1305
1306         * src/common/version.h.in
1307                 add casts for constants
1308
1309         * src/plugins/demo/demo.c
1310                 fix typo
1311
1312         * src/plugins/spamassassin/spamassassin.c
1313                 remove unused variable
1314
1315 2003-07-20 [alfons]     0.9.3claws32
1316
1317         * src/mimeview.c
1318                 o make icon buttons respond on left click
1319                 o minor cosmetic change
1320
1321 2003-07-19 [luke]       0.9.3claws31
1322
1323         * src/mimeview.[ch]
1324         * src/gtk/gtkvscrollbutton.c
1325         * src/messageview.c
1326                 o improved mimeview behaviour when selecting a new message
1327                 o plus code cleanups to remove compile warnings
1328
1329
1330 2003-07-19 [alfons]     0.9.3claws30
1331
1332         * src/procmsg.c
1333         * src/compose.c
1334         * src/common/utils.[ch]
1335                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1336
1337 2003-07-19 [alfons]     0.9.3claws29
1338
1339         * src/prefs_folder_item.c
1340                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1341                 string pointers
1342
1343 2003-07-19 [luke]       0.9.3claws28
1344
1345         * src/messageview.c
1346         * src/mimeview.[ch]
1347         * src/procmime.h
1348         * src/rfc2015.c
1349         * src/stock_pixmap.[ch]
1350         * src/gtk/Makefile.am
1351         * src/Makefile.am
1352         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1353         * src/pixmaps/mime_*.xpm                ** NEW **
1354                 o mimeview rearrangement with a new icon shortcut bar
1355
1356 2003-07-19 [alfons]     0.9.3claws27
1357
1358         * src/folderview.c
1359                 o plug leaking nodes_to_recollapse
1360                 o add folderview_recollapse_all_nodes() (not used yet)
1361
1362 2003-07-19 [alfons]     0.9.3claws26
1363
1364         * src/compose.c
1365         * src/common/utils.c
1366                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1367                 for both forwarding as replying
1368
1369 2003-07-18 [christoph]  0.9.3claws25
1370
1371         * configure.ac
1372         * src/common/sylpheed.[ch]
1373         * src/common/version.h.in
1374                 add version in numeric form to allow easy comparison
1375
1376         * src/plugins/demo/demo.c
1377                 add version check
1378                 - sylpheed version > plugin version => never allowed, sylpheed
1379                   could contain unknown API changes
1380                 - sylpheed version < minimum version required => don't load,
1381                   API required not available (if linking does not fail)
1382
1383 2003-07-18 [alfons]     0.9.3claws24
1384         
1385         * src/common/plugin.[ch]
1386                 const correctness
1387
1388 2003-07-18 [christoph]  0.9.3claws23
1389
1390         * src/common/hooks.c
1391                 fix crash when hooks where unregisted
1392
1393         * src/plugins/trayicon/trayicon.c
1394                 unregister detroy signal before destroying the widget
1395                 (still crashes when the plugin is unloaded)
1396
1397 2003-07-18 [alfons]     0.9.3claws22
1398         
1399         * src/folderview.c
1400                 delay expanding folder tree during drags until timeout triggered
1401                 (needs perhaps some tweaking, so testing is welcome)
1402
1403 2003-07-17 [alfons]     0.9.3claws21
1404
1405         * src/folderview.c
1406                 clean up cruft
1407
1408 2003-07-17 [christoph]  0.9.3claws20
1409
1410         * src/common/session.c
1411                 fix opening of SSL connections
1412
1413         * src/plugins/image_viewer/Makefile.am
1414                 add OPENSSL_CFLAGS (we should find a better solution to remove
1415                 this dependencies if they are not required)
1416
1417         * src/plugins/spamassassin/spamassassin.c
1418                 remove setlocale workaround (fixed in libspamc)
1419
1420         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1421          if spell checking enabled)
1422
1423 2003-07-17 [alfons]     0.9.3claws19
1424
1425         * src/common/hooks.[ch]
1426         * src/plugins/clamav/clamav_plugin.c
1427         * src/plugins/spamassassin/spamassassin.c
1428         * src/plugins/trayicon/trayicon.c
1429                 fix signedness muck 
1430
1431 2003-07-17 [alfons]     0.9.3claws18
1432
1433         * src/procmime.c
1434                 plug memleak
1435
1436 2003-07-17 [alfons]     0.9.3claws17
1437
1438         * src/inc.c
1439                 plug memleak
1440
1441 2003-07-17 [paul]       0.9.3claws16
1442
1443         * src/common/defs.h
1444           src/mainwindow.c
1445           src/manual.[ch]
1446                 add link to the Claws site's FAQ page, after the suggestion
1447                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1448                 Move url strings to defs.h
1449                 
1450         * src/mainwindow.c
1451                 fix typo to prevent "unknown menu entry" warnings
1452
1453 2003-07-17 [alfons]     0.9.3claws15
1454
1455         * src/folderview.[ch]
1456         * src/summaryview.[ch]
1457         * src/mimeview.[ch]
1458                 plug DnD leaks 
1459
1460 2003-07-17 [paul]       0.9.3claws14
1461
1462         * src/inc.c
1463                 remove two instances of 'GTK_EVENTS_FLUSH' because
1464                 they are unnecessary and probably cause a stack overflow
1465
1466 2003-07-16 [christoph]  0.9.3claws13
1467
1468         * src/mimeview.[ch]
1469                 use an invisible GTK notebook to switch between viewers
1470                 instead of reparenting widgets
1471
1472 2003-07-16 [christoph]  0.9.3claws12
1473
1474         * src/folder.c
1475                 move folder_item_update_freeze() to correct place in
1476                 folder_item_scan_full()
1477
1478 2003-07-16 [paul]       0.9.3claws11
1479
1480         * sync with 0.9.3cvs12
1481                 see ChangeLog 2003-07-14 and 2003-07-15
1482
1483 2003-07-16 [christoph]  0.9.3claws10
1484
1485         * src/imap.[ch]
1486         * src/prefs_account.[ch]
1487                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1488
1489 2003-07-15 [alfons]     0.9.3claws9
1490
1491         * src/main.c
1492                 make --config-dir do something useful
1493
1494 2003-07-15 [alfons]     0.9.3claws8
1495
1496         * src/procmsg.c
1497                 o fix a bug where 'last' didn't really point to the last message
1498                   in the top level list of children, but to the last threaded
1499                   message. 
1500                 
1501                 o clean up and make it easier to sync
1502
1503 2003-07-15 [alfons]     0.9.3claws7
1504
1505         * src/mainwindow.c
1506                 make correct menu items sensitive       
1507
1508 2003-07-14 [alfons]     0.9.3claws6
1509
1510         * src/procmsg.c
1511                 tune the threader so it will not subject-thread any message
1512                 without a subject prefix (this will not thread correctly if 
1513                 a parent is delivered after their childs, but it looks 
1514                 better right now)
1515
1516 2003-07-13 [christoph]  0.9.3claws5
1517
1518         * src/mainwindow.c
1519                 group "Add mailbox *..." menu items in submenu
1520
1521 2003-07-13 [alfons]     0.9.3claws4
1522
1523         * src/summaryview.c
1524                 correct summary_toggle_pressed() signature and make sure
1525                 signal is not passed on
1526
1527 2003-07-13 [alfons]     0.9.3claws3
1528
1529         * src/summaryview.c
1530                 o for now don't pass on keys when they we're handled by 
1531                   ctree::key_press_event
1532                 o clean up
1533
1534 2003-07-13 [alfons]     0.9.3claws2
1535         
1536         * src/main.c
1537                 add command line option "--config-dir" to get the current 
1538                 configuration dir
1539
1540 2003-07-12 [alfons]     0.9.3claws1
1541
1542         * src/matcher.[ch]
1543         * src/matcher_parser_parse.y
1544         * src/prefs_filtering.c
1545         * src/filtering.c
1546                 add "Lock" filter action to lock messages;
1547
1548         * src/filtering.c       
1549                 remove debug_print()    
1550         * src/prefs_filtering.c
1551                 re-organize matcher part 9: 
1552                 make action text entries easily extendible;
1553                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1554                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1555
1556 2003-07-12 [paul]
1557
1558         * tools/README
1559                 update old information and add missing
1560                 information
1561
1562 2003-07-12 [paul]       0.9.3claws
1563
1564         * 0.9.3claws released
1565         
1566 2003-07-12 [paul]       0.9.0claws103
1567
1568         * src/Makefile.am
1569                 add addrquery.h
1570
1571 2003-07-12 [melvin]     0.9.0claws102
1572
1573         * src/messageview.c
1574                 Fixed bug #215: Show MIME tab for single text/html messages. 
1575                 
1576 2003-07-12 [paul]       0.9.0claws101
1577
1578         * man/sylpheed.1
1579                 updated
1580
1581 2003-07-12 [paul]       0.9.0claws100
1582
1583         * po/es.po
1584           po/hr.po
1585           po/pl.po
1586           po/sr.po
1587                 update Spanish, Croatian, Polish, Serbian translations.
1588                 submitted by Ricardo Mones Lastra, Dragan, Witold
1589                 Wladyslaw Wojciech Wilk, Urke MMI
1590
1591 2003-07-12 [melvin]     0.9.0claws99
1592
1593         * po/fr.po
1594                 Updated French translations.
1595
1596 2003-07-12 [paul]       0.9.0claws98
1597
1598         * src/addressbook.c
1599                 disable 'Lookup' button as it has no effect
1600
1601 2003-07-11 [alfons]     0.9.0claws97
1602         
1603         * src/summaryview.c
1604                 summary_searchbar_pressed() should return TRUE to signal that
1605                 event was handled. when returning void, the return value passed
1606                 to GTK is actually random, but maybe FALSE, in which case the
1607                 event is handled by parent
1608                 
1609 2003-07-10 [paul]       0.9.0claws96
1610
1611         * ac/missing/gettext.m4
1612                 update to version 0.12
1613
1614 2003-07-10 [paul]       0.9.0claws95
1615
1616         * src/plugins/clamav/clamav_plugin.c
1617                 fix bug where multipart/alternative messages
1618                 would slip through without being scanned
1619
1620 2003-07-10 [christoph]  0.9.0claws94
1621
1622         * src/folder.c
1623                 correct check if folder supports removing when a message is
1624                 moved. if not the message is only copied.
1625
1626         (closes Bug 132 crash on startup in newsgroups folders)
1627
1628 2003-07-09 [alfons]     0.9.0claws93
1629
1630         * configure.ac
1631         * src/common/defs.h
1632                 --with-config-dir (default .sylpheed)
1633
1634 2003-07-09 [christoph]  0.9.0claws92
1635
1636         * configure.ac
1637                 use PKG_CHECK_MODULES to check for gtkmathview
1638                 (version 0.4.2 now required)
1639
1640 2003-07-08 [melvin]     0.9.0claws91
1641
1642         * src/action.c
1643                 Implemented a progress bar that counts the number of completed
1644                 tasks when the action runs more than one command.
1645
1646 2003-07-08 [alfons]     0.9.0claws90
1647
1648         * src/procmsg.c
1649                 if queued message has an invalid Message-Id, don't try to
1650                 find message it refers to (fixes #209 "crash when processing 
1651                 in folder")
1652
1653 2003-07-08 [paul]       0.9.0claws89
1654
1655         * sync with 0.9.3cvs2
1656                 see ChangeLog 2003-07-08
1657
1658 2003-07-08 [match]      0.9.0claws88
1659
1660         * src/ldapctrl.c
1661                 extend LDAP search for first/last name by parsing search term.
1662
1663 2003-07-08 [alfons]     0.9.0claws87
1664
1665         * src/send_message.c
1666                 fix bug #208 "Status message stuck when sending on POP3 account"
1667
1668 2003-07-07 [paul]       0.9.0claws86
1669
1670         * po/hr.po
1671                 new Croatian translation, submitted by
1672                 Dragan <drleskov@inet.hr>
1673
1674 2003-07-07 [paul]       0.9.0claws85
1675
1676         * sync with 0.9.3cvs1
1677                 see ChangeLog 2003-07-07
1678
1679 2003-07-05 [christoph]  0.9.0claws84
1680
1681         * src/Makefile.am
1682         * src/messageview.c
1683         * src/mimeview.[ch]
1684         * src/stock_pixmap.[ch]
1685         * src/pixmaps/messageview_text.xpm              ** NEW **
1686                 move mimeview tabs to the right side and use icons
1687                 instead of text to save some space
1688
1689         (patch by Luke Plant <lukeplant@softhome.net>)
1690
1691 2003-07-05 [christoph]  0.9.0claws83
1692
1693         * src/inc.c
1694                 add NULL pointer checks
1695
1696         (patch by Luke Plant <lukeplant@softhome.net>)
1697         (closes Bug 204 0.9.0 quits on authentication error?!)
1698
1699 2003-07-05 [alfons]     0.9.0claws82
1700
1701         * configure.ac
1702                 take the clue in bug #202 "./configure script - 
1703                 'if test' comparison failure" reported by John Kristoff. 
1704
1705 2003-07-04 [christoph]  0.9.0claws81
1706
1707         * src/plugins/spamassassin/spamassassin.c
1708                 set timeout for spam check
1709
1710 2003-07-04 [christoph]  0.9.0claws80
1711
1712         * src/main.c
1713                 destroy all FolderItems when shutting down to
1714                 allow folders to clean up
1715
1716 2003-07-04 [melvin]     0.9.0claws79
1717
1718         * src/gtk/gtkaspell.c
1719                 Fixed bug #184 "Entering non-ascii character deletes
1720                 previous char if spell checking enabled": this makes
1721                 the spell checking in multibytes (e.g. UTF-8)locales work.
1722                 (Patch by Luke Plant).
1723                 
1724 2003-07-04 [christoph]  0.9.0claws78
1725
1726         * sync with 0.9.2cvs1
1727                 see ChangeLog 2003-06-10
1728
1729 2003-07-04 [paul]       0.9.0claws77
1730
1731         * sync with 0.9.3 release
1732                 see ChangeLog 2003-07-04
1733
1734 2003-07-03 [christoph]  0.9.0claws76
1735
1736         * src/folder.[ch]
1737         * src/imap.c
1738         * src/mbox_folder.c
1739         * src/mh.c
1740         * src/news.c
1741                 move folder_item_get_path() stuff into a folder virtual function
1742
1743         * src/procmsg.c
1744                 use folder_item_fetch_msg() to get message and do not contruct
1745                 the filename from path and number
1746
1747 2003-07-03 [paul]       0.9.0claws75
1748
1749         * sync with 0.9.2cvs12
1750                 see ChangeLog 2003-07-03
1751
1752 2003-07-02 [paul]       0.9.0claws74
1753
1754         * src/messageview.c
1755                 fix text-selection for replying
1756
1757 2003-07-02 [paul]       0.9.0claws73
1758
1759         * sync with 0.9.2cvs11
1760                 see ChangeLog 2003-07-02
1761
1762 2003-07-02 [paul]       0.9.0claws72
1763
1764         * src/procmsg.c
1765                 revert last commit because it breaks more
1766                 than it fixes
1767
1768 2003-07-02 [paul]       0.9.0claws71
1769
1770         * src/procmsg.c
1771                 fix thread by subject/sort by date
1772
1773 2003-07-01 [paul]       0.9.0claws70
1774
1775         * sync with 0.9.2cvs10
1776                 see ChangeLog 2003-07-01
1777
1778 2003-06-30 [paul]       0.9.0claws69
1779
1780         * sync with 0.9.2cvs9
1781                 see ChangeLog 2003-06-30
1782
1783 2003-06-28 [match]      0.9.0claws68
1784
1785         * src/addressbook.c
1786                 fix null ptr.
1787
1788 2003-06-27 [paul]       0.9.0claws67
1789
1790         * sync with 0.9.2cvs7
1791                 see ChangeLog 2003-06-27
1792
1793 2003-06-26 [christoph]  0.9.0claws66
1794
1795         * src/folder.c
1796                 freeze folder updates while a folder is scanned
1797
1798         (closes Bug 185 New message counter)
1799
1800 2003-06-26 [darko]      0.9.0claws65
1801
1802         * src/ldapserver.c
1803                 fix infinite loop when adding a new LDAP server
1804
1805 2003-06-26 [paul]       0.9.0claws64
1806
1807         * sync with 0.9.2cvs6
1808                 see ChangeLog 2003-06-26
1809
1810 2003-06-26 [paul]       0.9.0claws63
1811
1812         * sync with 0.9.2cvs5
1813                 see ChangeLog 2003-06-25 and 2003-06-26
1814
1815 2003-06-25 [match]      0.9.0claws62
1816
1817         * src/addr_compl.c
1818                 Fixed tab/backtab for dropped-down completion list to
1819                 move next/previous field. (close bug 147)
1820
1821 2003-06-25 [christoph]  0.9.0claws61
1822
1823         * src/addr_compl.[ch]
1824         * src/addrindex.[ch]
1825         * src/folderview.c
1826         * src/inc.c
1827         * src/news.c
1828         * src/summaryview.c
1829         * src/toolbar.c
1830                 fix warnings
1831
1832 2003-06-25 [leandro]    0.9.0claws60
1833
1834         * src/compose.c
1835                 o cleanups
1836                 o gray out "Message/Remove references" menu item if not
1837                   replying to a message
1838
1839 2003-06-24 [leandro]    0.9.0claws59
1840
1841         * src/compose.[ch]
1842                 o removed "Message/Create new thread" menu item
1843                 o added "Message/Remove references" menu item
1844                   (it's off by default and will not check anymore
1845                    if the subject changed)
1846
1847 2003-06-23 [alfons]     0.9.0claws58
1848
1849         * src/procmsg.c
1850                 try better grouping messages threaded by subject based on their age.
1851                 still not perfect - because the message tree is not sorted by date.  
1852
1853 2003-06-23 [thorsten]   0.9.0claws57
1854
1855         * src/pop.[ch]
1856                 added mail_receive_hook to allow modifications
1857                 directly after retrieval (e.g. adding headers).
1858
1859 2003-06-23 [paul]       0.9.0claws56
1860
1861         * src/sourcewindow.c
1862                  enable the use of Ctrl+A to select all text in
1863                  the sourcewindow
1864                  Patch submitted by Ivan Francolin Martinez
1865                  <ivanfm@users.sourceforge.net>
1866
1867 2003-06-22 [christoph]  0.9.0claws55
1868
1869         * src/folder.[ch]
1870                 o add notification hook for folder tree changes
1871                 o invoke hooks after folder tree scanning
1872
1873         * src/folderview.[ch]
1874                 register hook for folder tree changes that
1875                 updates the ctree
1876
1877         (there are more places that should be updated, like add, remove 
1878          or move folder)
1879
1880         (closes Bug 164 Crash on rebuild folder tree)
1881         (closes Bug 190 Crash on 'rebuilding folder tree')
1882
1883 2003-06-21 [leandro]    0.9.0claws54
1884
1885         * src/compose.[ch]
1886                 create a new thread if subject changes
1887                 (it's on by default, can be disabled in Message menu)
1888
1889 2003-06-21 [alfons]     0.9.0claws53
1890
1891         * src/summaryview.c
1892                 quiet little compiler
1893
1894 2003-06-21 [christoph]  0.9.0claws52
1895
1896         update gettext stuff to version 0.12
1897
1898 2003-06-19 [alfons]     0.9.0claws51
1899
1900         * src/common/log.c
1901         * src/common/plugin.c
1902                 move defs.h before glib.h to prevent MIN/MAX redefs
1903
1904 2003-06-19 [alfons]
1905
1906         * src/addressbook.c
1907                 translatable
1908
1909 2003-06-19 [match]      0.9.0claws50
1910
1911         * src/addressbook.[ch]
1912         * src/addrindex.[ch]
1913         * src/addr_compl.[ch]
1914         * src/editldap.[ch]
1915         * src/editldap_basedn.[ch]
1916         * src/addritem.[ch]
1917         * src/ldapquery.h
1918                 re-implemented dynamic LDAP search. works without
1919                 slowdown on display sender with addressbook
1920                 option.
1921         * src/addrbook.c
1922                 documented code.
1923
1924 2003-06-19 [paul]       0.9.0claws49
1925
1926         * src/compose.c
1927                 fix Bug #136 'Nonprovided quotation marks crash claws'
1928                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1929
1930 2003-06-19 [alfons]     0.9.0claws48
1931
1932         * src/prefs_common.[ch]
1933         * src/procmsg.c
1934                 restrict threading by subject by checking thread for
1935                 age (prefs_common.thread_by_subject_max_age)
1936
1937 2003-06-18 [christoph]  0.9.0claws47
1938
1939         * src/imap.c
1940                 fix memory leak in imap_cmd_fetch()
1941
1942 2003-06-18 [christoph]  0.9.0claws46
1943
1944         * src/prefs_gtk.c
1945                 fix memory leak in prefs_set_default() when used multiple
1946                 times or after prefs have been read
1947
1948 2003-06-18 [christoph]  0.9.0claws45
1949
1950         * src/common/plugin.c
1951                 fix memory leak in plugin_unload()
1952
1953 2003-06-18 [christoph]  0.9.0claws44
1954
1955         * src/imap.c
1956                 fix memory leak in imap_cmd_ok()
1957
1958 2003-06-18 [christoph]  0.9.0claws43
1959
1960         * src/folder.c
1961                 stop messages that are downloaded from POP3 and added to
1962                 an IMAP inbox from being filtered twice (first by POP3
1963                 and again when IMAP folder is scaned to get the UID of
1964                 the APPEND operation when no UIDPLUS is available)
1965
1966 2003-06-18 [alfons]
1967
1968         * tools/Makefile.am
1969                 phoenix <- firebird     
1970
1971 2003-06-18 [paul]
1972
1973         * tools/launch_phoenix          ** REMOVED **
1974           tools/launch_firebird         ** NEW **
1975                 renamed and edited to reflect the browser's name change from
1976                 'phoenix' to 'firebird'
1977
1978 2003-06-18 [paul]       0.9.0claws42
1979
1980         * sync with 0.9.2cvs2
1981                 see ChangeLog 2003-06-16
1982
1983 2003-06-17 [alfons]     0.9.0claws41
1984
1985         * src/procmsg.c
1986                 prevent threading problems when a node is an ancestor (parent / great parent),
1987                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1988                 for finding an sample set of messages)
1989
1990 2003-06-16 [christoph]  0.9.0claws40
1991
1992         * src/main.c
1993                 don't popup main window on --receive or --receive-all
1994
1995         * src/mainwindow.[ch]
1996         * src/plugins/trayicon/trayicon.c
1997                 allow hiding of main window by clicking on the trayicon
1998                 (doesn't work correctly in seperate window mode and may
1999                  cause unexpected GTK problems I couldn't find yet)
2000
2001         * src/common/ssl.c
2002                 remove incorrect warning
2003
2004 2003-06-15 [alfons]     0.9.0claws39
2005
2006         * src/gtk/gtkstext.c
2007                 don't output debug text;
2008                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2009                 for pointing this out);
2010
2011 2003-06-14 [alfons]     0.9.0claws38
2012         
2013         * src/messageview.c
2014                 remove printf() and make one if..else comply with coding style
2015
2016 2003-06-14 [alfons]     0.9.0claws37
2017
2018         * AUTHORS
2019                 add Martin Wicke
2020         * src/action.c
2021         * src/messageview.[ch]
2022         * src/summaryview.c
2023                 apply patch #754162 "Quoting messages filtered by actions" submitted
2024                 by Martin Wicke, which allows quoting message body changed by an
2025                 action (Thanks!).
2026
2027 2003-06-13 [alfons]     0.9.0claws36
2028
2029         * src/utils.c
2030                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2031                 use case insensitive regexp (suggested by Ivan Martinez)
2032
2033 2003-06-13 [christoph]  0.9.0claws35
2034
2035         * configure.ac
2036         * src/plugins/trayicon/Makefile.am
2037         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2038         * src/plugins/trayicon/trayicon.c
2039         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2040         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2041         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2042         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2043         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2044         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2045                 replace my own EggTrayIcon backport with the backport
2046                 used by (l|x)mule and gabber.
2047
2048 2003-06-13 [alfons]     0.9.0claws34
2049
2050         * AUTHORS
2051         * src/common/utils.c
2052                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2053
2054 2003-06-13 [alfons]     0.9.0claws33
2055
2056         * src/compose.c
2057                 clean up a little bit
2058
2059 2003-06-12 [alfons]     0.9.0claws32
2060
2061         * src/compose.c
2062                 const correctness fix
2063
2064         * src/common/sylpheed.[ch]
2065                 () -> (void)
2066                 prevent redef MIN/MAX
2067                 
2068         * src/common/utils.[ch]
2069                 () -> (void)
2070
2071 2003-06-12 [melvin]     0.9.0claws31
2072
2073         * src/compose.c
2074                 Updated to take into accounts changes in GtkAspell.
2075
2076 2003-06-12 [alfons]     0.9.0claws30
2077
2078         * src/compose.c
2079         * src/procmsg.c
2080         * src/common/utils.[ch]
2081                 handle reply subject prefixes better (initial 
2082                 suggestion by Robert Story adapted and enhanced 
2083                 using regexps)
2084
2085 2003-06-12 [melvin]     0.9.0claws29
2086
2087         * src/compose.c
2088                 Use new gtkaspell_checkers_strerror() to get the speller's
2089                 error message instead of accessing the (now private)
2090                 checkers structure.
2091                 Minor code clean up
2092
2093         * src/main.c
2094                 Use #ifdef instead of #if for USE_ASPELL
2095                 Use the new spell checkers init/quit functions 
2096
2097         * src/gtk/gtkaspell.c
2098                 Use #ifdef instead of #if for USE_ASPELL
2099                 Moved in the majority of GtkAspell structures that were
2100                 exported before by gtkaspell.h
2101         
2102         * src/gtk/gktaspell.h
2103                 Made gtkaspell.h contain only the necessary data to be
2104                 publicized by moving many structures to gtkaspell.c.
2105                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2106                 gtkaspell_checkers_new(): replaced by...
2107                 gtkaspell_checkers_init(): new function for initialization
2108                 gtkaspell_checkers_delete(): replaced by...
2109                 gtkaspell_checkers_quit(): new function
2110                 gtkaspell_checkers_strerror(): new function that returns
2111                 the checker's last error message.
2112                 
2113 2003-06-11 [melvin]     0.9.0claws28
2114
2115         * po/POTFILES.in
2116                 Updated to take into account gtkaspell.c migration to
2117                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2118
2119 2003-06-10 [alfons]     0.9.0claws27
2120
2121         * src/filtering.[ch]
2122         * src/folder.c
2123         * src/matcher.c
2124         * src/scoring.[ch]
2125                 - try fixing bug #18 (any brave testers?)
2126                 - add more robustness by refusing previously 
2127                   unchecked NULL pointers 
2128
2129 2003-06-10 [alfons]     0.9.0claws26
2130
2131         * src/procmsg.c
2132                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2133
2134 2003-06-09 [alfons]     0.9.0claws25
2135
2136         * src/prefs_common.c
2137                 fix bug #163 "Icon switching doesnt work properly" by 
2138                 preventing early freeing of prefs_common.pixmap_theme_path.
2139
2140 2003-06-09 [christoph]  0.9.0claws24
2141
2142         * src/gtk/gtkaspell.c
2143                 revert Thorsten's fix and add forgotten g_strdup for
2144                 aspell path (it should not be possible to alter the path a
2145                 GtkASpell uses from outside)
2146
2147 2003-06-09 [thorsten]   0.9.0claws23
2148
2149         * src/gtk/gtkaspell.c
2150                 dont free prefs_common.aspell_path when closing compose
2151
2152 2003-06-08 [colin]      0.9.0claws22
2153
2154         * src/plugins/spamassassin/spamassassin.c
2155                 fix prefs types
2156
2157 2003-06-07 [christoph]  0.9.0claws21
2158
2159         * src/Makefile.am
2160         * src/compose.c
2161         * src/gtkaspell.[ch]            ** REMOVE **
2162         * src/gtk/Makefile.am
2163         * src/gtk/gtkaspell.[ch]        ** NEW **
2164                 o make gtkaspell independent from sylpheed's prefs
2165                 o move gtkaspell.[ch] to gtk directory
2166
2167 2003-06-07 [christoph]  0.9.0claws20
2168
2169         * src/Makefile.am
2170         * src/crash.c
2171         * src/export.c
2172         * src/filesel.[ch]              ** REMOVE **
2173         * src/folder.c
2174         * src/main.[ch]
2175         * src/common/sylpheed.[ch]
2176         * src/gtk/Makefile.am
2177         * src/gtk/filesel.[ch]          ** NEW **
2178         * src/gtk/pluginwindow.c
2179         * src/gtk/sslcertwindow.c
2180                 move filesel.[ch] to gtk directory
2181
2182 2003-06-07 [alfons]     0.9.0claws19
2183
2184         * src/filesel.c
2185                 make (multi) file selection dialog work again (Claws-only)
2186
2187 2003-06-07 [thorsten]   0.9.0claws18
2188
2189         * po/de.po
2190                 fix typos
2191
2192 2003-06-07 [alfons]     0.9.0claws17
2193
2194         * configure.ac
2195         * src/mimeview.c
2196                 detect apache mishap in which case don't include fnmatch.h
2197                 if regex.h is already included
2198
2199 2003-06-06 [christoph]  0.9.0claws16
2200
2201         * configure.ac
2202         * src/mimeview.h
2203                 add check for fnmatch.h and include it when available
2204
2205         * src/mimeview.[ch]
2206                 fix wrong case sensitivity of Content-Types
2207
2208         * src/gtk/Makefile.am
2209                 need the same include paths in gtk directory as in
2210                 common directory because .h files in common can
2211                 include files from these directories, when included
2212                 in gtk's .h or .c files
2213
2214 2003-06-06 [alfons]     0.9.0claws15
2215
2216         * src/mimeview.c
2217         * src/summaryview.c
2218                 make it compile again because of regex.h / fnmatch.h 
2219                 include problems (related to recent mime stuff, can
2220                 someone check this?)
2221
2222 2003-06-06 [thorsten]   0.9.0claws14
2223
2224         * src/folderview.c
2225                 possible use of uninitialized pointer while dragging
2226
2227 2003-06-06 [paul]       0.9.0claws13
2228
2229         * src/compose.c
2230                 fix bug where the insert sig button would be effective
2231                 only when auto_sig was set
2232
2233 2003-06-06 [paul]       0.9.0claws12
2234
2235         * sync with 0.9.2 release
2236
2237 2003-06-02 [paul]       0.9.0claws11
2238
2239         * sync with 0.9.1cvs1
2240                 see ChangeLog 2003-06-02
2241                 
2242         * po/de.po
2243                 update by Jens
2244
2245 2003-06-01 [christoph]  0.9.0claws10
2246
2247         * src/account.c
2248                 don't use substring search to find accounts by email address
2249
2250         (closes Bug 169 Overly loose matching of "From" address)
2251
2252 2003-05-31 [christoph]  0.9.0claws9
2253
2254         * doc-src/rfc2683.txt
2255         * src/imap.c
2256                 limit IMAP command length as recommended in RFC2683
2257                 (message number lists will be split into multiple imap
2258                 sets, the limit of 1000 octets is not a hard limit)
2259
2260         (closes Bug 161 sylpheed-claws exits with segfault when logging
2261          in to certain imap-servers)
2262
2263 2003-05-29 [alfons]     0.9.0claws8
2264
2265         * src/toolbar.[ch]
2266                 add print button (calling summary_print());
2267                 fine tune setting tooltip text;
2268                 (if someone needs other buttons, please take these 
2269                 commits as a guide, instead of bothering us - also
2270                 see 0.8.11claws150) 
2271
2272 2003-05-29 [darko]      0.9.0claws7
2273
2274         * src/compose.c
2275                 fix crash when word wrapping kicks in due to
2276                 changed text by spell checker
2277
2278 2003-05-29 [paul]       0.9.0claws6
2279
2280         * src/compose.c
2281                 fix bug where changing account would insert
2282                 sig even if auto_sig was FALSE
2283                 
2284         * ChangeLog
2285           ChangeLog.jp
2286           INSTALL
2287                 sync with 0.9.1 release
2288
2289 2003-05-28 [christoph]  0.9.0claws5
2290
2291         * src/imap.c
2292                 fix truncation of too long commands
2293
2294         (closes Bug 167 IMAP hangs trying to get envelope
2295          information in imap_get_uncached_messages)
2296
2297 2003-05-27 [paul]       0.9.0claws4
2298
2299         * tools/Makefile.am
2300           tools/maildir2sylpheed.pl     ** NEW FILE **
2301                 add kmail to sylpheed mailbox conversion script
2302
2303 2003-05-27 [paul]       0.9.0claws3
2304
2305         * sync with 0.9.0cvs10
2306                 see ChangeLog 2003-05-26
2307
2308 2003-05-26 [paul]       0.9.0claws2
2309
2310         * sync with 0.9.0cvs9
2311                 see ChangeLog 2003-05-26
2312
2313 2003-05-24 [paul]       0.9.0claws1
2314
2315         * sync with 0.9.0cvs8
2316                 see ChangeLog 2003-05-23
2317
2318 2003-05-24 [paul]       0.9.0claws
2319
2320         * version 0.9.0claws released
2321
2322 2003-05-24 [paul]       0.8.11claws177
2323
2324         * src/plugins/dillo-viewer/Makefile.am
2325           src/plugins/traycon/Makefile.am
2326                 add missing files
2327                 
2328         * po/bg.po
2329           po/en_GB.po
2330           po/es.po
2331           po/it.po
2332           po/pt_BR.po
2333           po/ru.po
2334           po/sr.po
2335                 update Bulgarian, British English, Spanish, Italian, 
2336                 Brazilian Portuguese, Russian, and Serbian translations, 
2337                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2338                 André Filipe de Assunção e Brito, Alessandro Maestri, 
2339                 Ruslan N. Balkin, and Urke MMI
2340
2341 2003-05-23 [melvin]     0.8.11claws176
2342
2343         * po/fr.po
2344                 Updated French translations
2345
2346 2003-05-22 [paul]       0.8.11claws175
2347
2348         * src/Makefile.am
2349           src/addrbook.[ch]
2350           src/addrcache.[ch]
2351           src/addr_compl.[ch]
2352           src/adressbook.[ch]
2353           src/addrindex.[ch]
2354           src/addritem.[ch]
2355           src/editaddress.c
2356           src/editgroup.c
2357           src/editldap_basedn.c
2358           src/editldap.c
2359           src/jpilot.c
2360           src/vcard.c
2361                 revert to get ldap into it previous working state
2362                 
2363         * po/zh_TW.Big5.po
2364                 new Taiwanese translation,
2365                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2366
2367 2003-05-22 [christoph]  0.8.11claws174
2368
2369         * src/plugins/spamassassin/libspamc.[ch]
2370                 sync libspamc with SpamAssaain release 2.55
2371
2372 2003-05-22 [paul]       0.8.11claws173
2373
2374         * sync with 0.9.0cvs7
2375                 see ChangeLog 2003-05-22
2376                 
2377         * src/summaryview.c
2378                 revert change in 0.8.11claws172: follow
2379                 Hiroyuki's decision and that's the end of it.
2380
2381 2003-05-21 [paul]       0.8.11claws172
2382
2383         * src/summaryview.c
2384                 fix discrepency between open_unread_on_enter
2385                 and always_show_msg
2386
2387 2003-05-21 [paul]       0.8.11claws171
2388
2389         * sync with 0.9.0cvs6
2390                 see ChangeLog 2003-05-21
2391
2392 2003-05-21 [paul]       0.8.11claws170
2393
2394         * sync with 0.9.0cvs5
2395                 see ChangeLog 2003-05-21
2396
2397 2003-05-20 [paul]       0.8.11claws169
2398
2399         * sync with 0.9.0cvs4
2400                 see ChangeLog 2003-05-20
2401                 fixes bug #152, 'encoding of IMAP folders names'
2402
2403 2003-05-20 [paul]       0.8.11claws168
2404
2405         * sync with 0.9.0cvs3
2406                 see ChangeLog 2003-05-20
2407                 
2408         * src/tools/convert_mbox.pl
2409                 minor change in the comments, submitted by Fred Marton
2410
2411 2003-05-19 [paul]       0.8.11claws167
2412
2413         * src/plugins/clamav/Makefile.am
2414           configure.ac
2415                 link clamav_lib to the plugin and not to the main program
2416
2417 2003-05-19 [christoph]
2418
2419         * src/Makefile.am
2420                 add -export-dynamic for linking
2421
2422 2003-05-19 [paul]       0.8.11claws166
2423
2424         * sync with 0.9.0cvs1
2425                 see ChangeLog 2003-05-19
2426
2427 2003-05-19 [paul]       0.8.11claws165
2428
2429         * src/inc.c
2430                 fix 'pop before smtp' timeout
2431
2432 2003-05-18 [alfons]     0.8.11claws164
2433
2434         * src/prefs_matcher.c
2435                 put "execute" action command line ("expression") in edit box
2436
2437 2003-05-18 [christoph]  0.8.11claws163
2438
2439         * src/mimeview.[ch]
2440         * src/plugins/dillo_viewer/dillo_viewer.c
2441         * src/plugins/image_viewer/viewer.c
2442         * src/plugins/mathml_viewer/mathml_viewer.c
2443                 let a viewer have a list of Content-Types
2444
2445 2003-05-18 [paul]       0.8.11claws162
2446
2447         * src/prefs_filtering.c
2448                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2449                 and REDIRECT actions
2450
2451 2003-05-17 [christoph]
2452
2453         * README.claws
2454                 o remove dynamic signatures that was syned with main
2455                 o add infos about no longer "build in" image viewer
2456                 o update bugtracker URL
2457
2458 2003-05-17 [christoph]  0.8.11claws161
2459
2460         * src/folder.c
2461         * src/folderview.c
2462         * src/imap.c
2463                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2464                 for every folder after rebuilding the folder tree.
2465
2466         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2467          messages)
2468
2469 2003-05-17 [christoph]  0.8.11claws160
2470
2471         * src/imap.c
2472                 don't use STATUS command on current folder to check for
2473                 content changes. imap_cmd_ok() now tracks changes to
2474                 folder and number of existing messages.
2475
2476 2003-05-17 [paul]       0.8.11claws159
2477
2478         * src/plugins/clamav/clamav_plugin.c
2479                 remove unnecessary debug_print
2480
2481 2003-05-16 [thorsten]   0.8.11claws158
2482
2483         * src/plugins/demo.c
2484                 included missing intl.h
2485
2486 2003-05-16 [paul]       0.8.11claws157
2487
2488         * po/POTFILES.in
2489                 remove non-existant entries
2490         
2491         * src/plugins/clamav/clamav_plugin.c
2492           src/plugins/clamav/clamav_plugin_gtk.c
2493           src/plugins/dillo_viewer/dillo_prefs.c
2494           src/plugins/dillo_viewer/dillo_viewer.c
2495                 gettextise
2496
2497 2003-05-16 [christoph]  0.8.11claws156
2498
2499         * po/POTFILES.in
2500                 include plugin .c files for translation until I
2501                 find a better solution to have plugins have their
2502                 own textdomain
2503         * src/plugins/demo/demo.c
2504         * src/plugins/image_viewer/plugin.c
2505         * src/plugins/mathml_viewer/mathml_viewer.c
2506         * src/plugins/spamassassin/spamassassin.c
2507         * src/plugins/spamassassin/spamassassin_gtk.c
2508         * src/plugins/trayicon/trayicon.c
2509                 add gettext macros for plugin name and description
2510
2511 2003-05-16 [paul]
2512
2513         * sync with 0.9.0
2514
2515 2003-05-16 [paul]       0.8.11claws155
2516
2517         * sync with lastest 0.9.0pre1
2518                 see ChangeLog 2003-05-16
2519
2520 2003-05-15 [paul]       0.8.11claws154
2521
2522         * sync with latest 0.9.0pre1
2523                 see ChangeLog 2003-05-14 and 2003-05-15
2524
2525 2003-05-14 [christoph]  0.8.11claws153
2526
2527         * src/plugins/image_viewer/viewer.c
2528         * src/plugins/image_viewer/viewer.glade         ** NEW **
2529         * src/plugins/image_viewer/viewerprefs.c
2530                 make it possible to disable the autoload function in the
2531                 imageviewer again
2532
2533 2003-05-14 [christoph]  0.8.11claws152
2534
2535         * src/folder.c
2536                 fix folder update after adding a message
2537
2538 2003-05-13 [alfons]     0.8.11claws151
2539
2540         * src/common/session.c
2541                 remove debug traces
2542                 
2543         * src/addrcache.[ch]
2544         * src/filtering.[ch]
2545         * src/folder.[c]
2546         * src/gtkaspell.[ch]
2547         * src/imap.[ch]
2548         * src/mbox_folder.[ch]
2549         * src/mh.[ch]
2550         * src/mimeview.h
2551         * src/msgcache.[ch]
2552         * src/news.[ch]
2553         * src/passphrase.[ch]
2554         * src/prefs_common.[ch]
2555         * src/prefs_gtk.[ch]
2556         * src/procmsg.c
2557         * src/scoring.[ch]
2558                 be pedantic; (in prototypes () implies (int))
2559
2560 2003-05-13 [alfons]     0.8.11claws150
2561
2562         * src/prefs_toolbar.[ch]
2563         * src/summaryview.[ch]
2564         * src/toolbar.[ch]
2565                 change misleading text in toolbar prefs;
2566                 add toolbar action for ignore thread (toggles ignore thread flag);
2567                 clean up a little bit;
2568
2569 2003-05-12 [paul]
2570
2571         * tools/convert_mbox.pl
2572                 bug fixed by Fred Marton
2573
2574 2003-05-12 [paul]
2575
2576         * sync with 0.9.0pre1
2577
2578 2003-05-09 [paul]       0.8.11claws149
2579
2580         * sync with 0.8.11cvs43
2581                 see ChangeLog 2003-05-09
2582
2583 2003-05-08 [christoph]  0.8.11claws148
2584
2585         * src/imap.[ch]
2586                 o use CAPABILIY as first command and check for PREAUTH
2587                   information in the response to it
2588                 o rewrite all imap_cmd_* functions to use an IMAPSession
2589                   instead of a SockInfo as parameter
2590                 o do STARTTLS after fetching and checking the server
2591                   capabilities
2592
2593 2003-05-08 [paul]       0.8.11claws147
2594
2595         * tools/Makefile.am
2596           tools/README
2597           tools/convert_mbox.pl         ** NEW FILE **
2598                 add mbox conversion script. Submitted by 
2599                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2600
2601 2003-05-07 [christoph]
2602
2603         * doc-src/glade.txt
2604         * src/gtk/pluginwindow.glade
2605         * src/plugins/image_viewer/viewerprefs.glade
2606         * src/plugins/spamassassin/spamassassin_gtk.glade
2607                 add glade files for user interfaces and a description how
2608                 to use glade to create the sylpheed code
2609
2610 2003-05-07 [paul]       0.8.11claws146
2611
2612         * sync with 0.8.11cvs41
2613                 see ChangeLog 2003-05-07
2614
2615 2003-05-06 [christoph]  0.8.11claws145
2616
2617         * src/main.c
2618         * src/plugins/image_viewer/viewer.c
2619                 fix usage of imlib in imageviewer plugin
2620
2621         * src/gtk/prefswindow.c
2622                 handle window close event correctly
2623
2624 2003-05-06 [paul]       0.8.11claws144
2625
2626         * src/common/ssl.c
2627                 fix typo introduced in sync
2628
2629 2003-05-06 [paul]       0.8.11claws143
2630
2631         * sync with 0.8.11cvs39
2632                 see ChangeLog 2003-05-06
2633
2634 2003-05-06 [paul]       0.8.11claws142
2635
2636         * AUTHORS
2637           po/cs.po
2638                 updated Czech translation, submitted by 
2639                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2640                 
2641         * src/plugins/clamav/clamav_plugin_gtk.c
2642                 clean up
2643
2644 2003-05-03 [alfons]     0.8.11claws141
2645
2646         * src/compose.[ch]
2647                 make paste as quotation work even when the call to 
2648                 text_inserted() was deferred (fixes bug #140 "Paste 
2649                 as quotation does not work when using "external" 
2650                 clipboard")
2651
2652 2003-05-03 [thorsten]   0.8.11claws140
2653
2654         * src/addrquery.h
2655           src/ldapquery.h
2656           src/mainwindow.c
2657                 removed C++ comments
2658         * src/addr_compl.c
2659                 function with non-int retval/param used before
2660                 implementation/declaration
2661
2662 2003-05-02 [paul]       0.8.11claws139
2663
2664         * src/addr_compl.[ch]
2665           src/addressbook.[ch]
2666           src/addrindex.c
2667           src/summaryview.c
2668                 revert match's changes to (finally) remove the bug where
2669                 opening a folder causes massive slowdown when using the 
2670                 'Display sender using address book' option
2671
2672 2003-05-01 [melvin]     0.8.11claws138
2673
2674         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2675         * src/plugins/dillo_viewer/dillo_viewer.c
2676                 Fixed bug where "Cancel" button from prefs issued
2677                 warnings.
2678                 Comply a little more to coding style
2679
2680 2003-05-01 [paul]       0.8.11claws137
2681
2682         * sync with 0.8.11cvs38
2683                 see ChangeLog 2003-05-01
2684
2685 2003-05-01 [paul]       0.8.11claws136
2686
2687         * po/bg.po
2688                 updated by George Danchev
2689
2690 2003-04-30 [christoph]  0.8.11claws135
2691
2692         * src/plugins/dillo_viewer/dillo_prefs.c
2693         * src/plugins/image_viewer/viewerprefs.c
2694         * src/plugins/spamassassin/spamassassin_gtk.c
2695                 remove gtk_widget_ref() calls for widgets in
2696                 glade code
2697
2698 2003-04-30 [paul]       0.8.11claws134
2699
2700         * src/addrindex.c
2701                 ok, this time a better fix for the bug where opening folder
2702                 has massive slowdown when using the 'Display sender using 
2703                 address book' option
2704
2705 2003-04-30 [paul]       0.8.11claws133
2706
2707         * src/addrindex.c
2708                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2709         
2710 2003-04-30 [melvin]     0.8.11claws132
2711
2712         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2713
2714         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2715                 Preferences for the dillo plugin
2716         * src/plugins/dillo_viewer/dillo_viewer.c
2717                 Support for preferences
2718         * src/plugins/dillo_viewer/Makefile.am
2719                 Added dillo_prefs.[ch]
2720
2721 2003-04-30 [alfons]     0.8.11claws131
2722
2723         * src/common/plugin.[ch]
2724                 see? this ANSI C'fication immediately gives us type
2725                 checking for free.
2726
2727 2003-04-30 [alfons]     0.8.11claws130
2728
2729         * src/common/plugin.[ch]
2730         * src/plugins/clamav/clamav_plugin.[ch]
2731         * src/plugins/clamav/clamav_plugin_gtk.c
2732         * src/plugins/demo/demo.c
2733         * src/plugins/dillo_viewer/dillo_viewer.c
2734         * src/plugins/image_viewer/plugin.c
2735         * src/plugins/image_viewer/viewer.[ch]
2736         * src/plugins/image_viewer/viewerprefs.[ch]
2737         * src/plugins/mathml_viewer/mathml_viewer.c
2738         * src/plugins/spamassassin/spamassassin.[ch]
2739         * src/plugins/spamassassin/spamassassin_gtk.c
2740         * src/plugins/trayicon/trayicon.c
2741                 clean up
2742
2743 2003-04-30 [alfons]     0.8.11claws129
2744
2745         * src/common/utils.c
2746                 make is_ascii_str() fail gracefully when NULL pointer
2747                 is passed
2748
2749 2003-04-30 [paul]       0.8.11claws128
2750
2751         * src/addrindex.c
2752                 fix bug where opening folder has massive slowdown when
2753                 using the 'Display sender using address book' option
2754
2755 2003-04-30 [paul]       0.8.11claws127
2756
2757         * src/plugins/clamav/clamav_plugin.c
2758           src/plugins/clamav/clamav_plugin_gtk.c
2759           src/plugins/demo/demo.c
2760           src/plugins/dillo_viewer/dillo_viewer.c
2761           src/plugins/image_viewer/plugin.c
2762           src/plugins/mathml_viewer/mathml_viewer.c
2763           src/plugins/spamassassin/spamassassin.c
2764           src/plugins/spamassassin/spamassassin_gtk.c
2765           src/plugins/trayicon/trayicon.c
2766                 get rid of eye-hurting function signatures
2767
2768 2003-04-30 [paul]       0.8.11claws126
2769
2770         * src/plugins/trayicon/trayicon.c
2771                 add description
2772                 
2773         * src/mimeview.c
2774                 be more descriptive
2775
2776 2003-04-30 [paul]       0.8.11claws125
2777
2778         * configure.ac
2779                 arrange the plugins in reverse alphabetical order
2780                 
2781         * src/plugins/clamav/clamav_plugin.[ch]
2782           src/plugins/clamav/clamav_plugin_gtk.c
2783                 rename some params
2784                 resize max_size window
2785                 re-arrange the order of some gui elements
2786                 improve descriptions
2787         
2788         * src/plugins/image_viewer/plugin.c
2789           src/plugins/mathml_viewer/mathml_viewer.c
2790                 add descriptions
2791                 
2792         * src/plugins/spamassassin/spamassassin_gtk.c
2793                 resize max_size window
2794                 re-arrange the order of some gui elements
2795                 
2796         * src/messageview.c
2797           src/mimeview.c
2798                 correct typos
2799
2800 2003-04-30 [alfons]     0.8.11claws124
2801
2802         * src/imap.c
2803                 fix a leak found while browsing Martin Kluge's 
2804                 valgrind log (Claws only)
2805
2806 2003-04-29 [darko]      0.8.11claws123
2807
2808         * src/gtk/gtkstext.h
2809                 include wchar.h if it is available, fixes compilation
2810                 on HP-UX systems
2811
2812 2003-04-29 [melvin]     0.8.11claws122
2813
2814         * src/prefs_actions.c
2815                 Improved help text of Actions' syntax
2816
2817 2003-04-28 [paul]       0.8.11claws121
2818
2819         * src/action.c
2820                 a better fix for the crash when performing an action
2821                 on a mime part
2822
2823 2003-04-28 [paul]       0.8.11claws120
2824
2825         * src/action.c
2826                 fix crash when performing an action on a
2827                 mime part
2828
2829 2003-04-28 [paul]       0.8.11claws119
2830
2831         * sync with 0.8.11cvs36
2832                 see ChangeLog 2003-04-28
2833
2834 2003-04-27 [paul]       0.8.11claws118
2835
2836         * more sync with 0.8.11cvs35
2837                 see ChangeLog 2003-04-25
2838
2839 2003-04-26 [christoph]  0.8.11claws117
2840
2841         * src/folder.c
2842                 fix remove virtual check
2843
2844 2003-04-26 [paul]       0.8.11claws116
2845
2846         * src/messageview.c
2847                 fix return-receipt, make it work again
2848
2849 2003-04-26 [paul]       0.8.11claws115
2850
2851         * src/mimeview.c
2852                 restore double-clicking of the [application/pgp-signature 
2853                 (Select "Check signature" to check)] line in the message view,
2854                 broken in recent sync
2855
2856 2003-04-26 [christoph]  0.8.11claws114
2857
2858         * src/folder.c
2859                 check if remove virtual really exists before
2860                 calling the function
2861
2862 2003-04-25 [match]      0.8.11claws113
2863
2864         * src/addrindex.c
2865         * src/addrbook.c
2866         * src/ldapquery.[ch]
2867         * src/ldapctrl.[ch]
2868                 fix memleak.
2869         * src/ldapserver.[ch]
2870                 fix memleak. fix segfault.
2871                 plug a Claws memleak
2872
2873 2003-04-25 [alfons]     0.8.11claws112
2874
2875         * src/folder.c
2876                 plug a Claws memleak
2877
2878 2003-04-25 [alfons]     0.8.11claws111
2879
2880         * src/common/session.c
2881                 plug a memleak
2882
2883 2003-04-25 [paul]       0.8.11claws110
2884
2885         * sync with 0.8.11cvs35
2886                 see ChangeLog 2003-04-24 and 2003-04-25
2887                 
2888         * src/gtk/pluginwindow.c
2889                 correct another strange float value
2890
2891 2003-04-24 [christoph]  0.8.11claws109
2892
2893         * src/folder.c
2894                 freeze folder item updates when unsetting new flags
2895
2896         * src/gtk/pluginwindow.c
2897                 correct strange float value
2898
2899 2003-04-23 [paul]       0.8.11claws108
2900
2901         * sync with 0.8.11cvs33
2902                 see ChangeLog 2003-04-23
2903
2904 2003-04-22 [paul]       0.8.11claws107
2905
2906         * src/Makefile.am
2907           src/messageview.c
2908           src/mimeview.c
2909           src/pgptext.[ch]      ** REMOVED **
2910                 remove pgptext.[ch] as its not used any more
2911
2912 2003-04-22 [paul]       0.8.11claws106
2913
2914         * sync with 0.8.11cvs31
2915                 see ChangeLog 2003-04-21 and 2003-04-22
2916
2917 2003-04-21 [alfons]     0.8.11claws105
2918
2919         * src/main.c
2920                 No access to GTK structures if we're a spawned child
2921                 (and clean up code a little bit...) Should fix #126.
2922
2923 2003-04-21 [melvin]     0.8.11claws104
2924
2925         * src/plugins/dillo_viewer/README
2926                 Improved slightly the text.
2927
2928 2003-04-21 [melvin]     0.8.11claws103
2929
2930         * src/plugins/dillo_viewer/README *** NEW ***
2931                 Added a README file for the Dillo plugin
2932
2933 2003-04-20 [paul]
2934
2935         * tools/README
2936           tools/outlook2sylpheed.pl
2937                 updated and improved by Ricardo Mones Lastra
2938
2939 2003-04-18 [oliver]     0.8.11claws102
2940
2941         * src/inc.c 
2942         * src/prefs_account.h
2943                 remove Pop3SessionType (used by selective download)
2944         * src/prefs_toolbar.c
2945                 enable set Default Toolbar button
2946
2947 2003-04-18 [paul]       0.8.11claws101
2948
2949         * sync with 0.8.11cvs29
2950                 see ChangeLog 2003-04-18
2951
2952 2003-04-17 [paul]       0.8.11claws100
2953
2954         * src/prefs_common.[ch]
2955           src/summaryview.c
2956                 remove 'Open next message on deletion' option,
2957                 as the same effect can now be achieved via the
2958                 'Always open messages in summary when selected'
2959                 option.
2960
2961 2003-04-17 [paul]       0.8.11claws99
2962
2963         * sync with 0.8.11cvs28
2964                 see ChangeLog 2003-04-17
2965
2966 2003-04-17 [christoph]  0.8.11claws98
2967
2968         * ac/spamassassin.m4
2969         * src/plugins/spamassassin/libspamc.[ch]
2970         * src/plugins/spamassassin/utils.[ch]
2971                 sync libspamc with SpamAssassin project
2972
2973 2003-04-17 [christoph]  0.8.11claws97
2974
2975         * src/common/socket.h
2976         * src/gtk/sslcertwindow.h
2977                 rename old USE_SSL to USE_OPENSSL
2978
2979 2003-04-17 [paul]       0.8.11claws96
2980
2981         * src/prefs_common.h
2982                 use gulong for P_COLOR so that it compiles/runs on
2983                 64-bit systems. Patch submitted by James Noyes
2984                 <jnoyes-claws@retrogeeks.com>
2985                 
2986         * po/de.po
2987                 updated by Jens
2988
2989 2003-04-17 [paul]       0.8.11claws95
2990
2991         * sync with 0.8.11cvs27
2992                 see ChangeLog 2003-04-16
2993
2994 2003-04-15 [paul]       0.8.11claws94
2995
2996         * src/prefs_common.[ch]
2997                 rearrange to stop the window getting too long:
2998                         move Receive dialog stuff to Receive tab
2999                         move Send dialog to Send tab
3000                         remove Dialogs frame
3001                 rename 'Open messages in summary with cursor keys' to
3002                 'Always open messages in summary when selected', as its
3003                 more appropriate
3004
3005 2003-04-15 [paul]       0.8.11claws93
3006
3007         * src/prefs_common.[ch]
3008           src/summaryview.c
3009                 add new option '/Interface/Open next message on deletion'
3010
3011 2003-04-15 [paul]       0.8.11claws92
3012
3013         * src/summaryview.[ch]
3014                 add /Mark/Lock and /Mark/Unlock to the pop-up
3015                 menu. Patch submitted by Ivan Francolin Martinez
3016                 <ivanfm@users.sourceforge.net>
3017
3018 2003-04-15 [paul]       0.8.11claws91
3019
3020         * sync with 0.8.11cvs24
3021                 see ChangeLog 2003-04-15
3022
3023 2003-04-14 [jens]       0.8.11claws90
3024
3025         * updated German translation and some corrections from
3026                 Roland Bless <bless@tm.uka.de>
3027
3028 2003-04-14 [paul]       0.8.11claws89
3029
3030         * sync with 0.8.11cvs22
3031                 see ChangeLog 2003-04-14
3032
3033 2003-04-13 [paul]       0.8.11claws88
3034
3035         * src/plugins/clamav/clamav_plugin.c
3036                 fix memory leaks
3037                 clean up
3038
3039 2003-04-12 [paul]       0.8.11claws87
3040
3041         * src/plugins/clamav/clamav_plugin.c
3042                 activate enable/disable archive scanning option
3043                 
3044         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3045
3046 2003-04-12 [paul]       0.8.11claws86
3047
3048         * src/plugins/Makefile.am
3049           src/plugins/clamav/Makefile.am                ** NEW FILE **
3050           src/plugins/clamav/README                     ** NEW FILE ** 
3051           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3052           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3053                 add Clam AntiVirus plugin
3054
3055 2003-04-12 [paul]       0.8.11claws85
3056
3057         * sync with 0.8.11cvs21
3058                 see ChangeLog 2003-04-11
3059
3060 2003-04-11 [paul]       0.8.11claws84
3061
3062         * po/es.po
3063                 update Spanish translation. Submitted by Ricardo
3064                 Mones Lastra.
3065
3066 2003-04-10 [christoph]  0.8.11claws83
3067
3068         * src/mbox.c
3069                 fix typo that did not move unfiltered mails to destination
3070                 folder
3071
3072         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3073          when filtering from spool)
3074
3075 2003-04-10 [christoph]  0.8.11claws82
3076
3077         * src/imap.c
3078                 use BODY.PEEK instead of BODY in in message fetch operation
3079                 to make sure the IMAP server does not set the \Seen flag for
3080                 messages. Sylpheed does that later itself, when the message
3081                 is opened in sylpheed
3082
3083         (closes Bug 111 Claws destroys unread marks)
3084
3085 2003-04-09 [oliver]     0.8.11claws81
3086         
3087         * src/folder.c
3088                 fix crash in folder_destroy
3089         * README.claws
3090                 remove selective download
3091
3092 2003-04-09 [christoph]  0.8.11claws80
3093
3094         * src/imap.c
3095                 fix crash in imap_get_msginfo() when then fetched message
3096                 is not found
3097
3098         (closes Bug 110 Crash during mail composition)
3099
3100 2003-04-08 [christoph]  0.8.11claws79
3101
3102         * src/folder.c
3103         * src/prefs_account.c
3104                 Filter new messages that are found in an INBOX folder
3105                 when 'Filter messages on receiving' is enabled in the
3106                 Folder's AccountPrefs. This allows to use Sylpheed's
3107                 filtering engine for IMAP folders where messages are
3108                 added to the INBOX by a MTA
3109
3110 2003-04-08 [paul]       0.8.11claws78
3111
3112         * src/procmsg.h
3113                 clean up after last commit
3114
3115 2003-04-08 [paul]       0.8.11claws77
3116
3117         * sync with 0.8.11cvs20
3118                 see ChangeLog 2003-04-07 and 2003-04-08
3119
3120 2003-04-07 [christoph]  0.8.11claws76
3121
3122         * src/filtering.[ch]
3123         * src/inc.[ch]
3124         * src/mbox.c
3125         * src/procmsg.[ch]
3126                 add procmsg_msginfo_filter() to execute filtering actions
3127
3128 2003-04-06 [christoph]  0.8.11claws75
3129
3130         * src/imap.c
3131                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3132
3133 2003-04-06 [christoph]  0.8.11claws74
3134
3135         * src/common/utils.[ch]
3136                 add g_int_compare() function for slist sorting
3137
3138         * src/imap.c
3139                 fetch all MsgInfos with one command in imap_get_msginfos()
3140                 using an imap set with a list of ranges
3141
3142         * src/news.c
3143                 use new g_int_compare() function
3144
3145 2003-04-06 [thorsten]   0.8.11claws73
3146
3147         * src/mh.c
3148                 corrected implementation of mh_folder_destroy()
3149
3150 2003-04-05 [christoph]  0.8.11claws72
3151
3152         * src/account.c
3153         * src/folder.[ch]
3154         * src/folderview.c
3155         * src/imap.c
3156         * src/inc.c
3157         * src/main.c
3158         * src/mainwindow.c
3159         * src/mbox_folder.c
3160         * src/mh.c
3161         * src/mimeview.h
3162         * src/msgcache.[ch]
3163         * src/news.c
3164         * src/procmime.h
3165         * src/procmsg.[ch]
3166         * src/setup.c
3167         * src/gtk/gtkutils.c
3168                 o rename structure field names class and new to klass and
3169                   new_msgs, to allow including files in C++
3170                 o add 'extern "C"' block to some header files
3171                 o add MsgInfoList and MsgNumberList as alias for GSList for
3172                   developers to know what type of list is expected
3173
3174         * src/plugins/image_viewer/plugin.c
3175         * src/plugins/image_viewer/viewer.[ch]
3176         * src/plugins/image_viewer/viewerprefs.[ch]
3177                 rename function names to prevent conflicts
3178
3179 2003-04-05 [paul]       0.8.11claws71
3180
3181         * sync with 0.8.11cvs18
3182                 see ChangeLog 2003-04-03 and 2003-04-04
3183
3184 2003-04-02 [christoph]  0.8.11claws70
3185
3186         * src/folder.[ch]
3187         * src/imap.[ch]
3188         * src/mbox_folder.[ch]
3189         * src/mh.[ch]
3190         * src/news.[ch]
3191                 o Make all virtual folder functions private
3192                 o remove unused folder code
3193
3194         * src/common/socket.[ch]
3195         * src/summaryview.c
3196                 fix warnings
3197
3198 2003-03-30 [alfons]     0.8.11claws69
3199
3200         * src/send_message.c
3201                 remove two debug traces and see if people still report
3202                 errors
3203
3204 2003-03-30 [alfons]     0.8.11claws68
3205
3206         * src/send_message.c
3207         * src/commons/session.c
3208                 add more debug traces
3209
3210 2003-03-30 [christoph]  0.8.11claws67
3211
3212         * src/folder.c
3213                 change processing folder name from .processing to processing
3214
3215         * src/common/ssl.c
3216                 disable SSL certificate check because it causes Xlib error
3217                 when the child process want's to open an GTK window
3218
3219 2003-03-30 [christoph]  0.8.11claws66
3220
3221         * src/folder.c
3222                 don't use default folder for processing folder item because
3223                 it can be a non local folder
3224
3225         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3226
3227 2003-03-30 [alfons]     0.8.11claws65
3228
3229         * src/send_message.c
3230                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3231                 to generate bad code for 'send_send_data_progressive': When
3232                 called from 'send_send_data_finished', the 'data' pointer is
3233                 cleared just before the assignment to the dialog pointer
3234
3235 2003-03-29 [christoph]  0.8.11claws64
3236
3237         * src/common/prefs.h
3238         * src/plugins/image_viewer/Makefile.am
3239         * src/plugins/image_viewer/plugin.c
3240         * src/plugins/image_viewer/viewer.[ch]
3241         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3242                 add PrefsPage for ImageViewer
3243
3244 2003-03-28 [thorsten]   0.8.11claws63
3245
3246         * src/common/session.c
3247                 added some comments
3248
3249 2003-03-28 [paul]       0.8.11claws62
3250
3251         * sync with 0.8.11cvs16
3252                 see ChangeLog 2003-03-28
3253
3254 2003-03-28 [paul]       0.8.11claws61
3255
3256         * sync with 0.8.11cvs15
3257                 see ChangeLog 2003-03-28
3258
3259 2003-03-27 [christoph]  0.8.11claws60
3260
3261         * src/folder.c
3262         * src/imap.c
3263         * src/common/socket.[ch]
3264                 set socket state to DISCONNECTED when any operation
3265                 fails to allow reconnecting in IMAP code without
3266                 checking the return code of all calls to the command
3267                 functions
3268
3269         * src/folderview.c
3270         * src/summaryview.c
3271                 remove some more stuff that depends on specific
3272                 folder types
3273
3274 2003-03-27 [paul]       0.8.11claws59
3275
3276         * sync with 0.8.11cvs14
3277                 see ChangeLog 2003-03-27
3278                 
3279         * src/selective_download.[ch]   ** REMOVED **
3280                 really removed
3281
3282 2003-03-27 [christoph]  0.8.11claws58
3283
3284         * src/folder.c
3285                 fix handling of tmp_flags in flag copy function
3286
3287 2003-03-27 [paul]       0.8.11claws57
3288
3289         * sync with 0.8.11cvs13
3290                 see ChangeLog 2003-03-27
3291
3292 2003-03-27 [oliver]     0.8.11claws56
3293
3294         * src/maiwindow.c
3295                 remove sel_download_cb
3296
3297 2003-03-27 [oliver]     0.8.11claws55
3298         
3299         * src/inc.c
3300                 remove POP3_TOP
3301         
3302 2003-03-26 [oliver]     0.8.11claws54
3303
3304         *src/pop.h
3305                 remove POP3_TOP*
3306         * README.claws
3307                 remove selective donwload readme
3308
3309 2003-03-26 [oliver]     0.8.11claws53
3310         * src/matcher.[ch]
3311         * src/matcher_parser_parse.y 
3312         * src/pop.c 
3313         * src/prefs_account.[ch]
3314         * src/prefs_filtering.c
3315                 remove selective donwload
3316
3317 2003-03-26 [oliver]     0.8.11claws52
3318
3319         * src/inc.[ch] 
3320         * src/filtering.c 
3321         * src/mainwindow.c 
3322                 remove selective donwload
3323
3324 2003-03-26 [oliver]     0.8.11claws51
3325         
3326         * src/Makefile.am
3327         * src/selective_download.[ch]   ** REMOVE **    
3328
3329 2003-03-26 [christoph]  0.8.11claws50
3330
3331         * src/news.c
3332                 fix NEWS that got broken by a sync with sylpheed-main
3333
3334 2003-03-26 [christoph]  0.8.11claws49
3335
3336         * src/mimeview.c
3337                 fix mime type guessing when no mime type is found for a file
3338
3339 2003-03-25 [christoph]  0.8.11claws48
3340
3341         * src/mimeview.c
3342         * src/procmime.c
3343                 remove mime type guessing from mime parser and use
3344                 name based mime types in viewer lookup for mime type
3345                 application/octet-stream
3346
3347 2003-03-25 [christoph]  0.8.11claws47
3348
3349         * doc-src/readme.txt
3350         * doc-src/rfc2554.txt
3351                 add RFC about SMTP AUTH
3352
3353         * src/send_message.c
3354         * src/common/smtp.[ch]
3355                 add extra error code for authentication errors and
3356                 clear temporary password when this error occurs
3357
3358         (closes Bug 84 authentication failure while sending should
3359          prompt for password again)
3360
3361 2003-03-25 [christoph]  0.8.11claws46
3362
3363         * configure.ac
3364         * src/Makefile.am
3365         * src/imageview.[ch]                            ** REMOVE **
3366         * src/messageview.[ch]
3367         * src/mimeview.[ch]
3368         * src/prefs_common.[ch]
3369         * src/textview.c
3370         * src/plugins/Makefile.am
3371         * src/plugins/image_viewer/.cvsignore           ** NEW **
3372         * src/plugins/image_viewer/Makefile.am          ** NEW **
3373         * src/plugins/image_viewer/plugin.c             ** NEW **
3374         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3375                 move image viewer into a plugin (building is enabled by default)
3376                 [ToDo: Prefs for resize and autoview]
3377
3378 2003-03-25 [paul]       0.8.11claws45
3379
3380         * sync with 0.8.11cvs12
3381                 see ChangeLog 2003-03-26
3382
3383 2003-03-25 [paul]       0.8.11claws44
3384
3385         * sync with 0.8.11cvs11
3386                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3387                 
3388         Note: Selective Download is broken.
3389                 
3390 2003-03-22 [christoph]  0.8.11claws43
3391
3392         * src/folder.c
3393                 code cleanup for flags copying
3394
3395 2003-03-22 [christoph]  0.8.11claws42
3396
3397         * src/plugins/trayicon/trayicon.c
3398                 fix setting the transparent area when the window size
3399                 is forced by the system tray
3400
3401 2003-03-22 [christoph]  0.8.11claws41
3402
3403         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3404         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3405         * src/plugins/trayicon/newmail.xpm              ** NEW **
3406         * src/plugins/trayicon/nomail.xpm               ** NEW **
3407         * src/plugins/trayicon/trayicon.c
3408         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3409                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3410                 o add icon for unread mails
3411                 o set transparency for window
3412
3413 2003-03-22 [christoph]  0.8.11claws40
3414
3415         * src/news.c
3416                 init news session to prevent crash when session is closed
3417
3418 2003-03-22 [christoph]  0.8.11claws39
3419
3420         * src/imap.c
3421         * src/common/session.[ch]
3422                 Init session data to make sure we don't have invalid pointers
3423                 for read_ch and write_ch when new multi process sessions are
3424                 not used
3425
3426         * src/main.c
3427         * src/common/plugin.c
3428         * src/common/sylpheed.c
3429         * src/plugins/demo/demo.c
3430         * src/plugins/dillo_viewer/dillo_viewer.c
3431         * src/plugins/mathml_viewer/mathml_viewer.c
3432         * src/plugins/spamassassin/spamassassin.c
3433         * src/plugins/spamassassin/spamassassin_gtk.c
3434                 add plugin types to allow loading plugins at different times
3435                 (and maybe for different frontends), because it's not good to
3436                 load GTK-Plugins gefore gtk_init was called
3437
3438         * configure.ac
3439         * src/plugins/Makefile.am
3440         * src/plugins/trayicon/.cvsignore               ** NEW **
3441         * src/plugins/trayicon/Makefile.am              ** NEW **
3442         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3443         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3444         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3445         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3446         * src/plugins/trayicon/trayicon.c               ** NEW **
3447                 New Trayicon plugin that shows an icon in a systray that uses
3448                 XEMBED protocol like Gnome's systray. Icon shows if there
3449                 are new mails and a tooltip shows information about new,
3450                 unread and total messages.
3451
3452 2003-03-22 [paul]       0.8.11claws38
3453
3454         * src/common/smtp.c
3455                 fix ESMTP AUTH CRAM-MD5
3456                 [sync with main (still version 0.8.11cvs6), see
3457                  ChangeLog 2003-03-22]
3458
3459 2003-03-21 [colin]      0.8.11claws37
3460
3461         * src/send_message.c
3462                 Fix USE_SSL => USE_OPENSSL
3463
3464 2003-03-21 [colin]      0.8.11claws36
3465
3466         * src/folderview.c
3467                 Fix counts in drag and dropped subfolders
3468
3469 2003-03-21 [colin]      0.8.11claws35
3470
3471         * src/folder.c 
3472         * src/folderview.c
3473                 speed up a bit folder dnd
3474
3475 2003-03-20 [alfons]     0.8.11claws34
3476
3477         * src/main.c
3478         * src/toolbar.c
3479         * src/procmsg.c
3480                 don't send locked queue messages
3481                 (feature request "[ 705245 ] Locking message in outbox 
3482                  should prevent sending")
3483
3484 2003-03-20 [christoph]  0.8.11claws33
3485
3486         * src/folder.c
3487                 remove NEW and UNREAD flag in special folders when scanning
3488                 
3489         * src/common/smtp.c
3490                 fix ESMTP AUTH CRAM-MD5
3491
3492 2003-03-20 [paul]       0.8.11claws32
3493
3494         * src/prefs_account.c
3495                 Re-write 'Tunnel command to open connection' as
3496                 'Use command to communicate with server', and disable
3497                 it for all except IMAP accounts
3498
3499 2003-03-20 [paul]       0.8.11claws31
3500
3501         * sync with 0.8.11cvs6
3502                 see ChangeLog 2003-03-20
3503
3504 2003-03-19 [match]      0.8.11claws30
3505
3506         * src/addritem.[ch]
3507                 include documentation. minor refactoring.
3508         * src/addr_compl.[ch]
3509         * src/addrindex.[ch]
3510         * src/addresbook.[ch]
3511         * src/summaryview.c
3512                 re-enable address lookup (was disabled in
3513                 0.8.11claws20).
3514
3515 2003-03-19 [christoph]  0.8.11claws29
3516
3517         * src/procmsg.c
3518                 add temp flag handling, will make moving and copying
3519                 messages possible again
3520
3521         * src/folder.c
3522                 correct calulation of folder stats
3523
3524 2003-03-18 [match]      0.8.11claws28
3525
3526         * src/editgroup.h
3527                 remove case sensitive comparison (closes bug 80).
3528
3529 2003-03-18 [christoph]  0.8.11claws27
3530
3531         * src/imap.c
3532                 fix imap using a tunnel command
3533
3534         (closes bug 87)
3535
3536 2003-03-18 [christoph]  0.8.11claws26
3537
3538         * src/folder.[ch]
3539         * src/imap.c
3540         * src/procmsg.[ch]
3541                 rewrite flag handling for folders
3542
3543 2003-03-18 [christoph]  0.8.11claws25
3544
3545         * src/folder.c
3546         * src/procmsg.c
3547         * src/summaryview.c
3548                 unset NEW and UNREAD flags when message is ignored, to make
3549                 sure messages don't show up as unread on other IMAP clients,
3550                 because the IGNORE_THREAD flag can not be syncronized through
3551                 the IMAP folder
3552
3553 2003-03-17 [christoph]  0.8.11claws24
3554
3555         * src/imap.c
3556                 don't use recursion to fetch uids when the number of messages
3557                 does not match. Moved code into subfunction that is used
3558                 again when needed, to prevent an endless loop.
3559
3560 2003-03-17 [thorsten]   0.8.11claws23
3561
3562         * src/imageview.[ch]
3563                 export imageview_get_resized_size() (for plugins)
3564         * src/prefs_common.[ch]
3565                 added prefs_common_get() (for plugins)
3566
3567 2003-03-17 [christoph]  0.8.11claws22
3568
3569         * src/imap.c
3570                 o remove UID guessing from copy code
3571                 o support UIDPLUS extension for APPEND command
3572
3573 2003-03-17 [paul]       0.8.11claws21
3574
3575         * src/gtk/about.c
3576                 remove 'Compiled-plugins' section.
3577                 
3578         * src/plugins/dillo_viewer/dillo_viewer.c
3579                 slight change to description text
3580
3581 2003-03-16 [match]      0.8.11claws20
3582         * src/ldapserver.[ch]           ** NEW **
3583         * src/ldapctrl.[ch]             ** NEW **
3584         * src/ldapquery.[ch]            ** NEW **
3585         * src/ldaputil.[ch]             ** NEW **
3586         * src/addrcindex.[ch]           ** NEW **
3587         * src/addrquery.h               ** NEW **
3588         * src/addritem.[ch]
3589         * src/addrcache.[ch]
3590         * src/addrindex.[ch]
3591         * src/addr_compl.[ch]
3592         * src/addressbook.[ch]
3593         * src/addrbook.[ch]
3594         * src/editgroup.c
3595         * src/editaddress.c
3596         * src/editldap.c
3597         * src/editldap_basedn.c
3598         * src/vcard.c
3599         * src/jpilot.c
3600         * src/Makefile.am
3601                 included dynamic LDAP queries. improved address
3602                 completion.
3603
3604 2003-03-16 [paul]       0.8.11claws19
3605
3606         * tools/multiwebsearch.pl
3607                 fix a fatal typo
3608
3609 2003-03-16 [christoph]  0.8.11claws18
3610
3611         * src/mimeview.c
3612         * src/plugins/dillo_viewer/dillo_viewer.c
3613         * src/plugins/mathml_viewer/mathml_viewer.c
3614                 make unregistering of MimeViewerFactorys possible
3615
3616 2003-03-16 [alfons]     0.8.11claws17
3617
3618         * configure.ac
3619                 correct typo
3620
3621 2003-03-16 [melvin]     0.8.11claws16
3622
3623         * src/plugins/dillo_viewer.c
3624                 Fixed bug where it was not possible to view more than
3625                 one text/html attachment per message (bug discovered
3626                 by Christoph Hohmann).
3627
3628 2003-03-15 [melvin]     0.8.11claws15
3629
3630         * src/prefs_actions.c
3631                 Fixed compilation warnings.
3632
3633 2003-03-15 [melvin]     0.8.11claws14
3634
3635         * src/plugins/Makefile.am
3636         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3637         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3638         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3639                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3640                 newer (http://dillo.auriga.wearlab.de/).
3641
3642 2003-03-15 [christoph]  0.8.11claws13
3643
3644         * src/imap.c
3645                 don't query imap folder for attributes because we already
3646                 for them from imap_status
3647
3648         * src/mimeview.[ch]
3649                 add support for plugable MimeViewers (unloading Viewers
3650                 not yet complete)
3651
3652         * src/plugins/Makefile.am
3653         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3654         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3655         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3656                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3657                 widget from http://helm.cs.unibo.it/mml-widget/
3658
3659 2003-03-14 [christoph]  0.8.11claws12
3660
3661         * src/folder.[ch]
3662                 o error return code's should better be negative
3663                 o replace printf with debug_print
3664
3665         * src/imap.c
3666                 improve IMAP folder scan by checking UID-NEXT
3667
3668         * src/summaryview.c
3669                 remove check that are unnecessary in my opinion
3670
3671 2003-03-13 [christoph]  0.8.11claws11
3672
3673         * src/folder.[ch]
3674         * src/foldersel.c
3675         * src/folderview.c
3676         * src/imap.c
3677         * src/mbox_folder.c
3678         * src/mh.c
3679         * src/news.c
3680         * src/prefs_scoring.c
3681         * src/summaryview.c
3682                 use a common function to get a displayable name
3683                 for a FolderItem
3684
3685 2003-03-13 [paul]       0.8.11claws10
3686
3687         * tools/Makefile.am
3688           tools/README
3689           tools/multiwebsearch.conf     ** NEW FILE **
3690           tools/multiwebsearch.pl       ** NEW FILE **
3691                 add multiwebsearch Actions script
3692
3693 2003-03-13 [colin]      0.8.11claws9
3694
3695         * src/compose.c
3696                 Remove leading emtpy lines from quoted text
3697                 before quoting it
3698
3699 2003-03-13 [melvin]     0.8.11claws8
3700
3701         * src/prefs_actions.c
3702                 Fixed a memory leak
3703                 Code clean ups
3704                 Added Cancel and OK buttons
3705                 Corrected help text
3706
3707 2003-03-13 [christoph]  0.8.11claws7
3708
3709         * src/account.c
3710         * src/folder.[ch]
3711         * src/imap.c
3712         * src/mainwindow.c
3713         * src/mbox_folder.c
3714         * src/mh.c
3715         * src/news.c
3716         * src/setup.c
3717                 replace more folder type stuff with folder class stuff
3718
3719 2003-03-13 [melvin]     0.8.11claws6
3720
3721         * src/prefs_actions.c
3722                 Added new tokens:
3723                 %u: user provided argument
3724                 %h: user provided argument (hidden on input)
3725                 %s: current text selection in the message view 
3726
3727 2003-03-13 [paul]       0.8.11claws5
3728
3729         * sync with 0.8.11cvs5
3730                 see ChangeLog 2003-03-11, 2003-03-12
3731
3732 2003-03-12 [christoph]  0.8.11claws4
3733
3734         * src/folder.c
3735                 use folder class idstr when writing folderlist.xml
3736
3737         * src/folder.h
3738         * src/imap.c
3739         * src/news.c
3740                 replace folder type checks with folder class checks
3741
3742 2003-03-12 [christoph]  0.8.11claws3
3743
3744         * src/folder.[ch]
3745         * src/imap.[ch]
3746         * src/main.c
3747         * src/mbox_folder.[ch]
3748         * src/mh.[ch]
3749         * src/news.[ch]
3750                 o create a list of known folder classes in the folder system
3751                 o use folder class id strings for folder item identifiers
3752
3753 2003-03-12 [christoph]  0.8.11claws2
3754
3755         * src/imap.c
3756                 fix imap uid validity check
3757
3758 2003-03-12 [christoph]  0.8.11claws1
3759
3760         * src/account.c
3761         * src/folder.[ch]
3762         * src/foldersel.c
3763         * src/folderview.c
3764         * src/imap.c
3765         * src/mainwindow.c
3766         * src/mbox_folder.c
3767         * src/mh.c
3768         * src/news.c
3769         * src/prefs_scoring.c
3770         * src/procmsg.c
3771         * src/setup.c
3772         * src/summaryview.c
3773                 initial restructuring of folder system, seperating
3774                 folders and folder classes
3775
3776 2003-03-12 [paul]       0.8.11claws
3777
3778         0.8.11claws release
3779
3780 2003-03-12 [christoph]
3781
3782         * src/gtk/prefswindow.c
3783                 fix translation of "Page Index"
3784
3785 2003-03-12 [paul]       0.8.10claws110
3786
3787         a sync from 0.8.11cvs4 before the release
3788
3789         * src/common/utils.c
3790                 subject_compare_for_sort(): allow null strings (fixes
3791                 summary sorting).
3792
3793 2003-03-11 [paul]       0.8.10claws109
3794
3795         * po/es.po
3796                 update Spanish translation, submitted by
3797                 Ricardo Mones Lastra
3798
3799 2003-03-11 [melvin]     0.8.10claws108
3800
3801         * po/fr.po
3802                 Updated French translations
3803
3804 2003-03-11 [paul]       0.8.10claws107
3805
3806         * manual/en/Makefile.am
3807           manual/en/*.html
3808                 update English manual, add a new page
3809                 updated by Francois Barriere <fbarriere@atmel.fr>
3810                 
3811         * po/bg.po
3812           po/it.po
3813           po/sr.po
3814                 update Bulgarian, Italian, and Serbian translations
3815                 submitted by George Danchev, Alessandro Maestri, and
3816                 Urke MMI
3817
3818 2003-03-10 [paul]       0.8.10claws106
3819
3820         * src/gtk/about.c
3821           src/gtk/prefswindow.c
3822                 make some strings translatable
3823
3824 2003-03-10 [darko]      0.8.10claws105
3825
3826         * src/compose.c
3827                 code cleanup to make Hiro happy
3828
3829 2003-03-10 [paul]       0.8.10claws104
3830
3831         * sync with 0.8.11cvs2
3832                 see ChangeLog 2003-03-10
3833
3834 2003-03-09 [melvin]     0.8.10claws103
3835
3836         * src/textview.c
3837                 textview_set_font(): fix for message display in
3838                 UTF-8 locales (thanks to Sergey Vlasov).
3839                 (was unintentionnaly reverted in 0.8.6claws6)   
3840
3841 2003-03-08 [darko]      0.8.10claws102
3842
3843         * src/compose.c
3844                 fix infinite loop in wrapping as reported
3845                 by happycactus
3846                 obsoletes patch #696482
3847
3848 2003-03-08 [christoph]  0.8.10claws101
3849
3850         * src/imap.c
3851                 add workaround for IMAP servers that do not
3852                 support the "UID SEARCH UID" command
3853
3854 2003-03-07 [christoph]  0.8.10claws100
3855
3856         * src/plugins/spamassassin/spamassassin.[ch]
3857         * src/plugins/spamassassin/spamassassin_gtk.c
3858                 code cleanup
3859
3860 2003-03-07 [paul]       0.8.10claws99
3861
3862         * po/es.po
3863                 updated Spanish translation, submitted by
3864                 Ricardo Mones Lastra
3865
3866 2003-03-07 [christoph]  0.8.10claws98
3867
3868         * src/send.c
3869                 fix in 0.8.10claws94 was wrong
3870                 local delivery does not require escaping, remove escaping
3871                 code to make signatures of mails with "." lines valid
3872                 
3873                 NOTE: requires that sendmail is executed with "-i" option,
3874                       what is the default now, but has to be changed in all
3875                       exsiting accounts)
3876
3877 2003-03-07 [paul]       0.8.10claws97
3878
3879         * sync with 0.8.11 release
3880                 see ChangeLog 2003-03-07
3881
3882 2003-03-06 [paul]       0.8.10claws96
3883
3884         * src/compose.c
3885                 revert commit 0.8.10claws92
3886
3887 2003-03-06 [paul]       0.8.10claws95
3888
3889         * src/folderview.c
3890                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3891
3892         * src/gtkaspell.c
3893                 fix bug 74, 'Crash opening editor window with pseudo-color
3894                 display'
3895                 
3896         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3897
3898 2003-03-06 [christoph]  0.8.10claws94
3899
3900         * src/send.c
3901                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3902                 all lines starting with a period get an extra period
3903                 inserted
3904                 (found by Simon 'corecode' Schubert)
3905
3906 2003-03-06 [paul]       0.8.10claws93
3907
3908         * src/folderview.c
3909                 if configured font can't be loaded fall back to gtk
3910                 default. (with thanks to Christoph)
3911                 
3912                 closes long-standing bug 15 'Crashes on startup'
3913
3914 2003-03-06 [paul]       0.8.10claws92
3915
3916         * src/compose.c
3917                 freeze text before autosave and thaw afterwards
3918                 fixes bug 67 'autosave make re-rediting message crazy'
3919
3920 2003-03-06 [christoph]  0.8.10claws91
3921
3922         * src/compose.c
3923                 ignore address comment in dupe check for Cc-list
3924
3925         (closes reopened bug 47 Replying to message strips name part of
3926          e-mail addresses of Cc: lines)
3927
3928 2003-03-06 [paul]       0.8.10claws90
3929
3930         * src/Makefile.am
3931                 remove reference to gtkxtext.h as its no longer in
3932                 the repository
3933
3934 2003-03-06 [paul]       0.8.10claws89
3935
3936         * sync with 0.8.10cvs25
3937                 see ChangeLog 2003-03-06
3938
3939 2003-03-06 [oliver]     0.8.10claws88
3940         
3941         * src/messageview.c
3942                 remove include
3943
3944 2003-03-06 [oliver]     0.8.10claws87
3945         
3946         * src/folderview.c 
3947                 remove changes introduced inclaws74
3948         * src/messageview.c
3949                 another attempt to sanely delete and update
3950                 messages deleted in separate messageview
3951
3952 2003-03-05 [christoph]  0.8.10claws86
3953
3954         * src/summaryview.c
3955                 check if "From" matches any account's address if
3956                 addressbook completion of addresses is disabled too
3957
3958         (closes Bug 70 "Display recipient in from" doesn't check
3959          folder's default account)
3960
3961 2003-03-05 [christoph]  0.8.10claws85
3962
3963         * src/compose.c
3964         * src/common/utils.[ch]
3965                 don't strip address comments when building Cc lists
3966
3967         (closes Bug 47 Replying to message strips name part of e-mail addresses
3968          of Cc: lines)
3969
3970         * src/folder.c
3971                 fix return value of copy function
3972
3973 2003-03-05 [christoph]  0.8.10claws84
3974
3975         * src/imap.c
3976                 don't ask imap server for non rfc822 headers
3977
3978         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3979
3980         * src/imap.c
3981                 destroy session on socket error to allow reconnecting
3982
3983 2003-03-05 [christoph]  0.8.10claws83
3984
3985         * configure.ac
3986                 fix building with gnome when no prefix is set
3987
3988         (closes bug 66 Gnome directory is set to NONE)
3989
3990 2003-03-05 [paul]       0.8.10claws82
3991
3992         * sync with 0.8.10cvs23
3993                 see ChangeLog 2003-03-05
3994
3995 2003-03-04 [christoph]  0.8.10claws81
3996
3997         * src/folder.c
3998                 o fix moving and copying when folder returns 0 for new
3999                   message number
4000                 o remove some code for single message copy and move
4001                   operations and use functions for multiple messages
4002
4003         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4004
4005         * src/news.c
4006                 remove unused include
4007
4008 2003-03-04 [paul]       0.8.10claws80
4009
4010         * src/gtk/about.c
4011                 list 'Compiled plugins'
4012
4013 2003-03-03 [christoph]  0.8.10claws79
4014
4015         * src/news.[ch]
4016                 have to multiply the percentage of the current fetch with
4017                 the percentage that it has of the total fetch operation
4018                 for correct values
4019
4020 2003-03-03 [christoph]  0.8.10claws78
4021
4022         * src/news.c
4023                 fix calculation of expected lines for progress indicator
4024
4025 2003-03-03 [christoph]  0.8.10claws77
4026
4027         * src/summaryview.c
4028         * src/common/utils.c
4029                 fix segfault when opening the root news folder
4030
4031 2003-03-03 [christoph]  0.8.10claws76
4032
4033         * src/mainwindow.[ch]
4034         * src/common/Makefile.am
4035         * src/common/progressindicator.[ch]
4036                 add UI independent progress indicator handling
4037
4038         * src/news.[ch]
4039                 use new progress indicator for message info fetching
4040
4041         * src/common/hooks.h
4042                 code cleanup
4043
4044 2003-03-03 [oliver]     0.8.10claws75
4045
4046         * src/toolbar.c
4047         * src/compose.c
4048                 removed commented code
4049
4050 2003-03-03 [oliver]     0.8.10claws74
4051
4052         * src/toolbar.[ch]
4053                 cleanups and refactoring
4054         * src/compose.[ch]
4055                 compose_reply_mode reply & forwarding interface for
4056                 toolbar buttons
4057         * src/folderview.c
4058                 act on messages marked for deletion in folderview_selected
4059                 based on prefs_common.immediate_exec since a message might 
4060                 have been deleted by messageview in a folder we are changing 
4061                 to (does anybody understand what I'm on about ?)
4062
4063 2003-03-03 [oliver]     0.8.10claws73
4064         
4065         * src/messageview.[ch]
4066                 new functions
4067                 - messageview_delete: delete message shown in messagview
4068                 - messageview_update_view: update messageview to currently 
4069                   selected summaryview message
4070                 - add separate messageview to msgview_list in order to update 
4071                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4072         * src/summaryview.[ch]
4073                 summary_get_selection returns a list of selected msgs
4074                 in summaryview
4075         * src/mainwindow.c
4076                 toolbar reply refactoring
4077
4078 2003-03-03 [paul]       0.8.10claws72
4079
4080         * sync with 0.8.10cvs21
4081                 see ChangeLog 2003-03-03
4082
4083 2003-03-02 [christoph]  0.8.10claws71
4084
4085         * src/common/passcrypt.c
4086                 use POSIX includes
4087
4088 2003-03-02 [christoph]  0.8.10claws70
4089
4090         * configure.ac
4091         * src/prefs_account.c
4092         * src/prefs_gtk.[ch]
4093         * src/common/.cvsignore
4094         * src/common/Makefile.am
4095         * src/common/passcrypt.c                ** NEW **
4096         * src/common/passcrypt.h.in             ** NEW **
4097                 Implement password encryption in config files
4098                 using unix encrypt and setkey functions. The crypt
4099                 key can be set as a configure parameter. Old
4100                 passwords will be converted if they do not begin
4101                 with '!'
4102
4103 2003-03-02 [paul]       0.8.10claws69
4104
4105         * src/prefs_account.c
4106                 fix compile error
4107
4108 2003-03-01 [thorsten]   0.8.10claws68
4109
4110         * po/el.po
4111           po/hr.po
4112           po/it.po
4113           po/nl.po
4114           po/sr.po
4115           po/sv.po
4116                 corrected format strings
4117         * po/en_GB.po
4118                 corrected headers
4119                 (fix compile errors with GNU gettext-0.11.5)
4120
4121 2003-03-01 [oliver]     0.8.10claws67
4122
4123         * src/summaryview.c
4124                 menu callbacks call toolbar_menu_reply
4125
4126 2003-03-01 [oliver]     0.8.10claws66
4127
4128         * src/mainwindow.c
4129         * src/messageview.c
4130                 menu callbacks call toolbar_menu_reply
4131         * src/toolbar.[ch]
4132                 callbacks from menu handled by toolbar_menu_reply
4133
4134 2003-03-01 [paul]       0.8.10claws65
4135
4136         * src/addressbook.c
4137                 revert commit 0.8.10claws54 - breaks editing of
4138                 addressbook.
4139                 
4140         * po/bg.po
4141                 update Bulgarian translation, submitted by
4142                 George Danchev
4143
4144 2003-02-28 [christoph]  0.8.10claws64
4145
4146         * src/account.c
4147         * src/addressadd.c
4148         * src/compose.c
4149         * src/gtkaspell.c
4150         * src/gtkxtext.h                ** REMOVE **
4151         * src/imap.c
4152         * src/matcher.[ch]
4153         * src/mh.c
4154         * src/news.c
4155         * src/pine.c
4156         * src/prefs_common.c
4157         * src/prefs_matcher.c
4158         * src/procheader.[ch]
4159         * src/procmsg.[ch]
4160         * src/toolbar.c
4161         * src/common/ssl_certificate.c
4162         * src/gtk/colorlabel.c
4163         * src/gtk/menu.c
4164                 o fix warnings
4165                 o remove code obsoleted by new cache and folder system rework
4166
4167 2003-02-28 [oliver]     0.8.10claws63
4168         
4169         * src/toolbar.[ch]
4170                 * fix bug where reply in Messageview replied to 
4171                 Message displayed in summaryview
4172                 (reportedd via ML by chinatinte at gmx dot ch)
4173                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4174                 didn't work in separate MessageView Toolbar
4175                 (wondering if anybody uses this at all ?)
4176         * src/summaryview.[ch]
4177                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4178                 (generalize reply and forward code);
4179         * src/messageview.c 
4180                 remove focus_in event which updated summaryview to messageview
4181
4182 2003-02-28 [paul]       0.8.10claws62
4183
4184         * po/Makefile.in.in
4185                 add the --check option
4186                 Patch submitted by Ricardo Mones Lastra
4187
4188 2003-02-28 [paul]       0.8.10claws61
4189
4190         * src/prefs_account.c
4191                 re-order 'Signature' items
4192
4193 2003-02-28 [paul]       0.8.10claws60
4194
4195         * sync with 0.8.10cvs20
4196                 see ChangeLog 2003-02-28
4197
4198 2003-02-28 [paul]       0.8.10claws59
4199
4200         * po/POTFILES.in
4201                 update to reflect recent movement of files
4202
4203 2003-02-28 [paul]       0.8.10claws58
4204
4205         * sync with 0.8.10cvs19
4206                 see ChangeLog 2003-02-28
4207
4208 2003-02-27 [martin]     0.8.10claws57
4209
4210         * src/prefs_matcher.c 
4211                 fix segfault in prefs_matcher_ok() when the
4212                 last entry is deleted and prevents that the
4213                 message "entry not saved" comes up after deleting
4214                 an entry
4215
4216 2003-02-27 [martin]     0.8.10claws56
4217
4218         * src/prefs_filtering.c 
4219                 fix segfault in prefs_filtering_ok() when the
4220                 last entry is deleted and prevents that the
4221                 message "entry not saved" comes up after deleting
4222                 an entry
4223
4224 2003-02-27 [paul]       0.8.10claws55
4225
4226         * sync with 0.8.10cvs18
4227                 see ChangeLog 2003-02-27
4228
4229 2003-02-27 [paul]       0.8.10claws54
4230
4231         * src/addressbook.c
4232                 fix bug where the address book crashes with 
4233                 multiple lookups.
4234                 Patch [687729] submitted by David Frager 
4235                 <dbfrager@users.sourceforge.net>
4236
4237 2003-02-25 [christoph]  0.8.10claws53
4238
4239         * src/Makefile.am
4240         * src/colorlabel.[ch]           ** REMOVE **
4241         * src/gtk/Makefile.am
4242         * src/gtk/colorlabel.[ch]       ** NEW **
4243                 move colorlabel files to gtk directory
4244
4245         * src/esmtp.[ch]                ** REMOVE **
4246                 has been merged into smtp.[ch] in 0.7.5
4247
4248 2003-02-25 [christoph]  0.8.10claws52
4249
4250         * src/Makefile.am
4251         * src/about.[ch]                ** REMOVE **
4252         * src/gtk/Makefile.am
4253         * src/gtk/about.[ch]            ** NEW **
4254                 move about files to gtk directory
4255
4256 2003-02-25 [christoph]  0.8.10claws51
4257
4258         * src/folder.c
4259                 some code optimization of folder scanning code
4260
4261         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4262
4263 2003-02-25 [christoph]  0.8.10claws50
4264
4265         * src/main.c
4266         * src/common/sylpheed.c
4267                 add command line parameter parsing to common code
4268
4269 2003-02-24 [christoph]
4270
4271         * Makefile.am
4272         * configure.ac
4273                 fix gnome prefix problems, the configure script now removed
4274                 `gnome-config --prefix` from `gnome-config --datadir`
4275                 and adds $(prefix} instead
4276
4277         (closes Bug 24 Makefile does not respect prefix when installing
4278          GNOME data)
4279
4280 2003-02-24 [christoph]  0.8.10claws49
4281
4282         * src/news.c
4283                 check for valid session before trying to authenticate
4284
4285         (closes Bug 60 crash if "authenticate on logon" is activated
4286          and newsserver-hostname is not valid)
4287
4288 2003-02-24 [melvin]     0.8.10claws48
4289
4290         * src/prefs_actions.c
4291                 Make sure all user's input is sent to the action and then
4292                 close the socket..
4293
4294 2003-02-23 [alfons]     0.8.10claws46
4295
4296         * src/summaryview.c
4297                 also wait cursor when deleting files
4298
4299 2003-02-23 [paul]
4300
4301         * tools/freshmeat_search.pl
4302           tools/google_search.pl
4303                 scripts should now work for any browser/browser command line
4304
4305 2003-02-22 [christoph]  0.8.10claws45
4306
4307         * src/procmsg.c
4308                 fix IMAP flag setting, IMAP flag is not handled correctly
4309                 anymore by the folder system and information about the
4310                 folder should not be saved in the MsgInfo (in my opinion)
4311
4312         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4313
4314 2003-02-22 [christoph]  0.8.10claws44
4315
4316         * src/summaryview.c
4317                 fix spelling of "label" ;-)
4318
4319 2003-02-22 [thorsten]   0.8.10claws43
4320
4321         * src/mimeview.c
4322           src/prefs_common.[ch]
4323           src/procmime.[ch]
4324                 do not use description as attachment name
4325
4326 2003-02-22 [alfons]     0.8.10claws42
4327
4328         * src/summaryview.c
4329                 freeze/thaw folder item updates when changing color labels,
4330                 and put a wait cursors on
4331
4332 2003-02-22 [thorsten]   0.8.10claws41
4333
4334         * src/mimeview.c
4335                 save-all fixes: crash if invoked on multipart container,
4336                 mimeinfo access, pathseparators, error dialog
4337
4338 2003-02-21 [alfons]     0.8.10claws40
4339
4340         * src/prefs_gtk.c
4341                 remove unused var
4342
4343 2003-02-21 [colin]      0.8.10claws39
4344
4345         * src/send.c
4346                 Fix smtp logging
4347
4348 2003-02-21 [colin]      0.8.10claws38
4349
4350         * src/summaryview.c
4351                 Freeze/thaw folderItem updates when filtering messages 
4352                 via Tools/Filter messages
4353
4354 2003-02-21 [paul]       0.8.10claws37
4355
4356         * src/compose.c
4357                 revert commit 0.8.10claws26, there are ulterior motives
4358                 for users to set a Reply-To header when posting to
4359                 newsgroups
4360
4361 2003-02-21 [paul]       0.8.10claws36
4362
4363         * sync with 0.8.10cvs17
4364                 see ChangeLog 2003-02-21
4365
4366 2003-02-20 [christoph]  0.8.10claws35
4367
4368         * src/imap.c
4369                 IMAP UID fetch speedup using SEARCH
4370
4371         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4372
4373         * src/imap.c
4374                 fix problem with UIDs in IMAP UID cache that no longer existed
4375
4376 2003-02-20 [christoph]  0.8.10claws34
4377
4378         * src/imap.c
4379         * src/procheader.c
4380         * src/procheader.h
4381                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4382
4383         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4384
4385         * src/imap.c
4386                 Rewrite imap_cmd_gen_recv use sock_getline instead
4387                 of sock_gets to avoid problems with too long reply
4388                 lines
4389     
4390 2003-02-20 [colin]      0.8.10claws33
4391         
4392         * src/prefs_account.c
4393                 Better wording
4394
4395 2003-02-20 [colin]      0.8.10claws32
4396
4397         * src/compose.c
4398                 Remove useless '&& !to_sender' 
4399
4400 2003-02-20 [darko]
4401
4402         * AUTHORS
4403                 change my e-mail address
4404
4405 2003-02-19 [colin]      0.8.10claws31
4406
4407         * src/prefs_common.c
4408                 X11 style colors for every configurable color
4409
4410 2003-02-19 [alfons]     0.8.10claws30
4411
4412         * src/prefs_gtk.[ch]
4413         * src/prefs_common.c
4414                 for color_new accept both plain integers and X11 style color
4415                 names (as found in /usr/lib/X11/rgb.txt)
4416
4417 2003-02-19 [paul]       0.8.10claws29
4418
4419         * src/mainwindow.c
4420                 add tooltips to online/offline button and account selector
4421                 button
4422
4423 2003-02-19 [paul]       0.8.10claws28
4424
4425         * src/folder.c
4426           src/news.c
4427           src/prefs_account.[ch]
4428           src/prefs_common.[ch]
4429                 move 'Maximum number of articles to download' to
4430                 account prefs.
4431                 clean up account prefs gui a little by hiding entries
4432                 rather then greying out entries
4433
4434 2003-02-19 [hiro]       0.8.10claws27
4435
4436         * src/common/utils.c
4437                 fix bug #54 'yesterdays date is displayed in the message 
4438                 summary window'
4439
4440 2003-02-19 [paul]       0.8.10claws26
4441
4442         * src/compose.c
4443                 fix bug reported in Feature Request [688596] 
4444                 'Reply-to header in news'
4445
4446 2003-02-18 [paul]       0.8.10claws25
4447
4448         * src/select-keys.c
4449                 add a 'List all keys' button to key selection dialog
4450
4451 2003-02-18 [colin]      0.8.10claws24
4452         
4453         * src/stock_pixmap.c
4454                 fix compile error
4455
4456 2003-02-18 [colin]      0.8.10claws23
4457
4458         * src/common/smtp.[ch]
4459           src/prefs_account.c
4460                 Try to starttls if it seems to be the only
4461                 way to authenticate a user
4462
4463 2003-02-18 [paul]       0.8.10claws22
4464
4465         * src/Makefile.am
4466           src/folderview.c
4467           src/stock_pixmap.[ch]
4468           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4469           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4470                 as a Drafts folder is a special folder allow it to have
4471                 its own unique icons
4472
4473 2003-02-18 [colin]      0.8.10claws21
4474
4475         * src/imap.c
4476                 Fix port selection when using starttls
4477
4478 2003-02-18 [paul]       0.8.10claws20
4479
4480         * src/mainwindow.c
4481           src/prefs_common.[ch]
4482                 make blue the default new mail colour
4483
4484 2003-02-18 [paul]       0.8.10claws19
4485
4486         * sync with 0.8.10cvs14
4487                 see ChangeLog 2003-02-18
4488
4489 2003-02-17 [jens]       0.8.10claws18
4490
4491         * src/common/md5.c
4492                 fixed a compile problem with gcc 3.3
4493                 works on 2.95.3 too (testet on PPC as it is big endian)
4494
4495 2003-02-17 [paul]       0.8.10claws17
4496
4497         * sync with 0.8.10cvs13
4498                 see ChangeLog 2003-02-17
4499
4500 2003-02-17 [paul]       0.8.10claws16
4501
4502         * sync with 0.8.10cvs12
4503                 see ChangeLog 2003-02-17
4504
4505 2003-02-16 [match]      0.8.10claws15
4506
4507         * src/addressbook.c
4508                 Eliminates reloading of address data when items
4509                 deleted or added. Applied submitted by
4510                 Luke Plant <lukeplant@softhome.net>
4511
4512 2003-02-16 [paul]       0.8.10claws14
4513
4514         * src/news.c
4515                 when a 'protocol error' is encountered disconnect from
4516                 the server. This means that the user can carry on viewing
4517                 other articles and doesn't have to either wait until the
4518                 server timesout or quit sylpheed.
4519                 Fixes bug #53 'Unable to read messages in newsgroups, 
4520                 displayed message doesn't change'
4521
4522 2003-02-15 [christoph]  0.8.10claws13
4523
4524         * src/imap.c
4525                 fix bug that stopped scanning of folders when an
4526                 IMAP folder was empty
4527
4528         (closes bug 46 stop scan messages in folders after empty folder)
4529
4530 2003-02-15 [paul]
4531
4532         * tools/Makefile.am
4533           tools/README
4534           tools/freshmeat_search.pl     ** NEW FILE **
4535           tools/google_search.pl        ** NEW FILE **
4536                 Add 2 Actions scripts which search freshmeat/google
4537                 for the selected text using the browser configured
4538                 in sylpheedrc.
4539                 
4540         Note: These scripts are very dependent on the format of the
4541         browser command and may not work on every occasion. Testing
4542         is welcome. 
4543
4544 2003-02-14 [alfons]     0.8.10claws12
4545
4546         * src/compose.c
4547                 fix breakage because of uninitialized account pointer.
4548                 please verify.
4549
4550 2003-02-14 [paul]       0.8.10claws11
4551
4552         * src/compose.c
4553           src/prefs_account.[ch]
4554           src/prefs_common.[ch]
4555                 move signature settings to Account Prefs
4556
4557 2003-02-14 [paul]       0.8.10claws10
4558
4559         * sync with 0.8.10cvs11
4560                 see ChangeLog 2003-02-14
4561
4562 2003-02-13 [thorsten]   0.8.10claws9
4563
4564         * src/news.c
4565                 revert news progressbar (GUI separation)
4566
4567 2003-02-13 [paul]       0.8.10claws8
4568
4569         * src/compose.c
4570                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4571                 paragraph 1
4572
4573 2003-02-13 [paul]       0.8.10claws7
4574
4575         * src/compose.[ch]
4576           src/summaryview.c
4577                 fix 'Follow-up and Reply-to' so that it creates a reply to
4578                 the newsgroup and the sender. If the message has the keyword
4579                 'poster' in the Followup-To header, all replies go to the
4580                 sender, re: RFC 1036, Section 2.2.3
4581                 rename all instances of 'ignore_replyto' to 'to_sender', both
4582                 were previously used, now we use just one.
4583
4584 2003-02-13 [paul]       0.8.10claws6
4585
4586         * sync with 0.8.10cvs9
4587                 see ChangeLog 2003-02-13
4588
4589 2003-02-13 [paul]       0.8.10claws5
4590
4591         * configure.ac
4592                 show which plugins are configured in the configure
4593                 output.
4594
4595 2003-02-12 [thorsten]   0.8.10claws4
4596
4597         * src/news.c
4598                 show progress while fetching news headers
4599
4600 2003-02-12 [christoph]  0.8.10claws3
4601
4602         * configure.ac
4603         * src/plugins/Makefile.am
4604                 use AM_CONDITIONAL to enable plugins, automake correctly
4605                 manages this when creating distdir
4606
4607 2003-02-12 [christoph]  0.8.10claws2
4608
4609         * ac/spamassassin.m4
4610         * src/plugins/spamassassin/Makefile.am
4611                 fix building SpamAssassin plugin without OpenSSL
4612
4613 2003-02-12 [paul]       0.8.10claws1
4614
4615         * ac/Makefile.am
4616           src/Makefile.am
4617           src/plugins/Makefile.am
4618                 fix failure of 'make release'
4619
4620 2003-02-12 [paul]       0.8.10claws
4621
4622         * 0.8.10claws released
4623
4624 2003-02-12 [paul]       0.8.9claws56
4625
4626         * po/bg.po
4627           po/es.po
4628           po/it.po
4629           po/ru.po
4630           po/sr.po
4631                 updated translations by George Danchev, Ricardo Mones Lastra,
4632                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4633                 
4634         * sylpheed.spec.in
4635                 Allow the building of RPMs by a regular user. Submitted
4636                 by Sergei Astanin
4637
4638 2003-02-11 [alfons]     0.8.9claws55
4639
4640         * src/colorlabel.c
4641                 don't use pixmaps for label color rect but draw rectangles
4642                 so we can respect the color map of palette based visuals
4643                 (fixes the long time crashes on Suns - thanks to Andreas
4644                 Engel and Steve O'Hara-Smith for testing)
4645
4646 2003-02-11 [christoph]  0.8.9claws54
4647
4648         * src/matcher_parser_parse.y
4649                 correct bug where filering rules of not existing folders in
4650                 matcherrc were added to global filtering
4651                 
4652         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4653          main filter-rules after removing directory, http://bugs.debian.org/180253)
4654         
4655 2003-02-11 [paul]       0.8.9claws53
4656
4657         * sync with 0.8.10cvs7
4658                 see ChangeLog 2003-02-09
4659
4660 2003-02-11 [melvin]     0.8.9claws52
4661
4662         * po/fr.po
4663                 Updated French tranlsations
4664
4665 2003-02-10 [paul]       0.8.9claws51
4666
4667         * sylpheed.spec.in
4668                 correct --enable-openssl
4669                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4670
4671 2003-02-09 [martin]     0.8.9claws50
4672
4673         * src/prefs_matcher.c
4674                 fix segfault in prefs_matcher_substitute_cb() when
4675                 no row is selected
4676
4677 2003-02-09 [paul]       0.8.9claws49
4678
4679         * src/folderview.c
4680                 fix bug where a newsgroup folder's processing rules were
4681                 merged with the global filtering rules when the newsgroup
4682                 folder was deleted, causing some seriously bad results,
4683                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4684
4685 2003-02-08 [melvin]     0.8.9claws48
4686
4687         * src/compose.c
4688                 Corrected and modified an alert message.
4689
4690 2003-02-07 [paul]       0.8.9claws47
4691
4692         * src/folderview.c
4693                 fix bug where both an 'Account properties' window and a
4694                 'Folder properties' window were opened when clicking on
4695                 'Properties' in an NNTP or IMAP folder's popup menu.
4696
4697 2003-02-07 [paul]       0.8.9claws46
4698
4699         * sync with 0.8.10cvs6
4700                 see ChangeLog 2003-02-06
4701
4702 2003-02-06 [christoph]  0.8.9claws45
4703
4704         * src/mbox.c
4705                 freeze folder updates while importing mbox files
4706                 (closes bug 43 importing mbox took hours)
4707                 
4708         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4709
4710 2003-02-06 [thorsten]   0.8.9claws44
4711
4712         * po/de.po
4713                 Updated german translations
4714
4715 2003-02-06 [thorsten]   0.8.9claws43
4716
4717         * src/news.h
4718                 use guint for message numbers (fix count in grouplist dialog)
4719
4720 2003-02-05 [paul]       0.8.9claws42
4721
4722         * sync with 0.8.10cvs2
4723                 see ChangeLog 2003-02-05
4724
4725 2003-02-04 [colin]      0.8.9claws41
4726
4727         * src/prefs_common.[ch]
4728           src/procmsg.c
4729           src/summaryview.c
4730                 Add an option to disable threading by subject
4731
4732 2003-02-04 [christoph]  0.8.9claws40
4733
4734         * src/inc.c
4735                 only abort fetching mails from multiple accounts when the
4736                 error is fatal and does not allow to check any more accounts
4737                 (currently only disk full error)
4738
4739         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4740          receive mails for other accouts)
4741
4742 2003-02-04 [christoph]  0.8.9claws39
4743
4744         * src/folder.c
4745                 first add the new message to the cache, then
4746                 send the update notification
4747
4748         (closes bug 39 after sending message folderview doesnt get updated)
4749
4750 2003-02-04 [colin]      0.8.9claws38
4751
4752         * src/inc.c
4753                 _really_ fix this Connecting... status
4754
4755 2003-02-04 [paul]       0.8.9claws37
4756
4757         * sync with 0.8.10
4758                 see ChangeLog 2003-02-04
4759
4760 2003-02-04 [paul]       0.8.9claws36
4761
4762         * sync with 0.8.9cvs6
4763                 see ChangeLog 2003-02-03
4764
4765 2003-02-04 [paul]       0.8.9claws35
4766
4767         * po/pt_BR.po
4768                 updated by André Filipe de Assunção e Brito 
4769                 <bedecko@netsite.com.br>
4770
4771 2003-02-03 [thorsten]   0.8.9claws34
4772
4773         * po/de.po
4774                 Updated german translations
4775
4776 2003-02-02 [paul]       0.8.9claws33
4777
4778         * po/es.po
4779                 updated by Ricardo Mones Lastra
4780
4781 2003-02-02 [thorsten]   0.8.9claws32
4782
4783         * src/mh.c
4784                 Fix mh_get_msginfo() segfault if file is inaccessible
4785
4786 2003-01-31 [colin]      0.8.9claws31
4787
4788         * src/procheader.c
4789                 Fix last commit's bug
4790
4791 2003-01-31 [colin]      0.8.9claws30
4792
4793         * src/procheader.c
4794                 Missing a change for gpg-signed messages
4795
4796 2003-01-31 [paul]       0.8.9claws29
4797
4798         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4799           src/procheader.c
4800           src/stock_pixmap.[ch]
4801           src/summaryview.c
4802                 indicate GnuPG signed messages by displaying an icon
4803                 in the Attachment column.
4804
4805 2003-01-31 [paul]       0.8.9claws28
4806
4807         * sync with 0.8.9cvs4
4808                 see ChangeLog 2003-01-31
4809
4810 2003-01-31 [alfons]     0.8.9claws27
4811
4812         * src/textview.c
4813                 tune URI parser to accept mailto URLs with a '?'
4814                 (patch from Ruslan Balkin)
4815
4816 2003-01-31 [colin]      0.8.9claws26
4817
4818         * src/summaryview.c
4819                 Fix a leak introduced in claws24
4820
4821 2003-01-31 [colin]      0.8.9claws25
4822
4823         * src/summaryview.c
4824                 Freeze/Thaw folder updates when deleting dups
4825
4826 2003-01-31 [colin]      0.8.9claws24
4827         
4828         * src/addr_compl.c
4829           src/summaryview.c
4830           src/msgcache.c
4831                 little speed improvements
4832
4833 2003-01-31 [colin]      0.8.9claws23
4834
4835         * src/summaryview.c
4836                 Fix segfault when forwarding nothing
4837                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4838                 
4839 2003-01-30 [paul]       0.8.9claws22
4840
4841         * sync with 0.8.9cvs3
4842                 see ChangeLog 2003-01-30
4843
4844 2003-01-30 [paul]       0.8.9claws21
4845
4846         * sync with 0.8.9cvs2
4847                 see ChangeLog 2003-01-30
4848
4849 2003-01-29 [paul]       0.8.9claws20
4850
4851         * sync with 0.8.9cvs1
4852                 see ChangeLog 2003-01-29
4853
4854 2003-01-28 [paul]       0.8.9claws19
4855
4856         * po/POTFILES.in
4857                 update to reflect changes. 
4858                 thanks to Ricardo Mones Lastra
4859
4860 2003-01-27 [christoph]  0.8.9claws18
4861
4862         * ac/openssl.m4
4863         * ac/spamassassin.m4
4864         * src/plugins/spamassassin/README
4865         * src/plugins/spamassassin/libspamc.[ch]
4866         * src/plugins/spamassassin/utils.[ch]
4867                 updated to latest libspamc
4868
4869 2003-01-27 [christoph]  0.8.9claws17
4870
4871         * src/folder.c
4872                 fix wrong use of procheader_get_header_fields
4873
4874 2003-01-27 [christoph]  0.8.9claws16
4875
4876         * src/news.c
4877         * src/prefs_account.[ch]
4878         * src/common/nntp.[ch]
4879                 allow to force authentication for NNTP servers
4880
4881         Patch submitted by Florian Mickler <dmk@d-labs.de>
4882
4883 2003-01-26 [paul]       0.8.9claws15
4884
4885         * src/summaryview.c
4886                 speed up of marking messages as read
4887                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4888
4889 2003-01-26 [christoph]  0.8.9claws14
4890
4891         * src/Makefile.am
4892         * src/mgutils.[ch]              ** REMOVE **
4893         * src/xml.[ch]                  ** REMOVE **
4894         * src/xmlprops.[ch]             ** REMOVE **
4895         * src/common/Makefile.am
4896         * src/common/mgutils.[ch]       ** NEW **
4897         * src/common/xml.[ch]           ** NEW **
4898         * src/common/xmlprops.[ch]      ** NEW **
4899                 move xml files to common directory
4900
4901 2003-01-26 [christoph]  0.8.9claws13
4902
4903         * src/plugins/spamassassin/spamassassin_gtk.c
4904                 only set gtk entry text if string is available
4905
4906 2003-01-26 [melvin]     0.8.9claws12
4907
4908         * src/description_window.c
4909                 Allow resizing of the window
4910                 Allow automatic horizontal scroll bar
4911                 Do not vertically expand and fill
4912
4913 2003-01-26 [christoph]  0.8.9claws11
4914
4915         * src/Makefile.am
4916         * src/gtkutils.[ch]             ** REMOVE **
4917         * src/common/sylpheed.c
4918         * src/gtk/Makefile.am
4919         * src/gtk/description_window.c
4920         * src/gtk/gtkutils.[ch]         ** NEW **
4921         * src/gtk/prefswindow.c
4922                 move gtkutils to gtk directory
4923
4924 2003-01-26 [paul]       0.8.9claws10
4925
4926         * src/summaryview.c
4927                 rename summary_unread_clicked() to summary_status_clicked()
4928
4929 2003-01-26 [melvin]     0.8.9claws9
4930
4931         * src/prefs_actions.c
4932                 Cosmetical changes to the help text
4933
4934 2003-01-26 [paul]       0.8.9claws8
4935
4936         * src/folder.[ch]
4937           src/mainwindow.c
4938           src/prefs_common.c
4939           src/prefs_sumamry_column.c
4940           summaryview.[ch]
4941                 rename the 'Unread' column to 'Status'
4942
4943 2003-01-25 [match]      0.8.9claws7
4944
4945         * src/mgutils.[ch]
4946                 removed reference to LDAP constants. removed error2string.
4947                 included functions to support LDAP dynamic queries.
4948         * src/syldap.h
4949                 moved LDAP constants here.
4950         * src/addressbook.c
4951         * src/addrindex.c
4952         * src/importldif.c
4953                 removed references to LDAP constants and references to
4954                 error2string.
4955
4956 2003-01-25 [paul]       0.8.9claws6
4957
4958         * src/summaryview.c
4959                 summary_thread_build(), summary_thread_init(): remove 
4960                 unneeded reference to summaryview->folder_item
4961
4962 2003-01-25 [christoph]  0.8.9claws5
4963
4964         * src/gtk/description_window.c
4965                 o allow description texts to expand over multiple columns
4966                 o translate all columns
4967         * src/prefs_actions.c
4968                 change syntax description to use new multi column feature
4969
4970         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4971
4972 2003-01-25 [match]      0.8.9claws4
4973
4974         * src/vcard.c
4975                 fixed bug with Quoted-Printable
4976
4977 2003-01-25 [paul]       0.8.9claws3
4978
4979         * src/folder.[ch]
4980           src/summaryview.[ch]
4981                 implement per-folder collapsed/expanded threads setting
4982                 
4983         * src/prefs_common.c
4984                 remove global collapsed/expanded threads option
4985
4986 2003-01-25 [christoph]  0.8.9claws2
4987
4988         * po/POTFILES.in
4989                 add pluginwindow and prefswindow
4990         * src/compose.c
4991                 make send respond correctly to messages that could be added
4992                 to the queue folder, but the UID of the message is unknown
4993         * src/folder.c
4994         * src/imap.c
4995                 don't return guessed UIDs in imap_add_msg anymore. We return
4996                 0 to tell the folder system it was appened but the UID is
4997                 unknown. Folder system now get's the UID by scaning the folder
4998                 and searching the cache for the Message-ID
4999                 (closes bug #29 Messages queued, but not sent)
5000
5001 2003-01-25 [paul]       0.8.9claws1
5002
5003         * src/codeconv.c
5004                 conv_encode_header():  fix bug when long headers with 8-bit
5005                 characters are used, so that the encoded words are wrapped.
5006                 If the space in the original text falls on the wrap boundary,
5007                 it can be lost.
5008                 Patch by Sergey Vlasov.
5009                 
5010         * src/folderview.c
5011                  fix bug where a change to the sorting method or thread view
5012                  of a folder's messages is lost if simpify-subject is set and
5013                  toggled on or off.
5014                  Patch by Luke Plant.
5015
5016 2003-01-24 [paul]       0.8.9claws
5017
5018         * sylpheed-0.8.9claws released
5019         
5020         * Makefile.am
5021           sylpheed.spec.in
5022                 remove reference to 'INSTALL.jp'
5023
5024 2003-01-23 [paul]       0.8.8claws128
5025
5026         * po/es.po
5027           po/it.po
5028           po/ru.po
5029           po/sr.po
5030                 updated translations. submitted by Ricardo Mones Lastra,
5031                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5032
5033 2003-01-23 [colin]      0.8.8claws127
5034
5035         * src/compose.c
5036                 Fix drafted and queued news articles re-edition
5037
5038 2003-01-23 [melvin]     0.8.8claws126
5039
5040         * po/fr.po
5041                 Updated French translations
5042
5043 2003-01-23 [colin]      0.8.8claws125
5044
5045         * src/inc.c
5046                 Fix "Connecting to..." status message
5047
5048 2003-01-22 [paul]       0.8.8claws124
5049
5050         * po/bg.po
5051                 updated by George Danchev
5052                 
5053         * src/folder.c
5054                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5055                 and folder deletion
5056
5057 2003-01-21 [paul]       0.8.8claws123
5058
5059         * po/bg.po
5060                 updated by George Danchev
5061                 
5062         * src/about.c
5063                 its now 2003
5064                 
5065         * src/toolbar.c
5066                 don't translate 'Separator'
5067                 
5068         * src/plugins/spamassassin/Makefile.am
5069                 add aspell to CPPFLAGS
5070                 
5071         * src/plugins/spamassassin/spamassassin.c
5072           src/plugins/spamassassin/spamassassin_gtk.c
5073                 set correct default for spamassassin_receive_spam
5074                 slightly re-word descriptions and some
5075                 other minor changes
5076
5077 2003-01-19 [alfons]     0.8.8claws122
5078                 
5079         * src/mimeview.c
5080                 mimeview_save_as(): we might as well show the file name for
5081                 the single case "Save As" too
5082
5083 2003-01-19 [alfons]     0.8.8claws121
5084
5085         * src/crash.c
5086                 change bug tracker URL to bugzilla URL
5087
5088 2003-01-19 [alfons]     0.8.8claws120
5089
5090         * src/mimeview.c
5091                 mimeview_save_all(): display name of file before overwriting;
5092                 continue saving all, even when one overwrite was cancelled
5093
5094 2003-01-19 [christoph]  0.8.8claws119
5095
5096         * src/summaryview.c
5097         * src/procmsg.[ch]
5098                 fix wrong usage of procmsg_find_children in summaryview
5099                 by using procmsg_update_unread_children instead of
5100                 summaryview_update_unread_children
5101
5102 2003-01-19 [christoph]  0.8.8claws118
5103
5104         * src/procmsg.c
5105                 fix infinite loop in procmsg_find_children
5106                  (closes bug #25 sylpheed crashes on delete.)
5107
5108         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5109
5110 2003-01-19 [paul]       0.8.8claws117
5111
5112         * po/pt_BR.po
5113                 updated by Ivan Francolin Martinez
5114
5115 2003-01-18 [melvin]     0.8.8claws116
5116
5117         * src/prefs_actions.c
5118                 Removed syntax limitation of only one '&' at the end of command.
5119                         Now actions that contain '>/dev/null 2>&1' are possible.
5120
5121 2003-01-18 [melvin]     0.8.8claws115
5122
5123         * src/prefs_actions.c
5124                 Actions IO dialog: when the action ends
5125                 the "Close" button now has focus and [Escape] closes the
5126                 window.
5127
5128 2003-01-18 [christoph]  0.8.8claws114
5129
5130         * src/procmsg.c
5131                 o add debug output when MsgInfos are really freed
5132                 o free GSLists in procmsg_find_children and
5133                   procmsg_update_unread_children
5134
5135 2003-01-18 [christoph]  0.8.8claws113
5136
5137         * src/mainwindow.c
5138                 reorder Configuration menu
5139
5140 2003-01-18 [christoph]  0.8.8claws112
5141
5142         * src/compose.c
5143                 fix applying templates to forwarded messages
5144
5145         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5146
5147 2003-01-17 [christoph]  0.8.8claws111
5148
5149         * src/folder.c
5150                 destroy folder items, when a folder item is removed
5151
5152 2003-01-17 [christoph]  0.8.8claws110
5153
5154         * src/folder.c
5155                 fix wrong folder stats update when ignored message is
5156                 deleted
5157
5158 2003-01-17 [colin]      0.8.8claws109
5159         
5160         * src/mainwindow.c
5161         * src/summaryview.c
5162                 Quicksearch bugfixes: 
5163                 - hide help button at startup if not extended
5164                 - switch to extended when looking for replies
5165
5166 2003-01-17 [paul]
5167
5168         * sync with 0.8.9 release
5169
5170 2003-01-17 [paul]       0.8.8claws108
5171
5172         * sync with 0.8.8cvs11
5173                 see ChangeLog 2003-01-17
5174
5175 2003-01-16 [colin]      0.8.8claws107
5176
5177         * src/procmsg.c
5178                 Changed encryption test to re-ask passphrase
5179                 if an encrypted message hasn't been decrypted
5180                 Fixes bug #5
5181
5182 2003-01-16 [christoph]  0.8.8claws106
5183
5184         * src/prefs_gtk.c
5185         * src/prefs_toolbar.c
5186         * src/gtk/prefswindow.h
5187         * src/plugins/spamassassin/spamassassin_gtk.c
5188                 remove page destroy function that is not used anymore
5189
5190 2003-01-16 [paul]       0.8.8claws105
5191
5192         * sync with 0.8.8cvs9
5193                 see ChangeLog 2002-01-16
5194
5195 2003-01-16 [colin]      0.8.8claws104
5196
5197         * src/compose.[ch]
5198                 Fix bug with autosaved drafts for IMAP, when draft
5199                 folder is specified - fixes bugzilla bug #20
5200
5201 2003-01-15 [paul]       0.8.8claws103
5202
5203         * src/compose.[ch]
5204           src/procmsg.c
5205                 store folder and message-id of message forwarding
5206                 in queue header and set forward flag after sending
5207
5208 2003-01-15 [paul]       0.8.8claws102
5209
5210         * sync with 0.8.8cvs8
5211                 see ChangeLog 2002-01-15
5212
5213 2003-01-15 [colin]      0.8.8claws101
5214
5215         * src/Makefile.am
5216                 Fix linking with GNU libiconv
5217
5218 2003-01-15 [darko]      0.8.8claws100
5219
5220         * src/pine.c
5221                 fix crash when importing pine address book
5222                 entry with an empty name (reported by DY
5223                 <dybulk at tri8.net>)
5224
5225 2003-01-14 [paul]       0.8.8claws99
5226
5227         * configure.in  ** REMOVED **
5228           configure.ac  ** NEW FILE **
5229                 rename configure.in to configure.ac, as it is now
5230                 preferred
5231
5232 2003-01-14 [melvin]     0.8.8claws98
5233
5234         * src/folderview.c
5235                 folderview_check_new(): More precise function description
5236
5237 2003-01-14 [melvin]     0.8.8claws97
5238
5239         * src/folderview.c
5240                 folderview_check_new(): return the number of new messages 
5241                         since last check.
5242         * src/inc.c
5243                 inc_account_mail(): Disable counting of new messages for IMAP
5244                         and NNTP until bug [19] and [14] are fixed.
5245
5246 2003-01-14 [paul]       0.8.8claws96
5247
5248         * sync with 0.8.8cvs6
5249                 see ChangeLog 2003-01-14
5250
5251 2003-01-13 [alfons]     0.8.8claws95
5252
5253         * src/textview.c
5254                 tune email address validation (c. 0.8.8claws89): if . is 
5255                 just one char away from @, the address is invalid too 
5256                 (correctly rejects addresses like foo@.com)
5257
5258 2003-01-13 [paul]       0.8.8claws94
5259
5260         * src/messageview.c
5261           src/toolbar.c
5262                 fixes to the Message View toolbar and menu:
5263                 fix non-functioning Forward button
5264                 make Reply button consider default_reply_list
5265                 remove 'Follow-up...' menu entry
5266                 add 'Forward' and 'Redirect' menu entries
5267
5268 2003-01-13 [melvin]     0.8.8claws93
5269
5270         * src/inc.c
5271                 Fixed typo that could make new messages count incorrect.
5272
5273 2003-01-13 [melvin]     0.8.8claws92
5274
5275         * src/folderview.[ch]
5276                 folderview_check_new(): return the number of new messages.
5277         * src/inc.c
5278                 Should fix bug [14] where new mail notification worked 
5279                         incorrectly with IMAP accounts.
5280                 inc_spool_account(): return number of new msgs, or -1 on error
5281                 inc_all_spool(): return number of new msgs
5282                 
5283 2003-01-13 [melvin]     0.8.8claws91
5284
5285         * src/prefs_actions.c
5286                 Justify help text.
5287
5288 2003-01-12 [thorsten]   0.8.8claws90
5289
5290         * src/common/prefs.c
5291                 close file before rename
5292
5293 2003-01-12 [alfons]     0.8.8claws89
5294
5295         * AUTHORS
5296                 add Christian Mertes
5297         * src/common/utils.[ch]
5298                 g_stricase_hash(), g_stricase_equal(): functions for 
5299                 case insensitive hash tables
5300         * src/textview.c
5301                 use top level domain names to validate email address, based
5302                 on a patch by Christian Mertes (thanks!), but changed 
5303                 implementation to use a hash table 
5304
5305 2003-01-12 [paul]       0.8.8claws88
5306
5307         * po/bg.po
5308                 updated by George Danchev
5309
5310 2003-01-12 [alfons]     0.8.8claws87
5311
5312         * src/summaryview.c
5313                 delete / execute performance: use new style folder update
5314
5315 2003-01-12 [paul]       0.8.8claws86
5316
5317         * sync with 0.8.8cvs5
5318                 see ChangeLog 2003-01-13 (!)
5319
5320 2003-01-12 [alfons]     0.8.8claws85
5321
5322         * src/filtering.c
5323         * src/matcher_parser_parse.y
5324                 prepare change_score filtering action
5325         * src/matcher.[ch]
5326                 give up const-correctness on functions that call non-const-correct functions;
5327                 several casts to gpointer in g_free();
5328                 add change_score;
5329
5330 2003-01-12 [christoph]  0.8.8claws84
5331
5332         * src/compose.c
5333                 fix 2 warnings
5334
5335         * src/gtk/prefswindow.[ch]
5336         * src/plugins/spamassassin/spamassassin_gtk.c
5337                 changed the call of the widget create function
5338                 for PrefsPages, because sometimes the widget
5339                 create function needs a widget that already has
5340                 been attached to a window (to create GDK pixmaps
5341                 for exmaple). So we simply pass the GtkWindow as
5342                 the second parameter now.
5343
5344         * src/main.c
5345         * src/mainwindow.c
5346         * src/prefs_toolbar.[ch]
5347                 rewrite Toolbar Preferences using the new
5348                 prefs window
5349
5350 2003-01-11 [alfons]     0.8.8claws83
5351
5352         * src/addressadd.c
5353                 fix crash when adding sender to addressbook because status bar
5354                 isn't there (the status bar doesn't seem to be used though,
5355                 but I'll let Match decide what to do with it)
5356
5357 2003-01-11 [colin]      0.8.8claws82
5358
5359         * src/main.c
5360           src/toolbar.c
5361                 Two useless changes reversed
5362
5363 2003-01-11 [colin]      0.8.8claws81
5364
5365         * src/mainwindow.c
5366           src/mainwindow.h
5367                 Add mainwindow_get_mainwindow()
5368         * src/alertpanel.c
5369           src/alertpanel.h
5370                 Add alertpanel_error_log() 
5371         * src/compose.c
5372           src/inc.c
5373           src/messageview.c
5374           src/toolbar.c
5375           src/main.c
5376           src/procmsg.c
5377                 Network errors get a View Log button
5378
5379 2003-01-10 [alfons]     0.8.8claws80
5380
5381         * src/prefs_toolbar.c
5382         * src/toolbar.c
5383                 use the translatable string for "Separator" as file name for
5384                 separator toolbar items (probably make this uppercase?)
5385
5386 2003-01-10 [alfons]     0.8.8claws79
5387
5388         * src/prefs_toolbar.c
5389                 put right A_SEPARATOR description string in "displayed
5390                 toolbar items list" so manually added separators are
5391                 saved correctly (bug #10, "Adding a separator to the main 
5392                 toolbar fails, entry in xml file is wrong")
5393
5394 2003-01-10 [christoph]  0.8.8claws78
5395
5396         * src/imap.c
5397                 o fix warnings
5398                 o use CAPABILITY to check if NAMESPACE is available
5399
5400 2003-01-10 [christoph]  0.8.8claws77
5401
5402         * src/imap.[ch]
5403                 apply UIDPLUS IMAP extension support patch
5404
5405         Patch submitted by Simon 'corecode' Schubert
5406
5407 2003-01-10 [paul]       0.8.8claws76
5408
5409         * src/folderview.c
5410                 a sync from main which fixes the news account folders'
5411                 Properties bug
5412
5413 2003-01-10 [christoph]  0.8.8claws75
5414
5415         * src/folder.c
5416                 don't accept 0 as a valid uid returned by copy and move
5417                 functions. 0 means the message was copied or moved but the
5418                 new uid could not be fetched. It is not an error condition
5419                 for the copy or move operation.
5420
5421 2003-01-10 [paul]       0.8.8claws74
5422
5423         * src/prefs_filtering.c
5424                 change English used in Alert when entry is not
5425                 saved.
5426                 
5427         * sync with 0.8.8cvs4
5428                 see ChangeLog 2003-01-10
5429
5430 2003-01-10 [darko]      0.8.8claws73
5431
5432         * src/pine.c
5433                 fix crash when importing address book entry
5434                 without a valid address
5435
5436 2003-01-09 [alfons]     0.8.8claws72
5437
5438         * src/inc.c
5439                 filtering performance: use new style folder update
5440
5441 2003-01-09 [christoph]  0.8.8claws71
5442
5443         * src/compose.c
5444         * src/gtk/menu.[ch]
5445                 fix wrong selecting of mime encoding type, when
5446                 opening property dialog of attachments in the
5447                 compose window. 7bit was always selected and that
5448                 destoryed files with 8bit data.
5449                 (closes bug #9 Sylpheed-claws destroys attachments when
5450                  changing MIME-types)
5451
5452 2003-01-09 [paul]       0.8.8claws70
5453
5454         * sync with 0.8.8cvs3
5455                 see ChangeLog 2003-01-09
5456
5457 2003-01-08 [alfons]     0.8.8claws69
5458         
5459         * src/addressadd.c
5460                 apply patch by Kim Schulz to fix build breakage
5461                 because of missing variable
5462
5463 2003-01-08 [paul]       0.8.8claws68
5464
5465         * sync with 0.8.8cvs2
5466                 see ChangeLog 2002-01-08
5467
5468 2003-01-08 [paul]       0.8.8claws67
5469
5470         * po/it.po
5471                 updated by Alessandro Maestri
5472                 
5473         * src/addressadd.c
5474                 when using 'Add sender to addressbook' allow
5475                 name to be edited and remarks to be entered
5476                 Patch submitted by Luke Plant
5477
5478 2003-01-08 [darko]      0.8.8claws66
5479
5480         * README.claws, src/summaryview.c
5481                 fix description for marked messages
5482
5483 2003-01-08 [paul]
5484
5485         * tools/Makefile.am
5486           tools/launch_phoenix  ** NEW FILE **
5487                 add script that enables using Phoenix as the default
5488                 web browser. 
5489                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5490                 
5491         * tools/OOo2sylpheed.pl
5492                 remove full path to sylpheed executable, just 'sylpheed'
5493                 will do
5494                 
5495         * tools/README
5496                 add launch_phoenix informtion and re-arrange and compress
5497                 the data a little
5498
5499 2003-01-07 [christoph]  0.8.8claws65
5500
5501         * src/folder.c
5502                 fix update for source folder when moving messages
5503         * src/procmsg.[ch]
5504         * src/summaryview.c
5505                 use function to set to_folder for message infos and
5506                 automatically update the op_count for old and new
5507                 folder
5508
5509 2003-01-07 [melvin]     0.8.8claws64
5510
5511         * src/prefs_actions.c
5512                 Fixed bug where an '%p' Action on a displayed image crashed 
5513                         Sylpheed
5514                 Code clean up (get rid of duplicated code and removed unnecessary 
5515                                 structure member)
5516
5517 2003-01-07 [christoph]  0.8.8claws63
5518
5519         * src/compose.c
5520         * src/folder.[ch]
5521         * src/folderview.c
5522         * src/import.c
5523         * src/inc.c
5524         * src/main.c
5525         * src/mainwindow.c
5526         * src/messageview.c
5527         * src/prefs_folder_item.c
5528         * src/procmsg.c
5529         * src/summaryview.c
5530         * src/toolbar.c
5531                 o remove all folder update triggering from the UI code. The folder
5532                   system should know much better when a folder needs an update.
5533                 o to prevent multiple updates in a row the folder updates can be
5534                   frozen for some time.
5535
5536                 Note: - Please verify that no updates are missing
5537                       - Check where freeze/thaws should be added
5538
5539 2003-01-07 [christoph]  0.8.8claws62
5540
5541         * src/prefs_actions.c
5542                 don't translate empty strings
5543
5544         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5545
5546 2003-01-06 [christoph]  0.8.8claws61
5547
5548         * src/prefs_actions.c
5549                 mark strings for gettext
5550         * src/prefs_matcher.c
5551                 use new description window for Execute action and
5552                 match condition in Filtering
5553
5554         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5555
5556 2003-01-06 [alfons]     0.8.8claws60
5557
5558         keep myself inspired to re-organize matcher part 8; 
5559         yes, more to come (I need to move out the descriptive
5560         text for actions to matcher.c, or at least make it not
5561         depend on the wicked ordering)
5562
5563         * src/prefs_matcher.c
5564                 add documentation so others may comprehend the
5565                 UI part of the conditions
5566                 
5567 2003-01-06 [christoph]  0.8.8claws59
5568
5569         * src/prefs_actions.c
5570                 use new description window for syntax help
5571         * src/gtk/description_window.c
5572                 fix display of descriptions with column count != 2
5573
5574         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5575
5576 2003-01-06 [christoph]  0.8.8claws58
5577
5578         * src/quote_fmt.c
5579         * src/summaryview.[ch]
5580         * src/gtk/Makefile.am
5581         * src/gtk/description_window.[ch]       ** NEW **
5582                 use a generic window to display syntax descriptions
5583                 currently used in quote_fmt and summaryview (new description
5584                 for extended quick search)
5585
5586         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5587
5588 2003-01-06 [paul]       0.8.8claws57
5589
5590         * sync with 0.8.8cvs1
5591                 see ChangeLog 2003-01-06
5592
5593 2003-01-06 [christoph]  0.8.8claws56
5594
5595         * src/mainwindow.c
5596         * src/prefs_gtk.[ch]
5597         * src/gtk/prefswindow.[ch]
5598         * src/plugins/spamassassin/spamassassin_gtk.c
5599                 o remove page management from prefswindow, pages
5600                   will be an argument to prefswindow_open
5601                 o prefswindow_open gets a datapointer that is
5602                   passed to the widget_create function to allow
5603                   creation of prefswindow for specific items
5604
5605 2003-01-06 [colin]      0.8.8claws55
5606         
5607         * src/summaryview.c
5608                 We don't want regexp in the reply-finder, 
5609                 because MIDs can contain !,$,. and so on
5610
5611 2003-01-06 [jens]       0.8.8claws54
5612
5613         * src/jpilot.c
5614                 fixed a wrong free in jpilot_read_db_files
5615
5616 2003-01-06 [alfons]     0.8.8claws53
5617
5618         re-organize matcher part 8; more to come
5619        
5620         * src/matcher.c
5621                 matcherprop_to_string(): put g_free()s before the
5622                 switch-case break to fix memleaks                
5623
5624 2003-01-06 [colin]      0.8.8claws52
5625
5626         * src/summaryview.c
5627                 cleanup & reply-finder now displays the first 
5628                 matching message
5629
5630 2003-01-05 [alfons]     0.8.8claws51
5631
5632         re-organize matcher part 7; more to come
5633
5634         * src/matcher.[ch]
5635                 fixes for constant correctness;
5636                 more documentation;
5637
5638 2003-01-05 [alfons]     0.8.8claws50
5639
5640         re-organize matcher part 6; more to come
5641         
5642         * src/matcher.[ch]
5643                 fixes for constant correctness;
5644                 more documentation;
5645         * src/filtering.c
5646                 fix for constant correctness
5647
5648 2003-01-05 [colin]      0.8.8claws49
5649
5650         * src/account.[ch]
5651                 Add account_get_reply_account function
5652         * src/compose.c
5653                 Use account_get_reply_account function 
5654         * src/summaryview.c
5655                 Basic reply-finder - click on the replied
5656                 icon gets you to the outbox using quick-search
5657
5658 2003-01-05 [paul]       0.8.8claws48
5659
5660         * src/prefs_common.c
5661                 small change to English
5662                 
5663         * src/prefs_filtering.c
5664                 prefs_filtering_action_select(): improve logic and uniformity
5665                 of gui
5666
5667 2003-01-05 [alfons]     0.8.8claws47
5668
5669         fine tune solution to focus problems (bug #7)
5670
5671         * src/mainwindow.c
5672                 mainwindow_focus_in_event(): remove grab event check
5673         * src/summaryview.c
5674                 summary_button_pressed(): move selection on right-click
5675                 too. we can't possibly move the selection back after
5676                 canceling a dialog, because gtk's incomplete focus 
5677                 management. whether this is a good solution, only time
5678                 will tell.
5679
5680 2003-01-05 [christoph]  0.8.8claws46
5681
5682         * src/imap.c
5683                 fix crash when no imap connection could be established
5684
5685 2003-01-05 [paul]       0.8.8claws45
5686
5687         * src/mainwindow.c
5688           src/sumamryview.c
5689           src/gtk/menu.[ch]
5690                 fix bug 605957 'shortcuts in popup-menu'
5691                 make user-defined shortcuts work
5692                 show shortcuts that are already defined
5693                 in the main menu
5694                 Patch submitted by Luke Plant
5695
5696 2003-01-05 [alfons]     0.8.8claws44
5697
5698         * src/mainwindow.c
5699                 focus_in_event handler should not select summary view row 
5700                 when another window (menu, dialog) grabbed for events 
5701                 (bug #7, "[0.8.8claws42] Message summary focus") 
5702
5703 2003-01-04 [christoph]  0.8.8claws43
5704
5705         * src/procmsg.c
5706                 update save folder after adding the sent message
5707                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5708
5709 2003-01-02 [christoph]  0.8.8claws42
5710
5711         * src/common/plugin.c
5712                 fix unloading of all plugins and unload
5713                 plugins in reverse order
5714                 
5715         * src/gtk/pluginwindow.c
5716                 implement function of load and unload button
5717
5718         * src/gtk/prefswindow.c
5719         * src/gtk/prefswindow.h
5720                 rename register function and add new unregister
5721                 function
5722
5723         * src/plugins/spamassassin/spamassassin_gtk.c
5724                 unregister prefs page and update for changes in
5725                 src/gtk/prefswindow.c
5726
5727 2003-01-02 [paul]       0.8.8claws41
5728
5729         * po/es.po
5730                 updated by Ricardo Mones Lastra
5731
5732 2003-01-02 [paul]
5733
5734         * tools/tb2sylpheed
5735                 fixes and improvements by Urke MMI
5736
5737 2003-01-02 [thorsten]   0.8.8claws40
5738
5739         * src/procmsg.c
5740                 fixed wrong return value
5741
5742 2003-01-02 [thorsten]   0.8.8claws39
5743
5744         * src/prefs.c
5745                 fixed printing wrong variable
5746
5747 2003-01-02 [thorsten]   0.8.8claws38
5748
5749         * src/prefs.c
5750                 fixed acessing members of freed pfile struct
5751
5752 2003-01-02 [thorsten]   0.8.8claws37
5753
5754         * src/procmsg.c
5755                 detect loops across several messages
5756                 as suggested by Christoph Hohmann
5757
5758 2003-01-01 [match]      0.8.8claws36
5759
5760         * src/addrindex.c
5761                 fixed another memory leak.
5762
5763 2003-01-01 [match]      0.8.8claws35
5764
5765         * src/jpilot.[ch]
5766                 fixed memory leaks. applied Doxygen comments.
5767
5768 2003-01-01 [thorsten]   0.8.8claws34
5769
5770         * src/procmsg.c
5771                 inhibit endless loop if msg references itself
5772                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5773
5774 2003-01-01 [christoph]  0.8.8claws33
5775
5776         * src/mainwindow.c
5777         * src/gtk/Makefile.am
5778         * src/gtk/pluginwindow.c                ** NEW **
5779         * src/gtk/pluginwindow.h                ** NEW **
5780                 add plugin window
5781
5782         * src/plugins/demo/demo.c
5783         * src/plugins/spamassassin/spamassassin.c
5784         * src/plugins/spamassassin/spamassassin_gtk.c
5785                 write better plugin descriptions
5786
5787 2002-12-31 [christoph]  0.8.8claws32
5788
5789         * src/gtk/prefswindow.c
5790         * src/plugins/spamassassin/spamassassin_gtk.c
5791                 some small improvements to GTK code
5792
5793 2002-12-31 [christoph]  0.8.8claws31
5794
5795         * src/plugins/spamassassin/spamassassin_gtk.c
5796                 enable folder select button
5797
5798 2002-12-31 [christoph]  0.8.8claws30
5799
5800         * src/mainwindow.c
5801         * src/gtk/Makefile.am
5802         * src/gtk/prefswindow.c                         ** NEW **
5803         * src/gtk/prefswindow.h                         ** NEW **
5804                 add new prefs window
5805
5806         * src/common/plugin.c
5807                 don't try to load empty config lines
5808         
5809         * src/plugins/spamassassin/Makefile.am
5810         * src/plugins/spamassassin/spamassassin.c
5811         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5812         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5813                 GTK config for SpamAssassin Plugin using
5814                 the new prefs window
5815
5816 2002-12-31 [paul]       0.8.8claws29
5817
5818         * po/POTFILES.in
5819                 remove obsolete entry 'src/menu.c'
5820
5821 2002-12-31 [alfons]     0.8.8claws28
5822
5823         * src/matcher.[ch]
5824         * src/matcher_parser_parse.y
5825         * src/prefs_matcher.c
5826                 add "ignore_thread" and "~ignore_thread" condition so it's
5827                 possible to make the actions / scoring operate on the ignore
5828                 thread flag
5829
5830 2002-12-31 [christoph]  0.8.8claws27
5831
5832         * src/addrbook.c
5833         * src/addrindex.c
5834         * src/folder.c
5835         * src/matcher.c
5836         * src/prefs_account.c
5837         * src/prefs_actions.c
5838         * src/prefs_customheader.c
5839         * src/prefs_display_header.c
5840         * src/prefs_gtk.c
5841         * src/procmime.c
5842         * src/toolbar.c
5843         * src/xmlprops.c
5844         * src/common/prefs.[ch]
5845                 extend prefs file handling for reading and automatic handling
5846                 of blocks. When reading prefs_set_block_label will automatically
5847                 move on to the block. When writing it will copy all other blocks
5848                 automatically
5849
5850         * src/common/plugin.c
5851                 Now loading plugin filenames from [Plugins] block in
5852                 sylpheed rc file
5853
5854 2002-12-30 [christoph]  0.8.8claws26
5855
5856         * src/common/hooks.[ch]
5857                 return abort status to caller of hooks_invoke
5858                 
5859         * src/inc.[ch]
5860                 invoke message filtering hook and stop
5861                 default handling when filter returns abort
5862
5863         * src/common/plugin.[ch]
5864         * src/plugins/demo/demo.c
5865                 modify plugin loader, because resolving symbols for strings
5866                 does not work correctly
5867         
5868         * configure.in
5869         * ac/spamassassin.m4                            ** NEW **
5870         * src/plugins/spamassassin/.cvsignore           ** NEW **
5871         * src/plugins/spamassassin/Makefile.am          ** NEW **
5872         * src/plugins/spamassassin/README               ** NEW **
5873         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5874         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5875         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5876                 add spamassassin plugin, see src/plugins/spamassassin/README
5877                 for details
5878
5879 2002-12-29 [alfons]     0.8.8claws25
5880
5881         * src/mainwindow.c
5882                 when moving focus from a message view to the main 
5883                 window, don't forget to select the summary node
5884                 of the displayed message. should fix "[ 659103 ] 
5885                 focus-follows-mouse confuses sylpheed"
5886
5887 2002-12-29 [christoph]  0.8.8claws24
5888
5889         * src/Makefile.am
5890         * src/stringtable.[ch]          ** REMOVE **
5891         * src/common/Makefile.am
5892         * src/common/stringtable.[ch]   ** NEW **
5893                 move stringtable files to common directory
5894
5895 2002-12-29 [christoph]  0.8.8claws23
5896
5897         * src/Makefile.am
5898         * src/menu.[ch]                 ** REMOVE **
5899         * src/gtk/Makefile.am
5900         * src/gtk/menu.[ch]             ** NEW **
5901                 move menu files to gtk directory
5902
5903 2002-12-29 [match]      0.8.8claws22
5904
5905         * src/addressbook.c
5906         * src/syldap.c
5907                 moved UI specific code out of LDAP code into addressbook
5908                 UI code. fixed memory leak.
5909
5910 2002-12-29 [christoph]  0.8.8claws21
5911
5912         * src/folder.c
5913                 only check for IGNORED parent message when message is
5914                 not IGNORED itself
5915
5916 2002-12-29 [alfons]     0.8.8claws20
5917
5918         * src/summaryview.c
5919                 set gtksctree's anchor correct (immediate execute
5920                 changes the tree's layout, and anchor points at 
5921                 the incorrect row). fixes "[ 657233 ] multiple msg 
5922                 delete sometimes off by 1".
5923                 we probably have to look for more tree layout /
5924                 anchor glitches.
5925
5926 2002-12-29 [paul]       0.8.8claws19
5927
5928         * src/summaryview.c
5929                 fix bug [ 659054 ] incorrect sorting of 'From' column
5930                 when using 'display sender using address book'
5931                 thanks to Alfons and Luke Plant
5932
5933 2002-12-29 [christoph]  0.8.8claws18
5934
5935         * src/folder.c
5936         * src/procmsg.[ch]
5937                 check parent messages for IGNORE THREAD flag, when adding,
5938                 moving or copying messages to a folder
5939
5940 2002-12-27 [alfons]     0.8.8claws17
5941
5942         re-organize matcher part 5; more to come
5943
5944         * src/matcher.c
5945                 hash keywords in matchparser_tab 
5946
5947 2002-12-27 [alfons]     0.8.8claws16
5948
5949         re-organize matcher part 4; more to come
5950
5951         * src/matcher_parser.h
5952         * src/matcher_parser_lex.l
5953         * src/matcher_parser_parse.y
5954                 cleanup
5955
5956 2002-12-27 [alfons]     0.8.8claws15
5957
5958         re-organize matcher part 3; more to come
5959
5960         * src/matcher.[ch]
5961                 cleanup
5962
5963 2002-12-27 [alfons]     0.8.8claws14
5964
5965         re-organize matcher part 2; more to come but this should
5966         work. cc me if there are any regressions.
5967
5968         * src/matcher.h
5969                 add prototype for get_matchparser_tab_id()
5970         * src/matcher_parser_lex.l
5971                 look up keywords using matchparser_tab_id();
5972
5973 2002-12-27 [alfons]     0.8.8claws12
5974
5975         re-organize matcher part 1
5976
5977         * src/matcher.h
5978                 map yacc generated constants to sylpheed matcher constants
5979         * src/matcher.c
5980                 add function to find a matcher constant from a string
5981
5982 2002-12-27 [christoph]  0.8.8claws11
5983
5984         * src/compose.c
5985                 MENUITEM_ADD casts the 4th argument from integer to pointer
5986                 so it probably should not be a pointer, this means we
5987                 should use account id for it and not the account's pointer
5988
5989 2002-12-27 [paul]       0.8.8claws10
5990
5991         * src/mainwindow.c
5992                 remove unneeded 'GtkWidget *vbox'
5993                 
5994         * src/summaryview.c
5995                 further sync with 0.8.8 - make sort
5996                 by recipient work as expected
5997                 
5998         * NEWS
5999                 sync with 0.8.8
6000
6001 2002-12-27 [paul]       0.8.8claws9
6002
6003         * po/pt_BR.po
6004                 updated by Ivan F. Martinez
6005                 
6006 2002-12-27 [darko]      0.8.8claws8
6007
6008         * src/common/utils.c
6009                 added locked pattern to extended search
6010
6011 2002-12-27 [alfons]     0.8.8claws7
6012
6013         * src/prefs_matcher.[ch]
6014                 clean up
6015
6016 2002-12-26 [alfons]     0.8.8claws6
6017
6018         * src/matcher.[ch]
6019         * src/matcher_parser_lex.l
6020         * src/matcher_parser_parse.y
6021         * src/prefs_matcher.c
6022                 allow color label as a condition in the matcher
6023
6024 2002-12-26 [oliver]     0.8.8claws5
6025         
6026         * src/toolbar.c 
6027                 enable Addressbook for Main and Messageview
6028         * src/prefs_actions.c
6029                 enable actions in Messageview
6030
6031 2002-12-26 [christoph]  0.8.8claws4
6032
6033         * src/common/plugin.c
6034                 add a little debug output
6035         * configure.in
6036         * src/plugins/demo/Makefile.am
6037                 better use of automake
6038
6039 2002-12-26 [christoph]  0.8.8claws3
6040
6041         * src/Makefile.am
6042         * src/common/Makefile.am
6043                 fix "make distdir"
6044
6045 2002-12-26 [christoph]  0.8.8claws2
6046
6047         * configure.in
6048                 sort configure checks into common / gtk / plugins
6049         * po/POTFILES.in
6050                 add src/prefs_gtk.c
6051         * src/Makefile.am
6052                 add plugins SUBDIR
6053         * src/main.c
6054         * src/common/sylpheed.[ch]
6055                 added now sylpheed_done function for shutdown
6056         * src/common/Makefile.am
6057         * src/common/plugin.[ch]                ** NEW **
6058                 plugin loader and unloader
6059         * src/plugins/.cvsignore                ** NEW **
6060         * src/plugins/Makefile.am               ** NEW **
6061                 build plugins
6062         * src/plugins/demo/.cvsignore           ** NEW **
6063         * src/plugins/demo/Makefile.am          ** NEW **
6064         * src/plugins/demo/demo.c               ** NEW **
6065                 small demo plugin that installs a logtext hook and
6066                 outputs the log text to stdout
6067
6068 2002-12-26 [paul]       0.8.8claws1
6069
6070         * po/es.po
6071                 updated by Ricardo Mones Lastra
6072
6073 2002-12-26 [paul]       0.8.8claws
6074
6075         * 0.8.8claws released
6076
6077 2002-12-26 [paul]       0.8.7claws12
6078
6079         * po/bg.po
6080                 updated by George Danchev
6081
6082 2002-12-26 [paul]       0.8.7claws11
6083
6084         * po/POTFILES.in
6085                 remove unneeded 'src/prefs.c' entry 
6086
6087 2002-12-26 [paul]       0.8.7claws10
6088
6089         * src/codeconv.c
6090           src/mainwindow.c
6091                 sync with 0.8.8 release
6092         
6093         * src/folder.[ch]
6094           src/mh.c
6095           src/summaryview.c
6096                 partial sync with 0.8.8 release
6097         
6098
6099 2002-12-25 [alfons]     0.8.7claws9
6100
6101         * src/matcher.[ch]
6102         * src/matcher_parser_lex.l
6103         * src/matcher_parser_parse.y
6104         * src/prefs_matcher.c
6105                 add locked flag to possible filtering / matcher 
6106                 conditions (also a good example what should be
6107                 done to add a simple boolean condition)
6108
6109 2002-12-25 [christoph]  0.8.7claws8
6110
6111         * src/Makefile.am
6112         * src/account.[ch]
6113         * src/addrbook.c
6114         * src/addressbook.c
6115         * src/addrindex.c
6116         * src/filtering.c
6117         * src/folder.c
6118         * src/matcher.c
6119         * src/prefs.[ch]                ** REMOVE **
6120         * src/prefs_account.c
6121         * src/prefs_actions.c
6122         * src/prefs_common.c
6123         * src/prefs_customheader.c
6124         * src/prefs_display_header.c
6125         * src/prefs_filtering.c
6126         * src/prefs_folder_item.c
6127         * src/prefs_gtk.[ch]            ** NEW **
6128         * src/prefs_matcher.c
6129         * src/prefs_scoring.c
6130         * src/prefs_summary_column.c
6131         * src/procmime.c
6132         * src/selective_download.c
6133         * src/toolbar.c
6134         * src/common/Makefile.am
6135         * src/common/prefs.[ch]         ** NEW **
6136                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6137
6138 2002-12-24 [alfons]     0.8.7claws7
6139
6140         * src/summaryview.c
6141                 summary_thread_build(): fix real cause of the crash mentioned in
6142                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6143                 this way we get meaningful ctree nodes 
6144
6145 2002-12-24 [oliver]     0.8.7claws6
6146
6147         * src/mainwindow.[ch]
6148         * src/messageview.[ch]
6149         * src/compose.[ch]
6150         * src/inc.c
6151         * src/summaryview.c
6152                 changes to use updated toolbar handling
6153                 
6154 2002-12-24 [oliver]     0.8.7claws5
6155
6156         * src/toolbar.[ch]
6157                 generic toolbar handling
6158                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6159         * src/prefs_toolbar.[ch]
6160                 adjust to handling
6161         
6162 2002-12-24 [oliver]     0.8.7claws4
6163         
6164         * src/stock_pixmap.[ch]
6165                 move SYLPHEED_LOGO to end of list in order 
6166                 to remove it from Custom Toolbar`s Icon View
6167
6168 2002-12-24 [alfons]     0.8.7claws3
6169
6170         * src/summaryview.c
6171                 summary_thread_build(): fix crash because of focus != selection 
6172                 after threading. when deleting the selection, gtk tries but fails 
6173                 to find the correct focusable element. we now force the selection
6174                 to be focused. this should solve the infamous bug reported by 
6175                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6176                 a test case is available. 
6177
6178 2002-12-24 [darko]      0.8.7claws2
6179
6180         * src/summaryview.c
6181                 don't crash when unmarking message with unread children
6182
6183 2002-12-23 [christoph]  0.8.7claws1
6184
6185         * src/Makefile.am
6186         * src/common/Makefile.am
6187                 update Makefiles for moved intl.h, version.h and defs.h
6188         * src/imap.c
6189                 rewrite imap_session_get to avoid duplicate code
6190
6191 2002-12-23 [paul]       0.8.7claws
6192
6193         * Santa-Claws released
6194         
6195         * po/hu.po
6196           po/ru.po
6197                 squeeze in updated Hungarian and Russian translations.
6198                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6199
6200 2002-12-23 [paul]       0.8.6claws129
6201
6202         * po/pl.po
6203                 updated by Witold Wladyslaw Wojciech Wilk
6204
6205 2002-12-23 [paul]       0.8.6claws128
6206
6207         * src/quote_fmt_parse.y
6208                 fix typo and add licence header
6209
6210 2002-12-23 [paul]       0.8.6claws127
6211
6212         * po/en_GB.po
6213                 updated
6214
6215 2002-12-23 [paul]       0.8.6claws126
6216
6217         * po/it.po
6218                 updated translation, submitted by Alessandro Maestri
6219                 
6220 2002-12-23 [paul]       0.8.6claws125
6221
6222         * src/quote_fmt_parse.y
6223                 fix signature-stripping on replies bug. match
6224                 '-- \n' and not '-- '.
6225
6226 2002-12-22 [paul]       0.8.6claws124
6227
6228         * po/bg.po
6229           po/es.po
6230           po/sr.po
6231                 updated translations. submitted by George Danchev,
6232                 Ricardo Mones Lastra, and Urke MMI respectively
6233
6234 2002-12-21 [paul]       0.8.6claws123
6235
6236         * src/addrbook.c
6237                 fix coding style
6238
6239 2002-12-21 [paul]       0.8.6claws122
6240
6241         * src/addrbook.c
6242                 fix bug [643638] where if a person is in one or more
6243                 addressbook groups editing that person's email 
6244                 address results in removal from those groups.
6245                 Patch submitted by Luke Plant.
6246
6247 2002-12-20 [christoph]  0.8.6claws121
6248
6249         * src/common/utils.c
6250         * src/summaryview.c
6251                 reimplement expand_search_string using GString to
6252                 prevent crashs caused by miscalculated string
6253                 lengths reported by Paul
6254
6255 2002-12-20 [christoph]  0.8.6claws120
6256
6257         * src/summaryview.c
6258                 don't use "changed" to check if op_count has to be changed as it
6259                 is also set when the message has unread children
6260                 (closes bug [ 653221 ] crash while deleting duplicates)
6261
6262 2002-12-20 [paul]       0.8.6claws119
6263
6264         * sync with 0.8.6cvs27
6265                 see ChangeLog 2002-12-20
6266
6267 2002-12-20 [paul]       0.8.6claws118
6268
6269         * sync with 0.8.6cvs26
6270                 see ChangeLog 2002-12-19 and 2002-12-20
6271
6272 2002-12-19 [alfons]     0.8.6claws117
6273
6274         * src/textview.c
6275                 fix incorrect parsing of email addresses, submitted by 
6276                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6277                 name display if it contains @".
6278
6279 2002-12-18 [paul]       0.8.6claws116
6280
6281         * sync with 0.8.6cvs23
6282                 see ChangeLog 2002-12-18
6283
6284 2002-12-18 [paul]       0.8.6claws115
6285
6286         * src/Makefile.am
6287         * src/account.c
6288         * src/codeconv.c
6289         * src/gtkutils.[ch]
6290         * src/imap.c
6291                 sync with 0.8.6cvs22.
6292                 see ChangeLog 2002-12-17 and 2002-12-18
6293
6294 2002-12-17 [christoph]  0.8.6claws114
6295
6296         * src/imap.c
6297                 o don't create a session if imap greeting fails
6298                 o don't close socket when authentication fails
6299                   this is done by imap_session_destroy
6300
6301 2002-12-17 [thorsten]   0.8.6claws113
6302
6303         * tools/Makefile.am
6304           tools/README
6305           tools/google_msgid.pl ** NEW FILE **
6306                 Added "search for message-id" script and doc
6307
6308 2002-12-17 [thorsten]   0.8.6claws112
6309
6310         * po/hu.po
6311                 Updated hungarian translation
6312                 (updated by Gal Zoltan)
6313
6314 2002-12-16 [christoph]  0.8.6claws111
6315
6316         * src/addr_compl.c
6317                 remove stupid addressbook dump to debug output
6318         * src/mh.c
6319                 fix memory leak found by Hiro
6320
6321 2002-12-14 [paul]       0.8.6claws110
6322
6323         * src/compose.c
6324                 fix menubar sensitivity on send
6325                 
6326         * src/prefs_filtering.c
6327         * src/prefs_matcher.c
6328         * src/prefs_scoring.c
6329                 Fix english ;)
6330                 
6331         * src/common/quoted-printable.h
6332                 sync: fix typo
6333         
6334 2002-12-13 [christoph]  0.8.6claws109
6335
6336         * src/Makefile.am
6337         * src/manage_window.[ch]        ** REMOVE **
6338         * src/gtk/Makefile.am
6339         * src/gtk/manage_window.[ch]    ** NEW **
6340                 move manage_window files to gtk directory
6341
6342 2002-12-13 [christoph]  0.8.6claws108
6343
6344         * src/Makefile.am
6345         * src/gtkshruler.[ch]           ** REMOVE **
6346         * src/gtk/Makefile.am
6347         * src/gtk/gtkshruler.[ch]       ** NEW **
6348                 move gtkshruler files to gtk directory
6349
6350 2002-12-13 [christoph]  0.8.6claws107
6351
6352         * src/Makefile.am
6353         * src/compose.c
6354         * src/gtkstext.[ch]             ** REMOVE **
6355         * src/gtkutils.[ch]
6356         * src/textview.c
6357         * src/gtk/gtkstext.[ch]         ** NEW **
6358         * src/gtk/Makefile.am
6359                 o move stext functions to gtkstext.c to remove
6360                   dependency of gtkutils
6361                 o move gtkstext files to gtk directory
6362
6363         * src/gtk/Makefile.am
6364         * src/gtk/sslcertwindow.[ch]
6365                 UI stuff can always depend on common code so
6366                 it's ok to add ../common to include path
6367
6368 2002-12-13 [colin]      0.8.6claws106
6369
6370         * src/summaryview.c
6371                 Disconnect sighandlers for mainwindow when
6372                 quicksearch has the focus
6373                 Fix bug #653231
6374         * src/mainwindow.[ch]
6375                 Make key_pressed callback public, to be able
6376                 to disconnect it
6377
6378 2002-12-13 [christoph]  0.8.6claws105
6379
6380         * src/mh.c
6381                 create .mh_sequences file in new MH folders
6382                 (closes feature request [ 523162 ] MH folders should
6383                  get a .mh_sequences)
6384
6385 2002-12-13 [colin]      0.8.6claws104
6386
6387         * src/summaryview.c
6388                 Better handling of quicksearch show/hide
6389                 (basically the button stays under the mouse 
6390                  when toggled)
6391
6392 2002-12-13 [paul]       0.8.6claws103
6393
6394         * sync with 0.8.6cvs17
6395                 see ChangeLog 2002-12-13
6396
6397 2002-12-13 [paul]       0.8.6claws102
6398
6399         * po/es.po
6400                 updated by Ricardo Mones Lastra
6401
6402 2002-12-11 [colin]       0.8.6claws101
6403
6404         * src/folder.c
6405                 remove statusbar stuff
6406           src/folderview.c
6407                 set statusbar verbosity when moving folders
6408
6409 2002-12-11 [colin]       0.8.6claws100
6410         * src/prefs_filtering.c
6411         * src/prefs_matcher.c
6412         * src/prefs_scoring.c
6413                 Fix english ;)
6414
6415 2002-12-11 [colin]       0.8.6claws99
6416
6417         * src/prefs_common.[ch]
6418                 Add summary_quicksearch_type
6419         * src/summaryview.c
6420                 Save last used quicksearch type
6421
6422 2002-12-11 [jens]       0.8.6claws98
6423         * src/prefs_filtering.c
6424         * src/prefs_matcher.c
6425         * src/prefs_scoring.c
6426                 added dialog for incomplete rules in scoring, filtering and
6427                 matcher to ask wheather really close
6428
6429 2002-12-11 [colin]      0.8.6claws97
6430
6431         * src/folder.c
6432                 Fix folder dnd statusbar logging
6433
6434 2002-12-10 [christoph]  0.8.6claws96
6435
6436         * src/compose.c
6437         * src/folder.c
6438         * src/imap.c
6439         * src/inc.c
6440         * src/main.c
6441         * src/mainwindow.c
6442         * src/news.c
6443         * src/send.c
6444         * src/statusbar.[ch]
6445         * src/common/hooks.c
6446         * src/common/log.[ch]
6447                 o handle verbose logging in statusbar directly in statusbar code
6448                   and common code does not need any knowledge about a statusbar
6449                 o remove direct calls to statusbar_(puts|pop)_all functions
6450
6451 2002-12-10 [jens]       0.8.6claws95
6452
6453         * src/*.c
6454                 removed gettext from g_warnings
6455         * po/POTFILES.in
6456                 cleaned and updated
6457         * po/de.po
6458                 updated
6459
6460 2002-12-10 [colin]      0.8.6claws94
6461
6462         * src/main.c
6463                 finish crash dialog fix
6464
6465 2002-12-10 [colin]      0.8.6claws93
6466
6467         * src/main.c
6468                 "Fix" "sylpheed already running" instead of
6469                 crash dialog appearing after a crash
6470
6471 2002-12-10 [colin]      0.8.6claws92
6472
6473         * po/POTFILES.in
6474                 add src/gtk/sslcertwindow.c
6475
6476 2002-12-10 [paul]       0.8.6claws91
6477
6478         * po/POTFILES.in
6479                 updated to reflect recent changes
6480                 submitted by Alessandro Maestri
6481
6482 2002-12-09 [christoph]  0.8.6claws90
6483
6484         * src/Makefile.am
6485         * src/smtp.[ch]                 ** REMOVE **
6486         * src/common/Makefile.am
6487         * src/common/smtp.[ch]          ** NEW **
6488                 move smtp files to common directory
6489
6490 2002-12-09 [christoph]  0.8.6claws89
6491
6492         * src/Makefile.am
6493         * src/session.[ch]              ** REMOVE **
6494         * src/common/Makefile.am
6495         * src/common/session.[ch]       ** NEW **
6496                 move session files to common directory
6497
6498 2002-12-09 [paul]       0.8.6claws88
6499
6500         * src/account.c
6501                 fix bug [649746] edit accounts: move account reverted
6502                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6503
6504 2002-12-09 [colin]      0.8.6claws87
6505
6506         * src/ssl_certificate.c
6507                 cleanup
6508
6509 2002-12-09 [colin]      0.8.6claws86
6510
6511         * src/ssl.c
6512                 Try to open the cert.pem database and 
6513                 issue a warning if it isn't there
6514
6515 2002-12-09 [colin]      0.8.6claws85
6516
6517         * src/common/ssl_certificate.c
6518         * src/gtk/sslcertwindow.c
6519                 Warning fixes
6520
6521 2002-12-09 [colin]      0.8.6claws84
6522
6523         * src/ssl_certificate.[ch] ** REMOVED **
6524         * src/common/ssl_certificate.[ch] ** NEW **
6525         * src/Makefile.am
6526         * src/common/Makefile.am
6527                 Moved ssl_certificate.[ch] to common
6528         * src/common/ssl.c 
6529                 Put back needed include
6530         * src/gtk/sslcertwindow.[ch]
6531                 Changed ssl_certificate.h include
6532         
6533 2002-12-09 [colin]      0.8.6claws83
6534
6535         * src/gtk/sslcertwindow.[ch]
6536                 Implement hook for certificate acception
6537         * src/ssl_certificate.[ch]
6538                 Implement hook for certificate acception
6539         * src/common/ssl.c
6540                 Reenable certificate acception check
6541         * src/mainwindow.c
6542                 Register sslcertwindow's hook
6543         
6544 2002-12-08 [christoph]  0.8.6claws82
6545
6546         * src/about.c
6547         * src/addr_compl.c
6548         * src/codeconv.c
6549         * src/manual.c
6550         * src/undo.c
6551         * src/common/utils.c
6552                 o add missing includes
6553                 o fix warnings
6554         * src/.cvsignore
6555         * src/common/.cvsignore
6556         * src/common/version.h          ** REMOVE **
6557                 remove autogenerated file
6558
6559 2002-12-08 [paul]       0.8.6claws81
6560
6561         * src/stringtable.c
6562                 put back needed include
6563
6564 2002-12-08 [colin]      0.8.6claws80
6565         
6566         * src/gtk/sslcertwindow.c
6567                 Cleaner popups when asking
6568         * src/ssl_certificate.c
6569         * src/prefs_common.[ch]
6570                 remove ssl certificate pref
6571                 put back needed include
6572         * src/undo.c
6573                 put back needed include
6574
6575 2002-12-08 [christoph]  0.8.6claws79
6576
6577         * src/folderview.c
6578         * src/logwindow.c
6579         * src/statusbar.c
6580         * src/summaryview.c
6581                 only abort hook invokation if required data is missing not
6582                 if our own data pointer is NULL, update hookfunction for
6583                 log window
6584
6585 2002-12-08 [paul]       0.8.6claws78
6586
6587         * src/about.c
6588         * src/addrcache.c
6589         * src/addrclip.c
6590         * src/addr_compl.c
6591         * src/addrselect.c
6592         * src/codeconv.c
6593         * src/colorlabel.c
6594         * src/enriched.c
6595         * src/esmtp.c
6596         * src/exporthtml.c
6597         * src/headerview.c
6598         * src/imageview.c
6599         * src/manual.c
6600         * src/noticeview.c
6601         * src/pgptext.c
6602         * src/scoring.c
6603         * src/sourcewindow.c
6604         * src/stringtable.c
6605         * src/undo.c
6606                 clean up: remove unneccesary includes
6607
6608 2002-12-08 [christoph]  0.8.6claws77
6609
6610         * src/folderview.c
6611         * src/statusbar.c
6612         * src/summaryview.c
6613         * src/common/hooks.[ch]
6614                 hook functions now have a gboolean return value, if a hook
6615                 returns TRUE it will stop executing of any more hooks in
6616                 the same hooklist for this invokation
6617
6618 2002-12-08 [colin]      0.8.6claws76
6619         
6620         * src/main.c
6621                 put back argv0 for CRASH_DIALOG
6622
6623 2002-12-08 [christoph]  0.8.6claws75
6624
6625         * src/Makefile.am
6626         * src/about.c
6627         * src/account.c
6628         * src/crash.c
6629         * src/esmtp.h
6630         * src/imap.[ch]
6631         * src/inc.c
6632         * src/main.c
6633         * src/mainwindow.c
6634         * src/news.c
6635         * src/pop.[ch]
6636         * src/prefs_account.[ch]
6637         * src/prefs_common.[ch]
6638         * src/send.[ch]
6639         * src/smtp.[ch]
6640         * src/ssl_certificate.[ch]
6641         * src/ssl_manager.[ch]
6642         * src/common/Makefile.am
6643         * src/common/log.c
6644         * src/common/nntp.[ch]
6645         * src/common/socket.[ch]
6646         * src/common/ssl.[ch]
6647         * src/gtk/sslcertwindow.[ch]
6648         * ac/openssl.m4
6649                 use new autoconf script to detect OpenSSL with extra parameters
6650                 to specify the location of libs and includes, also remove USE_SSL
6651                 to USE_OPENSSL
6652
6653         * src/common/sylpheed.[ch]
6654         * src/common/version.h.in
6655                 start seperation of common code initialization seperated from gui
6656
6657         * src/summaryview.c
6658                 The function that is called when a color label changes
6659                 should not change the color lable again
6660
6661 2002-12-08 [colin]      0.8.6claws74
6662
6663         * src/gtk/sslcertwindow.c
6664                 warning fixes
6665
6666 2002-12-08 [colin]      0.8.6claws73
6667
6668         * src/statusbar.c
6669           src/common/log.h
6670                 Register a hook for statusbar_puts_all
6671         * src/common/log.c
6672                 invoke statusbar_puts_all's hook
6673         
6674 2002-12-08 [colin]      0.8.6claws72
6675
6676         * src/ssl_certificate.c
6677                 Put back a badly-removed include
6678
6679 2002-12-08 [colin]      0.8.6claws71
6680
6681         * src/gtk/sslcertwindow.[ch]    ** NEW **
6682                 new certificate presentation
6683         * src/gtk/Makefile.am
6684                 add new files
6685         * src/ssl_certificate.[ch]
6686                 gtk cleanup, made utility functions public
6687         * src/ssl_manager.c
6688                 use new cert presentation
6689
6690 2002-12-07 [christoph]  0.8.6claws70
6691
6692         * src/Makefile.am
6693         * src/nntp.[ch]                 ** REMOVE **
6694         * src/common/Makefile.am
6695         * src/common/nntp.[ch]          ** NEW **
6696                 move nntp files to common directory
6697
6698 2002-12-07 [christoph]  0.8.6claws69
6699
6700         * src/procmsg.[ch]
6701         * src/summaryview.c
6702                 implement msginfo update callback using sylpheed's new
6703                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6704
6705 2002-12-06 [christoph]  0.8.6claws68
6706
6707         * src/editgroup.c
6708                 This patch changes the 'Edit Group Details' dialog to
6709                 allow extended selections in either pane, so that
6710                 addresses can be added or removed from a group more
6711                 quickly and easily. (it actually is a net decrease in
6712                 file size, as some unnecessary functions have been
6713                 removed). 
6714                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6715
6716 2002-12-06 [christoph]  0.8.6claws67
6717
6718         * src/Makefile.am
6719         * src/template.[ch]             ** REMOVE **
6720         * src/common/Makefile.am
6721         * src/common/template.[ch]      ** NEW **
6722                 move template files to common directory
6723
6724         * src/nntp.c
6725                 add missing log.h include
6726
6727 2002-12-06 [melvin]     0.8.6claws66
6728
6729         * src/prefs_actions.c
6730                 Added the trailing ">" syntax to insert command's output
6731                 without replacing old text (in contrast to trailing "|").
6732
6733 2002-12-05 [colin]      0.8.6claws65
6734         
6735         * src/common/utils.c
6736                 Don't modify original search_string or it'll change
6737                 the next iterations in the for()
6738
6739 2002-12-05 [darko]      0.8.6claws64
6740
6741         * src/common/utils.c
6742                 proper check for filtering commands, found by Colin
6743
6744 2002-12-05 [darko]      0.8.6claws63
6745
6746         * src/common/utils.c
6747                 check proper string for NULL pointer, found by Colin
6748
6749 2002-12-05 [darko]      0.8.6claws62
6750
6751         * src/common/utils.[ch]
6752                 expand_search_string(): new function
6753                 converts Mutt-like patterns to Sylpheed's
6754                 filtering engine
6755         * src/summaryview.c
6756                 use expand_search_string() to allow Mutt-like
6757                 patterns in extended search
6758         * README.claws
6759                 document extended option in quick search
6760
6761 2002-12-05 [paul]       0.8.6claws61
6762
6763         * sync with 0.8.6cvs16
6764                 see ChangeLog 2002-12-05
6765                 
6766         * po/POTFILES.in
6767                 clean up
6768
6769 2002-12-04 [christoph]  0.8.6claws60
6770
6771         * src/imap.[ch]
6772                 put imap authentication code into a new function and
6773                 remove it from imap_session_new that will allow to
6774                 send other commands before authentication
6775
6776 2002-12-04 [christoph]  0.8.6claws59
6777
6778         * src/imap.[ch]
6779                 use already existing method to prevent unneeded IMAP
6780                 folder selects. Set imap_select parameters to NULL
6781                 in some functions if the values are not required.
6782
6783         * src/xml.h
6784                 remove no longer required include
6785
6786 2002-12-04 [paul]       0.8.6claws58
6787
6788         * po/es.po
6789                 updated by Ricardo Mones Lastra
6790                 
6791         * configure.in
6792           po/hu.po      ** NEW FILE **
6793                 initial Hungarian translation, submitted
6794                 by Gál Zoltán <galzoli@hu.inter.net>
6795
6796 2002-12-03 [christoph]  0.8.6claws57
6797
6798         * src/Makefile.am
6799         * src/gtksctree.[ch]            ** REMOVE **
6800         * src/gtk/Makefile.am
6801         * src/gtk/gtksctree.[ch]        ** NEW **
6802                 move gtksctree files to gtk directory
6803
6804 2002-12-03 [christoph]  0.8.6claws56
6805
6806         * src/Makefile.am
6807         * src/md5.[ch]                  ** REMOVE **
6808         * srm/common/Makefile.am
6809         * src/common/md5.[ch]           ** NEW **
6810                 move md5 files to common directory
6811
6812         * src/gtkstext.c
6813                 remove not required #include
6814
6815 2002-12-03 [sergey]     0.8.6claws55
6816
6817         * src/gtkutils.c
6818         * src/gtkutils.h
6819                 gtkut_window_popup(): new function.
6820         * src/mainwindow.c
6821                 main_window_popup(): use gtkut_window_popup() to raise
6822                 window without changing its position.
6823                 (see sylpheed-main ML message [sylpheed:17247])
6824
6825 2002-12-03 [sergey]     0.8.6claws54
6826
6827         * src/send.c
6828                 send_message_local(): removed first-dot escaping
6829                 (SMTP-only, not needed for sending through pipe)
6830
6831 2002-12-03 [paul]       0.8.6claws53
6832
6833         * po/POTFILES.in
6834                 update to reflect recent changes (thanks
6835                 to Ricardo Mones Lastra)
6836                 
6837         * tools/filter_conv.pl
6838                  fix problem with quoted strings. Patch submitted
6839                  by Luke Plant <lukeplant@softhome.net>
6840
6841 2002-12-03 [paul]       0.8.6claws52
6842
6843         * sync with 0.8.6cvs15
6844                 see ChangeLog 2002-12-03
6845
6846 2002-12-02 [christoph]  0.8.6claws51
6847
6848         * src/logwindow.[ch]
6849         * src/common/log.[ch]
6850                 implement logging using a hook function
6851
6852         * src/folderview.c
6853         * src/folder.[ch]
6854                 define hooklist name in header file to avoid
6855                 errors caused by wrong spelling of hooklist names
6856
6857         * src/toolbar.c
6858                 fix warnings
6859
6860 2002-12-02 [christoph]  0.8.6claws50
6861
6862         * src/common/Makefile.am
6863                 add src/common/hooks.[ch]
6864
6865         * src/common/hooks.[ch]
6866                 implement a simple hook system using glib's hook functions
6867
6868         * src/folder.[ch]
6869         * src/folderview.c
6870                 use new hook system for folder item updates
6871
6872 2002-12-02 [christoph]  0.8.6claws49
6873
6874         * doc-src/ui_seperation.txt     ** NEW **
6875                 information for ui seperation
6876
6877         * src/Makefile.am
6878                 remove files that were moved to common
6879                 include common directory by default for the header files
6880
6881         * src/inc.c
6882         * src/common/socket.c
6883         * src/automaton.[ch]
6884                 implement automaton using g_io_*-functions instead of
6885                 gdk_input_add to make it ui independent
6886
6887         * src/codeconv.c
6888         * src/compose.c
6889         * src/ldif.c
6890         * src/pgptext.c
6891         * src/procmime.c
6892         * src/rfc2015.c
6893         * src/smtp.c
6894         * src/unmime.c
6895                 remove common/ prefix because directory is now in
6896                 include path
6897
6898         * src/compose.c
6899         * src/folder.c
6900         * src/folderview.c
6901         * src/mainwindow.c
6902         * src/messageview.c
6903         * src/prefs_common.c
6904         * src/procmsg.c
6905         * src/rfc2015.c
6906                 fix warnings
6907
6908         * src/imap.c
6909         * src/inc.c
6910         * src/news.c
6911         * src/pop.c
6912         * src/send.c
6913         * src/smtp.c
6914         * src/ssl_certificate.c
6915                 add log.h header file for logging functions
6916
6917         * src/main.c
6918         * src/common/utils.c
6919         * src/summaryview.c
6920         * src/xml.c
6921                 o move debug_mode to common/utils.c
6922                 o add functions to set and get debug_mode
6923
6924         * src/defs.h                    ** REMOVE **
6925         * src/intl.h                    ** REMOVE **
6926         * src/socket.[ch]               ** REMOVE **
6927         * src/ssl.[ch]                  ** REMOVE **
6928         * src/utils.[ch]                ** REMOVE **
6929                 replaced by new files in src/common/
6930         
6931         * src/common/Makefile.am
6932                 add new files in src/common/
6933
6934         * src/common/defs.h             ** NEW **
6935         * src/common/intl.h             ** NEW **
6936         * src/common/log.[ch]           ** NEW **
6937         * src/common/socket.[ch]        ** NEW **
6938         * src/common/ssl.[ch]           ** NEW **
6939         * src/common/utils.[ch]         ** NEW **
6940                 replacement for files in src/
6941
6942 2002-12-02 [colin]      0.8.6claws48
6943
6944         * src/folderview.c
6945                 Scroll folderview if necessary during dnd
6946
6947 2002-12-02 [colin]      0.8.6claws47
6948
6949         * src/folder.[ch]
6950                 Add check to verify a move is within a single mailbox
6951         * src/folderview.c
6952                 Add specific error string for this check
6953
6954 2002-12-02 [colin]      0.8.6claws46
6955
6956         * src/folder.c
6957                 Add a test to folder moving, remove a statusbar_print
6958         * src/folderview.c
6959                 Add Move folder... context-menu item
6960                 Factorize folder moving code
6961                 Enable folder DND for mbox
6962
6963 2002-12-01 [christoph]  0.8.6claws45
6964
6965         * ac/aspell.m4
6966                 remove conf.aspelltest if the version check fails
6967
6968 2002-11-30 [christoph]  0.8.6claws44
6969
6970         * autogen.sh
6971                 run libtoolize --force in autogen to create missing
6972                 libtool scripts
6973
6974 2002-11-30 [christoph]  0.8.6claws43
6975
6976         * src/Makefile.am
6977         * src/pgptext.c
6978         * src/procmime.c
6979         * src/rfc2015.c
6980         * src/uuencode.[ch]             ** REMOVED **
6981         * src/common/Makefile.am
6982         * src/common/uuencode.[ch]      ** NEW **
6983                 move uuen/decoder to common directory
6984
6985 2002-11-30 [christoph]  0.8.6claws42
6986
6987         * src/Makefile.am
6988         * src/base64.[ch]               ** REMOVED **
6989         * src/codeconv.c
6990         * src/compose.c
6991         * src/ldif.c
6992         * src/pgptext.c
6993         * src/procmime.c
6994         * src/rfc2015.c
6995         * src/smtp.c
6996         * src/unmime.c
6997         * src/common/Makefile.am
6998         * src/common/base64.[ch]        ** NEW **
6999                 move base64 en/decoder to common directory
7000
7001 2002-11-30 [christoph]  0.8.6claws41
7002
7003         * src/common                    ** NEW **
7004                 new directory for UI independent code
7005         * src/gtk                       ** NEW **
7006                 new directory for GTK frontend
7007         * src/common/.cvsignore         ** NEW **
7008         * src/gtk/.cvsignore            ** NEW **
7009                 ignore build files
7010         * src/common/Makefile.am        ** NEW **
7011         * src/gtk/Makefile.am           ** NEW **
7012                 automake files to build new seperated stuff
7013         * src/Makefile.am
7014                 the binary will currently still be build with the
7015                 files in src, so we include the code from the
7016                 subdirs for now after building the libs there
7017
7018 2002-11-30 [paul]       0.8.6claws40
7019
7020         * src/compose.c
7021                 fix bug [642731] 'Wrong selected account with drafted mail'
7022
7023 2002-11-29 [oliver]     0.8.6claws39
7024         
7025         * src/messageview.c
7026                 o update summaryview when switching between different
7027                   messageviews          
7028         * src/toolbar.c  
7029                 o check if messageview holds already removed msg
7030                   from summaryview
7031                 
7032
7033 2002-11-29 [oliver]     0.8.6claws38
7034
7035         * src/toolbar.c 
7036                 remove not needed variables and includes
7037                 make messageview stay opened and move to next when msgs are deleted 
7038
7039 2002-11-29 [oliver]     0.8.6claws37
7040         
7041         * src/toolbar.c 
7042                 disable compose button (messageview toolbar) by default
7043                 deleted msgs are moved to trash
7044         
7045 2002-11-29 [melvin]     0.8.6claws36
7046
7047         * configure.in
7048                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7049                 and to detect signatures expirations (gpgme 0.3.6)
7050
7051         * src/main.c
7052                 Use non obsolescent function for Gpgme engine checking.
7053
7054         * src/rfc2015.c
7055                 Inform about expired signatures or signatures which key
7056                 has expired. Expiration date is displayed.
7057
7058         * src/sigstatus.c
7059                 Inform about expired signatures or signatures which key
7060                 has expired.
7061
7062 2002-11-28 [paul]       0.8.6claws35
7063
7064         * src/folderview.c
7065                 re-instate 'Check for new messages' in Newsgroup
7066                 folders right-click menu, after a suggestion from
7067                 Tim Mann <timmann@users.sourceforge.net>
7068
7069         * src/main.c
7070                 after a crash check only local folders for new
7071                 messages
7072
7073 2002-11-28 [paul]       0.8.6claws34
7074
7075         * configure.in
7076                 apply patch that fixes the checking of GTK with XIM 
7077                 support on different OSs, such as FreeBSD. Patch 
7078                 submitted by Topia <topia@users.sourceforge.net>
7079                 
7080 2002-11-28 [paul]       0.8.6claws33
7081
7082         * src/mainwindow.c
7083           src/prefs_common.c
7084           src/prefs_toolbar.c
7085                 more changes to the English
7086
7087 2002-11-28 [paul]       0.8.6claws32
7088
7089         * sync with 0.8.6cvs13
7090                 see ChangeLog 2002-11-28 (no sync needed
7091                 for src/compose.c)
7092
7093 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7094         
7095         * src/mainwindow.[ch]
7096                 add patch by Ivan F. Martinez introducing messageview Toolbar
7097                 some changes and committed by oliver    
7098
7099 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7100
7101         * src/messageview.[ch]
7102                 add patch by Ivan F. Martinez introducing messageview Toolbar
7103                 some changes and committed by oliver    
7104
7105 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7106
7107         * src/compose.[ch]
7108                 add patch by Ivan F. Martinez introducing messageview Toolbar
7109                 some changes and committed by oliver    
7110
7111 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7112         
7113         * src/toolbar.[ch]
7114                 add patch by Ivan F. Martinez introducing messageview Toolbar
7115                 some changes and committed by oliver
7116
7117 2002-11-28 [oliver]     0.8.6claws27
7118         
7119         * src/prefs_toolbar.[ch]
7120                 getting ready for messageview toolbar
7121                 free mem allocated by gettext
7122                 change prefs_toolbar to prefs_toolbar_open
7123  
7124 2002-11-28 [thorsten]   0.8.6claws26
7125
7126         * src/imageview.[ch]
7127                 cleaned up conflicting declarations of
7128                 imageview_show_image()
7129
7130 2002-11-28 [paul]       0.8.6claws25
7131
7132         * src/grouplistdialog.c
7133           src/prefs_common.c
7134           src/prefs_summary_column.c
7135                 a few more improvements to the English
7136
7137 2002-11-28 [colin]      0.8.6claws24
7138
7139         * man/sylpheed.1
7140                 A few updates to command-line parameters
7141
7142 2002-11-28 [colin]      0.8.6claws23
7143
7144         * src/prefs_filtering.c
7145                 Fix problems with prefs_filtering_delete_path:
7146                 a) if the first rule is removed, original pointers
7147                    weren't updated (leading to segfaults)
7148                 b) it was always global_processing updated in case
7149                    of removed path was parent of rule path
7150
7151 2002-11-27 [paul]       0.8.6claws22
7152
7153         * src/mainwindow.c
7154           src/prefs_account.c
7155           src/prefs_actions.c
7156           src/prefs_common.c
7157           src/prefs_customheader.c
7158           src/prefs_display_header.c
7159           src/prefs_filtering.c
7160           src/prefs_folder_item.c
7161           src/prefs_matcher.c
7162           src/prefs_scoring.c
7163           src/prefs_summary_column.c
7164           src/prefs_template.c
7165           src/prefs_toolbar.c
7166                  improve the English in the GUI
7167
7168 2002-11-27 [colin]      0.8.6claws21
7169
7170         * src/folder.c
7171                 Fix processing renaming problems happening after
7172                 last commit
7173
7174 2002-11-27 [colin]      0.8.6claws20
7175
7176         * src/folder.c
7177                 recursive move now deletes src each subfolder after 
7178                 having moved it
7179         * src/folderview.c
7180                 Use identifier instead of path during dnd (enables
7181                 IMAP folder dnd)
7182
7183 2002-11-27 [paul]       0.8.6claws19
7184
7185         * src/main.c
7186                 apply patch that does command-line processing 
7187                 BEFORE gtk_init, allowing claws to run from 
7188                 shell-scripts in non-X environment (e.g. crontab 
7189                 or ip-up, ip-down scripts). Patch submitted by
7190                 Ruslan N. Balkin <baron@dartel.ru>
7191                 
7192         * po/it.po
7193                 updated by Alessandro Maestri
7194
7195 2002-11-27 [paul]       0.8.6claws18
7196
7197         * sync with 0.8.6cvs12
7198           src/prefs_common.c
7199                 Differences are that main uses a 'Receive dialog'
7200                 frame on the Interface tab, whereas claws groups all 
7201                 the dialogs together in a 'Dialogs' frame.
7202
7203 2002-11-27 [colin]      0.8.6claws17
7204
7205         * src/prefs_matcher.c
7206                 Fix Execute criteria's NOT flag
7207
7208
7209 2002-11-26 [christoph]  0.8.6claws16
7210
7211         * src/ssl.c
7212                 rewrite the ssl code a little bit, only use one
7213                 SSL context, set default certificates' file/path
7214
7215 2002-11-26 [thorsten]   0.8.6claws15
7216
7217         * src/compose.c
7218                 default-reply-to didn't work for ml-reply
7219
7220 2002-11-26 [melvin]     0.8.6claws14
7221
7222         * src/prefs_actions.c
7223                 Made pipe-actions ignore short headers in message view
7224                 Made trailing-pipe-actions write in the message view with
7225                 the same font as the original message
7226
7227 2002-11-26 [paul]       0.8.6claws13
7228
7229         * src/compose.c
7230                 this time commit the correct file
7231
7232 2002-11-26 [paul]       0.8.6claws12
7233
7234         * sync with 0.8.6cvs11
7235           src/quote_fmt_parse.y  
7236                 no sync needed
7237           src/account.[ch]       
7238                 not sync'ed
7239           src/compose.c
7240                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7241                 on draft mode.
7242                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7243                 header
7244                 
7245         see ChangeLog 2002-11-25 and 2002-11-26
7246
7247 2002-11-26 [colin]      0.8.6claws11
7248
7249         * src/folderview.c
7250                 Fix collapsed folder not auto-expanding during
7251                 mail dnd, if it was the source folder.
7252
7253 2002-11-25 [colin]      0.8.6claws10
7254
7255         * src/folderview.[ch]
7256                 Variable renaming and cleaning (slist of nodes 
7257                 to be re-collapsed is stored in FolderView)
7258
7259 2002-11-25 [paul]       0.8.6claws9
7260
7261         * src/prefs_common.[ch]
7262                 fix breakage caused by last commit
7263
7264 2002-11-25 [paul]       0.8.6claws8
7265
7266         * sync with 0.8.6cvs4
7267                 see ChangeLog 2002-11-21
7268
7269 2002-11-25 [paul]       0.8.6claws7
7270
7271         * sync with 0.8.6cvs4
7272                 see ChangeLog 2002-11-20
7273
7274 2002-11-25 [paul]       0.8.6claws6
7275
7276         * sync with 0.8.6cvs3
7277                 see ChangeLog 2002-11-18
7278
7279 2002-11-25 [colin]      0.8.6claws5
7280
7281         * src/gtkutils.[ch]
7282                 Add gtkut_ctree_node_is_parent()
7283         * src/folderview.c
7284                 Spring-loaded folders
7285
7286 2002-11-25 [colin]      0.8.6claws4
7287
7288         * src/utils.[ch]
7289                 Add slist_concat_unique(), function to merge
7290                 two GSList filtering dups
7291         * src/folder.[ch]
7292         * src/summaryview.[ch]
7293         * src/folderview.c
7294         * src/main.c
7295                 Add detection/update/display of unread answers
7296                 to marked mails
7297         * src/procmsg.[ch]
7298                 Add procmsg_find_children()
7299                 Add procmsg_msg_has_marked_parent()
7300
7301 2002-11-25 [colin]      0.8.6claws3
7302
7303         * src/ssl_certificate.[ch]
7304                 Allow checking a certificate without a DNS
7305                 lookup
7306                 Allow to forget a cert (by deleting it)
7307                 Make ssl_certificate_destroy_public
7308         * src/ssl_manager.[ch] ** NEW FILES **
7309                 Gui to manage (display/remove) certificates
7310         * src/prefs_common.[ch]
7311                 Add a pref to allow silent acceptation of
7312                 trusted certificates or not (based on the
7313                 "I want to know what's going on" principle)
7314         * src/mainwindow.c
7315                 Add SSL manager in Tools menu
7316         * src/Makefile.am
7317                 Add the new files to the build
7318         * po/POTFILES.in
7319                 Add ssl_manager.c to translations
7320
7321 2002-11-25 [colin]      0.8.6claws2
7322
7323         * src/summaryview.[ch]
7324                 Add S_SEARCH_EXTENDED to the quick search, which 
7325                 allows to search using filtering syntax.
7326
7327 2002-11-25 [colin]      0.8.6claws1
7328
7329         * src/summaryview.c
7330                 Deletion of duplicates now prefer deleting
7331                 the unread dup (fixes feature-request 638989).
7332
7333 2002-11-24 [paul]       0.8.6claws
7334
7335         * po/es.po
7336           po/pl.po
7337           po/ru.po
7338           po/sr.po
7339                 updated by Ricardo Mones Lastra,
7340                 Witold Wladyslaw Wojciech Wilk,
7341                 Ruslan N. Balkin, and  Urke MMI 
7342                 respectively
7343
7344 2002-11-24 [paul]       0.8.5claws182
7345
7346         * po/bg.po
7347                 updated by George Danchev
7348
7349 2002-11-23 [alfons]     0.8.5claws181
7350
7351         * src/imap.c
7352                 tiny memory leak found by browsing Dimitar's 
7353                 valgrind report
7354
7355 2002-11-23 [paul]       0.8.5claws180
7356
7357         * po/it.po
7358                 updated by Alessandro Maestri
7359
7360 2002-11-22 [christoph]  0.8.5claws179
7361
7362         * src/compose.c
7363         * src/inc.c
7364         * src/prefs_filtering.c
7365         * src/summaryview.c
7366                 more warning fixes
7367
7368 2002-11-22 [alfons]     0.8.5claws178
7369
7370         * src/summaryview.c
7371                 summary_execute_delete_func(): if message is deleted, make 
7372                 sure to also remove its entry in the subject hash table. 
7373                 fixes a corner case bug.
7374
7375 2002-11-22 [paul]       0.8.5claws177
7376
7377         * .cvsignore
7378                 add 'autom4te.cache'
7379                 
7380         * ltconfig      ** REMOVED **
7381                 not needed
7382
7383 2002-11-22 [paul]       0.8.5claws176
7384
7385         * src/textview.c
7386                 textview_set_font(): fix for message display in
7387                 UTF-8 locales (thanks to Sergey Vlasov).
7388                 
7389         * AUTHORS
7390                 add new team members and contributors
7391
7392
7393 2002-11-21 [colin]      0.8.5claws175
7394
7395         * src/procmsg.[ch]
7396                 Add procmsg_remove_special_headers()
7397         * src/mh.c
7398                 Use procmsg_remove_special_headers() for 
7399                 previous fix
7400
7401 2002-11-21 [colin]      0.8.5claws174
7402
7403         * src/mh.c
7404                 Fix moving/copying from queue/draft folders
7405                 for MH folders
7406
7407 2002-11-21 [christoph]  0.8.5claws173
7408
7409         * src/crash.c
7410         * src/filtering.c
7411         * src/logwindow.c
7412         * src/main.c
7413         * src/matcher_parser_lex.[hl]
7414         * src/mbox.c
7415         * src/mbox_folder.[ch]
7416         * src/prefs_filtering.c
7417         * src/procheader.c
7418         * src/quote_fmt_lex.l
7419         * src/ssl.c
7420                 fix all warnings except the warnings in lex and yacc files
7421
7422 2002-11-20 [christoph]  0.8.5claws172
7423
7424         * src/imap.c
7425                 fix MsgInfo retrieval for IMAP draft and queue folders
7426                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7427
7428 2002-11-19 [christoph]  0.8.5claws171
7429
7430         * src/compose.c
7431                 fix segfault, when draft saving does not get
7432                 the MsgInfo of the new message
7433                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7434
7435 2002-11-19 [christoph]  0.8.5claws170
7436
7437         * src/procmsg.c
7438                 add parameter check for flag setting function
7439                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7440
7441 2002-11-18 [paul]       0.8.5claws169
7442
7443         * src/compose.c
7444                 more sensitivity fixes to redirect mode:
7445                 * disable toolbar draft button
7446                 * allow only Address book in the Tools menu
7447                 * disable editing of message by the spell
7448                   checker
7449
7450 2002-11-18 [paul]       0.8.5claws168
7451
7452         * src/compose.c
7453                 fix sensitivity of menu items in compose_redirect():
7454                 allow only the necessary items 
7455
7456 2002-11-18 [paul]       0.8.5claws167
7457
7458         * src/compose.c
7459                 fix bug [ 603259 ] 'attachment got lost on bounce'
7460
7461 2002-11-18 [paul]       0.8.5claws166
7462
7463         * po/ru.po
7464                 updated by Ruslan N. Balkin <baron@dartel.ru>
7465
7466 2002-11-18 [colin]      0.8.5claws165
7467
7468         * src/main.c
7469           src/defs.h
7470                 Remove old filtering stuff
7471
7472
7473 2002-11-17 [oliver]     0.8.5claws164
7474
7475         * src/toolbar.h
7476                 remove not needed typedef 
7477
7478 2002-11-17 [oliver]     0.8.5claws163
7479
7480         * src/toolbar.c
7481                 make toolbar's on click events translatable
7482
7483 2002-11-15 [colin]      0.8.5claws162
7484
7485         * src/summaryview.c
7486                 Revert too-soon integration of a feature
7487
7488 2002-11-15 [christoph]  0.8.5claws161
7489
7490         * src/imap.c
7491                 use main's implementation of imap_get_msginfo
7492
7493 2002-11-15 [christoph]  0.8.5claws160
7494
7495         * src/compose.c
7496         * src/folder.[ch]
7497         * src/imap.c
7498         * src/mbox_folder.c
7499         * src/mh.c
7500         * src/news.c
7501         * src/procmsg.c
7502         * src/summaryview.c
7503                 replace claws' fetch_msginfo with main's get_msginfo
7504                 (use main's implementation where possible)
7505
7506 2002-11-15 [colin]      0.8.5claws159
7507
7508         * src/ssl_certificate.c
7509                 Missed a check
7510
7511 2002-11-16 [melvin]     0.8.5claws158
7512
7513         * po/fr.po
7514                 Updated French translations.
7515
7516 2002-11-16 [colin]      0.8.5claws157
7517
7518         * src/ssl_certificate.c
7519                 Check for missing parts in the certificates
7520
7521 2002-11-15 [colin]      0.8.5claws156
7522
7523         * src/folderview.c
7524                 Preventive fix (missing check) found by
7525                 Alfons
7526
7527 2002-11-15 [paul]
7528
7529         * NEWS
7530                 sync with 0.8.6 release
7531
7532 2002-11-15 [colin]      0.8.5claws155
7533
7534         * src/folder.[ch]
7535           src/folderview.c
7536                 Fix error handling of folder_item_move_to()
7537                 (thanks to Alfons!)
7538
7539 2002-11-15 [colin]      0.8.5claws154
7540
7541         * src/folder.[ch]
7542           src/folderview.c
7543                 folder_item_move_to() sets an error message instead
7544                 of having GUI stuff in folder.c
7545
7546 2002-11-15 [colin]      0.8.5claws153
7547
7548         * src/procmsg.[ch]
7549                 Implemented a callback for MsgInfo updates, 
7550                 heavily copy/pasted from Christoph's folder 
7551                 callback system
7552         * src/summaryview.[ch]
7553                 Register summary_update_msg as callback
7554
7555 2002-11-14 [colin]      0.8.5claws152
7556         
7557         * src/procmsg.c
7558                 Update the FolderItem after sending (fixes 617593)
7559
7560 2002-11-14 [christoph]  0.8.5claws151
7561
7562         * src/folder.c
7563                 fix wrong position of NULL pointer check found
7564                 by Sergey
7565
7566 2002-11-14 [christoph]  0.8.5claws150
7567
7568         * src/folder.c
7569                 fix segfault when deleting messages from IMAP folders
7570                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7571
7572 2002-11-14 [colin]      0.8.5claws149
7573
7574         * src/compose.c
7575                 Forwarding was also ignoring the folder's default account.
7576
7577 2002-11-14 [colin]      0.8.5claws148
7578
7579         * src/compose.c
7580                 Fix sent folder not set to folder properties when 
7581                 forwarding.
7582
7583 2002-11-14 [thorsten]   0.8.5claws147
7584
7585         * src/inc.c
7586                 inc_start(): Files were not moved from .processing to inbox,
7587                 if no global processing rule existed
7588
7589 2002-11-14 [colin]      0.8.5claws146
7590
7591         * src/ssl_certificate
7592                 Fix file operations
7593
7594 2002-11-14 [paul]       0.8.5claws145
7595
7596         * po/it.po
7597                 updated by Alessandro Maestri
7598
7599 2002-11-13 [alfons]     0.8.5claws144
7600
7601         * src/folder.c
7602                 folder_item_close(): only mark messages unread
7603                 when a folder has new messages 
7604
7605 2002-11-13 [keith]      0.8.5claws143
7606
7607         * src/imap.c
7608                 Fix problem moving or copying between
7609                 IMAP folders
7610
7611 2002-11-13 [colin]      0.8.5claws142
7612
7613         * src/matcher_parser_parse.y
7614                 Fix rule problem when " don't match
7615
7616 2002-11-13 [christoph]  0.8.5claws141
7617
7618         * src/folder.c
7619         * src/folderview.c
7620                 moved cache saving to folder_item_close
7621                 the folderview should not have to deal with
7622                 this things
7623
7624 2002-11-13 [christoph]  0.8.5claws140
7625
7626         * src/summaryview.c
7627                 moved setting of important score to
7628                 summary_set_prefs_from_folderitem
7629
7630 2002-11-13 [colin]      0.8.5claws139
7631
7632         * src/matcher_parser_parse.y
7633                 Fix a segfault in the parser (happening when
7634                 a good expression had been tested and a bad 
7635                 one arrives)
7636
7637 2002-11-13 [paul]       0.8.5claws138
7638
7639         * sync with 0.8.5cvs24
7640                 see ChangeLog 2002-11-13
7641                 
7642         * po/pt_BR.po
7643                 updated by Fabio Jr. Beneditto
7644
7645 2002-11-13 [colin]      0.8.5claws137
7646         
7647         * src/msgcache.c
7648           src/defs.h
7649           src/procmsg.[ch]
7650                 Revert last commit, problem
7651
7652 2002-11-13 [colin]      0.8.5claws136
7653
7654         * src/msgcache.c
7655                 Remove duplicated code
7656         * src/defs.h
7657                 Bumped CACHE_VERSION and MARK_VERSION
7658         * src/procmsg.[ch]
7659                 Network endian for cache and mark files
7660
7661 2002-11-12 [colin]      0.8.5claws135
7662
7663         * src/inc.c
7664                 Fix the "socket error" dialog which disappeared
7665
7666 2002-11-12 [colin]      0.8.5claws134
7667
7668         * src/msgcache.c
7669                 Reverse last commit which had performance 
7670                 problems, but still reverse the list
7671
7672 2002-11-12 [colin]      0.8.5claws133
7673
7674         * src/msgcache.c
7675                 Reverse list order
7676
7677 2002-11-12 [melvin]     0.8.5claws132
7678
7679         * src/compose.c
7680                 Added a check for a NULL prefs_common.dictionary
7681
7682 2002-11-12 [colin]      0.8.5claws131
7683
7684         * src/ssl_certificate.[ch]
7685                 Use FQDN hostname
7686
7687 2002-11-12 [colin]      0.8.5claws130
7688
7689         * src/ssl_certificate.[ch]
7690                 Take connection port into account for 
7691                 checking certificates (a single hostname
7692                 could have multiple servers with multiple
7693                 certificates)
7694         * src/ssl.c
7695                 Pass the port to ssl_certificate_check
7696
7697 2002-11-12 [paul]       0.8.5claws129
7698
7699         * src/folder.c
7700                 fix a typo in last commit
7701
7702 2002-11-12 [paul]       0.8.5claws128
7703
7704         * sync with 0.8.5cvs23
7705                 see ChangeLog entry 2002-11-12
7706
7707 2002-11-11 [colin]      0.8.5claws127
7708
7709         * src/ssl_certificate.c
7710                 Cleaner messages
7711                 Don't popup, instead log error, if the 
7712                 corresponding pref is checked
7713         * src/ssl_certificate.h
7714                 include <openssl/objects/h>
7715
7716 2002-11-11 [colin]      0.8.5claws126
7717
7718         * src/ssl_certificate.h
7719                 _Really_ clean it
7720
7721 2002-11-11 [colin]      0.8.5claws125
7722         
7723         * src/ssl_certificate.c
7724                 Fixed leak
7725
7726 2002-11-11 [colin]      0.8.5claws124
7727
7728         * src/ssl.c
7729                 Cleaned a bit
7730         * src/ssl_certificate.[ch]
7731                 Cleaned a bit (better use of SSL API)
7732                 (This will cause non-recognition of saved 
7733                  certificates of claws12[23]...)
7734
7735 2002-11-11 [paul]       0.8.5claws123
7736         
7737         * po/es.po
7738                 updated by Ricardo Mones Lastra
7739
7740 2002-11-11 [colin]      0.8.5claws122
7741
7742         * src/ssl.c
7743                 Fix a typo
7744
7745 2002-11-11 [colin]      0.8.5claws121
7746
7747         * src/ssl_certificate.[ch] ** NEW FILES **
7748         * src/ssl.[ch]
7749                 Check SSL certificates presented to us
7750         * src/Makefile.am
7751                 Add ssl_certificate.[ch]
7752         * po/POTFILES.in
7753                 Add ssl_certificate.c
7754
7755 2002-11-11 [paul]       0.8.5claws120
7756
7757         * sync with 0.8.5cvs22
7758                 see ChangeLog 2002-11-11
7759
7760 2002-11-11 [paul]       0.8.5claws119
7761
7762         * sync with 0.8.5cvs21
7763                 see ChangeLog 2002-11-11
7764
7765 2002-11-10 [jens]       0.8.5claws118
7766
7767         * src/folder.c
7768         * src/folderview.c
7769                 corrected some typing
7770         * po/de.po
7771                 updated german translation
7772         * sylpheed.spec.in
7773                 cleaned up specfile and adjusted it for claws
7774
7775 2002-11-10 [colin]      0.8.5claws117
7776
7777         * src/summaryview.c
7778                 a STATUSBAR_PUSH/POP fix
7779
7780 2002-11-10 [colin]      0.8.5claws116
7781
7782         * src/prefs_folder_item.c
7783                 Fix hanging after opening folder properties
7784
7785 2002-11-10 [hoa]        0.8.5claws115
7786
7787         * src/matcher_parser_lex.l
7788         * src/matcher_parser_parse.y
7789                 config file for scoring and filtering is no more trashed
7790                 when there is a syntax error in a filtering rule when
7791                 editing it in a dialog.
7792
7793 2002-11-09 [colin]      0.8.5claws114
7794
7795         * src/mbox_folder.c
7796                 Added missing initialisation of folder->destroy()
7797
7798 2002-11-09 [colin]      0.8.5claws113
7799
7800         * src/folder.c
7801           src/folderview.c
7802                 Fix the status bar messages
7803
7804 2002-11-09 [colin]      0.8.5claws112
7805
7806         * src/folderview.c
7807                 Fix hangs after folder dnd, happening after 
7808                 claws109.
7809
7810 2002-11-09 [christoph]  0.8.5claws111
7811
7812         * src/folderview.c
7813                 just changed order of calls (reverse order of
7814                 associated calls)
7815         * src/inc.c
7816                 lock inc when checking only one account, otherwise
7817                 inc all could be executed at the same time
7818
7819 2002-11-09 [christoph]  0.8.5claws110
7820
7821         * src/folderview.c
7822                 better unlock the mouse cursor before calling
7823                 summary_show because it changes the cursor too
7824
7825 2002-11-09 [christoph]  0.8.5claws109
7826
7827         * src/folder.[ch]
7828         * src/folderview.c
7829                 add functions to open and close a folder
7830                 o opending will execute scanning for remote folders
7831                   and processing
7832                 o closing will unset new flag for messages
7833
7834 2002-11-09 [colin]      0.8.5claws108
7835
7836         * src/folder.c
7837                 Add a call to prefs_matcher_write_config to 
7838                 avoid non-leaf folders filtering settings to be
7839                 lost
7840
7841 2002-11-09 [paul]       0.8.5claws107
7842
7843         * src/prefs_account.c
7844                 re-word a label
7845
7846 2002-11-09 [colin]      0.8.5claws106
7847
7848         * src/folderview.c
7849                 Minor esthetic fix
7850
7851 2002-11-09 [colin]      0.8.5claws105
7852
7853         * src/folderview.c
7854                 Fix prefs_filtering deletion for MH folders (same
7855                 reason as below)
7856         * src/prefs_filtering.c
7857                 Fix prefs_filtering renaming and deletion for 
7858                 folder-based processing rules.  
7859
7860 2002-11-09 [christoph]  0.8.5claws104
7861
7862         * src/compose.c
7863         * src/folder.[ch]
7864         * src/folderview.[ch]
7865         * src/import.c
7866         * src/inc.c
7867         * src/main.c
7868         * src/mainwindow.c
7869         * src/messageview.c
7870         * src/prefs_folder_item.c
7871         * src/procmsg.c
7872         * src/summaryview.c
7873                 implement a callback system for folder item updates
7874
7875 2002-11-09 [colin]      0.8.5claws103
7876
7877         * src/folderview.c
7878                 Fix prefs_filtering renaming for MH folders (we
7879                 shouldn't rename by path as another folder could
7880                 have the same hierarchy).
7881
7882 2002-11-09 [colin]      0.8.5claws102
7883
7884         * src/folder.c
7885                 Fix a leak found by Christoph, use better variable
7886                 names
7887
7888 2002-11-09 [colin]      0.8.5claws101
7889
7890         * src/folder.c
7891                 One more fix for processing rules
7892
7893 2002-11-08 [colin]      0.8.5claws100
7894         
7895         * src/matcher.c
7896                 Don't copy the compiled regexp (will be reevaluated)
7897         * src/folderview.c
7898                 Lock folderview while moving
7899         * src/folder.c
7900                 Provide info on what's happening to the user
7901
7902 2002-11-08 [colin]      0.8.5claws99
7903
7904         * src/folderview.c
7905                 Fix folder reordering after a move if parent is 
7906                 root
7907         * src/scoring.[ch]
7908                 Add function to copy a ScoringProp
7909         * src/prefs_folder_item.c
7910                 Copy scoring rules when copying a folder prefs
7911
7912 2002-11-08 [colin]      0.8.5claws98
7913
7914         * src/folderview.c
7915                 Fixes in case of failure
7916         * src/filtering.[ch]    
7917                 Add function to duplicate a FilteringProp
7918         * src/matcher.[ch]
7919                 Add function to duplicate a MatcherProp
7920         * src/prefs_folder_item.c
7921                 Save folder's processing rules when copying 
7922                 its prefs
7923
7924 2002-11-08 [colin]      0.8.5claws97
7925         
7926         * src/folderview.c
7927                 Sort after move
7928         * src/folder.c 
7929                 Change a printf to debug_print
7930
7931 2002-11-08 [colin]      0.8.5claws96
7932
7933         * src/folder.c
7934           src/folderview.c
7935                 Fix segfaults, call me stupido
7936         
7937
7938 2002-11-08 [colin]      0.8.5claws95
7939
7940         *src/folder.c
7941                 Added forgotten prefs to save when moving folders
7942
7943 2002-11-08 [colin]      0.8.5claws94
7944
7945         * src/folder.c
7946                 Fixes to folder DND (prefs copy)
7947         * src/folderview.c
7948                 Optimization for folder DND (don't rescan whole tree)
7949                 Added folderview_create_folder_node() for this 
7950                 optimization, so de-duped a bit the code
7951         * src/prefs_folder_item.[ch]
7952                 Added prefs_folder_item_copy_prefs()    
7953           
7954 2002-11-08 [paul]       0.8.5claws93
7955
7956         * src/prefs_account.c
7957           tools/README
7958           tools/kmail2sylpheed_v2.pl
7959                 correct some typos
7960
7961 2002-11-08 [paul]       0.8.5claws92
7962
7963         * src/compose.c
7964           src/prefs_account.[ch]
7965                 remove account options 'clearsign' and 'ascii_armored',
7966                 replace with 'default_gnupg_mode' to prevent mixed-mode
7967                 Privacy settings
7968
7969 2002-11-08 [paul]       0.8.5claws91
7970
7971         * src/compose.[ch]
7972                 re-implement GnuPG 'on-the-fly' mode selection,
7973                 disallow mixed-mode
7974
7975 2002-11-08 [colin]      0.8.5claws90
7976
7977         * src/folderview.c
7978           src/prefs_folder_item.c
7979                 Change "Property" to "Properties"
7980
7981 2002-11-07 [colin]      0.8.5claws89
7982
7983         * src/folderview.c
7984           src/folder.c
7985                 Allow folder dropping to a root folder
7986
7987 2002-11-07 [paul]       0.8.5claws88
7988
7989         * src/compose.c
7990                 revert last commit
7991
7992 2002-11-07 [paul]       0.8.5claws87
7993
7994         * src/compose.c
7995                 fix reply-to-list bug. closes bug report
7996                 "[633382] reply-to-list broken in recent cvs"
7997
7998 2002-11-07 [paul]       0.8.5claws86
7999
8000         * src/compose.c
8001                 add a forgotten '#if USE_GPGME ... #endif'
8002
8003 2002-11-07 [paul]       0.8.5claws85
8004
8005         * sync with 0.8.5cvs20
8006                 see ChangeLog 2002-11-07
8007
8008 2002-11-07 [colin]      0.8.5claws84
8009
8010         * src/folder.[ch]
8011                 Change folder_item_move_to to return the newly 
8012                 created folderitem.
8013         * src/folderview.c
8014                 Select the new folderitem after moving.
8015
8016 2002-11-07 [colin]      0.8.5claws83
8017
8018         * src/prefs_filtering.c
8019                 Fix rule rewriting when moving a leaf folder to a 
8020                 shorter path
8021
8022 2002-11-07 [colin]      0.8.5claws82
8023
8024         * src/prefs_filtering.c
8025                 fix a leak
8026
8027 2002-11-07 [colin]      0.8.5claws81
8028
8029         * src/folder.[ch]
8030                 Add folder_item_move_to() function to move a 
8031                 folderitem into another one (updates matcher etc)
8032         * src/folderview.c
8033                 Add folder drag'n drop (context menu to come)
8034                 [Should be dataloss free, but Please backup before 
8035                  trying !]
8036
8037 2002-11-06 [colin]      0.8.5claws80
8038
8039         * src/mh.c
8040                 mh_create_folder() returns NULL if can't create
8041                 directory hierarchy
8042
8043 2002-11-06 [paul]       0.8.5claws79
8044
8045         * src/compose.[ch]
8046                 allow 'on-the-fly' changing of the type of encryption 
8047                 and/or signing used (mime/ascii) via the compose window
8048
8049 2002-11-06 [paul]       0.8.5claws78
8050
8051         * sync with 0.8.5cvs19
8052                 see ChangeLog 2002-11-06 for src/account.c: 
8053                 account_get_special_folder()
8054                 
8055 2002-11-05 [alfons]     0.8.5claws77
8056
8057         * src/crash.c
8058                 very minor cleanups: nothing to see here, move on. :-)
8059
8060 2002-11-05 [colin]      0.8.5claws76
8061
8062         * src/main.c
8063                 Changes choices if compose windows are opened to
8064                 Discard, Draft, Don't quit
8065
8066 2002-11-05 [thorsten]   0.8.5claws75
8067
8068         * src/compose.c
8069                 reenabled default_reply_to folder option
8070
8071 2002-11-05 [colin]      0.8.5claws74
8072
8073         * src/compose.[ch] 
8074                 add compose_draft()
8075         * src/crash.c
8076                 add SIGTERM handler
8077         * src/main.[ch]
8078                 add clean_quit() for the SIGTERM handler
8079
8080 2002-11-05 [paul]       0.8.5claws73
8081         
8082         * po/es.po
8083                 updated by Ricardo Mones Lastra
8084
8085 2002-11-05 [melvin]     0.8.5claws72
8086
8087         * src/logwindow.c
8088                 Fixed log-clipping bug #616795.
8089                 To stop logging in the log window use 0 length.
8090         * src/prefs_common.c
8091                 Added a label to inform about the 0 log length behaviour.
8092
8093 2002-11-05 [paul]       0.8.5claws71
8094
8095         * sync with 0.8.5cvs17
8096                 see ChangeLog 2002-11-05
8097
8098 2002-11-04 [paul]       0.8.5claws70
8099
8100         * sylpheed-128x128.png
8101           sylpheed-64x64.png
8102           sylpheed.png
8103                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8104                 <nikai@users.sourceforge.net>
8105                 
8106         * po/bg.po
8107                 updated by George Danchev
8108
8109 2002-11-03 [thorsten]   0.8.5claws69
8110
8111         * src/main.c
8112           src/mimeview.c
8113           src/rfc2015.h
8114                 add check if gpg is active
8115
8116 2002-11-03 [thorsten]   0.8.5claws68
8117
8118         * src/toolbar.h
8119                 removed GSList declaration causing trouble on MacOS-X
8120                 (submitted by alfons, reported by xfesty)
8121
8122 2002-11-01 [paul]       0.8.5claws67
8123
8124         * src/mainwindow.c
8125                 remove last remnants of main's filter code
8126
8127 2002-11-01 [paul]       0.8.5claws66
8128
8129         * tools/filter_conv.pl
8130                 fix bug where user-defined headers were ignored
8131
8132 2002-11-01 [paul]       0.8.5claws65
8133
8134         * src/logwindow.c
8135                 make a debug_print() not translatable
8136
8137 2002-10-31 [melvin]     0.8.5claws64
8138
8139         * ac/aspell.m4
8140                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8141                 not run any GNU/aspell test.  The dictionary path will
8142                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8143                 was given, in which case, it will be $prefix/lib/aspell/
8144         * configure.in
8145                 Fixed typo in commentary (Aspell code).
8146
8147 2002-10-31 [paul]       0.8.5claws63
8148
8149         * po/POTFILES.in
8150                 remove src/filter.c and src/prefs_filter.c
8151                 thanks to Ricardo for reminding me
8152
8153 2002-10-31 [colin]      0.8.5claws62
8154
8155         * src/mbox_folder.c
8156                 Plug some leaks
8157
8158 2002-10-31 [paul]       0.8.5claws61
8159
8160         * src/prefs_filter.[ch] ** REMOVED **
8161           src/filter.[ch]       ** REMOVED **
8162           
8163         * src/Makefile.am
8164           src/folderview.c
8165           src/inc.c
8166           src/main.c
8167           src/mainwindow.c
8168           src/mbox.c
8169           src/prefs_common.c
8170           src/prefs_filtering.c
8171           src/summaryview.[ch]
8172                 remove main's 'filter' code
8173                 
8174         README.claws
8175                 update to reflect removal of main's filter
8176
8177 2002-10-31 [paul]       0.8.5claws60
8178
8179         * src/summaryview.c
8180                 remove check for global_processing in summary_filter_open(). 
8181                 This fixes the bug where if the user uses the right-click 
8182                 'Create filter rule...' and doesn't have any filter rules 
8183                 already defined in claws' advanced filtering, the newly 
8184                 created filter rule goes to main's filtering which is 
8185                 inaccessible through the gui. Now the filter rule gets added
8186                 to claws' filtering by default.
8187
8188 2002-10-28 [melvin]     0.8.5claws59
8189
8190         * src/prefs_actions.c
8191                 Fixed bug #627322 where MIME parts were not always
8192                 correctly passed to a %p action
8193                 Display an error dialog when message filename is not found.
8194
8195 2002-10-28 [melvin]     0.8.5claws58
8196
8197         * src/prefs_common.c
8198                 Readded a missing function declaration lost in 0.8.3claws34
8199
8200 2002-10-28 [paul]       0.8.5claws57
8201
8202         * sync with 0.8.5cvs15
8203                 see ChangeLog 2002-10-28 and 2002-10-25
8204                 
8205         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8206
8207 2002-10-27 [oliver]     0.8.5claws56
8208
8209         * src/pop.c
8210                 plug leak in pop3_top_recv
8211
8212 2002-10-26 [christoph]  0.8.5claws55
8213
8214         * src/folder.c
8215                 set need_update folder flag when messages are added
8216                 (closes bug [ 626922 ] folder not updated after receiving)
8217
8218 2002-10-25 [melvin]     0.8.5claws54
8219
8220         * src/imageview.c
8221                 Fixed a memleak introduced in the scaling code.
8222
8223 2002-10-24 [alfons]     0.8.5claws53
8224
8225         * src/filtering.c
8226                 make filtering's forward message action forward from the 
8227                 correct account
8228                 (closes bug [628089 ] Filter -> Forward from address problem
8229                 reported by Oktay)
8230
8231 2002-10-24 [christoph]  0.8.5claws52
8232
8233         * src/mainwindow.c
8234         * src/manual.[ch]
8235                 o use manual of current locale or english if current
8236                   locale is not available (and english is available)
8237                 o also link to sylpheed doc project manuals
8238
8239 2002-10-23 [paul]       0.8.5claws51
8240
8241         * tools/README
8242           tools/kmail2sylpheed_v2.pl
8243                 add new version of kmail addressbook importer script.
8244                 works with newer versions of Kmail/KAddressBook which
8245                 have new and rearranged data.
8246
8247 2002-10-23 [martin]     0.8.5claws50
8248
8249         * src/folderview.c
8250         * src/summaryview.c
8251         * src/utils.h
8252         * src/utils.c
8253                 added length parameter to get_abbrev_newsgroup_name()
8254                 changed this function so that it abbreviates the newsgroup
8255                 names only so long it is smaller than the length parameter
8256                 (for better reading of some newsgroup names and space efficiency)
8257
8258 2002-10-22 [colin]      0.8.5claws49
8259
8260         *src/foldersel.c
8261                 Revert Alfons' last modification (after voting ;-))
8262
8263 2002-10-21 [alfons]     0.8.5claws48
8264
8265         * src/foldersel.c
8266                 folder view in folder selection dialog reflects state of
8267                 folder view in main window
8268
8269 2002-10-18 [alfons]     0.8.5claws47
8270
8271         * src/mbox.c
8272                 drop imported messages in folder selected by user,
8273                 and not in the inbox
8274                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8275
8276 2002-10-18 [alfons]     0.8.5claws46
8277
8278         * src/compose.c
8279                 make automagic reply work correctly for email accounts 
8280                 (whether it's viable to do a full sync with Hiro's 
8281                 compose.c is still under discussion)
8282
8283 2002-10-18 [melvin]     0.8.5claws45
8284
8285         * src/prefs_actions.c
8286                 Fixed bug #622275 where asynchroneous actions left 
8287                 zombies processes
8288                 Made (synchroneous) actions' input be displayed live.
8289
8290 2002-10-18 [christoph]  0.8.5claws44
8291
8292         * src/textview.c
8293                 don't add a newline in the textview in front of the
8294                 first textpart if header display is disabled
8295                 (closes bug [ 603385 ] disabled header display leaves blank
8296                  lin)
8297
8298 2002-10-18 [christoph]  0.8.5claws43
8299
8300         * src/folder.[ch]
8301         * src/imap.c
8302         * src/mbox_folder.c
8303         * src/mh.c
8304         * src/news.c
8305                 folder->get_num_list now returns an error code
8306                 (closes bug [ 609424 ] News cache cleared on failure)
8307                 
8308 2002-10-17 [colin]      0.8.5claws42
8309         
8310         * src/news.c
8311                 Changed a printf by debug_print
8312
8313 2002-10-16 [paul]       
8314
8315         * tools/OOo2sylpheed.pl
8316                 allow for spaces in the name of the
8317                 file to be attached.
8318
8319 2002-10-16 [colin]      0.8.5claws41
8320
8321         * src/main.c
8322                 Use a tristate to change online mode
8323
8324 2002-10-16 [paul]       0.8.5claws40
8325
8326         * po/es.po
8327                 updated by Ricardo Mones Lastra
8328
8329 2002-10-16 [colin]      0.8.5claws39
8330
8331         * src/main.c
8332           src/mainwindow.[ch]
8333                 Added --online and --offline command-line
8334                 switches
8335
8336 2002-10-15 [christoph]  0.8.5claws38
8337
8338         * src/procmime.c
8339                 set mimeinfo->name to NULL after g_free to
8340                 avoid double freeing with g_free
8341
8342 2002-10-14 [christoph]  0.8.5claws37
8343
8344         * src/compose.c
8345         * src/filtering.c
8346         * src/summaryview.c
8347                 remove calls to folder->change_flags that are now
8348                 done by procmsg flag functions (seems it is not
8349                 used by any foldertype anyway)
8350         * src/folder.c
8351                 init folder->change_flags with NULL
8352
8353 2002-10-14 [christoph]  0.8.5claws36
8354
8355         * src/folder.[ch]
8356         * src/imap.[ch]
8357                 use virtual functions for folder item new and destroy
8358                 functions
8359
8360 2002-10-14 [melvin]     0.8.5claws35
8361
8362         * src/compose.c
8363                 Added a test to not run the spell checker if no default
8364                 dictionary is available. No dialog is displayed though.
8365
8366 2002-10-14 [melvin]     0.8.5claws34
8367
8368         * src/gtkaspell.c
8369                 Fixed bug in dictionary list context menu where
8370                 "More..." pointed to an emtpy submenu if the
8371                 number of dictionaries is a multiple of 15
8372                 Removed unneeded code in suggestions list creation
8373
8374 2002-10-14 [paul]       0.8.5claws33
8375
8376         * po/bg.po
8377                 updated by George Danchev
8378
8379 2002-10-13 [hoa]        0.8.5claws32
8380
8381         * src/matcher.[ch]
8382           src/matcher_parser_parser.y
8383                 removed the escaped string from internal structure
8384                 of matcher.
8385
8386 2002-10-12 [colin]      0.8.5claws31
8387
8388         * src/gtksctree.[ch]
8389           src/summaryview.c
8390                 Removed useless function gtksctree_reanchor
8391
8392 2002-10-12 [alfons]     0.8.5claws30
8393         
8394         * sync with remaining main changes 2002-10-09 - 2002-10-11
8395         - drop changes to src/compose.c (requires claws specific changes)
8396         
8397 2002-10-12 [alfons]     0.8.5claws29
8398         
8399         * sync with main changes of 2002-10-08
8400         - drop changes to src/compose.c (requires claws specific changes)
8401         - drop changes to src/summaryview.c (requires changes to compose.c)     
8402
8403 2002-10-12 [alfons]     0.8.5claws28
8404         
8405         * sync with main changes of 2002-10-07
8406
8407 2002-10-12 [alfons]     0.8.5claws27
8408
8409         * sync with main changes of 2002-10-04
8410         - drop changes to src/compose.c (requires claws specific changes)
8411         - drop changes to src/prefs_folder_item.c (claws implementation
8412           seems to be working)
8413
8414 2002-10-12 [colin]      0.8.5claws26
8415
8416         * src/mainwindow.c
8417                 Fix folder-flicker when space-reading, introduced 
8418                 in claws22.
8419
8420 2002-10-12 [colin]      0.8.5claws25
8421
8422         * src/compose.c
8423                 Save account address when saving as draft.
8424                 (closes bug 621838)
8425
8426 2002-10-12 [colin]      0.8.5claws24
8427
8428         * src/summaryview.c
8429                 Fix the problem consisting of no message selected
8430                 after the last message in a folder has been moved.
8431
8432 2002-10-12 [paul]       0.8.5claws23
8433
8434         * src/compose.c
8435           src/prefs_template.c
8436           src/template.[ch]
8437                 add Cc and Bcc to templates. Patch submitted by
8438                 John L. Males.
8439
8440 2002-10-12 [colin]      0.8.5claws22
8441
8442         * src/folderview.c
8443                 Fix a bug after "Check for new messages":
8444                 If a folder was opened, it was still selected at
8445                 the end of the check, but displayed empty.
8446         * src/mainwindow.c
8447                 Remove unnecessary check
8448
8449 2002-10-12 [paul]
8450
8451         * tools/README
8452                 be more verbose in the description of
8453                 OOo2sylpheed.pl
8454                 
8455
8456 2002-10-11 [colin]      0.8.5claws21
8457
8458         * src/mainwindow.c
8459                 Make space work (better) when no mail is selected
8460
8461 2002-10-11 [colin]      0.8.5claws20
8462
8463         * src/inc.c
8464           src/news.c
8465                 fix warnings
8466
8467 2002-10-11 [colin]      0.8.5claws19
8468
8469         * src/mainwindow.c
8470                 revert 0.8.5claws6 changes as i couldn't get to
8471                 anything satisfying
8472
8473 2002-10-11 [melvin]     0.8.5claws18
8474
8475         * src/compose.c
8476                 Removed buggy and unused macro (should have been committed in
8477                 0.8.5claws17)
8478
8479 2002-10-11 [melvin]     0.8.5claws17
8480
8481         * src/compose.c
8482                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8483
8484 2002-10-11 [thorsten]   0.8.5claws16 
8485
8486         * src/folderview.c
8487                 remove rescan warning
8488
8489 2002-10-11 [colin]      0.8.5claws15 
8490
8491         * src/procheader.c
8492                 fix a segfault that happens if conv_unmime_header
8493                 fails (should be better to find out why it fails)
8494
8495 2002-10-11 [christoph]  0.8.5claws14
8496
8497         * src/summaryview.c
8498                 update folderview stats after ignore/unignore thread
8499
8500 2002-10-11 [hoa]        0.8.5claws13
8501
8502         * src/quote_fmt_parse.y
8503                 Fixed a yacc/bison syntax error
8504         * src/matcher.c
8505                 Escaping of string is fixed.
8506
8507 2002-10-11 [colin]      0.8.5claws12
8508
8509         * src/imageview.c
8510                 Resize images to fit
8511
8512 2002-10-11 [paul]       0.8.5claws11
8513
8514         * po/es.po
8515                 updated by Ricardo Mones Lastra
8516
8517 2002-10-10 [alfons]     0.8.5claws10
8518
8519         * src/compose.c
8520                 allow dropping files by "moving" files from a file manager,
8521                 not only by the more cumbersome "copying". the latter 
8522                 mostly implies holding down the Control button
8523
8524 2002-10-10 [christoph]  0.8.5claws9
8525
8526         * src/summaryview.c
8527                 update folders after thread building for ignored threads
8528
8529 2002-10-10 [christoph]  0.8.5claws8
8530
8531         * config/.cvsignore
8532                 added Makefile
8533         * src/filtering.[ch]
8534         * src/folder.[ch]
8535         * src/folderview.[ch]
8536         * src/import.c
8537         * src/inc.[ch]
8538         * src/mbox.[ch]
8539         * src/procmsg.c
8540         * src/summaryview.[ch]
8541                 o added new flag need_update to FolderItem
8542                 o removed folder_table from various functions from tracking
8543                   folder updates
8544                 o set need_update flags in folder.c's move, copy and delete
8545                   functions and procmsg's flags functions
8546                 o added function folderview_update_items_when_required that
8547                   updates all folders with need_update set
8548                 o call folderview_update_items_when_required instead of
8549                   folderview_update_item_foreach
8550
8551 2002-10-09 [sergey]     0.8.5claws7
8552
8553         * src/compose.c
8554                 Strip CRs whel loading the text into editor in reedit mode.
8555
8556 2002-10-09 [colin]      0.8.5claws6
8557
8558         * src/mainwindow.c
8559                 Make Space work when no mail is selected
8560
8561 2002-10-09 [colin]      0.8.5claws5
8562
8563         * src/gtksctree.[ch]
8564                 Fix range_select
8565                 Add gtk_sctree_reanchor() 
8566         * src/summaryview.c
8567                 Use gtk_sctree_reanchor() - better fix for 
8568                 bug 60413
8569
8570 2002-10-09 [colin]      0.8.5claws4
8571
8572         * src/summaryview.c
8573                 Fix shift-click select after delete problem
8574                 (closes bug 60413)
8575
8576 2002-10-08 [thorsten]   0.8.5claws3
8577
8578         * src/summaryview.c
8579                 exclude current msg from -hide read messages-
8580
8581 2002-10-08 [colin]      0.8.5claws2
8582
8583         * src/inc.[ch]
8584           src/pop.c
8585           src/recv.c
8586                 Differentiate socket errors from disk full
8587                 errors
8588
8589 2002-10-08 [christoph]  0.8.5claws1
8590
8591         * Makefile.am
8592         * configure.in
8593                 modifications for new config directory
8594
8595         * config.guess  ** REMOVED **
8596         * config.sub    ** REMOVED **
8597         * install-sh    ** REMOVED **
8598         * ltmain.sh     ** REMOVED **
8599         * missing       ** REMOVED **
8600         * mkinstalldirs ** REMOVED **
8601                 these files are autogenerated by automake
8602                 when you run autogen.sh
8603
8604         * config/.cvsignore     ** NEW FILE **
8605         * config/Makefile.am    ** NEW FILE **
8606                 ignore autogenerated files
8607                 create a Makefile in this directory
8608
8609 2002-10-08 [paul]       0.8.5claws
8610
8611         * 0.8.5claws release
8612         
8613         * src/compose.c
8614           src/procheader.c
8615           src/procmsg.c
8616                 fix quote reply format for newsgroups reply bug
8617                 (thanks to Hoa)
8618                 
8619         * po/en_GB.po
8620           po/pl.po
8621                 updated by me and Witold Wladyslaw Wojciech Wilk
8622                 repectively
8623
8624 2002-10-07 [paul]       0.8.3claws53
8625
8626         * po/it.po
8627           po/pt_BR.po
8628           po/sr.po
8629                 updated messages catalogs, submitted by
8630                 Alessandro Maestri, Fabio Jr.Beneditto 
8631                 and Urke MMI, respectively.
8632
8633 2002-10-07 [christoph]  0.8.3claws52
8634
8635         * src/folder.[ch]
8636         * src/folderview.c
8637         * src/mainwindow.c
8638                 fix new folder ghost message bug
8639                 (closes bug [ 619722 ] wrong count for newly created folders)
8640
8641 2002-10-07 [christoph]  0.8.3claws51
8642
8643         * src/compose.c
8644                 fix news posting problem
8645
8646 2002-10-07 [melvin]     0.8.3claws50
8647
8648         * po/fr.po
8649                 Updated French translation
8650
8651 2002-10-05 [christoph]  0.8.3claws49
8652
8653         * src/gtkstext.c
8654                 check if line_start_cache is set in gtk_stext_update_text
8655                 (closes bug [ 618119 ] crash while doing search in folder)
8656
8657 2002-10-05 [christoph]  0.8.3claws48
8658
8659         * src/imap.c
8660         * src/news.c
8661         * src/utils.c
8662         * src/utils.h
8663                 implement cache cleanups for claws' folder system
8664                 (closes bug [ 595916 ] imapcache not cleaned up)
8665
8666 2002-10-05 [melvin]     0.8.3claws47
8667
8668         * src/prefs_actions.c
8669                 Made the help text more clear for the %p token
8670
8671 2002-10-04 [paul]       0.8.3claws46
8672
8673         * sync with 0.8.5
8674                 see ChangeLog 2002-10-02 and 2002-10-03
8675
8676 2002-10-04 [christoph]  0.8.3claws45
8677
8678         * src/inc.c
8679                 fix segfault caused by pop before smtp
8680                 call to inc_account_mail with NULL
8681                 pointer for mainwin
8682
8683 2002-10-04 [paul]       0.8.3claws44
8684
8685         * configure.in
8686                 sync the LDAP detection from 0.8.5cvs1
8687
8688 2002-10-02 [christoph]  0.8.3claws43
8689
8690         * po/de.po
8691                 fix small spelling error
8692
8693 2002-10-02 [melvin]     0.8.3claws42
8694
8695         * ac/aspell.m4
8696                 Behave better and say "no" when test program cannot be run.
8697
8698 2002-10-02 [paul]       0.8.3claws41
8699
8700         * sync with 0.8.4cvs1
8701                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8702                 
8703         * src/summaryview.c
8704                 toggle the behavior of Reply menuitem between
8705                 normal reply and reply-to-list
8706
8707 2002-10-01 [sergey]     0.8.3claws40
8708
8709         * src/compose.c
8710                 Convert newlines in the message text to the canonical form
8711                 before base64 encoding (RFC2045 compliance, fixes some
8712                 interoperability issues with Evolution 1.0.3)
8713
8714 2002-09-29 [colin]      0.8.3claws39
8715
8716         * src/summaryview.c
8717                 Fix an unwanted copy/paste
8718
8719 2002-09-29 [colin]      0.8.3claws38
8720
8721         * src/mainwindow.c
8722                 Renamed "Custom toolbar" to "Customize toolbar"
8723                 Renamed "Show all header" to "Show all headers"
8724                 Renamed "Set diplay item" to "Set displayed items"
8725         * src/prefs_common.c
8726                 Renamed "Show all header" to "Show all headers"
8727         * src/prefs_summary_column.c
8728                 Renamed "diplay item" to "displayed items"
8729
8730 2002-09-29 [colin]      0.8.3claws37
8731
8732         * src/mainwindow.[ch]
8733                 online/offline status pixmaps follow theme
8734                 changes
8735         * src/summaryview.[ch]
8736                 quicksearch pixmap follows theme changes
8737
8738 2002-09-29 [thorsten]   0.8.3claws36
8739
8740         * src/compose.c
8741           src/prefs_folder_item.[ch]
8742                 add default_reply_to folder option (closes patch 581044)
8743
8744 2002-09-29 [christoph]  0.8.3claws35
8745
8746         * acconfig.h    ** REMOVED **
8747         * configure.in
8748         * ac/aspell.m4
8749         * ac/check-type.m4
8750         * ac/gnupg-check-typedef.m4
8751                 fix autoheader 2.50 warning
8752
8753 2002-09-29 [christoph]  0.8.3claws34
8754
8755         * major code cleanup (part 2)
8756         
8757                 - unused variables removed
8758                 - unused functions removed
8759                 - uninitialized variables checked
8760                 - missing return statements added
8761                 - missing function return types added
8762                 - added parentheses around assignment
8763                   when suggested by gcc
8764
8765 2002-09-29 [alfons]     0.8.3claws33
8766
8767         * src/logwindow.c
8768                 log_window_clear(): only bracket gtk_text_forward_delete() 
8769                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8770                 works around GTK text bug)
8771
8772 2002-09-29 [paul]       0.8.3claws32
8773
8774         * po/bg.po
8775           po/sr.po
8776                 updated by George Danchev and Urke MMI
8777                 respectively
8778
8779 2002-09-27 [christoph]  0.8.3claws31
8780
8781         * doc-src/readme.txt
8782         * doc-src/rfc1806.txt   ** REMOVED **
8783         * doc-src/rfc2183.txt   ** NEW FILE **
8784         * doc-src/rfc2980.txt   ** NEW FILE **
8785                 update rfcs
8786
8787 2002-09-27 [melvin]     0.8.3claws30
8788
8789         * ac/aspell.m4
8790                 Fixed typo which could break linking
8791
8792 2002-09-27 [melvin]     0.8.3claws29
8793
8794         * ac/aspell.m4
8795                 Improved GNU/aspell checking. 
8796                 Fixed bug #614490
8797
8798 2002-09-27 [paul]       0.8.3claws28
8799
8800         * sync with 0.8.3cvs8
8801                 see ChangeLog 2002-09-27
8802
8803 2002-09-26 [colin]      0.8.3claws27
8804
8805         * src/toolbar.[ch]
8806           src/mainwindow.[ch]
8807                 Add "Reply to Mailing-list" to the toolbar
8808
8809 2002-09-26 [christoph]  0.8.3claws26
8810
8811         * src/summaryview.c
8812                 Fix wrong message counts in summaryview status
8813
8814 2002-09-26 [paul]       0.8.3claws25
8815
8816         * sync with 0.8.3cvs7
8817                 see ChangeLog 2002-09-26
8818
8819 2002-09-26 [paul]       0.8.3claws24
8820
8821         * sync with 0.8.3cvs6
8822                 see ChangeLog 2002-09-25
8823
8824 2002-09-25 [christoph]  0.8.3claws23
8825
8826         * src/prefs_common.c
8827         * src/prefs_folder_item.c
8828         * src/prefs_scoring.c
8829                 Renamed "kill score" to "hide score" in GUI
8830                 and prefs files
8831
8832 2002-09-25 [paul]       0.8.3claws22
8833
8834         * sync with 0.8.3cvs5
8835                 see ChangeLog 2002-09-24
8836
8837 2002-09-24 [alfons]     0.8.3claws21
8838
8839         patch by Satoshi Nagayasu: allows appending / saving multiple 
8840         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8841         'Save as ...'")
8842
8843         * AUTHORS
8844                 add Satoshi Nagayasu
8845         * src/summaryview.c
8846                 summary_save_as(): allow saving selected files to
8847                 one file
8848                 summary_set_menu_sensitive: enable "Save As..." when
8849                 multiple files are selected
8850         * src/utils.[ch]
8851                 append_file(): new function
8852
8853 2002-09-24 [colin]      0.8.3claws20
8854
8855         * src/procmime.c
8856                 Fix segfault when mimeinfo doesn't have a 
8857                 content_type. 
8858
8859 2002-09-24 [colin]      0.8.3claws19
8860
8861         * src/prefs_common.[ch]
8862                 Add a preference to display send dialog or not
8863         * src/send.c
8864                 Display send dialog according to preference
8865
8866 2002-09-24 [colin]      0.8.3claws18
8867
8868         * src/compose.[ch]
8869                 Disable user actions when sending
8870
8871 2002-09-24 [colin]      0.8.3claws17
8872
8873         * src/procmime.c
8874                 Do not display name or filename for attachments
8875                 with an application/pgp-signature type
8876                 (security flaw, see bug 537413)
8877
8878 2002-09-23 [colin]      0.8.3claws16
8879
8880         * src/editaddress.c
8881                 Initialize entry_email, entry_alias and 
8882                 entry_remarks to first email address of the list
8883
8884 2002-09-23 [colin]      0.83claws15
8885
8886         * src/compose.c
8887                 Drop pgp-signature when reediting a signed queued
8888                 message
8889
8890 2002-09-23 [melvin]     0.8.3claws14
8891
8892         * po/fr.po
8893                 Updated French translation
8894
8895 2002-09-23 [melvin]     0.8.3claws13
8896
8897         * src/mainwindow.c
8898                 Made custom toolbar menu labels more consistent
8899         * src/prefs_toolbar.c
8900                 Made custom toolbar window title more consistent
8901
8902 2002-09-22 [colin]      0.8.3claws12
8903
8904         * src/inc.c
8905                 Initialize session type to normal before getting 
8906                 mail (fixes strange Get behaviour)
8907         * src/prefs_account.h
8908                 Move STYPE_POP_BEFORE_SMTP to last position to 
8909                 avoid other side-effects
8910
8911 2002-09-22 [colin]      0.8.3claws11
8912
8913         * src/prefs_account.c
8914                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8915                 from pop3 to apop or vice-versa
8916
8917 2002-09-22 [colin]      0.8.3claws10
8918         
8919         * src/prefs_account.[ch]
8920                 Add an option for the POP before SMTP timeout
8921         * src/inc.c
8922                 Remember time of last POP connection
8923         * src/send.c
8924                 Do POP before SMTP only if timeout reached
8925
8926 2002-09-22 [oliver]     0.8.3claws9
8927         
8928         * README.claws
8929                 explain custom toolbar
8930
8931 2002-09-22 [oliver]     0.8.3claws8
8932
8933         * src/prefs_actions.[ch]
8934         custom toolbar for compose      
8935                 actions callback from compose toolbar
8936         * src/folderview.c
8937                 remove include toolbar.h
8938
8939 2002-09-22 [oliver]     0.8.3claws7
8940         
8941         * src/prefs_toolbar.[ch]
8942                 custom toolbar for compose
8943                 - generic prefs_toolbar handles both
8944                   Mainwin's toolbar as well as Compose toolbar          
8945
8946 2002-09-22 [oliver]     0.8.3claws6
8947         
8948         * src/toolbar.[ch]
8949                 custom toolbar for compose
8950                 restructure toolbar.[ch]
8951
8952 2002-09-22 [oliver]     0.8.3claws5
8953
8954         * src/compose.[ch]
8955                 custom toolbar for compose
8956
8957 2002-09-22 [oliver]     0.8.3claws4
8958         
8959         * src/mainwindow.[ch]
8960                 custom toolbar for compose 
8961                 move mainwin toolbar back to mainwindow
8962
8963 2002-09-22 [alfons]     0.8.3claws3
8964
8965         * src/procmsg.c
8966                 :%sno/if(/if (/gc
8967                 :%sno/for(/for (/gc
8968                 (beautify)
8969
8970 2002-09-22 [alfons]     0.8.3claws2
8971         
8972         * src/procmsg.c
8973                 procmsg_save_to_outbox(): don't unlink message file from queue;
8974                 callers should do it using folder_item_remove_msg()
8975
8976 2002-09-22 [colin]      0.8.3claws1
8977
8978         * src/mimeview.[ch]
8979                 Made mimeview_check_signature() public
8980         * src/textview.c
8981                 Made GPG signatures verifiable by clicking
8982                 the [application/pgp-signature] in the Text
8983                 view
8984
8985 2002-09-22 [paul]       0.8.3claws
8986
8987         * po/bg.po
8988           po/en_GB.po
8989           po/es.po
8990           po/it.po
8991           po/pl.po
8992           po/pt_BR.po
8993           po/sr.po
8994                 updated translations, submitted by George Danchev,
8995                 me, Ricardo Mones Lastra, Alessandro Maestri,
8996                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8997                 and Urke MMI, respectively.     
8998
8999 2002-09-22 [alfons]     0.8.2claws65
9000
9001         * src/procmsg.c
9002         * src/pgptext.c
9003                 no furry valgrinds have been used to plug these memleaks
9004
9005 2002-09-20 [paul]       0.8.2claws64
9006
9007         * sync with 0.8.3cvs4
9008                 'Select thread' re-implemented 
9009                 see ChangeLog 2002-09-20
9010
9011 2002-09-21 [alfons]     0.8.2claws63
9012
9013         * src/compose.c
9014                 compose_send(): plug unnoticed memleak
9015
9016 2002-09-20 [alfons]     0.8.2claws62
9017
9018         * src/addr_compl.c
9019                 replace_address_in_edit(): strict check for NULL address to
9020                 fix "[ 607348 ] Segfault in address completion". My guess is
9021                 that this happens with an empty address book, but it's good
9022                 to have this check here anyway
9023                 
9024                 completion_window_button_press(): free string returned 
9025                 from the internal cache
9026
9027 2002-09-20 [christoph]  0.8.2claws61
9028
9029         * src/procmime.h
9030                 added ENC_BINARY to EncodingType
9031         * src/procmime.c
9032                 the string returned by procmime_get_encoding_str
9033                 should not depend on the order of values in the
9034                 EncodingType definition
9035         * doc-src/rfc1806.txt   ** NEW FILE **
9036                 Added rfc1806 about MIME Content-Disposition
9037                 Extension
9038
9039 2002-09-19 [paul]       0.8.2claws60
9040
9041         * sync with 0.8.2cvs3
9042                 see ChangeLog 2002-09-19
9043
9044 2002-09-19 [paul]       0.8.2claws59
9045
9046         * src/prefs_folder_item.c
9047                 revert to Darko's original alignment of colour
9048                 selector button
9049                 add a colon to folder_color label
9050                 
9051         * src/compose.c
9052                 add Colin's patch (with Hiro's modifications) to 
9053                 force BASE64 encoding for 8-bit text when signing
9054                 (sync with 0.8.3cvs2)
9055
9056 2002-09-18 [alfons]     0.8.2claws58
9057
9058         * src/compose.c
9059                 :%sno/if(/if (/gc
9060                 :%sno/for(/for (/gc
9061                 (beautify a little bit)
9062
9063 2002-09-18 [christoph]  0.8.2claws57
9064
9065         * src/pine.c
9066                 fix handling of fgetc return value
9067
9068 2002-09-17 [alfons]     0.8.2claws56
9069         
9070         * src/summaryview.c
9071                 summary_sort(): check non-NULL summaryview->folder_item when no 
9072                 folder is selected at all
9073                 (closes "[ 610344 ] sort label make syl Crash")
9074
9075 2002-09-17 [alfons]     0.8.2claws55
9076         
9077         * src/compose.c
9078                 beautify a little bit
9079
9080 2002-09-17 [christoph]  0.8.2claws54
9081
9082         * src/folder.c
9083                 initialize max values for cache and folder
9084                 when cache or folder is empty
9085
9086 2002-09-15 [colin]      0.8.2claws53
9087
9088         * src/compose.c
9089                 Fix a leak (thanks Alfons!) and cleaned
9090                 variables names for custom headers
9091
9092 2002-09-15 [colin]      0.8.2claws52
9093
9094         * src/compose.c
9095                 Fix custom headers recognition when
9096                 prefs_common.trans_hdr is on
9097
9098 2002-09-15 [colin]      0.8.2claws51
9099
9100         * src/compose.c
9101                 Allow dynamically-added custom headers
9102                 Yet not reparsed if reedited
9103
9104 2002-09-15 [alfons]     0.8.2claws50
9105
9106         * src/prefs_account.c
9107                 fix warnings
9108
9109 2002-09-15 [colin]      0.8.2claws49
9110         
9111         * src/prefs_account.c
9112                 fix pop_before_smtp sensitivity
9113
9114 2002-09-15 [colin]      0.8.2claws48
9115
9116         * src/inc.[ch]
9117                 add inc_pop_before_smtp()
9118                 allow MainWindow to be undefined in 
9119                 inc_account_mail() and inc_start()
9120         * src/pop.c
9121           src/prefs_account.h
9122                 add STYPE_POP_BEFORE_SMTP session type
9123         * src/prefs_account.c
9124                 activated pop before smtp option
9125         * src/send.c
9126                 do pop before smtp if the relevant option 
9127                 is set
9128
9129 2002-09-15 [paul]       0.8.2claws47
9130
9131         * sync with 0.8.3
9132                 see ChangeLog 2002-09-15
9133
9134 2002-09-14 [paul]       0.8.2claws46
9135
9136         * po/bg.po
9137                 updated Bulgarian translation, submitted by
9138                 George Danchev
9139
9140 2002-09-13 [paul]       0.8.2claws45
9141
9142         * src/compose.c
9143                 merge claws' select_account() with main's
9144                 (new) compose_select_account(). [sync with
9145                 0.8.2cvs15, see ChangeLog 2002-09-11]
9146
9147 2002-09-12 [christoph]  0.8.2claws44
9148
9149         * src/filter.c
9150                 allocate 1 elements of FolderItem not 0
9151
9152 2002-09-12 [colin]      0.8.2claws43
9153
9154         * src/compose.c
9155                 Fix bug #590825 (obey Follow-up: poster)
9156
9157 2002-09-12 [colin]      0.8.2claws42
9158
9159         * src/procmime.c
9160                 Fix bug #557009 (wrong headers for messages 
9161                 forwarded as attachments)
9162
9163 2002-09-11 [colin]      0.8.2claws41
9164         
9165         * src/compose.c
9166                 Put SCF: pseudo-header on top of message
9167                 Set draft tmp_flag when saved as draft
9168
9169         * src/procmsg.c
9170           src/procheader.c
9171                 Skip after first \n\n for beginning of real message
9172                 for drafts too
9173
9174 2002-09-11 [christoph]  0.8.2claws40
9175
9176         * src/filtering.c
9177                 use procmsg flag functions in filtering or processing
9178                 will cause incorrect folder message counts
9179
9180 2002-09-11 [colin]      0.8.2claws39
9181
9182         * src/compose.c
9183                 Fix bug #550175 - wrong save folder when reediting
9184                 drafts
9185
9186 2002-09-11 [paul]       0.8.2claws38
9187
9188         * sync with 0.8.2cvs14
9189                 see ChangeLog 2002-09-11
9190
9191 2002-09-11 [colin]      0.8.2claws37
9192
9193         * src/folder.c
9194                 Fix a typo (seeming to cause new/unread status to
9195                 be lost)
9196
9197 2002-09-10 [christoph]  0.8.2claws36
9198
9199         * src/compose.c
9200                 compose_redirect should not use compose_generic_new
9201                 because that does more stuff than expected including
9202                 opening the external editor
9203                 (closes bug "[ 526608 ] bounced messages appear blank
9204                  in editor")
9205
9206 2002-09-10 [christoph]  0.8.2claws35
9207
9208         * src/folder.c
9209                 fix problem with too large message number range
9210                 causing a crash in folder_item_scan
9211
9212 2002-09-10 [paul]       0.8.2claws34
9213
9214         * sync with 0.8.2cvs13
9215                 see ChangeLog 2002-09-10
9216
9217 2002-09-10 [christoph]  0.8.2claws33
9218
9219         * src/msgcache.c
9220                 set MsgInfo TmpFlags for queue and draft folders
9221                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9222
9223 2002-09-10 [paul]       0.8.2claws32
9224
9225         * AUTHORS
9226           po/bg.po      ** NEW FILE **
9227                 new Bulgarian translation submitted by
9228                 George Danchev <danchev@spnet.net>
9229                 
9230         * tools/Makefile.am
9231           tools/README
9232           tools/tb2sylpheed     ** NEW FILE **
9233                 add script that converts an addressbook exported
9234                 from The Bat! into a Sylpheed addressbook. Submitted
9235                 by Urke MMI <urke-kg@eunet.yu>
9236
9237 2002-09-10 [paul]       0.8.2claws31
9238
9239         * sync with 0.8.2cvs12
9240                 see ChangeLog 2002-09-10
9241
9242 2002-09-06 [paul]       0.8.2claws30
9243
9244         * src/prefs_common.c
9245                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9246                 
9247         * tools/Makefile.am
9248           tools/README
9249           tools/ldif-to-xml.py  ** REMOVED **
9250                 remove obsolete python script
9251
9252 2002-09-06 [paul]       0.8.2claws29
9253
9254         * sync with 0.8.2cvs10
9255                 see ChangeLog 2002-09-06
9256
9257 2002-09-04 [paul]       0.8.2claws28
9258
9259         * sync with 0.8.2cvs9
9260                 see ChangeLog 2002-08-04
9261
9262 2002-09-04 [colin]      0.8.2claws27 
9263
9264         * src/prefs_common.[ch]
9265                 Added signature color configuration
9266         * src/textview.c
9267                 Use user-specified signature color
9268
9269 2002-09-03 [colin]      0.8.2claws26
9270
9271         * src/prefs_common.[ch]
9272                 Added autosave and autosave_length prefs
9273         * src/compose.c
9274                 Added compose_remove_draft()
9275                 Auto-save drafts according to the prefs
9276         * src/main.c
9277                 Added a crash-indicator file, allowing to check
9278                 for new messages on startup if Sylpheed crashed
9279                 (makes saved drafts "reappear")
9280
9281 2002-09-03 [colin]      0.8.2claws25
9282
9283         * src/textview.[ch]
9284                 Grey the signature
9285
9286 2002-09-03 [paul]       0.8.2claws24
9287
9288         * sync with 0.8.2cvs8
9289                 see ChangeLog 2002-09-02 and 2002-09-03
9290
9291 2002-09-03 [darko]      0.8.2claws23
9292
9293         * src/folderview.c
9294                 use normal style when creating new folder to pick
9295                 proper font size 
9296
9297 2002-09-02 [melvin]     0.8.2claws22
9298
9299         * src/gtkaspell.m4
9300                 removed some obsolete code
9301
9302 2002-09-02 [melvin]     0.8.2claws21
9303
9304         * ac/aspell.m4
9305                 fixed test's equality sign (== to =)
9306
9307 2002-09-02 [alfons]     0.8.2claws20
9308
9309         * src/folder.c
9310         * src/mh.c
9311                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9312                 as folder->destroy virtual as suggested by Hiro
9313                 (the mh.c code seems to have been lost around mh.c.1.21)
9314
9315 2002-09-02 [paul]       0.8.2claws19
9316
9317         * po/pt_BR.po
9318                 updated by Fabio Jr. Beneditto
9319                 
9320         * src/defs.h
9321                 use 'http://claws.sylpheed.org' for homepage link. 
9322                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9323
9324 2002-09-01 [alfons]     0.8.2claws18
9325
9326         * src/mh.c
9327                 plug memleak related to one Martin Kluge found
9328
9329 2002-08-31 [paul]       0.8.2claws17
9330
9331         * sync with 0.8.2cvs6
9332                 see ChangeLog 2002-08-30
9333
9334 2002-08-31 [alfons]     0.8.2claws16
9335
9336         * src/folder.c
9337                 folder_destroy(): remove mailbox from folderlist even if it has
9338                 no destroy virtual
9339
9340 2002-08-31 [alfons]     0.8.2claws15
9341
9342         * src/folder.c
9343                 :%sno/if(/if (/gc
9344                 :%sno/for(/for (/gc
9345                 (being pedantic I know)
9346
9347 2002-08-31 [alfons]     0.8.2claws14
9348
9349         * src/folder.c
9350                 check for NULL pointers returned from folder->fetch_msginfo virtual
9351                 (should solve some reported crashes)
9352
9353 2002-08-30 [alfons]     0.8.2claws13
9354
9355         * acconfig.h
9356         * configure.in
9357         * src/crash.c
9358                 enable crash dialog on compilation time
9359                 (--enable-crash-dialog configure option)
9360
9361 2002-08-30 [alfons]     0.8.2claws12
9362
9363         * AUTHORS
9364                 add Martin Kluge
9365         * src/mh.c
9366                 apply memory leak plug patch by Martin Kluge
9367                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9368                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9369                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9370
9371 2002-08-30 [darko]      0.8.2claws11
9372
9373         * src/folderview.c
9374                 copy Gtk style from normal style to match
9375                 font size for coloured folders
9376
9377 2002-08-29 [alfons]     0.8.2claws10
9378
9379         * sylpheed.desktop
9380                 Type=Internet <- Type=Application
9381                 (reported by Michael Schwendt, see:
9382                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9383                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9384
9385 2002-08-29 [paul]       0.8.2claws9
9386
9387         * sync with 0.8.2cvs5
9388                 see ChangeLog 2002-08-29
9389
9390 2002-08-29 [colin]      0.8.2claws8
9391
9392         * src/summaryview.c
9393                 Added a sanity check in summary_select_thread
9394                 Should fix bug 601605
9395
9396 2002-08-29 [colin]      0.8.2claws7
9397
9398         * src/main.c
9399                 Revert claws6 changes regarding bug #591676
9400
9401 2002-08-28 [colin]      0.8.2claws6
9402         
9403         * src/main.c
9404                 Ignore cache for queue folderitems
9405                 Fix bug #591676
9406
9407 2002-08-28 [melvin]     0.8.2claws5
9408
9409         * README.claws
9410                 Fixed typos.
9411
9412 2002-08-28 [melvin]     0.8.2claws4
9413
9414         * README.claws
9415                 Updated a bit the text concerning the spell checker
9416
9417 2002-08-28 [melvin]     0.8.2claws3
9418
9419         Merged the GNU_aspell_branch:
9420                 Support of new GNU/aspell is now included and the old pspell
9421                 is not supported anymore.
9422                 See README.claws
9423
9424         * README.claws
9425                 Updated spell checker text to reflect the switch to GNU/aspell
9426
9427         * ac/aspell.m4          *** NEW ***
9428         * src/gtkaspell.[ch]    *** NEW *** 
9429         * ac/pspell.m4          *** DELETED *** 
9430         * src/gtkspell.[ch]     *** DELETED ***
9431
9432         * ac/Makefile.am
9433                 Updated for GNU/aspell support
9434
9435         * po/POTFILES.in
9436                 Replaced gtkspell.c by gtkaspell.c
9437
9438         * acconfig.h
9439         * src/Makefile.am
9440         * src/about.c
9441         * src/compose.[ch]
9442         * src/crash.c
9443         * src/main.c
9444         * src/prefs_common.[ch]
9445                 Updated for GNU/aspell support
9446
9447 2002-08-28 [paul]       0.8.2claws2
9448
9449         * sync with 0.8.2cvs4
9450                 see ChangeLog 2002-08-27 and 2002-08-28
9451
9452 2002-08-28 [colin]      0.8.2claws1
9453
9454         * src/summary_search.c
9455                 Added "AND search"
9456
9457 2002-08-28 [jens]       0.8.2claws
9458
9459         *po/de.po
9460                 Updated German translations
9461
9462 2002-08-27 [melvin]     0.8.2claws
9463
9464         * po/fr.po
9465                 Updated French translations
9466
9467 2002-08-27 [paul]       0.8.2claws
9468
9469         * sync with 0.8.2 main release
9470
9471         * po/en_GB.po
9472           po/es.po
9473           po/it.po
9474           po/pl.po
9475           po/pt_BR.po
9476           po/sr.po
9477                 updated message catalogs submitted by
9478                 Ricardo Mones Lastra, Alessandro Maestri,
9479                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9480                 Beneditto and Urke MMI  
9481
9482 2002-08-27 [hoa]        0.8.1claws123
9483
9484         * src/mainwindow.[ch]
9485         * src/summaryview.[ch]
9486                 removed the "filter setting" menu option.
9487                 add a "cancel a news message" menu option.
9488
9489 2002-08-26 [martin]     0.8.1claws122
9490
9491         * ChangeLog.claws
9492                 changed string under 0.8.1claws79 changed by myself
9493                 i'm sorry alfons :(
9494
9495 2002-08-26 [martin]     0.8.1claws121
9496
9497         * src/crash.c
9498                 added kill command to debuggerrc to start crash dialog
9499
9500 2002-08-26 [paul]       0.8.1claws120
9501
9502         * sync with 0.8.1cvs31
9503                 see ChangeLog 2002-08-26
9504
9505 2002-08-25 [alfons]     0.8.1claws119
9506
9507         * src/procmsg.c
9508                 fix bug that didn't send out correct headers to news server
9509                 when sending news article and email from queue (bug reported
9510                 and patch provided by Tim Mann; closes bug 
9511                 "[ 583196 ] 0.7.8claws can't post news")
9512
9513 2002-08-25 [alfons]     0.8.1claws118
9514
9515         * src/selective_download.c
9516                 mark two strings as translatable
9517                 (thanks to Urke MMI for pointing this out)
9518
9519 2002-08-25 [alfons]     0.8.1claws117
9520
9521         * src/summaryview.c
9522                 treat sent boxes as special and allow sorting them by addressee
9523                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9524                 submitted by Steve Lamb)
9525
9526 2002-08-24 [alfons]     0.8.1claws116
9527
9528         * src/matcher.c
9529                 fix memleak reported by Martin Kluge
9530                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9531
9532 2002-08-24 [oliver]     0.8.1claws115
9533
9534         * src/prefs_toolbar.c
9535                 o code cleanup as suggested by Alfons
9536                 o memleak fix
9537
9538 2002-08-24 [alfons]     0.8.1claws114
9539
9540         * src/summaryview.c
9541                 o fix another memory leak reported by Martin Kluge
9542                   (see "[ 599568 ] Small Memory Leak")
9543                 o remove 'from' variable from 'summary_set_header()'; we can
9544                   do with just 'to' 
9545
9546 2002-08-24 [paul]       0.8.1claws113
9547
9548         * sync with 0.8.1cvs30
9549                 see ChangeLog 2002-08-23
9550
9551 2002-08-24 [alfons]     0.8.1claws112
9552
9553         * src/summaryview.c
9554                 remove unnecessary allocations for search bar fixing leaks
9555                 reported by Martin Kluge
9556                 (see "[ 599451 ] Further memory leaks?")
9557
9558 2002-08-24 [alfons]     0.8.1claws111
9559
9560         * src/main.c
9561                 make get_socket_name() public for crash.c
9562         * src/crash.c
9563                 o make report bug button work (goes to claws' 
9564                   bug tracker at sf.net)
9565                 o introduce function for doing important stuff just
9566                   before claws goes down
9567                 o clean up code 
9568
9569 2002-08-24 [alfons]     0.8.1claws110
9570
9571         * src/compose.c
9572                 move cursor to "To" entry when forwarding as attachment
9573                 (reported and solved by Steve Lamb, closes bug report
9574                 "[ 592880 ] Forward as attachment; cursor not in to")
9575
9576 2002-08-24 [colin]      0.8.1claws109
9577
9578         * src/mainwindow.c
9579                 fix quick search visibility after GUI (de)separations.
9580
9581 2002-08-23 [colin]      0.8.1claws108
9582
9583         * src/mainwindow.c
9584                 fix header pane visibility after folderview or
9585                 messageview (de)separation
9586
9587 2002-08-23 [paul]       0.8.1claws107
9588
9589         * src/mainwindow.[ch]
9590           src/toolbar.c
9591                 give full control of display or non-display 
9592                 of the Execute icon to Custom toolbar settings.
9593                 add new sensitivity condition to maninwindow.h: 
9594                 M_DELAY_EXEC
9595
9596         * ChangeLog
9597           ChangeLog.jp
9598           NEWS
9599                 more sync with 0.8.1cvs29
9600
9601 2002-08-23 [melvin]     0.8.1claws106
9602
9603         * src/alertpanel.c
9604                 Readded support for custom widget in alertpanel lost in last
9605                 sync.
9606
9607 2002-08-23 [paul]       0.8.1claws105
9608
9609         * sync with 0.8.1cvs29
9610                 see ChangeLog 2002-08-23
9611
9612 2002-08-23 [colin]      0.8.1claws104
9613
9614         * src/summaryview.c
9615                 Fix folder and search pixmaps exchanging positions
9616                 after theme or toolbar changes. Thank to Oliver for 
9617                 reporting this.
9618
9619 2002-08-23 [colin]      0.8.1claws103
9620
9621         * src/mainwindow.c
9622           src/messageview.[ch]
9623           src/noticeview.[ch]
9624           src/summaryview.c
9625                 Changed messageview_create() and noticeview_create()
9626                 to avoid the last gdk_warning
9627
9628 2002-08-22 [colin]      0.8.1claws102
9629
9630         * src/summaryview.c
9631                 Fix my new `Creating pixmap from xpm' warning
9632
9633 2002-08-22 [colin]      0.8.1claws101
9634
9635         * src/mainwindow.c
9636                 Fix some of the gdk warnings
9637
9638 2002-08-22 [colin]      0.8.1claws100
9639
9640         * src/Makefile.am
9641         * src/stock_pixmap.c
9642         * src/stock_pixmap.h
9643         * src/pixmaps/quicksearch.xpm *ADDED*
9644                 Add the quicksearch pixmap
9645         * src/mainwindow.c
9646         * src/summaryview.c
9647         * src/summaryview.h
9648                 Make quicksearch bar visible/hidden via a button
9649
9650 2002-08-22 [christoph]  0.8.1claws99
9651
9652         * src/folder.c
9653                 fix folder update for newsgroups with message
9654                 numbers below minimum number of articles to fetch
9655                 (closes bug #598445)
9656
9657 2002-08-22 [paul]       0.8.1claws98
9658
9659         * sync with 0.8.1cvs28
9660                 see ChangeLog 2002-08-22
9661
9662 2002-08-21 [alfons]     0.8.1claws97
9663
9664         * src/crash.c
9665                 use bt instead of bt full which seems to work 
9666                 better, and bt full doesn't give a great deal 
9667                 of information anyway
9668
9669 2002-08-21 [colin]      0.8.1claws96
9670
9671         * src/summaryview.c
9672                 fix summaryview_searchtype_changed prototype
9673
9674 2002-08-21 [christoph]  0.8.1claws95
9675
9676         * src/mainwindow.c
9677                 o fix broken menu update for sorting type, we have to
9678                   get this info from the summaryview now
9679                 o removed setting of threaded state in menu callback
9680         * src/summaryview.[ch]
9681                 more summaryview/folderitem seperation for
9682                 threading option
9683         * configure.in
9684                 removed not required --with-compiler-flags option
9685
9686 2002-08-21 [oliver]     0.8.1claws94
9687         
9688         * src/toolbar.h 
9689                 o rename toolbar.xml to toolbar_main.xml
9690                   since toolbar_compose.xml might come up 
9691                   any time soon
9692         * README.claws
9693                 add custom toolbar              
9694
9695 2002-08-21 [darko]      0.8.1claws93
9696
9697         * src/procmsg.c
9698                 don't reset tmp flags for messages copied
9699                 to sent folder
9700
9701 2002-08-21 [colin]      0.8.1claws92
9702         
9703         * src/prefs_filtering.c
9704                 fix renaming rules on folder rename 
9705                 when folder is not a leaf folder
9706
9707 2002-08-21 [paul]       0.8.1claws91
9708
9709         * src/prefs_folder_item.c
9710                 fix alignment of colour selector
9711
9712 2002-08-21 [paul]       0.8.1claws90
9713
9714         * sync with 0.8.1cvs27
9715                 see ChangeLog 2002-08-21
9716
9717 2002-08-21 [paul]       0.8.1claws89
9718
9719         * src/summaryview.c
9720                 fix crash when changing field type in
9721                 Quick search bar
9722
9723 2002-08-21 [colin]      0.8.1claws88
9724
9725         * src/summaryview.c
9726                 Made quick search case-insensitive
9727
9728 2002-08-21 [paul]       0.8.1claws87
9729
9730         * sync with 0.8.1cvs26
9731                 see ChangeLog 2002-08-21
9732
9733 2002-08-20 [christoph]  0.8.1claws86
9734
9735         * src/folderview.c
9736         * src/main.c
9737         * src/summaryview.[ch]
9738                 more summaryview/folderitem seperation for
9739                 sort_key and sort_type
9740         * src/procmsg.c
9741                 added missing return statement
9742
9743 2002-08-20 [colin]      0.8.1claws85
9744
9745         * src/summaryview.[ch]
9746                 Added a quick search box
9747         * src/mainwindow.c
9748         * src/prefs_common.[ch]
9749                 Added a show/hide option for the quick search
9750
9751 2002-08-20 [oliver]     0.8.1claws84
9752         
9753         * src/mainwindow.c
9754                 remove toolbar_create_popups
9755         * src/toolbar.[ch]
9756                 o remove toolbar_create_popups
9757                 o fix toolbar_set_sensitive 
9758                   (Bug reports #596834 and #596832)     
9759         * src/prefs_toolbar.c
9760                 o add "Set default" button
9761                 o align label and text + combo widgets
9762
9763 2002-08-20 [hoa]        0.8.1claws83bis
9764
9765         * src/imap.c
9766                 fixed a bug in imap_fetch_msginfo() in case there is no
9767                 current folder.
9768
9769 2002-08-20 [darko]      0.8.1claws83
9770
9771         * src/folderview.c
9772                 copy the color style of folder view so it
9773                 works with GTK themes
9774
9775 2002-08-20 [darko]      0.8.1claws82
9776
9777         * src/folder.h
9778         * src/folderview.c
9779         * src/prefs_folder_item.[hc]
9780                 don't use UI stuff in folder.h
9781
9782 2002-08-20 [darko]      0.8.1claws81
9783
9784         * src/folder.h
9785         * src/prefs_folder_item.h
9786         * src/folderview.c
9787         * src/prefs_folder_item.c
9788                 ability to set folder color in folderview
9789
9790 2002-08-19 [alfons]     0.8.1claws80
9791
9792         * src/summaryview.c
9793                 fix one of the earlier memleaks reported by Martin Kluge
9794
9795 2002-08-19 [alfons]     0.8.1claws79
9796
9797         * src/mainwindow.c
9798                 hide notice view when selecting seperate folder
9799                 view (reported by Urke MMI)
9800
9801 2002-08-19 [christoph]  0.8.1claws78
9802
9803         * src/folderview.c
9804         * src/prefs_folder_item.h
9805         * src/summaryview.[ch]
9806                 o add summary_set_prefs_from_folderitem to set
9807                   summaryview prefs (first step to remove all
9808                   references to the folderitem in summaryview)
9809                 o moved compiled regex stuff from folderitem prefs
9810                   to summaryview code
9811
9812 2002-08-19 [paul]       0.8.1claws77
9813
9814         * src/compose.c
9815                 add check for '.' to QUOTE_IF_REQUIRED
9816
9817 2002-08-19 [paul]       0.8.1claws76
9818
9819         * src/inc.c
9820                 sync with 0.8.1cvs25 (plug memory leak)
9821
9822         * src/prefs_toolbar.c
9823                 re-order prefs_toolbar_cancel()
9824
9825 2002-08-18 [alfons]     0.8.1claws75
9826
9827         * src/inc.c
9828         * src/matcher.c
9829                 plug other memleaks reported by Martin Kluge
9830
9831 2002-08-18 [paul]       0.8.1claws74
9832
9833         * po/pt_BR.po
9834                 updated by Fabio Jr. Beneditto
9835
9836 2002-08-18 [paul]       0.8.1claws73
9837
9838         * src/toolbar.[ch]
9839                 fix bug where tooltips were displayed untranslated              
9840
9841         * src/prefs_toolbar.c
9842                 fix bug where clicking 'Cancel' creates an icon & text
9843                 toolbar regardless of prefs
9844         
9845
9846 2002-08-17 [oliver]     0.8.1claws72
9847
9848         * src/prefs_toolbar.c
9849                 update toolbar on CANCEL
9850                 bug reported by Martin Kluge
9851         * src/toolbar.c
9852                 toolbar_destroy memleak fixed           
9853
9854 2002-08-17 [alfons]     0.8.1claws71
9855
9856         * src/toolbar.c
9857                 plug another memleak reported by Martin Kluge
9858
9859 2002-08-16 [alfons]     0.8.1claws70
9860
9861         * src/crash.c
9862                 use execvp() correctly (suggested by wwp; thanks!)
9863
9864 2002-08-16 [alfons]     0.8.1claws69
9865
9866         * src/gtksctree.c
9867                 plug memory leak reported by Kim Schultz & Martin Kluge
9868
9869 2002-08-16 [paul]       0.8.1claws68
9870
9871         * po/es.po
9872                 updated by Ricardo Mones Lastra
9873
9874 2002-08-16 [paul]       0.8.1claws67
9875
9876         * src/toolbar.h
9877                 fix bug where 'Compose News' icon showed wrong
9878                 tooltip
9879
9880 2002-08-16 [paul]       0.8.1claws66
9881
9882         * sync with 0.8.1cvs24
9883                 see ChangeLog 2002-08-16
9884
9885         * po/it.po
9886                 updated by Alessandro Maestri
9887
9888 2002-08-15 [paul]       0.8.1claws65
9889
9890         * po/sr.po
9891                 updated by Urke MMI
9892
9893 2002-08-15 [paul]       0.8.1claws64
9894
9895         * src/*.c
9896                 don't translate debug info
9897
9898         * src/matcher.[ch]
9899                 add copyright info
9900
9901 2002-08-15 [paul]       0.8.1claws63
9902
9903         * src/prefs_toolbar.c
9904                 fix bug where clicking 'OK' creates an icon & text
9905                 toolbar regardless of prefs
9906
9907 2002-08-14 [alfons]     0.8.1claws62
9908
9909         * src/main.c
9910                 add global var that has the full argv[0]
9911         * src/crash.c
9912                 o execvp the correct sylpheed by using argv0
9913                   and setting the correct work dir
9914                 o other tweaks  
9915
9916 2002-08-14 [oliver]     0.8.1claws61
9917         
9918         * enable/disable Toolbar Action Buttons 
9919         * code cleanups
9920         * src/mainwindow.c
9921         * src/toolbar.[ch]      
9922         * src/prefs_toolbar.c   
9923
9924 2002-08-14 [melvin]     0.8.1claws60
9925
9926         * po/fr.po
9927                 Updated French translations
9928
9929 2002-08-14 [melvin]     0.8.1claws59
9930
9931         * src/crash.c
9932                 Made bug report not translatable
9933         * src/exporthtml.c
9934                 Fixed exporthtml_build_filespec() return value
9935         * src/foldersel.c
9936                 Fixed incorrect include file
9937         * src/gtkspell.c
9938         * src/prefs_actions.c
9939         * src/prefs_toolbar.c
9940                 Made debug info not translatable
9941         * src/mutt.c
9942         * src/quote_fmt.c
9943                 Added missing includes
9944         * src/prefs_common.c
9945                 Fixed typo
9946
9947 2002-08-14 [paul]       0.8.1claws58
9948
9949         * faq/es/sylpheed-faq.html
9950           faq/es/sylpheed-faq-[1-3].html
9951           faq/es/sylpheed-faq-4.html     **NEW FILE **
9952                 update Spanish FAQ
9953
9954 2002-08-13 [christoph]  0.8.1claws57
9955
9956         * src/procmsg.c
9957                 ignore thread fix that did not mark all
9958                 child nodes of a ignored thread as
9959                 ignored. Does not work perfectly yet,
9960                 but it is better now
9961
9962 2002-08-13 [alfons]     0.8.1claws56
9963
9964         * src/crash.c
9965                 o implement 'save crash log'
9966                 o some tweaks
9967
9968 2002-08-13 [melvin]     0.8.1claws55
9969
9970         * src/main.c
9971                 removed unrequired "execinfo.h" header
9972
9973 2002-08-12 [paul]       0.8.1claws54
9974
9975         * faq/en/sylpheed-faq.html
9976           faq/en/sylpheed-faq-[1-3].html
9977           faq/en/sylpheed-faq-4.html     **NEW FILE **
9978                 update English FAQ
9979
9980 2002-08-12 [alfons]     0.8.1claws53
9981
9982         * po/POTFILES.in
9983                 add crash.c to translatables
9984         * src/crash.c
9985                 bring in Leandro's crash dialog
9986
9987 2002-08-11 [alfons]     0.8.1claws52
9988
9989         * src/crash.c
9990                 clean up some warnings
9991
9992 2002-08-11 [alfons]     0.8.1claws51
9993
9994         * acconfig.h
9995         * configure.in
9996         * src/crash.[ch]        ** NEW FILES **
9997         * src/main.c            
9998                 initial gdb crash handler
9999
10000 2002-08-11 [paul]       0.8.1claws50
10001
10002         * src/prefs_toolbar.c
10003                 replace Up/Down arrow pixmaps with text to be
10004                 consistent across icon themes
10005
10006 2002-08-11 [paul]       0.8.1claws49
10007
10008         * src/prefs_common.c
10009           src/prefs_toolbar.c
10010                 rename 'Pixmap' -> 'Icon'
10011
10012         * src/toolbar.[ch]
10013                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10014
10015 2002-08-10 [paul]       0.8.1claws48
10016
10017         * src/prefs_toolbar.c
10018                 re-work the UI
10019
10020 2002-08-10 [paul]       0.8.1claws47
10021
10022         * src/main.c
10023                 don't write Processing progress to status bar
10024                 patch submitted by Alexander Evseev
10025
10026         * src/prefs_toolbar.c
10027                 re-position and resize window
10028                 make window assume correct size on first call
10029
10030 2002-08-10 [paul]       0.8.1claws46
10031
10032         * src/mainwindow.c
10033           src/prefs_toolbar.c
10034           src/toolbar.c
10035           src/toolbar.h
10036                 obey coding style
10037                 follow UI text conventions
10038
10039 2002-08-10 [alfons]     0.8.1claws45
10040
10041         * src/toolbar.c
10042                 correct pixmap for delete action
10043
10044 2002-08-10 [paul]       0.8.1claws44
10045
10046         * po/pt_BR.po
10047                 updated by Fabio Jr. Beneditto
10048
10049 2002-08-10 [paul]       0.8.1claws43
10050
10051         * po/POTFILES.in
10052                 add custom toolbar files
10053
10054 2002-08-10 [paul]       0.8.1claws42
10055
10056         * sync with 0.8.1cvs22
10057                 see ChangeLog 2002-08-09
10058
10059 2002-08-09 [paul]       0.8.1claws41
10060
10061         * tools/Makefile.am
10062           tools/README
10063           tools/outlook2sylpheed.pl     ** NEW FILE **
10064                 add script to convert exported Outlook
10065                 contacts list to a Sylpheed addressbook.
10066                 Submitted by Ricardo Mones Lastra.
10067
10068 2002-08-09 [paul]       0.8.1claws40
10069
10070         * AUTHORS
10071           configure.in
10072           po/sr.po      ** NEW FILE **
10073                 add Serbian message catalog. Submitted by
10074                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10075
10076 2002-08-09 [paul]       0.8.1claws39
10077
10078         * sync with 0.8.1cvs21
10079                 see ChangeLog 2002-08-08
10080
10081 2002-08-08 [oliver]     0.8.1claws38
10082
10083         * src/mainwindow.c
10084                 move Custom Toolbar to Configuration menu
10085
10086 2002-08-08 [oliver]     0.8.1claws37
10087
10088         * src/prefs_toolbar.c
10089                 fix substitute pixmap bug
10090
10091 2002-08-08 [paul]       0.8.1claws36
10092
10093         * sync with 0.8.1cvs19
10094                 see ChangeLog 2002-08-08
10095
10096 2002-08-07 [christoph]  0.8.1claws35
10097
10098         * src/utils.c
10099                 fixed a memory leak in new canonicalize_file_replace
10100
10101 2002-08-07 [christoph]  0.8.1claws34
10102
10103         * src/utils.[ch]
10104                 o canonicalize_file_replace should create the temporary
10105                   file in the same directory as the original file.
10106                 o added get_tmpfile_in_dir that creates a temorary file
10107                   in a specified directory.
10108
10109 2002-08-07 [melvin]     0.8.1claws33
10110
10111         * src/toolbar.c
10112                 fixed bug where 'Article' button acted as 'Email' button.
10113
10114 2002-08-07 [paul]       0.8.1claws32
10115
10116         * sync with 0.8.1.cvs17
10117                 see ChangeLog 2002-08-07
10118
10119 2002-08-07 [colin]      0.8.1claws31
10120         
10121         * src/news.c
10122                 fix mass-cancel problem
10123
10124 2002-08-07 [thorsten]   0.8.1claws30
10125
10126         * src/prefs_toolbar.c
10127                 fix: crash on replace or add new button
10128         * src/toolbar.c
10129                 fix: close xmlfile after reading
10130         * src/utils.c
10131                 fix: unlink() file before rename()
10132
10133 2002-08-06 [paul]       0.8.1claws29
10134
10135         * sync with 0.8.cvs15
10136                 see ChangeLog 2002-08-06
10137
10138 2002-08-06 [oliver]     0.8.1claws28
10139
10140         * src/toolbar.c
10141         * src/prefs_toolbar.c
10142                 fixed empty toolbar issue
10143
10144 2002-08-06 [oliver]     0.8.1claws27
10145
10146         * Custom Toolbar Final 
10147         * src/folderview.c
10148         * src/inc.c
10149         * src/summaryview.c
10150                 o toolbar stuff now lives in src/toolbar.[ch]
10151                 o main_window_toolbar_* functions are renamed to
10152                   toolbar_* reflecting their new source file
10153         * src/mainwindow.[ch]
10154                 o remove toolbar stuff  
10155
10156 2002-08-06 [oliver]     0.8.1claws26
10157         
10158         * src/Makefile.am
10159         * src/prefs_toolbar.[ch]        **New File**
10160         * src/toolbar.[ch]              **New File**
10161                 o prefs_toolbar.[ch] custom toolbar frontend
10162                 o toolbar.[ch]       backend 
10163
10164 2002-08-06 [oliver]     0.8.1claws25
10165
10166         * src/prefs_actions.[ch]
10167                 o new exported function actions_execute
10168
10169 2002-08-06 [paul]       0.8.1claws24
10170
10171         * sync with 0.8.1cvs4
10172                 see ChangeLog 2002-08-06
10173
10174 2002-08-06 [paul]       0.8.1claws23
10175
10176         * sync with 0.8.1cvs13
10177                 see ChangeLog 2002-08-06
10178
10179 2002-08-06 [paul]       0.8.1claws22
10180
10181         * sync with 0.8.1cvs12
10182                 see ChangeLog 2002-08-05 and 2002-08-06
10183
10184 2002-08-06 [match]      0.8.1claws21
10185
10186         * src/addrclip.c
10187                 improvements to cut/copy/paste address
10188
10189 2002-08-05 [match]      0.8.1claws20
10190
10191         * src/addritem.[ch]
10192         * src/addrcache.c
10193         * src/addrbook.c
10194         * src/editaddress.c
10195         * src/addressbook.c
10196                 fixes to improve cut/copy/paste
10197
10198 2002-08-06 [melvin]     0.8.1claws19
10199
10200         * src/account.[ch]
10201                 account_find_all_from_address(): new function that returns the
10202                 list of all accounts that are matched in an address.
10203         * src/alertpanel.[ch]
10204                 alertpanel() now accepts a custom widget
10205                 alertpanel_with_widget(): new function that pops up a panel with
10206                 a custom widget in it 
10207         * src/gtkutils.[ch]
10208                 gtkut_account_menu_new(): new function that allows the selection
10209                 of an account from a list of accounts.
10210         * src/messageview.c
10211                 Extended Return Receipt notification to select the correct 
10212                 account and to make a security test on the Delivery-Notification
10213                 address which should be the same as the Return-Path.
10214
10215 2002-08-06 [thorsten]   0.8.1claws18
10216
10217         * src/mimeview.c
10218                 attach_all: save unnamed as "noname.%d",
10219                 dont free static dirname
10220
10221 2002-08-05 [alfons]     0.8.1claws17
10222
10223         * configure.in
10224                 detect XIM by trying to link rather than compile a XIM program
10225
10226 2002-08-05 [oliver]     0.8.1claws16
10227                 
10228         * src/stock_pixmap.[ch]
10229                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10230                 o new func to retrieve pixmaps
10231
10232 2002-08-05 [paul]       0.8.1claws15
10233
10234         * sync with 0.8.1cvs10
10235                 see ChangeLog 2002-08-05
10236
10237 2002-08-04 [alfons]     0.8.1claws14
10238
10239         * src/textview.c
10240                 see if this plugs memleak
10241
10242 2002-08-04 [melvin]     0.8.1claws13
10243
10244         * src/gtkspell.c
10245                 fixed bug that could crash Sylpheed when highlighting
10246                 all misspelled words.
10247
10248 2002-08-03 [melvin]     0.8.1claws12
10249
10250         * src/prefs_actions.c
10251                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10252         * src/messageview.c
10253                 fixed bug where the Return Receipt was sent to
10254                 Delivery-Notification-To address even if it was not present
10255
10256 2002-08-02 [alfons]     0.8.1claws11
10257
10258         * src/prefs_actions.c
10259                 o more check for NULLs
10260                 o put create_io_dialog() in right conditional block
10261
10262 2002-08-02 [paul]       0.8.1claws10
10263
10264         * po/es.po
10265                 updated by Ricardo Mones Lastra
10266
10267 2002-08-01 [christoph]  0.8.1claws9
10268
10269         * src/folder.c
10270                 don't free the cache of the opened
10271                 folder in the summaryview
10272         * src/summaryview.c
10273                 don't unset flags, if it is not required
10274
10275 2002-08-01 [paul]       0.8.1claws8
10276
10277         * sync with 0.8.1cvs8
10278                 see ChangeLog entry 2002-08-01
10279
10280 2002-08-01 [paul]       0.8.1claws7
10281
10282         * sync with 0.8.1cvs7
10283                 see ChangeLog 2002-07-31 and 2002-08-01
10284
10285 2002-07-31 [christoph]  0.8.1claws6
10286
10287         * src/mainwindow.c
10288                 forgot to update menu sensitivity
10289                 function for new menu entry
10290
10291 2002-07-31 [alfons]     0.8.1claws5
10292
10293         * src/main.c
10294                 check folder item and its path for NULL on
10295                 initial processing
10296
10297 2002-07-31 [christoph]  0.8.1claws4
10298
10299         * src/folder.c
10300                 check if folder_item_get_msginfo in
10301                 folder_item_remove_msg returned NULL
10302         * src/imap.c
10303                 better clear the uid cache in the
10304                 uid validity check function and delete
10305                 cached messages
10306
10307 2002-07-31 [paul]       0.8.1claws3
10308
10309         * man/sylpheed.1
10310                 add the '--attach' option and a few other
10311                 minor changes
10312
10313 2002-07-31 [paul]       0.8.1claws2
10314
10315         * sync with 0.8.1cvs5
10316                 see ChangeLog 2002-07-31
10317
10318 2002-07-31 [christoph]  0.8.1claws1
10319
10320         * src/folderview.[ch]
10321         * src/mainwindow.c
10322                 replace "Rescan all folders..." with
10323                 "Check all folders for new messages..."
10324
10325 2002-07-30 [paul]       0.8.1claws
10326
10327         * version 0.8.1claws released
10328
10329 2002-07-30 [paul]       0.8.0claws29
10330
10331         * tools/OOo2sylpheed.pl ** NEW FILE **
10332           tools/README
10333                 add script to enable sending documents as
10334                 attachments from OpenOffice.org
10335
10336 2002-07-30 [melvin]     0.8.0claws28
10337
10338         * src/prefs_actions.c
10339                 Made the actions' input/output dialog display
10340                 without delay.
10341
10342 2002-07-30 [christoph]  0.8.0claws27
10343
10344         * src/procmsg.c
10345                 check if folder_item_get_msginfo in
10346                 procmsg_save_to_outbox returned NULL
10347
10348 2002-07-30 [paul]       0.8.0claws26
10349
10350         * sync with 0.8.1cvs4
10351                 see ChangeLog 2002-07-29
10352
10353 2002-07-29 [thorsten]   0.8.0claws25
10354
10355         * README.claws
10356                 added selective download, delete on server
10357
10358 2002-07-29 [paul]       0.8.0claws24
10359
10360         * sync with 0.8.1cvs3
10361                 see ChangeLog 2002-07-29
10362
10363 2002-07-27 [christoph]  0.8.0claws23
10364
10365         * src/folder.c
10366                 add extra check if fetching the msginfo
10367                 returned NULL
10368
10369 2002-07-27 [paul]       0.8.0claws22
10370
10371         * sync with 0.8.1cvs2
10372                 see ChangeLog 2002-07-26
10373
10374 2002-07-27 [christoph]  0.8.0claws21
10375
10376         * src/imap.c
10377                 add another check if a valid msginfo
10378                 was returned
10379
10380 2002-07-26 [hoa]        0.8.0claws20
10381
10382         * src/folder.c
10383                 Fixed a condition in folder_item_destroy()
10384
10385         * src/imap.c
10386                 Fixed an error in IMAP protocol
10387
10388 2002-07-26 [alfons]     0.8.0claws19
10389
10390         * src/folder.c
10391                 ofcourse compare with identifier, not the path
10392
10393 2002-07-26 [alfons]     0.8.0claws18
10394
10395         * src/folder.c
10396                 use folder item identifier for saving / restoring
10397                 preferences because folder->path might not be unique
10398
10399 2002-07-26 [melvin]     0.8.0claws17
10400
10401         * src/logwindow.c
10402                 Fixed a crash introduced in 0.8.0claws5 when log is 
10403                 cut under 80 characters.
10404
10405 2002-07-26 [paul]       0.8.0claws16
10406
10407         * sync with 0.8.1cvs1
10408                 see ChangeLog 2002-07-26
10409
10410 2002-07-26 [christoph]  0.8.0claws15
10411
10412         * src/imap.[ch]
10413                 imap folder now remembers the last selected
10414                 folder and imap_fetch_msginfo skips selecting
10415                 the folder if it is already selected
10416
10417 2002-07-26 [christoph]  0.8.0claws14
10418
10419         * src/folder.c
10420         * src/folderview.c
10421         * src/imap.c
10422                 fix imap folder rescanning
10423
10424 2002-07-25 [christoph]  0.8.0claws13
10425
10426         * src/filter.c
10427         * src/folder.[ch]
10428         * src/folderview.c
10429         * src/imap.[ch]
10430         * src/mainwindow.c
10431         * src/mbox_folder.c
10432         * src/mh.c
10433         * src/news.c
10434                 implement imap uid cache and uid validity check
10435
10436 2002-07-25 [alfons]     0.8.0claws12
10437
10438         * src/summaryview.c
10439                 fix a brown paper bag bug, and also add some more
10440                 checks
10441
10442 2002-07-25 [christoph]  0.8.0claws11
10443
10444         * src/folder.c
10445                 don't mix copy, fetch_msginfo and remove
10446                 operations in folder item copy and move
10447                 operations
10448
10449 2002-07-25 [christoph]  0.8.0claws10
10450
10451         * src/folderview.c
10452         * src/mainwindow.c
10453         * src/prefs_folder_item.c
10454         * src/summaryview.[ch]
10455                 remove no longer required parameter update_cache from
10456                 summary_show
10457
10458 2002-07-25 [paul]       0.8.0claws9
10459
10460         * sync with 0.8.1
10461         
10462         * AUTHORS
10463                 a few corrections
10464
10465 2002-07-24 [alfons]     0.8.0claws8
10466
10467         * src/summaryview.c
10468                 sort correctly when using simplified subject line
10469                 (closes feature request "[ 585141 ] applying regexp to subject 
10470                 before sort" submitted by Alexandra Walford)
10471
10472 2002-07-24 [paul]       0.8.0claws7
10473
10474         * sync with 0.8.0cvs3
10475                 see ChangeLog 2002-07-24
10476
10477 2002-07-23 [christoph]  0.8.0claws6
10478
10479         * src/folder.c
10480         * src/folder.h
10481         * src/summaryview.c
10482         * src/summaryview.h
10483         * src/main.c
10484                 o separate processing and summaryview
10485                 o removed summary_write_cache from summaryview
10486                 o removed summaryview->killed_messages, because we don't have
10487                   to keep a list of killed messages anymore. New cache will
10488                   keep the hidden messages in cache anyway
10489         * src/folderview.c
10490         * src/inc.c
10491         * src/selective_download.c
10492                 o removed unnecessary summary_write_cache calls
10493         * src/procmsg.c
10494                 o don't set ignore thread flag in procmsg_get_thread_tree
10495                   if it is already set
10496         * src/mainwindow.c
10497         * src/statusbar.h
10498                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10499                   they are used in different files
10500
10501 2002-07-23 [melvin]     0.8.0claws5
10502
10503         * src/addressbook.c
10504         * src/addrgather.c
10505         * src/editaddress.c
10506         * src/editgroup.c
10507         * src/editldap_basedn.c
10508         * src/importldif.c
10509         * src/prefs_common.c
10510                 Fixed few memory leak (gtk_editable_get_chars returns
10511                 an allocated string)
10512         * src/logwindow.c
10513                 Fixed few memory leak (gtk_editable_get_chars returns
10514                 an allocated string) and modified a little the log cutting
10515                 loop.
10516         * src/compose.c
10517                 Replaced a call to an obsolete function gtk_entry_get_text()
10518                 by gtk_editable_get_chars()
10519         * src/send.c
10520                 Removed a debug printf
10521
10522 2002-07-23 [christoph]  0.8.0claws4
10523
10524         * src/filesel.c
10525                 fix another g_dirname memory leak
10526
10527 2002-07-23 [christoph]  0.8.0claws3
10528
10529         * src/mh.c
10530                 fixed a memory leak in mh_fetch_msginfo
10531                 fixed crash when message header could not be
10532                 parsed
10533
10534 2002-07-23 [paul]       0.8.0claws2
10535
10536         * sync with 0.8.0cvs2
10537                 see ChangeLog 2002-07-23
10538
10539 2002-07-23 [paul]       0.8.0claws1
10540
10541         * sync with 0.8.0cvs1
10542                 see ChangeLog 2002-07-23
10543
10544 2002-07-23 [paul]       0.8.0claws
10545
10546         * release of 0.8.0claws
10547
10548 2002-07-23 [paul]       0.7.8claws99
10549
10550         * po/ru.po
10551                 new Russian translation, submitted by
10552                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10553
10554 2002-07-22 [jens]       0.7.8claws98
10555
10556         * po/de.po
10557                 Updated German translations.
10558
10559 2002-07-22 [paul]       0.7.8claws97
10560
10561         * po/es.po
10562           po/it.po
10563           po/nl.po
10564           po/pt_BR.po
10565                 updated translations by Ricardo Mones Lastra,
10566                 Alessandro Maestri, Wilbert Berendsen and 
10567                 Fabio Jr. Beneditto respectively
10568
10569 2002-07-22 [christoph]  0.7.8claws96
10570
10571         * src/mimeview.c
10572                 fix memory leak caused by wrong g_dirname usage
10573
10574 2002-07-22 [christoph]  0.7.8claws95
10575
10576         * src/summaryview.c
10577                 update new and unread message counts for summaryview
10578                 summaryview does not get it from the folder anymore
10579                 and has to update the values itself
10580
10581 2002-07-22 [melvin]     0.7.8claws94
10582
10583         * po/fr.po
10584                 Updated French translations.
10585
10586 2002-07-22 [christoph]  0.7.8claws93
10587
10588         * src/matcher.c
10589                 set prop->preg pointer to NULL or following check
10590                 will not fail and regexec will be called with
10591                 invalid pointer
10592
10593 2002-07-21 [alfons]     0.7.8claws92
10594         
10595         * src/prefs_common.[ch]
10596                 remove option "Send return receipt on request"
10597
10598 2002-07-21 [thorsten]   0.7.8claws91
10599
10600         * src/mimeview.c
10601                 fixed memleaks, coding style as pointed out by alfons
10602
10603 2002-07-21 [alfons]     0.7.8claws90
10604
10605         * src/messageview.c
10606         * src/noticeview.[ch]
10607                 o fix bug notice view being displayed when going to empty folder 
10608                   (noticed by Christoph)
10609                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10610                   (noticed by Thorsten)
10611
10612 2002-07-21 [thorsten]   0.7.8claws89
10613
10614         * src/mimeview.c
10615                 Included save_all patch from Xaview FACQ
10616                 added support for pathnames
10617
10618 2002-07-21 [alfons]     0.7.8claws88
10619
10620         * po/POTFILES.in
10621         * src/Makefile.am
10622         * src/mainwindow.c
10623         * src/messageview.[ch]
10624         * src/noticeview.c      ** NEW FILE **
10625         * src/noticeview.h      ** NEW FILE **
10626                 make return receipts work again
10627                 (UI idea by Leandro Pereira)
10628
10629 2002-07-21 [paul]       0.7.8claws87
10630
10631         * src/summaryview.c
10632                 fix sensitivity of 'Select thread'
10633
10634 2002-07-21 [paul]       0.7.8claws86
10635
10636         * src/prefs_common.c
10637                 add browser command line for Galeon
10638
10639 2002-07-21 [paul]       0.7.8claws85
10640
10641         * Makefile.am
10642                 fix 'EXTRA_DIST': remove README.README, add TODO
10643                 and TODO.claws
10644
10645 2002-07-21 [alfons]     0.7.8claws84
10646
10647         * src/gtkstext.c
10648                 make enter clear selection
10649                 (closes "[ 579888 ] Editor selection/entry error"
10650                 reported by Steve Lamb)
10651
10652 2002-07-21 [alfons]     0.7.8claws83
10653         
10654         * src/summaryview.c
10655                 sort message list when selecting unthread messages
10656                 (closes "[ 501593 ] switching threaded view doesn't sort"
10657                 reported by Simon Schubert)
10658
10659 2002-07-20 [alfons]     0.7.8claws82
10660         
10661         * src/matcher.c
10662                 const-correctness
10663
10664 2002-07-20 [thorsten]   0.7.8claws81
10665
10666         * src/matcher.c
10667                 Fixed expansion of empty fields in matchactions
10668
10669 2002-07-19 [melvin]     0.7.8claws80
10670
10671         * src/gtkspell.c
10672                 Removed a duplicate menu entry (fast mode) introduced during
10673                 the new cache merge
10674                 Added a menu separator between 'Use alternate' and 'Fast mode'
10675
10676 2002-07-19 [paul]       0.7.8claws79
10677
10678         * tools/Makefile.am
10679           tools/README
10680                 correct typos
10681
10682 2002-07-19 [thorsten]   0.7.8claws78
10683
10684         * tools/calypso_convert.pl      ** NEW FILE **
10685           tools/README
10686           tools/Makefile.am
10687                 script to import mbox files exported
10688                 by calypso
10689                 o generates folder structure
10690                 o includes attachments
10691
10692 2002-07-19 [melvin]     0.7.8claws77
10693
10694         * src/selective_download.[ch]
10695                 Fixed bug where closing the dialog with the window manager's
10696                 close button will not unlock the summary
10697                 Corrected some function declarations that missed a return value
10698                 Made the source code comply better with coding style.
10699         * src/prefs_common.c
10700                 Added new browser command line for Mozilla.
10701
10702 2002-07-18 [paul]       0.7.8claws76
10703
10704         * src/mainwindow.c
10705           src/selective_download.[ch]
10706                 reflect theme changes, fix Gdk Warning when creating 
10707                 pixmap from NULL window, and minor clean up.
10708                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10709
10710         * po/en_GB.po
10711                 updated
10712
10713 2002-07-17 [paul]       0.7.8claws75
10714
10715         * INSTALL[.jp]
10716                 sync with 0.8.0
10717         
10718         * po/en_GB.po
10719                 updated
10720
10721 2002-07-16 [paul]       0.7.8claws74
10722
10723         * tools/filter_conv.pl
10724           tools/README
10725                 replace conversion script with reimplemented version, 
10726                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10727
10728 2002-07-16 [colin]      0.7.8claws73
10729
10730         * src/summaryview.c
10731                 remove forgotten debug messages - sorry ;-)
10732
10733 2002-07-16 [colin]      0.7.8claws72
10734
10735         * src/mimeview.c
10736           src/summaryview.c
10737           src/textview.c
10738           src/textview.h
10739                 add the ability to select part of a text mime-part 
10740                 to reply.
10741
10742 2002-07-15 [christoph]  0.7.8claws71
10743
10744         * src/folder.c
10745                 fix folder message count for folders without
10746                 msg_is_changed (includes news folders)
10747
10748 2002-07-15 [martin]     0.7.8claws70
10749
10750         * src/summaryview.c
10751                 option "display recipient on 'From'..." now works
10752                 without the need of enabling the option
10753                 "display  sender  using  address  book".
10754
10755 2002-07-15 [christoph]  0.7.8claws69
10756
10757         * src/summaryview.c
10758                 removed setting folder status from summaryview.
10759                 folder.c should update all message counts correctly.
10760
10761 2002-07-15 [paul]       0.7.8claws68
10762
10763         * po/pt_BR.po
10764                 updated by Fabio Junior Beneditto
10765
10766 2002-07-15 [darko]      0.7.8claws67
10767
10768         * src/mh.c
10769                 Fixed target folder colorization, don't decrease op
10770                 number twice
10771
10772 2002-07-14 [paul]       0.7.8claws66
10773
10774         * sync with main 0.8.0
10775                 see ChangeLog 2002-07-14
10776
10777 2002-07-13 [melvin]     0.7.8claws65
10778         
10779         * src/addrbook.c
10780         * src/addressbook.c
10781         * src/addrindex.c
10782                 Replaced sprintf by g_snprintf to prevent possible buffer
10783                 overflow.
10784         * src/news.c
10785                 Corrected a log message output format.
10786                 Added a missing "done" debug output.
10787         * src/compose.c
10788                 Added keyboard accelerator for Priority menu items
10789                 Added missing \n in debug output
10790         * src/logwindow.c
10791         * src/gtkspell.c
10792         * src/rfc2015.c
10793                 Added missing \n in debug output
10794
10795 2002-07-13 [paul]       0.7.8claws64
10796
10797         * man/sylpheed.1
10798                 change Sergey's email address to the sf address
10799
10800         * src/textview.c
10801                 increase show_url_timeout (more useful for long
10802                 urls)
10803
10804 2002-07-12 [sergey]     0.7.8claws63
10805
10806         * src/rfc2015.c
10807                 applied (with some modifications) patch to set the
10808                 micalg parameter for signatures
10809                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10810
10811 2002-07-12 [sergey]     0.7.8claws62
10812
10813         * man/Makefile.am
10814         * configure.in
10815                 fixed man page installation
10816
10817 2002-07-12 [paul]       0.7.8claws61
10818
10819         * sync with 0.7.8cvs26
10820                 see ChangeLog 2002-07-11 and 2002-07-12
10821
10822 2002-07-11 [christoph]  0.7.8claws60
10823
10824         * src/compose.c
10825         * src/procmsg.c
10826                 first use the message number to find the message
10827                 to mark with a reply flag but check the
10828                 message-id if we got the correct message, if not
10829                 try to find it by message-id.
10830                 use new string seperator that is not allowed
10831                 in message-ids.
10832
10833 2002-07-11 [paul]       0.7.8claws59
10834
10835         * sync with 0.7.8cvs23
10836                 see ChangeLog 2002-07-10
10837
10838 2002-07-10 [christoph]  0.7.8claws58
10839
10840         * src/folder.[ch]
10841         * src/msgcache.[ch]
10842                 Added message-id table to the cache in memory
10843                 and functions to msgcache.c and folder.c to
10844                 fetch MsgInfos by message id
10845         * src/compose.c
10846         * src/procmsg.c
10847                 store folder and message-id of message replying
10848                 to in queue header and set reply flag after sending
10849                 (Closes bug #469498)
10850
10851 2002-07-10 [paul]       0.7.8claws57
10852
10853         * AUTHORS
10854           man/sylpheed.1.gz
10855                 add Martin to the list of authors
10856
10857 2002-07-09 [martin]     0.7.8claws56
10858         * src/gtksctree.c
10859                 Added gtk_ctree_last_visible(), tree_update_level(),
10860                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10861                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10862                 from gtk+ to gtksctree.c for the new sorting code
10863                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10864                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10865         * src/gtksctree.h
10866                 Added declaration for gtk_sctree_sort_recursive() and
10867                 gtk_sctree_sort_node
10868         * src/addressbook.c
10869         * src/foldersel.c
10870         * src/folderview.c
10871         * src/summaryview.c
10872                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10873                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10874
10875 2002-07-08 [paul]       0.7.8claws55
10876
10877         * more sync with 0.7.8cvs21
10878                 see ChangeLog 2002-07-08
10879
10880 2002-07-08 [paul]       0.7.8claws54
10881
10882         * sync with 0.7.8cvs21
10883                 see ChangeLog 2002-07-08
10884
10885 2002-07-07 [alfons]     0.7.8claws53
10886
10887         * src/Makefile.am
10888         * src/stock_pixmap.[ch]
10889         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10890         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10891         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10892                 add new pixmaps for upcoming notice pane
10893
10894 2002-07-06 [melvin]     0.7.8claws52
10895
10896         * src/gtkspell.[ch]
10897                 Made them a bit closer to Sylpheed's coding style.
10898                 Removed old code.
10899                 Removed possible memory leaks when some errors occurs.
10900
10901 2002-07-06 [melvin]     0.7.8claws51
10902
10903         * po/Makefile.in.in
10904                 Removed --no-location in xgettext command line to help
10905                 translators that use Emacs' po-mode
10906         * src/quote_fmt.c
10907                 Removed unnecessary comments that messed up sylpheed.pot
10908
10909 2002-07-06 [paul]       0.7.8claws50
10910
10911         * sync with 0.7.8cvs19
10912                 see ChangeLog 2002-07-05
10913
10914 2002-07-06 [christoph]  0.7.8claws49
10915
10916         * src/folder.c
10917         * src/mainwindow.c
10918                 fix folder_item_remove_all_msg and folderview
10919                 status for trash folders after emptying trash
10920
10921 2002-07-05 [paul]       0.7.8claws48
10922
10923         * sync with 0.7.8cvs16
10924                 see ChangeLog 2002-07-04 and 2002-07-05
10925
10926 2002-07-04 [paul]       0.7.8claws47
10927
10928         * sync with 0.7.8cvs14
10929                 see  ChangeLog 2002-07-04
10930
10931 2002-07-03 [alfons]     0.7.8claws46
10932
10933         * src/folder.c
10934                 dupe folder item's path because it's being reallocated
10935                 by new folder scanning code
10936
10937 2002-07-03 [christoph]  0.7.8claws45
10938
10939         * src/imap.c
10940                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10941         * src/msgcache.c
10942                 add missing return in msgcache_write
10943
10944 2002-07-02 [thorsten]   0.7.8claws44
10945
10946         * src/jpilot.c
10947         * src/msgcache.c
10948         * src/rfc2015.c
10949                 use binary mode for file access
10950
10951 2002-07-02 [christoph]  0.7.8claws43
10952
10953         * major code cleanup (part 1)
10954         
10955                 - unused variables removed
10956                 - unused functions removed
10957                 - uninitialized variables checked
10958                 - missing return statements added
10959                 - missing function return types added
10960                 - added parentheses around assignment and
10961                   && in || when suggested by gcc
10962               
10963         * src/mh.c
10964         * src/folder.c
10965                 replaced direct calls to folder->scan_tree
10966                 with folder_scan_tree and restore folder
10967                 prefs in this function. The folder should
10968                 not have to deal with them.
10969                 ( Should now work for all folder types )
10970
10971 2002-07-02 [paul]       0.7.8claws42
10972
10973         * sync with 0.7.8cvs13
10974                 see ChangeLog 2002-07-01 and 2002-07-02
10975
10976 2002-07-01 [christoph]  0.7.8claws41
10977
10978         * src/summaryview.c
10979                 fix "goto next/prev unread message" with
10980                 ignored threads
10981
10982 2002-07-01 [paul]       0.7.8claws40
10983
10984         * po/es.po
10985                 updated by Ricardo Mones Lastra
10986
10987 2002-06-30 [match]      0.7.8claws39
10988
10989         * src/jpilot.c
10990                 applied variation of leonerd's patch (566661) to
10991                 allow multiple email addresses per JPilot entry.
10992                 addresses may be separated by space, comma, pipe,
10993                 semi-colon, new-line.
10994
10995 2002-06-30 [alfons]     0.7.8claws38
10996
10997         * src/procmsg.c
10998                 simple fix for putting older nodes before
10999                 newer nodes when threading by subject
11000
11001 2002-06-30 [christoph]  0.7.8claws37
11002
11003         * src/folder.c
11004         * src/folderview.c
11005         * src/mh.c
11006         * src/news.c
11007         * src/procmsg.c
11008                 fix broken folder tree rescaning
11009                 and don't use procmsg_get_mark_sum
11010                 anymore
11011
11012 2002-06-30 [christoph]  0.7.8claws36
11013
11014         * merge new cache branch
11015         * src/imap.c
11016                 fix new cache imap copy bug
11017         * src/folder.c
11018                 improved folder_item_scan
11019                 it should now always set the correct
11020                 new, unread and total message counts
11021
11022 2002-06-29 [paul]       0.7.8claws35
11023
11024         * configure.in
11025                 correct syntax error
11026
11027 2002-06-29 [paul]       0.7.8claws34
11028
11029         * configure.in
11030           Makefile.am
11031           man/Makefile.am       ** NEW FILE **
11032           man/sylpheed.1.gz     ** NEW FILE **
11033                 add Sylpheed man page
11034
11035 2002-06-29 [paul]       0.7.8claws33
11036
11037         * po/pt_BR.po
11038                 updated by Fabio Junior Beneditto
11039
11040 2002-06-28 [jens]       0.7.8claws32
11041
11042         * po/de.po
11043                 translation updated
11044
11045         * src/selective_download.c
11046                 removed gettext for space " "
11047
11048         * src/imap.c
11049                 removed wrong space
11050
11051 2002-06-28 [paul]       0.7.8claws31
11052
11053         * sync with 0.7.8cvs11
11054                 see ChangeLog 2002-06-28
11055
11056 2002-06-28 [paul]       0.7.8claws30
11057
11058         * sync with 0.7.8cvs10
11059                 see ChangeLog 2002-06-27 and 2002-06-28
11060
11061 2002-06-26 [paul]       0.7.8claws29
11062
11063         * src/addrgather.c
11064           src/selective_download.c
11065                 don't gettextise empty strings.
11066                 reserved by gettext. gettext("") returns 
11067                 the header entry with meta information, 
11068                 not the empty string
11069
11070         * po/en_GB.po
11071                 updated
11072
11073 2002-06-26 [paul]       0.7.8claws28
11074
11075         * sync with 0.7.8cvs7
11076                 see ChangeLog 2002-06-25
11077
11078         * src/prefs_common.c
11079                 ...and in the process, tweak the gui a little
11080
11081 2002-06-25 [alfons]     0.7.8claws27
11082         
11083         * configure.in
11084         * src/Makefile.am
11085                 fine tune ldap library detection
11086
11087 2002-06-25 [alfons]     0.7.8claws26
11088
11089         * src/compose.c
11090                 don't allow return receipts when composing a news article
11091
11092 2002-06-25 [paul]       0.7.8claws25
11093
11094         * Makefile.am
11095                 add '$(AMTAR)' to 'release' section to allow for
11096                 new and older autotools
11097
11098 2002-06-25 [paul]       0.7.8claws24
11099
11100         * src/summaryview.c
11101                 fix "No more unread messages" persistant pop-up
11102                 window bug
11103
11104 2002-06-25 [paul]       0.7.8claws23
11105
11106         * po/it.po
11107                 updated by Alessandro Maestri
11108
11109 2002-06-25 [paul]       0.7.8claws22
11110
11111         * sync with 0.7.8cvs6
11112                 see ChangeLog 2002-06-25
11113
11114 2002-06-24 [paul]       0.7.8claws21
11115
11116         * tools/update-po
11117                 add GPL copyright information
11118
11119 2002-06-24 [paul]       0.7.8claws20
11120
11121         * tools/Makefile.am
11122           tools/README
11123           tools/update-po       ** NEW FILE **
11124                 add script that eases the creation of *.po files
11125                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11126
11127 2002-06-23 [alfons]     0.7.8claws19
11128
11129         * src/messageview.c
11130                 make notification_convert_header obey const correctness
11131                 (next step will be fixing the broken return receipt)
11132
11133 2002-06-23 [paul]       0.7.8claws18
11134
11135         * src/messageview.c
11136                 fix bug introduced in last commit:
11137                 removed too much code in last commit - put back what's
11138                 needed
11139
11140 2002-06-23 [paul]       0.7.8claws17
11141
11142         * src/messageview.[ch]
11143                 remove code committed in error from locally patched
11144                 source
11145
11146 2002-06-23 [colin]      0.7.8claws16
11147
11148         * src/compose.[ch]
11149                 add compose_entry_select(), used to select the default_to
11150                 email address - hopefully avoiding people sending mails to
11151                 wrong recipients.
11152
11153 2002-06-22 [alfons]     0.7.8claws15
11154
11155         * AUTHORS
11156                 add Bram Metsch & Stanislav Karchebny
11157         * src/smtp.[ch]
11158         * src/prefs_account.[ch]
11159         * src/send.c
11160                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11161                   options.  (see <http://sourceforge.net/tracker/index.php
11162                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11163
11164                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11165                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11166
11167 2002-06-22 [paul]       0.7.8claws14
11168
11169         * sync with 0.7.8cvs5
11170                 see ChangeLog 2002-06-19 and 2002-06-20
11171
11172 2002-06-22 [alfons]     0.7.8claws13
11173
11174         * src/selective_download.c
11175                 fix a stupid mistake I made
11176
11177 2002-06-22 [alfons]     0.7.8claws12
11178
11179         * src/selective_download.[ch]
11180                 fix another unnoticed leak; cleanup code
11181
11182 2002-06-21 [alfons]
11183
11184         * tools/Makefile.am
11185                 gpg-sign <-- gpg-sign-syl
11186
11187 2002-06-21 [alfons]     0.7.8claws11
11188
11189         * src/selective_download.c
11190         * src/selective_download.h
11191                 fix assorted mix of allocation errors (should solve
11192                 problem reported by Philippe Gramoullé, see:
11193                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11194
11195 2002-06-20 [melvin]     0.7.8claws10
11196
11197         * tools/gpg-sign *REMOVED*
11198           tools/gpg-sign-syl *ADDED*
11199                 Replaced the gpg clearsigning script with the version using
11200                 xterm instead of ssh-askpass and changed its name.
11201
11202         * README.claws
11203                 Updated actions example to reflect the renaming of the
11204                 gpg clearsigning script.
11205
11206 2002-06-19 [paul]       0.7.8claws9
11207
11208         * sync with 0.7.8claws9
11209                 see ChangeLog 2002-06-18 and 2002-06-19
11210
11211 2002-06-19 [paul]       0.7.8claws8
11212
11213         * sync with 0.7.8cvs1
11214                 see ChangeLog 2002-06-18
11215
11216 2002-06-18 [alfons]     0.7.8claws7
11217
11218         * src/mainwindow.h
11219                 add omitted prototype
11220
11221 2002-06-17 [paul]       0.7.8claws6
11222
11223         * src/mainwindow.c
11224                 fix hiding of exec_btn
11225
11226 2002-06-17 [paul]       0.7.8claws5
11227
11228         * src/pop.c
11229                 remove unneeded code: should_delete() 
11230                 and Pop3State::uidl_todelete_list
11231
11232 2002-06-17 [paul]       0.7.8claws4
11233
11234         * sync with 0.7.8
11235                 see ChangeLog 2002-06-11 and 2002-06-13
11236
11237 2002-06-16 [alfons]     0.7.8claws3
11238         
11239         * src/folder.c
11240                 make sure lock sort mode (claws specific) is
11241                 also persists after a tree rescan
11242
11243 2002-06-16 [alfons]     0.7.8claws2
11244
11245         * src/prefs_folder_item.c
11246         * src/folder.[ch]
11247                 fix persistence of folder sort mode (broken
11248                 by adapting Hiro's new folder persistence code)
11249
11250 2002-06-16 [alfons]     0.7.8claws1
11251
11252         * AUTHORS
11253         * src/logwindow.c
11254         * src/prefscommon.[ch]
11255                 control size of log text in log window; 
11256                 closes patch #569155 submitted by Mitko Haralanov.
11257
11258 2002-06-15 [paul]       0.7.8claws
11259
11260         * release of 0.7.8claws
11261
11262 2002-06-15 [paul]       0.7.7claws
11263
11264         * po/pt_BR.po
11265                 updated by Fabio Junior Beneditto
11266
11267 2002-06-14 [paul]       0.7.6claws49
11268
11269         * po/es.po
11270                 updated by Ricardo Mones Lastra
11271
11272 2002-06-14 [paul]       0.7.6claws48
11273
11274         * po/nl.po
11275                 updated translation by Wilbert Berendsen
11276
11277 2002-06-14 [melvin]     0.7.6claws47
11278
11279         * po/fr.po
11280                 Updated French translation
11281
11282 2002-06-13 [paul]       0.7.6claws46
11283
11284         * src/filesel.c
11285                 allow filename to be typed in, rather than just
11286                 selected by the mouse. Patch by Gustavo Noronha Silva.
11287
11288 2002-06-13 [alfons]     0.7.6claws45
11289
11290         * src/mainwindow.[ch]
11291                 more cleanups (removing unnecessary menu items Expand 
11292                 summary / message view)
11293
11294 2002-06-13 [melvin]     0.7.6claws44
11295
11296         * po/POTFILES.in
11297                 Added src/string_match.c
11298         * src/string_match.c
11299                 Fixed possible buffer overflow.
11300                 Corrected typo.
11301                 Added missing config.h header.
11302         * src/prefs_common.c
11303           src/prefs_matcher.c
11304           src/prefs_scoring.c
11305                 Made some strings translatable (missing _(..)).
11306
11307 2002-06-13 [melvin]     0.7.6claws43
11308
11309         * README.claws
11310                 Corrected action example (verifying clearsigned mail).
11311         * src/prefs_account.c
11312                 Corrected typo.
11313         * src/prefs_common.c
11314                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11315
11316 2002-06-12 [alfons]     0.7.6claws42
11317
11318         * src/summaryview.c
11319                 add init of score column lost in 0.7.6claws42
11320
11321 2002-06-12 [paul]       0.7.6claws41
11322
11323         * src/prefs_account.c
11324                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11325                 behavior of the radio buttons, (from 0.7.7cvs2)
11326
11327 2002-06-11 [alfons]     0.7.6claws40
11328
11329         * src/messageview.[ch]
11330         * src/summaryview.[ch]
11331         * src/summary_search.c
11332         * src/mainwindow.c
11333                 perform a sync to bring in Hiro's separate view implementation 
11334
11335                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11336
11337 2002-06-11 [paul]       0.7.6claws39
11338         
11339         * src/prefs_account.c
11340                 correct a typo on the Receive tab
11341
11342 2002-06-10 [match]      0.7.6claws38
11343
11344         * src/addressbook.c
11345                 Included address completion patch from Gustavo Noronha.
11346
11347 2002-06-10 [paul]       0.7.6claws37
11348
11349         * src/inc.[ch]
11350           src/pop.c
11351           src/prefs_account.[ch]
11352           src/selective_download.[ch]
11353                 apply PATCH #561712
11354                  NEW:
11355                 - check if POP Account
11356                 - Receive Button renamed to Preview
11357                 - Preview Button Popup: preview new/all messages
11358                 - Download Button
11359                 - Account Preferences-->Receive tab checkbutton if you
11360                   want to remove Mail after Download
11361                 -: default YES
11362                 - Account Preferences-->Receive tab checkbutton use
11363                   filtering rules on preview
11364                   (think of delete_on_server)
11365                 -: default YES
11366                 - Account selectable from SD dialog
11367                 - checkbutton to show already downloaded messages if
11368                   all messages are previewed
11369                 - new clist column showing Date
11370                 - ESC KEY close
11371                 FIXES:
11372                 - play ball with UIDL
11373                 - fault tolerant (?) 
11374                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11375
11376 2002-06-10 [melvin]     0.7.6claws36
11377
11378         * README.claws
11379                 Added a hint to ac/README in cvs instructions.
11380
11381         * src/prefs_actions.c
11382                 Made it possible to use a more elaborate command line
11383                 for asynchronous actions, too.
11384
11385 2002-06-10 [melvin]     0.7.6claws35
11386         
11387         * src/prefs_actions.c
11388                 Make it possible to use a more elaborate command line
11389                 (e.g. |foo|bar|cat>there;echo Done|)
11390                 Corrected error message when calling %f, %F and %p commands
11391                 from the compose window.
11392
11393 2002-06-09 [colin]      0.7.6claws34
11394
11395         * src/summaryview.c
11396                 Automatically find unread messages in current folder
11397                 before annoying the user.
11398
11399 2002-06-08 [alfons]     0.7.6claws33
11400
11401         * po/it.po
11402                 remove bad formatting string in it.po translation
11403                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11404
11405 2002-06-08 [paul]       0.7.6claws32
11406
11407         * sync with 0.7.6cvs25
11408                 see ChangeLog 2002-06-07
11409
11410 2002-06-05 [paul]       0.7.6claws31
11411
11412         * src/mainwindow.c
11413                 add 'Sort by locked' and 'Sort by score'
11414
11415 2002-06-05 [paul]       0.7.6claws30
11416
11417         * sync with 0.7.6cvs24
11418                 see ChangeLog 2002-06-04
11419
11420 2002-06-04 [paul]       0.7.6claws29
11421
11422         * po/pt_BR.po
11423                 updated by Fabio Junior Beneditto
11424
11425 2002-06-03 [thorsten]   0.7.6claws28
11426
11427         * src/matcher.c
11428                 fclose() matcherrc after reading
11429
11430 2002-06-03 [paul]       0.7.6claws27
11431
11432         * sync with 0.7.6cvs21
11433                 see ChangeLog 2002-05-31
11434
11435 2002-05-31 [paul]       0.7.6claws26
11436
11437         * sync with 0.7.6cvs20
11438                 see ChangeLog 2002-05-29 and 2002-05-30
11439
11440 2002-05-31 [paul]       0.7.6claws25
11441
11442         * src/imap.c
11443                 hopefully fix last buggy sync
11444
11445         * README.claws
11446                 correct typo in 'Actions' examples
11447
11448 2002-05-29 [paul]       0.7.6claws24
11449
11450         * sync with 0.7.6cvs18
11451                 see ChangeLog 2002-05-28 and 2002-05-29
11452
11453         * src/news.c
11454           src/nntp.[ch]
11455                 sync with above 
11456
11457 2002-05-28 [paul]       0.7.6claws23
11458
11459         * sync with 0.7.6cvs16
11460                 see ChangeLog 2002-05-28
11461
11462 2002-05-27 [thorsten]   0.7.6claws22 
11463
11464         * faq/it/sylpheed-faq-1.html
11465           faq/it/sylpheed-faq-2.html
11466           faq/it/sylpheed-faq-3.html
11467           faq/it/sylpheed-faq.html
11468                 corrected DOS lineendings
11469         * faq/de/sylpheed-faq-1.html
11470           faq/de/sylpheed-faq-2.html
11471           faq/en/sylpheed-faq-1.html
11472           faq/en/sylpheed-faq-2.html
11473           faq/en/sylpheed-faq-3.html
11474           faq/es/sylpheed-faq-1.html
11475           faq/es/sylpheed-faq-2.html
11476           faq/es/sylpheed-faq-3.html
11477           faq/fr/sylpheed-faq-1.html
11478           faq/it/sylpheed-faq-1.html
11479           faq/it/sylpheed-faq-2.html
11480           faq/it/sylpheed-faq-3.html
11481           faq/it/sylpheed-faq.html
11482                 changed ">" to &quot;
11483
11484 2002-05-27 [paul]       0.7.6claws21
11485         
11486         * sync with 0.7.6cvs15
11487                 see ChangeLog 2002-05-27
11488
11489 2002-05-27 [paul]       0.7.6claws20
11490
11491         * src/prefs_account.c
11492                 correct a typo
11493
11494 2002-05-26 [paul]       0.7.6claws19
11495
11496         * tools/README
11497                 correct a typo
11498
11499 2002-05-25 [paul]       0.7.6claws18
11500
11501         * tools/README
11502                 add description of kmail2sylpheed.pl
11503
11504 2002-05-25 [paul]       0.7.6claws17
11505
11506         * tools/kmail2sylpheed.pl       ** NEW FILE **
11507                 perl script that converts an exported Kmail address
11508                 book, converts it to sylpheed addressbook file,
11509                 writes the file to .sylpheed, and updates
11510                 addrbook--index.xml 
11511
11512 2002-05-25 [paul]       0.7.6claws16
11513
11514         * sync with 0.7.6cvs14
11515                 see ChangeLog 2002-05-23
11516
11517 2002-05-24 [paul]       0.7.6claws15
11518
11519         * README.claws
11520                 make a correction and add some more info
11521
11522 2002-05-24 [paul]       0.7.6claws14
11523
11524         * src/compose.c
11525                 fix memory leak in 
11526                 compose_redirect_write_headers_from_headerlist()
11527                 add Subject and Resent-Message-ID to
11528                 compose_redirect_write_headers()
11529                 Received, Subject, and X-UIDL are filtered out in 
11530                 compose_redirect_write_to_file()
11531
11532 2002-05-23 [paul]       0.7.6claws13
11533
11534         * src/compose.[ch]
11535           src/filtering.c
11536           src/mainwindow.c
11537           src/matcher.[ch]
11538           src/matcher_parser_lex.l
11539           src/matcher_parser_parse.y
11540           src/prefs_common.[ch]
11541           src/prefs_filtering.c
11542           src/summaryview.c
11543                 rename 'Bounce' to 'Redirect'
11544
11545 2002-05-23 [paul]       0.7.6claws12
11546
11547         * more sync with 0.7.6cvs13
11548           src/compose.c
11549                 see ChangeLog 2002-05-22
11550
11551 2002-05-22 [paul]       0.7.6claws11
11552
11553         * sync with 0.7.6cvs13
11554           src/codeconv.c
11555                 see ChangeLog 2002-05-20
11556           src/prefs_common.c
11557                 see ChangeLog 2002-05-22
11558
11559 2002-05-21 [melvin]     0.7.6claws10
11560
11561         * src/folderview.c
11562                 Added missing filtering and scoring headers
11563                 Fixed bad function call that showed garbage 
11564                 in Folder->Processing
11565
11566 2002-05-21 [paul]       0.7.6claws9
11567
11568         * tools/Makefile.am
11569                 make all tools executable, (patch by Alfons).
11570
11571 2002-05-20 [alfons]     0.7.6claws8
11572
11573         * src/procheader.c
11574                 don't forget to call mktime() so we have a valid week 
11575                 and year day
11576                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11577
11578 2002-05-20 [paul]       0.7.6claws7
11579
11580         * src/html.c
11581                 fix broken parsing of urls
11582         * src/textview.c
11583                 fix displaying of urls
11584
11585                 both fixes from the patch [547855] by Eugene 
11586                 Brevdo (zonem)
11587
11588 2002-05-19 [alfons]     0.7.6claws6
11589
11590         * configure.in
11591                 make sylpheed configure correctly with the latest
11592                 and greatest of automake / autoconf / gettext
11593
11594 2002-05-19 [alfons]     0.7.6claws5
11595
11596         * src/procheader.c
11597         * src/procheader.h
11598                 add function for returning ime zone offset
11599         * src/quote_fmt.c
11600         * src/quote_fmt_parse.y
11601                 better quotation formatting - does not convert
11602                 to local time, but uses the original date string.
11603                 
11604                 Note: %z inserts the timezone offset (should 
11605                 work also on platforms where strftime does not
11606                 support %z).
11607
11608 2002-05-18 [christoph]  0.7.6claws4
11609
11610         * src/summaryview.c
11611                 fix indentation of some code
11612         * tools/Makefile.am
11613                 fix spaces after \
11614         * src/Makefile.am
11615                 add missing \
11616                 correct path for ignorethread.xpm
11617                 incorrect filename for sylpheed_logo.xpm
11618                 add missing include matcher_parser_parse.h
11619
11620 2002-05-18 [paul]       0.7.6claws3
11621
11622         * sync with 0.7.6cvs8
11623                 see ChangeLog 2002-05-16 and 2002-05-17
11624
11625 2002-05-18 [melvin]     0.7.6claws2
11626
11627         * README.claws
11628                 Corrected an action's definition and fixed some misspellings.
11629
11630 2002-05-18 [paul]       0.7.6claws1
11631
11632         * tools/Makefile.am
11633           tools/gpg-sign        ** new file **
11634           tools/uudec           ** new file **
11635                 add Melvin's Actions scripts
11636
11637         * README.claws
11638                 add Melvin's descriptions for Actions
11639
11640 2002-05-18 [paul]       0.7.6claws
11641
11642         * Version 0.7.6claws released
11643
11644 2002-05-17 [paul]       0.7.5claws32
11645
11646         * po/es.po
11647                 updated by Ricardo Mones Lastra
11648
11649 2002-05-17 [paul]       0.7.5claws31
11650
11651         * src/compose.c
11652                 fix Account prefs default folder for sent/draft/deleted
11653                 messages bug
11654
11655         * po/it.po
11656           po/nl.po
11657                 updated translation by Alessandro Maestri and
11658                 Wilbert Berendsen
11659
11660 2002-05-17 [melvin]     0.7.5claws30
11661
11662         * src/prefs_actions.c
11663                 Fixed bug where using %F not at the end of the command 
11664                 resulted in an additional empty argument being created.
11665                 Thanks to Darko Koruga for reporting the bug.
11666
11667 2002-05-17 [melvin]     0.7.5claws29
11668
11669         * po/fr.po
11670                 Updated French translations.
11671
11672 2002-05-15 [paul]       0.7.5claws28
11673         
11674         * po/es.po
11675                 updated by Ricardo Mones Lastra
11676
11677 2002-05-15 [paul]       0.7.5claws27
11678
11679         * sync with 0.7.6cvs4
11680                 see ChangeLog 2002-05-14 and 2002-05-15
11681
11682 2002-05-14 [paul]       0.7.5claws26
11683
11684         * sync with 0.7.6cvs1
11685                 see ChangeLog 2002-05-13
11686
11687 2002-05-13 [thorsten]   0.7.5claws25
11688
11689         * src/messageview.c
11690                 fix select_all and copy in multipart messages
11691         * src/mainwindow.c
11692                 fix select_all and copy in multipart messages
11693
11694 2002-05-12 [paul]       0.7.5claws24
11695
11696         * src/summaryview.c
11697                 reverse last commit, bug already fixed in 0.7.5claws3
11698
11699 2002-05-12 [netztorte]  0.7.5claws23
11700
11701         * src/summaryview.c
11702                 dont parse empty addressbook (checked in before claws20)
11703
11704 2002-05-12 [melvin]     0.7.5claws22
11705
11706         * src/procmsg.[ch]
11707                 Removed unneeded priority code introduced by the previous 
11708                 commit.
11709
11710 2002-05-12 [melvin]     0.7.5claws21
11711
11712         * src/compose.[ch]
11713                 Added possibility to set message's priority.
11714         * src/procmsg.[ch]
11715                 Added possibility to set message's priority.
11716                 Added missing headers
11717
11718 2002-05-12 [melvin]     0.7.5claws20
11719
11720         * src/prefs_actions.c
11721                 Removed implicitely added quotes around the name
11722                 of the temporary files of mime parts.
11723
11724 2002-05-12 [paul]       0.7.5claws19
11725
11726         * sync with 0.7.5cvs20
11727                 see ChangeLog 2002-05-11
11728
11729 2002-05-12 [alfons]     0.7.5claws18
11730
11731         * src/quote_fmt_lex.l
11732         * src/quote_fmt_parse.y
11733                 allow quote / reply date & time format to be set using
11734                 %D{format}. format is a format string you'd pass to
11735                 strftime() (see man strftime, or the Display tab |
11736                 Date format setting).
11737
11738                 Currently %D converts the date to local time. 
11739
11740 2002-05-11 [paul]       0.7.5claws17
11741
11742         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11743                 see ChangeLog 2002-05-10 and 2002-05-11
11744
11745 2002-05-10 [paul]       0.7.5claws16
11746
11747         * sync with 0.7.5cvs16
11748                 see ChangeLog entries 2002-05-09 and 
11749                 2002-05-10
11750
11751 2002-05-10 [colin]      0.7.5claws15
11752
11753         * src/textview.c
11754                 Corrected a bug that prevented sylpheed to open
11755                 double-clicked URIs.
11756
11757 2002-05-09 [paul]       0.7.5claws14
11758
11759         * sync with 0.7.5cvs14
11760                 see ChangeLog 2002-05-08 and 2002-05-09
11761
11762 2002-05-08 [paul]       0.7.5claws13
11763
11764         * sync with 0.7.5cvs11
11765                 see ChangeLog entry 2002-05-08
11766
11767 2002-05-08 [paul]       0.7.5claws12
11768
11769         * src/mainwindow.c
11770           src/textview.[ch]
11771                 fix segfault on View->Open in new window
11772                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11773
11774 2002-05-07 [paul]       0.7.5claws11
11775
11776         * sync with 0.7.5cvs9
11777                 see ChangeLog entry 2002-05-07
11778
11779 2002-05-06 [paul]       0.7.5claws10
11780
11781         * src/messageview.c
11782           src/textview.c
11783                 display url in statusbar on single-click
11784                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11785
11786 2002-05-06 [match]      0.7.5claws9
11787
11788         * src/addritem.[ch]
11789                 new functions.
11790         * src/addrcache.c
11791                 tidy up.
11792         * src/xmlprops.[ch]
11793                 XML implementation of properties file.
11794         * src/exporthtml.[ch]
11795         * src/expthtmldlg.[ch]
11796         * src/addressbook.c
11797                 export to HTML.
11798
11799 2002-05-02 [sergey]     0.7.5claws8
11800
11801         * src/mainwindow.c (mainwin_entries),
11802           src/prefs_common.c (prefs_send_create()),
11803           src/codeconv.c (locale_table):
11804                 use charset name "Windows-1251" instead of "CP1251".
11805
11806 2002-05-02 [colin]      0.7.5claws7
11807         
11808         * src/compose.c
11809           src/prefs_common.c
11810           src/prefs_folder_item.c
11811                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11812
11813 2002-05-02 [hiro]       0.7.5claws6
11814
11815         * src/imap.c
11816                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11817
11818 2002-05-02 [paul]       0.7.5claws5
11819
11820         * src/compose.c
11821                 more sync with 0.7.5cvs7, see ChangeLog entry
11822                 2002-05-02
11823
11824 2002-05-02 [hiro]       0.7.5claws4
11825
11826         * src/compose.c
11827                 compose_queue_sub():
11828                 check if queue folder exists (closes #550397).
11829                 removed directory creation since it should be handled
11830                 transparently.
11831         * src/imap.c
11832                 imap_add_msg(): return UID for appended message
11833                 (closes #548842).
11834
11835 2002-04-30 [paul]       0.7.5claws3
11836
11837         * src/summaryview.c
11838                 fix account_find_from_address() bug
11839
11840 2002-04-28 [colin]      0.7.5claws2
11841
11842         * src/compose.c
11843           src/textview.c
11844           src/prefs_common.[ch]
11845           src/utils.[ch]
11846                 Added user-definable quotation characters recognition.
11847
11848 2002-04-28 [paul]       0.7.5claws1
11849
11850         * sync with 0.7.5cvs4
11851                 see ChangeLog entry  2002-04-25
11852
11853 2002-04-28 [paul]       0.7.5claws
11854
11855         * po/es.po
11856           po/nl.po
11857           po/pt_BR.po
11858                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11859                 Fabio Junior Beneditto
11860
11861 2002-04-27 [jens]       0.7.4claws103
11862
11863         * po/de.po
11864                 updated German translation.
11865
11866 2002-04-27 [hiro]       0.7.4claws102
11867
11868         * src/summaryview.c
11869                 summary_write_cache(): fixed the mark loss of hidden messages.
11870
11871 2002-04-26 [melvin]     0.7.4claws101
11872
11873         * src/procmsg.c
11874                 fixed a second typo (same one)
11875         * po/fr.po
11876           po/it.po
11877           po/pt_BR.po
11878                 fixed the type again...
11879
11880 2002-04-26 [melvin]     0.7.4claws100
11881
11882         * src/procmsg.c
11883                 fixed a typo in an alert message ("temorary").
11884         * po/it.po
11885         * po/pt_BR.po
11886                 corrected the typo  described above.
11887         * po/fr.po
11888                 updated French translation.
11889
11890 2002-04-26 [darko]      0.7.4claws99
11891
11892         * src/summaryview.c
11893                 fix target folder colorization
11894
11895 2002-04-25 [paul]       0.7.4claws98
11896
11897         * po/it.po
11898                 updated by Alessandro Maestri
11899
11900 2002-04-24 [colin]      0.7.4claws97
11901         
11902         * src/compose.c
11903                 Fixed double "subject is empty" question.
11904
11905 2002-04-23 [colin]      0.7.4claws96
11906         
11907         * src/mimeview.c
11908                 Corrected issue when "automatically display images" was
11909                 not set : first image remained after selecting second.
11910
11911 2002-04-23 [melvin]     0.7.4claws95
11912
11913         * src/prefs_actions.c
11914                 Don't display in/out dialog if there is nothing to show.
11915
11916 2002-04-23 [paul]       0.7.4claws94
11917
11918         * sync with 0.7.5cvs3
11919                 bug fixes: see ChangeLog entry 2002-04-23
11920
11921 2002-04-22 [darko]      0.7.4claws93
11922
11923         * src/compose.c
11924                 fix previous check-in which changed code after
11925                 merge from main
11926
11927 2002-04-22 [paul]       0.7.4claws92
11928
11929         * faq/de/*
11930                 add German FAQ
11931         * faq/en/*
11932           faq/es/*
11933           faq/fr/*
11934                 update English, Spanish and French FAQs
11935         * manual/de/*
11936           manual/es/*
11937                 add German and Spanish manuals
11938         * manual/en/*
11939           manual/fr/*
11940                 update English and French manuals
11941
11942         * src/Makefile.am
11943                 add to and re-arrange the pixmap entries
11944
11945 2002-04-22 [darko]      0.7.4claws91
11946
11947         * src/compose.c
11948                 fix sender initials recognition to only allow
11949                 '>' after the initials
11950
11951 2002-04-21 [paul]       0.7.4claws90
11952
11953         * sync with 0.7.5 release
11954                 see ChangeLog entry 2002-04-21
11955
11956 2002-04-21 [alfons]
11957
11958         * src/Makefile.am
11959                 add colin's new pixmaps to EXTRA_DIST
11960
11961 2002-04-21 [colin]      0.7.4claws89
11962         * src/compose.c
11963         * src/inc.c
11964         * src/mainwindow.[ch]
11965         * src/prefs_common.[ch]
11966         * src/stock_pixmap.[ch]
11967                 Added "Work offline" ability.
11968
11969 2002-04-21 [colin]      0.7.4claws88
11970         
11971         * src/mimeview.c
11972         * src/prefs_common.c
11973         * src/prefs_common.h
11974         * src/textview.c : Added an option to common preferences -> display
11975           to allow user not to automatically display images.
11976
11977 2002-04-21 [paul]       0.7.4claws87
11978
11979         * sync with 0.7.4cvs52
11980                 see ChangeLog entry 2002-04-21 (src/imap.c)
11981
11982 2002-04-21 [paul]       0.7.4claws86
11983
11984         * sync with 0.7.4cvs51
11985                 see ChangeLog entry 2002-04-21
11986
11987 2002-04-21 [paul]       0.7.4claws85
11988
11989         * sync with 0.7.4cvs49
11990                 see ChangeLog entries 2002-04-20 and 2002-04-21
11991
11992         * src/Makefile.am
11993                 clean up: remove old 'stock_' element from xpm 
11994                 filenames.
11995
11996 2002-04-21 [alfons]     0.7.4claws84
11997
11998         apply sync patch from Paul
11999
12000         * src/folderview.c
12001                 use old claws prefs_folder_item_create() for now
12002
12003 2002-04-19 [match]      0.7.4claws83
12004
12005         * src/addressbook.[ch]
12006         * src/addrharvest.[ch]
12007         * src/addrgather.[ch]
12008                 recurse folders.
12009         * src/mainwindow.c
12010         * src/summaryview.[ch]
12011                 change menu option.
12012
12013 2002-04-19 [paul]       0.7.4claws82
12014
12015         * po/pt_BR.po
12016                 updated by Fabio Junior Beneditto
12017
12018 2002-04-14 [alfons]     0.7.4claws81
12019
12020         * src/passphrase.c
12021                 add #include <sys/types.h> for mode_t and off_t 
12022
12023 2002-04-13 [paul]       0.7.4claws80
12024         
12025         * src/main.c
12026           src/passphrase.[ch]
12027           src/pgptext.c
12028           src/prefs_common.[ch]
12029           src/rfc2015.c
12030                 enable storing of GnuPG passphrase for the whole 
12031                 session or a user-defined number of minutes. patch 
12032                 submitted by Ravemax <ravemax@dextrose.com>
12033
12034 2002-04-13 [alfons]     0.7.4claws79
12035
12036         * src/textview.c
12037                 make email parser also stop scanning when encountering separators
12038                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12039
12040 2002-04-13 [paul]       0.7.4claws78
12041
12042         * sync with 0.7.4cvs39
12043                 see ChangeLog entry 2002-04-12
12044
12045 2002-04-11 [paul]       0.7.4claws77
12046
12047         * sync with 0.7.4cvs37
12048                 see ChangeLog entry 2002-04-11
12049
12050 2002-04-11 [paul]       0.7.4claws76
12051
12052         * COPYING 
12053                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12054                 the clause for OpenSSL). sync with sylpheed main
12055
12056 2002-04-09 [melvin]     0.7.4claws75
12057
12058         * src/compose.c
12059                 Made 'Ctrl-Enter' on send ignore some modifiers 
12060                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12061                 to bind other *-Enter (but not Alt-Enter).
12062
12063 2002-04-09 [paul]       0.7.4claws74
12064
12065         * sync with 0.7.4cvs35
12066                 see ChangeLog entries 2002-04-09
12067
12068 2002-04-08 [paul]       0.7.4claws73
12069
12070         * sync with 0.7.4cvs33
12071                 see ChangeLog entry 200-04-08
12072
12073 2002-04-07 [match]      0.7.4claws72
12074
12075         * src/addrharvest.[ch]
12076                 fixed to read all addresses in header, regardless
12077                 of header size. improved name parsing. accommodate
12078                 harvest from folders and selected message.
12079         * src/addritem.[ch]
12080                 included new address parsing function.
12081         * src/addrgather.[ch]
12082         * src/addressbook.[ch]
12083         * src/summaryview.[ch]
12084         * src/mainwindow.c
12085                 allow address harvest of folder as well as selected
12086                 messages.
12087
12088 2002-04-07 [paul]       0.7.4claws71
12089
12090         * src/esmtp.[ch]
12091           src/smtp.c
12092                 don't try to authenticate with CRAM-MD5 in SMTP when 
12093                 SMTP-AUTH enabled if MTA doesn't issue this 
12094                 auth-method in it's ehlo-response. bug item #531364,
12095                 patch item #938910. patch submitted by Colin Leroy 
12096                 <colin@colino.net>
12097
12098 2002-04-07 [paul]       0.7.4claws70
12099
12100         * src/nntp.c
12101                 fix missing MODE_READER bug. patch submitted by
12102                 Colin Leroy <colin@colino.net>
12103
12104 2002-04-07 [alfons]     0.7.4claws69
12105
12106         * src/matcher.[ch]
12107         * src/prefs_filtering.c
12108         * src/summaryview.c
12109                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12110                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12111
12112 2002-04-07 [paul]       0.7.4claws68
12113
12114         * sync with 0.7.4cvs32
12115                 see ChangeLog entry 2002-04-06
12116
12117         * tools/filter_conv.pl
12118                 more bug fixes
12119
12120 2002-04-06 [paul]       0.7.4claws67
12121
12122         * tools/filter_conv.pl
12123                 modify to be able to find the name of the first
12124                 mailbox and use that. main's filter does not
12125                 record the full path to the mailbox and therefore
12126                 can only filter to the first mailbox.
12127
12128 2002-04-05 [paul]       0.7.4claws66
12129
12130         * tools/filter_conv.pl
12131                 attempt to make the script all-encompassing and
12132                 be able to convert any main 'filter' rule thrown
12133                 at it
12134
12135 2002-04-05 [paul]       0.7.4claws65
12136
12137         * tools/filter_conv.pl
12138                 allow for collapsed folder trees
12139
12140 2002-04-05 [paul]       0.7.4claws64
12141
12142         * sync with 0.7.4cvs31
12143                 see ChangeLog entries 2002-04-05
12144
12145 2002-04-03 [paul]       0.7.4claws63
12146
12147         * sync with 0.7.4cvs29
12148                 see ChangeLog entries 2002-04-02 and 2002-04-03
12149
12150 2002-04-02 [paul]       0.7.4claws62
12151
12152         * sync with 0.7.4cvs26
12153                 see ChangeLog entry 2002-04-01
12154
12155 2002-04-02 [match]      0.7.4claws61
12156
12157         * src/pine.[ch]
12158         * src/importpine.[ch]
12159         * src/addressbook.c
12160                 import Pine address book.
12161
12162 2002-04-02 [match]      0.7.4claws60
12163
12164         * src/addrharvest.[ch]
12165                 improve address parsing of funky addresses.
12166
12167 2002-04-02 [darko]      0.7.4claws59
12168
12169         * src/compose.c
12170                 wrap on send improvements, it now recognizes quoted
12171                 initials as part of the quotation string, and it
12172                 does not join lines separated by CR
12173
12174 2002-04-01 [match]      0.7.4claws58
12175
12176         * src/mgutils.[ch]
12177                 added new functions.
12178         * src/mutt.[ch]
12179                 remove excessive duplicate address generation
12180                 on import.
12181
12182 2002-04-01 [alfons]     0.7.4claws57
12183         
12184         * src/summaryview.c
12185                 put back g_free() 
12186
12187 2002-04-01 [paul]       0.7.4claws56
12188
12189         * sync with 0.7.4cvs25
12190                 see ChangeLog entry 2002-04-01
12191
12192 2002-04-01 [alfons]     0.7.4aprilfool55
12193
12194         * src/summaryview.c
12195                 honour feature request item #537427 to allow for
12196                 displaying names from address book for sent mail also
12197
12198 2002-03-29 [paul]       0.7.4claws54
12199
12200         * src/mainwindow.c
12201           src/prefs_filtering.[ch]
12202           src/prefs_matcher.c
12203           src/summaryview.c
12204                 add 'fast filter' for claws' filtering,
12205                 /Tools/Create filter rule/... patch submitted
12206                 by Neill Miller <neillm@thecodefactory.org>
12207
12208 2002-03-29 [paul]       0.7.4claws53
12209
12210         * sync with 0.7.4cvs24
12211                 see ChangeLog entry 2002-03-29
12212
12213 2002-03-28 [paul]       0.7.4claws52
12214
12215         * sync with 0.7.4cvs23
12216                 see ChangeLog entry 2002-03-28
12217
12218 2002-03-27 [melvin]     0.7.4claws51
12219
12220         * src/prefs_actions.c
12221                 Added support to pass only one message part (as a
12222                 file) to the command using '%p'. No quotes are needed
12223                 because doubles quotes are automatically added.
12224                 Fixed bug where Sylpheed could block when waiting for
12225                 a child process to finish.
12226                 Changed the help menu to remove quotes around symbols to 
12227                 avoid misinterpretation (they must not be used).
12228
12229 2002-03-27 [melvin]     0.7.4claws50
12230
12231         * src/inc.c
12232                 Made the new mail notification command always 
12233                 execute asynchronously.
12234
12235 2002-03-27 [paul]       0.7.4claws49
12236
12237         * src/compose.c
12238                 fix bug introduced in last commit
12239
12240 2002-03-27 [paul]       0.7.4claws48
12241
12242         * sync with 0.7.4cvs21
12243                 see ChangeLog 2002-03-26 and 2002-03-27
12244
12245 2002-03-26 [hoa]        0.7.4claws47
12246
12247         * src/prefs_folder_item.c
12248                 really fixed the bug #516442 with folder rescan.
12249
12250 2002-03-26 [paul]       0.7.4claws46
12251
12252         * sync with 0.7.4cvs19
12253                 see ChangeLog entries 2002-03-25 and 2002-03-26
12254
12255 2002-03-25 [hoa]        0.7.4claws45
12256
12257         * src/matcher.c
12258         * src/mh.c
12259                 fix the bug #516442 with folder rescan.
12260
12261         * src/prefs_common.[ch]
12262         * src/compose.c
12263                 added an option to enable two different behaviours
12264                 for bounce.
12265
12266
12267 2002-03-25 [paul]       0.7.4claws44
12268
12269         * src/mainwindow.c
12270           src/selective_download.c
12271                 correct a few menuitem labels
12272
12273 2002-03-25 [christoph]  0.7.4claws43
12274
12275         * src/procmsg.c
12276                 fix non deleted tmp message in
12277                 procmsg_save_to_outbox
12278                 fix problems caused by sync with
12279                 main branch's procmsg_send_queue
12280
12281 2002-03-25 [paul]       0.7.4claws42
12282
12283         * src/quote_fmt.c
12284           src/quote_fmt_lex.l
12285           src/quote_fmt_parse.y
12286                 add Last name (%L) placeholder for quoting. 
12287                 patch submitted by Thorsten Thielen 
12288                 <thth@users.sourceforge.net>
12289
12290 2002-03-25 [paul]       0.7.4claws41
12291
12292         * src/utils.c
12293                 get full hostname. patch submitted by
12294                 Bob Woodside <rwoodside1@comcast.net>
12295
12296 2002-03-25 [paul]       0.7.4claws40
12297
12298         * src/account.c
12299           src/news.c
12300           src/nntp.[ch]
12301           src/prefs_account.[ch]
12302                 enable NNTP over SSL. patch submitted by
12303                 Pascal Jermini <pascal@infinity.hn.org>
12304
12305 2002-03-24 [paul]       0.7.4claws39
12306
12307         * src/prefs_common.c
12308                 make the arrangement of the Compose tab more
12309                 coherent
12310
12311         * src/mainwindow.c
12312                 fix some irregularities of style
12313
12314         * po/de.po
12315                 updated by Kilian Krause
12316
12317 2002-03-23 [paul]       0.7.4claws38
12318
12319         * po/pt_BR.po
12320                 updated by Fabio Junior Beneditto
12321
12322 2002-03-23 [paul]       0.7.4claws37
12323
12324         * src/mainwindow.c
12325                 move 'Gather addresses' to 'Tools' menu
12326                 make 'Selective download' sensitive
12327
12328 2002-03-23 [paul]       0.7.4claws36
12329
12330         * sync with 0.7.4cvs16
12331                 see ChangeLog entries 2002-03-23
12332
12333 2002-03-22 [christoph]  0.7.4claws35
12334
12335         * src/quote_fmt_parse.y
12336                 fix include program output
12337
12338 2002-03-22 [alfons]     0.7.4claws34
12339
12340         * src/pop.c
12341                 initialize GDate stack variable correctly (sorry!)
12342
12343 2002-03-22 [paul]       0.7.4claws33
12344
12345         * src/compose.c
12346           src/mainwindow.c
12347           src/prefs_actions.c
12348           src/prefs_common.c
12349                 rename 'Tool' to 'Tools'
12350
12351         * src/mainwindow.c
12352                 move 'Delete duplicated messages' from
12353                 'Message/' to 'Tools/'
12354                 re-arrange the order of 'Tools/' items
12355
12356 2002-03-22 [paul]       0.7.4claws32
12357
12358         * src/addr_compl.c
12359           src/addressbook.[ch]
12360                 auto-address completion now also matches on
12361                 Nickname. patch submitted by Bob Forsman 
12362                 <hammor@users.sourceforge.net>
12363
12364         * src/editaddress.c
12365                 correct a spelling mistake
12366
12367 2002-03-22 [alfons]     0.7.4claws31
12368
12369         * src/pop.c
12370                 fix getting uidl from incorrect string 
12371                 (spotted by Colin)
12372
12373 2002-03-21 [alfons]     0.7.4claws30
12374
12375         * src/pop.c
12376                 more code refactoring
12377                 plug mem leak introduced by delete on server
12378
12379 2002-03-21 [paul]       0.7.4claws29
12380
12381         * sync with 0.7.4cvs11
12382                 see ChangeLog entries 2002-03-20
12383
12384 2002-03-20 [alfons]     0.7.4claws28
12385
12386         * src/inc.c
12387                 apply Colin's patch and refactor
12388
12389 2002-03-20 [paul]       0.7.4claws27
12390
12391         * sync with sylpheed 0.7.4cvs9
12392                 see ChangeLog entry 2002-03-20
12393
12394 2002-03-19 [christoph]  0.7.4claws26
12395
12396         * src/mh.c
12397         * src/procmsg.[ch]
12398         * src/summaryview.c
12399                 revert changes for flag updates
12400                 (does not work correctly and no time to debug)
12401
12402 2002-03-20 [alfons]     0.7.4claws25
12403
12404         * src/pop.c
12405                 refactor should_delete() a little bit 
12406
12407 2002-03-19 [paul]       0.7.4claws24
12408
12409         * src/inc.[ch]
12410           src/pop.c
12411           src/prefs_account.[ch]
12412                 allow the user to leave downloaded mail on the 
12413                 server for n days. Patch submitted by Colin Leroy 
12414                 <colin@colino.net>
12415
12416 2002-02-19 [paul]       0.7.4claws23
12417
12418         * sync with sylpheed 0.7.4cvs8
12419                 see ChangeLog entries 2002-03-19
12420
12421 2002-03-18 [paul]       0.7.4claws22
12422
12423         * sync with sylpheed 0.7.4cvs6
12424                 see ChangeLog entry 2002-03-18
12425
12426 2002-03-18 [paul]       0.7.4claws21
12427
12428         * po/en_GB.po
12429                 add en_GB message catalogue
12430
12431         * src/mbox_folder.c
12432           src/prefs_account.c
12433           src/prefs_actions.c
12434                 correct a few spelling mistakes
12435
12436 2002-03-17 [alfons]     0.7.4claws20
12437
12438         * src/matcher.c
12439                 more stringent checks for NULL params when writing
12440                 filtering actions to a file
12441                 
12442 2002-03-17 [hoa]        0.7.3claws20
12443
12444         * src/news.c
12445                 fixed the count of new messages
12446
12447         * src/compose.c
12448                 fixed the "attachment properties" window
12449
12450 2002-03-17 [paul]       0.7.4claws19
12451
12452         * src/defs.h
12453           src/folder.h
12454           src/news.c
12455           src/prefs_account.[ch]
12456           src/procmsg.[ch]
12457           src/summaryview.c
12458                 automatically mark cross-posted messages as read 
12459                 and (optionally) give them a colour label
12460                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12461                 
12462
12463 2002-03-17 [paul]       0.7.4claws18
12464
12465         * sync with sylpheed 0.7.4cvs5
12466                 see ChangeLog entry 2002-03-17
12467
12468 2002-03-17 [melvin]     0.7.4claws17
12469         
12470         * src/textview.c
12471                 Worked around a gtktext 'bug': when searching for 
12472                 a text in a long message it was scrolling slowly
12473                 line by line until it hit the searched text.
12474         * po/fr.po
12475                 Updated French translation
12476
12477 2002-03-17 [melvin]     0.7.4claws16
12478
12479         * src/mainwindow.c
12480         * src/compose.c
12481         * src/prefs_actions.c
12482                 Moved "Edit/Actions" to "Tool/Actions"
12483                 Made mainwindow/compose window sensitive as soon as
12484                 no child process is running anymore even if the io dialog
12485                 is open.
12486                 Fixed a struct being initialized with a non constant char*
12487
12488 2002-03-16 [christoph]  0.7.4claws15
12489
12490         * configure.in
12491                 add --with-compiler-flags option
12492                 (only for developer hacking)
12493         * src/mh.c
12494         * src/procmsg.[ch]
12495         * src/summaryview.c
12496                 try to make folder-stats and flag handling more
12497                 independent from the summaryview. msgcounts
12498                 are only set when the folder is opened and
12499                 procmsg_msginfo_(un)set_flags will handle it
12500                 later and summaryview will get the values
12501                 from the folder.
12502
12503 2002-03-16 [paul]       0.7.4claws14
12504
12505         * src/messageview.c
12506                 fix Return-receipt. Patch submitted by Bob
12507                 Woodside <rwoodside1@comcast.net>
12508
12509 2002-03-16 [paul]       0.7.4claws13
12510
12511         * src/compose.c
12512                 fix 'dynamic' signatures, make it work again
12513                 broken during sync on 2002-03-14 (0.7.4claws2)
12514
12515 2002-03-15 [match]      0.7.4claws12
12516
12517         * src/addrharvest.[ch]
12518         * src/addrgather.[ch]
12519         * src/addressbook.[ch]
12520         * src/mainwindow.c
12521                 included address harvester feature. still some
12522                 issues with address parsing that I will fix.
12523
12524 2002-03-15 [match]      0.7.4claws11
12525
12526         * src/addrbook.[ch]
12527         * src/addrcache.[ch]
12528         * src/addressbook.[ch]
12529         * src/addrindex.c
12530         * src/editbook.c
12531         * src/importldif.c
12532         * src/importmutt.c
12533         * src/jpilot.[ch]
12534         * src/main.c
12535         * src/syldap.[ch]
12536         * src/vcard.[ch]
12537                 tidy up. fix memory leaks. moved attribs and methods
12538                 from individual interfaces to addrcache object. prep
12539                 for new stuff to come in.
12540
12541 2002-03-15 [alfons]     0.7.4claws10
12542
12543         * src/matcher.[ch]
12544         * src/matcher_parser_parse.y
12545         * src/matcher_parser_lex.l
12546         * src/prefs_matcher.c
12547                 add filtering conditions message greater than, smaller 
12548                 than, and exactly matching a size in bytes
12549                 (does not work with delete from POP3 server yet)
12550
12551                 this should also give others an idea what you should
12552                 do to add new criterions to claws filtering system
12553                 
12554
12555 2002-03-15 [paul]       0.7.4claws9
12556
12557         * tools/filter_conv.pl
12558                 exit if there are no filter rules to convert
12559                 rename filterrc to filterrc.old after completion
12560
12561 2002-03-15 [paul]       0.7.4claws8
12562
12563         * sync with sylpheed 0.7.4cvs3
12564                 see ChangeLog entry 2002-03-14
12565
12566 2002-03-14 [paul]       0.7.4claws7
12567
12568         * src/compose.c
12569                 clean up the last commit (ahem)
12570
12571 2002-03-14 [paul]       0.7.4claws6
12572
12573         * src/compose.c
12574                 fix bug #515655. honour account preferences
12575                 regarding gpg default signing/encryption when 
12576                 changing account from the compose window.
12577
12578 2002-03-14 [paul]       0.7.4claws5
12579
12580         * src/folderview.c
12581                 remove unnecessary curly brackets
12582
12583 2002-03-14 [paul]       0.7.4claws4
12584
12585         * src/folderview.c
12586           src/prefs_filtering.[ch]
12587                 add filter rename on folder rename and filter
12588                 delete on folder delete. Patch submitted by
12589                 Neill Miller <neillm@thecodefactory.org> 
12590
12591 2002-03-14 [christoph]  0.7.4claws3
12592
12593         * src/procmsg.c
12594         * src/send.c
12595                 fix local delivery
12596                 (patch submitted by "Simon 'corecode' Schubert")
12597         * src/prefs_common.c
12598         * src/procmsg.c
12599                 fix gcc 3.0 warning
12600
12601 2002-03-14 [paul]       0.7.4claws2
12602
12603         * sync with sylpheed 0.7.4cvs2
12604                 see ChangeLog entry 2002-03-13
12605
12606 2002-03-12 [darko]      0.7.4claws1
12607
12608         * src/mainwindow.c
12609                 fix what seems to be a copy and paste error
12610                 when setting color for important messages
12611                 (reported by wwp)
12612
12613 2002-03-11 [paul]       version 0.7.4claws released
12614
12615 2002-03-11 [paul]       0.7.4claws
12616
12617         * po/es.po
12618           po/it.po
12619           po/nl.po
12620           po/pt_BR.po
12621                 update message catalogs. Submitted by Ricardo Mones 
12622                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12623                 Fabio Junior Beneditto
12624
12625         * configure.in
12626           faq/Makefile.am
12627           faq/it/Makefile
12628           faq/it/sylpheed-faq*
12629           src/mainwindow.c
12630           src/manual.[ch]
12631                 add FAQ in Italian
12632         
12633
12634 2002-03-11 [jens]       0.7.3claws7
12635
12636         * po/de.po
12637                 updated German translation
12638
12639 2002-03-11 [melvin]     0.7.3claws6
12640
12641         * po/fr.po
12642                 updated and corrected French translation
12643
12644 2002-03-10 [hoa]        0.7.3claws5
12645
12646         * src/account.c
12647         * src/inc.c
12648         * src/prefs_account.c
12649         * src/procmsg.c
12650         * src/send.[ch]
12651                 fixed the local account.
12652                 you have to change the default "/usr/sbin/sendmail"
12653                 to "/usr/sbin/sendmail -t" in the preferences of
12654                 the local account.
12655
12656         * src/procmime.c
12657                 removed some debug display for renderer
12658
12659 2002-03-10 [paul]       0.7.3claws4
12660
12661         * faq/en/sylpheed-faq-1.html
12662           faq/en/sylpheed-faq-2.html
12663                 update
12664
12665 2002-03-09 [paul]       0.7.3claws3
12666
12667         * sync with sylpheed 0.7.4
12668                 see ChangeLog entry 2002-03-09
12669
12670 2002-03-08 [paul]       0.7.3claws2
12671
12672         * faq/en/sylpheed-faq*
12673           faq/es/sylpheed-faq*
12674           faq/fr/sylpheed-faq*
12675                 update the FAQs
12676
12677         * manual/fr/.cvsignore
12678           manual/fr/Makefilea.am
12679           manual/fr/sylpheed*
12680           src/mainwindow.c
12681           src/manual.[ch]
12682                 add the French manual
12683
12684 2002-03-07 [paul]       0.7.3claws1
12685
12686         * sync with sylpheed 0.7.3cvs4
12687                 see ChangeLog entries  2002-03-06 and 2002-03-07
12688         
12689         * po/nl.po
12690                 updated by Wilbert Berendsen
12691
12692 2002-03-07 [melvin]     0.7.2claws34
12693
12694         * src/selective_download.c
12695                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12696
12697 2002-03-06 [paul]       0.7.2claws33
12698
12699         * sync with sylpheed 0.7.3cvs1
12700                 bug fix, see ChangeLog entry 2002-03-05
12701
12702 2002-03-05 [paul]       0.7.2claws32
12703
12704         * src/mimeview.c
12705           src/pgptext.[ch]
12706           src/procmsg.c
12707                 reverse the pgp ascii-armored code implemented in 
12708                 0.7.2claws16. removal of this code until it matures.
12709                 this means that verifying ascii-armored pgp sigs and
12710                 automatic decryption of ascii-armored encrypted
12711                 messages no longer works.
12712
12713 2002-03-05 [paul]       0.7.2claws31
12714
12715         * configure.in
12716           Makefile.am
12717         * faq/Makefile.am
12718         * faq/en/Makefile.am
12719           faq/en/sylpheed-faq.html
12720           faq/en/sylpheed-faq-1.html
12721           faq/en/sylpheed-faq-2.html
12722           faq/en/sylpheed-faq-3.html
12723         * faq/es/Makefile.am
12724           faq/es/sylpheed-faq.html
12725           faq/es/sylpheed-faq-1.html
12726           faq/es/sylpheed-faq-2.html
12727           faq/es/sylpheed-faq-3.html
12728           faq/es/sylpheed-faq-4.html
12729         * faq/fr/Makefile.am
12730           faq/fr/sylpheed-faq.html
12731           faq/fr/sylpheed-faq-1.html
12732           faq/fr/sylpheed-faq-2.html
12733           faq/fr/sylpheed-faq-3.html
12734         * src/Makefile.am
12735           src/defs.h
12736           src/mainwindow.c
12737           src/manual.[ch]
12738                 add FAQs in English, Spanish and French
12739
12740
12741 2002-03-05 [paul]       0.7.2claws30
12742
12743         * manual/en/sylpheed.html
12744           manual/en/sylpheed-XX.html
12745                 updated the English manual
12746
12747 2002-03-05 [hoa]        
12748
12749         * src/summaryview.c
12750                 dialog box pops up if the article can't be deleted.
12751
12752 2002-03-04 [paul]       
12753         
12754         * po/pt_BR.po
12755                 updated by Fabio Junior Benedito
12756
12757 2002-03-04 [hoa]
12758
12759         * removed ac/gpgme.m4
12760                 to avoid autogen common problem
12761                 developers have to install gpgme development package now
12762
12763         * src/compose.c
12764                 encoding to 7bit or 8bit is enabled.
12765
12766 2002-03-03 [alfons]     0.7.2claws29
12767
12768         * src/pop.c
12769                 merge fix by Oliver Haertel for selective
12770                 download buglet
12771
12772 2002-03-03 [paul]       0.7.2claws28
12773         
12774         * sync with sylpheed 0.7.3
12775
12776 2002-03-03 [paul]       0.7.2claws27
12777
12778         * sync with sylpheed 0.7.2cvs24
12779                 see ChangeLog entries 2002-03-02 and 2002-03-03
12780
12781 2002-03-02 [melvin]     0.7.2claws26
12782
12783         * src/inc.[ch]
12784         * src/main.c
12785         * src/mainwindow.c
12786         * src/prefs_common.[ch]
12787                 Added user definable notification on new mail arrival.
12788                 Removed unused variables in spell checker prefs code.
12789
12790 2002-03-02 [melvin]     0.7.2claws25
12791
12792         * src/quote_fmt.c
12793                 Removed unnecessary escape sequences.
12794                 Changed 'Initial...' to 'Initials of Sender'
12795
12796 2002-03-02 [paul]       0.7.2claws24
12797
12798         * sync with sylpheed 0.7.2cvs22
12799                 see ChangeLog entry 2002-03-01
12800
12801 2002-03-01 [hoa]        0.7.2claws23
12802
12803         * src/mainwindow.c
12804                 Set sensitivity of delete actions to active
12805                 even if the folder is a newsgroup.
12806
12807         * src/summaryview.c
12808                 - Set sensitivity of delete actions
12809                 - Added function check_permission() that will check if the
12810                   user is authorized to delete a message. For news, it
12811                   will check if the author is the same.
12812                 - Enabled deletion when there is no trash folder.
12813
12814         * src/news.[ch]
12815                 - Added news_cancel_article() to cancel articles
12816                 - Implemented news_remove_message() (public function)
12817
12818 2002-03-01 [paul]       0.7.2claws22
12819
12820         * src/gtkutils.c
12821           src/textview.c
12822                 recognise urls that that don't include 'http://' and
12823                 simply begin 'www.' 
12824
12825         * AUTHORS
12826                 remove duplicated name
12827
12828 2002-02-28 [paul]       0.7.2claws21
12829
12830         * src/mainwindow.c
12831           src/summaryview.[ch]
12832                 add ability to 'Select thread'
12833                 combines Melvin's "Select thread's head" patch (#510907)
12834                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12835                 patch (#518514) 
12836
12837 2002-02-28 [paul]       0.7.2claws20
12838
12839         * src/mimeview.c
12840                 hopefully fix segfault on right-clicking a mime part
12841                 that some people have experienced.      
12842                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12843
12844 2002-02-28 [paul]       0.7.2claws19
12845
12846         * sync with sylpheed 0.7.2cvs21
12847                 see ChangeLog entries 2002-02-27 and 2002-02-28
12848
12849 2002-02-27 [paul]       0.7.2claws18
12850
12851         * sync with sylpheed 0.7.2cvs18
12852                 see ChangeLog entries 2002-02-26 and 2002-02-27
12853
12854 2002-02-26 [alfons]     0.7.2claws17
12855
12856         * src/procheader.c
12857                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12858                 (spotted by Chris Hessman <idatech@gmx.net>)
12859
12860 2002-02-26 [paul]       0.7.2claws16
12861
12862         * src/mimeview.c
12863           src/pgptext.[ch]
12864           src/procmsg.c
12865                 make decryption of ascii-armored pgp encrypted messages
12866                 and verification of ascii-armored signatures work again.
12867                 slightly altered from the patch by Jens Jahnke 
12868                 <jan0sch@gmx.net>
12869
12870                 ##FIX ME##
12871                 * the checking of plaintext signatures always comes up in 
12872                   a popup box
12873                 * it doesn't work for multipart messages 
12874                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12875                   including the msg headers and these 2 line themselves, are 
12876                   not displayed
12877
12878         * src/mainwindow.c
12879                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12880                 "View/Message View" becomes "View/Separate Message View"
12881                 because its less ambiguous.
12882
12883         * po/es.po
12884                 updated by Ricardo Mones Lastra
12885
12886 2002-02-26 [paul]       0.7.2claws15
12887
12888         * sync with sylpheed 0.7.2cvs17
12889                 see ChangeLog entries 2002-02-25 and 2002-02-26
12890
12891 2002-02-25 [christoph]  0.7.2claws14
12892
12893         * src/filtering.[ch]
12894         * src/inc.c
12895                 do filtering stuff after all messages have been received
12896                   1. drop all messages to .processing
12897                   2. scan processing folder for messages
12898                   3. filter messages or move to inbox
12899                 this will also find old messages left in processing after
12900                 a crash or something like that and we get a real msginfo
12901                 from folder->get_msg_list and do not have to create our
12902                 own in filter_message
12903         * src/matcher_parser_parse.y
12904                 remove MIX/MAX warning (reordered includes)
12905
12906 2002-02-25 [paul]       0.7.2claws13
12907
12908         * sync with sylpheed 0.7.2cvs15
12909                 see ChangeLog entry 2002-02-24
12910
12911 2002-02-24 [alfons]     0.7.2claws12
12912
12913         * src/filtering.c
12914                 clear old color flags first when applying a new color to
12915                 a message info. 
12916                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12917
12918 2002-02-24 [alfons]     0.7.2.claws11
12919         
12920         * AUTHORS
12921         * src/prefs_common.c
12922                 add presets for Opera and Konqueror, closes patch #517261,
12923                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12924
12925 2002-02-24 [alfons]     0.7.2.claws10
12926
12927         * AUTHORS
12928         * src/summaryview.c
12929                 fix threading for null message ids, closes patch #521601,
12930                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12931
12932 2002-02-24 [alfons]     0.7.2claws9
12933
12934         * src/summaryview.c
12935         * src/filtering.c
12936                 make Tool | Filter Message work with filtering system so
12937                 setting flags also works
12938
12939                 TODO:
12940
12941                 - Processing uses the same function as Tool | Filter
12942                   Message, but doesn't use the same update proc yet
12943
12944 2002-02-23 [paul]       0.7.2claws8
12945
12946         * sync with sylpheed 0.7.2cvs14
12947                 see ChangeLog entries 2002-02-22 and 2002-02-23
12948
12949 2002-02-22 [christoph]  0.7.2claws7
12950
12951         * src/quote_fmt.c
12952                 Add column space to table
12953         * src/quote_fmt_parse.y
12954                 Close files
12955
12956 2002-02-22 [paul]       0.7.2claws6
12957
12958         * src/Makefile.am
12959           src/defs.h
12960           src/filtering.c
12961           src/inc.[ch]
12962           src/mainwindow.c
12963           src/matcher.[ch]
12964           src/matcher_parser_lex.l
12965           src/matcher_parser_parse.y
12966           src/pop.[ch]
12967           src/prefs_account.h
12968           src/prefs_filtering.c
12969           src/selective_download.[ch]   *** NEW FILES ***
12970           src/utils.[ch]
12971           po/POTFILES.in
12972                 Selective Download added to 'Tool' menu. 
12973                 Retrieves email headers of the currently selected pop3 
12974                 account and allows the user to mark emails for deletion 
12975                 right on the pop3 server. Patch submitted by Oliver Haertel 
12976                 <oha@users.sourceforge.net>.
12977         
12978         * po/POTFILES.in
12979                 add 'src/quote_fmt.c'           
12980
12981 2002-02-22 [christoph]  0.7.2claws5
12982
12983         * src/Makefile.am
12984                 added quote_fmt.c
12985         * src/prefs_common.[ch]
12986         * src/prefs_template.c
12987         * src/quote_fmt.c               *** NEW FILE ***
12988         * src/quote_fmt.h
12989                 move quote format symbol description code
12990                 to it's own file because it is used from
12991                 differnent code parts
12992                 Rewrote symbol description GUI
12993                   + use table
12994                   + add separators
12995                   + get data from array (no more long constant strings)
12996         * src/quote_fmt_lex.l
12997         * src/quote_fmt_parse.y
12998                 Symbol for Literal % changed to \% instead of %%
12999                 (More logical as \ is used for quoting for other symbols)
13000                 Add |f and |p to include files and program output
13001                 Examples:
13002                     |f{/home/.../.signature}
13003                     |p{date}
13004         * po/de.po
13005                 Correct wrong spelling for "Referenzen"
13006
13007 2002-02-21 [paul]       0.7.2claws4
13008
13009         * src/procmsg.c
13010                 forgotten during sync
13011
13012 2002-02-21 [paul]       0.7.2claws3
13013
13014         * sync with sylpheed 0.7.2cvs11
13015                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13016                 2002-02-20 and 2002-02-21
13017
13018 2002-02-20 [melvin]     0.7.2claws2
13019
13020         * src/prefs_actions.c
13021                 Added error report when child cannot fork or when execvp 
13022                 returns with an error.
13023
13024 2002-02-19 [christoph]  0.7.2claws1
13025
13026         * src/codeconv.c
13027                 return unconverted text if conde conversion is not possible
13028                 when libjconv is used.
13029                 (patch submitted by "Simon 'corecode' Schubert")
13030
13031 2002-02-19 [paul]       
13032
13033         * version 0.7.2claws release
13034
13035 2002-02-19 [paul]       0.7.2claws
13036
13037         * po/nl.po
13038                 updated by Wilbert Berendsen
13039
13040
13041 2002-02-18 [alfons]     0.7.1claws13
13042
13043         * src/syldap.c
13044         * src/jpilot.c
13045                 remove references to dlfcn and explicitly loading functions
13046                 from dynalink libs, because libs linked anyway, and functions
13047                 are loaded explicitly
13048
13049 2002-02-17 [melvin]     0.7.1claws12
13050
13051         * src/prefs_actions.c
13052                 Replaced children wait loop with double fork technique.
13053                 Now, input/output window updated at each new output.
13054                 free_children(): Fixed a memory leak.
13055                 Made input/output window non closable if running children
13056                 still exist.
13057                 Added missing <unistd.h> include.
13058                 Added some --debug outputs.
13059
13060 2002-02-17 [melvin]     0.7.1claws11
13061
13062         * src/summaryview.c
13063                 Fixed bug where descending sort order did not select top
13064                 message.
13065
13066 2002-02-17 [melvin]     0.7.1claws10
13067
13068         * acconfig.h
13069                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13070         * src/prefs_common.c
13071                 Pspell data package directory no more hard coded but
13072                 set during configuration (PSPELL_PATH). (Thanks to 
13073                                 Gustavo Noronha Silva.)
13074
13075 2002-02-17 [melvin]     0.7.1claws9
13076
13077         * configure.in
13078                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13079         * src/gtkspell.c
13080                 Fixed compile-time warnings.
13081
13082 2002-02-16 [alfons]     0.7.1claws8
13083
13084         * src/filesel.c
13085                 fix inadvertent free of NULL pointer which caused
13086                 sylpheed to crash when closing the save-as dialog
13087                 using the window close button
13088
13089 2002-02-16 [carsten]    0.7.1claws7
13090         * src/mainwindow.[ch]
13091           src/summaryview.c
13092           src/prefs_common.c
13093                 fixes for pixmap theming code:
13094                         - recently changed mail attributes shouldn't get
13095                           lost any longer
13096                         - theme is only reloaded iff another theme was
13097                           selected
13098
13099 2002-02-16 [paul]       0.7.1claws6
13100
13101         * sync with sylpheed 0.7.2 release
13102                 see ChangeLog entry 2002-02-15 and 2002-02-16
13103
13104 2002-02-15 [paul]       0.7.1claws5
13105
13106         * sync with sylpheed 0.7.1cvs9
13107                 see ChangeLog entry 2002-02-15
13108
13109         * po/POTFILES.in
13110                 remove unneeded headerwindow.c entry
13111
13112 2002-02-14 [carsten]    0.7.1claws4
13113         * src/summaryview.c
13114                 fixed a bug for "Go to next unread message": there was
13115                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13116                 in the prefs, because of doing "Search again" instead
13117                 "No"
13118
13119 2002-02-14 [carsten]    0.7.1claws3
13120         * src/stock_pixmap.c
13121                 removed 2 more mem leaks; following memprof,
13122                 this code is "leak free" now :)
13123
13124 2002-02-14 [carsten]    0.7.1claws2
13125         * src/stock_pixmap.c
13126                 used opendir/readdir/closedir instead of scandir
13127                 -> code should work now on Solaris
13128
13129 2002-02-14 [paul]       0.7.1claws1
13130
13131         * sync with sylpheed 0.7.1cvs8
13132                 see ChangeLog entries 2002-02-13 and 2002-02-14
13133
13134         * README.claws
13135                 add some description of Actions and Pixmap Themes
13136
13137 2002-02-13 [paul]       
13138
13139         * version 0.7.1claws release
13140
13141 2002-02-13 [paul]       0.7.1claws
13142
13143         * po/es.po
13144           po/it.po
13145           po/pt_BR.po
13146                 updated translations, submitted by Ricardo Mones Lastra,
13147                 Alessandro Maestri and Fabio Junior Beneditto
13148
13149 2002-02-13 [melvin]     0.7.0claws75
13150
13151         * src/prefs_actions.c
13152                 Added missing "signal.h" include
13153
13154 2002-02-13 [melvin]     0.7.0claws74
13155
13156         * src/prefs_folder_item.c
13157                 Added missing "config.h" include
13158         * po/fr.po
13159                 Updated French translation for folder propriety.
13160
13161 2002-02-13 [jens]       0.7.0claws73
13162
13163         * po/POTFILES.in
13164                 Added missing src/prefs_folder_item.c [log added by melvin]
13165         * po/de.po
13166                 Updated German translation.
13167
13168 2002-02-13 [melvin]     0.7.0claws72
13169
13170         * po/fr.po
13171                 Updated French translation.
13172
13173 2002-02-13 [melvin]     0.7.0claws71
13174
13175         * src/gtkutils.c
13176                 Made gtkut_editable_get_selection return NULL if selection
13177                 is of length zero.
13178                 This fixes a bug where selecting part of message A then
13179                 switching to message B and replying to it will not
13180                 quote the message's body.
13181
13182 2002-02-12 [paul]       0.7.0claws70
13183
13184         * src/mainwindow.c
13185                 cosmetic, relating to pixmap themes: on toolbar make 
13186                 updating of 'Exec' and 'Compose news/Compose email'
13187                 icons faster.
13188
13189 2002-02-12 [carsten]    0.7.0claws69
13190         * src/folderview.c
13191           src/mainwindow.[ch]
13192           src/stock_pixmap.c
13193           src/summaryview.c
13194           src/prefs_common.c
13195                 - refreshing after changing pixmap theme better
13196                   now (thanks Paul)
13197                 - wanted to remove some mem leaks, but alfons was
13198                   faster (and had the better solution ;)
13199
13200 2002-02-12 [alfons]     0.7.0claws68
13201
13202         * src/prefs_common.c
13203         * src/stock_pixmap.[ch]
13204                 plug mem leaks, refactor code a little bit
13205
13206
13207 2002-02-12 [sergey]     0.7.0claws67
13208
13209         * src/imap.c
13210                 Fixed problem with copying messages to IMAP folders when the
13211                 server uses something other than '/' as a namespace separator
13212                 (cyrus-imapd uses '.').
13213
13214 2002-02-12 [jens]       0.7.0claws66
13215
13216         * po/de.po
13217                 Updated German Translation
13218
13219 2002-02-12 [paul]       0.7.0claws65
13220
13221         * sync with sylpheed 0.7.1cvs1
13222                 see ChangeLog entry 2002-02-12
13223
13224 2002-02-12 [melvin]     0.7.0claws64
13225
13226         * src/prefs_actions.c
13227                 Fixed "feature" where children's output was duplicated 
13228                 instead of refreshed while monitoring.
13229                 Removed some debug code.
13230
13231 2002-02-12 [christoph]  0.7.0claws63
13232
13233         * src/compose.c
13234                 always delete message from queue after sending/send error
13235                 (closes bug #509601)
13236
13237 2002-02-12 [melvin]     0.7.0claws62
13238
13239         * src/prefs_actions.c
13240                 Children wait loop is now triggered with a timeout of 1s
13241                 Added %F which is replaced with the list of filenames 
13242                 of all selected messages (as suggested by Ricardo Mones Lestra)
13243                 Pipe syntax changed. Prefix with | to send selection, postfix
13244                 with | to retrieve output. Prefix with > or * to send
13245                 user definable input to the command (*: input is hidden)
13246                 Old pipe action should now be postfixed with |, too.
13247
13248 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13249         * src/stock_pixmap.c
13250                 fixed a bug: if there's no theme directory don't
13251                 throw an error, just do "nothing" (thanks Alfons)
13252
13253 2002-02-12 [carsten]    0.7.0claws60
13254         * src/folderview.c
13255           src/summaryview.c
13256                 had to write the cache twice (nasty!); some marks would 
13257                 get lost if not
13258
13259 2002-02-11 [carsten]    0.7.0claws59
13260         * acconfig.h
13261           configure.in
13262           doc-src/maintainer_guide.txt
13263           src/compose.[ch]
13264           src/defs.h
13265           src/folderview.[ch]
13266           src/gtkutils.[ch]
13267           src/mainwindow.[ch]
13268           src/prefs_common.[ch]
13269           src/stock_pixmap.[ch]
13270           src/summaryview.[ch]
13271                 pixmap theming and related work on pixmap
13272                 handling on some other places
13273                 (e.g. hrm features for all folder)
13274           src/pixmap/stock_*.xpm -> the stock_ was removed
13275         
13276 2002-02-11 [paul]       0.7.0claws58
13277
13278         * sync with sylpheed 0.7.1 release
13279                 see ChangeLog entries 2002-02-11
13280
13281 2002-02-08 [paul]       0.7.0claws57
13282
13283         * sync with sylpheed 0.7.0cvs39
13284                 see ChangeLog entry 2002-02-07 (last entry) 
13285
13286         * src/prefs_actions.c
13287           src/prefs_filtering.c
13288           src/prefs_matcher.c
13289           src/prefs_scoring.c
13290                 sync: made it compile with C compilers other than gcc
13291
13292 2002-02-07 [paul]       0.7.0claws56
13293
13294         * sync with sylpheed 0.7.0cvs38
13295                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13296                 2002-02-07
13297
13298 2002-02-07 [darko]      0.7.0claws55
13299
13300         * src/gtkutils.[ch]
13301         * src/summaryview.c
13302                 Fix const gchar */gchar * issue (thanks Hiro)
13303
13304 2002-02-07 [darko]      0.7.0claws54
13305
13306         * src/compose.[ch]
13307         * src/filtering.c
13308         * src/gtkutils.[ch]
13309         * src/prefs_template.c
13310         * src/quote_fmt.h
13311         * src/quote_fmt_parse.y
13312         * src/summaryview.c
13313         * src/utils.[ch]
13314                 When replying or forwarding an email don't quote the entire
13315                 mail body but use the part of the message text that is selected
13316
13317 2002-02-06 [melvin]     0.7.0claws53
13318
13319         * src/prefs_common.[ch]
13320         * src/gtkspell.[ch]
13321         * src/compose.c
13322                 Made possible to switch quickly to last used dictionary
13323                 which makes checking bilingual documents easier.
13324
13325 2002-02-06 [melvin]     0.7.0claws52
13326         
13327         * po/POTFILES.in
13328                 Added forgotten new file src/prefs_actions.c
13329
13330 2002-02-06 [melvin]     0.7.0claws51
13331
13332         * src/prefs_actions.c   ** NEW FILE **
13333         * src/prefs_actions.h   ** NEW FILE **
13334                 Added actions to execute on message text view, or on the
13335                         message's file.
13336         * src/Makefile.am
13337                 Added src/prefs_actions.[ch]
13338         * src/compose.c
13339                 Added new menu "Edit/Actions"
13340         * src/defs.h
13341                 Added new actionsrc file.
13342         * src/main.c
13343                 Added actionsrc reading.
13344         * src/mainwindow.c
13345                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13346         * src/prefs_common.h
13347                 Added new element actionslst element to prefs_common.
13348
13349 2002-02-06 [paul]       0.7.0claws50
13350
13351         * sync with sylpheed 0.7.0cvs36
13352                 see ChangeLog entry 2002-02-06
13353
13354 2002-02-05 [paul]
13355
13356         * po/es.po
13357                 updated by Ricardo Mones Lastra
13358
13359 2002-02-05 [paul]       0.7.0claws49
13360
13361         * sync with sylpheed 0.7.0cvs33
13362                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13363
13364 2002-02-05 [paul]       0.7.0claws48
13365
13366         * src/compose.c
13367                 re-add 'Edit/Advanced/Delete entire line', previously named
13368                 'Delete Line+'
13369
13370 2002-02-04 [paul]       0.7.0claws47
13371
13372         * src/compose.c
13373           src/summaryview.c
13374                 fix bug #494993 (Reply All not taking Reply-To into consi)
13375                 eliminate differences in behaviour of right-click 'Reply to all' 
13376                 in summary view and 'Reply to all' on the toolbar. 
13377                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13378                 view and From gets ignored by 'Reply to all' on toolbar.
13379                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13380                 From when no Reply-To header is present.
13381
13382 2002-02-04 [paul]       0.7.0claws46
13383
13384         * sync with sylpheed 0.7.0cvs30
13385                 see ChangeLog entries 2002-02-03 and 2002-02-04
13386
13387 2002-02-03 [melvin]     0.7.0claws45
13388
13389         * src/gtkspell.[ch]
13390                 Readded function to highlight all misspelled words.
13391                 Fixed bug where user-provided-words did not replace
13392                         correctly the misspelled word when using the mouse.
13393                 Fixed bug where checking a region selected from right to left did
13394                         not check the region at all.
13395                 Fixed bug where 'Check backwards' may not check at all. 
13396                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13397                 Fixed possible buffer overflow when checking for long strings (>1k).
13398                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13399                 Accelerators code uses now gtk_widget_add_accel.
13400                 Removed and disabled obsolete and unfinished code.
13401                 Cleaning up.
13402
13403         * src/compose.c
13404                 Added menu item to Highlight all misspelled words.
13405
13406 2002-02-01 [paul]       0.7.0claws44
13407
13408         * src/mainwindow.c
13409                 fix '/View/Hide read messages' sensitivity when all
13410                 messages in a folder are hidden
13411
13412 2002-02-01 [paul]       0.7.0claws43
13413
13414         * src/main.c
13415                 add --send option to command line interface, sends all
13416                 queued mail. Patch submitted by Ricardo Mones Lastra.
13417
13418 2002-01-31 [paul]       0.7.0claws42
13419
13420         * src/mainwindow.c
13421                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13422
13423 2002-01-31 [paul]       0.7.0claws41
13424
13425         * sync with sylpheed 0.7.0cvs27
13426                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13427                 and 2002-01-31
13428
13429         * src/textview.c
13430                 comment out elements of textview_show_part() as temporary
13431                 workaround for attachment 'Display as text' bug 
13432
13433         * po/pt_BR.po
13434                 updated by Fabio Junior Beneditto
13435
13436 2002-01-30 [paul]       0.7.0claws40
13437
13438         * sync with sylpheed 0.7.0cvs24
13439                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13440                 and 2002-01-30
13441
13442         * src/compose.c
13443                 add {N_("/_Spelling"), ... "<Branch>"} to 
13444                 GtkItemFactoryEntry compose_entries[]
13445
13446         * src/prefs_common.c
13447                 add claws menu items to prefs_keybind_apply_clicked()
13448                 and remove non-claws menu items
13449
13450 2002-01-29 [paul]       0.7.0claws39
13451
13452         * sync with sylpheed 0.7.0cvs22
13453                 see ChangeLog entries 2002-01-28 and 2002-01-29
13454
13455 2002-01-28 [melvin]     0.7.0claws38
13456
13457         * src/compose.c
13458                 Added the declartion of compose_send_control_enter.
13459
13460         * src/compose.c
13461         * src/gtkspell.[ch]
13462                 Added in a 'Spelling' menu which includes the configuration menu. 
13463                 Added a real 'Check all' and got rid from the old one which only
13464                 highlited misspelled word.
13465                 Made 'Check while typing' a disableable option.
13466                 Added a dialog when there are no more misspelled word.
13467                 Added a dialog if error occurs when switching to a dictionary.
13468         
13469         * src/prefs_common.[ch]
13470                 Added option for the default 'Check while typing' option.
13471
13472
13473 2002-01-28 [alfons]     0.7.0claws37
13474
13475         * src/compose.c
13476                 fix buglet and make code comply with sylpheed code style
13477
13478 2002-01-28 [paul]       0.7.0claws36
13479
13480         * sync with sylpheed 0.7.0cvs19
13481                 see ChangeLog entries for 2002-01-28
13482
13483 2002-01-28 [hoa]        0.7.0claws35
13484
13485         * src/defs.h
13486                 added rendererrc
13487
13488         * src/main.c
13489                 read the renderer config
13490
13491         * src/procmime.[ch]
13492                 use the renderer config to convert mime attachments
13493
13494         * src/textview.c
13495                 don't use textview_show_html/ertf,
13496                 use get_text_content instead
13497
13498 2002-01-27 [alfons]     0.7.0claws34
13499         
13500         * src/news.c
13501                 make sylpheed believe it can delete a news message...
13502                 (messages are NOT deleted, maybe we should remove
13503                 processing from the folder properties after all.)
13504
13505 2002-01-27 [alfons]     0.7.0claws33
13506
13507         * src/folder.c
13508                 add extra checks
13509         * src/news.c
13510                 implement remove_msg() 
13511
13512 2002-01-27 [alfons]     0.7.0claws32
13513
13514         * src/procmsg.h
13515         * src/procheader.c
13516         * src/messageview.c
13517                 fix return receipt / disposition notification again. this
13518                 stuff seems to break on _every_ major summary UI change, so
13519                 it's now implemented using a flag which is saved in the
13520                 marks cache
13521                 
13522 2002-01-26 [alfons]     0.7.0claws31
13523
13524         * src/import.c
13525                 let import dialog show the destination folder identifier
13526
13527 2002-01-26 [melvin]     0.7.0claws30
13528
13529         * src/folderview.c
13530         * src/summaryview.c
13531                 Readded 'Mark all read' into summary view popup menu
13532                 Added 'Mark all read' in folder view popup menu for IMAP
13533                 and NNTP.
13534                 Made it insensitive if the selected folder is not the shown
13535                 one to avoid 'Mark all read' on the wrong folder.
13536                 
13537 2002-01-26 [paul]       0.7.0claws29
13538
13539         * src/folderview.c
13540           src/summaryview.c
13541                 move 'Mark all read' from summary view to folder view
13542                 menu. (adapted from) patch submitted by Jeremy Andrews,
13543                 <lists@kerneltrap.com>
13544
13545 2002-01-25 [alfons]     0.7.0claws28
13546
13547         * src/gtkstext.c
13548                 put the gtk class name back so GtkSText adapts the 
13549                 settings of GtkText
13550
13551 2002-01-25 [alfons]     0.7.0claws27
13552
13553         * src/folderview.c 
13554                 assimilate Ricardo's patch that shows pixmaps instead of
13555                 plain "new" and "unread" texts in the folder view column
13556                 headers 
13557
13558 2002-01-25 [paul]       0.7.0claws26
13559
13560         * src/Makefile.am
13561                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13562                 be found in non-standard locations. 
13563                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13564
13565 2002-01-25 [paul]       0.7.0claws25
13566
13567         * sync with sylpheed 0.7.0cvs16
13568                 see ChangeLog entry 2002-01-25
13569
13570 2002-01-24 [paul]       0.7.0claws24
13571
13572         * more sync with sylpheed 0.7.0cvs15
13573                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13574
13575 2002-01-23 [sergey]     0.7.0claws23
13576
13577         * src/importldif.c
13578                 Fixed segfault when closing LDIF import wizard with
13579                 the window manager.
13580         * src/imageview.c
13581         * src/imageview.h
13582         * src/messageview.c
13583         * src/mimeview.c
13584                 Fixed wrong scrolling position after switching between
13585                 text and image parts.
13586
13587 2002-01-23 [paul]       0.7.0claws22
13588
13589         * sync with sylpheed 0.7.0cvs15
13590                 see ChangeLog entries 2002-01-22 and 2002-01-23
13591
13592 2002-01-21 [melvin]     0.7.0claws21
13593
13594         * src/prefs_scoring.c
13595         * src/prefs_filtering.c
13596                 Fixed bug where scoring and filtering windows stopped
13597                 autochecking.
13598
13599 2002-01-21 [paul]       0.7.0claws20
13600
13601         * sync with sylpheed 0.7.0cvs12
13602                 see ChangeLog entries 2002-01-20 and 2002-01-21
13603
13604 2002-01-21 [carsten]    0.7.0claws19
13605         * src/mainwindow.c
13606         * src/menu.[ch]
13607         * src/messageview.[ch]
13608         * src/summaryview.[ch]
13609                 changes to shortcuts handling again:
13610                         + "Q" now controled by mainwin
13611                         + v/V are now customizable and have slightly
13612                           different meanings
13613                 the "button" to minimize the messageview (and maximize
13614                 the summary view) is a real button now
13615         * src/compose.c
13616                 "Delete Line+" added to Edit/Advanced (this will also
13617                 delete the '\n')
13618
13619 2002-01-20 [melvin] 0.7.0claws18
13620
13621         * src/addressbook.c
13622                 Made "Bcc" sensitive when addressbook is called from
13623                 compose window (it was a Claws only bug).
13624
13625 2002-01-19 [alfons] 0.7.0claws17
13626
13627         * src/inc.c
13628                 prevent unnecessary updates when currently selected folder has
13629                 no new messages 
13630
13631 2002-01-19 [alfons] 0.7.0claws16
13632         
13633         * src/summaryview.c
13634                 prevent writing the cache based on current message list in summary 
13635                 view when filtering also put messages in currently selected folder
13636
13637 2002-01-19 [paul]
13638
13639         * po/it.po
13640                 Italian translation submitted by Alessandro Maestri
13641                 <a.maestri@cs.tin.it>
13642
13643 2002-01-18 [melvin]     0.7.0claws15
13644
13645         * src/prefs_filters.c
13646                 fixed bug where 'cancel' from 'filters' window stops autochecking
13647                 if the timer timed out  when the window was open.
13648
13649 2002-01-18 [match]      0.7.0claws14
13650
13651         * src/addrclip.[ch]     ** NEW FILE **
13652         * src/addrselect.[ch]   ** NEW FILE **
13653         * src/adbookbase.h      ** NEW FILE **
13654                 addressbook cut, copy and paste
13655         * src/addrbook.[ch]
13656         * src/addrcache.[ch]
13657         * src/addressitem.h
13658         * src/addrindex.[ch]
13659         * src/addritem.[ch]
13660         * src/importldif.c
13661         * src/importmutt.c
13662         * src/jpilot.[ch]
13663         * src/syldap.[ch]
13664         * src/vcard.[ch]
13665         * src/jpilot.[ch]
13666         * src/editbook.c
13667         * src/editjpilot.c
13668         * src/editldap.c
13669         * src/editvcard.c
13670                 support for copy/paste
13671         * src/addressbook.c
13672                 support for copy/paste
13673                 tidy up menu option processing
13674                 correct address list function arguments
13675         * src/editaddress.c
13676                 sort user attributes
13677         * src/ldif.h
13678         * src/mutt.h
13679                 tidy up
13680
13681         * src/addrbook.[ch]
13682         * src/addrbook.[ch]
13683         * src/addrbook.[ch]
13684                 
13685
13686 2002-01-18 [paul]       0.7.0claws13
13687
13688         * sync with sylpheed 0.7.0cvs8
13689                 configure.in: support Mac OS X (Darwin)
13690
13691 2002-01-18 [carsten]    0.7.0claws12
13692         * src/html.c
13693                 small hack to fix a segfault with an empty href
13694                 (reported by Alexandra Walford <deeni@altern.org>)
13695         * src/mainwindow.c
13696         * src/summaryview.c
13697                 the shortcuts for Mark und Mark as unread are hardcoded
13698                 again
13699         * src/compose.c
13700         * src/gtkstext.[ch]
13701                 readded the shortcuts in gtkstext but made them
13702                 customizeable (simply by adding a menu plus a wrapper
13703                 to compose.c)
13704
13705 2002-01-17 [melvin]     0.7.0claws11
13706
13707         * src/gtkspell.c
13708                 fix default dictionary not being saved.
13709
13710 2002-01-16 [darko]      0.7.0claws10
13711
13712         * src/compose.c
13713                 fix wrapping crash with URL longer than wrapping margin
13714
13715 2002-12-08 [hoa]        0.7.0claws10
13716
13717         * src/matcher_parser_parse.y
13718                 fixed some bugs
13719
13720         * src/prefs_filtering.c
13721                 now, we can use bounce action in the dialog box.
13722
13723 2002-01-16 [carsten]    0.7.0claws9
13724         * src/gtkstext.c
13725                 removed the <control> and <alt> shortcuts because they're
13726                 not needed and interefered with the "normal" shortcuts
13727         * src/mainwindow.c
13728         * src/summaryview.c
13729                 removed most of the hardcoded shortcuts and assigned
13730                 them to menu entries making them easy customizable by
13731                 that
13732
13733 2002-01-16 |melvin]     0.7.0claws8
13734
13735         * src/gtkspell.c
13736                 fixed bug where using the mouse and when the compose
13737                 window is not on top may result in a crash.
13738
13739 2002-01-16 [melvin]     0.7.0claws7
13740
13741         * src/compose.c
13742                 fixed a long standingspell checker bug which could 
13743                 cause a crash after sending a message.
13744
13745 2002-01-16 [paul]       0.7.0claws6
13746
13747         * sync with sylpheed 0.7.0cvs7
13748                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13749                 2002-01-15, and 2002-01-16
13750
13751 2002-01-16 [melvin]     0.7.0claws5
13752
13753         * README.claws
13754         * src/compose.c
13755         * src/gtkspell.[ch]
13756         * src/main.c
13757                 Heavily modified spell checker code to work around
13758                 ispell bug, to add keyboard shortcuts and for future
13759                 enhancements. See README.claws for usage information.
13760
13761 2002-01-15 [alfons]     0.7.0claws4
13762         
13763         * src/summaryview.c
13764                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13765                 so sorting within threads reflects sort mode
13766
13767 2002-01-15 [christoph]  0.7.0claws3
13768
13769         * src/procmsg.c
13770                 added alertpanel if mail sending failed
13771
13772 2002-01-15 [alfons]     0.7.0claws2
13773         
13774         * src/prefs_filtering.c
13775                 don't stop timer when prefs filtering dialog is opened
13776
13777 2002-01-14 [alfons]     0.7.0claws1
13778
13779         * src/addr_compl.c
13780         * src/prefs.c
13781                 remove debug_print()s for privacy reasons
13782
13783 2002-01-14 [darko]      0.7.0claws
13784
13785         * README.claws
13786                 quotation wrapping is now also in the main branch
13787
13788 2002-01-14 [paul]
13789
13790         * tools/filter_conv.pl
13791                 allow for Boolean Op and case-sensitivity
13792                 this file is included in the release and tagged
13793                 'rel_0_7_0'
13794
13795 2002-01-13 [paul]       0.7.0claws
13796
13797         * release 0.7.0, with cvs tag 'rel_0_7_0'
13798
13799 2002-01-13 [paul]
13800
13801         * tools/filter_conv.pl
13802         * tools/README
13803                 rewritten to output to matcherrc instead of filteringrc
13804
13805         * po/es.po
13806                 updated Spanish translation by Ricardo Mones Lastra
13807
13808 2002-01-13 [alfons]
13809
13810         * po/nl.po
13811                 update dutch translation
13812
13813 2002-01-13 [paul]
13814
13815         * po/pt_BR.po
13816                 Updated by Fabio Junior Beneditto 
13817
13818 2002-01-13 [melvin]     0.6.6claws53
13819
13820         * po/fr.po
13821                 Updated french translation
13822
13823 2002-01-12 [alfons]     0.6.6claws52
13824
13825         * src/filtering.c
13826                 plug mem leak that has been sitting there for ages              
13827
13828 2002-01-12 [alfons]     0.6.6claws51
13829
13830         * src/summaryview.c
13831                 undo melvin's changes from 0.6.6claws48 because summary
13832                 view now refuses to select first unread message when
13833                 selecting a folder 
13834
13835 2002-01-11 [alfons]     0.6.6claws50
13836
13837         * src/import.c
13838                 use claws' semantics for getting folder item when
13839                 importing an mbox file into a folder 
13840                 (submitted by Dale P. Smith)
13841
13842 2002-01-11 [christoph]  0.6.6claws49
13843
13844         * src/prefs.h
13845                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13846                 toggle widget, because non static prefs can not use
13847                 prefs_set_* functions
13848         * src/prefs_account.c
13849                 toggle smtp auth password field sensitivity if
13850                 user id is empty and add descrition of usage for
13851                 these fields
13852         * src/prefs_folder_item.c
13853                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13854                 callbacks
13855
13856 2002-01-11 [melvin]     0.6.6claws48
13857
13858         * src/compose.c
13859                 fix the 'Ctrl-Enter' feature for sending and test really
13860                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13861                 editables which was not documented in Gtk)
13862
13863         * src/summaryview.c
13864                 Made summaryview refresh after sorting and not before.
13865
13866 2002-01-11 [christoph]  0.6.6claws47
13867
13868         * src/compose.c
13869                 select account from account ids if possible and
13870                 correctly set save folder for copy in reedit
13871
13872 2002-01-10 [paul]       0.6.6claws46
13873
13874         * sync with sylpheed 0.7.0 release
13875                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13876                 2002-01-09
13877
13878 2002-01-09 [alfons]
13879
13880         * src/summaryview.c
13881                 remove more dirt traces...
13882
13883 2002-01-09 [alfons]
13884         
13885         * src/summaryview.c
13886                 clean up some traces of my debugging stuff
13887
13888 2002-01-09 [alfons]     0.6.6claws45
13889
13890         * src/filtering.c
13891                 break up filteringprop_apply() in three separate pieces
13892                 so we can drop messages that failed processing in the
13893                 inbox
13894
13895         * src/summaryview.c
13896                 fix bug #469598 "no refresh of inbox after filter" which 
13897                 was introduced by the new summary view locking, and which 
13898                 prevented the summary view to update after a manual filter 
13899                 message. claw's filter message requires a summary_show().
13900                 (aargh, summary_show() again! :-)
13901                 
13902 2002-01-07 [alfons]     0.6.6claws44
13903
13904         * src/headerwindow.c
13905         * src/logwindow.c
13906         * src/messageview.c
13907         * src/sourcewindow.c
13908                 bring in Hiro's last 0.7.0 wm class fixes
13909
13910         * tools/sylprint.pl
13911                 bring in Ricardo's fix for sylprint script
13912
13913         * AUTHORS       
13914         * src/rfc2015.[ch]
13915         * src/prefs_common.[ch]
13916         * src/prefs_account.[ch]
13917         * src/compose.c
13918                 clean up account preference poison in rfc2015,
13919                 and preparation to fix double sign bug 
13920                 (patch submitted by Simon 'corecode' Schubert)
13921
13922 2002-01-07 [christoph]  0.6.6claws43
13923
13924         * src/mh.c
13925                 search for free message number, do not only rely
13926                 on last_num
13927         * src/send.c
13928                 fix smtp auth and use extra account information
13929                 if available, if not use pop3 data instead
13930                 (closes bug #500341)            
13931         * src/ssl.[ch]
13932                 match coding style
13933
13934 2002-01-06 [alfons]     0.6.6claws42
13935
13936         * src/mainwindow.c
13937                 try making the separate windows work again...
13938
13939 2002-01-06 [alfons]     0.6.6claws41
13940
13941         * src/mainwindow.c
13942                 adapt Hiro's separate window menu (to get rid of the funny
13943                 duplicate menu items), and make it work again
13944
13945 2002-01-06 [alfons]     0.6.6claws40
13946
13947         * tools/Makefile.am
13948         * tools/sylprint.rc
13949         * tools/sylprint.pl
13950         * tools/README.sylprint
13951                 add sylprint script for printing mails from Sylpheed
13952                 (contributed by Ricardo Mones Lastra)
13953
13954         * src/acount.c
13955                 clean up
13956
13957 2002-01-06 [melvin]     0.6.6claws39
13958
13959         * src/mainwindow.c
13960         * src/summaryview.c
13961                 Fixed crash introduced in 0.6.6claws38 by the menu
13962                 reorganisation (Hide read messages)
13963         
13964         * ChangeLog.claws 
13965                 Fixed typo (we are now in 2002, alfons ;) )
13966
13967 2002-01-05 [alfons]     0.6.6claws38
13968
13969         * sync with sylpheed 0.6.6cvs10-17
13970                 (last stuff marked as LAST_STABLE)
13971
13972 2002-01-04 [melvin]     0.6.6claws37
13973
13974         * src/account.c
13975                 Made account selection code use strcasestr again instead of
13976                 g_strcasecmp (fixes bug where reediting queued messages
13977                 did not select proper account reported by T. Link).
13978         
13979         * src/folderview.c
13980                 Fix bug where folder icons are not shown when 'hide read messages'
13981                 is on.
13982         
13983         * src/stock_pixmaps.[ch]
13984                 Added folder icons for 'hide read messages'.
13985         
13986         * src/compose.c
13987                 Fixed bug where 'Enter' in a header entry will send the message 
13988                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13989
13990 2002-01-03 [melvin]     0.6.6claws36
13991         
13992         * src/prefs.[ch]
13993                 Added popup menu for common preferences and
13994                 account preferences (right click on tab displays
13995                                 a menu of all tabs.)
13996
13997 2002-01-02 [melvin]     0.6.6claws35
13998
13999         * src/gtkspell.[ch]
14000                 Made spelling code compatible with undo/redo feature.
14001                 Added creation of suggestion mode menu for the general
14002                         preferences.
14003         
14004         * src/prefs_common.[ch]
14005                 Added option menu for the speller's suggestion mode.
14006                 Added missing spaces in "..." buttons and made a "..."
14007                         button non translatable!
14008         
14009         * src/compose.c
14010                 Made speller use the default suggestion mode.
14011                 Hack to make it possible to choose 'CTRL-Enter' as a
14012                         shortcut for sending (and only for sending).
14013
14014         * src/prefs_folder_item.c
14015                 Changing subject simplification does not update cache 
14016                         anymore (because it is unnecessary).
14017                 Fixed bug where changing subject simplification updated the 
14018                         summaryview even when the viewed folder is not the
14019                         folder which properties are being changed. (E.g. 
14020                                         viewing folder A and changing
14021                                         the subject simplification of 
14022                                         folder B -not being viewed- updated the 
14023                                         summaryview of folder A with data of
14024                                         folder B). (Hope this is clear... )
14025
14026 2001-12-31 [alfons]     0.6.6claws34
14027         
14028         * src/ldif.c
14029         * src/mutt.c
14030                 fgetc() returns a signed integer which doesn't
14031                 fit in a char. so c truncates this to a char
14032                 but we may lose significant bits. i.e. we may
14033                 comparing 0xFF which may not be equal to -1
14034                 unless properly casted to signed char which
14035                 we won't do because fgetc() returns a signed
14036                 integer which doesn't fit in a char. so c 
14037                 truncates this to a char but we may lose 
14038                 significat bits. (you got the idea, thanks
14039                 to Gustavo Noronha Silva <kov@debian.org>
14040                 and the Debian folks!)
14041
14042 2001-12-30 [alfons]     0.6.6claws33
14043
14044         * src/prefs_common.c
14045                 add #ifdef USE_PSPELLs that Melvin forgot               
14046
14047 2001-12-30 [melvin]     0.6.6claws32
14048         
14049         * src/prefs_common.[ch]
14050                 Added configurable color for misspelled words.
14051
14052         * src/gtkspell.[ch]
14053                 Fixed bug of foreground text color (reported by David
14054                                 Mehrmann)
14055                 Added configurable color for misspelled words.
14056
14057 2001-12-30 [alfons]     0.6.6claws31
14058
14059         * src/folder.c
14060                 remove unnecessary things someone put there
14061
14062         * src/mh.c
14063         * src/folder.[ch]
14064                 make folder properties (like threading and sorting) persistent
14065                 (closes bug #497424 "rescan folder tree resets proprieties")
14066                 currently this is only for MH folders. 
14067
14068 2001-12-29 [melvin]     0.6.6claws30
14069
14070         * src/string_match.[ch]
14071                 Optimized a bit: regexp pattern buffer compiled only once, and
14072                   one subroutine call removed. Fixed ^ regexp search: Now, 
14073                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14074         
14075         * src/summaryview.c
14076                 Subject filtering changed to filter summary columns and
14077                   not directly the messages subject cache. The loss in 
14078                   performance is balanced by the improvement of string_match.
14079                 Added an alert panel if there is an error in the regexp.
14080
14081         * src/src/prefs_folder_item.h
14082                 Added a regexp pattern buffer.
14083
14084 2001-12-28 [alfons]     0.6.6claws29
14085
14086         * src/string_match.[ch]
14087                 clean up name space
14088                 allow compilation *BSD
14089
14090 2001-12-27 [alfons]     0.6.6claws28
14091
14092         * src/filter.c
14093                 sync the Hiro's bug fix for BSD
14094
14095 2001-12-27 [melvin]     0.6.6claws27
14096         
14097         * src/compose.c
14098                 Simplify focus to subject entry code.
14099
14100 2001-12-27 [darko]      0.6.6claws26
14101
14102         * src/filtering.c
14103         * src/mbox_folder.c
14104         * src/messageview.c
14105         * src/mh.c
14106         * src/procheader.[ch]
14107         * src/procmsg.h
14108         * src/stock_pixmap.[ch]
14109         * src/summaryview.c
14110                 Show key icon for encrypted mails in summary view
14111
14112         * src/pixmaps/clip.xpm
14113         * src/pixmaps/clipkey.xpm
14114         * src/pixmaps/key.xpm
14115                 New/modified icons for the above
14116
14117 2001-12-27 [melvin]     0.6.6claws25
14118
14119         * src/prefs_common.c
14120                 Put spell checker options in a separate tab to decrease
14121                 the Common Preferences window height.
14122
14123         * README.claws  
14124                 Update spell checker usage instruction about its options
14125                 location.
14126
14127 2001-12-27 [melvin]     0.6.6claws24
14128
14129         * src/compose.c
14130                 Changed subject entry widget position. Initial focus is
14131                 on the To header instead of the subject entry.
14132                 Creating a new header scrolls the header list to make the
14133                 created one visible. Nevertheless, when automatically filling
14134                 headers, the first one is shown.
14135                 A Tab key press in the last empty header entry zips the 
14136                 focus to the subject entry.
14137                 (I did not change the combo boxes, yet)
14138
14139 2001-12-26 [alfons]     0.6.6claws23
14140
14141         * src/prefs_account.c
14142         * src/inc.c
14143                 allow default inbox to reside in another mailbox (only
14144                 works for POP3 accounts)
14145
14146 2001-12-26 [alfons]     0.6.6claws22
14147         
14148         * src/textview.c
14149                 make reply-on-click work with the account of the selected folder
14150         * src/compose.c
14151                 put a fixme here to remind me to fix finding correct default
14152                 account for nested folders
14153
14154 2001-12-25 [alfons]     0.6.6claws21
14155
14156         * src/summaryview.c
14157                 make column headers display locked and mark pixmaps (idea by Melvin) 
14158                 fix bug by adding score and locked column type to sort array
14159
14160 2001-12-25 [alfons]     0.6.6claws20
14161         
14162         * src/summaryview.c
14163                 catch a *potentially* inadvertent write back of  
14164                 the message cache(s) introduced by 0.6.5claws37
14165
14166 2001-12-25 [christoph]  0.6.6claws19
14167
14168         * src/stock_pixmap.[ch]
14169         * src/summaryview.c
14170                 add ignore thread pixmap
14171                 (can someone draw a better icon for this?)
14172
14173 2001-12-24 [alfons]     0.6.6claws18
14174
14175         * src/prefs_folder_item.c
14176                 make address completion actually work for the
14177                 Default To address in the Folder Property dialog.
14178
14179 2001-12-24 [alfons]     0.6.6claws17
14180         
14181         * src/summaryview.c
14182                 use new style regexp for subject stripping 
14183                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14184
14185 2001-12-24 [darko]      0.6.6claws16
14186
14187         * src/pgptext.c
14188         * src/rfc2015.c
14189                 move GPG related informational messages to debug mode
14190
14191 2001-12-23 [alfons]     0.6.6claws15
14192
14193         * src/stock_pixmap.[ch]
14194         * src/summaryview.c
14195                 add the forgotten Claws' locked pixmap
14196
14197 2001-12-23 [alfons]     0.6.6claws14
14198
14199         * src/filesel.c
14200                 accept file name typed in entry in multi file
14201                 selector (patch submitted by Gustavo Noronha Silva 
14202                 <kov@debian.org>)
14203
14204 2001-12-23 [alfons]     0.6.6claws13
14205
14206         * src/prefs_filter.c
14207         * src/prefs_filtering.c
14208         * src/matcher.c
14209         * src/importmutt.c
14210                 clean up a little bit
14211         
14212         * src/string_match.c
14213                 validate input strings a little bit more
14214
14215 2001-12-23 [alfons]     0.6.6claws12
14216
14217         * src/Makefile.am
14218         * src/summaryview.c
14219         * src/string_match.[ch]         ** NEW **
14220         * src/folderview.[ch]
14221         * src/headerview.h
14222         * src/folder.[ch]
14223         * src/prefs_folder_item.[ch]
14224                 add subject simplification to strip out strings from
14225                 a subject line (esp. handy for mailing lists). 
14226                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14227                 but slightly changed things for better integration.)
14228
14229 2001-12-23 [alfons]     0.6.6claws11
14230
14231         * src/mainwindow.c
14232                 fix bug introduced by submission included in 0.6.5claws52.
14233                 ideally this submission should clean the trash if any trash
14234                 folder has a message. however, the hasTrash variable was
14235                 set to false whenever a trash folder was empty (discarding
14236                 a previously found *filled* trash folder.)
14237
14238                 also edited the code a little bit and made it more safe.
14239
14240 2001-12-22 [alfons]     0.6.6claws10
14241
14242         * src/imap.c
14243                 quick fix for Martin Pool's omission of an account
14244                 specific SSL setting
14245
14246 2001-12-22 [alfons]     0.6.6claws9
14247
14248         * src/compose.c
14249         * src/messageview.c
14250         * src/mimeview.c
14251         * src/pgptext.c
14252         * src/procmime.[ch]
14253                 better support for multipart/digest (submitted
14254                 by Fredrik <e98fo@efd.lth.se>)
14255
14256 2001-12-22 [alfons]     0.6.6claws8
14257
14258         * src/addressbook.c
14259                 correct function signature
14260         * src/socket.[ch]
14261         * src/imap.[ch]
14262         * src/prefs_account.[ch]
14263                 allow IMAP over SSH tunnel (patch submitted by 
14264                 Martin Pool <mbp@samba.org>)
14265
14266 2001-12-21 [alfons]     0.6.6claws7
14267
14268         * sync with sylpheed 0.6.6cvs4-9
14269                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14270
14271 2001-12-21 [christoph]  0.6.6claws6
14272
14273         * src/compose.c
14274         * src/prefs_folder_item.[ch]
14275                 implement saving of outgoing messages to current folder.
14276                 fix segfault when no default outbox is available
14277                 (closes bug #495683)
14278
14279 2001-12-21 [carsten]    0.6.6claws5
14280         * src/folderview.c
14281         * src/summaryview.c
14282                 pressing CTRL while DND does now the expected thing and
14283                 copies the mail (moving is still the default, as this
14284                 seam more appropriate for handling mails by DND)
14285
14286 2001-12-18 [paul]       0.6.6claws4
14287
14288         * sync with sylpheed 0.6.6cvs3
14289                 see ChangeLog entries 2001-12-18
14290
14291 2001-12-18 [hiro]       0.6.6claws3
14292
14293         * src/undo.c
14294                 fix for multibyte characters (obtain the number of letters
14295                 instead of bytes).
14296
14297 2001-12-17 [paul]       0.6.6claws2
14298
14299         * sync with sylpheed 0.6.6cvs1
14300                 see ChangeLog entry 2001-12-16
14301
14302 2000-12-17 [alfons]     0.6.6claws1
14303
14304         * src/filtering.c
14305                 clean up
14306
14307 2001-12-16 [paul]       0.6.6claws
14308 2001-12-15
14309
14310         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14311
14312         * src/mimeview.c
14313                 last minute sync with main 0.6.6
14314
14315         * po/es.po
14316                 updated by Ricardo Mones Lastra
14317                 update for last minute sync
14318         * po/fr.po
14319         * po/nl.po
14320                 update for last minute sync
14321         * po/de.po
14322                 updated by Jens Oberender
14323         * po/pt_BR.po
14324                 updated by Fabio Junior Beneditto
14325
14326         * src/prefs_common.[ch]
14327         * src/undo.c
14328                 number of undo levels is user configurable
14329                 (squeeze it into the release in the dying
14330                 moments) Submitted by Jens Oberender    
14331
14332 2001-12-15 [melvin]
14333
14334         * po/fr.po
14335                 updated french translation
14336
14337 2001-12-15 [paul]       0.6.5claws92
14338
14339         * sync with sylpheed 0.6.5cvs28
14340                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14341
14342         * po/nl.po
14343                 update to allow for sync
14344
14345 2001-12-15 [alfons]
14346         
14347         * po/nl.po
14348                 update dutch translation
14349
14350 2001-12-14 [carsten]    0.6.5claws91
14351         * src/summaryview.c
14352                 fixed bug #473785; also after changing the column order
14353                 the same message will be selected and displayed as before
14354                 the reordering
14355
14356 2001-12-14 [carsten]    0.6.5claws90
14357         * src/folderview.c
14358                 probably found the bug reported by wwb opening or closing
14359                 a folder tree just before dnd (found the solution in the
14360                 balsa source -- thanks to them)
14361
14362 2001-12-14 [carsten]    0.6.5claws89
14363         * src/gtkutils.c
14364         * src/account.c
14365                 moved gtk_clist_moveto to the right place, so that
14366                 only the accounts dialog is effected on opening
14367
14368 2001-12-14 [carsten]    0.6.5claws88
14369         * src/gtkutils.c
14370                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14371                 now, so that the focused row will be seen in any case
14372                 (reported by wwp on sf-claws-user)
14373
14374 2001-12-14 [darko]      0.6.5claws87
14375
14376         * src/compose.c
14377                 remove unnecessary line
14378
14379 2001-12-14 [paul]       0.6.5claws86
14380
14381         * sync with sylpheed 0.6.5cvs27
14382                 see ChangeLog entries 2001-12-14
14383
14384 2001-12-14 [carsten]    0.6.5claws85
14385         * src/mainwindow.c
14386                 following a suggestion of Melvin the rcoabm pops up
14387                 right under the button now and the button is reliefed
14388                 while the popup is open
14389
14390 2001-12-14 [darko]      0.6.5claws84
14391
14392         * src/compose.c
14393                 fix crash when wrapping long lines if linewrap quotation
14394                 is disabled and wrapper encounters a word spanning more
14395                 than one line
14396
14397 2001-12-13 [paul]       0.6.5claws83
14398
14399         * src/compose.c
14400                 prefer 'Reply-To' header over mailing list header when
14401                 replying to a message. Finally prevent all those confirmation 
14402                 messages being sent to the list itself.
14403
14404         * src/summaryview.c
14405                 remove unused summary_set_menu_sensitive() entry
14406
14407 2001-12-13 [paul]       0.6.5claws82
14408
14409         * src/folderview.c
14410         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14411         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14412         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14413                 improvements to 'Hide read messages': Inbox, Outbox,
14414                 Trash, Queue, and Draft icons now reveal presence of hidden 
14415                 messages
14416
14417 2001-12-12 [alfons]     0.6.5claws81
14418
14419         0.6.5claws80 was tagged as LAST_STABLE
14420
14421         * src/filtering.[ch]
14422         * src/matcher.[ch]
14423         * src/matcher_parser_lex.c
14424                 fix the filtering; my last attempt to get it right, 
14425                 if it does not work, it's Hoa's turn. ;-)
14426
14427                 for my honourable peers:
14428                 
14429                 the code now makes a clear distinction between
14430                 rules as they are displayed (probably escaped),
14431                 and as they are executed (probably unescaped). the
14432                 parser does *NOT* do any unescaping, this is
14433                 the task of the matcher.c (which breaks up a
14434                 rule into condition) and the filtering.c (which
14435                 breaks up the rule's action). to make this
14436                 run happily we provide an unescaped copy of
14437                 crucial strings to the MatcherProp and 
14438                 FilteringAction structures. note that the only
14439                 exception to this is any REGEXP string. those
14440                 are directly passed to regcomp() and regexp()
14441                 (who have much more powerful unescape functions).
14442                 
14443                 for everyone else:
14444         
14445                 you can escape tab (\t), carriage return (\r),
14446                 linefeed (\n), form feed (\f), quote (\"), 
14447                 single quote (\'), bell (\b) in all the entry
14448                 lines in the scoring & filtering dialogs.
14449                 as an added bonus this should not affect
14450                 existing filtering rules.
14451
14452 2001-12-12 [carsten]    0.6.5claws80
14453
14454         * src/summaryview.c
14455         * po/de.po
14456                 "item(s) selected" is now sensitive to 1 or more
14457                 than one selected (nice for language where simple
14458                 adding of a "s" is not possible as German (Eintrag
14459                 ->Eintr"age)
14460                 
14461                 the "forward as attachment" entry from the right
14462                 click menu removed, "forward" acts following the
14463                 prefs
14464         
14465         * src/textview.c
14466                 reverted my former changes; so compiler warning again
14467                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14468                 nevertheless
14469
14470         * src/messageview.c
14471                 "search in message" does now *not* only work in MVIEW_TEXT
14472                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14473                 message
14474
14475         * src/mainwindow.c
14476                 removed "/File/_Close" as it was the same as "/File/E_xit"
14477                 and we don't need it two times
14478
14479                 the separate folder view and message view now get a distinct
14480                 WMCLASS, just in case someone is using sawfish ;-)
14481
14482                 as the menu entries "/View/Message view" and "/View/Folder tree"
14483                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14484                 make them sensitive accordingly and as these two are "shown"
14485                 after startup anytime check this menuitem at startup
14486
14487 2001-12-12 [paul]       0.6.5claws79
14488
14489         * src/folderview.c
14490                 fix sensitivity of 'Search folder...', broken in
14491                 0.6.5claws75
14492
14493         * src/mainwindow.c
14494                 fix dodgy English
14495
14496 2001-12-11 [carsten]    0.6.5claws78
14497         * src/filtering.c
14498                 fixed two typos returning a wrong FALSE/TRUE
14499         * src/mainwindow.[ch]
14500                 extra menu for email/news button removed
14501
14502 2001-12-11 [alfons]     0.6.5claws77
14503         
14504         * src/matcher.c                 (1.3)
14505         * src/matcher_parser_lex.l      (1.28)
14506                 revert for another attempt
14507                 mark 0.6.5claws77 as LAST_STABLE
14508
14509 2001-12-11 [christoph]  0.6.5claws76
14510
14511         * po/de.po
14512                 fixed wrong translation for prev. unread msg
14513
14514 2001-12-11 [paul]       0.6.5claws75
14515
14516         * src/folder.[ch]
14517         * src/folderview.c
14518         * src/mainwindow.c
14519         * src/summaryview.[ch]
14520         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14521                 enable ability to hide read messages on per folder basis via 
14522                 '/Summary/Hide read messages'; when selected, a folder will 
14523                 have a red open folder icon, instead of a blue icon, if the 
14524                 folder contains hidden messges
14525                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14526
14527         * src/mainwindow.c
14528                 remove '/Message/Forward as attachment' from 
14529                 main_window_set_menu_sensitive() to prevent debug warning
14530
14531         * src/folderview.c
14532         * src/mainwindow.c
14533                 Clean up some of the English
14534
14535         * tools/newscache_clean.pl
14536                 allow for new 'hidereadmsgs' entry in folderlist.xml
14537
14538         * po/es.po
14539                 updated translation, submitted by Ricardo Mones Lastra
14540
14541 2001-12-11 [paul]       0.6.5claws74
14542
14543         * sync with sylpheed 0.6.5cvs25
14544                 see ChangeLog entry 2001-12-11
14545
14546 2001-12-10 [alfons]     0.6.5claws73
14547
14548         * src/matcher.c
14549                 add more control characters
14550         * src/matcher_parser_lex.l
14551                 make escaping / unescaping work again
14552
14553 2001-12-10 [alfons]     0.6.5claws72
14554
14555         * src/imap.c
14556                 clean up warnings "returning value for void function" 
14557         * src/prefs_filtering.c
14558                 make info button for execute action sensitive
14559
14560 2001-12-10 [paul]       0.6.5claws71
14561
14562         * src/compose.c
14563         * src/imap.[ch]
14564         * src/summaryview.c
14565                 fix: imap server now gets informed of MARKED, UNMARKED
14566                 and REPLY events. Now people can use different IMAP-Mail
14567                 clients and have the exact same information about MARKED,
14568                 UNMARKED and REPLY status with all of them. Especially
14569                 useful for imap servers with a web-frontend.
14570                 submitted by Tobias Sandhaas <medlor@web.de>
14571
14572 2001-12-09 [melvin]     0.6.5claws70
14573         
14574         * src/textview.[ch]
14575                 fixed bug #490076 (hunted down by Alfons who implemented
14576                 a workaround in 0.6.5claws65)
14577
14578 2001-12-09 [christoph]  0.6.5claws69
14579
14580         * src/summaryview.c
14581                 set pointer to string in LOCKED column to NULL
14582                 (might fix bug #490800)
14583
14584 2001-12-09 [carsten]    0.6.5claws68
14585
14586         * po/de.po
14587                 resolved some cluttered menu shortcuts 
14588                 ('creating new email' and 'creating news message'
14589                 hade the same)
14590         * src/compose.c
14591                 wmclass now distinc from main window
14592         * src/mainwindow.c
14593           src/mainwindow.h
14594                 email/news and forward button functionality similar
14595                 to the reply buttons; removed the ugly dropdown arrows
14596                 and use instead the right mouse button
14597
14598 2001-12-09 [paul]       0.6.5claws67
14599
14600         * src/imap.c
14601         * src/utils.h
14602                 allow spaces in imap folder names
14603                 submitted by Willem van Engen <wvengen@stack.nl>
14604
14605 2001-12-09 [paul]       0.6.5claws66
14606
14607         * sync with sylpheed 0.6.5cvs24
14608                 see ChangeLog entry 2001-12-09
14609
14610 2001-12-08 [alfons]     0.6.5claws65
14611
14612         * src/textview.c
14613                 prevent secondary selection claim after "add to sender" dialog
14614                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14615                 we trick GTK by simulating a click at (0, 0) in the textview.
14616
14617 2001-12-08 [hoa]        0.6.5claws64
14618
14619         * src/folder.c
14620                 fixed a bug about the .processing folder name while filtering
14621
14622 2001-12-08 [alfons]     0.6.5claws63
14623
14624         * src/folderview.c 
14625                 work around problem of not correctly updating folder stats
14626                 when deleting messages. there's some folder scanning evil
14627                 going so the folderview_update_msg_num() does not work
14628                 correctly. need to investigate this.
14629
14630 2001-12-08 [paul]       0.6.5claws62
14631
14632         * sync with sylpheed 0.6.5cvs23
14633                 see ChangeLog entry 2001-12-08
14634
14635 2001-12-07 [christoph]  0.6.5claws61
14636
14637         * src/compose.c
14638                 fix another header translation problem
14639
14640 2001-12-07 [alfons]     0.6.5claws60
14641
14642         * src/mbox.c
14643                 make filtering also work on local spool mbox
14644
14645 2001-12-07 [carsten]    0.6.5claws59
14646         * src/addressbook.c
14647                 addressbook window gets a wmclass distinct from the main
14648                 sylpheed window
14649         * src/compose.h
14650         * src/mainwindow.[ch]
14651                   forward menu item will use mode selected in prefs, forward 
14652                 as attatchment in menu removed (will be substituted in the
14653                 toolbar similar to reply buttons)
14654                   create news message menu entry and news button is now 
14655                 sensitive to the existance of a news account
14656         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14657         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14658         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14659                 these are removed because the toolbar buttons don't show
14660                 the quoting modus any longer
14661
14662 2001-12-07 [paul]
14663
14664         * tools/newscache_clean.pl      ** NEW FILE **
14665                 perl script to do some tidying up in the newscache directory 
14666                 
14667         * tools/sylpheed-switcher       ** NEW FILE **
14668                 perl script to enable easy switching between main and claws
14669                 
14670         * tools/README
14671                 added descriptions of the two new perl scripts          
14672
14673
14674 2001-12-07 [melvin]     0.6.5claws58
14675
14676         * src/messageview.c
14677                 fixed a warning during compilation introduced in 0.6.5claws56
14678
14679 2001-12-07 [paul]       0.6.5claws57
14680
14681         * src/mainwindow.[ch]
14682         * src/menu.[ch]
14683                 further usability enhancements to replying with or without 
14684                 quoting via the toolbar, use of Ctrl key is replaced by 
14685                 drop down menu 
14686                 Submitted by Carsten Schurig            
14687
14688 2001-12-07 [melvin]     0.6.5claws56
14689
14690         * src/messageview.c
14691                 hack to fix bug that prevented to make/paste selections
14692                 after switching between MVIEW_TEXT and MVIEW_MIME views
14693                 without deselecting the selection first.
14694
14695 2001-12-06 [alfons]     0.6.5claws55
14696
14697         * src/filtering.[ch]
14698         * src/inc.c
14699                 revise filtering a little bit more, and make sure
14700                 messages are delivered to the appropriate inbox
14701                 (perhaps set per account)
14702
14703 2001-12-06 [paul]       0.6.5claws54
14704
14705         * sync with sylpheed 0.6.5cvs22
14706                 see ChangeLog entry 2001-12-06
14707
14708 2001-12-05 [alfons]     0.6.5claws53
14709
14710         * src/inc.c
14711         * src/folder.[ch]
14712         * src/procmsg.c
14713         * src/filtering.c
14714                 more revisions of filtering system
14715                 (last stable version is marked as LAST_STABLE)
14716                 
14717                 | NOTE 1): the filtering system now uses a local folder called
14718                 | .processing. if filtering fails, check this directory
14719                 | for missing messages.
14720                 |
14721                 | NOTE 2): help us find the filtering actions still missing
14722
14723 2001-12-05 [paul]       0.6.5claws52
14724
14725         * src/mainwindow.c
14726                 fix bug where 'Empty Trash?' pop-up window appears even
14727                 when Trash is empty, submitted by Jesse Skinner         
14728
14729 2001-12-05 [melvin]     0.6.5claws51
14730
14731         * src/compose.c
14732                 fixed bug #486106 to select correct account when reediting 
14733                 a queued message
14734         
14735 2001-12-04 [alfons]     0.6.5claws50
14736
14737         * src/mh.c
14738                 declare markfile in appropriate functions when
14739                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14740                 for spotting this)
14741
14742 2001-12-04 [paul]       0.6.5claws49
14743
14744         * sync with sylpheed 0.6.5cvs21
14745                 see ChangeLog entry 2001-12-04
14746
14747 2001-12-03 [christoph]  0.6.5claws48
14748
14749         * po/de.po
14750                 changed translation of undo
14751         * src/account.c
14752         * src/folder.c
14753                 don't reinvent the wheel to traverse a GNode
14754         * src/compose.[ch]
14755                 seperate code to create the compose gui into functions
14756                 add "Others" page with folder selection for saving copy
14757                 of the message.
14758                 the folder identifier is saved to queue header
14759         * src/procmsg.c
14760                 save message to folder in queue header
14761
14762 2001-12-03 [paul]       0.6.5claws47
14763
14764         * sync with sylpheed 0.6.5cvs20
14765                 see ChangeLog entry 2001-12-03
14766
14767 2001-12-01 [paul]
14768
14769         * more sync with sylpheed 0.6.5cvs19
14770                 see ChangeLog entry 2001-11-29
14771
14772 2001-11-30 [paul]       0.6.5claws46
14773         
14774         * src/compose.c
14775                 remove conflicts introduced by Hoa's last commit
14776          
14777         * src/mainwindow.c
14778                 make 'Message/Bounce' sensitive
14779
14780 2001-11-30 [hoa]        0.6.5claws45
14781
14782         * src/compose.c
14783                 slightly change bounce function to add
14784                 information about the user that bounced the mail
14785                 in the From header line.
14786
14787         * src/folderview.c
14788                 permit the use of processing in outbox folder.
14789
14790 2001-11-29 [paul]       0.6.5claws44
14791
14792         * src/mainwindow.[ch]
14793         * src/prefs_common.c
14794         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14795         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14796         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14797                 usability enhancements to the quoting, implements
14798                 use of Ctrl key to toggle quoting settings
14799                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14800
14801 2001-11-29 [paul]       0.6.5claws43
14802         
14803         * sync with sylpheed 0.6.5cvs19
14804                 see ChangeLog entry 2001-11-28
14805
14806 2001-11-29 [melvin]     0.6.5claws42
14807         * src/Makefile.am
14808                 added enriched.[ch] to the list of files
14809
14810         * src/textview.c
14811         * src/mimeview.c
14812         * src/procmime.[ch]
14813         * src/enriched.[ch]
14814                 added support to view text/enriched
14815                 added support to show headers in message view for text/enriched and text/html
14816                         in non multipart messages
14817
14818 2001-11-28 [paul]       0.6.5claws41
14819
14820         * more sync with sylpheed 0.6.5cvs18
14821                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14822
14823 2001-11-27 [paul]       0.6.5claws40
14824         
14825         * po/pt_BR.po
14826                 updated translation, submitted by Fabio Junior Beneditto
14827                 
14828         * sync with sylpheed 0.6.5cvs18
14829                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14830                 2001-11-27
14831
14832
14833 2001-11-26 [paul]
14834
14835         * po/es.po
14836                 updated translation, submitted by Ricardo Mones Lastra
14837
14838 2001-11-26 [alfons]
14839
14840         * src/matcher.c
14841                 add more translatable strings
14842
14843 2001-11-26 [christoph]  0.6.5claws39
14844
14845         * po/de.po      
14846                 fixed one more umlaut
14847         * src/compose.c
14848                 fix translated header when it should not be translated
14849
14850 2001-11-26 [paul]       0.6.5claws38
14851
14852         * src/mainwindow.c
14853                 remove '/Message/Add Sender to address book' from 
14854                 main_window_set_menu_sensitive(), prevent debug warning
14855                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14856
14857 2001-11-26 [paul]       0.6.5claws37
14858
14859         * src/summaryview.c
14860                 fix 'recurring unread state' bug 
14861
14862         * tools/README 
14863         * tools/filter_conv.pl
14864                 read name of top level mailbox from folderlist.xml
14865                 and presume nothing about its name              
14866
14867 2001-11-26 [darko]      0.6.5claws36
14868
14869         * src/gtkstext.[ch]
14870                 removed functions that are now in gtkutils.c
14871                 use gtkut_text_is_uri_string() from gtkutils.c
14872         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14873
14874 2001-11-26 [paul]       0.6.5claws35
14875
14876         * sync with sylpheed 0.6.5cvs16
14877                 see ChangeLog entries 2001-11-25 and 2001-11-26
14878
14879 2001-11-25 [alfons]     0.6.5claws34
14880
14881         EXPERIMENTAL!!! Please checkout the last stable version using: 
14882           
14883         % cvs update -r LAST_STABLE -dRAP
14884
14885         (Or help us testing this stuff.)
14886
14887         * src/filtering.c               (1.14)
14888         * src/filtering.h               (1.6)
14889         * src/inc.c                     (1.28)
14890         * src/matcher.c                 (1.20)
14891         * src/mbox.c                    (1.9)
14892         * src/procmsg.h                 (1.14)
14893         * src/summaryview.c             (1.59)
14894         * src/summaryview.h             (dunno)
14895                 revert/merge/sync to as it was before commit 
14896                 on Thu, 19 Jul 2001 10:15:51 -0700.
14897
14898 2001-11-25 [hoa]        0.6.5claws33
14899
14900         * src/main.c
14901                 processing mails at startup
14902
14903         * src/folderview.c
14904         * src/summaryview.[ch]
14905                 processing mails when entering folder
14906
14907         * src/prefs_filtering.c
14908                 fixed some UI bugs
14909
14910 2001-11-24 [alfons]     0.6.5claws32
14911
14912         * src/summaryview.[ch]
14913                 make summary sort headers work, and also make
14914                 sure the sort type is stored
14915
14916 2001-11-23 [alfons]     0.6.5claws31
14917
14918         * src/summaryview.[ch]
14919                 make lock work like mark
14920                 disallow deleting messages marked as locked
14921
14922 2001-11-23 [alfons]     0.6.5claws30
14923
14924         * src/gtkstext.c
14925         * src/compose.[ch]
14926         * src/Makefile.am
14927         * src/undo.[ch]
14928                 merge undo patch submitted by Jens
14929
14930 2001-11-23 [christoph]  0.6.5claws29
14931
14932         * src/.cvsignore
14933                 added ylwrap
14934         * src/compose.c
14935                 fixed gpg signing and encoding
14936         * src/folder.[ch]
14937         * src/main.c
14938                 added --status option to get new, unread and total
14939                 message count from a running sylpheed
14940         * src/prefs_common.c
14941                 temporary fix for reply_with_quote problem
14942                 (don't call functions for non existing widget)
14943         * src/procmsg.c
14944                 one more check for ignored threads but still not
14945                 always working correctly. probably a recursive
14946                 check for all parents is needed
14947
14948 2001-11-23 [darko]      0.6.5claws28
14949
14950         * src/compose.c
14951                 wrapping on send improvements
14952         * src/gtkutils.[ch]
14953                 fix for GtkSText after last sync with main branch
14954                 GTK_TEXT -> GTK_STEXT
14955
14956 2001-11-23 [paul]       0.6.5claws27
14957
14958         * sync with sylpheed 0.6.5cvs14
14959                 see ChangeLog entries 2001-11-22 and 2001-11-23
14960                 
14961         * po/de.po
14962                 fixed the scrambled umlauts 
14963                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14964
14965 2001-11-21 [paul]       0.6.5claws26
14966
14967         * sync with sylpheed 0.6.5cvs12
14968                 see 2nd ChangeLog entry dated 2001-11-20
14969
14970 2001-11-20 [paul]       0.6.5claws25
14971
14972         * sync with sylpheed 0.6.5cvs11
14973                 see ChangeLog entry 2001-11-19 (src/utils.c)
14974
14975 2001-11-20 [hiro]
14976
14977         * src/compose.c
14978                 GTK_TEXT -> GTK_STEXT
14979                 fix for wrong comment
14980
14981 2001-11-20 [hiro]       0.6.5claws24
14982
14983         * src/compose.[ch]
14984                 more merges from main branch
14985                 removed fatal warnings (uninitialized variables etc.)
14986                 some coding style fix
14987         * src/gtkutils.h
14988                 fixed typo.
14989         * src/addressbook.c
14990           src/addrindex.c
14991                 V-Card -> vCard
14992
14993 2001-11-19 [hoa]        0.6.5claws23
14994
14995         * src/filtering.c
14996         * src/prefs_scoring.c
14997         * src/matcher.[ch]
14998         * src/scoring.c
14999                 cleaning code
15000
15001         * src/matcher_parser_parse.y
15002         * src/prefs_filtering.c
15003                 bouncing
15004
15005 2001-11-19 [alfons]     0.6.5claws22
15006
15007         more of my old things into claws
15008
15009         * src/Makefile.am
15010         * src/prefs_common.c
15011         * src/procmsg.h
15012         * src/summaryview.[ch]
15013         * src/prefs_summary_column.c
15014         * src/pixmaps/locked.xpm
15015                 add indicators for locking of message in summary view
15016                 (does not work yet, only visual indicator)
15017
15018 2001-11-19 [paul]       0.6.5claws21
15019
15020         * sync with sylpheed 0.6.5cvs10
15021                 see ChangeLog entry 2001-11-19
15022
15023 2001-11-18 [alfons]     0.6.5claws20
15024         
15025         * src/filtering.c
15026                 remove an inadvertent free I forgot in previous clean up 
15027
15028 2001-11-18 [alfons]     0.6.5claws19
15029
15030         * src/filtering.[ch]
15031                 clean up & plug leaks
15032
15033 2001-11-18 [paul]       0.6.5claws18
15034
15035         * sync with sylpheed 0.6.5cvs9
15036                 see ChangeLog entries 2001-11-17 and 2001-11-18
15037
15038 2001-11-16 [paul]       0.6.5claws17
15039
15040         * sync with sylpheed 0.6.5cvs8
15041                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15042
15043 2001-11-16 [paul]       0.6.5claws16
15044
15045         * sync with sylpheed 0.6.5cvs7
15046                 see ChangeLog entries 2001-11-15 and 2001-11-16
15047
15048 2001-11-15 [hoa]        0.6.5claws15
15049
15050         * src/compose.c
15051                 fix bounce, mails we received couln't be bounced to ourself.
15052
15053         * src/defs.h
15054         * src/filtering.[ch]
15055         * src/matcher.[ch]
15056         * src/matcher_parser.h
15057         * src/matcher_parser_lex.l
15058         * src/matcher_parser_parse.y
15059         * src/inc.c
15060         * src/main.c
15061         * src/mbox.c
15062         * src/prefs_filtering.[ch]
15063         * src/mainwindow.c
15064         * src/prefs_matcher.c
15065         * src/prefs_scoring.c
15066         * src/scoring.[ch]
15067         * src/summaryview.c
15068                 new matcher/filter/score configuration file parser
15069                 one unique configuration file => ~/.sylpheed/matcherrc
15070                 import in currently automatic, then save are made
15071                 in this new file.
15072                 one filter per folder and one global filter
15073                 (filter of a folder will be used as folder processing)
15074
15075         * src/folder.c
15076                 fix a bug in folder_item_get_identifier
15077                 
15078         * src/messageview.c
15079                 receive receipt return are fixed.
15080
15081 2001-11-14 [alfons]     0.6.5claws14
15082
15083         * src/session.h
15084                 add things from main branch to make claws compile
15085
15086 2001-11-14 [paul]       0.6.5claws13
15087
15088         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15089                 see ChangeLog entries 2001-11-08 to 2001-11-14
15090
15091 2001-11-14 [hoa] 0.6.5claws12
15092
15093         * src/compose.[ch]
15094         * src/mainwindow.c
15095         * src/summaryview.c
15096                 add "bounce mail" option
15097
15098 2001-11-13 [christoph]  0.6.5claws11
15099
15100         * src/compose.c
15101                 Cleanup a mess i add before commiting
15102
15103 2001-11-13 [hoa]        0.6.5claws10
15104
15105         * src/compose.c
15106                 some fixes when mail are sent or
15107                 for crossposts
15108
15109 2001-11-13 [christoph]  0.6.5claws9
15110
15111         * po/de.po
15112                 Changed two string with the same translation
15113         * src/compose.c
15114         * src/procmsg.[ch]
15115         * src/send.[ch]
15116                 New mailsending process:
15117                   - Always queue message before sending
15118                     (message will be saved if sylpheed crashed or
15119                      freezes while sending)
15120                   - Allow queuing of newspostings
15121                   - No copy in outbox before sending
15122                     (closes bug #469501)
15123                   - No more redundant code for send and send_later
15124         * src/summaryview.c
15125                 Applied wwp <subscript@free.fr>'s patch that fixes
15126                 marks for multiple forwarded messages (+compose.c)
15127
15128 2001-11-12 [alfons]
15129
15130         * README.claws
15131                 remove things that are now in main branch
15132         
15133         * po/nl.po
15134                 update Dutch translation
15135
15136 2001-11-12 [mhadasht]   0.6.5.claws8
15137
15138         * src/prefs_common.c
15139                 re-enabled account autoselection feature for forward
15140                 and reedit lost during the branch point for SYNC-B4-REL
15141         * src/gtkspell.c
15142                 gtkpspell_get_dict(): more readable code (even if function is
15143                 not used yet)
15144         * ChangeLog.claws
15145                 added version number info to 2001-11-12 [hiro] comment.
15146
15147 2001-11-12 [hiro]       0.6.5.claws7
15148
15149         * src/compose.c
15150                 compose_forward(): fixed a bug that forward quote mark
15151                 wasn't used.
15152                 removed unnecessary code.
15153         * src/template_select.[ch]: removed.
15154
15155 2001-11-11 [alfons]
15156
15157         * src/compose.c
15158                 :%s/GTK_TEXT/GTK_STEXT/g
15159         
15160         * src/compose.[ch]
15161         * src/undo.[ch]
15162         * src/Makefile.am
15163                 revert the undo stuff (this is 0.6.6claws stuff)
15164
15165 2001-11-11 [hoa]        0.6.5.claws6
15166
15167         * src/compose.[ch]
15168                 Insert signature at the end of the text.
15169                 Added undo patch but currently disabled
15170
15171         * src/procmsg.c
15172                 Threading by subject improved.
15173
15174         * added src/undo.[ch]
15175                 Undo module for compose dialog box.
15176
15177 2001-11-11 [alfons]     0.6.5.claws5
15178
15179         * src/procmsg.c
15180                 prevent threading by subject on nodes that have already been
15181                 threaded by in-reply-to (as in "circular references in a tree
15182                 result in a dead branch")
15183
15184 2001-11-09 [hoa]        0.6.5.claws4
15185         
15186         * src/folderview.c
15187                 allows creation of mbox folder item from any files.
15188
15189 2001-11-09 [alfons]     0.6.5.claws3
15190         
15191         * src/utils.c
15192         * src/procmsg.c
15193                 do what I mean and correct threading by subject so it really
15194                 ignores attracting lines without "Re: "
15195
15196 2001-11-07 [alfons]     0.6.5.claws2
15197
15198         * src/procmsg.c
15199         * src/utils.[ch]
15200                 only attract by subject if a subject line starts with a "Re: "
15201         * src/syldap.c
15202                 remove warning
15203
15204 2001-11-07 [paul]       0.6.5claws1
15205
15206         * sync with sylpheed 0.6.5. release
15207                 see ChangeLog entry 2001-11-07
15208
15209 2001-11-07 [paul]       0.6.4claws31
15210
15211         * sync with sylpheed 0.6.4cvs18
15212                 see ChangeLog entries 2001-10-30 to 2001-11-07
15213                 prefs_templates.[ch] renamed prefs_template.[ch]
15214
15215 2001-11-06 [alfons]
15216         
15217         * src/utils.h
15218                 add semicolon Hoa forgot ;-)
15219                 
15220
15221 2001-11-06 [hoa]        0.6.4claws30
15222         
15223         * src/procmsg.c
15224         * src/summaryview.c
15225         * src/utils.c
15226         * src/utils.h
15227                 threading by subject - empty subject are ignored
15228
15229 2001-11-06 [christoph]  0.6.4claws29
15230
15231         * src/socket.c
15232                 use SSL_peek for sock_gets
15233         * src/utils.c
15234                 removed unneeded pointer in extracting quoted
15235                 names implementation
15236
15237 2001-11-06 [melvin]     0.6.4claws28
15238
15239         * src/gtkspell.c
15240                 fixed bug #476792 Selection overtyping with spell checker
15241                 fixed bug which could cause a buffer overflow
15242                 fixed a memory leak
15243
15244 2001-11-06 [hoa]        0.6.4claws27
15245         
15246         * src/procmsg.c
15247         * src/summaryview.c
15248                 threading by subject
15249
15250 2001-11-05 [alfons]     0.6.4claws26
15251         
15252         * README.claws
15253                 Claws -> Sylpheed (vice versa)
15254
15255         * src/compose.c
15256                 :%s/gtk_text/gtk_stext/g
15257                 :%s/GTK_TEXT/GTK_STEXT/g
15258                 (thanks to Jonathan Ware for spotting this)
15259
15260 2001-11-04 [christoph]  0.6.4claws25
15261
15262         * src/summaryview.c
15263                 replace Xalloca + strdup with Xstrdup_a
15264         * src/utils.c
15265                 better implementation of extracting quoted names
15266                 from addresses (remove backlashes and ignore
15267                 quotes after them)
15268
15269 2001-11-04 [alfons]     0.6.4claws24
15270
15271         * src/utils.[ch]
15272                 edit to comply more with coding style
15273
15274         * src/textview.c
15275                 fix bug reported by Kim Schulz. introduced by the patch integrated
15276                 in 0.6.4claws15. the code did not check the return value of
15277                 the html parser.
15278
15279         * AUTHORS
15280                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15281
15282 2001-11-04 [christoph]  0.6.4claws23
15283
15284         * src/main.c
15285         * src/prefs_common.[ch]
15286                 init some pointers that possibly caused a segfault
15287                 reported in the claws-users ML
15288
15289 2001-11-04 [hoa]        0.6.4claws22
15290
15291         * src/grouplistdialog.c
15292                 change the names of the nodes in the tree
15293
15294         * src/compose.c
15295                 enhanced mailto syntax as described in
15296                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15297                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15298
15299         * src/utils.c
15300                 encode and decode URI (useful when opening URL into
15301                 netscape).
15302
15303 2001-11-03 [hoa]        0.6.4claws21
15304
15305         * src/grouplistdialog.c
15306                 a new newsgroups list selection dialog box
15307                 with a CTree instead of a CList
15308
15309 2001-11-03 [hoa]        0.6.4claws20
15310
15311         * src/folderview.c
15312                 enable property and scoring options when right
15313                 click on "inbox"
15314
15315         * src/summaryview.c
15316                 fixed bug when nickname were displayed using
15317                 the address book.
15318
15319 2001-11-02 [darko]      0.6.4claws19
15320
15321         * src/compose.c
15322                 new wrap quotation and URL/long words wrapping implementation
15323         * src/compose.c src/gtkstext.[ch]
15324                 move gtkstext_strncmp() to gtkstext.c
15325
15326 2001-11-01 [christoph]  0.6.4claws18
15327
15328         * src/prefs_account.c
15329                 fixed mess in account settings dialog
15330         * src/prefs_folder_item.c
15331                 added label with folder path to dialog
15332
15333 2001-10-31 [match]      0.6.4claws17
15334
15335         * src/vcard.c
15336                 fix memory leak.
15337         * src/addrbook.c
15338                 fix generation of spurious address book file names.
15339                 remove redundant functions.
15340         * po/POTFILES.in
15341                 added missing file names.
15342
15343 2001-10-30 [paul]       0.6.4claws16
15344
15345         * sync with sylpheed 0.6.4cvs6
15346                 see ChangeLog entries 2001-10-26 to 2001-10-30
15347
15348         * tools/filter_conv.pl
15349                 read folderlist.xml to discover whether the top-level
15350                 folder is called 'Mailbox' or 'Mail' 
15351
15352 2001-10-29 [paul]       0.6.4claws15
15353
15354         * src/html.c, src/textview.c
15355                 activate links in html mail and fix clickable parts
15356                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15357
15358 2001-10-29 [paul]
15359
15360         * po/de.po, po/es.po, po/pt_BR/po
15361                 updated translations, submitted by Jens Oberender,
15362                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15363
15364 2001-10-29 [darko]      0.6.4claws14
15365
15366         * src/compose.c
15367                 fix wrapping for good
15368
15369 2001-10-29 [darko]
15370
15371         * src/compose.c
15372                 undo previous change as it broke the smart wrapping
15373
15374 2001-10-29 [darko]      0.6.4claws13
15375
15376         * src/compose.c
15377                 fix infinite loop when long URL is quoted
15378                 (closes bug #475122.
15379
15380 2001-10-28 [match]
15381
15382         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15383                 import Mutt address book
15384         * src/ldif.[ch] src/importldif.h
15385                 modified import LDIF handle user attributes
15386
15387 2001-10-28 [christoph]  0.6.4claws12
15388
15389         * src/summaryview.c
15390                 fixed that filtering did not work if there
15391                 were no filter rules
15392                 (closes bug #472003 and better implementation
15393                  of patch #474644)
15394
15395 2001-10-27 [christoph]  0.6.4claws11
15396
15397         * src/compose.c
15398                 make the folder's default account to be used when
15399                 replying. (patch by wwp <subscript@free.fr>)
15400         * src/compose.c
15401                 code cleanup, nearly killed all of wwp's patch
15402                 for folder's default account in compose
15403         * src/folderview.c
15404                 error panel when a folder could not be created
15405                 (closes bug #471080 new folder name & already
15406                  existing file)
15407
15408 2001-10-26 [alfons]
15409
15410         * src/utils.h
15411                 change prototype of strstr2() that Christoph forgot about
15412
15413 2001-10-26 [christoph]  0.6.4claws10
15414
15415         * src/account.c
15416                 made search for accounts by email address not case
15417                 sensitive
15418         * src/folder.c
15419                 fixed memory leak in folder_item_get_identifier
15420         * src/gtkspell.c
15421         * src/utils.c
15422                 fixed wrong strstr2 (should work like strstr)
15423
15424 2001-10-26 [darko]      0.6.4claws9
15425
15426         * src/compose.c src/gtkstext.[ch]
15427         * src/gtkstext.c
15428                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15429
15430 2001-10-26 [paul]       0.6.4claws8
15431
15432         * src/html.c
15433                 ignore css and javascript tags in html mail
15434                 case-insensitive, with or without double-quoted
15435                 strings
15436
15437 2001-10-26 [paul]       0.6.4claws7
15438
15439         * sync with sylpheed 0.6.4cvs1
15440                 see ChangeLog entry 2001-10-26
15441
15442         * src/prefs_account.c, src/prefs_common.c,
15443           src/prefs_summary_column.c
15444                 minor improvements to the English
15445
15446 2001-10-25 [alfons]     0.6.4claws6
15447
15448         * src/gtkstext.c
15449         
15450                 make GtkSText follow style of GtkText (closes bug 
15451                 #469211 "text selection while writing message")
15452                 
15453                 do sync with GTK 1.2.10
15454
15455 2001-10-25 [paul]       0.6.4claws5
15456
15457         * src/html.c
15458                 ignore css tags in html mail
15459
15460 2001-10-25 [darko]      0.6.4claws4
15461
15462         * src/compose.c
15463                 don't declare is_url_string as static function since
15464                 we need it in gtkstext.c
15465         * src/gtkstext.c
15466                 remove unused variable
15467                 don't wrap long URLs while composing a message
15468
15469 2001-10-24 [christoph]  0.6.4claws3
15470
15471         * src/socket.c
15472                 fix ssl deadlock, when peer closes connection
15473
15474 2001-10-24 [paul]       0.6.4claws2
15475
15476         * src/prefs_common.c
15477                 gettextize the gpg ascii-armored warning message
15478
15479         * src/compose.c
15480                 insert a DOS/MAC file into the composed message
15481                 (improvements)
15482
15483         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15484
15485 2001-10-22 [paul]       0.6.4claws1
15486
15487         * sync with sylpheed 0.6.4 release
15488                 see ChangeLog entries 2001-10-21
15489
15490         * po/fr.po, po/pt_BR.po
15491                 updated by Melvin Hadasht and Fabio Junior Beneditto
15492
15493 2001-10-21 [paul]       0.6.3claws30
15494
15495         * src/compose.c
15496                 insert a DOS text file from the compose window
15497                 into the composed message text (removes CRs characters)
15498                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15499
15500         * tools/filter_conv.pl, tools/README
15501                 automatically use ~/.sylpheed as working directory
15502                 print out confirmation message on completion
15503
15504         * correct Hoa's last ChangeLog.claws entry
15505
15506 2001-10-20 [hoa]        0.6.3claws29
15507
15508         * src/grouplistdialog.c
15509                 bugfix (another ?) to give the right
15510                 newsgroups list for each news server.
15511
15512         * src/news.c
15513         * src/news.h
15514                 improve the newsgroups list cache
15515
15516 2001-10-20 [paul]       0.6.3claws28
15517
15518         * sync with sylpheed 0.6.3cvs9
15519                 see ChangeLog entry 2001-10-19
15520
15521         * correct Alfons' last ChangeLog.claws entry
15522
15523 2001-10-19 [alfons]
15524
15525         * src/pgptext.[ch]
15526                 fix compilation problems (part of bug #472895)
15527
15528 2001-10-18 [hoa]        0.6.3claws27
15529
15530         * src/grouplistdialog.c
15531                 bugfix when we refresh was clicked (bug 472701)
15532
15533 2001-10-19 [christoph]  0.6.3claws26
15534
15535         * src/compose.c
15536                 last header entry should default to "To:" or
15537                 "Newsgroups:" and not copy the last entry line
15538                 in a new compose window
15539                 (closes bug #472686, #470792)
15540
15541 2001-10-19 [paul]       0.6.3claws25
15542
15543         * sync with Sylpheed 0.6.3cvs8
15544                 see ChangeLog entries 2001-10-18 and 2001-10-19
15545
15546 2001-10-18 [christoph]  0.6.3claws24
15547
15548         * src/procmsg.c
15549                 reimplement ignore thread
15550         
15551 2001-10-18 [hoa]        0.6.3claws23
15552
15553         * src/folderview.c
15554         * src/grouplistdialog.[ch]
15555                 enhanced news subscription interface (feature 469113)
15556
15557         * src/news.c
15558         * src/news.h
15559                 enchanced newsgroup listing,
15560                 now, we can get groups informations
15561                 (NNTPGroupInfo)
15562
15563 2001-10-18 [paul]       0.6.3claws22
15564
15565         * src/summaryview.c
15566                 remove comment (sync with main branch)
15567         * src/mainwindow.c
15568                 fix 'Re-edit' bug in 'Message' menu
15569
15570 2001-10-17 [christoph]  0.6.3claws21
15571
15572         * src/compose.c
15573                 ignore empty or whitespace only header lines
15574
15575 2001-10-17 [paul]       0.6.3claws20
15576
15577         * sync with sylpheed 0.6.3cvs7
15578                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15579                 2001-10-17
15580
15581 2001-10-17 [darko]
15582
15583         * src/compose.c
15584                 wrap long lines without spaces
15585                 don't wrap URLs
15586
15587 2001-10-16 [paul]
15588
15589         * po/es.po, po/nl.po, po/pt_BR.po
15590                 updated by Ricardo Mones Lastra, Alfons,
15591                 and Fabio Junior Beneditto
15592
15593         * sylpheed-0.6.3claws released
15594
15595 2001-10-15 [melvin] 0.6.3claws18
15596
15597         * README.claws
15598                 added summary and detailed installation instructions
15599                 for spell checker
15600         * po/fr.po
15601                 Updated, corrected and completed french translation
15602
15603 2001-10-15 [hoa] 0.6.3claws17
15604         * src/grouplistdialog.c
15605                 we can choose the newsgroups to display with wildcards
15606
15607 2001-10-15 [christoph]  0.6.3claws16
15608
15609         * src/account.c
15610         * src/compose.c
15611         * src/prefs_folder_item.[ch]
15612                 applied wwp <subscript@free.fr>'s folder
15613                 default account patch
15614         * po/de.po
15615                 Fixed wrong translation
15616
15617 2001-10-13 [alfons, christoph, melvin]  
15618                         0.6.3claws15
15619
15620         solution #2 to solve MT-safety problems defers all GUI related calls
15621         to the main thread using a gtk_idle_add() callback. discussed on
15622         ircnet #sylpheed, with christoph spotting some issues with the
15623         original code, and melvin allowing us to lobotomize his sylpheed.
15624
15625         * src/syldap.[ch], src/main.c
15626                 fix race problem in ldap search thread by deferring GUI 
15627                 stuff to main thread using gtk_idle_add()
15628
15629 2001-10-13 [paul]       0.6.3claws14
15630
15631         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15632                 add Sergey's smtpcred.patch
15633                 adds separate username/password setting for SMTP Auth
15634                 needed by some servers
15635                 (closes feature request #471659)
15636
15637 2001-10-13 [paul]       0.6.3claws13
15638
15639         * src/pgptext.[ch] **NEW FILES**
15640         * src/Makefile.am, src/messageview.c, src/mimeview.c
15641                 decrypt ascii-armored gpg text embedded in
15642                 the message body.
15643                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15644
15645 2001-10-13 [christoph]  0.6.3claws12
15646
15647         * README.claws
15648                 some more details on default to and
15649                 feature requests
15650         * src/main.c
15651                 init glib threading when ldap is used
15652         * src/syldap.c
15653                 threading fixes
15654         * po/de.po
15655                 fixed a typo
15656
15657 2001-10-12 [paul]       0.6.3claws11
15658
15659         * src/prefs_common.[ch], src/rfc2015.c
15660                 enable ascii-armored gpg text to be embedded in the
15661                 message body, selectable through the 'Privacy'
15662                 preferences. Supports encrypting only.
15663                 Submitted by Ravemax <ravemax@dextrose.com>
15664
15665 2001-10-12 [paul]       0.6.3claws10
15666
15667         * sync with sylpheed 0.6.3cvs6
15668                 see ChangeLog entries 2001-10-11 and 2001-11-12
15669
15670         * src/folderview.c
15671                 incorporated mbox folders, scoring, and folder
15672                 properties into the sync
15673
15674 2001-10-12 [darko]      0.6.3claws9
15675
15676         * README.claws
15677                 describe quotation wrapping
15678         * src/compose.c
15679                 don't treat tab as space to calculate line length properly
15680
15681 2001-10-11 [alfons]
15682
15683         * README.claws
15684                 correct description of how to make new filtering system work,
15685                 add some other things
15686                 
15687         * src/syldap.c
15688                 remove sched_yield() (not necessary / unportable)
15689
15690 2001-10-11 [paul]       0.6.3claws8
15691
15692         * sync with sylpheed 0.6.3cvs3
15693                 see ChangeLog entry 2001-10-10
15694
15695 2001-10-10 [christoph]  0.6.3claws7
15696
15697         * .cvsignore
15698                 ignore 2 files created by newer autotools
15699         * src/prefs_folder_item.c
15700                 using table for widget alignment
15701                 fixed memory leak and broken octal display
15702         * src/filesel.c
15703                 fixed segfault caused by lost filename
15704                 workaround (closes bug #469551)
15705
15706 2001-10-10 [paul]       0.6.3claws6
15707
15708         * sync with sylpheed 0.6.3cvs2
15709                 see ChangeLog entries 2001-10-09 and 2001-10-10
15710
15711 2001-10-10 [darko]      0.6.3.claws5
15712
15713         * src/gtkstext.c
15714                 proper calculation of right margin if smart wrapping is enabled
15715         * src/compose.c
15716                 automatically wrap long lines if wrap quotation is enabled
15717
15718 2001-10-09 [alfons]     0.6.3.claws4
15719
15720         * src/summaryview.c
15721                 select correct row when deleting last row in the summary view (and
15722                 close bug "[ #469104 ] select second last in list when deleting")
15723
15724 2001-10-09 [paul]       0.6.3claws3
15725
15726         * sync with sylpheed 0.6.3cvs1
15727                 updated some autotool scripts
15728
15729 2001-10-09 [darko]      0.6.3claws2
15730
15731         * src/gtkstext.[ch]
15732                 new name and mark with Sylpheed comment
15733         * src/compose.c
15734                 smart quotation wrapping a-la VIM
15735
15736 2001-10-08 [paul]       0.6.3claws1
15737
15738         * sync with sylpheed 0.6.3 release
15739                 see ChangeLog entry 2001-10-08
15740
15741 2001-10-08 [paul]       0.6.2claws24
15742
15743         * src/summaryview.c
15744                 more sync with sylpheed 0.6.2cvs12
15745                 Fixed the bug that didn't select the last row correctly
15746
15747
15748 2001-10-07 [paul]       0.6.2claws23
15749
15750         * sync with sylpheed 0.6.2cvs12
15751                 see ChangeLog entry 2001-10-07
15752
15753 2001-10-06 [match]
15754         * src/jpilot.[ch]
15755                 enable jpilot to read unsynch'ed addresses.
15756
15757         * src/editldap_basedn.c
15758                 fix segfault when opening dialog.
15759
15760 2001-10-06 [alfons]     0.6.2.claws22
15761
15762         * src/summaryview.c
15763                 fix bug with summary view selecting last *inserted*
15764                 node instead of last *visible* node. remember we
15765                 work with a tree
15766
15767 2001-10-06 [paul]       0.6.2claws21
15768
15769         * po/pt_BR.po
15770                 updated translation, contains some fixes and new
15771                 translations, submitted by Gustavo Noronha Silva
15772                 <kov@debian.org>
15773
15774         * src/prefs_common.c
15775                 change 'each' to 'every' - fix dubious English
15776
15777         * sync with sylpheed 0.6.2cvs11
15778
15779 2001-10-05 [alfons]     0.6.2claws20
15780
15781         * src/mainwindow.[ch], src/folderview.c
15782                 make composite tool button switch between "Compose News"
15783                 and "Compose Mail" depending on selected folder
15784                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15785
15786 2001-10-05 [paul]       0.6.2claws19
15787
15788         * src/mainwindow.c, src/summaryview.c
15789                 fix 'Message/Reply to all', broken in last commit
15790
15791         * src/compose.c
15792                 fix X_BEENTHERE seg fault, thanks to Alfons
15793
15794 2001-10-04 [paul]       0.6.2claws18
15795
15796         * src/compose.[ch], src/mainwindow.c
15797                 make "Message/Reply" reply to mailing lists; matches
15798                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15799                 based on portions of the patch submitted by
15800                 Junichi Uekawa <dancer@netfort.gr.jp>
15801
15802 2001-10-04 [darko]      0.6.2claws17
15803
15804         * src/compose.c
15805                 better smart wrapping
15806         * src/gtkstext.[hc]
15807                 a function to make text buffer contiguous
15808
15809 2001-10-03 [paul]       0.6.2claws16
15810
15811         * sync with sylpheed 0.6.2cvs10
15812
15813 2001-10-02 [alfons]
15814
15815         * configure.in
15816         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15817                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15818                 references to chinese translations (hope someone picks up
15819                 this)
15820
15821 2001-10-02 [christoph]  0.6.2claws15
15822
15823         * src/compose.c
15824                 fixed non translated header bug
15825         * ChangeLog.claws
15826                 fixed wrong date in alfons last entry ;)
15827
15828 2001-10-02 [alfons]     0.6.2claws14
15829
15830         * src/compose.c, src/prefs_common.[ch]
15831                 add block cursor option
15832
15833 2001-10-02 [paul]       0.6.2claws13
15834
15835         * sync with sylpheed 0.6.2cvs9
15836
15837 2001-09-30 [paul]       0.6.2claws12
15838
15839         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15840                 updated translations
15841
15842         * po/POTFILES.in
15843                 add 'src/importldif.c'
15844
15845         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15846                 added eudora-to-vCard conversion tool
15847                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15848
15849         * sync with sylpheed 0.6.2cvs8
15850
15851 2001-09-30 [paul]
15852
15853         * sylpheed-0.6.2claws released
15854
15855 2001-09-27 [melvin]     0.6.2claws11
15856
15857         * src/gtkspell.c
15858                 fixed crash when using default path (introduced 
15859                 in 0.6.2claws10)
15860                 fixed tiny bug for initial suggestion mode
15861
15862 2001-09-27 [melvin]     0.6.2claws10
15863         
15864         * src/gtkspell.c
15865                 fixed bug where gtkpspell didn't set the path correctly
15866
15867         * README.claws
15868                 added a paragraph about spell checking
15869                 
15870
15871
15872 2001-09-27 [paul]       0.6.2claws9
15873
15874         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15875                 replace '// comments' with '/* comments */' to prevent
15876                 some compiler warnings 
15877
15878         * sync with sylpheed 0.6.2cvs6
15879
15880 2001-09-26 [alfons]     0.6.2claws8
15881
15882         * src/messageview.c
15883                 introduce return receipt request notification again,
15884                 which was lost because of other semantics in 
15885                 procheader_parse() (???)
15886
15887 2001-09-26 [christoph]  0.6.2claws7
15888
15889         * src/compose.c
15890                 replace comments for old code with #if 0
15891                 readded auto cc, bcc and reply-to
15892         * src/prefs_matcher.c
15893         * src/prefs_scoring.c
15894                 removed some definition (was moved to
15895                 prefs.h)
15896
15897 2001-09-26 [paul]       0.6.2claws6
15898
15899         * src/mainwindow.c
15900                 make 'Follow-up and reply to' sensitive
15901
15902         * more sync with sylpheed 0.6.2cvs5
15903
15904 2001-09-25 [melvin]
15905
15906         * 0.6.2claws5
15907
15908         * src/gtkspell.c
15909                 fixed bug for "US-ASCII" introduced by the encoding code
15910
15911 2001-09-25 [paul]
15912
15913         * 0.6.2claws4
15914
15915         * src/prefs_common.[ch], src/summaryview.c
15916                 'next unread msg' 'go to next folder?' dialog can be
15917                 given default behaviour, either always show dialog,
15918                 or assume 'yes', or assume 'no'
15919                 Submitted by wwp <subscript@free.fr>
15920
15921 2001-09-25 [melvin]
15922                 
15923         * src/compose.c src/gtkspell.[ch]
15924                 added support for different encodings
15925
15926 2001-09-25 [paul]
15927
15928         * more sync with sylpheed 0.6.2cvs5
15929
15930 2001-09-24 [alfons]
15931         
15932         * src/prefs_folder_item.c
15933                 add check for item->prefs->default_to string is NULL and
15934                 add another check when freeing this string
15935
15936 2001-09-24 [paul]
15937
15938         * configure.in
15939                 change to version 0.6.2claws3
15940
15941         * sync with sylpheed 0.6.2cvs5 
15942
15943 2001-09-24 [match]
15944         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15945                 import LDIF files.
15946         * src/addrcache.[ch], addrindex.[ch]
15947                 small update for future
15948         * src/addrbook.c
15949                 fix test XML file.
15950
15951 2001-09-24 [melvin]
15952         * src/gtkspell.[ch]
15953                 added 'Learn from mistakes' option
15954                 better handling of quotes in checked words
15955                 sorted dict list
15956         * po/fr.po
15957                 small update for spell checking stuff
15958
15959 2001-09-23 [alfons]
15960         
15961         * src/gtkspell.c
15962                 edit a little bit so it complies more with main coding style
15963
15964 2001-09-23 [alfons]
15965
15966         * src/folder.[ch], prefs_folder_item.c, compose.c
15967                 migrate "request return receipt" folder property
15968                 to folderlist.xml
15969
15970 2001-09-22 [alfons]
15971
15972         * README.claws **NEW**
15973                 (add things of interest for users of main branch 
15974                 and claws here)
15975
15976         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15977                 re-implement threading per folder option, but store 
15978                 the setting in folderlist.xml (where it belongs)
15979
15980 2001-09-21 [melvin]
15981
15982         * src/gtkspell.[ch]
15983                 fixed bug when compose window is under another window
15984         * src/prefs_common.[ch] src/compose.c
15985                 changed 'dictionary_path' to 'dictionary' to be consistent
15986                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15987         * ac/pspell.m4 src/Makefile.am 
15988                 dropped PSPELL_PATH macro
15989         * po/fr.po
15990                 updated translations
15991
15992 2001-09-21 [christoph]
15993
15994         * src/compose.c
15995                 added border around header fields
15996                 keep header type when new field is added
15997
15998 2001-09-20 [christoph]
15999
16000         * src/utils.[ch]
16001                 more portable debug_print with source filename
16002                 and linenumber
16003         * src/procmsg.c
16004                 more newlines after debug messages
16005
16006 2001-09-20 [paul]
16007
16008         * configure.in
16009                 change to version 0.6.2claws2
16010
16011         * sync with sylpheed 0.6.2cvs3
16012
16013 2001-09-19 [melvin]
16014
16015         * src/gtkspell.c
16016                 fixed the post-right-click focus pb
16017                 fixed crash when 'Spell check all' after dict change 
16018                         and when cursor is at the end of the text
16019                 shift-right-click pops up config menu even on misspelled words.
16020         * po/POTFILES.in
16021                 added gtkspell.c
16022
16023 2001-09-19 [melvin]
16024
16025         * src/about.c
16026                 added pspell to compiled-in features list
16027
16028 2001-09-18 [melvin]
16029
16030         * switched to pspell and dropped ispell
16031         * ac/pspell.m4
16032                 new file. autoconf macro for pspell
16033         * ac/Makefile.am 
16034         * configure.in acconfig.h
16035                 added pspell support
16036         * src/Makefile.am
16037         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16038         * src/prefs_common.[ch] 
16039                 added pspell support
16040
16041 2001-09-18 [christoph]
16042
16043         * src/addr_compl.c
16044         * src/template.[ch]
16045                 replace LOG_MESSAGE with debug_print
16046         * src/compose.[ch]
16047                 gui improvements
16048         * src/menu.c
16049                 added newline after debug message
16050         * src/utils.h
16051                 using __VA_ARGS__ for debug_print macro
16052         * tools/.cvsignore
16053                 ignore Makefile and Makefile.in
16054
16055 2001-09-18 [paul]
16056
16057         * configure.in
16058                 change to version 0.6.2claws1
16059         * sync with sylpheed 0.6.2cvs1
16060
16061         * src/matcher.c 
16062         * src/prefs_matcher.c
16063                 add 'score equal to' option, submitted by
16064                 Paul Evans <nerd@freeuk.com>
16065
16066 2001-09-15 [christoph]
16067
16068         * src/mainwindow.c
16069                 comment out menu entry not existing in claws
16070         * src/menu.c
16071                 add debug output for non existing menu entries
16072         * src/summaryview.c
16073                 fix next/prev unread message for ignored threads
16074         * src/utils.[ch]
16075                 add sourcefile and line number to debug output
16076                 otherwise it is sometimes hard to find the
16077                 source code part if debug messages are translated
16078
16079 2001-09-14 [darko]
16080         
16081         * src/folderview.c
16082                 refresh target folder style after colour is changed
16083
16084 2001-09-13 [paul]
16085
16086         * configure.in
16087                 change to version 0.6.1claws3
16088
16089         * sync with sylpheed 0.6.1cvs6
16090
16091 2001-09-13 [darko]
16092         
16093         * src/folderview.c
16094                 fix target folder colourization to use user selected colour
16095
16096 2001-09-12 [darko]
16097         
16098         * src/summaryview.c
16099                 fix crash when message that is marked for copy/move is unmarked
16100
16101 2001-09-09 [paul]
16102
16103         * configure.in
16104                 change to version 0.6.1claws2
16105
16106         * sync with sylpheed 0.6.1cvs3
16107
16108 2001-09-09 [alfons]
16109         
16110         * src/folderview.c
16111                 fix bug with default font used for trash folder text
16112
16113 2001-09-06 [paul]
16114
16115         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16116                 updated translations
16117
16118         * configure.in
16119                 change to version 0.6.1claws1
16120
16121         * sync with sylpheed 0.6.1cvs2
16122
16123 2001-09-03 [paul]
16124
16125         * po/POTFILES.in
16126                 add Match's new addressbook
16127
16128         * po/de.po
16129                 updated translation submitted by Jens Oberender
16130
16131 2001-09-02 [paul]
16132
16133         * configure.in
16134                 change to 0.6.1claws
16135         * sync with sylpheed 0.6.1 release
16136
16137 2001-09-02 [paul]
16138
16139         * configure.in
16140                 change to 0.6.0claws2
16141
16142         * sync with sylpheed 0.6.0cvs4
16143
16144         * po/pt_BR.po
16145                 updated translation submitted by Fabio Junior Beneditto
16146
16147 2001-09-01 [match]
16148         * pixmaps/
16149                 interface.xpm
16150                 book.xpm
16151                 address.xpm
16152         * src/
16153                 Makefile.am
16154                 a ton of new files
16155
16156 2001-08-31 [paul]
16157
16158         * configure.in
16159                 change to version 0.6.0claws1
16160
16161         * sync with sylpheed 0.6.0cvs1
16162
16163         * po/es.po
16164                 updated translation submitted by Ricardo Mones Lastra
16165
16166         * po/POTFILES.in
16167                 add 'src/prefs_templates.c'
16168
16169         * src/compose.c, src/summaryview.c
16170                 fix segfault on 'Re_edit'               
16171
16172 2001-08-30 [alfons]
16173
16174         * configure.in, Makefile.am
16175         * tools/Makefile.am
16176                 add tools directory to source distribution
16177
16178 2001-08-30 [paul]
16179
16180         * configure.in
16181                 change to version 0.6.0claws
16182
16183         * sync with sylpheed 0.6.0 release
16184
16185 2001-08-30 [christoph]
16186
16187         * configure.in
16188                 removed autoconf version check
16189
16190 2001-08-30 [paul]
16191
16192         * src/account.c, src/compose.c, src/prefs_common.[ch]
16193         * src/procheader.[ch] src/utils.[ch]
16194                 Enhanced automatic account selection on replies
16195                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16196
16197         * configure.in
16198                 add LDAP and JPilot to the configuration results output.
16199
16200 2001-08-29 [christoph]
16201
16202         * src/summeryview.c
16203                 no bold font for ignored threads
16204
16205 2001-08-29 [paul]
16206
16207         * configure.in
16208                 change to version 0.5.3claws6
16209
16210         * sync with sylpheed 0.5.3cvs10
16211                 src/stringtable.[ch]: New Files
16212
16213         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16214         * src/pixmaps/sylpheed.xpm
16215                 add mini-icons to windows (by Alfons)
16216
16217 2001-08-27 [paul]
16218
16219         * src/mainwindow.c
16220                 new functions: next_labeled_cb(), prev_labeled_cb()
16221
16222         * src/summaryview.c
16223                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16224                 summary_select_next_labeled(), summary_select_prev_labeled()
16225
16226         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16227                 give claws blue folders and a blue trash can
16228
16229 2001-08-27 [paul]
16230
16231         * configure.in
16232                 change to version 0.5.3claws5
16233
16234         * sync with sylpheed 0.5.3cvs9
16235                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16236
16237 2001-08-24 [christoph]
16238
16239         * src/filesel.c
16240                 keep filename when browsing directories
16241                 (not working for user entered filename, but
16242                  for default name and selected filename from
16243                  file list)
16244         * src/mainwindow.c
16245                 fixed wrong spelling "Folllow-up"
16246         * src/mbox_folder.c
16247         * src/procmsg.c
16248         * src/summaryview.c
16249                 fixed new/unread message count with ignored
16250                 threads (2 commits, first didn't notice no
16251                 longer needed decreasing)
16252         * src/inc.c
16253                 readded scrolling of progress dialog
16254                 (lost in sync)
16255
16256 2001-08-24 [paul]
16257
16258         * configure.in
16259                 change to 0.5.3claws4
16260
16261         * sync with sylpheed 0.5.3cvs7
16262
16263 2001-08-24 [christoph]
16264
16265         * src/compose.c
16266                 set request return receipt when replying
16267                 if it is set is the folder prefs of the
16268                 message
16269         * src/inc.c
16270                 disable final error popup if popups are
16271                 disabled in config (again)
16272
16273 2001-08-23 [paul]
16274
16275         * configure.in
16276                 Change version number to 0.5.3claws3
16277
16278         * sync with sylpheed 0.5.3cvs5
16279
16280         * src/mimeview.c
16281                 double quote '%s' in 'gedit %s' to fix bug when
16282                 opening attachment with spaces in the name
16283
16284 2001-08-22 [alte]
16285         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16286           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16287                 initial message templates support
16288
16289
16290 2001-08-22 [paul]
16291
16292         * configure.in
16293                 change version number to 0.5.3claws2
16294
16295         * sync with sylpheed 0.5.3cvs4
16296
16297         * src/procmsg.h src/summaryview.c
16298                 re-implement (un)ignore thread
16299
16300 2001-08-21 [paul]
16301
16302         * src/summaryview.c
16303                 remove unnecessary code
16304         * src/compose.c
16305                 enable 'dynamic' signatures (submitted by
16306                 Eric Limpens <eric@hscg-internet.nl>)
16307
16308 2001-08-21 [paul]
16309
16310         clean up after sync with sylpheed 0.5.3 release
16311
16312         * src/folderview.c
16313                 fix re-introduced font mess, see Christoph's
16314                 entry 2001-06-24
16315
16316         * src/summaryview.c
16317                 remove prev_msgnum
16318                 use sylpheed's small font instead of
16319                 gtk default font for summary view
16320
16321
16322 2001-08-17 [paul]
16323
16324         * configure.in
16325                 add pl to ALL_LINGUAS - sync with main branch
16326
16327         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16328                 Updated. Translations by Jens Oberender, Ricardo Mones
16329                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16330
16331         * po/pl.po  ** NEW FILE **
16332                 sync with the main branch
16333
16334         * src/folderview.c
16335                 fix target folder colorizing and refresh problem
16336
16337
16338 2001-08-17 [christoph]
16339
16340         * src/mainwindow.c
16341                 claws uses 4 colors for target folder coloring.
16342                 arrays were not long enough and destroyed the
16343                 stack causing a segfault.
16344                 target folder colorizing does not work anymore
16345                 for me
16346
16347 2001-08-16 [paul]
16348
16349         * configure.in
16350                 change to version 0.5.3claws1
16351
16352         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16353           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16354           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16355
16356                 sync with sylpheed 0.5.3 release, but keep claws method of
16357                 configuring/saving fonts
16358
16359         * src/addressbook.[ch]
16360                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16361                 in line with a similar change in Hiroyuki's branch
16362
16363         * src/mainwindow.[ch]
16364                 disable main_window_set_thread_option()
16365         * src/prefs_folder_item.c
16366                 comment out &tmps_prefs.enable_thread,
16367         * src/mbox_folder.c, src/procmsg.[ch]
16368                 comment out MSG_IS_IGNORE_THREAD
16369         * src/summaryview.c
16370                 comment out summary_ignore_thread() and summary_unignore_thread()
16371                 comment out MSG_IS_IGNORE_THREAD
16372
16373                 use Hiroyuki's threading instead.
16374
16375
16376
16377 2001-08-15 [paul]
16378
16379         * src/account.c
16380                 use Hiroyuki's 0.5.3 column scheme but also
16381                 include the enable/disable button.
16382         * src/pixmaps/mark.xpm
16383                 add Hiroyuki's amended pixmap
16384
16385 2001-08-13 [christoph]
16386
16387         * src/account.c
16388                 receive at get all column showed wrong state for APOP
16389                 button should only work for POP3 and APOP accounts
16390         * src/prefs_account.c
16391                 added missing preprocessor statement for SSL
16392
16393 2001-08-12 [paul]
16394
16395         * src/account.[ch]
16396                 add 'receive at get all' column and enable/disable
16397                 button.
16398
16399 2001-08-06 [christoph]
16400
16401         * src/account.c
16402                 show usage of SSL in protocol column
16403
16404         * src/imap.c
16405         * src/inc.c
16406                 renamed ssl options
16407
16408         * src/prefs_account.[ch]
16409                 moved ssl options to a new page
16410
16411         * src/send.c
16412         * src/smtp.c
16413         * src/ssl.[ch]
16414                 renamed ssl options
16415                 added support for SMTP STARTTLS command
16416
16417 2001-08-05 [christoph]
16418
16419         * configure.in
16420                 debian autoconf needs version check to find
16421                 correct autoconf version. if the file is
16422                 named configure.in 2.13 is used, which does
16423                 not work with this configure.in script.
16424                 other solution would be to rename the script
16425                 to configure.ac as suggested in the autoconf
16426                 manual.
16427
16428         * src/inc.c
16429                 disable final error popup if popups are
16430                 diabled in config
16431
16432         * src/socket.c
16433                 bugfix in ssl_gets
16434                 fixes IMAP over SSL problem
16435
16436 2001-08-03 [paul]
16437
16438         * configure.in
16439                 change to 0.5.2claws1
16440
16441         * sync with sylpheed 0.5.2cvs1
16442
16443 2001-08-02 [alfons]
16444
16445         * configure.in
16446                 quick fix for ispell detection...
16447
16448 2001-08-01 [paul]
16449
16450         * configure.in
16451                 change to 0.5.1claws4
16452
16453         * sync with sylpheed 0.5.1cvs7
16454
16455 2001-07-31 [alfons]
16456
16457         * src/prefs_common.c, src/prefs_common.h, 
16458           src/gtkspell.c, src/gtkspell.h
16459                 add global spelling checker settings (compose tab) +
16460                 selection of dictionary 
16461           
16462         * configure.in  
16463                 guess valid ispell location
16464
16465 2001-07-31 [paul]
16466
16467         * po/POTFILES.in
16468                 removal of 'src/quote_fmt_parse.c'
16469         * po/de.po
16470                 Updated de.po
16471                 (submitted by Jens Oberender <didge@suse.de>)
16472
16473 2001-07-31 [darko]
16474
16475         * src/folder.[ch]
16476         * src/folderview.[ch]
16477         * src/mainwindow.c
16478         * src/mh.c
16479         * src/prefs_common.[ch]
16480         * src/summaryview.c
16481                 target folder colourization
16482
16483 2001-07-30 [paul]
16484
16485         more sync with Sylpheed 0.5.1cvs6 
16486
16487 2001-07-30 [darko]
16488
16489         * src/mh.c
16490         * src/prefs_folder_item.[hc]
16491         * src/summaryview.c
16492                 shared folders support with a GUI
16493
16494 2001-07-29 [paul]
16495
16496         0.5.1claws3
16497
16498         * sync with Sylpheed 0.5.1cvs6
16499
16500 2001-07-29 [paul]
16501
16502         * po/pt_BR.po
16503                 updated
16504                 (submitted by Fabio Junior Beneditto)
16505
16506 2001-07-28 [paul]
16507
16508         * src/procmime.c
16509         * AUTHORS
16510                 patch to correct bad image mime headers
16511                 (submitted by Don Quijote <dq@searchlores.org>)
16512
16513 2001-07-28 [paul]
16514
16515         * tools/gif2xface.pl   **NEW FILE**
16516         * tools/README
16517                 script to convert file.gif to file.xface for
16518                 use in a custom header.
16519                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16520
16521 2001-07-27 [alfons]
16522         
16523         * configure.in
16524                 change macros for detecting JPilot and LDAP
16525
16526 2001-07-27 [christoph]
16527
16528         * src/filtering.c
16529                 code cleanup (MIN / MAX warning, needed casting)
16530
16531 2001-07-27 [alfons]
16532
16533         * procheader.c
16534                 disallow setting flags when detecting certain headers
16535                 (X-Status, Status, Seen, X-Seen). 
16536         
16537         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16538
16539 2001-07-27 [christoph]
16540
16541         * src/prefs_filter.c
16542         * src/prefs_filtering.c
16543         * src/prefs_matcher.c
16544         * src/prefs_scoring.c
16545                 scroll list when moving rows up or down
16546
16547         * src/imap.c
16548         * src/imap.h
16549         * src/prefs_account.c
16550         * src/prefs_account.h
16551         * src/send.c
16552                 SMTP over SSL (untested, feedback requested)
16553                 IMAP over SSL
16554
16555         * src/ssl.c
16556                 code cleanup
16557
16558 2001-07-26 [alfons]
16559         
16560         * configure.in, acconfig.h
16561                 define CLAWS (need this for main / claws detection)
16562
16563 2001-07-25 [alfons]
16564
16565         * configure.in
16566                 Sylpheed 0.5.1claws2
16567                 
16568         * sync with Sylpheed 0.5.1cvs4
16569
16570 2001-07-25 [christoph]
16571
16572         * src/scoring.c
16573                 fixed segfault
16574                 item->prefs == NULL (don't know why)
16575
16576 2001-07-25 [alfons]
16577
16578         * configure.in
16579                 Sylpheed 0.5.1claws1
16580
16581         * sync with Sylpheed 0.5.1cvs1-3
16582
16583 2001-07-24 [christoph]
16584
16585         * src/folderview.c
16586         * src/prefs_folder_item.[ch]
16587                 added folderitem preferences dialog with
16588                 default To: and auto request return receipt
16589
16590         * src/compose.[ch]
16591         * src/menu.[ch]
16592                 changes to handle new folderitem preferences
16593
16594         * src/mainwindow.c
16595         * src/summaryview.c
16596                 call compose new mail with current folderitem
16597
16598 2001-07-24 [alfons]
16599
16600         Release Sylpheed 0.5.1claws
16601
16602         * configure.in
16603                 change to release version 0.5.1claws
16604
16605 2001-07-24 [christoph]
16606
16607         * src/summaryview.c
16608                 fixed segfault that happend when the selected
16609                 message was removed while retrieving new messages.
16610
16611         * po/es.po
16612                 updated translation
16613                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16614
16615 2001-07-22 [alfons]
16616
16617         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16618         this is a work in progress, for more information: http://nlpagan.net/sylman 
16619         
16620         * configure.in, src/mainwindow.c, manual/Makefile.am
16621                 add support for English manual
16622
16623         * AUTHORS
16624                 add authors of user manuals
16625
16626         * manual/en/sylpheed*.html
16627                 add English documentation
16628
16629 2001-07-22 [christoph]
16630
16631         * po/POTFILES.in
16632                 added src/ssl.c
16633         * src/ssl.c
16634                 changed a wrong debug message
16635
16636 2001-07-22 [alfons]
16637
16638         * po/nl.po
16639                 update Dutch translation
16640
16641         * src/prefs_filtering.c, 
16642           src/prefs_matcher.c
16643                 add more translatable strings           
16644
16645 2001-07-21 [alfons]
16646
16647         0.5.0claws7
16648
16649         * configure.in
16650                 change version
16651
16652         * src/inc.c, src/summaryview.[ch]
16653                 prevent update of mark file when filtering has done, by
16654                 using a variable; this affects two functions:
16655                         inc.c::inc_finished()
16656                         summaryview.c::summary_show()
16657
16658 2001-07-20 [alfons]
16659
16660         * src/filtering.[ch], src/prefs_filtering.c, 
16661           src/matcher.[ch]
16662                 add filtering action for label coloring 
16663
16664         * po/POTFILES.in
16665                 add labelcolors.c
16666
16667         * added src/labelcolors.c
16668         * added src/labelcolors.h
16669         * src/Makefile.am, src/summaryview.c
16670                 rearrange label coloring code
16671
16672         * src/procmsg.h
16673                 add more parentheses so label colouring works correctly
16674
16675         * src/filtering.c
16676                 don't really delete message, but move it to Trash
16677
16678         * src/prefs_matcher.c
16679                 add quote options to info dialog
16680
16681 2001-07-20 [christoph]
16682
16683         * src/Makefile.am
16684         * src/inc.c
16685         * src/main.[ch]
16686         * src/socket.h
16687         * src/ssl.[ch] (new)
16688                 moved ssl stuff to a seperate file
16689
16690 2001-07-20 [darko]
16691
16692         * src/summaryview.c
16693                 fix show sender using address book with no e-mail
16694                 address in From: field
16695
16696 2001-07-19 [alfons]
16697
16698         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16699                 fix messy handling of escaping... now at least the
16700                 execute command is useful. escape char is '\', we
16701                 accept \n and \r too. 
16702
16703                 Real life example:
16704                 
16705                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16706                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16707
16708 2001-07-18 [alfons]
16709
16710         0.5.0claws6
16711
16712         * src/summaryview.c
16713                 clean up
16714
16715         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16716           src/procmsg.[ch]
16717                 revise filtering; currently move, copy, marking have
16718                 been tested. if you like bleeding edge stuff, you
16719                 should definitely go for this version :)
16720
16721         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16722
16723 2001-07-17 [christoph]
16724
16725         * src/utils.c
16726                 timestamp log
16727
16728 2001-07-17 [alfons]
16729
16730         0.5.0claws5
16731
16732         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16733           bits in the mark file, without affecting either branch. Lots of
16734           files changed, also in claws branch.
16735
16736           UNTESTED: use of mbox folders
16737
16738         * src/summaryview.c
16739                 added mark all read; however this was a quick hack used for
16740                 cleaning up mess after initial merge with Hiroyuki
16741
16742         * configure.in
16743                 change claws version number back to 0.5.0claws5 to clear up 
16744                 confusion & pretension (recent release was technically 
16745                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16746
16747 2001-07-16 [alfons]
16748
16749         sync with Hiroyuki's 0.5.0cvs4
16750
16751 2001-07-16 [alfons]
16752
16753         0.5.1claws3
16754
16755         * src/filtering.[ch]
16756                 remove invalid updating of mark files for 
16757                 filter actions MATCHING_ACTION_MOVE and 
16758                 MATCHING_ACTION_DELETE; this should fix the
16759                 folder update bug
16760                 
16761         * src/procmsg.c
16762                 revert Christoph's stab at fixing the folder 
16763                 update bug
16764
16765         * po/POTFILES.in
16766                 add missing files with translatable strings
16767
16768         * src/summaryview.c
16769                 remove debug print
16770
16771 2001-07-15 [alfons]
16772
16773         * src/addr_compl.[ch], src/prefs_filtering.c
16774                 make "filtering pref dialog's destination entry" an
16775                 "address completable entry", if filter destination is 
16776                 an email address
16777
16778         0.5.1claws2
16779         
16780         sync with Hiroyuki's 0.5.0cvs2-3
16781
16782 2001-07-15 [christoph]
16783
16784         * src/procmsg.c
16785                 fixed folder stats update after incorporation
16786
16787 2001-07-15 [alfons]
16788
16789         * src/summaryview.c
16790                 * finish label colouring stuff (for now)
16791                 * fix incorrect colour bug (off by one) 
16792
16793 2001-07-14 [alfons]
16794
16795         * src/mainwindow.c
16796                 change text labels for news and mail message so there's
16797                 plenty of toolbar estate left
16798
16799         * configure.in
16800                 0.5.1claws1
16801
16802         * src/folderview.c
16803           src/folder.[ch]
16804                 sync with Hiroyuki's 0.5.0cvs1
16805
16806         * src/summaryview.c
16807                 more rewrite label colouring
16808
16809 2001-07-14 [alfons]
16810
16811         * src/summaryview.[ch]
16812                 * start rewrite label colouring 
16813                 * fix proper location "Add Sender To Addressbook" menu item
16814
16815 2001-07-13
16816
16817         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16818         (actually this is 0.5.0claws4)
16819
16820 2001-07-13 [alfons]
16821
16822         * po/pt_BR.po
16823                 * fix duplicate message
16824                 * add updated Portugese / Brazilian translation
16825                   submitted by Fabio Junior Beneditto
16826
16827 2001-07-12 [alfons]
16828
16829         * AUTHORS
16830                 add Jens
16831
16832         * po/nl.po
16833                 add updated Dutch translation
16834
16835         * po/de.po
16836                 add updated German translation submitted by Jens
16837
16838 2001-07-11 [alfons]
16839
16840         Prerelease before 0.5.0claws. Please test.
16841         This version is temporarily tagged as VERSION_0_5_0_TEST
16842
16843         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16844           src/prefs_scoring.c, src/prefs_matcher.c, 
16845           src/prefs_filtering.c, src/mbox.c, 
16846           src/main.c, src/inc.c, src/filtering.[ch]
16847                 revert new Hoa's new matcher (does not work yet)
16848
16849         * src/Makefile.am
16850                 clean up
16851
16852 2001-07-10
16853
16854         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16855
16856
16857 2001-07-10 [alfons]
16858
16859         * Makefile.am
16860                 add ChangeLog.claws to EXTRA_DIST
16861         * src/Makefile.am
16862                 add matcher_parser_parse.h to EXTRA_DIST
16863
16864 2001-07-10 [christoph]
16865
16866         * src/inc.c
16867                 add destination folder to table of
16868                 folders that need to be updated after
16869                 incorporation
16870
16871 2001-07-10 [alfons]
16872
16873         * folder.[ch]
16874           folderview.c
16875                 make collapse state of folders and folder items persistent, i.e.
16876                 if you collapse a folder tree, the next time sylpheed-claws starts 
16877                 up the folder tree remains collapsed.  
16878                 
16879 2001-07-10 [christoph]
16880
16881         * acconfig.h
16882         * configure.in
16883                 added --enable-ssl
16884         * src/md5.[ch]
16885                 renamed MD5_CTX to MD5_CTX_syl
16886                 conflicts with a struct in openssl
16887         * src/inc.c
16888         * src/main.[ch]
16889         * src/prefs_account.[ch]
16890         * src/socket.[ch]
16891                 SSL support for POP
16892         * src/mainwindow.c
16893                 fixed compose with current account
16894                 broken by new compose button stuff
16895
16896 2001-07-09 [hoa]
16897
16898         * AUTHORS
16899                 changed my email address
16900
16901         * src/matcher_parser_parse.y
16902                 clean the parser to remove conflicts
16903
16904 2001-07-09 [alfons]
16905
16906         * AUTHORS
16907                 add Match Grun
16908
16909         * configure.in
16910                 fix incorrect description of --enable-ldap parameter
16911
16912         * src/prefs_common.[ch]
16913           src/compose.c
16914                 add experimental option "smart wrapping" which makes the
16915                 compose editor auto wrap.
16916                 
16917                 | TODO: the problem with the buggy cursor handling is caused |
16918                 | by the GtkText. when deleting / backspacing text its       |
16919                 | wrapping algorithm does not take in account the previous   |
16920                 | line. should find a way to hack this in.                   |
16921                 | or should perhaps combine this with the word wrapping      |
16922                 | patch i wrote in january.                                  |
16923
16924         * src/about.c
16925                 show build parameters for LDAP and JPilot
16926
16927         * src/summaryview.c
16928                 revert Christoph's bugfix for selecting next unread message, 
16929                 because folder stats aren't updated correctly
16930
16931 2001-07-08 [hoa]
16932
16933         * src/filtering.c
16934         * src/mainwindow.c
16935         * src/matcher.c
16936         * src/matcher_parser_lex.l
16937         * src/matcher_parser_parse.y
16938         * src/prefs_filtering.c
16939         * src/prefs_scoring.c
16940         * src/scoring.c
16941                 bugfix of the config file parser
16942
16943 2001-07-08 [alfons]
16944
16945         * src/Makefile.am
16946                 added generated matcher sources to BUILT_SOURCES
16947
16948 2001-07-08 [hoa]
16949
16950         * src/Makefile.am
16951         * src/.cvsignore
16952                 added new config file parser
16953
16954         * src/scoring.[ch]
16955         * src/filtering.[ch]
16956         * src/matcher.[ch]
16957         * src/prefs_filtering.c
16958         * src/prefs_matcher.c
16959         * src/prefs_scoring.c
16960         * added src/matcher_parser.h
16961         * added src/matcher_parser_lex.h
16962         * added src/matcher_parser_lex.l
16963         * added src/matcher_parser_parse.y
16964                 lex & yacc config file parser
16965
16966         * src/mbox.c
16967         * src/inc.c
16968         * src/main.c
16969                 changes prefs_filtering into global_filtering           
16970
16971         * src/summaryview.c
16972                 build threads with subjects only if "Re: " is at the
16973                 beginning of the subject
16974
16975 2001-07-07 [paul]
16976
16977         0.5.0claws
16978
16979         sync with sylpheed 0.5.0
16980                 change of version number only
16981
16982 2001-07-06 [paul]
16983
16984         0.5.0claws5
16985
16986         sync with sylpheed 0.5.0pre5
16987
16988 2001-07-05 [paul]
16989
16990         sync with sylpheed 0.5.0pre4 release
16991                 /po and /manual/ja not sync'ed
16992
16993 2001-07-04 [paul]
16994
16995         more sync with sylpheed 0.5.0pre4
16996
16997 2001-07-03 [christoph]
16998
16999         * src/addressbook.c
17000                 fixed address book broken by address book
17001                 for VCard, JPilot, LDAP
17002
17003 2001-07-03 [alfons]
17004
17005         * src/matcher.c
17006         * src/textview.c
17007                 stopped memory leaks
17008
17009 2001-07-03 [paul]
17010
17011         more sync with sylpheed 0.5.0pre4
17012
17013 2001-07-02 [match]
17014
17015         * included address book patch for VCard, JPilot, LDAP
17016         * pref_common.c - fixed Font options on Display tab (cosmetic)
17017         * alertpanel.c - fixed truncated message
17018
17019 2001-07-02 [christoph]
17020
17021         * src/mbox_folder.c
17022         * src/procmsg.[ch]
17023         * src/summaryview.c
17024                 mark threads for ignoring
17025
17026 2001-07-02 [paul]
17027
17028         0.5.0claws4
17029
17030         * sync with sylpheed 0.5.0pre4
17031                 updated gettext to 0.10.38.
17032
17033 2001-07-01 [paul]
17034
17035         * src/ mainwindow.c
17036         * src/procmsg.h
17037         * src/summaryview.[ch]
17038                 new right-click option: Label.
17039                 substitute for 'Mark-->Mark/Unmark', colours the line.
17040                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17041
17042 2001-07-01 [christoph]
17043
17044         * src/folderview.c
17045                 fixed font for trash
17046         * src/summaryview.c
17047                 move ctree to unread message
17048
17049 2001-07-01 [paul]
17050
17051         * sync with sylpheed 0.5.0pre3 release
17052
17053 2001-06-30 [alfons]
17054
17055         * src/filesel.[ch]
17056         * src/compose.c
17057                 allow inserting / attaching multiple files in
17058                 the composer window
17059
17060 2001-06-30 [paul]
17061
17062         * src/codeconv.c
17063                 small change to Alfons' previous stuff so that it
17064                 actually makes
17065
17066 2001-06-30 [alfons]
17067
17068         * lots of files changed; first attempt to merge the changes
17069           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17070
17071 2001-06-30 [paul]
17072
17073         * po/pt_BR.po
17074                 updated and completed, translations by Fabio
17075                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17076
17077 2001-06-29 [alfons]
17078
17079         * src/compose.c
17080         * src/mimeproc.[ch]
17081                 allow selecting an attached files' mime type from a 
17082                 list of types.
17083
17084 2001-06-29 [paul]
17085
17086         * more sync with sylpheed 0.5.0pre3
17087
17088 2001-06-29 [paul]
17089
17090         * po/pt_BR.po
17091                 merge with sylpheed.pot and pt_BR.po provided by
17092                 Fabio Junior Beneditto.
17093
17094 2001-06-29 [darko]
17095
17096         * src/procmime.c
17097                 make MIME types case insensitive
17098
17099 2001-06-28 [alfons]
17100
17101         * po/nl.po
17102                 merge with sylpheed.pot and old nl.po; translations added.
17103
17104 2001-06-28 [paul]
17105
17106         * more sync with sylpheed 0.5.0pre3
17107
17108 2001-06-27 [alfons]
17109
17110         * src/summaryview.c
17111                 don't crash when removing parent node of messages
17112                 attracted by subject. this was caused by not deleting
17113                 the parent node from the subject line hash table.
17114
17115 2001-06-27 [alfons]
17116
17117         * src/summaryview.c
17118         * src/compose.[ch]
17119         * src/mainwindow.c
17120                 if there are multiple messages selected, allow forwarding
17121                 them as attachments.
17122
17123 2001-06-27 [paul]
17124
17125         * more sync with sylpheed 0.5.0pre3
17126
17127 2001-06-26 [paul]
17128
17129         0.5.0claws3
17130
17131         * sync with sylpheed 0.5.0pre3
17132
17133 2001-06-25 [paul]
17134
17135         * src/mainwindow.c
17136                 fixed 'compose news article' bug
17137                 from icon-and-text toolbar
17138
17139 2001-06-25 [paul]
17140
17141         * sync with sylpheed 0.5.0pre2 release
17142
17143 2001-06-24 [christoph]
17144
17145         * src/prefs_common.c
17146                 bug fix in font selection
17147         * src/folderview.c
17148                 use sylpheed's normal font instead of
17149                 gtk default font for folders without
17150                 new messages
17151
17152 2001-06-24 [alfons]
17153
17154         * src/mainwindow.[ch]
17155                 added composite compose mail / news button (an idea by Leandro
17156                 Pereira <leandro@linuxmag.com.br>)
17157
17158 2001-06-24 [paul]
17159
17160         Added instructions for ldif-to-xml.py
17161
17162         * tools/README
17163
17164 2001-06-23 [alfons]
17165
17166         Some minor things.
17167
17168         * src/pixmaps/stock_news_compose.xpm
17169                 added pixmap by Leandro
17170         * src/prefs_common.c
17171                 tested built-in spelling checker of GCC 3.0 :)
17172         * po/nl.po
17173                 merged dutch translation of sylpheed-main with
17174                 sylpheed.pot
17175
17176 2001-06-23 [paul]
17177
17178         Added tools directory and files.
17179
17180         * tools/filter_conv.pl
17181                 converts old filter system to new filtering system
17182         * tools/ldif-to-xml.py
17183                 converts netscape addressbook to sylpheed addressbook
17184         * tools/README
17185                 descriptions/instructions for above two files
17186
17187 2001-06-23 [christoph]
17188
17189         * src/inc.c
17190         * src/manage_window.[ch]
17191         * src/prefs_common.[ch]
17192                 mail retrieval dialog can be enabled, disabled
17193                 or hidden if non of sylpheed's windows is active
17194
17195 2001-06-22 [paul]
17196
17197         0.5.0claws2
17198
17199         * sync with sylpheed 0.5.0pre2
17200
17201 2001-06-21 [christoph]
17202
17203         * src/summaryview.c
17204                 show recipient on 'from' for all accounts
17205                 
17206         * src/inc.c
17207         * src/prefs_common.[ch]
17208                 disable error popup on mail receive errors
17209
17210 2001-06-21 [alfons]
17211
17212         * src/compose.c
17213                 made the ruler correctly appear and disappear.
17214
17215         * src/Makefile.am
17216                 removed Hoa's work-in-progress-stuff (interesting!) so 
17217                 claws compiles ok.
17218
17219 2001-06-20 [christoph]
17220
17221         * src/inc.c
17222         * src/progressdialog.c
17223                 added scrolled window for list in progressdialog
17224
17225 2001-06-20 [paul]
17226
17227         sync with sylpheed 0.5.0pre1 release
17228
17229 2001-06-20 [christoph]
17230
17231         * src/summeryview.c
17232                 make building threads by subject work when
17233                 thread view is enabled
17234                 
17235         * src/compose.c
17236         * src/prefs_common.[ch]
17237                 automatically select account for mail replys
17238
17239 2001-06-19 [sergey]
17240
17241         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17242         they are filled in from the account settings.
17243
17244 2001-06-19 [paul]
17245
17246         * more sync with sylpheed 0.5.0pre1
17247
17248 2001-06-18 [alfons]
17249
17250         * src/Makefile.am,
17251           src/procmime.c
17252                 added --sysconfdir to CPPFLAGS for pointing to the correct
17253                 location of mime.types. 
17254
17255                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17256                 or ./configure!
17257
17258 2001-06-18 [hoa]
17259
17260         * src/summaryview.c
17261                 fixed some bug when building threads
17262
17263 2001-06-18 [pau]l
17264
17265         * src/prefs_account.c
17266                 UI stuff: More changes to the English
17267
17268 2001-06-18 [paul]
17269
17270         * src/pixmaps/stock_news_compose.xpm: new file
17271         * src/Makefile.am
17272         * src/mainwindow.c
17273         * src/summaryview.c
17274                 Added new icon for Hoa's 'compose a news
17275                 message', plus minor improvements to the
17276                 English
17277
17278         * po/ja.po
17279         * ChangeLog
17280         * ChangeLog.jp
17281                 more sync with sylpheed 0.5.0pre1
17282
17283 2001-06-18 [hoa]
17284
17285         * src/compose.[ch]
17286         * src/mainwindow.c
17287                 Follow-up and reply to
17288
17289         * src/summaryview.[ch]
17290                 Build threads also with subjects
17291
17292 2001-06-17 [hoa]
17293
17294         * src/compose.c
17295                 forwarding use the current account.
17296
17297         * src/mainwindow.c
17298                 the "compose message" button has been replaced with
17299                 "new mail" and "new news" buttons
17300
17301         * src/prefs_common.[ch]
17302                 added a configuration option to use the forward button
17303                 as "forward as attachment"
17304                 changed reply and forward format description
17305
17306         * src/quote_fmt_lex.l
17307         * src/quote_fmt_parse.y
17308                 added message with no signature in format for reply
17309                 and forward.
17310
17311 2001-06-17 [paul]
17312
17313         Minor UI stuff
17314
17315         * src/mainwindow.c
17316         * src/summaryview.c
17317                 Improvements to the English
17318
17319         * src/prefs_common.c
17320                 Improvements to the English and some
17321                 clarity/continuity improvements in the
17322                 description of Quote symbols.
17323
17324 2001-06-17 [paul]
17325
17326         0.5.0claws1
17327
17328         * sync with sylpheed 0.5.0pre1
17329
17330 2001-06-17 [hoa]
17331
17332         * src/compose.c
17333                 Better interface for compose, displayed fields
17334                 are updated whenever we change account.
17335                 Newsgroups field is automatically filled.
17336
17337         * src/mainwindow.c
17338                 Newsgroups field is automatically filled.
17339
17340         * src/prefs_account.c
17341                 Some interface stuff when fields appear and
17342                 disappear.
17343
17344 2001-06-16 [paul]
17345
17346         0.4.99claws
17347
17348         * sync with sylpheed 0.4.99
17349
17350 2001-06-16 [sergey]
17351
17352         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17353         base64_decoder_free, base64_decoder_decode): new object and
17354         functions for decoding base64 streams.
17355         * src/procmime.c (procmime_decode_content): modified to use the
17356         new base64 decoder.
17357
17358 2001-06-15 [paul]
17359
17360         0.4.99claws10
17361
17362         * sync with sylpheed 0.4.99cvs11
17363
17364 2001-06-13 [paul]
17365
17366         0.4.99claws9
17367
17368         * sync with sylpheed 0.4.99cvs9
17369
17370 2001-06-13 [hoa]
17371
17372         * src/compose.c
17373         * src/prefs_account.c
17374
17375                 SMTP server can be defined in the news account
17376                 mime type of attachment are kept.
17377
17378         * src/summaryview.c
17379
17380                 now choose the highest important score between default
17381                 and important score of folder.
17382
17383 2001-06-09 [alfons]
17384         
17385         * src/prefs_common.c: 
17386
17387                 (prefs_quote_description_create): corrected description of 
17388                 quote format characters
17389
17390 2001-06-09 [paul]
17391
17392         0.4.99claws8
17393
17394         * sync with sylpheed 0.4.99cvs8
17395
17396 2001-06-08 [sergey]
17397
17398         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17399         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17400
17401 2001-06-08 [paul]
17402
17403         0.4.99claws7
17404
17405         * sync with sylpheed 0.4.99cvs7
17406
17407 2001-06-06 [sergey]
17408
17409         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17410         clashes with autogenerated header).
17411         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17412         * src/Makefile.am: added quote_fmt.h.
17413         * src/.cvsignore: added lex/yacc autogenerated files
17414         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17415
17416 2001-06-06 [paul]
17417
17418         0.4.99claws6
17419
17420         * sync with sylpheed 0.4.99cvs6
17421
17422 2001-06-06 [hoa]
17423
17424         * added src/quote_fmt_parse.h
17425         * src/compose.c
17426                 removed warnings
17427
17428         * src/prefs.[ch]
17429                 don't modify readonly configuration files
17430
17431         * src/prefs_account.c
17432         * src/prefs_common.c
17433         * src/prefs_customheader.c
17434         * src/prefs_display_header.c
17435         * src/prefs_filter.c
17436         * src/prefs_filtering.c
17437         * src/prefs_scoring.c
17438                 don't open dialog box when configuration files
17439                 are readonly
17440
17441 2001-06-05 [sergey]
17442
17443         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17444
17445         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17446         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17447         BUILT_SOURCES to make all files rebuild properly.
17448
17449         * src/compose.c: removed #include "quote_fmt.tab.h".
17450
17451         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17452         CHARACTER value in yylval.
17453
17454         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17455         receive CHARACTER value by documented means (yylval).
17456
17457         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17458
17459 2001-06-05 [hoa]
17460
17461         * src/Makefile.am
17462                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17463
17464         * src/filtering.c
17465         * src/matcher.c
17466         * src/matcher.h
17467         * src/prefs_filtering.c
17468                 now keep the configuration for execute action
17469
17470         * src/mbox_folder.c
17471                 fixed a warning
17472
17473 2001-06-05 [paul]
17474
17475         * sync with sylpheed 0.4.99cvs5
17476
17477 2001-06-05 [hoa]
17478
17479         * src/Makefile.am
17480                 added quote_fmt.[ch]
17481
17482         * added src/quote_fmt.y
17483         * added src/quote_fmt.l
17484         * added src/quote_fmt.tab.h
17485         * added src/quote_fmt.tab.c
17486         * added src/lex.quote_fmt.c
17487                 parsing configuration for replying
17488                 and forwarding
17489
17490         * src/prefs_common.[ch]
17491                 added configuration UI for replying
17492                 and forwarding
17493
17494         * src/compose.c
17495                 using configuration for replying
17496                 and forwarding
17497
17498 2001-06-04 [hoa]
17499
17500         * src/filtering.c
17501         * src/matcher.c
17502         * src/matcher.h
17503         * src/prefs_filtering.c
17504         * src/prefs_matcher.c
17505         * src/prefs_matcher.h
17506                 action "run a command" for filtering
17507                 and matching with a command.
17508                 fixed the "whole message" matching
17509
17510         * src/mbox_folder.c
17511                 changed temporary filename for security
17512
17513         * src/messageview.c
17514                 queue the notification if it fails to send.
17515
17516         * src/prefs_common.c
17517         * src/prefs_folder_item.c
17518                 changed the default important score             
17519
17520         * src/prefs_scoring.c
17521         * src/scoring.c
17522                 hide kill score input when the folder is not
17523                 a newsgroup
17524
17525 2001-06-03 [alfons]
17526
17527         * src/prefs_common.c:
17528
17529                 (prefs_font_select): pass font name in font entry box to font
17530                 selection dialog.
17531
17532 2001-06-03 [sergey]
17533
17534         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17535
17536 2001-06-03 [paul]
17537
17538         * sync with sylpheed 0.4.99cvs4
17539
17540 2001-06-03 [alfons]
17541
17542         * src/headerwindow.c:
17543
17544                 (headerwindow_show_cb): use the selected summary view item, not
17545                 the displayed item.
17546
17547 2001-06-02 [alfons]
17548
17549         * src/headerwindow.c:
17550
17551                 (headerwindow_show_cb): always try to show msginfo
17552
17553 2001-06-02 [hoa]
17554
17555         * src/compose.c
17556                 keep attached parts when reediting or forwarding.
17557
17558 2001-06-01 [hoa]
17559
17560         * src/folderview.c
17561         * src/prefs_folder_item.[ch]
17562         * src/prefs_scoring.[ch]
17563         * src/scoring.[ch]
17564         * src/summaryview.[ch]
17565         * src/main.c
17566         * src/mainwindow.c
17567         * src/prefs_common.[ch]
17568                 support for folder scoring
17569                 kill score and important score for messages
17570         
17571         * src/prefs_account.c
17572                 some display bug fixed for local account
17573                 preferences
17574
17575 2001-05-31 [alfons]
17576
17577         * src/summaryview.c:
17578
17579                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17580                 sender to address book menu item is disabled.
17581
17582 2001-05-30 [hoa]
17583
17584         * src/filtering.[ch]
17585         * src/summaryview.c
17586                 handling summary menu / filter messages
17587
17588         * src/folder.[ch]
17589                 add some stuff
17590
17591         * src/foldersel.c
17592                 imap folders now appears in list
17593
17594         * src/mbox_folder.c
17595                 doesn't crash if destination mail is not writeable
17596
17597 2001-05-29 [hoa]
17598
17599         * src/compose.c
17600                 removed some warnings
17601
17602         * src/filtering.c
17603         * src/folder.[ch]
17604         * src/prefs_filtering.c
17605                 global string to identify any folders           
17606                 removed some debug info
17607                 filtering to mbox folders is now possible
17608
17609         * src/mainwindow.c
17610                 removed some warnings
17611
17612         * src/mbox_folder.c
17613                 permission on files are changed to read/write for user only,
17614                 nothing for other.
17615                 creation of subfolder is handled better.
17616
17617 2001-05-28 [alfons]
17618
17619         Verified the sync for src/prefs_common.[ch] and
17620         src/prefs_account.[ch]. I believe there were some
17621         minor indentation differences.
17622
17623 2001-05-28 [paul]
17624
17625         0.4.99claws3
17626
17627         * sync with 0.4.99cvs3
17628
17629 2001-05-28 [hoa]
17630
17631         * src/compose.c
17632                 handling flags for mbox format
17633
17634         * src/filtering.c
17635                 use of mark file only for MH format
17636                 handling flags for mbox format
17637                 filtering cannot yet move or copy mails to mbox folders.
17638
17639         * src/folder.[ch]
17640                 changed move_msg, copy_msg,
17641                 move_msgs_with_dest, copy_msgs_with_dest functions
17642                 uses only folder->copy_msg() function
17643                 uses folder->finished_copy() to handle the destination
17644                 folder at the end of the copy or move operation.
17645
17646         * src/foldersel.c
17647                 included mbox directories.
17648
17649         * src/folderview.[ch]
17650         * src/mainwindow.c
17651                 handle folders operation for mbox format
17652
17653         * src/mbox.c
17654                 disable conversion of "From " header
17655
17656         * src/mbox_folder.[ch]
17657                 completion of mbox format handling
17658
17659         * src/mh.c
17660                 changed mh_copy_msg() function and
17661                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17662                 mh_copy_msgs_with_dest()
17663
17664         * src/prefs_filtering.c
17665                 removed some warnings
17666
17667         * src/prefs_matcher.c
17668                 default boolean operation is AND
17669
17670         * src/procheader.c
17671                 handling flags for mbox format
17672                 handling of "From " header
17673
17674         * src/procmsg.[ch]
17675                 removed data field
17676                 added MSG_REALLY_DELETED flags to handle deletion of
17677                 messages in mbox format.
17678
17679         * src/summaryview.c
17680                 handling flags for mbox format
17681                 disable the MSG_DELETED flags when messages
17682                 are deleted in mbox format
17683
17684         * src/textview.c
17685                 "From " headers display fixed.
17686
17687 2001-05-27 [alfons]
17688
17689         * src/textview.c:
17690                 
17691                 (get_email_part): skip quoted email addresses, like in e.g.
17692                 "'alfons@proteus.demon.nl'".
17693
17694 2001-05-26 [alfons]
17695
17696         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17697         and fixing the persistence troubles when using separate windows.
17698
17699         * src/mainwindow.c:
17700         
17701             Added #define SEPARATE_ACTION used in the gtk item factory for 
17702             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17703                 use gtk_item_factory_get_widget_by_action() to get the items.
17704                 
17705             Removed separate_widget_cb from the gtk item factory data   
17706           
17707             (mainwindow_create): connect separate_widget_cb() to check
17708             menu item "toggled" signal. also passing a MainWindow pointer
17709                 as object data for both check menu items.
17710                 
17711             (separate_widget_cb): definition of separate_widget_cb() to match
17712             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17713                 window using gtk_object_get_data(). The type of window separation 
17714                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17715         
17716         * src/prefs_filtering.c,
17717           src/prefs_matcher.c: added horizontal scrollbars
17718
17719 2001-05-25 [darko]
17720
17721         * src/headerview.c
17722                 fix segfault with invalid bold font
17723         * src/summaryview.c
17724                 correctly display summary stats after row is marked
17725
17726 2001-05-23 [sergey]
17727
17728         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17729         encodings with libjconv.
17730
17731 2001-05-23 [hoa]
17732
17733         * src/Makefile.am
17734                 added mbox_folder.[ch]
17735         * src/defs.h
17736                 mbox temporary folder
17737         * src/folder.[ch]
17738         * added src/mbox_folder.[ch]
17739         * src/folderview.c
17740         * src/procheader.[ch]
17741                 added mbox support
17742         * src/mbox.c
17743                 bugfix for file incorporation filtering
17744         * src/imap.c
17745                 enable creation of MBOX
17746         * src/prefs_display_header.c
17747                 enable use of headers like "From "
17748                 something that should be fixed :
17749                         displaying of such headers add an extra space
17750         * src/prefs_folder_item.c
17751                 don't create folders because it is not necessary
17752         * src/procmsg.h
17753                 added data field to MsgInfo for mbox internal use
17754         * src/summaryview.c
17755                 added some support for mbox
17756         * src/utils.[ch]
17757                 added get_mbox_cache_dir() function
17758
17759 2001-05-23 [hiroyuki]
17760
17761         * src/headerwindow.c
17762           src/inc.c
17763           src/main.c
17764           src/mh.c
17765           src/nntp.c
17766           src/procmsg.h
17767           src/session.h
17768           src/socket.[ch]
17769           src/summaryview.c
17770           src/textview.c
17771           src/automaton.c
17772           src/folderview.c: more sync with 0.4.99cvs2.
17773
17774         * src/headerwindow.c: reverted.
17775
17776 2001-05-22 [paul]
17777
17778         0.4.99claws2
17779
17780         * sync with sylpheed 0.4.99cvs2
17781                 * src/news.[ch]
17782                 * src/nntp.[ch]
17783                 * INSTALL
17784                 * INSTALL.jp
17785
17786 2001-05-22 [alfons]
17787
17788         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17789
17790 2001-05-21 [alfons]
17791
17792         Minor things:
17793
17794         * configure.in: if gnome-config not found, "no" is displayed
17795         
17796         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17797
17798         * src/textview.c: now also possible to add mail addresses by right
17799           clicking in the text view
17800
17801         * src/codeconv.c: merged patch which fixes endless loop when encountering
17802           invalid wide characters; from Alte <010@imis.ru>  
17803
17804 2001-05-20 [alfons]
17805
17806         Added installation of gnome specific things:
17807
17808         * Makefile.am: gnome conditional
17809
17810         * configure.in: check for installed gnome
17811
17812         * added sylpheed.png, sylpheed.desktop
17813
17814 2001-05-20 [sergey]
17815
17816         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17817
17818         * src/mainwindow.h (main_window_toolbar_create): created a button
17819         for "Reply to all".
17820         (main_window_set_toolbar_sensitive): enable/disable the new button
17821         appropriately.
17822         (toolbar_reply_to_author_cb): handle the new button.
17823
17824         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17825         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17826         failure).
17827
17828 2001-05-19 [sergey]
17829
17830         * src/compose.h (ComposeReplyMode): new modes
17831         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17832         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17833
17834         * src/compose.c
17835         (compose_send): move some code into a new function:
17836         (compose_current_mail_account): new function.
17837         (compose_reply): new argument to_author, all callers changed; if
17838         to_author==TRUE and account->protocol==A_NNTP, find and use an
17839         appropriate mail account for replying.
17840         (compose_reply_set_entry): new argument to_author; ignore
17841         compose->replyto if to_author==TRUE.
17842
17843         * src/mainwindow.c: new command "Message/Reply to author".
17844         (main_window_set_menu_sensitive): enable/disable it.
17845         (reply_cb): handle it.
17846
17847         * src/summaryview.c: new command "Reply to author".
17848         (summary_set_menu_sensitive): enable/disable it.
17849         (summary_reply_cb): handle it.
17850
17851         * src/account.c (account_find_mail_from_address): new function.
17852
17853 2001-05-18 [paul]
17854
17855         0.4.99claws1
17856
17857         * sync with sylpheed 0.4.99cvs1
17858
17859 2001-05-18 [hoa]
17860
17861         * src/compose.[ch]
17862         * src/filtering.c
17863         * src/summaryview.c
17864                 new filtering action : forward and forward as attachment
17865
17866         * src/main.c
17867                 no need for $DISPLAY when we run sylpheed --help
17868                 call to parse_cmd_opt() is moved
17869
17870         * src/mainwindow.[ch]
17871                 execute button is hidden when immediate execute
17872                 is chosen
17873
17874         * src/mh.c
17875         * src/news.c
17876         * src/prefs_folder_item.c
17877         * src/procmsg.c
17878                 better handling of missing directories
17879
17880         * src/summaryview.c
17881                 reedit is enabled in outbox
17882                 reedit is enabled in queue
17883
17884 2001-05-17 [hoa]
17885
17886         * src/filtering.c
17887         * src/matcher.[ch]
17888         * src/prefs_filtering.c
17889                 changed attachement into attachment
17890
17891 2001-05-17 [alfons]
17892
17893         0.4.67claws4    
17894
17895         * sync with sylpheed 0.4.67cvs9
17896         * sync with sylpheed 0.4.67cvs7-8
17897
17898 2001-05-17 [hoa]
17899
17900         * src/Makefile.am
17901                 added prefs_filtering.c
17902
17903         * src/filtering.[ch]
17904         * src/matcher.[ch]
17905                 removed action : forward_news and forward_news_as_attachement
17906                 (forward and forward_as_attachement can be used instead)
17907
17908         * src/mainwindow.c
17909                 added menu option to access filtering configuration
17910
17911         * src/prefs_account.c
17912                 changed mail_command default to /usr/sbin/sendmail
17913
17914         * added src/prefs_filtering.[ch]
17915                 dialog box for filtering configuration
17916
17917         * src/prefs_matcher.c
17918                 added function prefs_matcher_get_criteria_from_matching()
17919
17920         * src/prefs_scoring.c
17921                 reset the dialog when register or substitute is clicked
17922
17923 2001-05-15 [hoa]
17924
17925         * src/Makefile.am
17926                 added filtering.[ch]
17927         * src/inc.c
17928                 using filering.[ch] instead of filter.[ch]
17929         * src/main.c
17930                 reading new filtering configuration
17931         * src/matcher.[ch]
17932                 added some filtering actions
17933                 and fixed a bug for headers and mail body matching
17934         * src/mbox.c
17935                 using filering.[ch] instead of filter.[ch]
17936         * src/mh.c
17937                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17938         * src/summaryview.c
17939                 some fixes for filtering
17940
17941 2001-05-14 [hiroyuki]
17942
17943         * src/send.c: fixed some weird indentations.
17944           send_message_with_command(): call pclose() only if p != NULL.
17945         * src/textview.c: get_email_part(): modified the code for readability.
17946
17947 2001-05-14 [hiroyuki]
17948
17949         * src/md5global.h
17950           src/md5ify.c
17951           src/md5ify.h: removed from the cvs.
17952
17953 2001-05-13 [sergey]
17954
17955         * src/main.c: include rfc2015.h to avoid compiler warnings.
17956         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17957         the panel is already on screen.
17958         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17959         closing the alert window by ESC as "No".
17960         * src/prefs_common.c (prefs_interface_create): moved return
17961         receipt check button to the correct place.
17962
17963 2001-03-13 [alfons]
17964
17965         * src/prefs_common.c: 
17966                 moved return receipt check button to the Send tab. (prefs_send_create)
17967                 removed the date format ui related globals. (prefs_display_create)
17968
17969         0.4.67claws3
17970         
17971         * sync with sylpheed 0.4.67cvs5-6
17972
17973 2001-05-13 [paul]
17974
17975         * added Alfons' font selection patch
17976
17977         * src/defs.h
17978         * src/headerwindow.c
17979         * src/prefs_common.c
17980         * src/prefs_common.h
17981
17982 2001-05-13 [hoa]
17983         * src/defs.h
17984                 changed version of cache
17985         * src/matcher.[ch]
17986         * src/prefs_matcher.c
17987                 added additionnal matching criteria
17988         * src/procheader.c
17989         * src/procmsg.[ch]
17990         * src/news.c
17991                 added references in MsgInfo
17992
17993 2001-05-12 [hoa]
17994
17995         * src/defs.h
17996                 prepared some things for new filtering
17997         * src/matcher.[ch]
17998                 added some matching properties
17999                 inreplyto need to be enhanced
18000                 prepared some things for new filtering
18001         * src/messageview.c
18002                 added Return-Receipt-To handling
18003         * src/prefs_folder_item.c
18004                 changed default value to TRUE
18005         * src/prefs_matcher.c
18006                 added some matching properties
18007         * src/prefs_scoring.[ch]
18008                 the scoring dialog is finished
18009         * src/procheader.c
18010                 added Return-Receipt-To handling
18011                 Reference need to be added
18012         * src/procmsg.[ch]
18013                 added Return-Receipt-To handling
18014                 added threadscore to get a better score sorting when
18015                 threads are enabled
18016         * src/summaryview.c
18017                 suppressed a bug when we sort the list
18018                 when no folder is opened.
18019                 better score sorting when threads are enabled
18020
18021 2001-05-12 [alfons]
18022
18023         * reverted previous patch because of potential errors 
18024
18025         0.4.67claws2
18026         
18027         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18028                 applied "toggle mail-retrieval dialog window" patch submitted 
18029                 by Eric Limpens <eric@qnt.net>
18030
18031         * sync with sylpheed 0.4.67cvs4
18032
18033 2001-05-12 [sergey]
18034
18035         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18036         some picky compilers.
18037         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18038         * src/grouplist_dialog.c: include alertpanel.h.
18039         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18040         fix compile warning.
18041         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18042         #include "defs.h" before others to prevent the warning of `MIN'
18043         and `MAX' redefinition.
18044
18045 2001-05-11 [hoa]
18046
18047         * src/main.c
18048         * src/messageview.c
18049         * src/prefs_account.c
18050         * src/prefs_display_header.c
18051                 removed warning
18052         * src/Makefile.am
18053                 added prefs_scoring.[ch]
18054         * src/grouplist_dialog.c
18055                 display an error dialog box if the group list
18056                 cannot be fetched.
18057         * src/mainwindow.[ch]
18058                 added main_window_set_thread_option() function
18059                 scoring dialog box enabled
18060         * src/matcher.[ch]
18061                 added flags matching unread /new / marked
18062                 / deleted / replied / forwarded
18063         * src/news.c
18064                 newsgroups are now finally in newscache
18065         * src/prefs_matcher.[ch]
18066                 finished preferences for matching dialog
18067         * added src/prefs_scoring.[ch]
18068                 scoring dialog box completed
18069         * src/scoring.[ch]
18070                 conversion to string : added scoringprop_to_string()
18071                 write config for preferences :
18072                 added prefs_scoring_write_config()
18073         * src/summaryview.c
18074                 threads can be enabled/disabled independently
18075                 for each folder
18076
18077 2001-05-10 [alfons]
18078
18079         0.4.67claws1
18080         
18081         * AUTHORS: 
18082                 thought it would be nice to have a list of all
18083                 contributors (used Changelog as a reference)
18084         
18085         * configure.in: 
18086                 messed up version numbering...
18087
18088         0.4.66claws1
18089
18090         * sync with sylpheed 0.4.67cvs1-3
18091
18092 2001-05-10 [darko]
18093
18094         * src/prefs_common.c:
18095                 better UI for strftime format, double clicking
18096                 on format now inserts the format in text entry
18097                 replaced close button with standard OK/Cancel
18098                 moved date format button to the right of the
18099                 text entry field
18100
18101 2001-05-09 [alfons]
18102
18103         * src/gtkstext.c:
18104                 Ctrl-Home / Ctrl-End have proper cursor navigation
18105
18106 2001-05-09 [hoa]
18107
18108         * src/prefs_matcher.c
18109                 finished UI to define matching properties
18110                 added ok and cancel button
18111         * src/prefs_filter.c
18112                 added ok and cancel button
18113         * src/news.c
18114                 fixed some bug in xhdr parsing
18115
18116 2001-05-08 [alfons]
18117
18118         * src/textview.c: 
18119                 fixed a bug in textview_show_header(), which displayed two colons (':');
18120                 cleaned up some warnings
18121
18122 2001-05-08 [hoa]
18123
18124         * src/Makefile.am
18125                 added prefs_matcher.[ch]
18126                 compilation with -W -Wall
18127         * src/alertpanel.c
18128                 ungrab the mouse events if grabbed - does it
18129                 fix the bug for disposition notification ?
18130         * src/mainwindow.c
18131                 added a menu option to open the matching dialog.
18132         * src/matcher.[ch]
18133                 added matcherprop_to_string() and matcherlist_to_string()
18134                 fixed some bugs, changed the name of some options
18135                 age_sup and age_inf becomes age_greater and age_lower,
18136                 body and messageheaders becomes body_part and headers_part,
18137                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18138         * src/prefs_display_header.c
18139         * src/prefs_headers.c
18140                 fixed a bug that accidentally destroyed dialogs
18141                 when closed them with delete_event
18142                 Added *_deleted() which handle delete_event signal correctly.
18143         * src/prefs_folder_item.[ch]
18144                 added "enable_thread" field for future customization
18145         * added src/prefs_matcher.[ch]
18146                 sample of the UI to define matching properties
18147         * src/procheader.c
18148                 using procheader_headername_equal instead of str*cmp functions
18149                 using procheader_parse_header() function
18150         * src/scoring.c
18151                 using MATCHING_XXX instead of SCORING_XXX
18152         * src/summaryview.c
18153                 display the sender of the news even if this is ourself
18154                 when this is a news message.
18155         * src/textview.c
18156                 using headername_equal() instead of str*cmp functions
18157
18158 2001-05-08 [alfons]
18159
18160         0.4.66claws
18161
18162         * sync with sylpheed 0.4.66
18163         * src/gtkstext.c: trace logs added 
18164
18165 2001-05-08 [sergey]
18166
18167         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18168         signature check popup.
18169         * src/rfc2015.c (check_signature): show signature check popup only
18170         if it is enabled in preferences.
18171
18172 2001-05-07 [alfons]
18173
18174         0.4.66claws4
18175         
18176         * sync with sylpheed 0.4.66cvs6
18177
18178 2001-05-07 [darko]
18179
18180         * src/prefs_common.[ch]: added option to enable/disable
18181           looking up sender name in address book for summary pane
18182         * src/summaryview.c: look up sender in the address book
18183           by using Alfons' address completion code
18184
18185 2001-05-07 [hiroyuki]
18186
18187         * src/inc.h
18188           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18189           member of Pop3State.
18190         * src/news.c: brought #include "defs.h" before #include <glib.h>
18191           to prevent the warning of `MIN' and `MAX' redefinition.
18192
18193 2001-05-06 [hoa]
18194
18195         * removed src/headers_display.[ch]
18196         * removed src/prefs_display_headers.[ch]
18197         * src/inc.c
18198                 use a temporary file in the user directory for mbox import
18199         * src/news.c
18200                 added XHDR support to get "To" and "Cc" headers
18201                 (in order to match news with to or cc field for
18202                 scoring)
18203                 added function news_parse_xhdr() to get XHDR response
18204         * src/nntp.[ch]
18205                 added function nntp_xhdr()
18206         * src/matcher.c
18207                 fetch the message if necessary
18208
18209 2001-05-06 [alfons]
18210
18211         0.4.66claws3
18212
18213         * sync with sylpheed 0.4.66cvs3-5
18214
18215 2001-05-06 [hoa]
18216
18217         * src/utils.[ch]
18218                 added function itos_buf() to enable use of several buffers
18219         * src/summaryview.c
18220                 use of itos_buf() instead of itos() in summary list
18221                 to fix the broken display of message number.
18222
18223 2001-05-06 [alfons]
18224
18225         * src/gtkstext.c: bug in cursor up navigation fixed,
18226                 fixed another unsigned / signed comparison (we're getting there :-)
18227
18228 2001-05-06 [hoa]
18229
18230         * src/Makefile.am
18231                 added scoring.c scoring.h
18232                 prefs_folder_item.c prefs_folder_item.h
18233                 matcher.c matcher.h
18234         * src/defs.h
18235                 added FOLDERITEM_RC SCORING_RC
18236         * src/folder.[ch]
18237                 added prefs field in FolderItem :
18238                 properties for each folder (PrefsFolderItem),
18239                 sorting type and mode were added as the first properties.
18240         * src/main.c
18241                 read config for scoring
18242         * added src/matcher.[ch]
18243                 gives functions to parse configuration file to do
18244                 matching on mails with a list of conditions.
18245         * src/mainwindow.c
18246                 add option to sort by score
18247         * src/prefs_common.[ch]
18248                 added preference option to show score and for
18249                 the score column size
18250         * added src/prefs_folder_item.[ch]
18251                 properties for each folder (PrefsFolderItem),
18252                 sorting type and mode were added as the first properties.
18253         * src/procheader.[ch]
18254                 added procheader_parse_header()
18255                 added procheader_header_free()
18256                 added procheader_headername_equal()
18257                 and made modification to use them.
18258         * src/procmsg.[ch]
18259                 added score field to MsgInfo structure
18260         * added src/scoring.[ch]
18261                 gives functions to parse configuration file to do
18262                 scoring on mails with a list of conditions.
18263         * src/summaryview.[ch]
18264                 save the sorting type and mode for the folder
18265                 added column to display the score of the mail
18266                 added function summary_score_clicked()
18267                 sorting type and mode are restored to the folder
18268                 when it is reopen
18269         * src/textview.c
18270                 use procheader_parse_header(), procheader_headername_equal()
18271                 removed memory leak in text_scan_header when freeing headers
18272         * src/filter.c
18273                 changed the function to match names of headers
18274                 using procheader_headername_equal()
18275
18276         Scoring functions are implemented, an interface is needed
18277         to configure that.
18278
18279 2001-05-04 [alfons]
18280
18281         * src/gtkstext.c: 
18282                 hopefully fixed the row up navigation bug,
18283                 removed adding back / forward lines to cache
18284
18285 2001-05-04 [sergey]
18286
18287         * src/prefs_display_headers.c: user interface changes:
18288         (prefs_display_headers_create): remove unused "Show" check button;
18289         allow reordering of headers by dragging.
18290         (prefs_display_headers_write_config): remove unused variables.
18291         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18292         of lists (not needed with the new UI).
18293         (prefs_display_headers_set_list): scan lists starting from row 0,
18294         not 1 (do not skip "(New)").
18295         (prefs_display_headers_find_header): new function.
18296         (prefs_display_headers_clist_set_row): do not allow duplicates.
18297         (prefs_display_headers_delete_cb): do not skip row 0; treat
18298         closing the alert window by ESC as "No".
18299         (prefs_display_headers_up): do not protect row 0.
18300         (prefs_display_headers_down): do not protect row 0.
18301
18302 2001-05-04 [sergey]
18303
18304         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18305         functions.
18306
18307         * src/summaryview.c
18308         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18309         summary_select_next_marked, summary_select_prev_marked): new
18310         functions.
18311
18312 2001-05-03 [sergey]
18313
18314         * src/news.c: fixed a bug when no article can be fetched after
18315         server timeout if the connection was restored by news_post():
18316         (news_select_group): new function.
18317         (news_fetch_msg): call news_select_group() before fetching
18318         article.
18319         (news_get_uncached_articles): set session->group after successful
18320         GROUP command.
18321
18322 2001-05-03 [hoa]
18323
18324         * src/defs.h
18325         * src/procmsg.[ch]
18326         * src/procheader.c
18327                  changed version of cache, added cc field
18328
18329         * src/prefs_display_headers.c
18330                 the interface was changed
18331
18332         * src/prefs_headers.c
18333                 added cancel button
18334
18335 2001-05-03 [alfons]
18336
18337         * completed sync of sylpheed cvs2
18338         * src/gtkstext.c: updated row up / down cursor navigation
18339         * src/textview.c: re-edited, prepared for fixing the email address
18340                 scanner.
18341
18342 2001-05-03 [darko]
18343
18344         * src/prefs_common.c: use alfons' strftime ui code
18345         entry_datefmt and datefmt_sample widgets have to be
18346         global in this module because of this change
18347
18348 2001-05-03 [hoa]
18349
18350         * src/messageview.c
18351         * src/prefs_common.[ch] added option to activate the return receipt
18352                 feature.
18353
18354 2001-05-02 [alfons]
18355
18356         * src/gtkstext.c: fix for row up/down cursor navigation. 
18357
18358         0.4.66claws2
18359         
18360         * sync with 0.4.66cvs2
18361
18362 2001-05-02 [paul]
18363
18364         added add-sender-to-addressbook patch
18365
18366         * src/addressbook.c
18367         * src/addressbook.h
18368         * src/summaryview.c
18369
18370 2001-05-02 [sergey]
18371
18372         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18373         G_ALERTDISABLE.
18374
18375         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18376         all existing callers changed to pass FALSE; create a check button
18377         to disable the message.
18378         (alertpanel_message_with_disable): new function.
18379         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18380         (alertpanel_button_toggled): new function.
18381         (alertpanel_button_clicked, alertpanel_close): set value using
18382         G_ALERT_VALUE_MASK.
18383
18384         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18385
18386         * src/prefs_common.c (prefs_privacy_create): new check button
18387         checkbtn_gpgme_warning.
18388
18389         * src/main.c (main): moved preferences reading before gpgme
18390         initialization; check prefs_common.gpgme_warning before giving the
18391         GnuPG warning and set it to FALSE if the user wants to disable the
18392         warning.
18393
18394 2001-05-02 [hiroyuki]
18395
18396         * src/prefs_display_headers.c: modified the layout and some labels.
18397
18398 2001-05-02 [sergey]
18399
18400         * src/prefs_account.c (prefs_account_fix_size): new function.
18401         (prefs_account_create): call prefs_account_fix_size(); use
18402         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18403         size when the window is shown for the first time).
18404         (prefs_account_basic_create): changed layout of serv_table; moved
18405         localmbox_entry above smtpserv_entry (logically it replaces
18406         POP3/IMAP server).
18407         (prefs_account_protocol_activated): set sensitivity of
18408         nntpauth_chkbtn according to the protocol (in addition to
18409         hide/show); commented out gtk_table_set_row_spacing() calls.
18410         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18411         not sensitive (fixes a bug with disabled username/password boxes
18412         when editing POP3 account after NNTP with authentication).
18413
18414 2001-05-02 [hoa]
18415
18416         * src/account.c
18417         * src/inc.c
18418         * src/prefs_account.[ch]
18419         * src/send.c
18420                 removed local account without SMTP server
18421                 added option to use mail command instead of a connexion
18422                 to SMTP server when a local account is used
18423         * src/prefs_headers.c
18424                 fixed a bug
18425         * src/news.c
18426                 fixed a bug when connexion immediately closed
18427
18428 2001-05-01 [alfons]
18429
18430         0.4.66claws1
18431         
18432         * sync with 0.4.65
18433
18434 2001-05-01 [sergey]
18435
18436         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18437         widget nntpauth_chkbtn.
18438         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18439         visibility.
18440         (prefs_account_nntpauth_toggled): new function.
18441
18442         * src/news.c (news_session_new_for_folder): use NNTP
18443         authentication only if ac->use_nntp_auth is set.
18444
18445 2001-05-01 [hoa]
18446
18447         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18448         * src/prefs_display_headers.c changed the UI
18449         * src/prefs_headers.c changed account_name to account_id
18450         * src/compose.c using customheader.h
18451
18452 2001-05-01 [hiroyuki]
18453
18454         * src/esmtp.c
18455           src/news.c
18456           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18457           unsynched.
18458
18459 2001-05-01 [hoa]
18460
18461         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18462         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18463                 for displaying of headers
18464         * src/grouplist_dialog.[ch] minor changes to remove warnings
18465         * src/prefs_display_headers.[ch] dialog to choose the
18466         headers to display in the mail viewer.
18467         * src/headers.h correction of #define
18468         * src/headers_display.[ch] configuration for displaying of headers.
18469         * src/main.c read config of displaying of headers
18470         * src/prefs_common.c add a button to access the config dialog
18471                 for displaying of headers
18472         * src/prefs_display_headers.[ch] dialog for configuration for
18473                 displaying of the headers.
18474         * src/prefs_headers.c cleaning of code
18475         * src/procheader.c comments added to code
18476         * src/textview.c changes to reorder the headers depending
18477                 on the config for displaying of headers
18478
18479 2001-04-30 [alfons]
18480
18481         0.4.65claws7
18482
18483         * sync with 0.4.65cvs12
18484
18485         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18486
18487 2001-04-30 [sergey]
18488
18489         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18490
18491         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18492         is set to force reconnection after authentication failure.
18493         (nntp_gen_command): set sock->auth_failed on authentication
18494         failure, or if sock->userid and sock->passwd are not set.
18495
18496         * src/news.c (news_session_new_for_folder): set userid=NULL if
18497         password dialog is cancelled.
18498
18499 2001-04-30 [sergey]
18500
18501         * src/nntp.h (NNTPSockInfo): new type.
18502
18503         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18504         SockInfo.
18505         (nntp_open_auth, nntp_close): new functions.
18506         (nntp_gen_command): new function to handle authentication; all
18507         NNTP command functions updated to use it.
18508         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18509         (nntp_list): removed old useless code.
18510
18511         * src/news.h (NNTPSession): new field nntp_sock.
18512
18513         * src/news.c: all functions updated to use NNTPSockInfo instead of
18514         SockInfo.
18515         (news_session_new): new arguments (userid, passwd); made static;
18516         use nntp_open_auth() if needed.
18517         (news_session_destroy): use nntp_close() instead of sock_close().
18518         (news_query_password): changed arguments.
18519         (news_session_new_for_folder): new function.
18520         (news_session_get): use news_session_new_for_folder().
18521         (news_authenticate): deleted.
18522         (news_get_uncached_articles): removed old authentication code.
18523
18524 2001-04-30 [sergey]
18525
18526         * src/news.c: reverted my previous changes (need to do NNTP
18527         authentication in a cleaner way).
18528         
18529 2001-04-29 [sergey]
18530
18531         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18532         news_nntp_post, news_nntp_mode): new functions (wrappers with
18533         authentication support).
18534         (news_get_article_cmd, news_get_article, news_get_header): new
18535         argument "folder"; all callers changed.
18536         (news_get_article_cmd): added authentication support.
18537         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18538         (news_post): use news_nntp_post() instead of nntp_post().
18539         (news_get_uncached_articles): use news_nntp_group() instead of
18540         nntp_group() and news_nntp_xover() instead of nntp_xover();
18541         removed old authentication code.
18542         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18543
18544         * src/nntp.c (nntp_list): return real error code instead of
18545         hardcoded NN_ERROR.
18546
18547 2001-04-29 [sergey]
18548
18549         * configure.in: fixed wint_t typedef detection again
18550
18551 2001-04-28 [hoa]
18552
18553         * src/prefs_account.[ch], added A_LOCAL_CMD
18554                 (send mail with mail command)
18555         * src/send.c added function send_message_with_command()
18556         * src/inc.c made a more secure get_spool() function with
18557                 mktemp() but maybe mkstemp() or something more
18558                 secure can be used.
18559
18560 2001-04-28 [alfons]
18561
18562         * src/textview.c, colorization of email addresses in headers
18563
18564         0.4.65claws6
18565
18566         * bug sync with sylpheed
18567         * prefs_common.c: created date format ui for darko
18568         * sync with 0.4.65cvs11
18569         * configure.in: corrected to have the new gpg checks
18570
18571 2001-04-27 [alfons]
18572
18573         * completed sync with 0.4.65cvs10
18574         * minor debug things added to gtkstext.c
18575
18576 2001-04-27 [darko]
18577
18578         * configure.in: remove check for availability of
18579           strftime() as advised by Hiroyuki
18580         * src/prefs_common.[ch], src/procheader.c:
18581           synch strftime() code with Hiroyki's main branch
18582
18583 2001-04-26 [sergey]
18584
18585         * src/news.c: news_query_password(), news_authenticate(): new
18586           functions.
18587           news_get_uncached_articles(): added NNTP authentication
18588           handling.
18589         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18590           new functions.
18591         * src/prefs_account.c: prefs_account_protocol_activated():
18592           enable userid and password fields for NNTP.
18593
18594 2001-04-26
18595
18596         * configure.in: check for availability of strftime()
18597           [darko]
18598         * src/prefs_common.[ch], src/procheader.c: use
18599           strftime() for displaying date in summary pane if it
18600           is available
18601
18602 2001-04-25
18603
18604         * more .cvsignore cleanups [alfons]
18605
18606 2001-04-25
18607
18608         * ac/sv-check-type.m4: new autoconf macro.
18609         * configure.in: fixed wint_t typedef detection (did not work
18610           with gcc-2.96).
18611
18612 2001-04-25
18613
18614         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18615           [hiroyuki]
18616
18617 2001-04-24
18618         * modified gtkstext.c : buggy cursor navigation fixed, 
18619           and font descent also taken in account when drawing
18620           cursor. [alfons]
18621
18622 2001-04-24 [hoa]
18623         * added comments in src/news.c src/nntp.c
18624         * added src/prefs_headers.[ch]
18625         * added src/headers.[ch]
18626         * modified compose.c to activate custom headers
18627                 added function is_in_custom_headers
18628         * modified prefs_account.[ch]
18629                 added function prefs_account_customhdr_edit
18630         * modified src/defs.h :
18631                 added HEADERS_RC : name of the config file
18632                 for the custom headers
18633
18634 2001-04-24
18635
18636     0.4.65claws5
18637
18638         * configure.in
18639           src/gtkstext.[ch]
18640           src/compose.c
18641           src/Makefile.am
18642           
18643           added gtkstext with configure.in patch by Hiroyuki which
18644           should fix the XIM detection [alfons]
18645
18646         * more clean up of cvs [alfons]
18647
18648                  * removed all Makefile.in files to attic.
18649
18650                  * updated all .cvsignores to really ignore things that could
18651                    be unintentionally committed by a recursive commit.
18652
18653 2001-04-23 [hoa]
18654         * added src/grouplist_dialog.[ch]
18655         * changed src/folderview.c to call grouplist_dialog instead
18656                 of inputdialog
18657         * src/news.c :
18658                 added functions news_reset_group_list
18659                 and news_get_group_list
18660         * src/nntp.c :
18661                 added function nntp_list
18662         * src/defs.h :
18663                 added GROUPLIST_FILE : name of the newsgroup list cache file
18664
18665 2001-04-21
18666
18667         * added option to warn about queued messages on exit [sergey]:
18668
18669           * src/compose.c: compose_queue(): call folder_item_scan()
18670             and folderview_update_item() after queueing.
18671           * src/folderview.c: folderview_update_node(): draw the queue
18672             folder in bold font if there are queued messages.
18673           * src/mainwindow.c: queued_messages(): new function.
18674             app_exit_cb(): display warning if there are queued messages
18675             if warn_queued_on_exit is set.
18676           * prefs_common.[ch]: add warn_queued_on_exit option.
18677
18678         * enhanced GnuPG key selection support [sergey]:
18679
18680           * src/select-keys.c: updated to newer version from Win32
18681             branch with support for selecting arbitrary keys.
18682           * src/prefs_account.c: added the Privacy tab to the account
18683             options window.
18684             prefs_account_privacy_create(),
18685             prefs_account_sign_key_set_data_from_radiobtn(),
18686             prefs_account_sign_key_set_radiobtn(): new functions.
18687           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18688           * src/rfc2015.c: set_signers(): new function.
18689             pgp_sign(): add the account parameter, call set_signers().
18690             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18691           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18692           * src/compose.c: pass the current account to rfc2015_sign().
18693
18694         * tag name claws added to prevent confusion with main branch [alfons]
18695
18696         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18697
18698         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18699
18700         * sync with recent sylpheed cvs. Untested though. [alfons]
18701